On May 20, 2005, at 11:49 AM, Ralf Angeli wrote:

--- prv-install.el� � 03 May 2005 14:40:13 +0200� � 1.10

+++ prv-install.el� � 20 May 2005 11:32:09 +0200 � �

@@ -94,7 +94,11 @@

�� � � � � � ((string-equal "Generating autoloads for %s...done" fmt))

�� � � � � � (t (apply si:message fmt args))))

�� � (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.")))

�� � � (fset 'message si:message))

�� � (when (file-exists-p generated-autoload-file)

�� � � (with-temp-buffer (insert-file append-file)



Ralf,

I tried your patch, but now "make install" fails with the following error:


Loading customization dependencies...
Loading customization dependencies...done
Compiling /Users/artemio/.xemacs/xemacs-packages/lisp/auctex/custom-load.el...
Compiling /Users/artemio/.xemacs/xemacs-packages/lisp/auctex/custom-load.el...done
Wrote /Users/artemio/.xemacs/xemacs-packages/lisp/auctex/custom-load.elc
Updating metadata for the directory /Users/artemio/.xemacs/xemacs-packages/lisp/auctex/...
Updating autoloads for the directory /Users/artemio/.xemacs/xemacs-packages/lisp/auctex/...

xemacs exiting.
Wrong number of arguments: update-autoload-files, 1make[1]: *** [install-metadata] Error 255
make: *** [install] Error 2


Thanks,


Artemio Gonzalez-Lopez

[EMAIL PROTECTED]


_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to