diff options
| author | Chong Yidong | 2006-07-26 18:28:57 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-07-26 18:28:57 +0000 |
| commit | 8763553f6864c9a0facc84f8715dc4b1ca8072c2 (patch) | |
| tree | 2bd613a9c5018b3a4c1113a7be813b58e592dc6e | |
| parent | c1c3d4f760d360fbc650458c03deb07173c1d644 (diff) | |
| download | emacs-8763553f6864c9a0facc84f8715dc4b1ca8072c2.tar.gz emacs-8763553f6864c9a0facc84f8715dc4b1ca8072c2.zip | |
New arg for `read-event', `read-char', and `read-char-exclusive'
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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' | ||
| 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. |