auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] TeX-insert-punctuation and TeX-error-messages


From: Masayuki Ataka
Subject: [AUCTeX] TeX-insert-punctuation and TeX-error-messages
Date: Mon, 23 Jan 2006 00:48:49 +0900 (JST)

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: address@hidden
Name:: Masayuki Ataka // (Japan)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]