all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Engster <deng@randomsample.de>
To: 13723@debbugs.gnu.org
Subject: bug#13723: 24.2.93; Fringe icons corrupt buffer separator line
Date: Fri, 15 Feb 2013 18:45:20 +0100	[thread overview]
Message-ID: <8738wxa2tr.fsf@engster.org> (raw)

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





             reply	other threads:[~2013-02-15 17:45 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-15 17:45 David Engster [this message]
2013-02-15 19:23 ` bug#13723: 24.2.93; Fringe icons corrupt buffer separator line 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8738wxa2tr.fsf@engster.org \
    --to=deng@randomsample.de \
    --cc=13723@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.