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

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

Re: Emacs and Exceed quirky question.


From: ChunYe Wang
Subject: Re: Emacs and Exceed quirky question.
Date: Fri, 17 Feb 2006 01:21:07 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"DaLoverhino" <DaLoveRhino@hotmail.com> writes:

> Hello.  I run exceed at work, and use GNU emacs + exceed xterm to do
> unix development.  When I type 'emacs -T MyProject', an emacs window
> pops up with 'MyProject' as the title of the emacs window.  The same
> label appears in the task bar.
> 
> However, when I minimize the window, and look at my task bar, the label
> disappears, and is replaced by 'emacs@machine.blah'.
> 
> How do I have it so that the title 'MyProject' appears in the task bar
> regardless of whether the window is opened or minimized?  (The reason
> being, is that I'll have 2-3 emacs windows up with different projects
> in them.)
> 
> Thanks.
> 

the following is my preference. 

(setq frame-title-format '((:eval (getenv-internal "LOGNAME")) 
                           "@"
                           (:eval (system-name))
                           ":"
                           (:eval (or (buffer-file-name)
                           (buffer-name)))))

your requirment is too simple for emacs.

(setq frame-title-format "MyProject")

Start multiple emacs instance is not a good idea. it is difficult to
exchange information between them. 


-- 
Wang ChunYe


reply via email to

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