emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Shouldn't emacs print long lists with newlines?


From: ndame
Subject: Re: Shouldn't emacs print long lists with newlines?
Date: Wed, 7 Aug 2019 14:43:03 +0200 (CEST)

> If it should depends on the use case.  It should be able to do so when
> the user wants that - especially pretty printing (pp).  So far this has
> been discussed here and there, but so far nobody has implemented it.


Long lists as output is pretty hard to read when the list is on a
single line and it is displayed on multiple screen lines.

So those parts of emacs which print lists for human consumption
(debug, printing expressions resulting in long lists, etc.) should
benefit from some heuristics to display the list as one item per line
when it's better.

E.g. if the disaplayed list is longer than a screen line then it could
display an item per line. Maybe depending on a user option.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]