best practice for use from emacs? #6433
Unanswered
MarkoSchuetz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to Dafny (but very, very, VERY used to emacs...) and would like to use it through lsp. I did find boogie-friends and installed that. But then, when I enter some Dafny example code found in the documentation, it gives me an error
module Std does not exist.... I did find that there's an option--standard-librariesand added that, but that also did not fix the problem. From what I found online it seems the version of Dafny that gets installed throughlsp-dafny.eldefaults to 3.9.0. I tried installing the more recent 4.11.0, but that also has, so far, not resolved the problem.Which leads to my question: what's the best way to use Dafny through emacs?
Beta Was this translation helpful? Give feedback.
All reactions