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

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

Re: How to get the full path of the file I'm editing?


From: Marc Tfardy
Subject: Re: How to get the full path of the file I'm editing?
Date: Mon, 18 Feb 2008 20:01:28 +0100
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

William Xu schrieb:
"Forrest Y. Yu" <forrest.yu@gmail.com> writes:

  I want to get the full path of the file I'm editing. How can I do it?

I usually would do C-x C-f, then C-g.

My solution is following:

(setq frame-title-format '("%b " (buffer-file-name ("[" buffer-file-name "]"))))

regards

Marc



reply via email to

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