geiser-users
[Top][All Lists]
Advanced

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

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


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

1. Find a file with `#lang racket/base'
2. Try to look up a symbol with C-c C-d C-i
3. A message appears announcing the look up but nothing shows up

Example of file:

#lang racket/base

(list 42)

Put the cursor on `list' and press C-c C-d C-i.  Only the message in the
echo area will show up.  Even entering the file or changing
"racket/base" to "racket" will not fix it.

Now, kill the REPL with C-c C-q, change "racket/base" to "racket", save
the buffer and open the REPL again with C-c C-z.  Now looking up the
symbol works fine, even changing "racket" to "racket/base" afterwards.

I'm using Racket 5.3.3, Emacs 24.3.1 and geiser from master.



reply via email to

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