On Wed, 08 Feb 2006, Grégoire Druant wrote:
I'm used to have more than one emacs opened at once, and I think it's
not very convenient to have "[EMAIL PROTECTED]", "[EMAIL PROTECTED]<2>" ... as
window titles.
Something like "current_buffer_name - emacs" would be great.
You can try to put code like
(when window-system
(setq frame-title-format '("%b - emacs")))
into your ~/.emacs; I have something like this there for years. See
the Emacs Lisp Reference Manual for details about the
`frame-title-format' variable.
Just a 2-cent-tip: Report such things to [email protected],
there are more people which can help you.
BTW, why do you have more than one emacs opened? That's rather inconvenient,
IMHO.