Mercurial > emacs
diff etc/NEWS @ 104354:7d0f4f179b3d
* subr.el (listify-key-sequence-1): Use normal syntax since those
integers are nowadays always represented by the same (positive) number
on all platforms.
(read-key-empty-map): New const.
(read-key-delay): New var.
(read-key): New function.
(force-mode-line-update): Use with-current-buffer.
(locate-user-emacs-file): Don't forget to abbreviate the file name.
(start-process-shell-command, start-file-process-shell-command):
Discourage the use of command-args.
* processes.texi (Asynchronous Processes): Adjust arglist of
start-process-shell-command and start-file-process-shell-command.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 19 Aug 2009 03:03:05 +0000 |
parents | eb3f2c155d07 |
children | 5744c85d533a |
line wrap: on
line diff
--- a/etc/NEWS Wed Aug 19 02:59:11 2009 +0000 +++ b/etc/NEWS Wed Aug 19 03:03:05 2009 +0000 @@ -177,6 +177,10 @@ * Lisp changes in Emacs 23.2 +** read-key is a function halfway between read-event and read-key-sequence. +It reads a single key, but obeys input and escape sequence decoding. +** start-process-shell-command start-file-process-shell-command only +take a single `command' argument any more. ** Hash tables have a new printed representation that is readable. The feature `hashtable-print-readable' identifies this new functionality.