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

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

Re: where-am-i, again


From: Thien-Thi Nguyen
Subject: Re: where-am-i, again
Date: Fri, 07 Jun 2013 01:04:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

() Ted Zlatanov <address@hidden>
() 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: pgp_gZ1nN33IQ.pgp
Description: PGP signature


reply via email to

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