unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "H. Dieter Wilhelm" <dieter@duenenhof-wilhelm.de>
To: "Kévin Le Gouguec" <kevin.legouguec@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Gnus: How to reference an article from a gmane mailing list
Date: Wed, 08 Dec 2021 00:17:38 +0100	[thread overview]
Message-ID: <86mtlc6m3x.fsf@duenenhof-wilhelm.de> (raw)
In-Reply-To: <87lf0yq3s5.fsf@gmail.com> ("Kévin Le Gouguec"'s message of "Sun, 05 Dec 2021 19:56:26 +0100")

Hello Kévin

Kévin Le Gouguec <kevin.legouguec@gmail.com> writes:

> Assuming the "references" you're interested in are message IDs,

Actually I thought originally on some "link" functionality, but in a
wider sense, anything which makes a post unique.

> "H. Dieter Wilhelm" <dieter@duenenhof-wilhelm.de> writes:
>
>> But when I would like to refer to a post in another threat? 
>
> While reading a post (or "article" in Gnusspeak) in the summary buffer,
> you can hit "C-u g" to see the raw message; somewhere in there you'll
> see this header:
>
>> Message-ID: <86sfv76rqq.fsf@duenenhof-wilhelm.de>

I see, checking some arbitrary post's message ID from emacs-devel:

Message-ID: <87a6hc9kge.fsf@telefonica.net>

But I can't activate or clicking it in message mode, at least in the
*unsent wide reply...* buffer.

> Not sure if Gnus has a keybinding to copy them without going through
> "C-u g"; FWIW I've written this small helper:
>
 (defun my/kill-message-id ()
   (interactive)
   (kill-new (mail-header-message-id (gnus-summary-article-header))))

<871r2ofls5.fsf@gmail.com> (for the current one)

Thanks, it seems to work (though the cursor is skipping to the end of
the message ;-)).

> I haven't tried it, but you could probably also add "^Message-Id:" to
> gnus-visible-headers.

Thanks, it's working for me. :-)

> Last option that I know of: if you're looking at the mailing list's web
> archives, e.g. here:
>
> https://lists.gnu.org/archive/html/help-gnu-emacs/2021-12/msg00103.html

Thank you for the pointer to the archive!  Is the GNU organisation
itself maintaining such archives?

> You'll see a comment in the HTML source with this same message ID:
>
>> <!--X-Message-Id: 86sfv76rqq.fsf@duenenhof&#45;wilhelm.de -->

I see, but how did you find this article?  I tried to search (for parts)
of the message ID and this seems not to work.  If I want to use html
links for such archives I need to search, for example, for the time of
the post or the author to get to a particular message in the web
archive, right?

>>                                                             And I would
>> like you to be able to read (or at least find) this article as well.
>> How to do that?
>
> Two ways that I know of:
>
> - Gnus adds buttons on top of message IDs, so either clicking those or
>   TAB'ing your way to them and hitting RET will fetch the corresponding
>   article,

OK, I should be able to check this, after having send this message. :-)

> - "j" in the summary buffer will prompt for a message ID and fetch it.

yes "j" works, how nice.  So, actually, I don't need to search in an
html archive for a link, I just have to paste the respective message ID
of a post I want to reference to, great!

Oh wait!  What about Gmail or other mail readers of Emacs, do they have
this functionality as well?

> Hope that helps.

Well, at a first read, your messages only confused me.  But now it seems
that you gave me already more than I was asking for! :-)

Thank you very much.

    Dieter


-- 
Best wishes
H. Dieter Wilhelm
Zwingenberg, Germany



  parent reply	other threads:[~2021-12-07 23:17 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 [this message]
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
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

  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=86mtlc6m3x.fsf@duenenhof-wilhelm.de \
    --to=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.
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).