Bill wrote: >> i receive messages that are poorly broken up into paragraphs - there >> isn't a separating blank-line, or starting spaces, instead just long >> trailing spaces after the last sentence.
>> 1. If anyone could modify ReWrap to do this for me > That's impossible to do reliably without artificial intelligence. > If you think I'm wrong, try writing a rule in plain English that's > detailed enough to write a PCRE macro from it. disclaimer: i haven't programmed anything since grade 10 Pascal, and i've forgotten most of that ... but i had thought it could be fairly simple. Use the reg-exp to do a search for any long string of spaces, if found, then insert blank line, and proceed to next character. algorithm something like this: if there is " " then insert blank line > Have you tried tactfully explaining to your correspondent that you're > having trouble with their mail and would like them to help you out by > hitting the enter key a few times between paragraphs? lol, no, i haven't, but i'm sure that would work fine! Quite an easy & sensible solution, thanks Bill! cheers, charlie -- 1.62r ________________________________________________________ http://www.silverstones.com/thebat/TBUDLInfo.html
