From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: Proposal: emacs -Q option Date: 05 Feb 2004 10:26:28 +0900 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: Miles Bader NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075944481 28128 80.91.224.253 (5 Feb 2004 01:28:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2004 01:28:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Feb 05 02:27:53 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 1AoYJ6-0003XV-00 for ; Thu, 05 Feb 2004 02:27:52 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AoYJ6-0008SE-00 for ; Thu, 05 Feb 2004 02:27:52 +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 1AoYIi-00026O-IU for emacs-devel@quimby.gnus.org; Wed, 04 Feb 2004 20:27:28 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AoYIQ-00023Z-KW for emacs-devel@gnu.org; Wed, 04 Feb 2004 20:27:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AoYHt-0001vm-QH for emacs-devel@gnu.org; Wed, 04 Feb 2004 20:27:08 -0500 Original-Received: from [210.143.35.52] (helo=TYO202.gate.nec.co.jp) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AoYHt-0001v9-35; Wed, 04 Feb 2004 20:26:37 -0500 Original-Received: from mailgate3.nec.co.jp ([10.7.69.161]) by TYO202.gate.nec.co.jp (8.11.7/3.7W01080315) with ESMTP id i151QWe01316; Thu, 5 Feb 2004 10:26:32 +0900 (JST) Original-Received: (from root@localhost) by mailgate3.nec.co.jp (8.11.7/3.7W-MAILGATE-NEC) id i151QWh11438; Thu, 5 Feb 2004 10:26:32 +0900 (JST) Original-Received: from edtmg01.lsi.nec.co.jp ([10.26.16.201]) by mailsv.nec.co.jp (8.11.7/3.7W-MAILSV-NEC) with ESMTP id i151QUl29894; Thu, 5 Feb 2004 10:26:31 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp (localhost [127.0.0.1]) by edtmg01.lsi.nec.co.jp (8.9.3p2+3.2W/3.7W_EDC_Ver.1.0) with ESMTP id KAA10672; Thu, 5 Feb 2004 10:26:30 +0900 (JST) Original-Received: from mcspd15 (mcspd15 [10.30.114.174]) by mcsss2.ucom.lsi.nec.co.jp (8.12.10/8.12.8/EDcg v2.01-mc/1046780839) with ESMTP id i151QSnX021787; Thu, 5 Feb 2004 10:26:29 +0900 (JST) Original-Received: by mcspd15 (Postfix, from userid 31295) id 608513D2; Thu, 5 Feb 2004 10:26:28 +0900 (JST) Original-To: no-spam@cua.dk (Kim F. Storm) System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: Original-Lines: 29 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:19722 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19722 no-spam@cua.dk (Kim F. Storm) writes: > 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. > > Objections anyone? I like the idea, but please omit the `visible-bell' setting -- that seems unrelated. BTW, another nice option for testing would be something to suppress the use of x-resource; doing `xrdb -remove' works but then I've got to put them back aftwards, and that won't help for ~/.X which is read directly instead of through the server. -Miles -- I'd rather be consing.