From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ami Fischman" Newsgroups: gmane.emacs.devel Subject: Re: poor handling of multiple C-g with multi-tty (apparent hangs) Date: Mon, 11 Aug 2008 14:19:29 -0700 Message-ID: References: <87tzdr4fh6.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_75873_23168457.1218489569533" X-Trace: ger.gmane.org 1218489591 13895 80.91.229.12 (11 Aug 2008 21:19:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Aug 2008 21:19:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Chong Yidong" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 11 23:20:43 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 1KSeoe-0005Ox-PG for ged-emacs-devel@m.gmane.org; Mon, 11 Aug 2008 23:20:37 +0200 Original-Received: from localhost ([127.0.0.1]:49824 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSeni-0007dT-Gs for ged-emacs-devel@m.gmane.org; Mon, 11 Aug 2008 17:19:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSenb-0007Yu-Oj for emacs-devel@gnu.org; Mon, 11 Aug 2008 17:19:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSena-0007X8-M5 for emacs-devel@gnu.org; Mon, 11 Aug 2008 17:19:31 -0400 Original-Received: from [199.232.76.173] (port=45780 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSena-0007Ww-Gh for emacs-devel@gnu.org; Mon, 11 Aug 2008 17:19:30 -0400 Original-Received: from hs-out-0708.google.com ([64.233.178.242]:27851) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSena-0008Ok-5V for emacs-devel@gnu.org; Mon, 11 Aug 2008 17:19:30 -0400 Original-Received: by hs-out-0708.google.com with SMTP id 55so269308hsc.10 for ; Mon, 11 Aug 2008 14:19:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=VoMUMCta+o05dcUqjWOVWrdzqhN5zIrhnPclmAXbo/4=; b=UjKicg+cFHGbUG2bJmwLHAkLu4sjZbn+WEGvcsPvSLtLxtTK8+LQAowH0Sruh02Mtt P5p65PL3gPR9m4lh2Lm1fwQn76UuniRGHShmTZ3yEx3k6O8bcCwaKywFXDWSXWlMa90H Pqj+fycvHgs44lhmLqob7V+gybPt/DOnSShGQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=apc93umVaX+vDL/ykw85q8XbxuyfB7yIf1j6VLanL2I7mqLU6OAyuEPJLKLamKZLv9 HFLOJtyMWD4Up4iDwAlc/8Vk1wfuOCUWdmAw/UWI3pgPGJXl9WMVS6kcixZ3V1eo/ns4 dDGgBqm9hF54MRdj47f/yr2gWt3tttxsQ/ig4= Original-Received: by 10.90.32.14 with SMTP id f14mr9606343agf.52.1218489569572; Mon, 11 Aug 2008 14:19:29 -0700 (PDT) Original-Received: by 10.90.101.14 with HTTP; Mon, 11 Aug 2008 14:19:29 -0700 (PDT) In-Reply-To: <87tzdr4fh6.fsf@stupidchicken.com> X-Google-Sender-Auth: d70cb17c8fbb58c0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:102299 Archived-At: ------=_Part_75873_23168457.1218489569533 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > This implies that we should disable the emergency C-g if Emacs is > running on more than one terminal, as in the following patch. > Works for me. Thanks, -a ------=_Part_75873_23168457.1218489569533 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

This implies that we should disable the emergency C-g if Emacs is
running on more than one terminal, as in the following patch.

Works for me.

Thanks,
-a

------=_Part_75873_23168457.1218489569533--