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: small Eshell docfix Date: Mon, 06 Sep 2004 21:30:32 +0300 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <01c4943f$Blat.v2.2.2$bd992f80@zahav.net.il> References: <20040901231417.GD29664@fencepost> <1c4qmgo3l4.fsf@tiscali.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1094495517 1680 80.91.224.253 (6 Sep 2004 18:31:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Sep 2004 18:31:57 +0000 (UTC) Cc: rms@gnu.org, eclig@gmx.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 06 20:31:47 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C4OHL-0002FD-00 for ; Mon, 06 Sep 2004 20:31:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4OMW-0002GI-MT for ged-emacs-devel@m.gmane.org; Mon, 06 Sep 2004 14:37:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C4OMQ-0002F7-Ah for emacs-devel@gnu.org; Mon, 06 Sep 2004 14:37:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C4OMO-0002Es-Mz for emacs-devel@gnu.org; Mon, 06 Sep 2004 14:37:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4OMO-0002Ep-Jp for emacs-devel@gnu.org; Mon, 06 Sep 2004 14:37:00 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C4OH5-0006I9-MQ; Mon, 06 Sep 2004 14:31:31 -0400 Original-Received: from zaretski (pns03-208-13.inter.net.il [80.230.208.13]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id CME83541 (AUTH halo1); Mon, 6 Sep 2004 21:31:28 +0300 (IDT) Original-To: John Wiegley X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (message from John Wiegley on Sun, 05 Sep 2004 23:47:03 -0700) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26833 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26833 > From: John Wiegley > Date: Sun, 05 Sep 2004 23:47:03 -0700 > Cc: rms@gnu.org, eclig@gmx.net > > If the meaning of 1 and 2 is to stay merged, I recommend keeping the > current default of *, because it has a deeper meaning than what \ does > for shell users (where it means only that aliases be ignored). FWIW, if you want to have OS-specific defaults for a character that causes aliases to be ignored, I found that either a quote `"' or a comma `,' will do that in CMD.EXE.