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

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

Re: Cool and Useful LISP for the .emacs file


From: Artur Hefczyc
Subject: Re: Cool and Useful LISP for the .emacs file
Date: Sat, 08 Nov 2003 22:45:10 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

David Kastrup <dak@gnu.org> writes:

>> I mean file script starting from:
>> #!/usr/bin/emacs
>> Or any other elisp interpreter?
> #!/usr/bin/emacs -batch -l

Well, it doesn't work :-(
It looks like emacs thinks that it got one parameter: "-batch -l" which
is not recognized as any valid option. I tried also to use:

#!/usr/bin/emacs --batch --script

with the same effect. Only if I will but only '--batch' option emacs
starts in batch mode, however it doesn't read the rest of script
content.

Any other ideas?

Artur
-- 
Artur Hefczyc, Open Source Developer:
http://www.geotools.org/
http://generguide.sourceforge.net/
http://wttools.sourceforge.net/
http://maven-plugins.sourceforge.net/


reply via email to

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