Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Change the Terminal title bar within emacs' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Change the Terminal title bar within emacs
Authored by: kwyjibo on Oct 13, '04 11:19:05AM
I would prefer to use
buffer-file-name
instead of
buffer-name
That way, you can see the entire path of file you are editing. This is helpful when you are editing two or more files with the same name. Also, the buffer name is listed in the mode line, so it seems redundant to put it in the title bar.

[ Reply to This | # ]