Add code to delete old `ideographic-products'.
authortomo <tomo>
Tue, 1 Nov 2005 11:21:12 +0000 (11:21 +0000)
committertomo <tomo>
Tue, 1 Nov 2005 11:21:12 +0000 (11:21 +0000)
install-ids.el

index fbbbf11..d0fcf73 100644 (file)
   (ids-read-file file simplify soft)
   (princ "done.\n"))
 
+
+(mount-char-attribute-table 'ideographic-products)
+(map-char-attribute
+ (lambda (c v)
+   (remove-char-attribute c 'ideographic-products)
+   nil)
+ 'ideographic-products)
+
+
 (install-ids-read-file "IDS-JIS-X0208-1990.txt" load-ids-simplify t)
 
 (install-ids-read-file "IDS-UCS-Basic.txt" load-ids-simplify t)