From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Signals ignored in shell-mode gnu emacs cygwin Date: Sat, 14 Apr 2007 14:39:02 +0300 Message-ID: References: <1176534942.622626.96690@n76g2000hsh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1176550771 492 80.91.229.12 (14 Apr 2007 11:39:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Apr 2007 11:39:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 14 13:39:24 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HcgbD-0004wZ-8E for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Apr 2007 13:39:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hcgfa-0000fF-9x for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Apr 2007 07:43:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HcgfM-0000er-PW for help-gnu-emacs@gnu.org; Sat, 14 Apr 2007 07:43:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HcgfL-0000eW-8q for help-gnu-emacs@gnu.org; Sat, 14 Apr 2007 07:43:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HcgfL-0000eT-6J for help-gnu-emacs@gnu.org; Sat, 14 Apr 2007 07:43:39 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hcgaw-0003eN-TT for help-gnu-emacs@gnu.org; Sat, 14 Apr 2007 07:39:07 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-158-53.inter.net.il [80.230.158.53]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CIQ92264 (AUTH halo1); Sat, 14 Apr 2007 14:39:03 +0300 (IDT) In-reply-to: <1176534942.622626.96690@n76g2000hsh.googlegroups.com> (edwingo@gmail.com) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42675 Archived-At: > From: "Edwin Goei" > Date: 14 Apr 2007 00:15:42 -0700 > Cc: edwin@edwingo.org > > I just switched from xemacs to gnu emacs 21.3.50.1on cygwin > 1.5.24(0.156/4/2) with an X server (the latest versions I can find). I > have shell-mode working, except that signals sent to the subprocess > are ignored. For example, if I want to cancel or stop a process, I > should be able to type C-c C-c or C-c C-z to interrupt or stop it. The > "Signals" menu items are also ignored. Any ideas? This worked fine in > xemacs. When was that binary built? Emacs is currently in pretest, pending the (hopefully close) release of v22.1, and the current versions are numbered 22.0.NN, not 21.3.NN. What does "M-x emacs-version RET" display? If this is a sufficiently old binary, you may be better off trying the latest pretest version of Emacs 22 at this URL: http://www.webalice.it/angelo.graziosi/Emacs.html (Thanks to Angelo Graziosi for providing the binary.) I don't use Cygwin myself, so I have no idea whether this version has the problems you describe. But if the problem persists, the Emacs developers will try to resolve it. If you have any problems with the pretest, please report them to emacs-devel@gnu.org as soon as you can, because we want to release Emacs 22.1 VSN. TIA