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: (unknown) Date: Mon, 10 Aug 2015 16:02:54 +0200 Message-ID: <87tws7fdgx.fsf@fencepost.gnu.org> References: <1439215156-26672-1-git-send-email-dak@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1439215386 16153 80.91.229.3 (10 Aug 2015 14:03:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Aug 2015 14:03:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 10 16:03:01 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 1ZOnfI-0007Qi-Dp for ged-emacs-devel@m.gmane.org; Mon, 10 Aug 2015 16:03:00 +0200 Original-Received: from localhost ([::1]:58402 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOnfH-0006Xb-Qv for ged-emacs-devel@m.gmane.org; Mon, 10 Aug 2015 10:02:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOnfE-0006XV-NL for emacs-devel@gnu.org; Mon, 10 Aug 2015 10:02:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZOnfD-0007h3-P3 for emacs-devel@gnu.org; Mon, 10 Aug 2015 10:02:56 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOnfD-0007gz-Lq for emacs-devel@gnu.org; Mon, 10 Aug 2015 10:02:55 -0400 Original-Received: from localhost ([127.0.0.1]:36893 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.82) (envelope-from ) id 1ZOnfC-0003Ez-Oi for emacs-devel@gnu.org; Mon, 10 Aug 2015 10:02:55 -0400 Original-Received: by lola (Postfix, from userid 1000) id 53938DF384; Mon, 10 Aug 2015 16:02:54 +0200 (CEST) In-Reply-To: <1439215156-26672-1-git-send-email-dak@gnu.org> (David Kastrup's message of "Mon, 10 Aug 2015 15:59:15 +0200") 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:188679 Archived-At: David Kastrup writes: > Unless objected to timely, I intend to push this change tomorrow. It > should not affect current operation but brings Emacs' behavior for > synthesized Lisp events containing an "up-" modifier in line with the > current behavior of "down-" events. Such events are not produced by > Emacs itself; no change in behavior for existing code is expected. > > I have code that might eventually make it into ELPA that benefits from > these changes. Ugh. Sorry for the Subject line. This concerns the patch in the message with title: [PATCH] Deal gracefully with up-events (Bug#19746) -- David Kastrup