Mercurial > emacs
comparison etc/NEWS @ 72140:a91a11c6b1ad
New arg for `read-event', `read-char', and `read-char-exclusive'
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 26 Jul 2006 18:28:57 +0000 |
parents | 91ea8d22ef60 |
children | e043a6ddf637 |
comparison
equal
deleted
inserted
replaced
72139:8eab314cd76e | 72140:a91a11c6b1ad |
---|---|
4407 name handlers. This will be exploited for remote files mainly. | 4407 name handlers. This will be exploited for remote files mainly. |
4408 | 4408 |
4409 ** Input changes: | 4409 ** Input changes: |
4410 | 4410 |
4411 +++ | 4411 +++ |
4412 *** The functions `read-event', `read-char', and `read-char-exclusive' | |
4413 have a new optional argument SECONDS. If non-nil, this specifies a | |
4414 maximum time to wait for input, in seconds. If no input arrives after | |
4415 this 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 |
4413 the up-event that was discarded in case the last key sequence read for a | 4419 the up-event that was discarded in case the last key sequence read for a |
4414 previous `k' or `K' argument was a down-event; otherwise nil is used. | 4420 previous `k' or `K' argument was a down-event; otherwise nil is used. |
4415 | 4421 |
4416 +++ | 4422 +++ |