Description
Hi! I'm attempting to try out a Rhombus scratch buffer in mindstream, and it needs to use the bleeding edge Racket as its back end. For all other Racket buffers (which all start in /var/tmp/...
), I'd like to use a different (i.e. the default system Racket) back end.
I know that we can configure which back end to use based on the base directory path, but is it also possible to declare a backend for a specific buffer, since in the present case, all of these buffers would start at the same path? For instance, if we could set a buffer-local variable to indicate the back end to use, I think that should work for my use case, as I would be able to set it at buffer creation time based on the user's indicated needs (e.g. whether they are starting a Rhombus or a Racket or some other session). Wdyt?