> 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 _______________________________________________ Help-gnu-emacs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
