Gnus development mailing list
 help / color / mirror / Atom feed
From: "Byung-Hee HWANG (황병희)" <soyeomul@doraji.xyz>
To: Eric Abrahamsen <eric@ericabrahamsen.net>
Cc: ding@gnus.org
Subject: Re: Custom Message-ID
Date: Mon, 15 Aug 2016 23:07:49 +0900	[thread overview]
Message-ID: <yw.87popa9lca.fsf@alex.chromebook> (raw)
In-Reply-To: <87fuq74gdg.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sun, 14 Aug 2016 09:41:47 -0400")

Eric Abrahamsen <eric@ericabrahamsen.net> 께서 쓰시길,
 《記事 全文 <87fuq74gdg.fsf@ericabrahamsen.net> 에서》:

> "Byung-Hee HWANG "(황병희)"" <soyeomul@doraji.xyz> writes:
>
>> Firstly, i would like to give "Big Thanks" to Jorge and Emanuel about
>> two weeks ago, thanks to them, i got my style's citiation in Gnus. That
>> is so happy.
>>
>> Today i have more question.
>>
>> Really i am literary man rather than computing man. One by one i am
>> making my style's Gnus.
>>
>> In Message-ID of Gnus, i want to put a prefix "yw" into front of
>> Message-ID. The "yw" is special to me. That is all. But i failed to
>> search a way. As you know, i am not programmer nor elisp expert.
>>
>> I searched google, and i looked some .el files in gnus directory. Maybe
>> message.el seems to have hints. But i don't know what key is.
>>
>> Anyway i want a Message-ID as below: (example)
>>
>>        <yw.87jdfsfms7838.fsf@myhost.fqdn>
>>
>> Thanks for Advance!!!
>
> You're looking for `message-unique-id', and unfortunately it doesn't
> seem like you have any access to the string it produces. Sorry! You'd
> probably have to override that function to get what you want.

Solved it, thanks! Eric!!!

### begins here ###
--- message.el.orig	2016-08-15 20:07:35.222584247 +0900
+++ message.el	2016-08-15 21:32:18.315036847 +0900
@@ -5731,6 +5731,7 @@
 	   (* 25 25)))
   (let ((tm (current-time)))
     (concat
+     "yw."
      (if (or (eq system-type 'ms-dos)
 	     ;; message-number-base36 doesn't handle bigints.
 	     (floatp (user-uid)))
### ends here ###

That is not elegant style, though i'm so happy!

Today, i would like to shout myself for world!

Thanks! Thanks! Thanks!

Byung-Hee

-- 
^고맙습니다 감사합니다_^))//



  reply	other threads:[~2016-08-15 14:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-14 12:27 Byung-Hee HWANG (황병희)
2016-08-14 13:41 ` Eric Abrahamsen
2016-08-15 14:07   ` Byung-Hee HWANG (황병희) [this message]
2016-08-15 16:30     ` Ted Zlatanov
2016-08-15 17:12       ` Emanuel Berg
2016-08-15 17:07     ` Andreas Schwab
2016-08-15 17:15       ` Emanuel Berg
2016-08-15 17:27       ` Emanuel Berg
2016-08-17 11:58       ` Byung-Hee HWANG (황병희)
2016-08-18 14:23         ` Byung-Hee HWANG (황병희)
2016-08-15 13:59 ` Emanuel Berg
2016-08-15 14:31   ` Byung-Hee HWANG (황병희)
2016-08-15 17:10     ` Emanuel Berg
2016-08-18 14:50       ` 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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yw.87popa9lca.fsf@alex.chromebook \
    --to=soyeomul@doraji.xyz \
    --cc=ding@gnus.org \
    --cc=eric@ericabrahamsen.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.
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).