[gvd-users] using gvd with Emacs
Emmanuel Briot
gvd-users@lists.act-europe.fr
19 Dec 2002 11:32:34 +0100
On Thu, 2002-12-19 at 11:02, Gunter Ohrner wrote:
> > > However, if I invoke "M-x gvd" I just get a 'Symbol's value as variable
> > > is void: gdb-minibuffer-local-map"'. Unfortunately I know no lisp at all
> > You might try to add a
> > (require 'gud)
> > prior to loading the gvd.el file.
>
> Unfortunately that did not help, it did not change anything. :-(
> Any other suggestions?
Edit gvd.el, and replace gdb-minibuffer-local-map with
gud-minibuffer-local-map. It seems there were some changes in recent
versions of Emacs that removed the first variable.
Emmanuel