# HG changeset patch # User Stephen Eglen # Date 906991418 0 # Node ID 64a0be320dbc51c35a09f52a5265664cf37819b0 # Parent 8cc9aa86ee9d683df55b71b7655ed05095631211 (inferior-octave-prompt): Also match prompts of the form `octave.bin:1>' which come from using precopiled binary versions. diff -r 8cc9aa86ee9d -r 64a0be320dbc lisp/progmodes/octave-inf.el --- a/lisp/progmodes/octave-inf.el Mon Sep 28 13:32:44 1998 +0000 +++ b/lisp/progmodes/octave-inf.el Mon Sep 28 14:03:38 1998 +0000 @@ -39,7 +39,7 @@ :group 'octave-inferior) (defcustom inferior-octave-prompt - "\\(^octave\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " + "\\(^octave\\(\\|.bin\\)\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " "*Regexp to match prompts for the inferior Octave process." :type 'regexp :group 'octave-inferior)