From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: --script Date: Fri, 14 Mar 2008 14:38:19 +0000 Message-ID: <47DA8DDB.9040409@gnu.org> References: <8763vq8fyi.fsf@wivenhoe.staff8.ul.ie> <8763vpo0bl.fsf@wivenhoe.staff8.ul.ie> 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 1205505531 18592 80.91.229.12 (14 Mar 2008 14:38:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2008 14:38:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: brendan.halpin@ul.ie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 14 15:39:20 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JaB3s-0000QL-Sk for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 15:39:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaB3J-0000gv-OM for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 10:38:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JaB3D-0000cw-T0 for emacs-devel@gnu.org; Fri, 14 Mar 2008 10:38:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JaB39-0000QQ-DR for emacs-devel@gnu.org; Fri, 14 Mar 2008 10:38:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaB39-0000Q4-8Q for emacs-devel@gnu.org; Fri, 14 Mar 2008 10:38:23 -0400 Original-Received: from mk-outboundfilter-3.mail.uk.tiscali.com ([212.74.114.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JaB38-0004K1-Sr for emacs-devel@gnu.org; Fri, 14 Mar 2008 10:38:23 -0400 Original-X-Trace: 63326738/mk-outboundfilter-1.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnQBAOQq2kdTQxds/2dsb2JhbAAIqVs X-IP-Direction: OUT Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [192.168.249.28]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 14 Mar 2008 14:38:21 +0000 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) In-Reply-To: <8763vpo0bl.fsf@wivenhoe.staff8.ul.ie> X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:92563 Archived-At: Brendan Halpin wrote: > Andreas Schwab writes: > > >> I think noninteractive is the right variable. >> >> Documentation: >> Non-nil means Emacs is running without interactive terminal. >> > > Excellent. Now, is there a way of exploiting this at the site-start > level? For instance, to selectively suppress the loading of certain > files in site-start.d when they are not relevant? > (if noninteractive ... ....) would seem the obvious solution, or are you looking for something else.