From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: FFAP Date: Mon, 09 Nov 2009 02:56:49 +0200 Organization: JURTA Message-ID: <87my2w4gy6.fsf@mail.jurta.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257731941 21389 80.91.229.12 (9 Nov 2009 01:59:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Nov 2009 01:59:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: MON KEY Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 09 02:58:54 2009 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 1N7JWv-0004zg-Iv for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2009 02:58:53 +0100 Original-Received: from localhost ([127.0.0.1]:44242 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7JWv-0004BN-9K for ged-emacs-devel@m.gmane.org; Sun, 08 Nov 2009 20:58:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7JUS-0002cO-OO for emacs-devel@gnu.org; Sun, 08 Nov 2009 20:56:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7JUN-0002aF-JK for emacs-devel@gnu.org; Sun, 08 Nov 2009 20:56:19 -0500 Original-Received: from [199.232.76.173] (port=36809 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7JUN-0002aC-GZ for emacs-devel@gnu.org; Sun, 08 Nov 2009 20:56:15 -0500 Original-Received: from smtp-out2.starman.ee ([85.253.0.4]:33639 helo=mx2.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7JUN-00056r-24 for emacs-devel@gnu.org; Sun, 08 Nov 2009 20:56:15 -0500 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Original-Received: from mail.starman.ee (62.65.208.58.cable.starman.ee [62.65.208.58]) by mx2.starman.ee (Postfix) with ESMTP id 60D043F413A; Mon, 9 Nov 2009 03:56:09 +0200 (EET) In-Reply-To: (MON KEY's message of "Sat, 7 Nov 2009 13:18:43 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:116727 Archived-At: > Currently (thing-at-point 'url) will not reliably return the URL at point in a > good deal of corner cases; URL's containing `,' being a good case in point. Like URL part of `ffap-string-at-point-mode-alist', it counterpart `thing-at-point-url-path-regexp' contains `,' as well. Indeed, calling (thing-at-point 'url) on an URL with `,' like "http://www.google.com/search?q=foo,bar" returns the complete URL. Perhaps there are other differences, but the comma case seems to be the same in both. -- Juri Linkov http://www.jurta.org/emacs/