[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 0d8e6c6 34/42: Document `TeX-math-input-method-o
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 0d8e6c6 34/42: Document `TeX-math-input-method-off-regexp' properly. |
Date: |
Thu, 23 Nov 2017 06:06:14 -0500 (EST) |
branch: externals/auctex
commit 0d8e6c640140ce2f0e2875c4488339bc5cb1e475
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>
Document `TeX-math-input-method-off-regexp' properly.
* doc/auctex.texi (Entering Mathematics):
* doc/changes.texi (News in 11.92):
Document `TeX-math-input-method-off-regexp'.
---
doc/auctex.texi | 9 +++++++++
doc/changes.texi | 15 +++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/doc/auctex.texi b/doc/auctex.texi
index 0335b6c..c9bc991 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -1206,6 +1206,15 @@ In order to enable this feature, set the variable
If non-nil, insert braces after typing @key{^} and @key{_} in math mode.
@end defopt
+You can automatically turn off input methods, used to input non-ascii
+characters, when you begin to enter math constructs.
+
address@hidden TeX-math-input-method-off-regexp
+Input method matching this regular expression is turned off when @kbd{$}
+is typed to begin math mode or a math environment is inserted by
address@hidden C-e} (@code{LaTeX-environment}).
address@hidden defopt
+
@node Completion
@section Completion
@cindex Completion
diff --git a/doc/changes.texi b/doc/changes.texi
index ab38cdf..b43a657 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -8,6 +8,21 @@
@end ifset
address@hidden News in 11.92
+
address@hidden @bullet
address@hidden
address@hidden has a new customize option
address@hidden When you begin to input a math
+formula, the current input method is turned off if its name matches this
+regular expression.
+
+In fact this variable was introduced long before, but has not been
+documented in info files nor turned into a customize option with
address@hidden until this release.
+
address@hidden itemize
+
@heading News in 11.91
@itemize @bullet
- [elpa] externals/auctex a944077 12/42: Use `delete' correctly for list variable, (continued)
- [elpa] externals/auctex a944077 12/42: Use `delete' correctly for list variable, Tassilo Horn, 2017/11/23
- [elpa] externals/auctex 20b6fd0 21/42: Add test abount truncation of list, Tassilo Horn, 2017/11/23
- [elpa] externals/auctex 474cc4f 23/42: ; * doc/tex-ref.tex (): Fix typo and copyright year., Tassilo Horn, 2017/11/23
- [elpa] externals/auctex fe06211 24/42: Fix doc strings and comments, Tassilo Horn, 2017/11/23
- [elpa] externals/auctex 9e1aa85 22/42: Make preview-latex parsing robust to fix Bug#20773, Bug#27088, Tassilo Horn, 2017/11/23
- [elpa] externals/auctex 5d8ac95 25/42: Cosmetic Change, Tassilo Horn, 2017/11/23
- [elpa] externals/auctex 837d590 27/42: Remove use of .runandhide operator, Tassilo Horn, 2017/11/23
- [elpa] externals/auctex f362325 28/42: ; * latex.el (LaTeX-document-style-hook): Fix a typo., Tassilo Horn, 2017/11/23
- [elpa] externals/auctex ea7ff48 29/42: * tex.el (TeX-math-input-method-off-regexp): Turn defvar into defcustom., Tassilo Horn, 2017/11/23
- [elpa] externals/auctex b2571b6 40/42: Don't set company-minimum-prefix-length in tex mode buffers, Tassilo Horn, 2017/11/23
- [elpa] externals/auctex 0d8e6c6 34/42: Document `TeX-math-input-method-off-regexp' properly.,
Tassilo Horn <=
- [elpa] externals/auctex f0145f4 30/42: Add new function `LaTeX-env-longtable', Tassilo Horn, 2017/11/23
- [elpa] externals/auctex 213b705 33/42: Mention the necessity of GNU make, Tassilo Horn, 2017/11/23
- [elpa] externals/auctex 842471c 37/42: Give proper argument to `TeX-command-expand', Tassilo Horn, 2017/11/23
- [elpa] externals/auctex b69d894 39/42: * doc/changes.texi: Mention compatibility of preview with GS 9.22., Tassilo Horn, 2017/11/23
- [elpa] externals/auctex 5d6839e 36/42: Add test for the recent change about `TeX-kpathsea-path-delimiter', Tassilo Horn, 2017/11/23
- [elpa] externals/auctex 5f007f1 42/42: Regenerate tex-site.el and docs, Tassilo Horn, 2017/11/23
- [elpa] externals/auctex b20eea0 26/42: Fix Copyright year, Tassilo Horn, 2017/11/23
- [elpa] externals/auctex 463ead7 35/42: Document `TeX-view-evince-keep-focus', Tassilo Horn, 2017/11/23
- [elpa] externals/auctex 420ec0e 32/42: Bug fix and code refactoring related to kpathsea, Tassilo Horn, 2017/11/23
- [elpa] externals/auctex ee4cc54 31/42: Add new style/xltabular.el, Tassilo Horn, 2017/11/23