emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#13723: closed (24.2.93; Fringe icons corrupt buffe


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13723: closed (24.2.93; Fringe icons corrupt buffer separator line)
Date: Sun, 17 Feb 2013 16:25:02 +0000

Your message dated Sun, 17 Feb 2013 18:23:49 +0200
with message-id <address@hidden>
and subject line Re: bug#13723: 24.2.93; Fringe icons corrupt buffer separator 
line
has caused the debbugs.gnu.org bug report #13723,
regarding 24.2.93; Fringe icons corrupt buffer separator line
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13723: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13723
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.2.93; Fringe icons corrupt buffer separator line Date: Fri, 15 Feb 2013 18:45:20 +0100
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#13723: 24.2.93; Fringe icons corrupt buffer separator line Date: Sun, 17 Feb 2013 18:23:49 +0200
> From: Glenn Morris <address@hidden>
> Cc: David Engster <address@hidden>,  address@hidden
> Date: Sat, 16 Feb 2013 19:34:36 -0500
> 
> Eli Zaretskii wrote:
> 
> > Glenn, I'd like to install this on the emacs-24 branch, any
> > objections?  The change looks a no-brainer, and obviously correct.
> 
> If you want to, go ahead.

Done in revision 111273 on emacs-24 branch.

Closing.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]