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, 20 Jan 2006 19:53:41 +0900

2006/1/20, Ralf Angeli :
> Hm, I am wondering why `TeX-comment-or-uncomment-region' is being
> autoloaded at all.  Can you find out which file is autoloading it?
> Just open a LaTeX files, afterwards type `C-h v load-history RET', and
> search for "TeX-comment-or-uncomment-region".  If you find an entry
> (related to autoload), the file where it came from should be mentioned
> a few lines above it.


In Help buffer, I can find "TeX-comment-or-uncomment-region".
  TeX-comment-start-regexp
  (defun . TeX-comment-region)
  (defun . TeX-comment-or-uncomment-region)
  (defun . TeX-uncomment-region)
  (defun . TeX-uncomment)
  (defun . TeX-comment-or-uncomment-paragraph)
  (defun . TeX-in-comment)
  (defun . TeX-in-commented-line)
  (defun . TeX-in-line-comment)
  (defun . TeX-comment-prefix)
  (defun . TeX-forward-comment-skip)
  (defun . TeX-backward-comment-skip)
  (defun . TeX-comment-padding-string)

This meant that "TeX-comment-or-uncomment-region" is loaded?

Befor I posted this problem,
"TeX-comment-or-uncomment-paragraph" work fine with "C-c %".

--
Kazuhiko Uebayashi




reply via email to

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