Re-enable parenthesis matching in typein window. Change "off-window"
authorChris Hanson <org/chris-hanson/cph>
Thu, 11 Apr 1991 03:04:45 +0000 (03:04 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 11 Apr 1991 03:04:45 +0000 (03:04 +0000)
matching message to be prefixed by "Matching ".

v7/src/edwin/simple.scm

index 101acbdfe8f9a7b941f44f8e601787dfb7bd2e24..6d3ab64773f8dda0e4785002515b2275f1cc45ef 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/simple.scm,v 1.33 1991/03/28 00:17:40 cph Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/simple.scm,v 1.34 1991/04/11 03:04:45 cph Exp $
 ;;;
 ;;;    Copyright (c) 1985, 1989-91 Massachusetts Institute of Technology
 ;;;
             (with-current-point mark
               (lambda ()
                 (sit-for 500)))))
-       ((not (typein-window? (current-window)))
+       (else
         (temporary-message
+         "Matches "
          (let ((start (line-start mark 0))
                (end (line-end mark 0)))
            (case (and (not (default-object? type)) type)