From: Michael Heerdegen <michael_heerdegen@web.de>
To: "Kévin Le Gouguec" <kevin.legouguec@gmail.com>
Cc: "H. Dieter Wilhelm" <dieter@duenenhof-wilhelm.de>,
help-gnu-emacs@gnu.org
Subject: Re: Gnus: How to reference an article from a gmane mailing list
Date: Sat, 11 Dec 2021 02:27:16 +0100 [thread overview]
Message-ID: <87bl1ohqx7.fsf@web.de> (raw)
In-Reply-To: <874k7j7e8u.fsf@gmail.com> ("Kévin Le Gouguec"'s message of "Wed, 08 Dec 2021 08:22:09 +0100")
Kévin Le Gouguec <kevin.legouguec@gmail.com> writes:
> (with-current-buffer
> (url-retrieve-synchronously
> (concat
> ;; For some reason, literal "+" chars cause the search to fail.
> ;; Escape them.
> "https://lists.gnu.org/archive/cgi-bin/namazu.cgi"
> "?query=%2Bmessage-id:"
> (replace-regexp-in-string "\\+" "%2B" id)
AFAIK you can use `url-hexify-string' or `browse-url-url-encode-chars'
for this task.
Michael.
next prev parent reply other threads:[~2021-12-11 1:27 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-05 13:26 Gnus: How to reference an article from a gmane mailing list H. Dieter Wilhelm
2021-12-05 14:21 ` Byung-Hee HWANG
2021-12-05 14:39 ` H. Dieter Wilhelm
2021-12-05 15:09 ` Byung-Hee HWANG
2021-12-08 11:19 ` Byung-Hee HWANG
2021-12-05 18:56 ` Kévin Le Gouguec
2021-12-05 21:24 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-05 21:51 ` Kévin Le Gouguec
2021-12-06 2:30 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-07 23:17 ` H. Dieter Wilhelm
2021-12-07 23:57 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-08 6:01 ` H. Dieter Wilhelm
2021-12-08 0:10 ` Michael Heerdegen
2021-12-08 0:37 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-08 6:14 ` H. Dieter Wilhelm
2021-12-08 6:39 ` Michael Heerdegen
2021-12-08 6:43 ` Michael Heerdegen
2021-12-08 6:50 ` Michael Heerdegen
2021-12-08 7:22 ` Kévin Le Gouguec
2021-12-08 8:06 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-10 18:30 ` H. Dieter Wilhelm
2021-12-11 1:27 ` Michael Heerdegen [this message]
2021-12-11 8:03 ` Yuri Khan
2021-12-12 22:14 ` H. Dieter Wilhelm
2021-12-12 23:17 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-13 17:38 ` H. Dieter Wilhelm
2021-12-13 19:46 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-05 18:21 ` Emanuel Berg via Users list for the GNU Emacs text editor
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=87bl1ohqx7.fsf@web.de \
--to=michael_heerdegen@web.de \
--cc=dieter@duenenhof-wilhelm.de \
--cc=help-gnu-emacs@gnu.org \
--cc=kevin.legouguec@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.