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 _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
