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: file-name-at-point-functions Date: Mon, 07 Dec 2009 19:44:19 +0200 Organization: JURTA Message-ID: <87aaxuznkc.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 1260213006 3765 80.91.229.12 (7 Dec 2009 19:10:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Dec 2009 19:10:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 07 20:09:59 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 1NHiy5-0005M2-SG for ged-emacs-devel@m.gmane.org; Mon, 07 Dec 2009 20:09:58 +0100 Original-Received: from localhost ([127.0.0.1]:37959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHiy5-0004tC-DA for ged-emacs-devel@m.gmane.org; Mon, 07 Dec 2009 14:09:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHhfH-00089S-NT for emacs-devel@gnu.org; Mon, 07 Dec 2009 12:46:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHhfD-000868-7X for emacs-devel@gnu.org; Mon, 07 Dec 2009 12:46:27 -0500 Original-Received: from [199.232.76.173] (port=50292 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHhfC-000863-Tj for emacs-devel@gnu.org; Mon, 07 Dec 2009 12:46:22 -0500 Original-Received: from smtp-out3.starman.ee ([85.253.0.5]:47564 helo=mx1.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHhfD-0007G5-6v for emacs-devel@gnu.org; Mon, 07 Dec 2009 12:46:23 -0500 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Original-Received: from mail.starman.ee (82.131.97.43.cable.starman.ee [82.131.97.43]) by mx1.starman.ee (Postfix) with ESMTP id 41A5C3F4226; Mon, 7 Dec 2009 19:46:16 +0200 (EET) In-Reply-To: (Stefan Monnier's message of "Sun, 06 Dec 2009 21:43:38 -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:118367 Archived-At: > The new file-name-at-point functionality doesn't seem to work. > At least not in "emacs -Q". Currently it works only when `ffap' is loaded (but without using `ffap-bindings' to not override standard key bindings). To make it work in "emacs -Q" we should either preload `ffap' by default (but we decided not to do this) or improve `thingatpt' to provide most useful functionality of `ffap' (could be done after feature freeze as it requires much work). > Also it seems it is not mentioned in etc/NEWS. It is now in etc/NEWS in the section that mentions `ffap'. -- Juri Linkov http://www.jurta.org/emacs/