【问题标题】:ghci: Custom Prompt in Emacs haskell-modeghci:Emacs haskell 模式中的自定义提示 【发布时间】:2014-02-01 07:10:49 【问题描述】: 如何在 ghci 中设置自定义提示,以便它与劣质的 haskell 进程正常工作? 我知道我可以修改~/.ghci,但这会导致另一个problem。 有什么解决办法吗? 【问题讨论】: 标签: haskell emacs ghci 【解决方案1】: 在最新的 haskell-mode 中匹配以下事物模式: :set prompt "λ> " 【讨论】: