changeset 91227:13e59b921313

(auto-compose-chars): Be sure to calculate composition at least at POS.
author Kenichi Handa <handa@m17n.org>
date Mon, 10 Dec 2007 07:37:12 +0000
parents 040f2e332dc3
children 9b51a7263aec
files lisp/composite.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/composite.el	Mon Dec 10 07:36:01 2007 +0000
+++ b/lisp/composite.el	Mon Dec 10 07:37:12 2007 +0000
@@ -489,7 +489,8 @@
 		  auto-compose-current-font
 		  ch func newpos)
 	      (setq limit
-		    (or (text-property-any pos limit 'auto-composed t string)
+		    (or (text-property-any (1+ pos) limit 'auto-composed t
+					   string)
 			limit)
 		    pos 
 		    (catch 'tag