From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.help Subject: Re: How do I check if the format of an email address is valid? Date: Sun, 02 Apr 2006 14:20:02 +0200 Message-ID: <1143980402.192253.25161.nullmailer@totoz-linux> References: Reply-To: zedek@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1143980474 13899 80.91.229.2 (2 Apr 2006 12:21:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Apr 2006 12:21:14 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 02 14:21:11 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FQ1Zr-0006sW-IE for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Apr 2006 14:21:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQ1Zq-0005Oc-PG for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Apr 2006 08:21:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FQ1Zf-0005Lc-MC for help-gnu-emacs@gnu.org; Sun, 02 Apr 2006 08:20:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FQ1Zd-0005J9-VP for help-gnu-emacs@gnu.org; Sun, 02 Apr 2006 08:20:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQ1Zd-0005J0-O3 for help-gnu-emacs@gnu.org; Sun, 02 Apr 2006 08:20:53 -0400 Original-Received: from [213.41.184.169] (helo=smtp.gnu-rox.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FQ1cT-0008U1-Fo for help-gnu-emacs@gnu.org; Sun, 02 Apr 2006 08:23:49 -0400 Original-Received: from totoz-linux (unknown [10.0.0.5]) by smtp.gnu-rox.org (Postfix) with SMTP id 9A7D812D7D8; Sun, 2 Apr 2006 14:29:24 +0200 (CEST) Original-Received: (nullmailer pid 25162 invoked by uid 1000); Sun, 02 Apr 2006 12:20:02 -0000 Original-To: Mathias Dahl In-reply-to: (message from Mathias Dahl on Fri, 31 Mar 2006 15:33:48 +0200) User-Agent: RMAIL/GNU Emacs 22.0.50.1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34126 Archived-At: From: Mathias Dahl Lennart Borgman writes: > How do I do this in Elisp? In the book Mastering Regular Expressions, there is a regexp covering a full page (or was it more?) just for matching an e-mail address. Good luck! ... :) Yeah, this is the longest regexp I have ever seen. Awesome ! Once again, good luck :) Xavier