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

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

bug#66022: 30.0.50; kmacro overwriting global keybindings


From: Gerd Möllmann
Subject: bug#66022: 30.0.50; kmacro overwriting global keybindings
Date: Sun, 17 Sep 2023 08:40:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Gerd Möllmann <gerd.moellmann@gmail.com> writes:

> I'll report back, when I have something.

One addendum, even if it might not be relevant - one never knows.

I'm using use-package (+ straight) in my init.el, and because of that
the bindings are done, behind the scenes, with bind-key.  The
use-package binding f2 looks like (stripped down):

  (use-package emacs
    :bind
    ;; FIXME: The function key bindings sometimes mysteriously
    ;; disappear, and are replaced with the original bindings in
    ;; global-map.
    ("<f2>" . mode-line-other-buffer))






reply via email to

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