According to the unicode standard, #xFF01 .. #xFF60 are fullwidth
ASCII variants and fullwidth brackets, they should be set double
width in the char-width-table.

May be this patch is useable.

*** c:/Emacs/lisp/international/characters.el   Thu Oct 26 23:03:06 2006
--- d:/download/emacs--unicode--0/lisp/international/characters.el      Sat Oct 
28 21:41:54 2006
***************
*** 1019,1024 ****
--- 1019,1025 ----
           (#xAC00 . #xD7A3)
           (#xF900 . #xFAFF)
           (#xFE30 . #xFE6F)
+          (#xFF01 . #xFF60)
           (#xFFE0 . #xFFE6)
           (#x20000 . #x2FFFF)
           (#x30000 . #x3FFFF))))



_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to