From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.help Subject: Re: Problems stopping simulations in emacs shells Date: Tue, 12 Jul 2005 20:39:44 +0200 Organization: Chalmers University of Technology, Sweden Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1121193915 19155 80.91.229.2 (12 Jul 2005 18:45:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Jul 2005 18:45:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 12 20:45:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DsPjE-0003EJ-BY for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jul 2005 20:43:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DsPks-00035g-3A for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jul 2005 14:45:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.stueberl.de!news.netplace.de!news-FFM2.ecrc.net!news.net.uni-c.dk!newsfeed.sunet.se!news01.sunet.se!129.16.116.9.MISMATCH!dd.chalmers.se!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: linus003.dd.chalmers.se Mail-Copies-To: never User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:Sv7SAm+UtHplf0+sbr0jvdU9twY= Original-Xref: shelby.stanford.edu gnu.emacs.help:132417 Original-To: help-gnu-emacs@gnu.org 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:27901 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27901 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