help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to run gdb inside emacs


From: Kevin Rodgers
Subject: Re: How to run gdb inside emacs
Date: Tue, 08 Mar 2005 11:38:22 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]