bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#5561: Problem in gud mode and autocompletion


From: Nick Roberts
Subject: bug#5561: Problem in gud mode and autocompletion
Date: Fri, 12 Feb 2010 09:21:19 +1300

 > -Launch gdb : M-x gdb
 > =>We are in gud mode
 > -Start to write a command in gdb and do a TAB
 > =>Emacs is blocked, we have the mouse pointer showing emacs is working

The mouse pointer is controlled by X so this shows nothing.

 > We can quit this state by C-g

Yes, it interrupts whatever Emacs is doing.

 > It is a regression, it is working with
 > "This is GNU Emacs 22.1.1 (i486-pc-linux-gnu, GTK+ Version 2.12.9)
 >  of 2008-05-03 on terranova, modified by Ubuntu"
 > 
 > 
 > In GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.12.9)

This is a released version.  It works for me and there haven't been other
reports so there must be something unusual about your set up.  It may be that
there are just too many completions for Emacs to handle.  What happens if you
do the same on the command line?  Do you get something like:

(gdb) b <TAB>
Display all 20954 possibilities? (y or n)

If not then could you send details of the gdb command and program that you are
using.  Does it happen with a simple "hello world" program?

-- 
Nick                                           http://users.snap.net.nz/~nickrob






reply via email to

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