From unknown Sat Jun 21 03:03:30 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#1438 <1438@debbugs.gnu.org> To: bug#1438 <1438@debbugs.gnu.org> Subject: Status: 23.0.60; Wrong file/directory completion in *shell* buffers Reply-To: bug#1438 <1438@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:03:30 +0000 retitle 1438 23.0.60; Wrong file/directory completion in *shell* buffers reassign 1438 emacs submitter 1438 Tassilo Horn severity 1438 wishlist thanks From thorn@fastmail.fm Thu Nov 27 00:24:51 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-9.0 required=4.0 tests=AWL,BAYES_00,FOURLA, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 27 Nov 2008 08:24:52 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAR8OlSi000351 for ; Thu, 27 Nov 2008 00:24:49 -0800 Received: from mail.gnu.org ([199.232.76.166]:41799 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1L5cAm-0003fV-6l for emacs-pretest-bug@gnu.org; Thu, 27 Nov 2008 03:24:28 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1L5cB2-0005Z5-BR for emacs-pretest-bug@gnu.org; Thu, 27 Nov 2008 03:24:46 -0500 Received: from deliver.uni-koblenz.de ([141.26.64.15]:19454) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L5cB1-0005Yh-Qa for emacs-pretest-bug@gnu.org; Thu, 27 Nov 2008 03:24:44 -0500 Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 74393789AD89 for ; Thu, 27 Nov 2008 09:24:41 +0100 (CET) Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30711-02 for ; Thu, 27 Nov 2008 09:24:38 +0100 (CET) X-CHKRCPT: Envelopesender vrfy thorn@fastmail.fm Received: from thinkpad.tsdh.de (dhcp83.uni-koblenz.de [141.26.71.83]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 90BD1789AD86 for ; Thu, 27 Nov 2008 09:24:38 +0100 (CET) From: Tassilo Horn To: emacs-pretest-bug@gnu.org Subject: 23.0.60; Wrong file/directory completion in *shell* buffers Date: Thu, 27 Nov 2008 09:24:38 +0100 Message-ID: <87skpdtw3d.fsf@thinkpad.tsdh.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at uni-koblenz.de X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: With ZSH (and maybe some option I'm not aware of) you can go up one directory by typing ".." as a shorthand for "cd ..". Now I have this directory tree. foo/ foo/bar/ foo/baz/ foo/baz/one/ foo/baz/two/ I invoke `shell' and change to foo/baz/. Now I type cd TAB and the completion shows one/ and two/. Now I go up one directory with "..". Another cd TAB shows again the completions one/ and two/, but I'm in foo/ (as `pwd' says) now and the correct completions would be bar/ and baz/. So it seems `default-directory' is only updated with "cd ..", but not for the shorthand "..". The same applies if I have an alias xxx="cd foo/bar/baz". Then xxx RET cd TAB will print the completions for the directory I was before. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/share/emacs/23.0.60/etc/DEBUG for instructions. In GNU Emacs 23.0.60.1 (x86_64-pc-linux-gnu, GTK+ Version 2.14.4) of 2008-11-25 on thinkpad Windowing system distributor `The X.Org Foundation', version 11.0.10502000 configured using `configure '--prefix=/usr' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib64' '--program-suffix=-emacs-23' '--infodir=/usr/share/info/emacs-23' '--with-sound' '--with-x' '--with-toolkit-scroll-bars' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xpm' '--with-freetype' '--with-xft' '--with-libotf' '--with-m17n-flt' '--with-x-toolkit=gtk' '--without-hesiod' '--without-kerberos' '--without-kerberos5' '--with-gpm' '--with-dbus' '--build=x86_64-pc-linux-gnu' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-g -ggdb -O1 -pipe' 'LDFLAGS='' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Group Minor modes in effect: gnus-topic-mode: t gnus-undo-mode: t rcirc-track-minor-mode: t yas/minor-mode: t shell-dirtrack-mode: t recentf-mode: t iswitchb-mode: t window-number-meta-mode: t window-number-mode: t savehist-mode: t exec-abbrev-cmd-mode: t show-paren-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: b r i c h t SPC s i e SPC d a n n SPC w i e d e r SPC i m u m . . . C-k C-k C-k C-k C-k C-k C-k C-k g C-c C-c q c c SPC SPC SPC SPC SPC c B y q l s 1 g C-c s . . . . c d SPC j g r p w d l s c d SPC j g r . . c d SPC p w d ~ c d SPC u n c d SPC . C-x k C-c s c d SPC u n r j g r . . c d SPC c d SPC j g r a l a b c d SPC l s c d SPC a n t M-x r e b r p o r e p o Recent messages: Completed [2 times] Partially completed ~/uni/repos/jgralab Type space to flush; repeat completion command to scroll call-interactively: Text is read-only [6 times] Type space to flush; repeat completion command to scroll call-interactively: Text is read-only [5 times] Type space to flush; repeat completion command to scroll call-interactively: Text is read-only [4 times] call-interactively: End of buffer [8 times] -- No person, no idea, and no religion deserves to be illegal to insult, not even the Church of Emacs. (Richard M. Stallman) From monnier@iro.umontreal.ca Thu Nov 27 08:42:42 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.0 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 27 Nov 2008 16:42:42 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mARGgcVh031975 for ; Thu, 27 Nov 2008 08:42:40 -0800 Received: from mx10.gnu.org ([199.232.76.166]:36716) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1L5jwY-00027J-SD for emacs-pretest-bug@gnu.org; Thu, 27 Nov 2008 11:42:18 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1L5jwr-0002Cp-1p for emacs-pretest-bug@gnu.org; Thu, 27 Nov 2008 11:42:37 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:27182) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L5jwq-0002Cb-PP for emacs-pretest-bug@gnu.org; Thu, 27 Nov 2008 11:42:36 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtsEAGtcLklMCrX1/2dsb2JhbACBbdA7gn2BJA X-IronPort-AV: E=Sophos;i="4.33,676,1220241600"; d="scan'208";a="30365520" Received: from 76-10-181-245.dsl.teksavvy.com (HELO pastel.home) ([76.10.181.245]) by ironport2-out.teksavvy.com with ESMTP; 27 Nov 2008 11:42:36 -0500 Received: by pastel.home (Postfix, from userid 20848) id C6BEC84C0; Thu, 27 Nov 2008 11:41:23 -0500 (EST) From: Stefan Monnier To: Tassilo Horn Cc: 1438@debbugs.gnu.org, emacs-pretest-bug@gnu.org Subject: Re: bug#1438: 23.0.60; Wrong file/directory completion in *shell* buffers Message-ID: References: <87skpdtw3d.fsf@thinkpad.tsdh.de> Date: Thu, 27 Nov 2008 11:41:23 -0500 In-Reply-To: <87skpdtw3d.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Thu, 27 Nov 2008 09:24:38 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. > Now I go up one directory with "..". The directory tracking code only recognizes some commands such as "cd", "pushd", and a couple more. You may want to look into dirtrack.el. Stefan From cyd@stupidchicken.com Thu Nov 27 09:53:47 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.0 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1438) by emacsbugs.donarmstrong.com; 27 Nov 2008 17:53:47 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mARHrja0017578 for <1438@emacsbugs.donarmstrong.com>; Thu, 27 Nov 2008 09:53:46 -0800 Received: by cyd.mit.edu (Postfix, from userid 1000) id E404157E1D3; Thu, 27 Nov 2008 12:54:05 -0500 (EST) From: Chong Yidong To: Tassilo Horn Cc: 1438@debbugs.gnu.org Subject: Re: 23.0.60; Wrong file/directory completion in *shell* buffers Date: Thu, 27 Nov 2008 12:54:05 -0500 Message-ID: <8763m93via.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > With ZSH (and maybe some option I'm not aware of) you can go up one > directory by typing ".." as a shorthand for "cd ..". > > it seems `default-directory' is only updated with "cd ..", but not > for the shorthand "..". Have you tried using shell-dirtrack-mode? From thorn@fastmail.fm Thu Nov 27 12:23:48 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.9 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1438) by emacsbugs.donarmstrong.com; 27 Nov 2008 20:23:48 +0000 Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mARKNkwb024265 for <1438@emacsbugs.donarmstrong.com>; Thu, 27 Nov 2008 12:23:47 -0800 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 60E841C8992; Thu, 27 Nov 2008 15:23:45 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 27 Nov 2008 15:23:45 -0500 X-Sasl-enc: W+yNtYP5t+KBsOoA+XVwRymSTBubbxEiuvLvSjD6rXvx 1227817424 Received: from thinkpad.tsdh.de (p54AF26FE.dip0.t-ipconnect.de [84.175.38.254]) by mail.messagingengine.com (Postfix) with ESMTPA id D494216ED1; Thu, 27 Nov 2008 15:23:43 -0500 (EST) From: Tassilo Horn To: Chong Yidong Cc: Tassilo Horn , 1438@debbugs.gnu.org Subject: Re: 23.0.60; Wrong file/directory completion in *shell* buffers In-Reply-To: <8763m93via.fsf@cyd.mit.edu> (Chong Yidong's message of "Thu, 27 Nov 2008 12:54:05 -0500") References: <8763m93via.fsf@cyd.mit.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Date: Thu, 27 Nov 2008 21:23:41 +0100 Message-ID: <87fxlc6hpu.fsf@thinkpad.tsdh.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Chong Yidong writes: >> With ZSH (and maybe some option I'm not aware of) you can go up one >> directory by typing ".." as a shorthand for "cd ..". >> >> it seems `default-directory' is only updated with "cd ..", but not >> for the shorthand "..". > > Have you tried using shell-dirtrack-mode? That's on by default. Now I try dirtrack-mode as Stefan suggested. Bye, Tassilo From thorn@fastmail.fm Thu Nov 27 12:40:10 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-9.7 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 27 Nov 2008 20:40:10 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mARKe7Sp028258 for ; Thu, 27 Nov 2008 12:40:08 -0800 Received: from mx10.gnu.org ([199.232.76.166]:48102) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1L5neN-0002Zv-9f for emacs-pretest-bug@gnu.org; Thu, 27 Nov 2008 15:39:47 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1L5ned-000349-DP for emacs-pretest-bug@gnu.org; Thu, 27 Nov 2008 15:40:06 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:42713) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L5ned-00033z-6y for emacs-pretest-bug@gnu.org; Thu, 27 Nov 2008 15:40:03 -0500 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id C373A18DD80; Thu, 27 Nov 2008 15:40:02 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 27 Nov 2008 15:40:02 -0500 X-Sasl-enc: BvbiHWz1UhY4+NbDNUYASTokARSotUyR+wZh+O26DuQ9 1227818402 Received: from thinkpad.tsdh.de (p54AF26FE.dip0.t-ipconnect.de [84.175.38.254]) by mail.messagingengine.com (Postfix) with ESMTPA id E774616EBB; Thu, 27 Nov 2008 15:40:00 -0500 (EST) From: Tassilo Horn To: Stefan Monnier Cc: Tassilo Horn , 1438@debbugs.gnu.org, emacs-pretest-bug@gnu.org Subject: Re: bug#1438: 23.0.60; Wrong file/directory completion in *shell* buffers References: <87skpdtw3d.fsf@thinkpad.tsdh.de> Date: Thu, 27 Nov 2008 21:39:58 +0100 In-Reply-To: (Stefan Monnier's message of "Thu, 27 Nov 2008 11:41:23 -0500") Message-ID: <87bpw06gyp.fsf@thinkpad.tsdh.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-CrossAssassin-Score: 2 Stefan Monnier writes: >> Now I go up one directory with "..". > > The directory tracking code only recognizes some commands such as > "cd", "pushd", and a couple more. You may want to look into > dirtrack.el. Dirtrack-debug-mode says that my prompt doesn't match dirtrack-regexp, but that variable doesn't exist. It seems to be known as dirtrack-list now. I configured it to match my prompt, and it seems to work fine. It's not too elegant, though... Bye, Tassilo From cyd@stupidchicken.com Sun Nov 30 09:38:34 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.0 required=4.0 tests=AWL,BAYES_00, VALID_BTS_CONTROL autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 30 Nov 2008 17:38:34 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAUHcWCN022224 for ; Sun, 30 Nov 2008 09:38:33 -0800 Received: by cyd.mit.edu (Postfix, from userid 1000) id B761457E09E; Sun, 30 Nov 2008 12:38:32 -0500 (EST) From: Chong Yidong To: control@debbugs.gnu.org Subject: severity 1438 wishlist Date: Sun, 30 Nov 2008 12:38:32 -0500 Message-ID: <87prkdjeqv.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii severity 1438 wishlist thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 19 18:04:16 2011 Received: (at 1438-done) by debbugs.gnu.org; 19 Sep 2011 22:04:16 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5lwm-00054m-J8 for submit@debbugs.gnu.org; Mon, 19 Sep 2011 18:04:16 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5lwl-00054g-6s for 1438-done@debbugs.gnu.org; Mon, 19 Sep 2011 18:04:15 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1R5lrr-0003Pm-Gh; Mon, 19 Sep 2011 17:59:11 -0400 From: Glenn Morris To: 1438-done@debbugs.gnu.org Subject: Re: bug#1438: 23.0.60; Wrong file/directory completion in *shell* buffers References: <87skpdtw3d.fsf@thinkpad.tsdh.de> <87bpw06gyp.fsf@thinkpad.tsdh.de> X-Spook: NASA Telex Islam Abduganievich Karimov ASDIC Perl-RSA X-Ran: w/Q8uK(=D0K`E,EN6VgIv:W"T@(hr\gVhdz/$p}V%RxY1&Buh[iV2I:bvKR];[>g.j.eiO X-Hue: cyan X-Attribution: GM Date: Mon, 19 Sep 2011 17:59:11 -0400 In-Reply-To: <87bpw06gyp.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Thu, 27 Nov 2008 21:39:58 +0100") Message-ID: <4hsjnsmbww.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 1438-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Closing this since the alternative method provided by dirtrack.el handles this case. It is impossible for shell-directory-tracker to know about non-standard command/aliases such as using ".." to mean "cd ..". From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 19 18:22:20 2011 Received: (at 1438) by debbugs.gnu.org; 19 Sep 2011 22:22:20 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5mEF-0005VW-T3 for submit@debbugs.gnu.org; Mon, 19 Sep 2011 18:22:20 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5mED-0005VP-Rh for 1438@debbugs.gnu.org; Mon, 19 Sep 2011 18:22:18 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1R5m9K-0003HZ-1E; Mon, 19 Sep 2011 18:17:14 -0400 From: Glenn Morris To: 1438@debbugs.gnu.org Subject: Re: bug#1438: 23.0.60; Wrong file/directory completion in *shell* buffers References: <87skpdtw3d.fsf@thinkpad.tsdh.de> <87bpw06gyp.fsf@thinkpad.tsdh.de> <4hsjnsmbww.fsf@fencepost.gnu.org> X-Spook: cryptanalysis rs9512c Gazprom Al Jazeera 64 Vauxhall X-Ran: 2~,;m$Oq=([fD{}MCH)"Yv9+h\m}R4_`.Rk-YOmGlzGmtKaW5'^G8*Q]TyStj}L=`aWW~u X-Hue: cyan X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 19 Sep 2011 18:17:13 -0400 In-Reply-To: <4hsjnsmbww.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 19 Sep 2011 17:59:11 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 1438 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) On reflection, I opened #9555 which summarizes the issue. From unknown Sat Jun 21 03:03:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 18 Oct 2011 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator