From unknown Fri Aug 15 01:57:43 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#399 <399@debbugs.gnu.org> To: bug#399 <399@debbugs.gnu.org> Subject: Status: 23.0.60; comint-dynamic-complete doesn't complete name of executable in current directory Reply-To: bug#399 <399@debbugs.gnu.org> Date: Fri, 15 Aug 2025 08:57:43 +0000 retitle 399 23.0.60; comint-dynamic-complete doesn't complete name of execu= table in current directory reassign 399 emacs submitter 399 Eric Hanchrow severity 399 normal thanks From offby1@blarg.net Thu Jun 12 09:26:17 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.4 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; 12 Jun 2008 16:26:17 +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 m5CGQBML020697 for ; Thu, 12 Jun 2008 09:26:13 -0700 Received: from mx10.gnu.org ([199.232.76.166]:34803) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1K6paq-0004Io-9q for emacs-pretest-bug@gnu.org; Thu, 12 Jun 2008 12:24:08 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1K6pcl-00085A-HI for emacs-pretest-bug@gnu.org; Thu, 12 Jun 2008 12:26:11 -0400 Received: from smtp61.avvanta.com ([206.124.128.61]:45819 helo=mail.avvanta.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K6pcl-00080j-4R for emacs-pretest-bug@gnu.org; Thu, 12 Jun 2008 12:26:07 -0400 Received: from mail.avvanta.com (localhost [127.0.0.1]) by mail.avvanta.com (Postfix) with ESMTP id 8430A276C52 for ; Thu, 12 Jun 2008 09:25:43 -0700 (PDT) Received: from offby1.atm01.sea.blarg.net (q-static-138-125.avvanta.com [206.124.138.125]) by mail.avvanta.com (Postfix) with ESMTP id 5EC97276C51 for ; Thu, 12 Jun 2008 09:25:43 -0700 (PDT) Received: from erich by offby1.atm01.sea.blarg.net with local (Exim 4.69) (envelope-from ) id 1K6pcN-0003Tw-3B for emacs-pretest-bug@gnu.org; Thu, 12 Jun 2008 09:25:43 -0700 From: Eric Hanchrow To: emacs-pretest-bug@gnu.org Subject: 23.0.60; comint-dynamic-complete doesn't complete name of executable in current directory Date: Thu, 12 Jun 2008 09:25:43 -0700 Message-ID: <87iqwed3i0.fsf@offby1.atm01.sea.blarg.net> 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-BlargAV-Status: No viruses detected, BlargAV v1.1 on localhost.scooter.p.blarg.net X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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: I started emacs -Q -nw I typed M-x shell RET In the shell, I typed cd ~/kits/CoziExampleTest/ RET (that directory contains an executable file named test.py) In the shell I typed ./te TAB I expected to see emacs insert the rest of the file name, so that the final line read ./test.py. Instead, nothing happened. Note, however, that when I typed "ls ./te TAB", completion _did_ work: I saw "ls ./test.py" 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/local/src/emacs-with-my-tweaks.git/etc/DEBUG for instructions. In GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-06-12 on enver-laptop configured using `configure '--enable-maintainer-mode' '--with-xpm=no' '--with-jpeg=no' '--with-gif=no' '--with-tiff=no' '--with-xft' '--with-x-toolkit=gtk'' 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: C value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Shell Minor modes in effect: shell-dirtrack-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC [ > 0 ; 1 1 5 ; 0 c ESC x s h e l l RET c d SPC k i TAB DEL DEL RET c d SPC k i TAB C o z TAB E TAB T TAB RET . / t e TAB TAB s t . p y RET ESC p C-a l l SPC RET C-h c TAB ESC x r e p o r t - e TAB RET Recent messages: ("./emacs" "-Q") For information about GNU Emacs and the GNU system, type C-h C-a. No completions of ki ~ Completed Partially completed [2 times] Completed ~/kits/CoziExampleTest History item: 1 TAB runs the command comint-dynamic-complete From cyd@stupidchicken.com Mon Jul 28 06:49:38 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=-2.0 required=4.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 399-done) by emacsbugs.donarmstrong.com; 28 Jul 2008 13:49:38 +0000 Received: from furry (c-24-63-201-57.hsd1.ma.comcast.net [24.63.201.57]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m6SDnZa1005311 for <399-done@emacsbugs.donarmstrong.com>; Mon, 28 Jul 2008 06:49:36 -0700 Received: by furry (Postfix, from userid 1000) id 5B273C059; Mon, 28 Jul 2008 09:49:30 -0400 (EDT) From: Chong Yidong To: 399-done@debbugs.gnu.org Subject: Re: 23.0.60; comint-dynamic-complete doesn't complete name of executable in current directory Date: Mon, 28 Jul 2008 09:49:30 -0400 Message-ID: <87od4ip191.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii This is now fixed in CVS. Thanks. From unknown Fri Aug 15 01:57:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Mon, 25 Aug 2008 14:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator