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: [PATCH] ; Do not overwrite prexisting contents of unread-command-events Date: Mon, 03 Aug 2015 18:36:54 +0200 Message-ID: <878u9s5nx5.fsf@fencepost.gnu.org> References: <1437843433-4931-1-git-send-email-dak@gnu.org> <878ua4kvxd.fsf@fencepost.gnu.org> <87d1z45shs.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438619853 8483 80.91.229.3 (3 Aug 2015 16:37:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Aug 2015 16:37:33 +0000 (UTC) Cc: emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 03 18:37:32 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 1ZMIk0-00022t-1C for ged-emacs-devel@m.gmane.org; Mon, 03 Aug 2015 18:37:32 +0200 Original-Received: from localhost ([::1]:59881 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMIjz-0008Jn-8H for ged-emacs-devel@m.gmane.org; Mon, 03 Aug 2015 12:37:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMIjT-00088l-3v for emacs-devel@gnu.org; Mon, 03 Aug 2015 12:37:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMIjS-0003FY-4i for emacs-devel@gnu.org; Mon, 03 Aug 2015 12:36:58 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMIjP-0003D9-VY; Mon, 03 Aug 2015 12:36:56 -0400 Original-Received: from localhost ([127.0.0.1]:33273 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.82) (envelope-from ) id 1ZMIjP-0002Hw-FT; Mon, 03 Aug 2015 12:36:55 -0400 Original-Received: by lola (Postfix, from userid 1000) id A9925DF388; Mon, 3 Aug 2015 18:36:54 +0200 (CEST) In-Reply-To: (Artur Malabarba's message of "Mon, 3 Aug 2015 16:15:50 +0100") 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:188357 Archived-At: Artur Malabarba writes: > I've noticed recently that while executing keyboard macros with C-x e, > if I hold down the e key I'll get some e's inserted in between some of > the macro executions. Could this be related to the same issue? Could well be related to the main problem I am having (namely that events get executed but manage to bypass recording). This patch here, however, is against losing events altogether. So it is not likely to make much of a difference. If at all, it might slightly increase your quota of inserted e letters just because it increases the likelihood that unread-command-events accumulates more than a single event. -- David Kastrup