* its.el (its-put-cursor): Ditto.
2001-07-09 Yoshiki Hayashi <yoshiki@xemacs.org>
+ * egg-cnv.el (egg-make-bunsetsu): Add start-open property.
+ * its.el (its-put-cursor): Ditto.
+
+2001-07-09 Yoshiki Hayashi <yoshiki@xemacs.org>
+
* egg-com.el (ccl-decode-fixed-euc-jp): Make it XEmacs compatible.
(ccl-decode-fixed-euc-kr): Ditto.
(decode-fixed-euc-china-region): Check against the charset sisheng
(insert s)
(setq s (copy-sequence egg-conversion-fence-close)
len (length s))
- (set-text-properties 0 len '(read-only t rear-nonsticky t egg-end t) s)
+ (set-text-properties 0 len '(read-only t rear-nonsticky t
+ egg-end t start-open t) s)
(if egg-conversion-fence-invisible
(put-text-property 0 len 'invisible t s))
(insert s)
(egg-remove-all-text-properties 0 len converted)
(add-text-properties 0 len
(list 'read-only t
+ 'start-open t
(egg-bunsetsu-info) bunsetsu
'egg-backend backend
'egg-lang language
(let ((p (point))
(str (copy-sequence "!")))
(set-text-properties 0 1 (list 'read-only t
+ 'start-open t
'invisible t
'intangible 'its-part-2
'its-cursor cursor