Hi,

Ikumi-San sent me some comments about AUCTeX,
so I'll translate it and post.

(1) TeX-insert-punctuation in tex.el

The function TeX-insert-punctuation is not used anymore.  This
is the code for TeX-insert-punctuation in tex.el.
----------------------------------------------------------------------
    ;; Removed because LaTeX 2e have a better solution to italic correction.
    ;; (define-key map "."        'TeX-insert-punctuation)
    ;; (define-key map ","        'TeX-insert-punctuation)
----------------------------------------------------------------------

# tex-jp.el uses TeX-insert-punctuation, but it only overwrite
# the definition of it in tex.el, so that we don't need to care
# about tex-jp.el.

(2) TeX-error-messages in tex-buf.el

a. The entry of `counter too large' is duplicated.
b. No `doucmentclass' (only `documentstyle').
c. `Missing \\$ inserted'...

  ...Remember that unless stated otherwise, all the commands of
  Section can be used only in math mode...

  should be

  ...Remember that unless stated otherwise, all the commands of
  Section 3.3 in LaTeX Book (Lamport) can be used only in math
  mode...

# Maybe, we should brush up TeX-error-messages for LaTeX2e...

regards,
---
email: [EMAIL PROTECTED]
Name:: Masayuki Ataka // (Japan)


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to