From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Proposal: emacs -Q option Date: Thu, 5 Feb 2004 12:53:15 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075982397 26560 80.91.224.253 (5 Feb 2004 11:59:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2004 11:59:57 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Feb 05 12:59:50 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AoiAf-0007mo-00 for ; Thu, 05 Feb 2004 12:59:49 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AoiAf-0006VH-00 for ; Thu, 05 Feb 2004 12:59:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aoi8p-0001Fk-8T for emacs-devel@quimby.gnus.org; Thu, 05 Feb 2004 06:57:55 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aoi64-0000fe-A2 for emacs-devel@gnu.org; Thu, 05 Feb 2004 06:55:04 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aoi5H-0000Q4-6u for emacs-devel@gnu.org; Thu, 05 Feb 2004 06:54:47 -0500 Original-Received: from [213.115.192.53] (helo=mail2.norrnet.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aoi5A-0000NM-V9 for emacs-devel@gnu.org; Thu, 05 Feb 2004 06:54:09 -0500 Original-Received: from stubby.bodenonline.com (stubby.bodenonline.com [193.201.16.94]) by mail2.norrnet.net (BorderWare MXtreme Mail Firewall) with ESMTP id D4265E57E2; Thu, 5 Feb 2004 12:54:07 +0100 (CET) Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44]) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id i15CjlL7023018; Thu, 5 Feb 2004 13:45:47 +0100 In-Reply-To: Original-To: Alan Mackenzie X-Mailer: Apple Mail (2.612) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19742 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19742 > > I'd say, make a command-line "user option" instead or as well. After > all, Emacs is supposed to be user configurable. Say, -U or -U"string". > This would set a variable `option-U' to the string (or t) before > running > .emacs (or, possibly site-start.el?). Wouldn't emacs --eval '(setq option-U t)' do the same thing? A bit more to type though. Jan D.