GNU bug report logs - #48042
26.3; Macros don't work with french-postfix input method

Previous Next

Package: emacs;

Reported by: harven <at> free.fr

Date: Mon, 26 Apr 2021 18:07:02 UTC

Severity: normal

Tags: confirmed

Found in versions 28.0.50, 26.3

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #24 received at 48042 <at> debbugs.gnu.org (full text, mbox):

From: Gregory Heytings <gregory <at> heytings.org>
To: "Basil L. Contovounesios" <contovob <at> tcd.ie>
Cc: 48042 <at> debbugs.gnu.org, harven <at> free.fr
Subject: Re: bug#48042: 26.3; Macros don't work with french-postfix input
 method
Date: Fri, 14 May 2021 10:03:49 +0000
>> +      ! (! NILP (KVAR (current_kboard, defining_kbd_macro)) &&
>> +         ! NILP (Fsymbol_value (Qcurrent_input_method))))
>
> Nit: Can we De Morgan?
>
>  (NILP (KVAR (current_kboard, defining_kbd_macro)) ||
>   NILP (Fsymbol_value (Qcurrent_input_method)))
>

I tried this in an earlier version, but find the De Morgan'd version less 
clear.  Perhaps it's just me.




This bug report was last modified 4 years and 50 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.