*** empty log message ***

original commit: 40ad5121076188dd519f81349f70029a7e91fc1d
This commit is contained in:
Scott Owens 2003-11-13 06:17:03 +00:00
parent a08f825f72
commit b6ec6b57ff

View File

@ -194,9 +194,11 @@
(set! tokens valid-tree)
(set! invalid-tokens-start (+ change-length invalid-tokens-start))
(set! current-pos (+ start-pos tok-start)))))))
(inherit is-locked?)
(define (colorer-callback)
(unless (in-edit-sequence?)
(unless (or (in-edit-sequence?) (is-locked?))
(thread-resume background-thread)
(sleep .01) ;; This is when the background thread is working.
(semaphore-wait lock)