From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Roehler Newsgroups: gmane.emacs.devel Subject: Re: Adding email address support to thingatpt.el. Date: Mon, 26 Feb 2007 19:00:40 +0100 Message-ID: <45E32048.8050309@easy-emacs.de> References: <87vehqox9u.fsf@floss.red-bean.com> <87ps7xavui.fsf@floss.red-bean.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1172512035 18799 80.91.229.12 (26 Feb 2007 17:47:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Feb 2007 17:47:15 +0000 (UTC) Cc: emacs-devel To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 26 18:47:04 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HLjwE-00032S-LU for ged-emacs-devel@m.gmane.org; Mon, 26 Feb 2007 18:47:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLjwE-0007FY-9n for ged-emacs-devel@m.gmane.org; Mon, 26 Feb 2007 12:47:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HLjw3-0007FR-G3 for emacs-devel@gnu.org; Mon, 26 Feb 2007 12:46:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HLjw1-0007FF-54 for emacs-devel@gnu.org; Mon, 26 Feb 2007 12:46:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLjw1-0007FC-01 for emacs-devel@gnu.org; Mon, 26 Feb 2007 12:46:49 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.179]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HLjw0-0001uv-DA for emacs-devel@gnu.org; Mon, 26 Feb 2007 12:46:48 -0500 Original-Received: from [84.190.128.69] (helo=[192.168.178.25]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis), id 0MKxQS-1HLjvm1vbC-0002BQ; Mon, 26 Feb 2007 18:46:40 +0100 User-Agent: Thunderbird 1.5.0.4 (X11/20060516) In-Reply-To: <87ps7xavui.fsf@floss.red-bean.com> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:62d13292e0fce6aaed56aaadcb96352d X-Provags-ID2: V01U2FsdGVkX1/7FdYoQqXTQ2iXpRb1TCCR+ZAowgdz6v6ISeV PrIT482sfFq9tZNGGImvP9pww4erDitd+l5vS8lbHKFaq5ckF0 vUz52tODEXJXz/kRdtYRA== X-detected-kernel: Linux 2.6? (barebone, rare!) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:66864 Archived-At: Just for consideration: Email at point might be used to pick emails from a csv-database. Than `;' and `,' as delimiters should be possible together with or instead of angles. AFAIU rfc2822, several more chars are allowed to be part of an email-adress than regexp honours now: ,---- | addr-spec = local-part "@" domain | | local-part = dot-atom / quoted-string / obs-local-part | | domain = dot-atom / domain-literal / obs-domain | | domain-literal = [CFWS] "[" *([FWS] dcontent) [FWS] "]" [CFWS] | | dcontent = dtext / quoted-pair | | dtext = NO-WS-CTL / ; Non white space controls | | %d33-90 / ; The rest of the US-ASCII | %d94-126 ; characters not including "[", | ; "]", or "\" `---- __ Andreas Roehler Karl Fogel schrieb: > Richard Stallman writes: > >> Please suggest this again a couple of months after the 22.1 release. >> > > Okay, I'll try to remember to do that. > > I'll incorporate Andreas Schwab's regexp suggestion in the meantime. > > -Karl > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel > >