GNU bug report logs - #78803
[PATCH] Allow starting with 'C-x O' for other-window

Previous Next

Package: emacs;

Reported by: James Thomas <jimjoe <at> gmx.net>

Date: Mon, 16 Jun 2025 01:37:02 UTC

Severity: wishlist

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


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

From: Juri Linkov <juri <at> linkov.net>
To: James Thomas <jimjoe <at> gmx.net>
Cc: 78803 <at> debbugs.gnu.org, ultrono <at> gmail.com
Subject: Re: bug#78803: [PATCH] Allow starting with 'C-x O' for other-window
Date: Mon, 16 Jun 2025 09:33:27 +0300
> Is this a good idea? (I shall use it anyway :-))
>
>  (define-key ctl-x-map "o" 'other-window)
> +(define-key ctl-x-map "O" (lambda ()
> +                            (interactive)
> +                            (setq repeat-map 'other-window-repeat-map)
> +                            (other-window -1)))

If we'll decide to add the global C-x keybinding 'C-x O',
then better to create a special command with the name such as
'other-window-backward' like we created a special command
'tab-bar-move-tab-backward' for symmetry with 'tab-bar-move-tab'.




This bug report was last modified 19 days ago.

Previous Next


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