unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13723: 24.2.93; Fringe icons corrupt buffer separator line
@ 2013-02-15 17:45 David Engster
  2013-02-15 19:23 ` Eli Zaretskii
  0 siblings, 1 reply; 18+ messages in thread
From: David Engster @ 2013-02-15 17:45 UTC (permalink / raw)
  To: 13723

Maybe a small thing, but nonetheless irritating: I noticed that when
scrolling buffers on a split frame with disabled scrollbars, the small
line separating two buffers can get corrupted by icons in the fringe. It
seems that this line doesn't get redrawn correctly, or maybe not at all.

You should be able to reproduce this issue with the following recipe:

* emacs -Q

* In the *scratch* buffer, insert

(progn
  (scroll-bar-mode -1)
  (setq truncate-partial-width-windows nil)
  (toggle-truncate-lines -1)
  (with-current-buffer (get-buffer-create "test")
    (erase-buffer)
    (dotimes (i 100)
      (insert (make-string 500 65) "\n")))
  (pop-to-buffer-same-window "test")
  (goto-char (point-max))
  (split-window-right)
  (other-window 1)
  (split-window-right)
  (pop-to-buffer-same-window "test")
  (goto-char (point-min))
  (while (not (eobp))
    (scroll-up-command)
    (redisplay t)))

and evaluate.

* The separator line between the first and the second buffer should now
  have gaps. Here's a screenshot:

  http://www.randomsample.de/emacs-bug.jpg

As soon as the Emacs window gets redrawn, everything's back to
normal.

-David





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

end of thread, other threads:[~2013-02-17 16:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-15 17:45 bug#13723: 24.2.93; Fringe icons corrupt buffer separator line David Engster
2013-02-15 19:23 ` Eli Zaretskii
2013-02-15 19:30   ` Glenn Morris
2013-02-15 19:39     ` David Engster
2013-02-15 19:57       ` Eli Zaretskii
2013-02-15 19:56     ` Eli Zaretskii
2013-02-15 20:12       ` Glenn Morris
2013-02-15 20:20         ` David Engster
2013-02-15 20:21         ` Glenn Morris
2013-02-15 20:38           ` Glenn Morris
2013-02-16 17:15     ` Jan Djärv
2013-02-16 19:14       ` Eli Zaretskii
2013-02-16 20:47         ` David Engster
2013-02-16 20:51           ` Eli Zaretskii
2013-02-17  0:34             ` Glenn Morris
2013-02-17 16:23               ` Eli Zaretskii
2013-02-17  9:59         ` Jan Djärv
2013-02-17 16:24           ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).