Re: Report one bug of "\ref".
"Adam Johnson" <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
> * Adam Johnson (2005-02-04) writes: > Do you see the problem when you don't use any customizations? In > order to check this, prepare a file (e.g. test.el) which includes only > the following statements: > > (require 'tex-site) > (add-hook 'LaTeX-mode-hook 'turn-on-reftex) > (setq reftex-plug-into-AUCTeX t) > > Then start Emacs with `emacs -q -no-site-file' and type `M-x load-file > RET /path/to/test.el RET'. After that you can load a LaTeX file and > check if `C-c )' still swallows ~ characters. If it does not, there > is a customization causing the problem. Thanks. I tried and the problem was still there. Then I just downloaded the newest version of reftex. The problem solved. Now it works very well. Adam