[racket-users] Strange readline/racket-mode behavior

2021-09-24 Thread Winston Weinert
less surprising? I hope to understand if it's agreeable to make a PR for this change before investing the time. Keep on Racketing! Winston Weinert winny.tech -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from t

[racket-users] Descriptions, URLs, and READMEs for racket org projects

2018-05-27 Thread Winston Weinert
. Would PRs for this sort of thing be welcome? I am not familiar with how the various repos are managed, and don't want to create needless noise :) Best, Winston Weinert -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe

[racket-users] Search the Racket package catalog on the command line

2018-05-20 Thread Winston Weinert
gainst the name field, and show matches). Is there a better way? Thanks, Winston Weinert -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to r

[racket-users] pkgd.racket-lang.org is down

2018-04-02 Thread Winston Weinert
Just a heads up, was browsing pkgs.racket-lang.org and noticed search isn't working: Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request *GET /pkgn/search *. Reason: *Error r

Re: [racket-users] Typed Racket guard a binding with an error

2016-12-12 Thread Winston Weinert
Thanks. I wrote a rudimentary syntax transformer, but really I don't know the best way to work around this -- and I'm not very proficient with syntax transformers. I could put all of my code which I would prefer to be top level in a procedure/let context, but I don't really think this is the sol

[racket-users] Typed Racket guard a binding with an error

2016-12-12 Thread Winston Weinert
Hi, the following code listing gives me this TR error: ; /home/winston/code/practice/snippets/tr.rkt:7:16: Type Checker: type mismatch ; expected: Number ; given: Any ; in: n ; /home/winston/code/practice/snippets/tr.rkt:7:18: Type Checker: type mismatch ; expected: Number ; given: Any

Re: [racket-users] Re: How to change text alignment in a text-field% and how to make text-field% read-only but still copy-able

2016-12-03 Thread Winston Weinert
> Use the lock method: > >(send e lock #t) This works perfectly. Thanks! -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegr

[racket-users] Re: How to change text alignment in a text-field% and how to make text-field% read-only but still copy-able

2016-12-03 Thread Winston Weinert
I managed to resolve the alignment question with the following lines: (define e (send my-text-field get-editor)) (send e auto-wrap #t) (send e set-paragraph-alignment 0 'center) However, I'm still at a loss how to make the text-field% read-only yet selectable. -- You received this message beca

[racket-users] How to change text alignment in a text-field% and how to make text-field% read-only but still copy-able

2016-12-03 Thread Winston Weinert
be a way to change the editor<%>. How should I obtain the desired behavior? Is there a control more suitable for this task? Or am I half-way there? Best, Winston Weinert -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubs