emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs-25: stop-process has no effect on linux


From: T.V Raman
Subject: Re: Emacs-25: stop-process has no effect on linux
Date: Mon, 21 Dec 2015 09:15:07 -0800

Here is a simple test:

(setq proc 
      (let ((process-connection-type nil)); also tried with t 
(start-process "play" "Play" "play" ; play is from sox 
<myfile.mp3>)))
(process-status proc) -- run if it worked 
(stop-process proc) -- no-op
(delete-process proc) ; kills it

The same happens if you substitute play with mplayer.
Eli Zaretskii writes:
 > > From: address@hidden
 > > Date: Mon, 21 Dec 2015 08:29:37 -0800
 > > 
 > > 
 > > This is Emacs 25 built from Git @head.
 > > 
 > > delete-process and interrupt-process work as expected, but
 > > stop-process appears to be a no up -- tested with both
 > > process-connection-type let-bound to nil and t.
 > 
 > Can you show what did you try, exactly, and with what program as the
 > sub-process?
 > 
 > Thanks.

-- 

-- 



reply via email to

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