Kenichi Handa <[EMAIL PROTECTED]> writes: > As I don't use those characters, I don't know what is > correct. But, it seems that they are used as a pair; isn't > it convenient if we give them paren syntax?
No. The complete set of valid non-ASCII paren pairs from Unicode is already in characters.el (but I don't know whether any are missing from the CJK charsets, for instance). These are `left-pointing' and `right-pointing', not `open' and `close' -- there's no consistency in how quotes are used. I'm not sure the following are all correct, but all three forms are used and they're probably documented in Unicode somewhere: � Fran�ais � �Deutsch� �Svensk� As far as I remember, it's similar for the single guillemets. >> Making � and � a case pair in characters.el is clobbered by the entry >> for code 255 in latin-1.el, which should presumably be removed. > > Ah, sure. But we can't just remove it because that code is > necessary for unibyte mode. So, I installed this: Why is that necessary since the default syntax is `word'? > They are commented out for the moment because case-fold > search/match doesn't work well with that kind of complex > case setting. I remember I included you in CC: when I wrote > about that problem under the subject "case-table functions > ....". Sorry, I guess I abandonned that thread before when it was clear it was taking effort from more important things and that what I already did will go to waste again. _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
