On Wed, 2005-11-02 at 01:20 +0900, Stephen J. Turnbull wrote:
>>>>> "Pema" == Pekka Marjola
<pema(a)iki.fi> writes:
Pema> I used to use --package-path. Then --with-package-prefix was
Pema> implemented, which supposedly simplifies things (no need to
Pema> specify mule-packages etc.) - but ~/.xemacs is not in the
Pema> path generated. Or has that changed?
The code in ./configure _does_ put ~/.xemacs in the default package
search path, along with $package_prefix/{site,mule,xemacs}-packages.
That means you need ~/.xemacs/lisp/local-package containing Lisp
files. Is that what you have?
Nope, ~/.xemacs/xemacs-packages/lisp/local-package. At one point this
was expected directory.... Yup, my Windows build (21.5b17, from
xemacs.org) expects that there is ~/.xemacs/xemacs-packages/lisp. So
what's it gonna be?