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

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

Bad interaction between set-fringe-style and set-window-fringes.


From: Lute Kamstra
Subject: Bad interaction between set-fringe-style and set-window-fringes.
Date: Thu, 09 Oct 2003 16:01:40 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

I start Emacs with "emacs-21.3.50 -q --no-site-file" and evaluate the
following in order:

(frame-char-width) => 11
(window-fringes) => (11 11 nil)

(set-fringe-style (cons 1 1))
(window-fringes) => (5 6 nil)

(set-window-fringes nil 11 11)
(window-fringes) => (11 11 nil)

(set-fringe-style (cons 1 1))
(window-fringes) => (11 11 nil)

So after calling set-window-fringes, set-fringe-style does not work
anymore.

  Lute.




reply via email to

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