On Sat, 30 May 2009 23:27:21 -0700 (PDT) Volkan YAZICI <[email protected]> wrote:
VY> How can I make `NNMAIL-SPLIT-METHOD' to stop after the first found VY> match, instead of processing the rest. (I can use a lambda with a VY> counter closure variable instead of a regex string, but I'd like to VY> learn if there is a more sensible way of it.) I think you have to use fancy splitting for that. It works as you describe and is much more powerful, plus you won't need a lambda with a counter closure variable ;) Ted _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
