From: James Thomas <jimjoe@gmx.net>
To: ding@gnus.org
Subject: Re: Mark articles/replies in thread in which I replied previously
Date: Sun, 11 Aug 2024 09:59:45 +0530 [thread overview]
Message-ID: <86wmkny952.fsf@gmx.net> (raw)
In-Reply-To: <87r0aw6o7g.fsf@> (=?utf-8?Q?=22Bj=C3=B6rn?= Bidar"'s message of "Sun, 11 Aug 2024 00:51:47 +0300")
Björn Bidar wrote:
> James Thomas <jimjoe@gmx.net> writes:
>
>> Björn Bidar wrote:
>>
>>> I want to mark articles/replies in a thread that I replied previously so
>>> I don't loose track of threads I replied too.
>>
>>> I want that the whole thread will have the reply mark and not just to
>>> the exact message I replied to.
>>
>> This works:
>>
>> / r
>> M P b
>> M-& / T
>
> How would you do it in a function? Say in a reply send message hook?
Well, every command in Emacs, including these, does have an underlying
function; and if even that's bothersome there's keyboard macros.
But this feels like the 'XY problem': Are you trying to do a 'mail
merge'? If so, you could try something like this:
M P b
M-& R
M-x ibuffer
% n *unsent RET (or: % m message RET)
(kill the reply text)
W (progn (goto-char (point-max)) (yank) (message-send-and-exit))
>> and if required: M P b
>>
>> (But I think I saw the scope for at least one bug report, while figuring
>> it out...)
>
>
> At least? For what exactly?
Well, i'm wondering why this doesn't seem to work as advertised:
(setq gnus-process-mark-toggle nil)
/ r
M P b
/ w
M-& T #
> PS: Why are all the Gnus backends prefixed with nn?
Started with 'nntp', which was legitimate.
Regards,
James
next prev parent reply other threads:[~2024-08-11 4:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <12270.4048104183$1722612874@news.gmane.org>
2024-08-02 15:50 ` Eric S Fraga
2024-08-02 19:11 ` Björn Bidar
[not found] ` <16964.8492171959$1722625989@news.gmane.org>
2024-08-02 20:41 ` Dan Christensen
2024-08-03 9:23 ` Björn Bidar
2024-08-09 0:32 ` James Thomas
2024-08-10 21:51 ` Björn Bidar
2024-08-11 4:29 ` James Thomas [this message]
2024-08-02 15:32 Björn Bidar
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=86wmkny952.fsf@gmx.net \
--to=jimjoe@gmx.net \
--cc=ding@gnus.org \
/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 NNTP newsgroup(s).