ghc 6.10.1 로 올리고 haskell-mode 도 올리고 보니 이런 문제가 생기네.
적당히 구글링해서 해결.
혹시나 내용백업해둔다.
Thanks very much, Judah!
Given
this info, there's a fairly easy emacs haskell-mode work-around. I
made a shell script "ghci-no-tty" in my ~/bin that contains
# So ghci+readline won't echo input
cat | /usr/local/bin/ghci $*
and
used "M-x customize-group" with the "haskell" group to set the "Haskell
Program Name" variable to "/home/conal/bin/ghci-no-tty" (must be full
path).
Now there's no more input echoing, and commands like automatic signature insertion ("\C-c\C-t") work again.
Hooray!
- Conal
댓글 없음:
댓글 쓰기