From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: fredanonyme@yahoo.com (fred) Newsgroups: gmane.emacs.help Subject: Re: break (C-c C-C) in shell broken Date: 18 Aug 2003 08:11:58 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1da9b2cd.0308180711.7da3d961@posting.google.com> References: <1da9b2cd.0308151227.8fad9a6@posting.google.com> <84wudcw0i3.fsf@slowfox.is.informatik.uni-duisburg.de> NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1061220035 9119 80.91.224.253 (18 Aug 2003 15:20:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Aug 2003 15:20:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 18 17:20:34 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19oloA-0007rU-00 for ; Mon, 18 Aug 2003 17:20:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19oll1-0004c6-87 for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Aug 2003 11:17:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 199.89.234.122 Original-X-Trace: posting.google.com 1061219519 16619 127.0.0.1 (18 Aug 2003 15:11:59 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 18 Aug 2003 15:11:59 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:115978 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11894 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11894 kai.grossjohann@gmx.net (Kai Großjohann) wrote in message news:<84wudcw0i3.fsf@slowfox.is.informatik.uni-duisburg.de>... > fredanonyme@yahoo.com (fred) writes: > > > I am using all the time a shell window from emacs and it > > used to be the case that Control-C Control-C would send a > > break to the shell. It is a feature I use all the time > > (specially when doing SQL queries). > > However, it stopped working just recently. > > What does C-h k C-c C-c say in the situation where you would like it > to send a break to the shell? > C-c C-c runs the command comint-interrupt-subjob which is an interactive compiled Lisp function in `comint'. (comint-interrupt-subjob) > What happens when you type C-c C-c to send a break to the shell? nothing. When selecting it from the menu bar, it says 'menu-bar signals break' in the minibuffer window. But still doesn't break. Thanks. Fred.