all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5463: Fringe / scroll-bar weirdness and redisplay troubles
@ 2010-01-24 12:29 Juanma Barranquero
  2010-01-24 14:36 ` Óscar Fuentes
  2013-12-30  9:38 ` martin rudalics
  0 siblings, 2 replies; 4+ messages in thread
From: Juanma Barranquero @ 2010-01-24 12:29 UTC (permalink / raw)
  To: 5463

[-- Attachment #1: Type: text/plain, Size: 984 bytes --]

X-Debbugs-CC: rudalics@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

[-- Attachment #2: bug1.png --]
[-- Type: image/png, Size: 53208 bytes --]

[-- Attachment #3: bug2.png --]
[-- Type: image/png, Size: 41237 bytes --]

[-- Attachment #4: bug3.png --]
[-- Type: image/png, Size: 41141 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#5463: Fringe / scroll-bar weirdness and redisplay troubles
  2010-01-24 12:29 bug#5463: Fringe / scroll-bar weirdness and redisplay troubles Juanma Barranquero
@ 2010-01-24 14:36 ` Óscar Fuentes
  2013-12-30  9:38 ` martin rudalics
  1 sibling, 0 replies; 4+ messages in thread
From: Óscar Fuentes @ 2010-01-24 14:36 UTC (permalink / raw)
  To: bug-gnu-emacs; +Cc: Juanma Barranquero

Juanma Barranquero <lekktu@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)








^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#5463: Fringe / scroll-bar weirdness and redisplay troubles
  2010-01-24 12:29 bug#5463: Fringe / scroll-bar weirdness and redisplay troubles Juanma Barranquero
  2010-01-24 14:36 ` Óscar Fuentes
@ 2013-12-30  9:38 ` martin rudalics
  2013-12-30  9:46   ` Juanma Barranquero
  1 sibling, 1 reply; 4+ messages in thread
From: martin rudalics @ 2013-12-30  9:38 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: 5463

> 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






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#5463: Fringe / scroll-bar weirdness and redisplay troubles
  2013-12-30  9:38 ` martin rudalics
@ 2013-12-30  9:46   ` Juanma Barranquero
  0 siblings, 0 replies; 4+ messages in thread
From: Juanma Barranquero @ 2013-12-30  9:46 UTC (permalink / raw)
  To: martin rudalics; +Cc: 5463-done

On Mon, Dec 30, 2013 at 10:38 AM, martin rudalics <rudalics@gmx.at> wrote:

> Can you still see this?

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-30  9:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-24 12:29 bug#5463: Fringe / scroll-bar weirdness and redisplay troubles Juanma Barranquero
2010-01-24 14:36 ` Óscar Fuentes
2013-12-30  9:38 ` martin rudalics
2013-12-30  9:46   ` Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.