all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Evgeni Pandurski <epandurski@gmail.com>
Cc: 60815@debbugs.gnu.org
Subject: bug#60815: 28.2; Hard-coded M-sff key binding in dired-aux.el
Date: Sat, 14 Jan 2023 20:52:06 +0200	[thread overview]
Message-ID: <83edrx6jah.fsf@gnu.org> (raw)
In-Reply-To: <CA+MLsgOj1qyYT0xrM9kWfTHuo_qxQ6czhGtUtqoc=GYV9Hwf-g@mail.gmail.com> (message from Evgeni Pandurski on Sat, 14 Jan 2023 20:37:20 +0200)

> From: Evgeni Pandurski <epandurski@gmail.com>
> Date: Sat, 14 Jan 2023 20:37:20 +0200
> 
> Oh, my bad! Actually, it is: (define-key isearch-mode-map (kbd "M-s")
> 'other-window)

And that is the problem: you should bind it in the global map, not in
isearch-mode-map.  The Isearch mode map has several key sequences
hard-coded that begin with the M-s key, so binding M-s in the Isearch
keymap is not recommended.





  parent reply	other threads:[~2023-01-14 18:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-14 16:44 bug#60815: 28.2; Hard-coded M-sff key binding in dired-aux.el Evgeni Pandurski
2023-01-14 18:14 ` Eli Zaretskii
     [not found]   ` <CA+MLsgOSFS0h45qMpDv3p8WFVpo3oju19uS49RvxfTMAmZRJ5Q@mail.gmail.com>
     [not found]     ` <CA+MLsgOj1qyYT0xrM9kWfTHuo_qxQ6czhGtUtqoc=GYV9Hwf-g@mail.gmail.com>
2023-01-14 18:52       ` Eli Zaretskii [this message]
2023-01-17 17:24         ` Juri Linkov
2023-01-17 18:30           ` Evgeni Pandurski
2023-01-17 18:43             ` Eli Zaretskii
     [not found]           ` <CA+MLsgMSDroUBLYfkwcDxyf6=jMSZR0NxZExuWSvrg07+uDrHA@mail.gmail.com>
2023-01-17 18:47             ` Juri Linkov
2023-01-17 19:01               ` Evgeni Pandurski
2023-01-17 19:27                 ` Juri Linkov
2023-01-17 19:44                   ` Evgeni Pandurski
2023-01-14 18:19 ` Juri Linkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83edrx6jah.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=60815@debbugs.gnu.org \
    --cc=epandurski@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.