From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: need a org-contacts feature Date: Tue, 09 Apr 2013 18:10:31 +0800 Message-ID: <87k3ochv54.fsf@news.tumashu-localhost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPVVm-00065N-JQ for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 06:10:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPVVk-0002xe-Og for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 06:10:46 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:64706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPVVk-0002xQ-Dx for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 06:10:44 -0400 Received: by mail-pa0-f49.google.com with SMTP id kp14so3721420pab.22 for ; Tue, 09 Apr 2013 03:10:43 -0700 (PDT) Received: from feng by tumashu with local (Exim 4.80) (envelope-from ) id 1UPVVX-0003j6-JO for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 18:10:31 +0800 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org org-contacts is very useful, but it can't be work well with CJK users for CJK input method, I need a feature like this: 1. If I search string "=E4=BD=A0=E5=A5=BD" ,the result will be: "=E4=BD=A0= =E5=A5=BD" 2. if I have a dict function in which there is '("nihao" "=E4=BD=A0=E5= =A5=BD") or '("nh" "=E4=BD=A0=E5=A5=BD") 3. the feature I expect is like: when I search "nihao" or "nh" ,the result= will be "=E4=BD=A0=E5=A5=BD" Thanks --=20