From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: poor handling of multiple C-g with multi-tty (apparent hangs) Date: Tue, 12 Aug 2008 00:53:21 -0400 Message-ID: References: <87tzdr4fh6.fsf@stupidchicken.com> <200808111856.m7BIumO3019150@sallyv1.ics.uci.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1218516888 9772 80.91.229.12 (12 Aug 2008 04:54:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Aug 2008 04:54:48 +0000 (UTC) Cc: cyd@stupidchicken.com, ami@fischman.org, emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 12 06:55:39 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KSluz-00010m-5E for ged-emacs-devel@m.gmane.org; Tue, 12 Aug 2008 06:55:37 +0200 Original-Received: from localhost ([127.0.0.1]:45223 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSlu2-00064s-VM for ged-emacs-devel@m.gmane.org; Tue, 12 Aug 2008 00:54:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSltx-00062F-PL for emacs-devel@gnu.org; Tue, 12 Aug 2008 00:54:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSltv-0005zd-Uk for emacs-devel@gnu.org; Tue, 12 Aug 2008 00:54:33 -0400 Original-Received: from [199.232.76.173] (port=50799 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSltv-0005zJ-O2 for emacs-devel@gnu.org; Tue, 12 Aug 2008 00:54:31 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55833) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSltv-0007Be-6x for emacs-devel@gnu.org; Tue, 12 Aug 2008 00:54:31 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KSlsn-0002iD-6I; Tue, 12 Aug 2008 00:53:21 -0400 In-reply-to: <200808111856.m7BIumO3019150@sallyv1.ics.uci.edu> (message from Dan Nicolaescu on Mon, 11 Aug 2008 11:56:48 -0700) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:102313 Archived-At: then go to the console of that machine and do: emacsclient -t -t is not documented in the Emacs manual or in the man page for emacsclient. Would someone please document it? I found out what it does, from the source code, and I think that you are right: C-g C-g should work in that case. And it should work on the tty on which you start Emacs.