From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Severe lossage from unread-command-events Date: Thu, 06 Aug 2015 19:10:50 +0300 Message-ID: <83h9ocs8hh.fsf@gnu.org> References: <87egjh4u1h.fsf@fencepost.gnu.org> <83pp30sd5l.fsf@gnu.org> <87k2t831gf.fsf@fencepost.gnu.org> <87fv3w2zzu.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1438877485 18025 80.91.229.3 (6 Aug 2015 16:11:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Aug 2015 16:11:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 06 18:11:14 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 1ZNNlB-0000Tc-1G for ged-emacs-devel@m.gmane.org; Thu, 06 Aug 2015 18:11:13 +0200 Original-Received: from localhost ([::1]:45807 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNNlA-0004cS-Ds for ged-emacs-devel@m.gmane.org; Thu, 06 Aug 2015 12:11:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNNl1-0004c8-K9 for emacs-devel@gnu.org; Thu, 06 Aug 2015 12:11:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNNl0-0000AI-J7 for emacs-devel@gnu.org; Thu, 06 Aug 2015 12:11:03 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:55046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNNku-00006J-C4; Thu, 06 Aug 2015 12:10:56 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NSO00M0050GRG00@mtaout26.012.net.il>; Thu, 06 Aug 2015 19:14:19 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NSO00D0Q53VTL90@mtaout26.012.net.il>; Thu, 06 Aug 2015 19:14:19 +0300 (IDT) In-reply-to: <87fv3w2zzu.fsf@fencepost.gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.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:188507 Archived-At: > 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).