domain-literal (Re: References とIn-Reply-To について)
Yoichi NAKAYAMA <[email protected]> Tue, 01 Nov 2005 07:49:54 +0900
| Newsgroups | gmane.mail.emacs.mime.japanese |
|---|---|
| Organization | Geiin.org |
| Message-ID | <87y849ti7h.wl%[email protected]> |
At Mon, 07 Feb 2005 09:13:02 +0900, Yuuichi Teranishi wrote: > > At Mon, 07 Feb 2005 05:19:54 +0900, > Ken Makimura wrote: > > > > > > > > (std11-parse-msg-ids-string "<xxxx@[aaa.bbb.ccc.ddd]>") > > > > > > > > ((msg-id (atom . "xxxx") (specials . "@") (domain-literal . "aaa.bbb.ccc.ddd"))) > > > > > > > > (std11-msg-id-string '(msg-id (atom . "xxxx") (specials . "@") (domain-literal . "aaa.bbb.ccc.ddd"))) > > > > > > > > "<[email protected]>" > > > > flim > > > > > Index: std11.el > =================================================================== > RCS file: /cvs/root/flim/std11.el,v > retrieving revision 1.7.8.10 > diff -u -r1.7.8.10 std11.el > --- std11.el 8 Jun 2004 15:44:19 -0000 1.7.8.10 > +++ std11.el 7 Feb 2005 00:10:38 -0000 > @@ -766,6 +766,8 @@ > ((eq name 'comment) "") > ((eq name 'quoted-string) > (concat "\"" (cdr token) "\"")) > + ((eq name 'domain-literal) > + (concat "[" (cdr token) "]")) > (t (cdr token))) > ))) > seq "") > > -- > Yuuichi Teranishi <[email protected]> > http://www.gohome.org/teranisi > "The love you take is equal to the love you make..." > >