auctex
[Top][All Lists]
Advanced

[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: Fri, 27 Jan 2006 21:28:59 +0900

2006/1/27, Ralf Angeli <address@hidden>:
> The .emacs file is probably a good starting point.

To use "keyswap.el(obsolete)" on emacs-snapshot(emacs22),
I write in ~/.emacs
 (when (eq debian-emacs-flavor 'emacs-snapshot)
   (setq load-path
         (append '
          ("/usr/share/emacs/21.4/lisp"
           )load-path)
         )
   )
(load "term/keyswap")
.  This make me trouble.

After comment-outting these line,
"C-;" works fine on TeX file.

Thanks!
--
Kazuhiko Uebayashi




reply via email to

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