Hi,

Just thought of reporting a trivial thing I found regarding completions.

racket@> (require sr<TAB>

=> this autocompletes as srcloc

where as if I type one more letter

racket@> (require srf<TAB>

then geiser completes it as "srfi/". When there are only 1 or 2
letters typed, geiser shows non-module names for completion. (require
ra<TAB> shows "raise" , "random" etc which are not module names, where
as (require rac<TAB> does the right thing!

Just thought of reporting it here.

(Sorry for many unmatched parens above!)
-- 
  Ramakrishnan

Reply via email to