GNU bug report logs - #76113
29.4; Behavior of kmacro-bind-to-key (C-x C-k b)

Previous Next

Package: emacs;

Reported by: eponymous <at> fagricipni.com

Date: Fri, 7 Feb 2025 03:53:02 UTC

Severity: normal

Tags: notabug

Found in version 29.4

Full log


View this message in rfc822 format

From: Stefan Kangas <stefankangas <at> gmail.com>
To: eponymous <at> fagricipni.com
Cc: 76113 <at> debbugs.gnu.org
Subject: bug#76113: 29.4; Behavior of kmacro-bind-to-key (C-x C-k b)
Date: Mon, 3 Mar 2025 18:47:27 -0800
eponymous <at> fagricipni.com writes:

> I know this is a bug that I have found by not following the keybinding
> standards of GNU Emacs.  Sequences of the type C-x C-k {UPPERCASE
> LETTER} are _supposed_ to be reserved for user-defined key macros.  As
> for why I would bind C-x C-k A to toggle-frame-fullscreen, in my initial
> discovery of the bug it was bound to a function that I defined in my
> .emacs/init.py file.

I'm not sure this is a use case we want to support:

    (global-set-key (kbd "C-x C-k A") 'toggle-frame-fullscreen)

Can't you just bind this to some other key?




This bug report was last modified 166 days ago.

Previous Next


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