all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: 23.0.60; read-char unexpectedly halts execution of script
@ 2008-10-06 19:08 Chong Yidong
  2008-10-06 19:34 ` bug#1082: " Lennart Borgman (gmail)
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Chong Yidong @ 2008-10-06 19:08 UTC (permalink / raw)
  To: emacs-devel; +Cc: 1082

> Let filter.el consist of the forms:
>
>    (defun bc-filter (proc string)
>      (message "%s" string))
>
>    (message "starting")
>    (setq bc (start-process "bc" nil "/usr/bin/bc"))
>    (set-process-filter bc 'bc-filter)
>
>    (while t
>      (let ((char (read-char nil nil 0.1)))
>        (message "char: %s" char)))
>
> Where "/usr/bin/bc" is the GNU arbitrary precision calculator. Now:
>
>    mt-computer:~ mt$ emacs --script filter.el
>    starting
>    mt-computer:~ mt$
>
> I expect non-termination in this case, as in eval-buffer on filter.el.

This broke when SYNC_INPUT became the default; it works when Emacs is
recompiled without SYNC_INPUT, like Emacs 22.

I don't know what the specific cause of failure is, however.  Maybe the
SYNC_INPUT code should only be active when Emacs is run interactively.

Thoughts?




^ permalink raw reply	[flat|nested] 12+ messages in thread
* bug#1082: 23.0.60; read-char unexpectedly halts execution of script
@ 2008-10-06 19:08 Chong Yidong
  0 siblings, 0 replies; 12+ messages in thread
From: Chong Yidong @ 2008-10-06 19:08 UTC (permalink / raw)
  To: emacs-devel; +Cc: 1082

> Let filter.el consist of the forms:
>
>    (defun bc-filter (proc string)
>      (message "%s" string))
>
>    (message "starting")
>    (setq bc (start-process "bc" nil "/usr/bin/bc"))
>    (set-process-filter bc 'bc-filter)
>
>    (while t
>      (let ((char (read-char nil nil 0.1)))
>        (message "char: %s" char)))
>
> Where "/usr/bin/bc" is the GNU arbitrary precision calculator. Now:
>
>    mt-computer:~ mt$ emacs --script filter.el
>    starting
>    mt-computer:~ mt$
>
> I expect non-termination in this case, as in eval-buffer on filter.el.

This broke when SYNC_INPUT became the default; it works when Emacs is
recompiled without SYNC_INPUT, like Emacs 22.

I don't know what the specific cause of failure is, however.  Maybe the
SYNC_INPUT code should only be active when Emacs is run interactively.

Thoughts?






^ permalink raw reply	[flat|nested] 12+ messages in thread
* bug#1082: 23.0.60; read-char unexpectedly halts execution of script
@ 2008-10-04 17:58 Markus Triska
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Triska @ 2008-10-04 17:58 UTC (permalink / raw)
  To: emacs-pretest-bug


Let filter.el consist of the forms:

   (defun bc-filter (proc string)
     (message "%s" string))

   (message "starting")
   (setq bc (start-process "bc" nil "/usr/bin/bc"))
   (set-process-filter bc 'bc-filter)

   (while t
     (let ((char (read-char nil nil 0.1)))
       (message "char: %s" char)))

Where "/usr/bin/bc" is the GNU arbitrary precision calculator. Now:

   mt-computer:~ mt$ emacs --script filter.el
   starting
   mt-computer:~ mt$

I expect non-termination in this case, as in eval-buffer on filter.el.

In GNU Emacs 23.0.60.1 (i386-apple-darwin8.11.1, GTK+ Version 2.12.9)
 of 2008-09-24 on mt-computer.local
Windowing system distributor `The XFree86 Project, Inc', version 11.0.40400000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_GB.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t







^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-10-07  2:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-06 19:08 23.0.60; read-char unexpectedly halts execution of script Chong Yidong
2008-10-06 19:34 ` bug#1082: " Lennart Borgman (gmail)
2008-10-06 19:34 ` Lennart Borgman (gmail)
2008-10-06 19:35 ` Chong Yidong
2008-10-06 19:35 ` Chong Yidong
2008-10-06 21:28 ` bug#1082: " Andreas Schwab
2008-10-06 21:28 ` Andreas Schwab
2008-10-07  2:09   ` bug#1082: " Stefan Monnier
2008-10-07  2:09   ` Stefan Monnier
     [not found] ` <mailman.409.1223329803.25473.bug-gnu-emacs@gnu.org>
2008-10-06 22:17   ` bug#1082: " Markus Triska
  -- strict thread matches above, loose matches on Subject: below --
2008-10-06 19:08 Chong Yidong
2008-10-04 17:58 Markus Triska

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.