From: Stefan Monnier Date: Thu, 3 Jul 2014 16:29:22 +0000 (-0400) Subject: * etc/NEWS: Fix description of incompatible change in `read-char'. X-Git-Tag: emacs-24.3.93~104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22c49c9acb1d68afc9f79e55a260005b5c4bf06e;p=emacs.git * etc/NEWS: Fix description of incompatible change in `read-char'. --- diff --git a/etc/NEWS b/etc/NEWS index c9af6348aac..f740a701a54 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -971,11 +971,11 @@ The new optional CHECK-TIMERS parameter allows for the prior behavior. 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.