From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: How to run gdb inside emacs Date: Tue, 08 Mar 2005 11:38:22 -0700 Message-ID: <3969p1F5u6oohU1@individual.net> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110308134 20485 80.91.229.2 (8 Mar 2005 18:55:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2005 18:55:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 08 19:55:32 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8jec-000187-Lm for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Mar 2005 19:42:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8jt8-00075S-NE for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Mar 2005 13:57:02 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: individual.net 1qRz/MrLV1eEjTEmKJ9fRwo56sCZOTCPjc/+Zu6H3PSbQOdlU= User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:129088 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24636 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24636 Jerry Wang wrote: > When I invoke gdb inside emacs, I got the following message: > > Symbol's function definition is void: keymap-name > > The gdb seems working fine, except no source displayed in separate buffer. > > I tried to load gud.el explicitiy in my .emacs file and it didn't solve > the problem. > > I'm use emacs 21.3.1 and gdb 5.2 running on Linux 2.4.7. There aren't any references to the keymap-name symbol in the 21.3 lisp source files, so I suspect a problem with your .emacs file (or default.el or site-start.el). Does the problem persist if you start emacs with the -q --no-site-file options? -- Kevin Rodgers