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

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

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


From: Gregory Heytings
Subject: 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.





reply via email to

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