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

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

bug#7511: 24.0.50; describe-variable trailing whitespace minor bug


From: jidanni
Subject: bug#7511: 24.0.50; describe-variable trailing whitespace minor bug
Date: Mon, 29 Nov 2010 01:58:55 +0800

(setq show-trailing-whitespace t)
(setq bla "1234567890")
(describe-variable 'bla) ; output looks good
(setq bla "12345678901234567890")
(describe-variable 'bla) ; ouptut now on second line (odd, though plenty of
room left on first line, but never mind that), with trailing
whitespace on first line.





reply via email to

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