hylang / hy-mode

Hy mode for Emacs
GNU General Public License v3.0
189 stars 48 forks source link

doesn't show any errors in inferior-lisp buffer? #28

Closed joefromct closed 6 years ago

joefromct commented 9 years ago

I'm not seeing any errors in the inferior-lisp buffer... it appears as if nothing happens when an error should occur.

I have also tried setting --spy and --show-tracebacks as documented here.

Example: => (* 10 0 ) (10L * 0L) 0L

However division of zero echos nothing:

=> (/ 10 0 ) 
(10L / 0L)
=> 

This is making it more difficult to adapt to the syntax... any tips?

theanalyst commented 9 years ago

Are you on windows? On linux in an inferior-lisp buffer I'm getting the following

=> (/ 10 0)
Traceback (most recent call last):
  File "<input>", line 1, in <module>
ZeroDivisionError: division by zero
gilch commented 6 years ago

On Spacemacs on Windows, I can also see the stderr, but I do leave the --spy mode on, if that matters. @joefromct, is this still broken?

ekaschalk commented 6 years ago

I'm going to close this issue as I don't exerpience this either. If it occurs again somehow we can reopen.