* David Kastrup (2005-05-20) writes: > Ralf Angeli <[EMAIL PROTECTED]> 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 _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
