>>>> Andreas Jaeger writes:
Michael,
do you know what's wrong? Does this work for you? I'm using
XEmacs
21.1.10 with Mule (will switch to 21.1.12 now):
I've fixed this now - if this worked for anybody, you had a really
broken setup.
To everybody: If you add a new package, please add it to
package-compile and check where you put your lisp dirs.
Andreas
2000-08-16 Andreas Jaeger <aj(a)suse.de>
* package-compile.el (package-directory-map): Add semantic.
(package-name-to-directory): Handle jde special.
Index: package-compile.el
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/package-compile.el,v
retrieving revision 1.19
diff -u -r1.19 package-compile.el
--- package-compile.el 2000/08/16 08:33:34 1.19
+++ package-compile.el 2000/08/16 10:38:25
@@ -89,6 +89,7 @@
("pcl-cvs" . "prog")
("prog-modes" . "prog")
("scheme" . "prog")
+ ("semantic" . "prog")
("sh-script" . "prog")
("vc" . "prog")
("vc-cc" . "prog")
@@ -161,7 +162,7 @@
(expand-file-name "gnus/lisp" (file-name-as-directory dir)))
((equal package "pgnus")
(expand-file-name "gnus/lisp" (file-name-as-directory dir)))
- ((or (equal package "w3") (equal package "bbdb"))
+ ((or (equal package "w3") (equal package "bbdb") (equal package
"jde"))
(expand-file-name "lisp" (file-name-as-directory dir)))
((equal package "mew")
(expand-file-name "mew" (file-name-as-directory dir)))
--
Andreas Jaeger
SuSE Labs aj(a)suse.de
private aj(a)arthur.inka.de
http://www.suse.de/~aj