Re: REPL special variables

2008-11-12 Thread Mark Volkmann
On Wed, Nov 12, 2008 at 7:55 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- On Wed, 11/12/08, Mark Volkmann wrote: >> I don't seem to be able to access the special variables >> *1, *2, *3 and >> *e in the REPL. For example, >> user=> (/ 1 0) >> user=> (.printStackTrace *e) >> outputs >> java.l

Re: REPL special variables

2008-11-12 Thread Dave Newton
--- On Wed, 11/12/08, Mark Volkmann wrote: > I don't seem to be able to access the special variables > *1, *2, *3 and > *e in the REPL. For example, > user=> (/ 1 0) > user=> (.printStackTrace *e) > outputs > java.lang.Exception: Unable to resolve symbol: *e in this context In which environment/b

Re: REPL special variables

2008-11-12 Thread Mark Volkmann
Nevermind. I see it's fixed in the latest code in svn. On Nov 12, 7:11 pm, Mark Volkmann <[EMAIL PROTECTED]> wrote: > I don't seem to be able to access the special variables *1, *2, *3 and > *e in the REPL. For example, > user=> (/ 1 0) > user=> (.printStackTrace *e) > outputs > java.lang.Excepti

REPL special variables

2008-11-12 Thread Mark Volkmann
I don't seem to be able to access the special variables *1, *2, *3 and *e in the REPL. For example, user=> (/ 1 0) user=> (.printStackTrace *e) outputs java.lang.Exception: Unable to resolve symbol: *e in this context --~--~-~--~~~---~--~~ You received this message