[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] "Autoloading failed ..." with emacs 22
From: |
Kazuhiko Uebayashi |
Subject: |
Re: [AUCTeX] "Autoloading failed ..." with emacs 22 |
Date: |
Thu, 19 Jan 2006 19:27:43 +0900 |
# Sorry about that I sent the reply mail directly to Ralf.
Thanks for your reply.
2006/1/19, Ralf Angeli
> What's the output of `M-x list-load-path-shadows RET'?
The output is
/usr/share/emacs-snapshot/site-lisp/emacs-color-themes/color-theme \
hides /usr/share/emacs-snapshot/site-lisp/emacs-goodies-el/color-theme
/usr/share/emacs-snapshot/site-lisp/psgml/psgml-ids hides
/usr/share/emacs/site-lisp/psgml/psgml-ids
/usr/share/emacs-snapshot/site-lisp/psgml/psgml-html hides
/usr/share/emacs/site-lisp/psgml/psgml-html
/usr/share/emacs-snapshot/site-lisp/psgml/psgml-init hides
/usr/share/emacs/site-lisp/psgml/psgml-init
/usr/share/emacs-snapshot/site-lisp/psgml/psgml hides
/usr/share/emacs/site-lisp/psgml/psgml
/usr/share/emacs-snapshot/site-lisp/psgml/psgml-sysdep hides
/usr/share/emacs/site-lisp/psgml/psgml-sysdep
/usr/share/emacs-snapshot/site-lisp/psgml/psgml-parse hides
/usr/share/emacs/site-lisp/psgml/psgml-parse
/usr/share/emacs-snapshot/site-lisp/psgml/psgml-other hides
/usr/share/emacs/site-lisp/psgml/psgml-other
/usr/share/emacs-snapshot/site-lisp/psgml/psgml-info hides
/usr/share/emacs/site-lisp/psgml/psgml-info
/usr/share/emacs-snapshot/site-lisp/psgml/psgml-edit hides
/usr/share/emacs/site-lisp/psgml/psgml-edit
/usr/share/emacs-snapshot/site-lisp/psgml/psgml-dtd hides
/usr/share/emacs/site-lisp/psgml/psgml-dtd
/usr/share/emacs-snapshot/site-lisp/psgml/psgml-charent hides
/usr/share/emacs/site-lisp/psgml/psgml-charent
/usr/share/emacs-snapshot/site-lisp/psgml/psgml-api hides
/usr/share/emacs/site-lisp/psgml/psgml-api
/usr/share/emacs/22.0.50/site-lisp/debian-startup hides
/usr/share/emacs/site-lisp/debian-startup
14 Emacs Lisp load-path shadowings were found
.
2006/1/19, Ralf Angeli :
> Please keep the mailing list copied.
>
> Hm, I expected to see tex.el(c) being shadowed. Are you sure that
> there are no old tex.el files lying around in load-path?
>
Aftre updating slocate database, tex.el* are found at
$ slocate tex.el |grep "/tex.el"
~/local/src/auctex-11.82/tex.el
~/local/src/auctex-11.82/tex.elc
~/local/share/site-lisp/auctex/tex.el
~/local/share/site-lisp/auctex/tex.elc
.
To add load-path, I write the following in my ~/.emacs.
;; local loadpath
(setq load-path
(append '("~/local/share/site-lisp/"
"~/local/share/emacs/site-lisp")
load-path)
)
;; for emacs-snapshot loadpath
(when (eq debian-emacs-flavor 'emacs-snapshot)
(setq load-path
(append '
("/usr/share/emacs/site-lisp/wnn7egg"
"/usr/share/emacs/21.4/lisp"
)load-path)
)
)
.
But "C-c ;" doesn't work on emacs 22. On emacs21 it works fine.
In My PC, I install emacs21 and emacs-snapshot(that is emacs 22).
The PC default emacs is emacs21.
AUCTeX is build with default emacs(emacs21).
Then, I rebuild AUCTeX with emacs-snapshot(emacs 22)
~$ ./configure --prefix=$HOME/local\
--with-lispdir=$HOME/local/share/site-lisp\
--with-texmf-dir=$HOME/texmf\
--with-emacs=/usr/bin/emacs-snapshot && make && make install
.
Still "C-c ;" doesn't work on emacs-snapshot, but it works on emacs21
--
Kazuhiko Uebayashi
- [AUCTeX] "Autoloading failed ..." with emacs 22, Kazuhiko Uebayashi, 2006/01/18
- Re: [AUCTeX] "Autoloading failed ..." with emacs 22, Ralf Angeli, 2006/01/19
- Message not available
- Re: [AUCTeX] "Autoloading failed ..." with emacs 22,
Kazuhiko Uebayashi <=
- Re: [AUCTeX] "Autoloading failed ..." with emacs 22, Ralf Angeli, 2006/01/20
- Re: [AUCTeX] "Autoloading failed ..." with emacs 22, Kazuhiko Uebayashi, 2006/01/20
- Re: [AUCTeX] "Autoloading failed ..." with emacs 22, Ralf Angeli, 2006/01/20
- Re: [AUCTeX] "Autoloading failed ..." with emacs 22, Kazuhiko Uebayashi, 2006/01/20
- Re: [AUCTeX] "Autoloading failed ..." with emacs 22, Ralf Angeli, 2006/01/21
- Re: [AUCTeX] "Autoloading failed ..." with emacs 22, Kazuhiko Uebayashi, 2006/01/26
- Re: [AUCTeX] "Autoloading failed ..." with emacs 22, Ralf Angeli, 2006/01/26
- Re: [AUCTeX] "Autoloading failed ..." with emacs 22, Kazuhiko Uebayashi, 2006/01/27
- [AUCTeX] Re: "Autoloading failed ..." with emacs 22, Evil Boris, 2006/01/28