bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-AUCTeX] Re: [AUCTeX] auctex installation fails under Mac OS X 1


From: Ralf Angeli
Subject: Re: [Bug-AUCTeX] Re: [AUCTeX] auctex installation fails under Mac OS X 10.4 and xemacs
Date: Fri, 20 May 2005 13:01:29 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

* David Kastrup (2005-05-20) writes:

> Ralf Angeli <address@hidden> writes:
>
>>      (unwind-protect
>> -        (update-autoloads-from-directory lisp-dir)
>> +    (cond ((fboundp 'update-autoloads-from-directory)
>> +           (update-autoloads-from-directory lisp-dir))
>> +          ((fboundp 'update-autoload-files)
>> +           (update-autoload-files '(lisp-dir)))
>> +          (t (error "Failed to generate autoloads.")))
>
> I think we should go the whole nine yards here and just use the new
> function as long as it is available in XEmacs 21.4.not-too-small.  We
> make clear enough that recent versions of XEmacs are required.

The function is not available on XEmacs 21.4.

>> Additionally I had a hardware failure a few days ago and am
>> currently back on the old 200MHz machine with 100MB of diskspace
>> left.  That means neither do I have an Emacs 21 nor an XEmacs 21.5
>> for testing.
[...]
> But 100MB of disk space: that's tough.  Nowadays.

In case this is a misunderstanding.  The partition is about 1.6GB
big.  It is just nearly totally filled up.  And that's rather a
minimal configuration for a desktop system I have installed.

-- 
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]