Fix the fuel "No prompt found" bug using eungju's better fix; otherwise would just pull the patch.

db4
Doug Coleman 2011-11-02 09:28:29 -07:00
parent c44a998ef4
commit 6c15e97597
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
(fuel-con--setup-comint) (fuel-con--setup-comint)
(fuel-con--establish-connection conn buffer))) (fuel-con--establish-connection conn buffer)))
(defconst fuel-con--prompt-regex "( .+ ) ") (defconst fuel-con--prompt-regex "IN: [^ ]+ ")
(defconst fuel-con--eot-marker "<~FUEL~>") (defconst fuel-con--eot-marker "<~FUEL~>")
(defconst fuel-con--init-stanza "USE: fuel fuel-retort") (defconst fuel-con--init-stanza "USE: fuel fuel-retort")