Re: [racket-users] Automated method for making racket package installs consistent?

2020-10-12 Thread Sam Tobin-Hochstadt
The list of explicitly-installed packages is available from `raco pkg show`. You could use a script to parse that, or you can use `installed-pkg-table` from `pkg/lib` to get the list in Racket. Sam On Sun, Oct 11, 2020 at 11:03 AM primer wrote: > > On Sunday, October 11, 2020 at 1:35:24 AM

Re: [racket-users] Automated method for making racket package installs consistent?

2020-10-12 Thread schle...@gmail.com
This is just a suggestion, that does not help with your current dilemma, a strategy how you could prevent it in the future: Create or expand your personal dotfile repository, within that repository create a folder my-racket-packages, within that folder create a info.rkt: #lang info (define

Re: [racket-users] [DrRacket] Is there a way to go to last edit location?

2020-10-12 Thread Laurent
I couldn't find an easy way to do this. (As a hack, I even tried undo+redo, but this also includes cursor movements apparently, so it doesn't help.) AFAICT, the undo history is buried under several private layers, so it's inaccessible from `send` (and thus currently not accessible from