bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22225: Acknowledgement (25.0.50; stop-process appears to have no eff


From: Tom Tromey
Subject: bug#22225: Acknowledgement (25.0.50; stop-process appears to have no effect on Linux )
Date: Wed, 23 Dec 2015 08:17:03 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

>>>>> "raman" == raman  <raman@google.com> writes:

raman> help-debbugs@gnu.org (GNU bug Tracking System) writes:
raman> Following up with additional info:

raman> Note that signal-process does work in the same environment for the  same
raman> example -- ie this code fragment behaves as expected.
raman> (setq proc
raman>       (let ((process-connection-type nil))
raman>         (start-process "mplayer" nil "mplayer"
raman> (expand-file-name "emacspeak.mp3" emacspeak-sounds-directory))))
raman> (signal-process  proc 'sigstop) ;suspends it

FWIW, stop-process uses SIGTSTP, not SIGSTOP, so this isn't exactly
equivalent.

Does your snippet work if you use 'sigtstp instead?

Tom





reply via email to

[Prev in Thread] Current Thread [Next in Thread]