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

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

bug#56873: Make `defvar-keymap' warn on conflicting and redundant bindin


From: Stefan Kangas
Subject: bug#56873: Make `defvar-keymap' warn on conflicting and redundant bindings
Date: Mon, 1 Aug 2022 16:47:10 +0000

Severity: wishlist

It would be useful if `defvar-keymap' could warn on conflicting
bindings, such as in:

    (defvar-keymap foo
      "a" #'next-line
      "a" #'previous-line)

It would also be useful to warn about redundant bindings, such as in:

    (defvar-keymap foo
      "a" #'next-line
      "a" #'next-line)





reply via email to

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