Juha Autero writes: > Now I managed to debug it and seem to have found the problem. The > regexps that remove spaces are wrong. They use '*' which matches also > zero occurances. That causes regexp to always match and there is an > infinite loop. Also the name of the function is 'gnus-replace-in-string' here's a patch.