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

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

Re: Starting with batch-mode


From: Bernardo Bacic
Subject: Re: Starting with batch-mode
Date: Tue, 30 Sep 2008 20:24:17 +1000
User-agent: Thunderbird 2.0.0.17 (X11/20080914)

it was a dark and stormy night when Decebal said,
I am starting to work with batch-mode in Emacs.
I have a test.el (nothing fancy) with:
    (defun testing ()
      (princ "Dit is een test\n")
    )


I call this with:
     time emacs -batch -nw -l ~/test.el --eval="(testing)"

do you get errors when you run it like:
emacs -Q -batch -nw -l ~/test.el --eval="(testing)"





reply via email to

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