From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: small Eshell docfix Date: Mon, 30 Aug 2004 15:03:32 -0700 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1093903448 5761 80.91.224.253 (30 Aug 2004 22:04:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Aug 2004 22:04:08 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 31 00:04:00 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 1C1uFs-0006k2-00 for ; Tue, 31 Aug 2004 00:04:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1uKi-0003ut-Oc for ged-emacs-devel@m.gmane.org; Mon, 30 Aug 2004 18:09:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C1uKc-0003ue-QC for emacs-devel@gnu.org; Mon, 30 Aug 2004 18:08:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C1uKa-0003uR-RB for emacs-devel@gnu.org; Mon, 30 Aug 2004 18:08:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1uKa-0003uO-MV for emacs-devel@gnu.org; Mon, 30 Aug 2004 18:08:52 -0400 Original-Received: from [66.111.4.30] (helo=frontend1.messagingengine.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C1uFO-00052a-Pf for emacs-devel@gnu.org; Mon, 30 Aug 2004 18:03:30 -0400 X-Sasl-enc: Bm5h8cKRQljyJxvvhpCgCQ 1093903409 Original-Received: from Majnun.local (adsl-68-124-232-40.dsl.snfc21.pacbell.net [68.124.232.40]) by frontend1.messagingengine.com (Postfix) with ESMTP id 81935C15284 for ; Mon, 30 Aug 2004 18:03:29 -0400 (EDT) Original-Received: by Majnun.local (Postfix, from userid 501) id B618A3C8DD8; Mon, 30 Aug 2004 15:03:32 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: (Richard Stallman's message of "Mon, 30 Aug 2004 14:28:27 -0400") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (darwin) 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:26629 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26629 Richard Stallman writes: > In that case, why isn't \ the default for this variable? Because this would conflict with Windows, where "\vi" means to run the vi.exe that exists in the root directory. John