[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#22225: Acknowledgement (25.0.50; stop-process appears to have no
From: |
raman |
Subject: |
Re: 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) |
address@hidden (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):
> address@hidden
>
> If you wish to submit further information on this problem, please
> send it to address@hidden
>
> Please do not send mail to address@hidden unless you wish
> to report a problem with the Bug-tracking system.
--
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: bug#22225: Acknowledgement (25.0.50; stop-process appears to have no effect on Linux ),
raman <=