geiser-users
[Top][All Lists]
Advanced

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

Re: [Geiser-users] Manual not showing up while trying to look up symbol


From: Diogo F. S. Ramos
Subject: Re: [Geiser-users] Manual not showing up while trying to look up symbol with `racket/base'
Date: Mon, 15 Apr 2013 00:26:08 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

"Jose A. Ortega Ruiz" <address@hidden> writes:

> Anyway, i've pushed a fix consisting in ensuring that help is
> initialized (in a separate thread, and in the racket namespace) during
> the startup, which adds the bonus that the first time one asks for help
> there's no delay building the index.  This is just a workaround (my
> feeling is that there's a deeper bug either in Geiser or in help), but
> seems to work for me in Racket 5.3.3.4...

I think I'm experiencing a bug with the new patch.

If I enter a file directly with C-c C-a, instead of starting a new REPL
first with C-c C-z, it seems that no symbol can be found.

1. Find a file with `#lang racket/base' or `#lang racket'
2. Without any REPL running, enter it with C-c C-a, causing a new REPL
to be run
3. Try to find a symbol with C-c C-d C-i

Example of file:

#lang racket

(list 42)



reply via email to

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