From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: david@adboyd.com (J. David Boyd) Newsgroups: gmane.emacs.help Subject: Re: Problems stopping simulations in emacs shells Date: Tue, 12 Jul 2005 15:03:27 -0400 Message-ID: <81y88b3kzk.fsf@adboyd.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1121196517 27164 80.91.229.2 (12 Jul 2005 19:28:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Jul 2005 19:28:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 12 21:28:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DsQPu-0002GY-KQ for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jul 2005 21:27:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DsQRY-0001xg-Ct for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jul 2005 15:29:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DsQMw-0008WO-MO for help-gnu-emacs@gnu.org; Tue, 12 Jul 2005 15:24:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DsQMu-0008VJ-CK for help-gnu-emacs@gnu.org; Tue, 12 Jul 2005 15:24:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DsQMu-0008VC-2X for help-gnu-emacs@gnu.org; Tue, 12 Jul 2005 15:24:36 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DsQSD-0001sU-13 for help-gnu-emacs@gnu.org; Tue, 12 Jul 2005 15:30:05 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DsQIh-0000qI-Rw for help-gnu-emacs@gnu.org; Tue, 12 Jul 2005 21:20:15 +0200 Original-Received: from rrcs-67-78-201-138.se.biz.rr.com ([67.78.201.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Jul 2005 21:20:15 +0200 Original-Received: from david by rrcs-67-78-201-138.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Jul 2005 21:20:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: rrcs-67-78-201-138.se.biz.rr.com User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (cygwin) Cancel-Lock: sha1:55GojMa2+2eRXeKeMrgZa/z5n6I= 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:27903 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27903 bojohan+news@dd.chalmers.se (Johan Bockgård) writes: > Benjamin Bobich writes: > >> I am running ncsim in an emacs shell and I'm not able to Ctrl C, D, break >> or anything out of simulations once they start. When I run the simulations >> on a terminal, Ctrl C, pressed twice, normally stops the sim. Any advice on >> how to fix this problem? > > C-c C-c runs `comint-interrupt-subjob', so maybe you could try that > twice. Likewise C-c C-d is `comint-send-eof' and C-c C-z is > `comint-stop-subjob'. > > -- > Johan Bockgård And sometimes I've found that I need to hit Ctrl-C many times to get out of a job running in a shell. Must be something that is timing dependent.