all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: raman@google.com (T.V Raman)
To: eliz@gnu.org
Cc: emacs-devel@gnu.org, raman@google.com
Subject: Re: Emacs-25: stop-process  has no effect on linux
Date: Mon, 21 Dec 2015 09:38:37 -0800	[thread overview]
Message-ID: <22136.14621.739163.676889@retriever.mtv.corp.google.com> (raw)
In-Reply-To: <834mfbso6w.fsf@gnu.org>

Yes, I verified that before reporting the issue -- C-c C-z in a shell
running either play or mplayer works, they also respond correctly to
being resumed at the shell by typing "fg" or "bg"

Eli Zaretskii writes:
 > > From: raman@google.com (T.V Raman)
 > > Date: Mon, 21 Dec 2015 09:15:07 -0800
 > > Cc: raman@google.com,
 > >     emacs-devel@gnu.org
 > > 
 > > 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.
 > 
 > Could it be that these two programs catch and ignore SIGTSTP?  That's
 > the signal sent by stop-process.  Can you stop them with "kill -TSTP"
 > from the shell prompt?

-- 

-- 



  reply	other threads:[~2015-12-21 17:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-21 16:29 Emacs-25: stop-process has no effect on linux raman
2015-12-21 17:10 ` Eli Zaretskii
2015-12-21 17:15   ` T.V Raman
2015-12-21 17:31     ` Eli Zaretskii
2015-12-21 17:38       ` T.V Raman [this message]
2015-12-22 19:19         ` John Wiegley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=22136.14621.739163.676889@retriever.mtv.corp.google.com \
    --to=raman@google.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.