|--==> "VB" == Vaclav Barta <vbar(a)comp.cz> writes:
VB> I've just installed the JDE package, but it doesn't work - when I open
VB> a .java file, it's not colored and there is no JDE menu...
(add-to-list 'auto-mode-alist '("\\.java$" . jde-mode))
VB> I bet it's some dependency on a package I don't have installed,
VB> but "Cannot open load file: %s" "gud"" does not tell me
much...
This is why when you install or update packages you should always: [1]
Packages -> Add Required
But that's well and good in hind-sight, doesn't really help you now.
To find out which package a particular lisp library belongs to you
can:
M-x package-get-package-provider RET gud RET
=> (debug "1.14")
Hope this is helpful.
Footnotes:
[1] Assuming that you are using the XEmacs Package Tools to install
packages. (Info-goto-node "(xemacs)Automatically")
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|