From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#11348: 24.0.95; TAB-completion in shell-command produces d:\/foo on MS-Windows Date: Fri, 04 May 2012 10:10:13 +0300 Message-ID: <83bom4776y.fsf@gnu.org> References: <83obqeiwb0.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1336115619 27779 80.91.229.3 (4 May 2012 07:13:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 May 2012 07:13:39 +0000 (UTC) To: 11348@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri May 04 09:13:37 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SQChr-00015Z-Lk for geb-bug-gnu-emacs@m.gmane.org; Fri, 04 May 2012 09:13:35 +0200 Original-Received: from localhost ([::1]:43920 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQChq-0005rQ-Dm for geb-bug-gnu-emacs@m.gmane.org; Fri, 04 May 2012 03:13:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQChi-0005qw-Sr for bug-gnu-emacs@gnu.org; Fri, 04 May 2012 03:13:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SQChc-0001lf-Hy for bug-gnu-emacs@gnu.org; Fri, 04 May 2012 03:13:26 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQChc-0001lQ-EY for bug-gnu-emacs@gnu.org; Fri, 04 May 2012 03:13:20 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SQCjG-0006Wm-8C for bug-gnu-emacs@gnu.org; Fri, 04 May 2012 03:15:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 04 May 2012 07:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11348 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11348-submit@debbugs.gnu.org id=B11348.133611564925018 (code B ref 11348); Fri, 04 May 2012 07:15:02 +0000 Original-Received: (at 11348) by debbugs.gnu.org; 4 May 2012 07:14:09 +0000 Original-Received: from localhost ([127.0.0.1]:35589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SQCiP-0006VS-3i for submit@debbugs.gnu.org; Fri, 04 May 2012 03:14:09 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:60393) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SQCiL-0006Uo-7L for 11348@debbugs.gnu.org; Fri, 04 May 2012 03:14:06 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M3H00000L2PQ500@a-mtaout22.012.net.il> for 11348@debbugs.gnu.org; Fri, 04 May 2012 10:12:15 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M3H00M00LCFWPK0@a-mtaout22.012.net.il> for 11348@debbugs.gnu.org; Fri, 04 May 2012 10:12:15 +0300 (IDT) In-reply-to: <83obqeiwb0.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:59732 Archived-At: Ping! I think this is a serious bug that should be fixed before Emacs 24.1 is released. If Someone=E2=84=A2 tells me where in the completion code to look for= the possible cause(s), I could try debugging this myself. > emacs -Q > M-! cd d:\gnu TAB >=20 > (A directory 'd:/gnu' exists on my disk.) >=20 > After pressing the TAB key, the minibuffer displays this: >=20 > cd d:\/gnu/ >=20 > whereas the expected result is >=20 > cd d:/gnu/ >=20 > This is a regression from Emacs 23.4, where I do get "d:/gnu/". >=20 >=20 > In GNU Emacs 24.0.95.1 (i386-mingw-nt5.1.2600) > of 2012-04-26 on HOME-C4E4A596F7 > Windowing system distributor `Microsoft Corp.', version 5.1.2600 > Configured using: > `configure --with-gcc (3.4)'