bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16913: Please extend case-fold-search on-the-fly toggling


From: Reuben Thomas
Subject: bug#16913: Please extend case-fold-search on-the-fly toggling
Date: Thu, 12 May 2022 18:42:59 +0100

On Thu, 12 May 2022 at 18:07, Juri Linkov <juri@linkov.net> wrote:
It's easier to write own simple command than to learn a new key, e.g.

```
(defun irgrep ()
  (interactive)
  (let ((case-fold-search nil))
    (call-interactively 'rgrep)))
```

The idea was to add the capability to do case-insensitive matching to all commands that read regexs. The list of simple commands one would have to write could be quite long!

--
https://rrt.sc3d.org

reply via email to

[Prev in Thread] Current Thread [Next in Thread]