From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nickrob@snap.net.nz (Nick Roberts) Newsgroups: gmane.emacs.bugs Subject: bug#5561: Problem in gud mode and autocompletion Date: Fri, 12 Feb 2010 09:21:19 +1300 Message-ID: <19316.26303.30575.207531@totara.tehura.co.nz> References: <4B740BC6.7070801@parrot.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1265925170 4583 80.91.229.12 (11 Feb 2010 21:52:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Feb 2010 21:52:50 +0000 (UTC) Cc: 5561@debbugs.gnu.org To: harold magniez Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 11 22:52:48 2010 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.69) (envelope-from ) id 1Nfgxq-0000OV-Uw for geb-bug-gnu-emacs@m.gmane.org; Thu, 11 Feb 2010 22:52:47 +0100 Original-Received: from localhost ([127.0.0.1]:42017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nfgxq-0000rj-1V for geb-bug-gnu-emacs@m.gmane.org; Thu, 11 Feb 2010 16:52:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nfgxb-0000lJ-8b for bug-gnu-emacs@gnu.org; Thu, 11 Feb 2010 16:52:31 -0500 Original-Received: from [140.186.70.92] (port=51308 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfgxZ-0000kc-Eu for bug-gnu-emacs@gnu.org; Thu, 11 Feb 2010 16:52:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NfgxY-0001GA-LR for bug-gnu-emacs@gnu.org; Thu, 11 Feb 2010 16:52:29 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49960) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NfgxY-0001G6-Jv for bug-gnu-emacs@gnu.org; Thu, 11 Feb 2010 16:52:28 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1NfgX0-0003sl-4M; Thu, 11 Feb 2010 16:25:02 -0500 X-Loop: bug-gnu-emacs@gnu.org Resent-From: nickrob@snap.net.nz (Nick Roberts) Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 11 Feb 2010 21:25:02 +0000 Resent-Message-ID: Resent-Sender: bug-gnu-emacs@gnu.org X-Emacs-PR-Message: followup 5561 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 5561-submit@debbugs.gnu.org id=B5561.126592347814904 (code B ref 5561); Thu, 11 Feb 2010 21:25:02 +0000 Original-Received: (at 5561) by debbugs.gnu.org; 11 Feb 2010 21:24:38 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NfgWc-0003sL-5a for submit@debbugs.gnu.org; Thu, 11 Feb 2010 16:24:38 -0500 Original-Received: from viper.snap.net.nz ([202.37.101.25]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NfgWZ-0003sB-4J for 5561@debbugs.gnu.org; Thu, 11 Feb 2010 16:24:36 -0500 Original-Received: from totara (203.31.255.123.dynamic.snap.net.nz [123.255.31.203]) by viper.snap.net.nz (Postfix) with ESMTP id F0C133DA5F9; Fri, 12 Feb 2010 09:21:19 +1300 (NZDT) Original-Received: by totara (Postfix, from userid 1000) id 150B4C16D; Fri, 12 Feb 2010 09:21:19 +1300 (NZDT) In-Reply-To: <4B740BC6.7070801@parrot.com> X-Mailer: VM 7.19 under Emacs 22.2.1 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 11 Feb 2010 16:25:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org 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:35051 Archived-At: > -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 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