From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: gud-mode --annotate=3 and synchronization problems Date: Sat, 01 Sep 2007 00:06:56 -0400 Message-ID: References: <200708301558.l7UFw7nB027463@carp.cfmu.corp.eurocontrol.int> <18135.42162.830917.161715@kahikatea.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1188619778 16555 80.91.229.12 (1 Sep 2007 04:09:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 Sep 2007 04:09:38 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, esf@cfmu.eurocontrol.int To: Nick Roberts Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Sep 01 06:09:37 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 1IRKIg-0005Tg-H4 for geb-bug-gnu-emacs@m.gmane.org; Sat, 01 Sep 2007 06:09:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRKIf-0008FE-Qv for geb-bug-gnu-emacs@m.gmane.org; Sat, 01 Sep 2007 00:09:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IRKGK-0005su-Rz for bug-gnu-emacs@gnu.org; Sat, 01 Sep 2007 00:07:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IRKGK-0005sX-8l for bug-gnu-emacs@gnu.org; Sat, 01 Sep 2007 00:07:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRKGK-0005sO-3J for bug-gnu-emacs@gnu.org; Sat, 01 Sep 2007 00:07:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IRKGJ-0002Hd-Qh for bug-gnu-emacs@gnu.org; Sat, 01 Sep 2007 00:07:07 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IRKG8-0007cE-Ku; Sat, 01 Sep 2007 00:06:56 -0400 In-reply-to: <18135.42162.830917.161715@kahikatea.snap.net.nz> (message from Nick Roberts on Fri, 31 Aug 2007 17:18:42 +1200) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:16472 Archived-At: > Typing commands before gdb is ready makes gud-mode confused. > Also note the command being repeated on quit using Ctrl-D (^D). I think this and your earlier bug report are consequences of the way input for GDB is queued using annotations. Can you program the Lisp code to discard user input, and not send it to GDB, until GDBs's output shows it is ready?