From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: mail-extract-address-components extract modified full name Date: Mon, 26 Jul 2004 12:09:07 +0900 Organization: Emacsen advocacy group Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <87wu0sk8aa.wl%yoichi@geiin.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp X-Trace: sea.gmane.org 1090811426 7771 80.91.224.253 (26 Jul 2004 03:10:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Jul 2004 03:10:26 +0000 (UTC) Cc: Yoichi NAKAYAMA , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 26 05:10:15 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BovsU-0000XT-00 for ; Mon, 26 Jul 2004 05:10:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BovvV-0007In-TC for ged-emacs-devel@m.gmane.org; Sun, 25 Jul 2004 23:13:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bovux-0006vt-5P for emacs-devel@gnu.org; Sun, 25 Jul 2004 23:12:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bovuv-0006tw-BB for emacs-devel@gnu.org; Sun, 25 Jul 2004 23:12:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bovuv-0006tV-9O for emacs-devel@gnu.org; Sun, 25 Jul 2004 23:12:45 -0400 Original-Received: from [137.153.0.33] (helo=ns8.sony.co.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BovrS-0005BP-Eo; Sun, 25 Jul 2004 23:09:10 -0400 Original-Received: from mail2.sony.co.jp (mail2.sony.co.jp [43.0.1.202]) Original-Received: from mail2.sony.co.jp (localhost [127.0.0.1]) by mail2.sony.co.jp (R8/Sony) with ESMTP id i6Q398j10247; Mon, 26 Jul 2004 12:09:08 +0900 (JST) Original-Received: from pastis.ga.sony.co.jp ([43.17.84.86]) by mail2.sony.co.jp (R8/Sony) with ESMTP id i6Q397910243; Mon, 26 Jul 2004 12:09:07 +0900 (JST) Original-Received: from pastis.ga.sony.co.jp (localhost [127.0.0.1]) by pastis.ga.sony.co.jp (8.12.8/8.12.5) with ESMTP id i6Q397dc006227; Mon, 26 Jul 2004 12:09:07 +0900 Original-Received: (from yamaoka@localhost) by pastis.ga.sony.co.jp (8.12.8/8.12.8/Submit) id i6Q397th006225; Mon, 26 Jul 2004 12:09:07 +0900 Original-To: rms@gnu.org X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:n8EGbrZGShfY8ocpdAJa0LjJbUA= X-Hashcash: 0:040726:rms@gnu.org:a1b427fb9298cbda X-Hashcash: 0:040726:yoichi@geiin.org:0871039f7653f362 X-Hashcash: 0:040726:emacs-devel@gnu.org:c26131e1cce33ebd X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25964 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25964 >>>>> In Katsumi Yamaoka wrote: > The problem of m-e-a-c is not only for the name order. Here's > an example: > (gnus-extract-address-components "王ヶ頭ホテル ") > => ("王. ヶ. 頭. ホテル" "ougatou@example.com") I've copied it from a wrong place, sorry. The mail-, not gnus- function behaves as shown above. Gnus uses gnus-extract-address-components in some places because m-e-a-c didn't support non-ASCII characters until Emacs 21.3.50. However, the importance of using it increased in the other sense. -- Katsumi Yamaoka