Hi Rick

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))))

Michael

Reply via email to