From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.bugs Subject: Re: gud-mode --annotate=3 and synchronization problems Date: Wed, 5 Sep 2007 17:20:01 +1200 Message-ID: <18142.15489.961065.713549@kahikatea.snap.net.nz> References: <46DD45BD.1060300@eurocontrol.int> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1188969635 28457 80.91.229.12 (5 Sep 2007 05:20:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2007 05:20:35 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: pierre-louis.escouflaire@eurocontrol.int Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Sep 05 07:20:33 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 1ISnJR-0002q1-9r for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 Sep 2007 07:20:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISnJP-0007gI-20 for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 Sep 2007 01:20:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISnJJ-0007dL-IR for bug-gnu-emacs@gnu.org; Wed, 05 Sep 2007 01:20:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISnJH-0007bK-1H for bug-gnu-emacs@gnu.org; Wed, 05 Sep 2007 01:20:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISnJG-0007ao-Fz for bug-gnu-emacs@gnu.org; Wed, 05 Sep 2007 01:20:14 -0400 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISnJG-0006eF-03 for bug-gnu-emacs@gnu.org; Wed, 05 Sep 2007 01:20:14 -0400 Original-Received: from kahikatea.snap.net.nz (153.61.255.123.dynamic.snap.net.nz [123.255.61.153]) by viper.snap.net.nz (Postfix) with ESMTP id 5AD023D9EE1; Wed, 5 Sep 2007 17:20:05 +1200 (NZST) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id E82DA8FC6D; Wed, 5 Sep 2007 17:20:03 +1200 (NZST) In-Reply-To: <46DD45BD.1060300@eurocontrol.int> X-Mailer: VM 7.19 under Emacs 23.0.50.4 X-Detected-Kernel: Linux 2.4-2.6 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:16486 Archived-At: > Not doing anything but `M-x describe-variable RET gdb-ready' before gdb > prompt appears tells "No match" and then commands make gdb freeze. Plus, > hre are some messages I had: > when: Symbol's value as variable is void: gdb-ready >... I don't get that because: *** gud.el 13 Aug 2007 20:51:56 +1200 1.129.2.6 --- gud.el 02 Sep 2007 15:20:41 +1200 *************** If SOFT is non-nil, returns nil if the s *** 104,109 **** --- 104,111 ---- "Non-nil if debugged program is running. Used to grey out relevant toolbar icons.") + (defvar gdb-ready nil) + ... Have you byte compiled gud.el? (You may be loading an old version). These diffs were made against Emacs in CVS (EMACS_22_BASE branch) so you might need to adjust them a bit for Emacs 22.1. -- Nick http://www.inet.net.nz/~nickrob