comparison etc/NEWS @ 26322:9d7f261d1841

Reading from mini-buffer reads from stdin if noninteractive.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 03 Nov 1999 12:44:49 +0000
parents 13a14fa14cf2
children d2970b5d3b72
comparison
equal deleted inserted replaced
26321:7d9c6a0e5fc6 26322:9d7f261d1841
10 10
11 ** `movemail' defaults to supporting POP. You can turn this off using 11 ** `movemail' defaults to supporting POP. You can turn this off using
12 the --without-pop configure option, should that be necessary. 12 the --without-pop configure option, should that be necessary.
13 13
14 * Changes in Emacs 21.1 14 * Changes in Emacs 21.1
15
16 ** Reading from the mini-buffer now reads from standard input if Emacs
17 is running in batch mode. For example,
18
19 (message "%s" (read t))
20
21 will read a Lisp expression from standard input and print the result
22 to standard output.
15 23
16 ** Faces and frame parameters. 24 ** Faces and frame parameters.
17 25
18 There are four new faces `scroll-bar', `border', `cursor' and `mouse'. 26 There are four new faces `scroll-bar', `border', `cursor' and `mouse'.
19 Setting the frame parameters `scroll-bar-foreground' and 27 Setting the frame parameters `scroll-bar-foreground' and