GNU bug report logs - #35249
Allow easier customization of message-unique-id

Previous Next

Packages: gnus, emacs;

Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>

Date: Fri, 12 Apr 2019 22:49:02 UTC

Severity: wishlist

Tags: wontfix

Found in version 5.13

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35249 in the body.
You can then email your comments to 35249 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#35249; Package emacs,gnus. (Fri, 12 Apr 2019 22:49:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org. (Fri, 12 Apr 2019 22:49:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: submit <at> debbugs.gnu.org (The Gnus Bugfixing Girls + Boys)
Subject: Allow easier customization of message-unique-id
Date: Sat, 13 Apr 2019 00:07:54 +0800
As concat
   ".fsf"
is hardwired into message-unique-id, I had to redefine the entire
function, just to make that instead into
     "." (substring (system-name) -1 nil) ".fsf"
So do consider allowing the user to customize this easier.

Gnus v5.13
GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.4)
 of 2019-02-03, modified by Debian




Information forwarded to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#35249; Package emacs,gnus. (Sun, 14 Apr 2019 10:19:02 GMT) Full text and rfc822 format available.

Message #8 received at 35249 <at> debbugs.gnu.org (full text, mbox):

From: Robert Pluim <rpluim <at> gmail.com>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 35249 <at> debbugs.gnu.org
Subject: Re: bug#35249: Allow easier customization of message-unique-id
Date: Sun, 14 Apr 2019 12:18:50 +0200
>>>>> On Sat, 13 Apr 2019 00:07:54 +0800, 積丹尼 Dan Jacobson <jidanni <at> jidanni.org> said:

    Dan> As concat ".fsf" is hardwired into message-unique-id, I had
    Dan> to redefine the entire function, just to make that instead
    Dan> into "." (substring (system-name) -1 nil) ".fsf" So do
    Dan> consider allowing the user to customize this easier.

So would a simple string suffice? Or would you want to be able to run
arbitrary lisp code to generate it?

Robert




Information forwarded to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#35249; Package emacs,gnus. (Tue, 16 Apr 2019 03:36:02 GMT) Full text and rfc822 format available.

Message #11 received at 35249 <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: 35249 <at> debbugs.gnu.org
Subject: Re: bug#35249: Allow easier customization of message-unique-id
Date: Tue, 16 Apr 2019 11:35:08 +0800
>>>>> "RP" == Robert Pluim <rpluim <at> gmail.com> writes:

RP> So would a simple string suffice? Or would you want to be able to run
RP> arbitrary lisp code to generate it?

Well all I know is I want to use the same .emacs file on multiple
machines, and have the last number of that machine put into the
Message-ID, so that's why I used
>  (substring (system-name) -1 nil) ".fsf" So do
So OK my code ran only once when emacs started. But maybe someone would
want to generate slightly different message IDs when sending to e.g.,
Snowden vs. Putin, so OK, the latter.




Information forwarded to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#35249; Package emacs,gnus. (Mon, 13 May 2019 19:49:01 GMT) Full text and rfc822 format available.

Message #14 received at 35249 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 35249 <at> debbugs.gnu.org
Subject: Re: bug#35249: Allow easier customization of message-unique-id
Date: Mon, 13 May 2019 15:48:29 -0400
積丹尼 Dan Jacobson <jidanni <at> jidanni.org> writes:

> As concat
>    ".fsf"
> is hardwired into message-unique-id, I had to redefine the entire
> function, just to make that instead into
>      "." (substring (system-name) -1 nil) ".fsf"
> So do consider allowing the user to customize this easier.

I think it's fine to redefine that function if you absolutely have to
have a different Message-ID.  It's not something that any user should
worry or care about, so I don't see any reason to allow customisation
beyond that.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) wontfix. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 13 May 2019 19:49:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 35249 <at> debbugs.gnu.org and 積丹尼 Dan Jacobson <jidanni <at> jidanni.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 13 May 2019 19:49:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#35249; Package emacs,gnus. (Mon, 13 May 2019 23:49:02 GMT) Full text and rfc822 format available.

Message #21 received at 35249 <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 35249 <at> debbugs.gnu.org
Subject: Re: bug#35249: Allow easier customization of message-unique-id
Date: Tue, 14 May 2019 07:48:20 +0800
Maybe in the docstring mention approved safe ways to "advise" this
function that the user can use to e.g., get the.......OK never mind. geez.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 11 Jun 2019 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 319 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.