From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: BUG: org tag can align proper when tag is Chinese. Date: Tue, 08 May 2018 19:38:30 +0200 Message-ID: <87k1serqsp.fsf@nicolasgoaziou.fr> References: <2deecfb2.10492.1633abbab8b.Coremail.tumashu@163.com> <8736z3wqg5.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fG6ZS-00055z-Id for emacs-orgmode@gnu.org; Tue, 08 May 2018 13:38:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fG6ZP-0007ZR-Fi for emacs-orgmode@gnu.org; Tue, 08 May 2018 13:38:38 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:33539) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fG6ZP-0007YN-8g for emacs-orgmode@gnu.org; Tue, 08 May 2018 13:38:35 -0400 In-Reply-To: (tumashu@163.com's message of "Mon, 7 May 2018 21:58:00 +0800 (CST)") 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" To: tumashu Cc: emacs-orgmode Hello, tumashu writes: > I found [:alnum:] can match Chinese=20 > > (string-match-p "[[:alnum:]]" "@@@=E4=BD=A0=E5=A5=BD") =3D> 3 Great. > > But using [:word:] may better, in my opinion. I'm not so sure about it. It would be better to see a concrete limitation before extending syntax for tags. Regards, --=20 Nicolas Goaziou