Re: [racket-users] racket-mode finds wrong version of Racket

2019-12-16 Thread David Storrs
Thanks, Bruno. Much appreciated. On Mon, Dec 16, 2019, 12:56 PM bruno cuconato wrote: > Emacs has a few ways to update environment variables (see > https://www.gnu.org/software/emacs/manual/html_node/emacs/Environment.html > ), > but IMHO they are not very practical if updating several variables

Re: [racket-users] racket-mode finds wrong version of Racket

2019-12-16 Thread bruno cuconato
Emacs has a few ways to update environment variables (see https://www.gnu.org/software/emacs/manual/html_node/emacs/Environment.html), but IMHO they are not very practical if updating several variables — I always prefer to simply restart Emacs, or not to add anything to $PATH but to symlink files t

[racket-users] racket-mode finds wrong version of Racket

2019-12-16 Thread David Storrs
I just now updated to 7.5 from 7.3, then updated my .bashrc to have the correct path. I'm using GNU Emacs in Terminal on OSX 10.11. $ echo $PATH [...stuff that isn't Racket...]:/Applications/Racket_v7.5.0.10/bin:[...stuff that isn't Racket...] >From a .rkt file: C-c C-c Welcome to Racket v7.3.