At Wed, 20 Jan 2010 10:38:53 +0100, Vitaly Mayatskikh wrote: > > 2. Is there a good reason to use re-search-forward/backward instead of > > beginning/end-of-line? > > Not really. Since there's goto-char, it can be > beginning/end-of-line. In fact, it was only dumb proof-of-concept. Wrong, beginning/end-of-line move point, whereas we need just points of beginning and end. -- wbr, Vitaly