From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bernardo Bacic Newsgroups: gmane.emacs.help Subject: Re: Starting with batch-mode Date: Tue, 30 Sep 2008 20:24:17 +1000 Message-ID: <48E1FE51.3050203@pobox.com> References: <6a594dba-ef74-48a2-83a2-1f7d7a80f774@2g2000hsn.googlegroups.com> Reply-To: bernardo.bacic@pobox.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222770672 483 80.91.229.12 (30 Sep 2008 10:31:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Sep 2008 10:31:12 +0000 (UTC) To: Decebal , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 30 12:32:09 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KkcWR-00074A-V4 for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Sep 2008 12:32:09 +0200 Original-Received: from localhost ([127.0.0.1]:39632 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkcVN-0007Cz-8u for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Sep 2008 06:30:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkcUe-0007Cn-0O for help-gnu-emacs@gnu.org; Tue, 30 Sep 2008 06:30:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkcUX-0007CG-OB for help-gnu-emacs@gnu.org; Tue, 30 Sep 2008 06:30:10 -0400 Original-Received: from [199.232.76.173] (port=48959 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkcUX-0007CD-Ep for help-gnu-emacs@gnu.org; Tue, 30 Sep 2008 06:30:05 -0400 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:34556 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KkcUW-0002yE-Kn for help-gnu-emacs@gnu.org; Tue, 30 Sep 2008 06:30:05 -0400 Original-Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id E48546778C; Tue, 30 Sep 2008 06:28:53 -0400 (EDT) Original-Received: from [192.168.1.10] (202.7.251.96.dynamic.rev.aanet.com.au [202.7.251.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 149076778B; Tue, 30 Sep 2008 06:28:50 -0400 (EDT) User-Agent: Thunderbird 2.0.0.17 (X11/20080914) In-Reply-To: <6a594dba-ef74-48a2-83a2-1f7d7a80f774@2g2000hsn.googlegroups.com> X-Pobox-Relay-ID: 94AA92CC-8EDA-11DD-B5E5-D0CFFE4BC1C1-14340206!a-sasl-fastnet.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58226 Archived-At: 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)"