I have a procedure that toggles boolean variables using setv. The
problem with this is that setv seems to adjust that corresponding
variable in all buffers. What is the equivalent setl in vile's macro
language?
This is the offending line:
setv &indirect $1 ¬ &indirect %mode
Note the name of the variable is determined/evaluated at execution
time using &indirect. Replacing setv with setl does not work.
Or is there a way to build up a string and execute it... something
like sh's eval command?
I see execute-string exists but it doesn't seem to be callable from
the macro language?
What am I missing?
Wayne
_______________________________________________
vile mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/vile