I'm running doxymacs-1.3.2 and xemacs-21.4.6. I copied the .el files to /usr/share/xemacs-21.4.6/lisp.
1. The bindings C-c d, etc. are not getting bound, but I can do the M-x function that's defined. Where can I start to look to find problems? It looks like the lisp code is in place and there are no errors parsing it, so... I'm lost. (The font-lock stuff works great too)
2. The lookup function tries to call a function called executable-find <Actually I have no clue where it is getting called, somewhere deep in the depths...> after it does the completion-list thingy and after resolving any conflicts. For some reason I don't have this function (C-h v executable-find). What should I do? I know it's most likely a bug in url.el or something when it tries to open up another file with the definition.
Possible completions are:
exec-directory exec-suffix-list executing-macro
exec-path executing-kbd-macro
I do have the prerequisites (sp):
/usr/lib/xemacs/xemacs-packages/lisp/w3/url.elc
/usr/lib/xemacs/xemacs-packages/lisp/edit-utils/tempo.elc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm running doxymacs-1.3.2 and xemacs-21.4.6. I copied the .el files to /usr/share/xemacs-21.4.6/lisp.
1. The bindings C-c d, etc. are not getting bound, but I can do the M-x function that's defined. Where can I start to look to find problems? It looks like the lisp code is in place and there are no errors parsing it, so... I'm lost. (The font-lock stuff works great too)
2. The lookup function tries to call a function called executable-find <Actually I have no clue where it is getting called, somewhere deep in the depths...> after it does the completion-list thingy and after resolving any conflicts. For some reason I don't have this function (C-h v executable-find). What should I do? I know it's most likely a bug in url.el or something when it tries to open up another file with the definition.
Possible completions are:
exec-directory exec-suffix-list executing-macro
exec-path executing-kbd-macro
I do have the prerequisites (sp):
/usr/lib/xemacs/xemacs-packages/lisp/w3/url.elc
/usr/lib/xemacs/xemacs-packages/lisp/edit-utils/tempo.elc
1. Did you add (add-hook 'c-mode-common-hook 'doxymacs-mode) to your .emacs file? Does it say "doxy" on the modeline when you visit a C/C++ file?
2. executable-find is part of the "executable" package and should have come standard with your emacs/xemacs distrubution:
$ locate executable.elc
/usr/share/emacs/21.2.92/lisp/progmodes/executable.elc
/usr/share/xemacs/xemacs-packages/lisp/sh-script/executable.elc
$ rpm -q -f /usr/share/xemacs/xemacs-packages/lisp/sh-script/executable.elc
xemacs-21.4.10-1mdk