[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: In "M-x gdb", filename completion with mouse erases the default gdb
From: |
Eli Zaretskii |
Subject: |
Re: In "M-x gdb", filename completion with mouse erases the default gdb command |
Date: |
Fri, 24 Aug 2007 15:32:02 +0300 |
> From: Nick Roberts <nickrob@snap.net.nz>
> 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<TAB>
>
> 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.