Re: [racket-users] How to discover a struct's interface without Dr Racket?

2021-10-30 Thread Brian Beckman
Here are some of my latest (failed) experiments: #lang racket (require (for-syntax racket/struct-info)) (require racket/pretty) (struct foo (a b) #:transparent) (displayln `("a foo object is transparent: I can see inside: \n (struct->vector (foo 1 2)) ~~> " ,(struct->vector (foo

Re: [racket-users] Adding keybindings to debug

2021-10-30 Thread David Storrs
The menu strings get very fussy, so check that you entered it exactly right, and do a very simple one to start. That's the usual cause in my experience. On Sat, Oct 30, 2021, 7:25 AM Mike Engelhart wrote: > On Mac OS I tried adding keyboard shortcuts using the linked Apple support > document to

Re: [racket-users] Adding keybindings to debug

2021-10-30 Thread Mike Engelhart
On Mac OS I tried adding keyboard shortcuts using the linked Apple support document to allow for comment/uncomment bindings in DrRacket and it doesn't work (at least on Mac OS Monterey). One thing I noticed is that if you go back to System Preferences->Keyboard->Shortcuts->App Shortcuts and look

Re: [racket-users] Adding keybindings to debug

2021-10-30 Thread Laurent
On Fri, Oct 29, 2021 at 10:47 PM James Zollinger wrote: > Thank you both for the thoughtful answers. I will take a look at the > quickscript you sent, Laurent. The mac keyboard shortcut is a great > feature. Makes me wonder about buying a mac again after quite a few years. > (I use debian as my