From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.devel Subject: Re: cd - in shell buffers does not work any more Date: Mon, 25 Mar 2002 10:50:39 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200203231614.g2NGEmM02298@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017049887 6093 127.0.0.1 (25 Mar 2002 09:51:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2002 09:51:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16pR8R-0001aA-00 for ; Mon, 25 Mar 2002 10:51:27 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16pRGQ-0008TO-00 for ; Mon, 25 Mar 2002 10:59:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pR8I-0004oZ-00; Mon, 25 Mar 2002 04:51:18 -0500 Original-Received: from pot.cnuce.cnr.it ([146.48.83.182]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pR7h-0004n8-00; Mon, 25 Mar 2002 04:50:41 -0500 Original-Received: from pot by pot.cnuce.cnr.it with local (Exim 3.34 #1 (Debian)) id 16pR7f-0004hT-00; Mon, 25 Mar 2002 10:50:39 +0100 Original-To: rms@gnu.org In-Reply-To: <200203231614.g2NGEmM02298@aztec.santafe.edu> (rms@gnu.org) X-fingerprint: 4B2 6187 5C3 D6B1 2E31 7666 9DF 2DC9 BE21 6115 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2184 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2184 If I type `cd -' in a shell buffer I get an error: cd: No such directory found via CDPATH environment variable Tht is very strange, since it seems to be an error from the shell. (I don't know what `cd -' is supposed to do.) cd - swaps the two top entries in the cd history stack of the shell. Basically, it brings you to the dir where you have last been. Anyway, it is true that it is a strange error. For that emacs, I can reliably make it crash really simply with shell.el: emacs -q M-x shell RET C-d --> signal 11 GNU Emacs 21.2.50.2 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-03-20 on pot.cnuce.cnr.it I am updating from the latest sources before investigating that. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel