GNU bug report logs - #5463
Fringe / scroll-bar weirdness and redisplay troubles

Previous Next

Package: emacs;

Reported by: Juanma Barranquero <lekktu <at> gmail.com>

Date: Sun, 24 Jan 2010 12:46:01 UTC

Severity: normal

Done: Juanma Barranquero <lekktu <at> gmail.com>

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 5463 in the body.
You can then email your comments to 5463 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 owner <at> debbugs.gnu.org, rudalics <at> gmx.at, bug-gnu-emacs <at> gnu.org:
bug#5463; Package emacs. (Sun, 24 Jan 2010 12:46:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Juanma Barranquero <lekktu <at> gmail.com>:
New bug report received and forwarded. Copy sent to rudalics <at> gmx.at, bug-gnu-emacs <at> gnu.org. (Sun, 24 Jan 2010 12:46:01 GMT) Full text and rfc822 format available.

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

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Bug-Gnu-Emacs <bug-gnu-emacs <at> gnu.org>
Subject: Fringe / scroll-bar weirdness and redisplay troubles
Date: Sun, 24 Jan 2010 13:29:57 +0100
[Message part 1 (text/plain, inline)]
X-Debbugs-CC: rudalics <at> gmx.at


Some problems with fringe width, and also frame redisplay after moving
the scrollbars. This happens on Windows, with "GNU Emacs 23.1.91.1
(i386-mingw-nt6.1.7600) of 2010-01-24 on ODIEONE".

In the following captures, I've used

   emacs -Q --eval "(set-face-background 'fringe \"gray60\")"

to make the fringe more visible.

Problems:

 - Right at the start, the fringes aren't the same width (see
bug1.png). However, (window-fringes) => (8 8 nil)

 - After "Options / Show-Hide / Scroll-bar / On the Left", I see
bug2.png. The scroll bar has moved, and the fringes have switched
width.

 - Now, after "Options / Show-Hide / Scroll-bar / On the Right", I see
bug3.png. You can see the left side has not been properly drawn. In
fact, if I put the cursor somewhere in the buffer, Emacs redraws the
character that is really underneath (that's what causes the weird
"ownfbuf er" in the buffer's text).

Does this happens in non-Windows builds?

    Juanma
[bug1.png (image/png, attachment)]
[bug2.png (image/png, attachment)]
[bug3.png (image/png, attachment)]

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#5463; Package emacs. (Sun, 24 Jan 2010 14:43:02 GMT) Full text and rfc822 format available.

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

From: Óscar Fuentes <ofv <at> wanadoo.es>
To: bug-gnu-emacs <at> gnu.org
Cc: Juanma Barranquero <lekktu <at> gmail.com>
Subject: Re: bug#5463: Fringe / scroll-bar weirdness and redisplay troubles
Date: Sun, 24 Jan 2010 15:36:18 +0100
Juanma Barranquero <lekktu <at> gmail.com> writes:

> Some problems with fringe width, and also frame redisplay after moving
> the scrollbars. This happens on Windows, with "GNU Emacs 23.1.91.1
> (i386-mingw-nt6.1.7600) of 2010-01-24 on ODIEONE".
>
> In the following captures, I've used
>
>    emacs -Q --eval "(set-face-background 'fringe \"gray60\")"
>
> to make the fringe more visible.
>
> Problems:
>
>  - Right at the start, the fringes aren't the same width (see
> bug1.png). However, (window-fringes) => (8 8 nil)
>
>  - After "Options / Show-Hide / Scroll-bar / On the Left", I see
> bug2.png. The scroll bar has moved, and the fringes have switched
> width.
>
>  - Now, after "Options / Show-Hide / Scroll-bar / On the Right", I see
> bug3.png. You can see the left side has not been properly drawn. In
> fact, if I put the cursor somewhere in the buffer, Emacs redraws the
> character that is really underneath (that's what causes the weird
> "ownfbuf er" in the buffer's text).
>
> Does this happens in non-Windows builds?

No in GNU Emacs 23.1.91.3 (x86_64-unknown-linux-gnu, X toolkit) of
2010-01-19 --with-x-toolkit=athena --without-toolkit-scroll-bars

(with this configuration, the scrollbar appears on the left by default,
so I replaced left/right in your recipe)






Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#5463; Package emacs. (Mon, 30 Dec 2013 09:39:01 GMT) Full text and rfc822 format available.

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

From: martin rudalics <rudalics <at> gmx.at>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: 5463 <at> debbugs.gnu.org
Subject: Re: bug#5463: Fringe / scroll-bar weirdness and redisplay troubles
Date: Mon, 30 Dec 2013 10:38:14 +0100
> Some problems with fringe width, and also frame redisplay after moving
> the scrollbars. This happens on Windows, with "GNU Emacs 23.1.91.1
> (i386-mingw-nt6.1.7600) of 2010-01-24 on ODIEONE".
> 
> In the following captures, I've used
> 
>    emacs -Q --eval "(set-face-background 'fringe \"gray60\")"
> 
> to make the fringe more visible.
> 
> Problems:
> 
>  - Right at the start, the fringes aren't the same width (see
> bug1.png). However, (window-fringes) => (8 8 nil)
> 
>  - After "Options / Show-Hide / Scroll-bar / On the Left", I see
> bug2.png. The scroll bar has moved, and the fringes have switched
> width.
> 
>  - Now, after "Options / Show-Hide / Scroll-bar / On the Right", I see
> bug3.png. You can see the left side has not been properly drawn. In
> fact, if I put the cursor somewhere in the buffer, Emacs redraws the
> character that is really underneath (that's what causes the weird
> "ownfbuf er" in the buffer's text).

Can you still see this?

martin





Reply sent to Juanma Barranquero <lekktu <at> gmail.com>:
You have taken responsibility. (Mon, 30 Dec 2013 09:48:01 GMT) Full text and rfc822 format available.

Notification sent to Juanma Barranquero <lekktu <at> gmail.com>:
bug acknowledged by developer. (Mon, 30 Dec 2013 09:48:03 GMT) Full text and rfc822 format available.

Message #16 received at 5463-done <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 5463-done <at> debbugs.gnu.org
Subject: Re: bug#5463: Fringe / scroll-bar weirdness and redisplay troubles
Date: Mon, 30 Dec 2013 10:46:30 +0100
On Mon, Dec 30, 2013 at 10:38 AM, martin rudalics <rudalics <at> gmx.at> wrote:

> Can you still see this?

No, all three cases work as expected now. Thanks.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 27 Jan 2014 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 141 days ago.

Previous Next


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