Christian Lynbech christian.lynbech@ericsson.com writes:
I am a bit unsure where `slime-global-variable-name-p' is actually used but shouldn't we include the global constant naming convention such that we have something like this:
(string-match "^\\(.*::?\\)?[*+].*[*+]$" name)
instead? (This will of course also match "+name*" and vice versa but I see no harm in that).
Sounds reasonable. I applied the change.
Helmut.