Hello,
tumashu writes:
> I found [:alnum:] can match Chinese
>
> (string-match-p "[[:alnum:]]" "@@@你好") => 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,
At 2018-05-07 21:22:34, "Nicolas Goaziou" wrote:
>Hello,
>
>tumashu writes:
>
>> 1. [:alnum:] can not match Chinese char, what about add [:multibyte:] ?
>
>What about :
>
> [:alnum:] + [:multibyte:] -> [:word:]
I found [:alnum:] can match Chinese
(string-match-p "[[:alnum:
>
>Could you test this change?
Seem to work!
Another problem I have found is that: when having Chinese char,
(window-text-width) is not a stable method, but I do
not know how to fix it.
```
(defun org-agenda-align-tags (&optional line)
"Align all tags in agenda items to `org-agenda-tags-colu
Hello,
tumashu writes:
> 1. [:alnum:] can not match Chinese char, what about add [:multibyte:] ?
What about :
[:alnum:] + [:multibyte:] -> [:word:]
Could you test this change?
Regards,
--
Nicolas Goaziou