From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: in batch or during test Date: Tue, 21 Apr 2015 15:21:01 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87mw21jnj6.fsf@lifelogs.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1429644328 6384 80.91.229.3 (21 Apr 2015 19:25:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Apr 2015 19:25:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 21 21:25:28 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YkdnP-0001LA-Qh for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Apr 2015 21:25:23 +0200 Original-Received: from localhost ([::1]:60092 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkdnK-0002la-2f for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Apr 2015 15:25:18 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!1.eu.feeder.erje.net!news2.arglkargh.de!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-X-Trace: news.albasani.net F1pWDnnYxD2hKh3t619Jybkyyub1/i1xMFRPIljPDJthTNMYnjhrAgaTlgy1FD1Q8IRwWIYIQ5Z23jQR+mE/IQ== Original-NNTP-Posting-Date: Tue, 21 Apr 2015 19:20:57 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="eePBZ34+ODEMBlqs8WdUO9Kx1OwVS7NFbg1SOuwUs3Sb1Pblrk0iB6yJL3yS6UmkCxnboipb+pcwWqvlFrWu19wlYgR5jDuX73JFobyDKyhR9S9W027w/nahVGGPfKgm"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:2WQN2x9d2oT3ZkJtARHMw2ZiVh4= sha1:ChmfxIdtnKm+4atbFWPoZWIBpFw= Original-Xref: usenet.stanford.edu gnu.emacs.help:211633 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103914 Archived-At: On Tue, 21 Apr 2015 12:13:00 +0100 phillip.lord@newcastle.ac.uk (Phillip Lord) wrote: PL> Is there a way to discover if Emacs is being run in batch and/or running PL> a test? I thought this article was very good on the topic of scripting with Emacs: http://www.lunaryorn.com/2014/08/12/emacs-script-pitfalls.html Ted