[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-AUCTeX] 11.85; TeX-parse-self is not active
From: |
Ralf Angeli |
Subject: |
Re: [Bug-AUCTeX] 11.85; TeX-parse-self is not active |
Date: |
Thu, 11 Sep 2008 10:45:24 +0200 |
* José Carlos Santos (2008-09-10) writes:
> If, with the cursor right after the word "See", I type C-c C-) and
You probably mean `C-c )' which runs `reftex-reference' if RefTeX is
enabled.
> then I choose the "e" option, then I get "~(\ref{eq:a})" but since
> this file uses the amsmath package, what I sould get is
> "~\eqref{eq:a}". What might be wrong with my intallation? Two notes:
>
> 1) My .emacs file contains the lines
>
> (setq TeX-auto-save t)
> (setq TeX-parse-self t)
> (setq-default TeX-master nil)
Hm, if I try your example by starting Emacs with
emacs -Q -l auctex --eval "(progn (setq TeX-auto-save t TeX-parse-self t)
(setq-default TeX-master nil) (require 'reftex) (add-hook 'LaTeX-mode-hook
'turn-on-reftex) (setq reftex-plug-into-AUCTeX t))" file.tex
then everything works as it should (using the CVS versions of AUCTeX and
RefTeX).
Are there any error messages in the *Messages* buffer?
--
Ralf
- [Bug-AUCTeX] 11.85; TeX-parse-self is not active, José Carlos Santos, 2008/09/10
- Re: [Bug-AUCTeX] 11.85; TeX-parse-self is not active,
Ralf Angeli <=
- Re: [Bug-AUCTeX] 11.85; TeX-parse-self is not active, Harald von Aschen, 2008/09/11
- Message not available
- Re: [Bug-AUCTeX] 11.85; TeX-parse-self is not active, José Carlos Santos, 2008/09/12
- Re: [Bug-AUCTeX] 11.85; TeX-parse-self is not active, Ralf Angeli, 2008/09/13
- Re: [Bug-AUCTeX] 11.85; TeX-parse-self is not active, José Carlos Santos, 2008/09/13
- Re: [Bug-AUCTeX] 11.85; TeX-parse-self is not active, Ralf Angeli, 2008/09/13
- Re: [Bug-AUCTeX] 11.85; TeX-parse-self is not active, José Carlos Santos, 2008/09/13
- Re: [Bug-AUCTeX] 11.85; TeX-parse-self is not active, Ralf Angeli, 2008/09/13
- Re: [Bug-AUCTeX] 11.85; TeX-parse-self is not active, David Kastrup, 2008/09/15
- Re: [Bug-AUCTeX] 11.85; TeX-parse-self is not active, Ralf Angeli, 2008/09/16