[gvd-users] using gvd with Emacs
Emmanuel Briot
gvd-users@lists.act-europe.fr
19 Dec 2002 10:16:48 +0100
On Thu, 2002-12-19 at 10:10, Gunter Ohrner wrote:
> I just tried using gvd 1.2.5 with GNU Emacs 21.2.1 (a Debian system). I
> manually fetched the gvd.el mentioned in the manual and placed it in my
> ~/.emacs.d directory, adding the load-line as states in the docs.
> 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 but it
> looks to me as if I need to load another/some other lisp file(s) prior to
> invoking gvd?
You might try to add a
(require 'gud)
prior to loading the gvd.el file.
regards,
Emmanuel