() Ted Zlatanov <[email protected]>
() Wed, 05 Jun 2013 11:47:19 -0400

   The extra buffer interaction to get interesting info seems annoying.
   How about using `header-line-format' to display the breadcrumb
   automagically, in addition to the popup detail?

My computer is slow, my attention ever prone to distraction, Emacs omits
header line and {scroll,tool,menu} bars, and only on command, dares take
action.

Besides, what is a "breadcrumb"?!

Besides^2 (since this is a source mailing list), have you tried:

 (setq header-line-format
       (mapconcat (lambda (n)
                    (make-string n (+ ?a n -1)))
                  (number-sequence 1 15)
                  "\n"))

?  That is interesting in its ugliness, i suppose.

-- 
Thien-Thi Nguyen
GPG key: 4C807502

Attachment: pgpLKLKXj0HfM.pgp
Description: PGP signature

_______________________________________________
gnu-emacs-sources mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to