From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: Re: don't require path hints for *shell* Date: Thu, 03 Apr 2008 01:15:56 -0400 Message-ID: <87bq4ra583.fsf@stupidchicken.com> References: <87tzlq7d1c.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207199950 3867 80.91.229.12 (3 Apr 2008 05:19:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2008 05:19:10 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 03 07:19:42 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JhHrR-0004Bw-1Z for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Apr 2008 07:19:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhHqo-0007o8-PX for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Apr 2008 01:19:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhHo9-0006pk-3B for bug-gnu-emacs@gnu.org; Thu, 03 Apr 2008 01:16:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhHo7-0006pG-9a for bug-gnu-emacs@gnu.org; Thu, 03 Apr 2008 01:16:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhHo6-0006pB-Rf for bug-gnu-emacs@gnu.org; Thu, 03 Apr 2008 01:16:14 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JhHo6-0000KP-CK for bug-gnu-emacs@gnu.org; Thu, 03 Apr 2008 01:16:14 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JhHny-0006LU-JG for bug-gnu-emacs@gnu.org; Thu, 03 Apr 2008 05:16:06 +0000 Original-Received: from c-98-216-111-182.hsd1.ma.comcast.net ([98.216.111.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Apr 2008 05:16:06 +0000 Original-Received: from cyd by c-98-216-111-182.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Apr 2008 05:16:06 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 9 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-216-111-182.hsd1.ma.comcast.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:+CaEJsWQkKnLwnaVJqLoCgNLq4U= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17791 Archived-At: jidanni@jidanni.org writes: > Why do we have to give *shell* a hint (./) to get it to expand paths? > $ emacs -Q -f shell > c d SPC . / > Bash needs no hint. Act like bash as the default, please. > emacs-version "22.1.1" I've just checked in a fix. Thanks.