On Wed, 27 Jun 2012 05:29:11 -0400
Matthew Mondor <[email protected]> wrote:

> On Wed, 27 Jun 2012 02:23:07 -0400
> Matthew Mondor <[email protected]> wrote:
> 
> > (defun apropos (string &optional package)
> 
> Alternate implementation:

This implementation has obviously an issue when printing large values
which require pretty printing, because it's not printed directly to the
stream.  I guess that an alternative would be to store pairs in a list,
sort it, and then display them, it'd also be possible to use FORMAT's
support for lists and columns/tables, possibly.

But other implementations don't print the value of bound symbols.  I've
not tested if this is problematic if we print huge lists or arrays yet,
too...
-- 
Matt

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ecls-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to