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


View this message in rfc822 format

From: "Paul D. Nelson" <ultrono <at> gmail.com>
To: Juri Linkov <juri <at> linkov.net>
Cc: 78803 <at> debbugs.gnu.org, jimjoe <at> gmx.net
Subject: bug#78803: [PATCH] Allow starting with 'C-x O' for other-window
Date: Mon, 16 Jun 2025 11:55:06 +0200
>> 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'.

Seems like a good idea at least to me.  [I've had something equivalent
in my config for a long time -- maybe why I was CC'd?]

Thanks, best

Paul




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.