Discussion:
[Geiser-users] Which Scheme implementation is Geiser using?
Deokhwan Kim
2016-05-27 06:00:01 UTC
Permalink
Hi all,

Does Geiser provide a public API that tells us which Scheme implementation
Geiser is associating the current buffer with? I have found the
`geiser-impl--implementation` variable but it looks like a private variable.

I am trying to figure out how to turn on Flycheck's Racket syntax checker only
when Geiser is using Racket: https://github.com/flycheck/flycheck/pull/979

Thanks,
Deokhwan Kim
Jose A. Ortega Ruiz
2016-05-28 17:30:19 UTC
Permalink
Hi,
Post by Deokhwan Kim
Hi all,
Does Geiser provide a public API that tells us which Scheme
implementation Geiser is associating the current buffer with? I have
found the `geiser-impl--implementation` variable but it looks like a
private variable
That's the variable, yes. it looks like private because it doesn't
belong to the interactive interface, that's all.
Post by Deokhwan Kim
I am trying to figure out how to turn on Flycheck's Racket syntax checker only
when Geiser is using Racket: https://github.com/flycheck/flycheck/pull/979
i've added a note there.

Thanks,
jao
--
A thing is not necessarily true because a man dies for it.
-Oscar Wilde, writer (1854-1900)
Loading...