emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117341: * etc/NEWS: Fix description of incompati


From: Stefan Monnier
Subject: [Emacs-diffs] emacs-24 r117341: * etc/NEWS: Fix description of incompatible change in `read-char'.
Date: Thu, 03 Jul 2014 16:29:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117341
revision-id: address@hidden
parent: address@hidden
committer: Stefan Monnier <address@hidden>
branch nick: emacs-24
timestamp: Thu 2014-07-03 12:29:22 -0400
message:
  * etc/NEWS: Fix description of incompatible change in `read-char'.
modified:
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-06-14 23:57:24 +0000
+++ b/etc/NEWS  2014-07-03 16:29:22 +0000
@@ -971,11 +971,11 @@
 Some languages match those as »...«, and others as «...», so it is
 better for Emacs to stay neutral by default.
 
-** `read-event' does not return decoded chars in ttys any more.
-As was the case in Emacs 22 and before, the decoding of terminal
-input, according to `keyboard-coding-system', is not performed in
-`read-event' any more.  But unlike in Emacs 22, this decoding is still
-done before `input-decode-map', `function-key-map', etc.
+** `read-event' does not always decode chars in ttys any more.  As was the case
+in Emacs 22 and before, `read-event' (and `read-char') by default read raw
+bytes from the terminal.  If you want to read decoded chars instead (as was
+always the case in Emacs-23, for example), pass a non-nil
+`inherit-input-method' argument.
 
 ** In `symbol-function', nil and "unbound" are indistinguishable.
 `symbol-function' does not signal a `void-function' error any more.


reply via email to

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