all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ChunYe Wang <LeafWang@126.com>
Subject: Re: Emacs and Exceed quirky question.
Date: Fri, 17 Feb 2006 01:21:07 GMT	[thread overview]
Message-ID: <ym7er762vkgz.fsf@violet.china.nokia.com> (raw)
In-Reply-To: 1140116343.845337.157160@g47g2000cwa.googlegroups.com

"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	other threads:[~2006-02-17  1:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-16 18:59 Emacs and Exceed quirky question DaLoverhino
2006-02-17  1:21 ` ChunYe Wang [this message]
2006-02-17  9:24 ` Peter Dyballa
2006-02-17 17:13 ` Kevin Rodgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ym7er762vkgz.fsf@violet.china.nokia.com \
    --to=leafwang@126.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.