]> git.eshelyaron.com Git - emacs.git/commit
Rebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible with search-map
authorJuri Linkov <juri@linkov.net>
Wed, 18 Jan 2023 18:05:19 +0000 (20:05 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 18 Jan 2023 18:05:19 +0000 (20:05 +0200)
commit8e9783b4ce42122a8670f16f21a73597a226b674
tree2320c73f254c4959759f060f39ad3237435ee76d
parent78f93d92b2871cc05f5293c7344fe5fe188a763c
Rebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible with search-map

Also it's compatible with 'M-s c' (isearch-toggle-case-fold)
used during Isearch.  Also makes possible to use the global keybinding
'M-c' (capitalize-dwim) in the minibuffer.

* doc/lispref/minibuf.texi (Text from Minibuffer): Rename ‘M-c’ to ‘M-s c’.

* lisp/replace.el (read-regexp-map): Rebind ‘M-c’ to ‘M-s c’ (bug#60741).
(read-regexp-toggle-case-fold): Rename from read-regexp-toggle-case-folding
to more standard name.
doc/lispref/minibuf.texi
etc/NEWS
lisp/replace.el