-
Notifications
You must be signed in to change notification settings - Fork 88
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
"Setting" menu should we pre-fill string options for all provers #17
Comments
Are there really users of other provers at the moment? If so, it would be nice to find contacts in these communities. Otherwise, the implementations for other provers will bit-rot. |
On 12/09/2015 10:34 AM, Pierre Courtieu wrote:
I'm getting these warnings from your latest commit. Are you missing a In toplevel form: In coq-set-search-blacklist: -- Jonathan |
Argl probably yes, I never compile pg actually. Will fix this. P. 2015-12-09 22:09 GMT+01:00 Jonathan Leivent notifications@github.com:
|
@Matafou Alternatively to compiling, you could use Flycheck; it will pick up this kind of errors :) |
Fixed. 2015-12-10 13:08 GMT+01:00 Clément Pit--Claudel notifications@github.com:
|
Currently when setting something via [Coq/Settings/foo] the current value of the foo is not pre-filled.
When an integer is asked to the user (like for the Printing Width) this is ok.
But if a (long) string is asked (I am thinking about the [Coq/Settings/Search Blacklist] option that I just pushed (commit ff9ec2e)) I prefer to have it prefilled with the current value and be able modify it in the minibuffer.
The commit I just made does this (for string options) only for coq by redefining a macro defined in generic/proof-utils.el (namely proof-defstringset-fn).
But if we think this is what all provers want I would rather modify the macro instead of redefining it. What do other prover users think about that?
P.
The text was updated successfully, but these errors were encountered: