From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Another BLOCK_INPUT/record_unwind_protect/UNBLOCK_INPUT nesting Date: Sun, 27 Feb 2005 08:43:14 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1109511711 32211 80.91.229.2 (27 Feb 2005 13:41:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Feb 2005 13:41:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 27 14:41:51 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D5Of9-0006XX-GS for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2005 14:40:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5OxJ-0007qG-D8 for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2005 08:59:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5Owt-0007o9-NV for emacs-devel@gnu.org; Sun, 27 Feb 2005 08:59:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5Owr-0007mE-I3 for emacs-devel@gnu.org; Sun, 27 Feb 2005 08:59:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5Owr-0007li-8W for emacs-devel@gnu.org; Sun, 27 Feb 2005 08:59:05 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D5OhW-0002I6-Sz for emacs-devel@gnu.org; Sun, 27 Feb 2005 08:43:14 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1D5OhW-0003rz-Go; Sun, 27 Feb 2005 08:43:14 -0500 Original-To: David Kastrup In-reply-to: (message from David Kastrup on Sat, 26 Feb 2005 16:35:00 +0100) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33866 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33866 I am not versed enough in the matter, but since signals restore the setting of interrupt_input_blocked, those would appear to be bugs. What do you mean by "signals"?