GNU bug report logs - #13723
24.2.93; Fringe icons corrupt buffer separator line

Previous Next

Package: emacs;

Reported by: David Engster <deng <at> randomsample.de>

Date: Fri, 15 Feb 2013 17:47:01 UTC

Severity: minor

Found in version 24.2.93

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 13723 <at> debbugs.gnu.org, deng <at> randomsample.de
Subject: bug#13723: 24.2.93; Fringe icons corrupt buffer separator line
Date: Fri, 15 Feb 2013 15:21:48 -0500
Glenn Morris wrote:

> Since at least 24.1 (recipe does not work as written in 23.x).

Since at least 23.2 GTK with

(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")))
  (switch-to-buffer "test")
  (goto-char (point-max))
  (split-window nil nil t)
  (other-window 1)
  (split-window nil nil t)
  (switch-to-buffer "test")
  (goto-char (point-min))
  (while (not (eobp))
    (scroll-up)
    (redisplay t)))




This bug report was last modified 12 years and 159 days ago.

Previous Next


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