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: `eshell-under-cygwin-p' etc. inappropriate? Date: Wed, 07 Aug 2002 13:32:09 -0700 Sender: emacs-devel-admin@gnu.org Message-ID: <87bs8el8ae.fsf@alice.dynodns.net> References: <87k7n3kzs1.fsf@alice.dynodns.net> <8765yn8ahd.fsf@bundalo.shootybangbang.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1028752350 29297 127.0.0.1 (7 Aug 2002 20:32:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 7 Aug 2002 20:32:30 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17cXTp-0007cQ-00 for ; Wed, 07 Aug 2002 22:32:29 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17cXpa-0008WS-00 for ; Wed, 07 Aug 2002 22:54:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17cXUP-00030n-00; Wed, 07 Aug 2002 16:33:05 -0400 Original-Received: from mail.gci-net.com ([216.183.68.100] helo=gci-net.com) by fencepost.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 17cXTf-0002ty-00 for ; Wed, 07 Aug 2002 16:32:19 -0400 Original-Received: from [216.183.69.139] (HELO aris) by gci-net.com (CommuniGate Pro SMTP 3.5.9) with ESMTP-TLS id 6522884 for emacs-devel@gnu.org; Wed, 07 Aug 2002 13:23:54 -0700 Original-Received: from johnw by aris with local (Exim 3.35 #1 (Debian)) id 17cXTV-0001e7-00 for ; Wed, 07 Aug 2002 13:32:09 -0700 Original-To: emacs-devel@gnu.org X-Home-Page: http://www.gci-net.com/users/j/johnw/ X-Public-Key: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0xF40524D0 In-Reply-To: <8765yn8ahd.fsf@bundalo.shootybangbang.com> (John Paul Wallington's message of "07 Aug 2002 07:10:54 +0100") Original-Lines: 14 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) 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:6344 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6344 >>>>> On Tue Aug 6, John writes: > It was only for XEmacs Cygwin build: AFAICR, executables have > extensions such as .exe Eshell is now using `exec-suffixes', which should be set properly by the build environment. > and the file system was case-insensitive Then let's make a config variable eshell-case-sensitive-filesystem or some such. John