hylang / hy-mode

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

Repl not working: (void-function xterm-color-filter) #60

Closed kbauer closed 6 years ago

kbauer commented 6 years ago

Any interacton with the inferior-lisp repl results in

Debugger entered--Lisp error: (void-function xterm-color-filter)
  xterm-color-filter("\n=> ")
  comint-output-filter(#<process Hy> "\n=> ")

Observed in

ekaschalk commented 6 years ago

Didn't realize xterm-color was not an emacs core package, fixed. If you want colored error messages then install xterm-color from melpa.