GNU bug report logs - #36633
Scrolling by pixels: visible stretch glyphs overwrite header-line.

Previous Next

Package: emacs;

Reported by: Keith David Bershatsky <esq <at> lawlist.com>

Date: Sat, 13 Jul 2019 02:11:02 UTC

Severity: normal

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 36633 in the body.
You can then email your comments to 36633 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Sat, 13 Jul 2019 02:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Keith David Bershatsky <esq <at> lawlist.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 13 Jul 2019 02:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Keith David Bershatsky <esq <at> lawlist.com>
To: Emacs Bug Reports <bug-gnu-emacs <at> gnu.org>
Subject: Scrolling by pixels:  visible stretch glyphs overwrite header-line.
Date: Fri, 12 Jul 2019 19:10:44 -0700
Step 1:  Launch Emacs 26.

Step 2:  Evaluate the following code.

(progn
  (find-library "simple")
  (pixel-scroll-mode 1)
  (re-search-forward "\t\t\t\t\t" nil t)
  (set-window-start (selected-window) (match-beginning 0))
  (setq header-line-format "hello-world")
  (setq buffer-display-table (make-display-table))
  (aset buffer-display-table
        ?\t
        (vector (make-glyph-code ?\u00BB 'font-lock-warning-face)
                (make-glyph-code ?\t 'highlight)))
  (setq tab-width 8))

Step 3:  Move the mousewheel downward one time; i.e., one ratchet.

Step 4:  Observe the visible stretch glyphs overwriting the header-line.

BEHAVIOR EXPECTED:  The header-line should not be overwritten by the visible stretch glyphs that are being scrolled upwards from the row beneath the header-line.

I am on OSX 10.6.8 and performed this minimal working example with:

GNU Emacs 26.1 (build 1, x86_64-apple-darwin10.8.0, NS appkit-1038.36 Version 10.6.8 (Build 10K549)) of 2018-05-30




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Sat, 13 Jul 2019 06:20:02 GMT) Full text and rfc822 format available.

Message #8 received at 36633 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Keith David Bershatsky <esq <at> lawlist.com>
Cc: 36633 <at> debbugs.gnu.org
Subject: Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite
 header-line.
Date: Sat, 13 Jul 2019 09:19:28 +0300
> Date: Fri, 12 Jul 2019 19:10:44 -0700
> From: Keith David Bershatsky <esq <at> lawlist.com>
> 
> Step 1:  Launch Emacs 26.
> 
> Step 2:  Evaluate the following code.
> 
> (progn
>   (find-library "simple")
>   (pixel-scroll-mode 1)
>   (re-search-forward "\t\t\t\t\t" nil t)
>   (set-window-start (selected-window) (match-beginning 0))
>   (setq header-line-format "hello-world")
>   (setq buffer-display-table (make-display-table))
>   (aset buffer-display-table
>         ?\t
>         (vector (make-glyph-code ?\u00BB 'font-lock-warning-face)
>                 (make-glyph-code ?\t 'highlight)))
>   (setq tab-width 8))
> 
> Step 3:  Move the mousewheel downward one time; i.e., one ratchet.
> 
> Step 4:  Observe the visible stretch glyphs overwriting the header-line.

This doesn't happen to me on MS-Windows, so I think this is
Darwin-specific.

Can someone try reproducing this on GNU/Linux and report?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Sat, 13 Jul 2019 08:33:01 GMT) Full text and rfc822 format available.

Message #11 received at 36633 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 36633 <at> debbugs.gnu.org, Keith David Bershatsky <esq <at> lawlist.com>
Subject: Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite
 header-line.
Date: Sat, 13 Jul 2019 10:32:16 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> > Date: Fri, 12 Jul 2019 19:10:44 -0700
> > From: Keith David Bershatsky <esq <at> lawlist.com>
> >
> > Step 1:  Launch Emacs 26.
> >
> > Step 2:  Evaluate the following code.
> >
> > (progn
> >   (find-library "simple")
> >   (pixel-scroll-mode 1)
> >   (re-search-forward "\t\t\t\t\t" nil t)
> >   (set-window-start (selected-window) (match-beginning 0))
> >   (setq header-line-format "hello-world")
> >   (setq buffer-display-table (make-display-table))
> >   (aset buffer-display-table
> >         ?\t
> >         (vector (make-glyph-code ?\u00BB 'font-lock-warning-face)
> >                 (make-glyph-code ?\t 'highlight)))
> >   (setq tab-width 8))
> >
> > Step 3:  Move the mousewheel downward one time; i.e., one ratchet.
> >
> > Step 4:  Observe the visible stretch glyphs overwriting the header-line.
>
> This doesn't happen to me on MS-Windows, so I think this is
> Darwin-specific.
>
> Can someone try reproducing this on GNU/Linux and report?

I can't reproduce this here.

In GNU Emacs 26.2 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.11)
 of 2019-04-13 built on joffe
Windowing system distributor 'The X.Org Foundation', version 11.0.11902000
System Description:    Debian GNU/Linux 9.9 (stretch)

Thanks,
Stefan Kangas




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Sat, 13 Jul 2019 08:40:01 GMT) Full text and rfc822 format available.

Message #14 received at 36633 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: 36633 <at> debbugs.gnu.org, esq <at> lawlist.com
Subject: Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite
 header-line.
Date: Sat, 13 Jul 2019 11:39:45 +0300
> From: Stefan Kangas <stefan <at> marxist.se>
> Date: Sat, 13 Jul 2019 10:32:16 +0200
> Cc: Keith David Bershatsky <esq <at> lawlist.com>, 36633 <at> debbugs.gnu.org
> 
> > > (progn
> > >   (find-library "simple")
> > >   (pixel-scroll-mode 1)
> > >   (re-search-forward "\t\t\t\t\t" nil t)
> > >   (set-window-start (selected-window) (match-beginning 0))
> > >   (setq header-line-format "hello-world")
> > >   (setq buffer-display-table (make-display-table))
> > >   (aset buffer-display-table
> > >         ?\t
> > >         (vector (make-glyph-code ?\u00BB 'font-lock-warning-face)
> > >                 (make-glyph-code ?\t 'highlight)))
> > >   (setq tab-width 8))
> > >
> > > Step 3:  Move the mousewheel downward one time; i.e., one ratchet.
> > >
> > > Step 4:  Observe the visible stretch glyphs overwriting the header-line.
> >
> > This doesn't happen to me on MS-Windows, so I think this is
> > Darwin-specific.
> >
> > Can someone try reproducing this on GNU/Linux and report?
> 
> I can't reproduce this here.

Thanks.  I guess this confirms that the problem is specific to macOS.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Sun, 14 Jul 2019 10:40:02 GMT) Full text and rfc822 format available.

Message #17 received at 36633 <at> debbugs.gnu.org (full text, mbox):

From: Alan Third <alan <at> idiocy.org>
To: Keith David Bershatsky <esq <at> lawlist.com>
Cc: 36633 <at> debbugs.gnu.org
Subject: Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite
 header-line.
Date: Sun, 14 Jul 2019 11:39:35 +0100
On Fri, Jul 12, 2019 at 07:10:44PM -0700, Keith David Bershatsky wrote:
> Step 1:  Launch Emacs 26.
> 
> Step 2:  Evaluate the following code.
> 
> (progn
>   (find-library "simple")
>   (pixel-scroll-mode 1)
>   (re-search-forward "\t\t\t\t\t" nil t)
>   (set-window-start (selected-window) (match-beginning 0))
>   (setq header-line-format "hello-world")
>   (setq buffer-display-table (make-display-table))
>   (aset buffer-display-table
>         ?\t
>         (vector (make-glyph-code ?\u00BB 'font-lock-warning-face)
>                 (make-glyph-code ?\t 'highlight)))
>   (setq tab-width 8))
> 
> Step 3:  Move the mousewheel downward one time; i.e., one ratchet.
> 
> Step 4:  Observe the visible stretch glyphs overwriting the header-line.

Hi Keith, I can’t replicate this behaviour. The worst I see is some
flickering of the header line, which is unfortunately to be expected
from the current implementation.

When you do it is the header line being overwritten and not
immediately updated?
-- 
Alan Third




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Sun, 14 Jul 2019 16:48:01 GMT) Full text and rfc822 format available.

Message #20 received at 36633 <at> debbugs.gnu.org (full text, mbox):

From: Keith David Bershatsky <esq <at> lawlist.com>
To: Alan Third <alan <at> idiocy.org>
Cc: 36633 <at> debbugs.gnu.org
Subject: Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite
 header-line.
Date: Sun, 14 Jul 2019 09:47:25 -0700
Here are links to two (2) youtube videos showing the issue on Emacs 26.1 (built by https://emacsformacosx.com/ a few months ago) and also the master branch that I built using a commit from 07/10/2019 (40cd6278ba965f3a9fcdddc568eb9ee7c69cf899).  I don't have a 26.2 build at the moment.  The issue is less noticeable on the master branch, but can still be seen nevertheless.  I have not studied the code as to what makes this feature work, but offhand would think that the header-line should not be overwritten by the row moving upwards (rather than updated after it has been overwritten).

Emacs 26.1:  https://youtu.be/Y8cZfURSwZc

Emacs Master Branch:  https://youtu.be/BO3r9_6OvYo

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

> Date: [07-14-2019 03:39:35] <14 Jul 2019 11:39:35 +0100>
> From: Alan Third <alan <at> idiocy.org>
> 
> * * *
> 
> Hi Keith, I can't replicate this behaviour. The worst I see is some
> flickering of the header line, which is unfortunately to be expected
> from the current implementation.
> 
> When you do it is the header line being overwritten and not immediately updated?
> --
> Alan Third




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Sun, 14 Jul 2019 16:53:02 GMT) Full text and rfc822 format available.

Message #23 received at 36633 <at> debbugs.gnu.org (full text, mbox):

From: Keith David Bershatsky <esq <at> lawlist.com>
To: 36633 <at> debbugs.gnu.org
Cc: Alan Third <athird <at> googlemail.com>, Eli Zaretskii <eliz <at> gnu.org>,
 Stefan Kangas <stefan <at> marxist.se>
Subject: Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite
 header-line.
Date: Sun, 14 Jul 2019 09:52:33 -0700
I forgot to cc Stefan K. and Eli Z. with the attached post ....

;;;;;;;;;;;;;;;;;;;;;; FORWARDED MESSAGE ;;;;;;;;;;;;;;;;;;;;;;

Date:  Sun, 14 Jul 2019 09:47:25 -0700
From:  Keith David Bershatsky <esq <at> lawlist.com>
To:  Alan Third <alan <at> idiocy.org>
Cc:  36633 <at> debbugs.gnu.org
Subject:  Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite header-line.

Here are links to two (2) youtube videos showing the issue on Emacs 26.1 (built by https://emacsformacosx.com/ a few months ago) and also the master branch that I built using a commit from 07/10/2019 (40cd6278ba965f3a9fcdddc568eb9ee7c69cf899).  I don't have a 26.2 build at the moment.  The issue is less noticeable on the master branch, but can still be seen nevertheless.  I have not studied the code as to what makes this feature work, but offhand would think that the header-line should not be overwritten by the row moving upwards (rather than updated after it has been overwritten).

Emacs 26.1:  https://youtu.be/Y8cZfURSwZc

Emacs Master Branch:  https://youtu.be/BO3r9_6OvYo

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

> Date: [07-14-2019 03:39:35] <14 Jul 2019 11:39:35 +0100>
> From: Alan Third <alan <at> idiocy.org>
> 
> * * *
> 
> Hi Keith, I can't replicate this behaviour. The worst I see is some
> flickering of the header line, which is unfortunately to be expected
> from the current implementation.
> 
> When you do it is the header line being overwritten and not immediately updated?
> --
> Alan Third




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Mon, 15 Jul 2019 12:27:01 GMT) Full text and rfc822 format available.

Message #26 received at 36633 <at> debbugs.gnu.org (full text, mbox):

From: Tak Kunihiro <homeros.misasa <at> gmail.com>
To: 36633 <at> debbugs.gnu.org
Subject: Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite
 header-line.
Date: Mon, 15 Jul 2019 21:26:32 +0900
I confirmed the existence of ghost (of the first line with green blocks)
shown on the headline significantly with 26.2 on macOS 10.6.8 and less
significantly with 26.2 on macOS 10.14.5.

The essence of related code is `set-window-vscroll'.

 (let ((n (frame-char-height)))
  (when (> n 0)
    (let ((vs0 (window-vscroll nil t)))
      (dolist (vs (number-sequence (1+ vs0) (+ vs0 n)))
        (set-window-vscroll nil vs t) (sit-for pixel-wait)))))

I do not know how to fix it.


Keith David Bershatsky <esq <at> lawlist.com> writes:

> Here are links to two (2) youtube videos showing the issue on Emacs
> 26.1 (built by https://emacsformacosx.com/ a few months ago) and
> also
> the master branch that I built using a commit from 07/10/2019
> (40cd6278ba965f3a9fcdddc568eb9ee7c69cf899).  I don't have a 26.2
> build
> at the moment.  The issue is less noticeable on the master branch,
> but
> can still be seen nevertheless.  I have not studied the code as to
> what makes this feature work, but offhand would think that the
> header-line should not be overwritten by the row moving upwards
> (rather than updated after it has been overwritten).
>
> Emacs 26.1:  https://youtu.be/Y8cZfURSwZc
>
> Emacs Master Branch:  https://youtu.be/BO3r9_6OvYo




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Tue, 16 Jul 2019 20:40:02 GMT) Full text and rfc822 format available.

Message #29 received at 36633 <at> debbugs.gnu.org (full text, mbox):

From: Alan Third <alan <at> idiocy.org>
To: Keith David Bershatsky <esq <at> lawlist.com>
Cc: 36633 <at> debbugs.gnu.org
Subject: Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite
 header-line.
Date: Tue, 16 Jul 2019 21:38:56 +0100
[Message part 1 (text/plain, inline)]
On Sun, Jul 14, 2019 at 09:47:25AM -0700, Keith David Bershatsky wrote:
> Here are links to two (2) youtube videos showing the issue on Emacs
> 26.1 (built by https://emacsformacosx.com/ a few months ago) and
> also the master branch that I built using a commit from 07/10/2019
> (40cd6278ba965f3a9fcdddc568eb9ee7c69cf899). I don't have a 26.2
> build at the moment. The issue is less noticeable on the master
> branch, but can still be seen nevertheless. I have not studied the
> code as to what makes this feature work, but offhand would think
> that the header-line should not be overwritten by the row moving
> upwards (rather than updated after it has been overwritten).
> 
> Emacs 26.1:  https://youtu.be/Y8cZfURSwZc
> 
> Emacs Master Branch:  https://youtu.be/BO3r9_6OvYo

OK, that’s really not what I was expecting to see. 

It looks to me like the stretch glyph code in nsterm.m is just
nonsensical... I don’t really know what to make of it. I guess I’m
missing something?

Anyway, patch attached. I don’t see anything particularly wrong with
it applied, but it’s possible I’ve reintroduced some bug where the
modeline gets partially overwritten.

The patch is against master, but it’s probably possible to apply it to
26 manually.
-- 
Alan Third
[0001-Fix-stretch-glyphs-overlap-with-line-above-bug-36633.patch (text/plain, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Wed, 17 Jul 2019 06:36:02 GMT) Full text and rfc822 format available.

Message #32 received at 36633 <at> debbugs.gnu.org (full text, mbox):

From: Keith David Bershatsky <esq <at> lawlist.com>
To: Alan Third <alan <at> idiocy.org>
Cc: 36633 <at> debbugs.gnu.org, Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp>,
 Stefan Kangas <stefan <at> marxist.se>, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite
 header-line.
Date: Tue, 16 Jul 2019 23:34:57 -0700
Thank you, Alan, for your work on issue 36633.

Today, I built an Emacs master branch on OSX 10.6.8 using:

Last Commit : Tue Jul 16 16:04:54 2019 -0700
            : Glenn Morris <rgm <at> gnu.org>
            : 7e70c78867ab2b8e280f6a087b32a947b13776a7
            : An electric test is now passing

with the following configuration:

CFLAGS='-Wall -O0 -g3' ./configure \
--with-ns \
--enable-checking='yes,glyphs' \
--enable-check-lisp-object-type \
--without-compress-install \
--with-gnutls=no \
--with-mailutils \
--without-makeinfo

I did not see any visible change using the test outlined in the original post.  Here is a new screen-recording using the above-mentioned build:

https://youtu.be/IS3Dgy-326U




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Wed, 17 Jul 2019 18:32:02 GMT) Full text and rfc822 format available.

Message #35 received at 36633 <at> debbugs.gnu.org (full text, mbox):

From: Alan Third <alan <at> idiocy.org>
To: Keith David Bershatsky <esq <at> lawlist.com>
Cc: 36633 <at> debbugs.gnu.org, Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp>,
 Stefan Kangas <stefan <at> marxist.se>, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite
 header-line.
Date: Wed, 17 Jul 2019 19:31:31 +0100
On Tue, Jul 16, 2019 at 11:34:57PM -0700, Keith David Bershatsky wrote:
> Thank you, Alan, for your work on issue 36633.
> 
> Today, I built an Emacs master branch on OSX 10.6.8 using:
> 
> Last Commit : Tue Jul 16 16:04:54 2019 -0700
>             : Glenn Morris <rgm <at> gnu.org>
>             : 7e70c78867ab2b8e280f6a087b32a947b13776a7
>             : An electric test is now passing

Did you apply the patch in the email? It clears up all the flickering
I could see here, so I’m a bit surprised to hear it did nothing at
all.
-- 
Alan Third




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Wed, 17 Jul 2019 19:09:02 GMT) Full text and rfc822 format available.

Message #38 received at 36633 <at> debbugs.gnu.org (full text, mbox):

From: Keith David Bershatsky <esq <at> lawlist.com>
To: Alan Third <alan <at> idiocy.org>
Cc: "36633 <at> debbugs.gnu.org" <36633 <at> debbugs.gnu.org>,
 Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp>, Stefan Kangas <stefan <at> marxist.se>,
 Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite
 header-line.
Date: Wed, 17 Jul 2019 12:08:09 -0700
I misunderstood about the need to apply the patch and assumed the master branch already contained the fix.  I will be at a computer later on today and will apply the patch and report back with the results.

On Jul 17, 2019, at 11:31 AM, Alan Third <alan <at> idiocy.org> wrote:

> On Tue, Jul 16, 2019 at 11:34:57PM -0700, Keith David Bershatsky wrote:
>> Thank you, Alan, for your work on issue 36633.
>> 
>> Today, I built an Emacs master branch on OSX 10.6.8 using:
>> 
>> Last Commit : Tue Jul 16 16:04:54 2019 -0700
>>            : Glenn Morris <rgm <at> gnu.org>
>>            : 7e70c78867ab2b8e280f6a087b32a947b13776a7
>>            : An electric test is now passing
> 
> Did you apply the patch in the email? It clears up all the flickering
> I could see here, so I’m a bit surprised to hear it did nothing at
> all.
> -- 
> Alan Third




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Wed, 17 Jul 2019 23:33:01 GMT) Full text and rfc822 format available.

Message #41 received at 36633 <at> debbugs.gnu.org (full text, mbox):

From: Tak Kunihiro <homeros.misasa <at> gmail.com>
To: Alan Third <alan <at> idiocy.org>
Cc: 36633 <at> debbugs.gnu.org, Keith David Bershatsky <esq <at> lawlist.com>,
 Stefan Kangas <stefan <at> marxist.se>, tkk <at> misasa.okayama-u.ac.jp
Subject: Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite
 header-line.
Date: Thu, 18 Jul 2019 08:31:54 +0900
I applied the patch to the master and confirmed the ghost disappeared on
Emacs 27.0.50 on macOS 10.6.8.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Thu, 18 Jul 2019 03:57:02 GMT) Full text and rfc822 format available.

Message #44 received at 36633 <at> debbugs.gnu.org (full text, mbox):

From: Keith David Bershatsky <esq <at> lawlist.com>
To: Alan Third <athird <at> googlemail.com>
Cc: "36633 <at> debbugs.gnu.org" <36633 <at> debbugs.gnu.org>,
 Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp>, Stefan Kangas <stefan <at> marxist.se>,
 Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite
 header-line.
Date: Wed, 17 Jul 2019 20:56:50 -0700
I applied the following patch:

0001-Fix-stretch-glyphs-overlap-with-line-above-bug-36633.patch

and can confirm that the header-line is no longer being overwritten by the visible stretch glyphs as described in the initial post as to issue 36633.  Thank you for your work on this issue!

The following is a screenshot of the results with the above-mentioned patch applied:

https://youtu.be/g8DkCW-vaKA




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#36633; Package emacs. (Sat, 27 Jul 2019 17:33:01 GMT) Full text and rfc822 format available.

Message #47 received at 36633 <at> debbugs.gnu.org (full text, mbox):

From: Alan Third <alan <at> idiocy.org>
To: Keith David Bershatsky <esq <at> lawlist.com>
Cc: "36633-done <at> debbugs.gnu.org" <36633 <at> debbugs.gnu.org>,
 Tak Kunihiro <tkk <at> misasa.okayama-u.ac.jp>, Stefan Kangas <stefan <at> marxist.se>,
 Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#36633: Scrolling by pixels: visible stretch glyphs overwrite
 header-line.
Date: Sat, 27 Jul 2019 18:32:46 +0100
On Wed, Jul 17, 2019 at 08:56:50PM -0700, Keith David Bershatsky wrote:
> I applied the following patch:
> 
> 0001-Fix-stretch-glyphs-overlap-with-line-above-bug-36633.patch
> 
> and can confirm that the header-line is no longer being overwritten by the visible stretch glyphs as described in the initial post as to issue 36633.  Thank you for your work on this issue!
> 
> The following is a screenshot of the results with the above-mentioned patch applied:
> 
> https://youtu.be/g8DkCW-vaKA

Fix pushed to master.

That flickering on the modeline is annoying. I suspect it’s happening
because the scrolling happens at a different time from the redrawing.
I really need to get back on the offscreen drawing work.
-- 
Alan Third




bug closed, send any further explanations to 36633 <at> debbugs.gnu.org and Keith David Bershatsky <esq <at> lawlist.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 21 Aug 2020 12:54:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 19 Sep 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 220 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.