Use "\\c." instead of "[[:alpha:]]" to match with
authorKenichi Handa <handa@m17n.org>
Thu, 12 Feb 2009 05:42:56 +0000 (05:42 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 12 Feb 2009 05:42:56 +0000 (05:42 +0000)
a base character.

lisp/composite.el

index 537adab..667f158 100644 (file)
@@ -646,7 +646,7 @@ All non-spacing characters has this function in
              (setq i (1+ i))))
          gstring))))))
 
-(let ((elt '(["[[:alpha:]]\\c^+" 1 compose-gstring-for-graphic]
+(let ((elt '(["\\c.\\c^+" 1 compose-gstring-for-graphic]
             [nil 0 compose-gstring-for-graphic])))
   (map-char-table
    #'(lambda (key val)