auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] bug in TeX-math-input-method-off-regexp ?


From: Georgi Boshnakov
Subject: [AUCTeX-devel] bug in TeX-math-input-method-off-regexp ?
Date: Mon, 17 May 2010 08:23:32 +0100
User-agent: Internet Messaging Program (IMP) 4.3.3

Hello,

In tex.el, there seems to be a bug in the string

     TeX-math-input-method-off-regexp

which is

    "^\\(chinese\\|japanese\\|korean\\bulgarian\\russian\\)"

(Notice the absence of `|'  in the Cyrillic languages.)

Shouldn't it be

(setq TeX-math-input-method-off-regexp
      "^\\(chinese\\|japanese\\|korean\\|bulgarian\\|russian\\)")

I have this in my .emacs and haven't noticed that it is still wrong in AucTeX 11.86.

Georgi


--
Dr Georgi Boshnakov               tel: (+44) (0)161 306 3684
School of Mathematics             fax: (+44) (0)161 306 3669
Alan Turing Building 1.125
The University of Manchester
Oxford Road
Manchester M13 9PL
UK






reply via email to

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