Default for command-buffer-mode is command
part of darcs patch Fri Sep 16 23:02:43 EEST 2005 Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
This commit is contained in:
parent
8c6de19aaa
commit
fa5a08ace7
|
@ -1,3 +1,5 @@
|
||||||
|
(define initial-command-mode 'command)
|
||||||
|
|
||||||
(define-syntax when
|
(define-syntax when
|
||||||
(syntax-rules ()
|
(syntax-rules ()
|
||||||
((_ ?test ?do-this ...)
|
((_ ?test ?do-this ...)
|
||||||
|
@ -15,7 +17,7 @@
|
||||||
val)))))
|
val)))))
|
||||||
|
|
||||||
;; mode of the command buffer
|
;; mode of the command buffer
|
||||||
(define *command-buffer-mode* 'scheme)
|
(define *command-buffer-mode* initial-command-mode)
|
||||||
|
|
||||||
(define (command-buffer-in-scheme-mode?)
|
(define (command-buffer-in-scheme-mode?)
|
||||||
(eq? *command-buffer-mode* 'scheme))
|
(eq? *command-buffer-mode* 'scheme))
|
||||||
|
|
Loading…
Reference in New Issue