Hi Joe, > Sidebar: Is there a way to disable the interactive session from > printing the return of a statement? For example, if I do a (setq ABC > L) where L is a million items, I'd prefer the option of not having all > million items print on my console. I've worked around this by wrapping > it in a prog and returning NIL. Is there an easier way?
you could also use http://software-lab.de/doc/refN.html#nil or http://software-lab.de/doc/refT.html#t Cheers, Tomas -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
