On 2013-11-07 00:59, Michael Brand wrote:
On Wed, Nov 6, 2013 at 7:50 PM, Rick Frankel <r...@rickster.com> wrote: + (not (string-match "\.\.@" (car x))))This would be the same as + (not (string-match "..@" (car x)))) but you meant + (not (string-match "\\.\\.@" (car x))))
Of course, you are right. rick