Skip to content

Use rocq repl instead of coqtop when available #811

New issue

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

Open
SkySkimmer opened this issue Feb 11, 2025 · 1 comment
Open

Use rocq repl instead of coqtop when available #811

SkySkimmer opened this issue Feb 11, 2025 · 1 comment

Comments

@SkySkimmer
Copy link
Contributor

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.

Ideally I should not have to touch coq-prog-args but I guess that would require detecting if the program is rocq or coqtop.

@Matafou
Copy link
Contributor

Matafou commented Feb 27, 2025

Thanks @SkySkimmer . We will try to get something working quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants