Gnus development mailing list
 help / color / mirror / Atom feed
From: "Byung-Hee HWANG (황병희)" <soyeomul@doraji.xyz>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: ding@gnus.org
Subject: Re: Custom Message-ID
Date: Wed, 17 Aug 2016 20:58:27 +0900	[thread overview]
Message-ID: <yw.87shu31uak.fsf@alex.chromebook> (raw)
In-Reply-To: <877fbi3qrr.fsf@linux-m68k.org> (Andreas Schwab's message of "Mon, 15 Aug 2016 19:07:04 +0200")

Hellow!

Andreas Schwab <schwab@linux-m68k.org> 께서 쓰시길,
 《記事 全文 <877fbi3qrr.fsf@linux-m68k.org> 에서》:

> On Aug 15 2016, "Byung-Hee HWANG "(황병희)"" <soyeomul@doraji.xyz> wrote:
>
>> ### 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!
>
> (add-function :filter-return 'message-unique-id
>               #'(lambda (muid) (concat "yw." muid)))
>
> Andreas.

First of all, your codes is so beautiful!!!

Then, it is start my story...

My Emacs version is old, so i did download from git server of GNU,
branch emacs-25. The file name is nadvice.el, i found the variable
`add-funcetion' in nadvice.el. Actually for some reason, i cannot
upgrade to emacs 25. 

### begins here: emacs error messages by M-x byte-compile  
Compiling file /home/soyeomul/.emacs.d/elisp/nadvice.el at Wed Aug 17 20:28:15 2016
Entering directory `/home/soyeomul/.emacs.d/elisp/'

In remove-function:
nadvice.el:322:24:Warning: reference to free variable `setter'
nadvice.el:323:24:Warning: reference to free variable `new'
nadvice.el:323:55:Warning: reference to free variable `getter'
nadvice.el:429:30:Error: Symbol's value as variable is void: setter
### ends here

Sorry. As you see above, i did myself best to write the variable
`add-function'. In current, below is my environments:


;;;;; Emacs: GNU Emacs 23.3.1 (modified by Debian)
;;;;; OS: Ubuntu 12.04.5 LTS (via Crouton)
;;;;; HW: Google Chromebook (Codename: Alex)
;;;;; Kernel: Linux 3.8.11 (chrome-bot@cros-beefy264-c2)

For a while, i should be stick in humble short patch. [1]
Though i love my short patch;;

Really Thank You Andreas!

and also Ted, Emanuel and Eric, 
thank you for your time and good codes ^^

Sincerely,
Byung-Hee

[1] https://github.com/soyeomul/Gnus/blob/MaGnus/dot.gnus.20160816

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



  parent reply	other threads:[~2016-08-17 11:58 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 (황병희)
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 (황병희) [this message]
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.87shu31uak.fsf@alex.chromebook \
    --to=soyeomul@doraji.xyz \
    --cc=ding@gnus.org \
    --cc=schwab@linux-m68k.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).