Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hello,
I would appreciate if someone could point me in the right direction: I am using emacs as the editor for matlab files and end up with a lot of windows open. However, the KDE panel does not show the respective filenames for each of the emacs windows.
This makes it impossible to find the right window without clicking through all instances of 'emacs@xxxx.ac.uk' (which is the text shown for each window instance).
Well, I guess, first you need to understand that what the panel displays
is what the windows title-bar contains. It's not the panels job to try
and gather other windows information ..
Well, I guess, first you need to understand that what the panel displays
is what the windows title-bar contains. It's not the panels job to try
and gather other windows information ..
That said: try putting this
Code:
(setq frame-title-format "%b - emacs")
in your .emacs file ... :}
Cheers,
Tink
Thanks Tinkster!
The tip worked nicely, I can now see the filenames of open emacs windows in the panel and on the window title-bar.
I wanted to know the solution to this problem too leading me here and I was so impressed with the result that I decided to join the forum.
Thank you Tinkster!
Now where would I need to look to learn to understand the code in the .emacs file so that I could make further customisations? Are there any on-line references or websites that you could recommend?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.