(insert-char-attributes): Fold long line in non-special element of
authortomo <tomo>
Wed, 4 Feb 2004 17:09:04 +0000 (17:09 +0000)
committertomo <tomo>
Wed, 4 Feb 2004 17:09:04 +0000 (17:09 +0000)
list in default feature.

lisp/utf-2000/char-db-util.el

index b07da54..502cfd1 100644 (file)
                                                 readable
                                                 al cal)
                         (setq separator lbs))
+                    (setq ret (prin1-to-string cell))
                     (if separator
-                        (insert separator))
-                    (insert (prin1-to-string cell))
+                        (if (< (+ (current-column)
+                                  (length ret)
+                                  (length separator))
+                               76)
+                            (insert separator)
+                          (insert lbs)))
+                    (insert ret)
                     (setq separator " "))
                   (setq value (cdr value)))
                 (insert ")")