From: Lars Ingebrigtsen <larsi@gnus.org>
To: Juri Linkov <juri@linkov.net>
Cc: Drew Adams <drew.adams@oracle.com>, 24510@debbugs.gnu.org
Subject: bug#24510: 25.1; Info: searching for ` does not find what looks like `
Date: Fri, 06 May 2022 13:30:18 +0200 [thread overview]
Message-ID: <87y1zenbjp.fsf@gnus.org> (raw)
In-Reply-To: <86bkwct2ti.fsf@mail.linkov.net> (Juri Linkov's message of "Thu, 05 May 2022 19:20:01 +0300")
Juri Linkov <juri@linkov.net> writes:
> If you are sure about this, here is the simplest way to implement it,
> and the users can disable it easily in help-mode-hook:
[...]
> + (unless search-default-mode
> + (setq-local search-default-mode
> + (lambda (string &optional _lax)
> + (thread-last
> + (regexp-quote string)
> + (replace-regexp-in-string "`" "[`‘]")
> + (replace-regexp-in-string "'" "['’]")))))
Thanks; I separated this out into a tiny minor mode, and switched that
on in help-mode and info-mode instead.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
next prev parent reply other threads:[~2022-05-06 11:30 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-22 17:04 bug#24510: 25.1; Info: searching for ` does not find what looks like ` Drew Adams
2016-09-22 18:40 ` Eli Zaretskii
2016-09-22 19:58 ` Drew Adams
2016-09-22 20:41 ` Clément Pit--Claudel
2016-09-22 21:16 ` Drew Adams
2016-09-23 6:54 ` Eli Zaretskii
2016-09-22 20:02 ` Clément Pit--Claudel
2016-09-22 22:10 ` Noam Postavsky
2016-09-22 22:27 ` Drew Adams
2022-04-28 10:48 ` Lars Ingebrigtsen
2022-04-28 16:12 ` Drew Adams
2022-04-28 17:38 ` Juri Linkov
2022-04-28 18:15 ` Lars Ingebrigtsen
2022-04-28 19:00 ` Drew Adams
2022-04-29 6:51 ` Juri Linkov
2022-04-29 10:08 ` Lars Ingebrigtsen
2022-04-29 15:06 ` Drew Adams
2022-04-29 17:17 ` Juri Linkov
2022-04-30 11:45 ` Lars Ingebrigtsen
2022-05-01 17:11 ` Juri Linkov
2022-05-01 18:58 ` Lars Ingebrigtsen
2022-05-02 16:12 ` Juri Linkov
2022-05-03 10:33 ` Lars Ingebrigtsen
2022-05-03 14:58 ` Drew Adams
2022-05-03 17:29 ` Juri Linkov
2022-05-03 18:05 ` Lars Ingebrigtsen
2022-05-03 19:26 ` Drew Adams
2022-05-05 16:20 ` Juri Linkov
2022-05-05 16:44 ` Drew Adams
2022-05-06 23:20 ` Richard Stallman
2022-05-06 11:30 ` Lars Ingebrigtsen [this message]
2022-05-06 14:40 ` Drew Adams
2022-05-06 15:32 ` Juri Linkov
2022-05-06 17:57 ` Lars Ingebrigtsen
2022-05-03 19:23 ` Drew Adams
2022-04-29 15:01 ` Drew Adams
2022-04-28 18:58 ` Drew Adams
[not found] <<6905ca6f-0573-4a2b-b346-d5df47862e09@default>
[not found] ` <<83intneq2g.fsf@gnu.org>
[not found] ` <<7f9c8f95-a04d-4e94-9c17-8a348bf89215@default>
[not found] ` <<83d1jvds1t.fsf@gnu.org>
2016-09-23 16:02 ` Drew Adams
2016-09-23 17:48 ` Eli Zaretskii
2016-09-23 20:07 ` Clément Pit--Claudel
2016-09-24 7:28 ` Eli Zaretskii
2016-09-24 16:30 ` Clément Pit--Claudel
2016-09-24 17:08 ` Eli Zaretskii
2016-09-24 17:24 ` Clément Pit--Claudel
2016-09-24 17:57 ` Eli Zaretskii
2016-09-24 18:14 ` Clément Pit--Claudel
2016-09-24 18:34 ` Eli Zaretskii
2016-09-24 18:40 ` Clément Pit--Claudel
2016-09-24 19:16 ` Eli Zaretskii
2016-09-24 18:14 ` Drew Adams
[not found] <<<6905ca6f-0573-4a2b-b346-d5df47862e09@default>
[not found] ` <<<83intneq2g.fsf@gnu.org>
[not found] ` <<<7f9c8f95-a04d-4e94-9c17-8a348bf89215@default>
[not found] ` <<<83d1jvds1t.fsf@gnu.org>
[not found] ` <<c5f5356e-222a-48b0-9b80-dd242f982cec@default>
[not found] ` <<83mviycxse.fsf@gnu.org>
2016-09-23 21:47 ` Drew Adams
2016-09-24 7:31 ` Eli Zaretskii
2016-09-25 8:07 ` Byung-Hee HWANG (황병희, 黃炳熙)
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y1zenbjp.fsf@gnus.org \
--to=larsi@gnus.org \
--cc=24510@debbugs.gnu.org \
--cc=drew.adams@oracle.com \
--cc=juri@linkov.net \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).