alphapapa / pocket-reader.el

Emacs client for Pocket reading list (getpocket.com)
GNU General Public License v3.0
223 stars 12 forks source link

Some tags gets colorized when the title contains Chinese #17

Closed xuchunyang closed 1 year ago

xuchunyang commented 5 years ago

It seems all tags should not be colorized, but in the following, the tags of these items with Chinese in their titles are also colorized for some reason, it looks like a bug to me.

image

alphapapa commented 5 years ago

Please see the function pocket-reader--column-data. I'm guessing this is a bug in the built-in tabulated-list library in that it doesn't handle multibyte characters properly when calculating column widths. If so, we may be able to work around it, but a bug should be filed on Emacs itself.

alphapapa commented 1 year ago

Should be fixed in https://github.com/alphapapa/pocket-reader.el/commit/b56bcd3abb8aaecf1921b7db54db9d3b1290917b