GNU bug report logs -
#9903
24.0.90; Empty input string signals error in batch mode.
Previous Next
Reported by: Chong Yidong <cyd <at> gnu.org>
Date: Sat, 29 Oct 2011 08:35:02 UTC
Severity: normal
Found in version 24.0.90
Done: Andreas Schwab <schwab <at> linux-m68k.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
1. emacs -Q -batch --eval '(message "%s" (read-string "ASDF: "))'
2. Type RET at the prompt, without entering any text.
Emacs signals an error:
Error reading from stdin
This problem was introduced by:
revno: 105287
committer: Paul Eggert <eggert <at> cs.ucla.edu>
branch nick: trunk
timestamp: Tue 2011-07-19 10:33:06 -0700
message:
Port to OpenBSD.
See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
and the surrounding thread.
* minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
rather than fgets, and retry after EINTR. Otherwise, 'emacs
--batch -f byte-compile-file' fails on OpenBSD if an inactivity
timer goes off.
This bug report was last modified 13 years and 208 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.