When VM starts I get the following error message:
Warning: replace-in-string called with 4 arguments, but accepts only 3
I've traced this down to the following:
1) the file color-theme.el (which comes with Aquamacs Emacs) defines
replace-in-string taking only 3 arguments
2) vm-rfaddons.el checks to see if replace-in-string is defined, and
if not defines one which takes 4 arguments, which is then called a
number of times.
Could I suggest changing the name of this function to vm-replace-in-
string to avoid such conflicts?
Many thanks!
José
Well, it should be part of Emacs ... but sure you can suggest this.
;-)
Are you running the devo or stable VM?
Robert.
I'm using VM 8.0.9, which I guess it's the "devo" VM.
Cheers, José
Your guess is wrong, it is stable.
I'll fix this for 8.0.10 which I plan to release in the coming
week ...
Robert.