Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Get The File Path For The Current Emacs Buffer

The absolute full path to the file in the current buffer is in the variable ` buffer - file - name ` . For example :

elisp
(princ buffer-file-name)
results start

You can see the value in the GUI with :

C-h v buffer-file-name