On Mon, Oct 10 2005, Ralf Angeli wrote:
> By the way, I saw that at least the AUCTeX part of AUCTeX 11.81 is
> available in RPM format for Fedora Core 4:
>
> <URL:http://fedoraproject.org/extras/4/i386/repodata/repoview/emacs-auctex-0-11.81-1.fc4.html>
Did you find a .src.rpm or a .spec file?
They ship `auctex-init.el' and `auctex.el' in site-start.d:
/usr/share/emacs/site-lisp$ cat site-start.d/auctex-init.el
; Autoactivation of AUCTeX
; Created for emacs-auctex-11.81-1.fc4.noarch.rpm
(require 'tex-site)
/usr/share/emacs/site-lisp$ cat site-start.d/auctex.el
;;; auctex.el
;;
;; This can be used for starting up AUCTeX. The following somewhat
;; strange trick causes tex-site.el to be loaded in a way that can be
;; safely undone using (unload-feature 'tex-site).
;;
(autoload 'TeX-load-hack
(expand-file-name "../tex-site.el" (file-name-directory load-file-name)))
(TeX-load-hack)
AFAICS, `auctex-init.el' doesn't make any sense (at least if
`auctex.el' is loaded first.
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel