geiser-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Geiser-users] Bug!


From: Eric Hanchrow
Subject: [Geiser-users] Bug!
Date: Sat, 4 Feb 2012 15:49:55 -0800

;; commit f3c6c8d
;; Author: Jose Antonio Ortega Ruiz <address@hidden>
;; Date:   Fri Nov 25 23:12:35 2011
;;
;;     NEWS update and version bump to 0.1.4
;;

;; GNU Emacs 24.0.92.1 (x86_64-apple-darwin11.2.0, NS
apple-appkit-1138.23) of 2012-01-20 on
Eric-Hanchrows-MacBook-Air.local

;; Start geiser.  Visit this file, type C-c C-a.  Then in the repl
;; prompt type (x) RET, then wait a second.

;; I see

;; address@hidden> (x)
;; #<thread>
;; address@hidden> cpu time: 0 real time: 1002 gc time: 0

;; Now when I type anything, I get an error: "Text is read-only"

#lang racket

(define (x)
  (thread
   (thunk
    (time (sleep 1)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]