14 Nov 2011 18:09
completions while using racket
Hi, Just thought of reporting a trivial thing I found regarding completions. racket <at> > (require sr<TAB> => this autocompletes as srcloc where as if I type one more letter racket <at> > (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
RSS Feed