geiser-users
[Top][All Lists]
Advanced

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

Re: [Geiser-users] "New" user.rkt breaks Geiser REPL?


From: Michael Wilber
Subject: Re: [Geiser-users] "New" user.rkt breaks Geiser REPL?
Date: Thu, 07 Mar 2013 09:38:15 -0700
User-agent: Notmuch/0.15 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-unknown-linux-gnu)

Hey there,

You were getting the "Bitmap Failed" image because
    (make-object bitmap% "Poochyena.jpg")
shows that when "Poochyena.jpg" doesn't exist or isn't in the
(current-directory). If you replace that with the file name of an image
that does exist, then it will work again.

Don't alter the user.rkt file. Geiser works for me out of the box with

Lawrence Bottorff <address@hidden> writes:
> I was trying to follow along with the "Seeing is Believing" Racket
> Poochyena example, but instead of the dog I get a "Bitmap Failed" image. I
> then Googled and found this discussion:
> https://github.com/jaor/geiser/pull/1 which led me to replacing the
> user.rkt file and altering the geiser-repl.el file (
> https://github.com/gcr/geiser/commit/998e709f65a8bd9acfd1917d0ac4aaa47f67030b).
> But now I get
>
> Welcome to Racket v5.3.3.
> default-load-handler: expected a `module' declaration
>   found: something else
>   in:
> #<path:/home/lawrence/.emacs.d/elpa/geiser-0.2.2/racket/geiser/user.rkt>
>   errortrace...:
>   context...:
>    standard-module-name-resolver
>    try-next
>    /home/lawrence/racket/collects/errortrace/errortrace-lib.rkt:480:4
>>
>
> I got my geiser recently from elpa. Any clues what I'm doing wrong? Any way
> to test my Emacs 24.3.50.1/Racket 5.3.3 piece-wise to troubleshoot.
>
> LB
>
> PS: (What will the neighbors think if they saw me using DrRacket?)



reply via email to

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