Simon Josefsson <jas(a)pdc.kth.se> writes:
Why is this non-mule XEmacs looking in that file at all?
Because you told it to. The mule-package stuff only works for the
default package path.
../configure
'--package-path=/afs/pdc.kth.se/common/usr/local/vol/xemacs-common'
This is means it should search a package hierarchy in
.../xemacs-common i.e. .../xemacs-common/lisp .../xemacs-common/etc
etc...
The reason it is sill finding your packages is that it setup such that
all subdirectories of an hierarchy that do not match
packages-special-base-regexp are also considered as separate
hierarchies. A most annoying feature if you ask me.
You need to do
for non-mule
--package-path=/afs/pdc.kth.se/common/usr/local/vol/xemacs-common/site-packages:/afs/pdc.kth.se/common/usr/local/vol/xemacs-common/xemacs-packages
and for mule..
--package-path=/afs/pdc.kth.se/common/usr/local/vol/xemacs-common/site-packages:/afs/pdc.kth.se/common/usr/local/vol/xemacs-common/mule-packages:/afs/pdc.kth.se/common/usr/local/vol/xemacs-common/xemacs-packages
Jan