All auto-autoloads being loaded on startup after installing dvc.

Raymond Toy toy.raymond at gmail.com
Tue Mar 8 09:20:16 EST 2011


On 3/8/11 9:09 AM, Michael Sperber wrote:
> Raymond Toy <toy.raymond at gmail.com> writes:
>
>> On 3/8/11 2:59 AM, Michael Sperber wrote:
>>> Raymond Toy <toy.raymond at gmail.com> writes:
>>>
>>>
>>>> If I start xemacs with -no-site-file and click on the Load Init Files
>>>> button, I don't get these messages.
>>>>
>>>> How can If fix this?
>>> What's the output of "xemacs -debug-paths"?
>>>
>> The output is appended below.  I thought xemacs-beta put it stuff in
>> share not lib now, but I see that it still looks there.
>>
>> Oh, and /Volumes/share is a symlink to /Volumes/share2.
> This is the source of the problem:
>
>> emacs-data-roots:
>> ("/Volumes/share/darwin10.6/" "/Volumes/share2/darwin10.6/")
Hmm.  I wonder how that happened?  Perhaps I messed things up.  I was
working with dvc at the same time as I was trying to get the latest
xemacs-beta version from hg to run.
> How did you configure XEmacs?
../configure '--prefix=/Volumes/share2/darwin10.6'
'--with-xft=emacs,menubars' '--with-mule' 'CFLAGS=-I/opt/local/include'
'LDFLAGS=-L/opt/local/lib'
> Also, what does
>
> (paths-find-invocation-roots invocation-directory invocation-name #'paths-emacs-data-root-p)
>
> return?
>
("/Volumes/share/darwin10.6/")

Ah, and that's the hint.  I have PATH set to look at
/Volumes/share/darwin10.6/bin.  I should probably change that to
/Volumes/share2/darwin10.6/bin instead because
/Volumes/share2/darwin10.6/bin/xemacs doesn't produce all the errors
about loading auto-autoloads.  Or rebuild xemacs with a prefix of
/Volumes/share/darwin10.6.

Thanks for your help!

Ray



More information about the XEmacs-Beta mailing list