Re: [racket-users] Re: Concise way to get completions for Racket code?

2018-02-13 Thread William G Hatch
On Wednesday, February 7, 2018 at 5:12:00 PM UTC-6, noch...@gmail.com wrote: My google-fu is failing me today. Is there a concise way in Racket to request possible completions for some Racket code? Another function that may be useful for you is `namespace-mapped-symbols`. The readline

[racket-users] Fwd: [ELS] [CfP] ELS 2018, April 16-17, Marbella, Spain

2018-02-13 Thread Daniel Brunner
Just a x-post for the European Lisp Symposium. Racketeers are welcome! :-) Kind regards, Daniel Weitergeleitete Nachricht Betreff: [ELS] [CfP] ELS 2018, April 16-17, Marbella, Spain Datum: Tue, 13 Feb 2018 13:35:50 +0100 Von: Didier Verna An: ELS Conference

Re: [racket-users] Re: Concise way to get completions for Racket code?

2018-02-13 Thread nocheroot
This is definitely pointing me where I want to go, thanks. #lang racket (let ([n (make-base-namespace)]) (parameterize ([current-namespace n]) (eval '(define oneplusone (+ 1 1))) (filter (lambda (y) (regexp-match #px"^one" y)) (map (lambda (x) (symbol->string x))

[racket-users] Re: Concise way to get completions for Racket code?

2018-02-13 Thread HiPhish
On Monday, February 12, 2018 at 9:02:20 AM UTC+1, Gour wrote: > > > I had tried tried several times with Emacs, but, for some strange reason, > very > soon I would experience some wrist pain and finally gave up on it. > > Otoh, it does never occur when using Vim...yes, I also have Neovim >

Re: [racket-users] Re: Concise way to get completions for Racket code?

2018-02-13 Thread HiPhish
Wow, this sounds like just the right thing. But the question is, how does one get the namespace of the current text buffer? I guess I would need to somehow send the buffer contents over to Racket and build a namespace out of that? On Tuesday, February 13, 2018 at 1:39:49 PM UTC+1, William G

[racket-users] keyboard health (Was: Concise way to get completions for Racket code?)

2018-02-13 Thread Neil Van Dyke
HiPhish wrote on 02/13/2018 05:36 PM: Personally I try to use the home-row keys as much as possible, contorting my wrist to reach ESC or the arrow keys, or stretching to reach the F-keys is awful. My only problem is when the fingers on my left hand start hurting from pressing Shift or CTRL

[racket-users] Re: More DrRacket binding arrow woes

2018-02-13 Thread Sorawee Porncharoenwase
I have a similar problem but I can't figure out a way to fix it yet :( So, when I hover on `sum` on line 3, I get "no bound