From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: 23.1.50; gdb mode screwup when setting breakpoint Date: Mon, 24 Aug 2009 15:23:04 +0900 Message-ID: References: <19085.16179.619278.201868@totara.tehura.co.nz> Reply-To: Miles Bader NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251095052 10680 80.91.229.12 (24 Aug 2009 06:24:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Aug 2009 06:24:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: nickrob@snap.net.nz (Nick Roberts) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 24 08:24:05 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MfSyF-0008Em-Gl for ged-emacs-devel@m.gmane.org; Mon, 24 Aug 2009 08:23:59 +0200 Original-Received: from localhost ([127.0.0.1]:56904 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfSyE-0002FY-R6 for ged-emacs-devel@m.gmane.org; Mon, 24 Aug 2009 02:23:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfSxX-0001n8-5O for emacs-devel@gnu.org; Mon, 24 Aug 2009 02:23:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfSxS-0001hK-Rj for emacs-devel@gnu.org; Mon, 24 Aug 2009 02:23:14 -0400 Original-Received: from [199.232.76.173] (port=44956 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfSxS-0001h7-Ny for emacs-devel@gnu.org; Mon, 24 Aug 2009 02:23:10 -0400 Original-Received: from tyo202.gate.nec.co.jp ([202.32.8.206]:59433) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MfSxP-0005C0-QJ; Mon, 24 Aug 2009 02:23:08 -0400 Original-Received: from relay31.aps.necel.com ([10.29.19.54]) by tyo202.gate.nec.co.jp (8.13.8/8.13.4) with ESMTP id n7O6N4iH009342; Mon, 24 Aug 2009 15:23:04 +0900 (JST) Original-Received: from relay11.aps.necel.com ([10.29.19.24] [10.29.19.24]) by relay31.aps.necel.com with ESMTP; Mon, 24 Aug 2009 15:23:04 +0900 Original-Received: from dhlpc061 ([10.114.112.173] [10.114.112.173]) by relay11.aps.necel.com with ESMTP; Mon, 24 Aug 2009 15:23:04 +0900 Original-Received: by dhlpc061 (Postfix, from userid 31295) id 8542752E25E; Mon, 24 Aug 2009 15:23:04 +0900 (JST) System-Type: x86_64-unknown-linux-gnu Blat: Foop In-Reply-To: <19085.16179.619278.201868@totara.tehura.co.nz> (Nick Roberts's message of "Fri, 21 Aug 2009 00:18:59 +1200") Original-Lines: 21 X-detected-operating-system: by monty-python.gnu.org: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:114549 Archived-At: nickrob@snap.net.nz (Nick Roberts) writes: > That is weird because annotations aren't used for the gdb mode in 23.1.50. > Do you have an old gdb-ui.elc lying around that gets autoloaded? Hmm, indeed there is a file "lisp/progmodes/gdb-ui.elc" in my source tree (though there's no corresponding .el file). I guess that gets copied during installation into the load-path. Removing that file, and trying again, I get a _different_ error ... :) error in process filter: gdb-table-string: Symbol's function definition is void: mapcar* If I then manually do (require 'cl), and try again, things seem to work (at least the test case I sent earlier does). Thanks, -Miles -- We have met the enemy, and he is us. -- Pogo