summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-08-18 19:10:01 +0300
committerEli Zaretskii <eliz@gnu.org>2021-08-18 19:10:01 +0300
commit0d5ff75e944e765dce0e3a93ebdefa4fb6d5f356 (patch)
tree1d7c584839f06e776e836ed12eab8a0dfd060060 /etc
parent15a8026cafad4a61a2ba5554c1a3e999244e412c (diff)
downloademacs-0d5ff75e944e765dce0e3a93ebdefa4fb6d5f356.tar.gz
Improve documentation of last change.
* etc/NEWS: Mention the string value of 'auto-composition-mode'. * src/composite.c (syms_of_composite) <auto-composition-mode>: Doc fix.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f77fc8243f7..cc779b40f45 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -134,6 +134,15 @@ file:
It used to be enabled when Emacs is started in GUI mode but not when started
in text mode. The cursor still only actually blinks in GUI frames.
+---
+** 'auto-composition-mode' can now be selectively disabled on some TTYs.
+Some text-mode terminals produce display glitches trying to compose
+characters. The 'auto-composition-mode' can now have a string value
+that names a terminal type; if the value returned by the 'tty-type'
+function compares equal with that string, automatic composition will
+be disabled in windows shown on that terminal. The Linux terminal
+sets this up by default.
+
+++
** Etags now supports the Mercury programming language.
See https://mercurylang.org.