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: Fri, 07 Aug 2015 21:13:56 +0300 Message-ID: <83si7vq84b.fsf@gnu.org> References: <87egjh4u1h.fsf@fencepost.gnu.org> <83pp30sd5l.fsf@gnu.org> <87k2t831gf.fsf@fencepost.gnu.org> <83io8ssakw.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1438971276 24331 80.91.229.3 (7 Aug 2015 18:14:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Aug 2015 18:14:36 +0000 (UTC) Cc: dak@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 07 20:14:27 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 1ZNm9w-0008LA-GF for ged-emacs-devel@m.gmane.org; Fri, 07 Aug 2015 20:14:24 +0200 Original-Received: from localhost ([::1]:50581 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNm9q-0005MJ-Nb for ged-emacs-devel@m.gmane.org; Fri, 07 Aug 2015 14:14:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNm9e-0005ME-KC for emacs-devel@gnu.org; Fri, 07 Aug 2015 14:14:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNm9d-0003dK-QV for emacs-devel@gnu.org; Fri, 07 Aug 2015 14:14:06 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:63539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNm9Z-0003bv-Gt; Fri, 07 Aug 2015 14:14:01 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NSQ00G004SQGD00@a-mtaout23.012.net.il>; Fri, 07 Aug 2015 21:13:59 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NSQ00G8B5BBGX00@a-mtaout23.012.net.il>; Fri, 07 Aug 2015 21:13:59 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:188579 Archived-At: > From: Stefan Monnier > Cc: David Kastrup , emacs-devel@gnu.org > Date: Fri, 07 Aug 2015 12:08:44 -0400 > > >> An element of the form (t . EVENT) forces EVENT to be added to that list. > > This talks about a different kind of "recording", the one that stores > > keyboard input in this-command-keys. My changes don't touch that (at > > least I hope they don't ;-) > > I'm not sure it's really unrelated. There are 2 separate calls to 2 different functions that do that, and they are not called in the same places.