...
original commit: 4785a9301084162bdb89ec75a4183ec0dcd5b4bd
This commit is contained in:
parent
6c4dd3e1b7
commit
4d89ae4cd0
|
@ -1,6 +1,6 @@
|
||||||
(when (getenv "MREDDEBUG")
|
(when (getenv "MREDDEBUG")
|
||||||
(current-load (let ([ol (current-load)]) (lambda (x) (printf "~a~n" x) (ol x))))
|
(current-load (let ([ol (current-load)]) (lambda (x) (printf "~a~n" x) (ol x))))
|
||||||
(require-library "errortrace.ss" "errortrace")
|
(eval '(require "errortrace.ss" "errortrace"))
|
||||||
(error-print-width 180))
|
(error-print-width 180))
|
||||||
#|
|
#|
|
||||||
TODO:
|
TODO:
|
||||||
|
@ -19,7 +19,8 @@
|
||||||
"startup-url.ss"
|
"startup-url.ss"
|
||||||
(lib "framework.ss" "framework")
|
(lib "framework.ss" "framework")
|
||||||
(lib "plt-installer.ss" "setup")
|
(lib "plt-installer.ss" "setup")
|
||||||
(lib "get-info.ss" "setup"))
|
(lib "get-info.ss" "setup")
|
||||||
|
"help-unit.ss")
|
||||||
|
|
||||||
(define-values/invoke-unit/sig
|
(define-values/invoke-unit/sig
|
||||||
help:get-info^
|
help:get-info^
|
||||||
|
@ -44,13 +45,13 @@
|
||||||
(lambda (x) (and (number? x) (exact? x) (= x (floor x)))))
|
(lambda (x) (and (number? x) (exact? x) (= x (floor x)))))
|
||||||
|
|
||||||
(define-values/invoke-unit/sig help:help^
|
(define-values/invoke-unit/sig help:help^
|
||||||
(require-relative-library "helpr.ss")
|
help-unit@
|
||||||
#f
|
#f
|
||||||
setup:plt-installer^
|
setup:plt-installer^
|
||||||
mred^
|
mred^
|
||||||
framework^
|
framework^
|
||||||
(frame-mixin)
|
(frame-mixin)
|
||||||
help:doc-position^)
|
help:doc-position^)
|
||||||
|
|
||||||
(new-help-frame startup-url))
|
(new-help-frame startup-url))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user