From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Severe lossage from unread-command-events Date: Thu, 06 Aug 2015 18:16:13 +0200 Message-ID: <877fp82y0i.fsf@fencepost.gnu.org> References: <87egjh4u1h.fsf@fencepost.gnu.org> <83pp30sd5l.fsf@gnu.org> <87k2t831gf.fsf@fencepost.gnu.org> <87fv3w2zzu.fsf@fencepost.gnu.org> <83h9ocs8hh.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438877787 23197 80.91.229.3 (6 Aug 2015 16:16:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Aug 2015 16:16:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 06 18:16:26 2015 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 1ZNNqE-0004oG-Fv for ged-emacs-devel@m.gmane.org; Thu, 06 Aug 2015 18:16:26 +0200 Original-Received: from localhost ([::1]:45826 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNNqD-00068w-HP for ged-emacs-devel@m.gmane.org; Thu, 06 Aug 2015 12:16:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNNq8-00068e-BU for emacs-devel@gnu.org; Thu, 06 Aug 2015 12:16:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNNq3-0003Vd-Gl for emacs-devel@gnu.org; Thu, 06 Aug 2015 12:16:20 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNNq3-0003VT-E1 for emacs-devel@gnu.org; Thu, 06 Aug 2015 12:16:15 -0400 Original-Received: from localhost ([127.0.0.1]:40622 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.82) (envelope-from ) id 1ZNNq2-0000V9-HV; Thu, 06 Aug 2015 12:16:15 -0400 Original-Received: by lola (Postfix, from userid 1000) id F2FA0E0E47; Thu, 6 Aug 2015 18:16:13 +0200 (CEST) In-Reply-To: <83h9ocs8hh.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 06 Aug 2015 19:10:50 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:188508 Archived-At: Eli Zaretskii writes: >> From: David Kastrup >> Cc: emacs-devel@gnu.org >> Date: Thu, 06 Aug 2015 17:33:25 +0200 >> >> Another data point would be Artur Malabarba's message about executing >> keyboard macros which I answered in >> . > > Then perhaps Artur should try the patch I posted, and see if it helps. > >> >From glancing over your proposed fix, it's very much focused on dealing >> with recording only. > > Not sure what exactly you mean by "recording" here. What I tried to > do was not leave events that were not passed to record_char, except if > those events are substituted by other events (e.g., when they are > passed to an input method). Well, Artur's problem was not concerned with recording but with replay. So it would be sort of surprising if your patch made a difference for it. At least sort of surprising to me. I think. Anyway, got Emacs rebuilt and will now play with it. -- David Kastrup