From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: emacs --pristine --> -vanilla Date: Thu, 05 Dec 2002 16:52:54 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <200212052152.gB5LqsX04988@rum.cs.yale.edu> References: <873cpcnqep.fsf@computer.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1039125802 4411 80.91.224.249 (5 Dec 2002 22:03:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Dec 2002 22:03:22 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18K45Z-000190-00 for ; Thu, 05 Dec 2002 23:03:21 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18K4Dt-0007KD-00 for ; Thu, 05 Dec 2002 23:11:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18K3wi-0002EP-00; Thu, 05 Dec 2002 16:54:12 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18K3w2-0001Gr-00 for emacs-devel@gnu.org; Thu, 05 Dec 2002 16:53:30 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18K3vV-0000pe-00 for emacs-devel@gnu.org; Thu, 05 Dec 2002 16:53:28 -0500 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18K3vU-0000pJ-00 for emacs-devel@gnu.org; Thu, 05 Dec 2002 16:52:56 -0500 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id gB5LqsX04988; Thu, 5 Dec 2002 16:52:54 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: "D. Goel" Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9906 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9906 > In xemacs, -vanilla is exactly equivalent to -q -no-site-file, so if > our --pristine turns out to do something different, then we should > have a -vanilla that is exactly -q -no-site-file > > the reason I think we should have a -vanilla is not just for xemacs > consistency, but also emacs -q --no-site-file is too much of a > mouthful, especially when telling newbies about it, and not easy for > them to remember either. Assuming we have a --pristine (or --vanilla) which does -q --no-site-file plus ignoring Xresources etc... what would be the point of having yet-another-option for -q --no-site-file ? After all, we would then tell people to use --pristine anyway since it's better than -q --no-site-file. Stefan