James Bryant writes:
Does anyone know how to display the path a particular file is located
in
when it is open in emacs (either within a title bar or anyot?
I have the following in my .emacs:
;; full pathname in frame label
;; (gotta make that frame label useful for something!)
(setq frame-title-format "%S: %f")
Look at the docs for the variable frame-title-format for more info.
THANKS!!!
You're welcome. There are probably better places for this sort of
question than xemacs-beta, since this isn't really related to
beta-testing.