Re: small regexp help

2013-10-30 Thread jianbing . tai
On Thursday, October 31, 2013 12:56:49 AM UTC+8, rusi wrote: > Well it seems that we are considerably closer to a solution to the GG > double-spaced crap problem. > > > > Just wondering if someone can suggest a cleanup of the regexp part > > > > Currently I have (elisp) > > > > (defun cle

small regexp help

2013-10-30 Thread rusi
Well it seems that we are considerably closer to a solution to the GG double-spaced crap problem. Just wondering if someone can suggest a cleanup of the regexp part Currently I have (elisp) (defun clean-gg () (interactive) 1 (replace-regexp "^> *\n> *\n> *$" "-=\=-" nil 0 (point-max)) 2 (f