bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13782: improved #! shebang support in elisp/emacs


From: Andrew Pennebaker
Subject: bug#13782: improved #! shebang support in elisp/emacs
Date: Fri, 22 Feb 2013 08:29:56 -0500

Calling emacs script mode works fine on the command line, but the various hotkeys for evaluating the same code from a buffer result in errors when they encounter shebangs.

On Feb 21, 2013 9:21 PM, "Glenn Morris" <rgm@gnu.org> wrote:
Andrew Pennebaker wrote:

> Emacs doesn't like evaluating elisp code that starts with a shebang line.

What do you mean by "doesn't like", exactly?

cat foo.el:

#!/foo
(message "hi")

emacs -Q -l ./foo.el

works fine.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]