Re: Report one bug of "\ref".
Ralf Angeli <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
[Redirecting to the mailing list.] * Adam Johnson (2005-02-04) writes: > Thanks for your kind response. I have the CVS Emacs, but it still behaves > like that. :-( 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. > Another thing is what do you mean "HTML" parts? I maybe caused by the mail > server. > I also received a copy of my email. It looks fine. There is no "HTML" > parts. Thanks again. Your original message contained a text and an HTML part: ,---- | Message-ID: <[email protected]> | [...] | Content-Type: multipart/alternative; | boundary="----=_NextPart_000_0097_01C50A4F.731FDF90" | [...] | This is a multi-part message in MIME format. | | ------=_NextPart_000_0097_01C50A4F.731FDF90 | Content-Type: text/plain; | [...] | ------=_NextPart_000_0097_01C50A4F.731FDF90 | Content-Type: text/html; `---- Your last message was plain text, which is good. (c: -- Ralf