From b2fc0976717e29c89c508b97f7e307c6383cd07a Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Wed, 29 Oct 2003 18:55:55 +0000 Subject: [PATCH] (inferior-octave-prompt): Recognize version number in prompt. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/octave-inf.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3e077f0c3fd..dde7d5366cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-10-29 Lute Kamstra + + * progmodes/octave-inf.el (inferior-octave-prompt): Recognize + version number in prompt. + 2003-10-28 Dave Love * international/characters.el: Fix some Unicode ranges. diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index c09f99a4547..265cf6c049b 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el @@ -41,7 +41,7 @@ :group 'octave-inferior) (defcustom inferior-octave-prompt - "\\(^octave\\(\\|.bin\\)\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " + "\\(^octave\\(\\|.bin\\)\\(-[.0-9]+\\)?\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " "*Regexp to match prompts for the inferior Octave process." :type 'regexp :group 'octave-inferior) -- 2.11.4.GIT