From: Chris Hanson Date: Tue, 20 Oct 1998 05:56:37 +0000 (+0000) Subject: Generalize shell-prompt-pattern to allow standard Windows shell X-Git-Tag: 20090517-FFI~4736 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5ebba442a18f776e999d852db323f25fc5af22c4;p=mit-scheme.git Generalize shell-prompt-pattern to allow standard Windows shell prompt. --- diff --git a/v7/src/edwin/dosfile.scm b/v7/src/edwin/dosfile.scm index 33c5ace46..b12800c15 100644 --- a/v7/src/edwin/dosfile.scm +++ b/v7/src/edwin/dosfile.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: dosfile.scm,v 1.18 1998/08/30 02:06:45 cph Exp $ +;;; $Id: dosfile.scm,v 1.19 1998/10/20 05:56:37 cph Exp $ ;;; ;;; Copyright (c) 1994-98 Massachusetts Institute of Technology ;;; @@ -567,7 +567,7 @@ Switches may be concatenated, e.g. `-lt' is equivalent to `-l -t'." '()) (define (os/default-shell-prompt-pattern) - "^\\[[^]]*] *") + "^[^]$]*[]>] *") (define (os/comint-filename-region start point end) (let ((chars "]\\\\A-Za-z0-9!#$%&'()+,.:;=@[^_`{}~---"))