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: raman
Subject: bug#22225: Acknowledgement (25.0.50; stop-process appears to have no effect on Linux )
Date: Tue, 22 Dec 2015 14:03:52 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

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

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

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  bug-gnu-emacs@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 22225@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.

-- 





reply via email to

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