aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-07-26 18:28:57 +0000
committerChong Yidong2006-07-26 18:28:57 +0000
commit8763553f6864c9a0facc84f8715dc4b1ca8072c2 (patch)
tree2bd613a9c5018b3a4c1113a7be813b58e592dc6e
parentc1c3d4f760d360fbc650458c03deb07173c1d644 (diff)
downloademacs-8763553f6864c9a0facc84f8715dc4b1ca8072c2.tar.gz
emacs-8763553f6864c9a0facc84f8715dc4b1ca8072c2.zip
New arg for `read-event', `read-char', and `read-char-exclusive'
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4a2eaf4e225..c00d13937eb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4409,6 +4409,12 @@ name handlers. This will be exploited for remote files mainly.
4409** Input changes: 4409** Input changes:
4410 4410
4411+++ 4411+++
4412*** The functions `read-event', `read-char', and `read-char-exclusive'
4413have a new optional argument SECONDS. If non-nil, this specifies a
4414maximum time to wait for input, in seconds. If no input arrives after
4415this time elapses, the functions stop waiting and return nil.
4416
4417+++
4412*** An interactive specification can now use the code letter 'U' to get 4418*** An interactive specification can now use the code letter 'U' to get
4413the up-event that was discarded in case the last key sequence read for a 4419the up-event that was discarded in case the last key sequence read for a
4414previous `k' or `K' argument was a down-event; otherwise nil is used. 4420previous `k' or `K' argument was a down-event; otherwise nil is used.