emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Completion bug in gud or comint


From: Stefan Monnier
Subject: Re: Completion bug in gud or comint
Date: Fri, 16 Dec 2011 19:55:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

> I didn't find any related bug report, but I'm not sure if this has
> been reported before in this list.

> Steps to reproduce it:

>   M-x gdb
>   gdb -i=mi<RET>
>>> (gdb) _
>   s<TAB>
>>> (gdb) s_
>>> <completion buffer output>
>   o<TAB>
>>> source_
>   <TAB>
>>> (gdb) _source

> As you can see, the comint prompt ('(gdb)') "disappears" (already
> strange enough) and the point moves accordingly when there is a common
> completion prefix available, but performing a new completion makes the
> prompt "reappear".

I can't reproduce it with Emacs's trunk, starting as "emacs -Q".
Have you tried your recipe with "emacs -Q"?


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]