From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: FFAP (was: find-file-literally-at-point) Date: Thu, 05 Nov 2009 23:20:48 -0500 Message-ID: References: <3b31caf90911051613w80af4cu61352a29ce5dcd77@mail.gmail.com> <87vdhoe73d.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257481273 27654 80.91.229.12 (6 Nov 2009 04:21:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Nov 2009 04:21:13 +0000 (UTC) Cc: Edward O'Connor , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 06 05:21:05 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 1N6GJq-0001qZ-Eu for ged-emacs-devel@m.gmane.org; Fri, 06 Nov 2009 05:21:02 +0100 Original-Received: from localhost ([127.0.0.1]:50632 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6GJp-0000HA-Rf for ged-emacs-devel@m.gmane.org; Thu, 05 Nov 2009 23:21:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N6GJj-0000Gr-T4 for emacs-devel@gnu.org; Thu, 05 Nov 2009 23:20:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6GJf-0000FF-6E for emacs-devel@gnu.org; Thu, 05 Nov 2009 23:20:55 -0500 Original-Received: from [199.232.76.173] (port=49722 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6GJe-0000F2-RV for emacs-devel@gnu.org; Thu, 05 Nov 2009 23:20:50 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:51927 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N6GJe-0001KW-Fb for emacs-devel@gnu.org; Thu, 05 Nov 2009 23:20:50 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqkEAIMy80pFpZ9t/2dsb2JhbACBT9xfhD0EiQE X-IronPort-AV: E=Sophos;i="4.44,690,1249272000"; d="scan'208";a="48790472" Original-Received: from 69-165-159-109.dsl.teksavvy.com (HELO pastel.home) ([69.165.159.109]) by ironport2-out.pppoe.ca with ESMTP; 05 Nov 2009 23:20:49 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 021F498AF; Thu, 5 Nov 2009 23:20:48 -0500 (EST) In-Reply-To: <87vdhoe73d.fsf@mail.jurta.org> (Juri Linkov's message of "Fri, 06 Nov 2009 03:45:45 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:116672 Archived-At: > When I added a few find-file related functions to ffap, > I don't remember why I missed `find-file-literally'. > Maybe because it has no keybinding (should we try to find one?). > So we definitely need such a function. BTW, I'd be interested in trying to integrate the FFAP behavior into the default find-file behavior. If you people have ideas how such an integration could take place, I'm all ears (of course, backward compatibility with older users is very important). Maybe we could have an FFAP prefix, so C-x C-f would `find-file-at-point'. Or maybe we could have a keybinding in minibuffer-local-filename-completion-map to bring in the filename-at-point. Stefan