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: Re: In "M-x gdb", filename completion with mouse erases the default gdb command Date: Fri, 24 Aug 2007 15:32:02 +0300 Message-ID: References: <514C12BFEBF8B54DBB0C0D080405069305C1B7BD@XCH-SE-2V2.se.nos.boeing.com> <18125.7904.892683.893949@kahikatea.snap.net.nz> <18126.49082.628285.814485@kahikatea.snap.net.nz> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1187958763 24238 80.91.229.12 (24 Aug 2007 12:32:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Aug 2007 12:32:43 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, Kevin.Gallagher@boeing.com To: Nick Roberts Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Aug 24 14:32:41 2007 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 1IOYLA-0004RE-LP for geb-bug-gnu-emacs@m.gmane.org; Fri, 24 Aug 2007 14:32:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOYLA-0005yd-0D for geb-bug-gnu-emacs@m.gmane.org; Fri, 24 Aug 2007 08:32:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOYKe-0005n4-R9 for bug-gnu-emacs@gnu.org; Fri, 24 Aug 2007 08:32:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOYKd-0005mK-4b for bug-gnu-emacs@gnu.org; Fri, 24 Aug 2007 08:32:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOYKc-0005mB-Vx for bug-gnu-emacs@gnu.org; Fri, 24 Aug 2007 08:32:07 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOYKc-0000Cs-Fq for bug-gnu-emacs@gnu.org; Fri, 24 Aug 2007 08:32:06 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-201-207.inter.net.il [84.229.201.207]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DLF80595 (AUTH halo1); Fri, 24 Aug 2007 15:32:02 +0300 (IDT) In-reply-to: <18126.49082.628285.814485@kahikatea.snap.net.nz> (message from Nick Roberts on Fri, 24 Aug 2007 23:23:38 +1200) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:16438 Archived-At: > From: Nick Roberts > Date: Fri, 24 Aug 2007 23:23:38 +1200 > Cc: Kevin.Gallagher@boeing.com, bug-gnu-emacs@gnu.org > > > I don't have time to provide a comeplete tested patch, but I think you > > can find the right way of TAB completing in the minibuffer in one of > > the Eshell *.el files, since Eshell actually does TRT. > > Are you sure? If I do "M-x eshell-command" and then: > > Emacs shell command: ls -l ~/my > > and select myprog in the completions buffer, I end up with: > > Emacs shell command: myprog > > just like I do with GDB. You are right, it doesn't work, sorry. I'm quite sure it did in the past, so maybe Eshell, too, needs fixing.