emacs-devel
[Top][All Lists]
Advanced

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

Apparent bug in `format-mode-line'.


From: Luc Teirlinck
Subject: Apparent bug in `format-mode-line'.
Date: Wed, 18 May 2005 21:04:09 -0500 (CDT)

I believe that the following is a bug.  I do not know enough about mode
line stuff to fix it myself:

ELISP> (format-mode-line '(10 "12" "34" "56"))
"12        3456"
ELISP> 

I believe that the return value should have been:

"123456    "

Sincerely,

Luc.




reply via email to

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