Re: Apparent bug in `format-mode-line'.
Richard Stallman wrote: Does this fix it? Yes, it does. Sincerely, Luc. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel
Apparent bug in `format-mode-line'.
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")) "123456" ELISP> I believe that the return value should have been: "123456" Sincerely, Luc.