From: Kenichi Handa Date: Mon, 10 Dec 2007 07:37:12 +0000 (+0000) Subject: (auto-compose-chars): Be sure to calculate X-Git-Tag: emacs-pretest-23.0.90~8295^2~141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70740f9c9c961f6e7ed01ab71a50a5989378e6f1;p=emacs.git (auto-compose-chars): Be sure to calculate composition at least at POS. --- diff --git a/lisp/composite.el b/lisp/composite.el index 5ee62412b62..e73d9ef1ef8 100644 --- a/lisp/composite.el +++ b/lisp/composite.el @@ -489,7 +489,8 @@ This function is the default value of `auto-composition-function' (which see)." 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