Closed andreas-roehler closed 6 years ago
On 08.11.2017 21:05, Clément Pit-Claudel wrote:
Thanks. But why do you want to rename |string|?
Assume the warning comes for this:
string is a built-in function in ‘src/character.c’.
(string &rest CHARACTERS)
Concatenate all the argument characters and make the result a string.
After all this warnings seems wrong in the very sense of term. However, might be useful not to name arguments like keywords or symbols used otherwise. So think the patch still makes sense.
Assume the warning comes for this:
That assumption is incorrect: variables and functions don't live in the same namespace, as ELisp is a Lisp 2.
Can you just run M-x find-variable string
?
On 09.11.2017 15:02, Clément Pit-Claudel wrote:
Assume the warning comes for this:
That assumption is incorrect: variables and functions don't live in the same namespace, as ELisp is a Lisp 2.
Can you just run |M-x find-variable string|?
string is a variable defined in ‘coq.el’. Its value is nil
Thanks. That was a bug in proof general; it was fixed a while ago (by me ^^) You can just update PG and you'll be good.
Thanks. But why do you want to rename
string
?