[racket-users] My gmail auto receives new top-level entries from [Racket Users] but not reply entries...

2019-01-15 Thread infodeveloperdon
Hi, It has been awhile since I've been posting questions to [Racket Users]. Previously, my gmail account would receive both my query entry and every reply entry. (Of course, it actually received all entries and replies entered into [Racket Users].) When I began using [Racket Users] recently, I

Re: [racket-users] Is there a function to find and update all compiled directories?

2020-11-02 Thread infodeveloperdon
Thanks for all the wonderful feedback! The 'raco setup' function worked beautifully for me resolving my issues. Running raco setup without arguments did bring my system to it's knees, i.e., slowing it down to a snail's pace but after a reboot all seems to be well. Based on the displayed

[racket-users] Regarding collections and racket versions...

2020-11-02 Thread infodeveloperdon
All of my programming code is in a single collection: ~/.plt-scheme/4.2.1/collects/ even when I have installed newer versions of Racket. The 'raco setup' function updated all my program bytecodes throughout my system. I do go through some confusion regarding collections when I install a newer

Re: [racket-users] Regarding collections and racket versions...

2020-11-02 Thread infodeveloperdon
Thanks George. Don On Monday, November 2, 2020 at 7:20:50 PM UTC-7 gneuner2 wrote: > > On 11/2/2020 1:08 PM, infodeveloperdon wrote: > > All of my programming code is in a single collection: > > ~/.plt-scheme/4.2.1/collects/ > > even when I have installed

[racket-users] Where to specify a previously installed racket version or...

2020-11-01 Thread infodeveloperdon
Where to specify a previously installed racket version or... is the only way to change back from version 7.8 to 7.7 to re-install version 7.7? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving

[racket-users] After installing new racket version it seems that I need to find and delete all 'compiled' dirs...

2020-11-01 Thread infodeveloperdon
so that when I run Racket it recreates the 'compiled' directories using the latest compiler. Or is there a better way? -- 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

Re: [racket-users] After installing new racket version it seems that I need to find and delete all 'compiled' dirs...

2020-11-01 Thread infodeveloperdon
How do I avoid the auto-creation of the 'compiled' directory which currently occurs every time I create a module? Don On Sunday, November 1, 2020 at 2:27:57 PM UTC-7 gneuner2 wrote: > > On 11/1/2020 11:34 AM, infodeveloperdon wrote: > > so that when I run Racket it recreates t

[racket-users] Which action should I take: (a) go back to using Racket v.7.7 or (b) resolve issues.

2020-11-01 Thread infodeveloperdon
I'm nervous. After installing racket version 7.8 on linux (Ubuntu) at a time when I really should not have done only because I'm in the middle of development and would much prefer to change the version at a later date. The installation did not go without a hitch this time, meaning the problem

[racket-users] Is there a function to find and update all compiled directories?

2020-11-01 Thread infodeveloperdon
I've never had problems with the .zo files being auto-created during development, only when update the Racket version because of course then a new compiler is involved. If I am remembering correctly, any time I've had issues with the compiled files, I've resolved them by deleting the compiled

[racket-users] Should I enter racket questions here: https://groups.google.com/g/racket-users

2020-11-01 Thread infodeveloperdon
Should I enter racket questions here: https://groups.google.com/g/racket-users -- 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] inadvertently upgraded Racket version. Would like to make an older installed version current.

2021-04-13 Thread infodeveloperdon
I inadvertently upgraded Racket version. Would like to make an older installed version current. So now when I start DrRacket v8 is current. Is there a command that makes a specified version current? Does raco pkg remove effectively make the previous version current? Thanks. Don. -- You

Re: [racket-users] inadvertently upgraded Racket version. Would like to make an older installed version current.

2021-04-13 Thread infodeveloperdon
iple versions of Racket installed at > the same time. > > The details of which one is “active”, and what that word even means, is > highly dependent on what operating system you’re using. > > What operating system are you using? > > John Clements > > > On Apr 13, 20