From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Proposal: emacs -Q option Date: 05 Feb 2004 08:23:16 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075962151 22502 80.91.224.253 (5 Feb 2004 06:22:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2004 06:22:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Feb 05 07:22:28 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 1AocuC-0007ow-00 for ; Thu, 05 Feb 2004 07:22:28 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AocuB-0006pF-00 for ; Thu, 05 Feb 2004 07:22:27 +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 1Aocu8-0001cV-Hc for emacs-devel@quimby.gnus.org; Thu, 05 Feb 2004 01:22:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aoctu-0001Yq-7M for emacs-devel@gnu.org; Thu, 05 Feb 2004 01:22:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AoctN-0001NM-5Y for emacs-devel@gnu.org; Thu, 05 Feb 2004 01:22:08 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AoctM-0001M9-8Q; Thu, 05 Feb 2004 01:21:36 -0500 Original-To: no-spam@cua.dk (Kim F. Storm) In-reply-to: (no-spam@cua.dk) 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:19729 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19729 > From: no-spam@cua.dk (Kim F. Storm) > Date: 05 Feb 2004 02:42:44 +0100 > > emacs -q --no-site-file --no-splash > --eval '(blink-cursor-mode -1)' > --eval '(tool-bar-mode -1)' > --eval '(scroll-bar-mode -1)' > --eval '(tooltip-mode -1)' > --eval '(setq visible-bell t)' > > (the last line is because the audible bell drives me crazy). > > I propose to add a -Q option which is equivalent to this, i.e. > > emacs -Q > > does the same thing as the above call. IMHO, using -Q for "-q --no-site-file" is fine, but adding all the other turn-offs makes this switch too heavily loaded. Why does it make sense to combine "-q --no-site-file", which basically means ``defeat all local deviations from the defaults'' with the rest, which disable fancy features? And what does visible-bell setting have to do with turning off features? I'd say let's make two options, one for "-q --no-site-file", the other for --no-splash and the --eval options mentioned above, excluding the visible-bell one.