From 6c15e97597a809b495e606b18e3efd2eaea95ae1 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 2 Nov 2011 09:28:29 -0700 Subject: [PATCH] Fix the fuel "No prompt found" bug using eungju's better fix; otherwise would just pull the patch. --- misc/fuel/fuel-connection.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/fuel/fuel-connection.el b/misc/fuel/fuel-connection.el index ef39b7af65..8db5e676cd 100644 --- a/misc/fuel/fuel-connection.el +++ b/misc/fuel/fuel-connection.el @@ -128,7 +128,7 @@ (fuel-con--setup-comint) (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--init-stanza "USE: fuel fuel-retort")