﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
489	pretty-print-width not honored by pretty-print in some cases.	Alan Post		"I'm printing out some fairly large symbolic expressions.  They are printing well past column 79, even in cases where I can see formatting that could be done to bring them under 79 columns.  Here is a recent example:

{{{
(text (paragraphs
        (paragraph
          (sentence
            (term (sumti (LA-clause
                           (cmavo (LA ""la""))
                           (CMENE-clause cmene ""frank""))))
            (selbri (BRIVLA-clause (gismu ""cusku"")))
            (term (sumti (LU-clause
                           (cmavo (LU ""lu""))
                           (text (paragraphs
                                   (paragraph
                                     (sentence
                                       (term (sumti (KOhA-clause (cmavo (KOhA ""mi"")))))
                                       (selbri (BRIVLA-clause (gismu ""prami"")))
                                       (term (sumti (KOhA-clause
                                                      (cmavo (KOhA ""do""))
                                                      (TO-clause
                                                        (cmavo (TO ""to'i""))
                                                        (UI-clause (cmavo (UI ""sa'a"")))
                                                        (text (paragraphs
                                                                (paragraph
                                                                  (sentence
                                                                    (term (sumti (KOhA-clause (cmavo (KOhA ""do"")))))
                                                                    (selbri (GOhA-clause (cmavo (GOhA ""du""))))
                                                                    (term (sumti (LA-clause
                                                                                   (cmavo (LA ""la""))
                                                                                   (CMENE-clause cmene ""djein""))))))))
                                                        (TOI-clause (cmavo (TOI ""toi"")))))))))))
                           (LIhU-clause (cmavo (LIhU ""li'u""))))))))))
}}}

I would expect some of the earlier constructs, like the first (text
...) element, or the (term ...) elements under (sentence ...) to be
folded like (paragraphs (paragraph (sentence ...))) is.
"	defect	closed	minor		core libraries	4.6.x	wontfix		alanpost@…	
