
I can’t seem to find where to put my rashrc file.
echo $HOME
c:/sys/emacs.27-mingw.64/usr
%pwd
c:/sys/emacs.27-mingw.64/usr/.config/rash
%ls
rashrc rashrc.rkt rashrc.~1~
Whenever I kill the shell and restart it, it still displays the hints. Process shell finished
You can use the `raco docs` command to look up documentation for Racket functions and macros. Try running `raco docs rash`.
(To turn these hints off, run (current-repl-display-startup-hints? #f) in a rashrc file.)
echo $HOME
c:/sys/emacs.27-mingw.64/usr
Possibly the problem might be that I run the shell from an Emacs shell on Windows. For investigative purposes I only, I tried to make it work on a cmd.exe shell. I’m not sure what is my home variable on Windows. I figure it must be %userprofile%? C:\Users\x\AppData\Roaming\Racket\8.0-bc>echo %userprofile%
C:\Users\x
I’ve put the files there too. (Using my other shell.) %pwd
c:/Users/x/.config/rash
%ls
rashrc rashrc.rkt rashrc.~1~
%
But the result is similar.
C:\Users\x\AppData\Roaming\Racket\8.0-bc>rash-repl.exe
You can use the `man` command to get documentation about programs. Try running `man man`.
(To turn these hints off, run (current-repl-display-startup-hints? #f) in a rashrc file.)

The documentation mentions rash/demo
, but such directory doesn’t seem to exist. For instance, (require rash/demo/setup)
Result 8:
standard-module-name-resolver: collection not found
for module path: rash/demo/setup
collection: "rash/demo"
in collection directories:
C:\Users\x\AppData\Roaming\Racket\8.0-bc\collects
c:\sys\emacs.27-mingw.64\usr\Racket8-32bit\collects
... [173 additional linked and package directories]
sub-collection: "demo"
in parent directories:
C:\Users\x\AppData\Roaming\Racket\8.0-bc\pkgs\rash