> On Aug 16, 2020, at 10:15 AM, Eli Zaretskii wrote: > >> From: Yuan Fu >> Date: Sat, 15 Aug 2020 23:22:42 -0400 >> Cc: larsi@gnus.org, >> emacs-devel@gnu.org >> >>> What I had in mind is to have a special value of word-wrap-by-category >>> that would load kinsoku by calling a setup function. >> >> That would be confusing tho. Suppose word-wrap-by-category can be t, nil and ‘kinsoku. If a user sets it first to 'kinsoku then to t, he would expect kinsoku stuff to not take effect; but in reality since kinsoku.el is loaded, it will be in effect until the Emacs session ends. >> >> Since people who enable word-wrap-by-category (people who edit CJK chars) would probably also want kinsoku, could we just load kinsoku in the setter of word-wrap-by-category if it’s set to t? I think that’s ok. > > OK, let's go with this method. Here is the new patch :-) Yuan