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

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

Re: Display Document Name in Panel


From: G Annamalai
Subject: Re: Display Document Name in Panel
Date: 12 Mar 2001 11:01:32 +0530
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

"C. Brian Ivey" <civey@home.com> writes:

> same name "emacs@<my machine name>....". If I wanted Emacs to just
> display the filename, how would I do this?

I have this in my .emacs file

(setq frame-title-format (concat "GNU Emacs on " (system-name) " - %f"))

If you want just the file name as the title of the frame then you
could use 

(setq frame-title-format "%f")

Cheers,
anna

-- 

I tried to get in touch with my inner child, 
but he isn't allowed to talk to strangers.




reply via email to

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