Fix the fuel "No prompt found" bug using eungju's better fix; otherwise would just pull the patch.
parent
c44a998ef4
commit
6c15e97597
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue