How can I find out the name of the current buffer, window, or frame in Emacs?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
If you need that in a script, evaluate:
|
|||||||||||
|
|
|
|||
|
|
|
I have since found out that (buffer-name) from within an elisp script will return the name of the current buffer |
|||
|
|