We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rocq repl
coqtop
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the Coq -> Rocq renaming coqtop is a legacy command. It should be possible to use proof general without it.
Currently if I set coq-prog-name to rocq and coq-prog-args to '("repl" "-emacs") PG will swap the arguments calling rocq -emacs repl which is invalid.
'("repl" "-emacs")
rocq -emacs repl
Ideally I should not have to touch coq-prog-args but I guess that would require detecting if the program is rocq or coqtop.
The text was updated successfully, but these errors were encountered:
Thanks @SkySkimmer . We will try to get something working quickly.
Sorry, something went wrong.
No branches or pull requests
With the Coq -> Rocq renaming
coqtop
is a legacy command. It should be possible to use proof general without it.Currently if I set coq-prog-name to rocq and coq-prog-args to
'("repl" "-emacs")
PG will swap the arguments callingrocq -emacs repl
which is invalid.Ideally I should not have to touch coq-prog-args but I guess that would require detecting if the program is rocq or coqtop.
The text was updated successfully, but these errors were encountered: