On Thursday, January 12, 2017 at 12:25:38 PM UTC-6, David Jarvis wrote:
>
> I'm not sure, though I have a hypothesis - is this an issue for all 
> sequences, or just for maps?
>

All sequences.  Well, not exactly--see below.  But I don't mind the one 
entry-per-line behavior for maps.  It bothers me for simple 
sequences--lists, vectors, etc.  

I just realized that the behavior depends on the :width setting and the 
size of the output.  For example if I enter (range 20), the entire sequence 
will be displayed on one line.  If I use range with an argument large 
enough to make the output longer than the :width setting, I get one element 
per line.  However, that's generally not what I want.  I'd rather see as 
many elements as possible, letting the terminal wrap the output (or maybe 
something a little nicer but similar, but terminal wrapping is good 
enough).  This actually led to me disabling ultra earlier today, so I 
wouldn't have to scroll up to peruse a sequence of 200 doubles.  I like its 
other features, though!

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to