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

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

bug#13723: 24.2.93; Fringe icons corrupt buffer separator line


From: Glenn Morris
Subject: bug#13723: 24.2.93; Fringe icons corrupt buffer separator line
Date: Fri, 15 Feb 2013 15:21:48 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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)))





reply via email to

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