Stefano
2007-04-09 19:43:50 UTC
Hi!
Is there a variable which holds the buffer name in GNU emacs? I know,
seems a terribly basic question... but I haven't been able to find it.
If there is one, I'd like to set it in the last lines of the file with
a ";; Local Variables"-like line. For now, I'm using the line "''
eval: (rename-buffer "foo")", but setting a variable would be more
"clean" and would avoid using "eval", which triggers a security alert
on most systems.
Thanks in advance.
Stefano
Is there a variable which holds the buffer name in GNU emacs? I know,
seems a terribly basic question... but I haven't been able to find it.
If there is one, I'd like to set it in the last lines of the file with
a ";; Local Variables"-like line. For now, I'm using the line "''
eval: (rename-buffer "foo")", but setting a variable would be more
"clean" and would avoid using "eval", which triggers a security alert
on most systems.
Thanks in advance.
Stefano