From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#4399: 23.1; let a file know it was run with --script Date: Thu, 10 Sep 2009 23:58:47 -0400 Message-ID: References: Reply-To: Glenn Morris , 4399@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1252642040 20639 80.91.229.12 (11 Sep 2009 04:07:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Sep 2009 04:07:20 +0000 (UTC) Cc: 4399@emacsbugs.donarmstrong.com To: Tom Tromey Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Sep 11 06:07:13 2009 Return-path: Envelope-to: geb-bug-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 1MlxPk-0000fd-E4 for geb-bug-gnu-emacs@m.gmane.org; Fri, 11 Sep 2009 06:07:12 +0200 Original-Received: from localhost ([127.0.0.1]:45576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlxPj-0001HO-Ks for geb-bug-gnu-emacs@m.gmane.org; Fri, 11 Sep 2009 00:07:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlxPe-0001Ev-Ma for bug-gnu-emacs@gnu.org; Fri, 11 Sep 2009 00:07:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlxPa-0001B4-2I for bug-gnu-emacs@gnu.org; Fri, 11 Sep 2009 00:07:06 -0400 Original-Received: from [199.232.76.173] (port=33006 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlxPZ-0001Av-VT for bug-gnu-emacs@gnu.org; Fri, 11 Sep 2009 00:07:01 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:33071) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MlxPZ-0000QQ-EE for bug-gnu-emacs@gnu.org; Fri, 11 Sep 2009 00:07:01 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8B46xSM011170; Thu, 10 Sep 2009 21:06:59 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.14.3/8.14.3/Submit) id n8B454n7010532; Thu, 10 Sep 2009 21:05:04 -0700 Resent-Date: Thu, 10 Sep 2009 21:05:04 -0700 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Glenn Morris Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Fri, 11 Sep 2009 04:05:04 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 4399 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 4399-submit@emacsbugs.donarmstrong.com id=B4399.12526415309023 (code B ref 4399); Fri, 11 Sep 2009 04:05:04 +0000 Original-Received: (at 4399) by emacsbugs.donarmstrong.com; 11 Sep 2009 03:58:50 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8B3wmiN009020 for <4399@emacsbugs.donarmstrong.com>; Thu, 10 Sep 2009 20:58:50 -0700 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MlxHb-0006jK-TB; Thu, 10 Sep 2009 23:58:47 -0400 X-Spook: Vince Foster terrorist ARPA Crypto AG S Key Bosnia X-Ran: 8"l1au'"9w2tz]f{UV7WpO*^#oy:7B?z=8:M=#Oi9f@*wSj,"]3F*v++ (Tom Tromey's message of "Thu, 10 Sep 2009 20:06:39 -0600") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Resent-Date: Fri, 11 Sep 2009 00:07:06 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:30945 Archived-At: Tom Tromey wrote: > On occasion it would be convenient to have a .el file which could check > whether it was invoked with --script. You can check for a non-nil value of `noninteractive'. Or do you need to distinguish --batch from --script for some reason?