From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: read_char() does not detect, handle special-event-map buffer changes Date: Tue, 12 Feb 2013 09:02:44 -0500 Message-ID: References: <87r4kwjx11.fsf@priss.frightenedpiglet.com> <87lib01vlp.fsf@priss.frightenedpiglet.com> <87k3qk18m6.fsf@priss.frightenedpiglet.com> <87haln1ks1.fsf@priss.frightenedpiglet.com> <87liaup0am.fsf@priss.frightenedpiglet.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1360677777 26474 80.91.229.3 (12 Feb 2013 14:02:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Feb 2013 14:02:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Derek Upham Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 12 15:03:19 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U5GS6-0006ur-Of for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2013 15:03:18 +0100 Original-Received: from localhost ([::1]:34884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5GRn-0007Rs-F4 for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2013 09:02:59 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5GRe-0007RO-OP for emacs-devel@gnu.org; Tue, 12 Feb 2013 09:02:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5GRa-00078q-3h for emacs-devel@gnu.org; Tue, 12 Feb 2013 09:02:50 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:19942) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5GRZ-00078m-Vr for emacs-devel@gnu.org; Tue, 12 Feb 2013 09:02:46 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFMCoht/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJIgeBrEfkA6RCgOIYZZ7hR6BXoMV X-IPAS-Result: Av4EABK/CFFMCoht/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJIgeBrEfkA6RCgOIYZZ7hR6BXoMV X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="1063269" Original-Received: from 76-10-136-109.dsl.teksavvy.com (HELO pastel.home) ([76.10.136.109]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 12 Feb 2013 09:02:44 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id BF0D859267; Tue, 12 Feb 2013 09:02:44 -0500 (EST) In-Reply-To: <87liaup0am.fsf@priss.frightenedpiglet.com> (Derek Upham's message of "Mon, 11 Feb 2013 21:29:37 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156983 Archived-At: >> I've just installed a patch (in trunk) which touches read_key_sequence >> intrusively (in case you still had doubts whether I was a masochist). >> This should hopefully fix your problem (at least it fixes the >> sigusr1-handler test case you sent). It also cleans up the code a bit. >> Hopefully it doesn't introduce too many new problems. > Thank you. The change works for my full app. Thank you for confirming it fixes the problem for you. > What version number will trunk become? 24.4? Yes. Stefan