#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.33 1992/03/24 23:31:57 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.34 1992/04/09 17:22:24 cph Exp $
Copyright (c) 1989-92 Massachusetts Institute of Technology
"motcom"
"motion"
"notify"
+ "occur"
"pasmod"
"print"
"process"
;;; -*-Scheme-*-
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.ldr,v 1.25 1992/03/24 23:32:11 cph Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.ldr,v 1.26 1992/04/09 17:22:25 cph Exp $
;;; program to load package contents
;;; **** This program (unlike most .ldr files) is not generated by a program.
(load "lspcom" environment)
(load "malias" (->environment '(EDWIN MAIL-ALIAS)))
(load "motcom" environment)
+ (load "occur" (->environment '(EDWIN OCCURRENCE)))
(load "rcs" (->environment '(EDWIN RCS)))
(load "reccom" (->environment '(EDWIN RECTANGLE)))
(load "regcom" (->environment '(EDWIN REGISTER-COMMAND)))
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.85 1992/04/08 17:57:40 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.86 1992/04/09 17:22:26 cph Exp $
Copyright (c) 1989-92 Massachusetts Institute of Technology
edwin-variable$bindings-window-fraction)
(import (runtime debugger-utilities)
show-environment-bindings)
- (initialization (initialize-bochser-mode!)))
\ No newline at end of file
+ (initialization (initialize-bochser-mode!)))
+
+(define-package (edwin occurrence)
+ (files "occur")
+ (parent (edwin))
+ (export (edwin)
+ edwin-command$count-matches
+ edwin-command$delete-matching-lines
+ edwin-command$delete-non-matching-lines
+ edwin-command$flush-lines
+ edwin-command$how-many
+ edwin-command$keep-lines
+ edwin-command$occur
+ edwin-command$occur-mode-goto-occurrence
+ edwin-mode$occur
+ edwin-variable$list-matching-lines-default-context-lines))
\ No newline at end of file