Hi, I made a function for this (disclaimer: I'm in no way a lisp hacker :-)) (defun insert-filename () (interactive) (insert (buffer-file-name) ) ) Regards Armando On Feb 18, 2008 8:52 AM, Forrest Y. Yu wrote: > Hi, > > I want to get the full path of the file I'm editing. How can I do it? > > Many thanks! > > Regards, > Forrest > > -- > Stupid is as stupid does.