From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: MON KEY Newsgroups: gmane.emacs.devel Subject: Re: FFAP Date: Sat, 7 Nov 2009 13:18:43 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1257617943 13190 80.91.229.12 (7 Nov 2009 18:19:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Nov 2009 18:19:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: juri@jurta.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 07 19:18:56 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 1N6psE-0006A9-SF for ged-emacs-devel@m.gmane.org; Sat, 07 Nov 2009 19:18:56 +0100 Original-Received: from localhost ([127.0.0.1]:54300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6psE-0007jX-7l for ged-emacs-devel@m.gmane.org; Sat, 07 Nov 2009 13:18:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N6ps9-0007j9-60 for emacs-devel@gnu.org; Sat, 07 Nov 2009 13:18:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6ps4-0007hh-LF for emacs-devel@gnu.org; Sat, 07 Nov 2009 13:18:48 -0500 Original-Received: from [199.232.76.173] (port=38514 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6ps4-0007ha-CR for emacs-devel@gnu.org; Sat, 07 Nov 2009 13:18:44 -0500 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:49139) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N6ps4-0005l2-3U for emacs-devel@gnu.org; Sat, 07 Nov 2009 13:18:44 -0500 Original-Received: by yxe29 with SMTP id 29so1903429yxe.14 for ; Sat, 07 Nov 2009 10:18:43 -0800 (PST) Original-Received: by 10.150.61.15 with SMTP id j15mr10128158yba.331.1257617923146; Sat, 07 Nov 2009 10:18:43 -0800 (PST) X-Google-Sender-Auth: 53df445ba8ad28f7 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:116703 Archived-At: > I forgot that we already have a clean and small counterpart of ffap > that can be preloaded instead of ffap.el. It is thingatpt.el. > With (thing-at-point 'filename) it returns the filename at point, > and with (thing-at-point 'url) it returns the URL at point. 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. s_P