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: Mon, 07 May 2018 15:22:34 +0200 Message-ID: <8736z3wqg5.fsf@nicolasgoaziou.fr> References: <2deecfb2.10492.1633abbab8b.Coremail.tumashu@163.com> 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]:38496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFg6G-0005Ow-8F for emacs-orgmode@gnu.org; Mon, 07 May 2018 09:22:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFg6D-00047n-2Y for emacs-orgmode@gnu.org; Mon, 07 May 2018 09:22:44 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:42625) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fFg6C-00046O-SW for emacs-orgmode@gnu.org; Mon, 07 May 2018 09:22:41 -0400 In-Reply-To: <2deecfb2.10492.1633abbab8b.Coremail.tumashu@163.com> (tumashu@163.com's message of "Mon, 7 May 2018 21:12:47 +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: > 1.=C2=A0 [:alnum:] can not match Chinese char,=C2=A0 what about add [:mul= tibyte:] ? What about : [:alnum:] + [:multibyte:] -> [:word:] Could you test this change? Regards, --=20 Nicolas Goaziou