From b32cc5ea37430c5d06ba2964ccdc430ce0faad80 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 15 Apr 2013 11:13:02 +0200 Subject: Racket: ensuring the first C-c C-d C-i works ... by the obvious device of waiting for the thread building the index to finish. --- scheme/racket/geiser/user.rkt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scheme/racket/geiser/user.rkt') diff --git a/scheme/racket/geiser/user.rkt b/scheme/racket/geiser/user.rkt index 9b07b95..b3112f2 100644 --- a/scheme/racket/geiser/user.rkt +++ b/scheme/racket/geiser/user.rkt @@ -96,10 +96,6 @@ (define (geiser-prompt-read prompt) (make-repl-reader (geiser-read prompt))) -(define (preload-help) - (thread (lambda () - (with-output-to-string (lambda () (help meh-i-dont-exist)))))) - (define (init-geiser-repl) (compile-enforce-module-constants #f) (current-load/use-compiled geiser-loader) -- cgit v1.2.3