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

2021-09-24 Thread Winston Weinert
g? 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 this group and st

[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 from

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

2018-05-20 Thread Winston Weinert
ch against 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

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

[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] 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

[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
<%>. 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 unsubscribe from this group and s