bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19547: Patch for this bug


From: npostavs
Subject: bug#19547: Patch for this bug
Date: Sun, 11 Jun 2017 18:03:28 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux)

tags 19547 fixed
close 19547 26.1
quit

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
>> Cc: npostavs@users.sourceforge.net, 19547@debbugs.gnu.org, rrt@sc3d.org
>> Date: Wed, 30 Nov 2016 21:27:04 +0100
>> 
>> !NILP (Fmemq (ignore_event, Vwhile_no_input_ignore_events)))
>> 
>> should be instead:
>> 
>> NILP (Fmemq (ignore_event, Vwhile_no_input_ignore_events)))
>> 
>> No objection to push the fix ?
>
> How can I object to fixing a mistake?  Go ahead, of course.

Relevant commits are [319bafc9b2], [d9dd884c7c], and [43ec6efa2b].

[d9dd884c7c]: 2016-11-27 21:48:07 +0100
  Allow configuring which event throw-on-input should ignore (bug#19547).
  
http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=d9dd884c7c1940cacfcc2d86d47220b40c520bb5
[43ec6efa2b]: 2016-11-28 06:59:49 +0100
  Reuse already existing lisp symbols for ignore_event (bug#19547).
  
http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=43ec6efa2b41b43a2e55be16434f64bba644271e
[319bafc9b2]: 2016-11-30 21:22:04 +0100
  Fix Condition in kbd_buffer_store_buffered_event (bug#19547).
  
http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=319bafc9b28bd5bffb92a97a8ab53b9a3b97e6fd






reply via email to

[Prev in Thread] Current Thread [Next in Thread]