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: Re: FFAP Date: Fri, 06 Nov 2009 10:20:31 -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 1257520858 12040 80.91.229.12 (6 Nov 2009 15:20:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Nov 2009 15:20:58 +0000 (UTC) Cc: Juri Linkov , Edward O'Connor , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 06 16:20:51 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 1N6QcH-0006w4-6Q for ged-emacs-devel@m.gmane.org; Fri, 06 Nov 2009 16:20:45 +0100 Original-Received: from localhost ([127.0.0.1]:47616 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6QcG-0008JG-JR for ged-emacs-devel@m.gmane.org; Fri, 06 Nov 2009 10:20:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N6QcB-0008Hv-0E for emacs-devel@gnu.org; Fri, 06 Nov 2009 10:20:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6Qc6-0008Ev-AJ for emacs-devel@gnu.org; Fri, 06 Nov 2009 10:20:38 -0500 Original-Received: from [199.232.76.173] (port=35695 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6Qc6-0008Eq-4f for emacs-devel@gnu.org; Fri, 06 Nov 2009 10:20:34 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:46834 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N6Qc4-00041R-Lk; Fri, 06 Nov 2009 10:20:32 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap8EADPN80pMCqkr/2dsb2JhbACBTtwfhD0EiQg X-IronPort-AV: E=Sophos;i="4.44,694,1249272000"; d="scan'208";a="48807089" Original-Received: from 76-10-169-43.dsl.teksavvy.com (HELO pastel.home) ([76.10.169.43]) by ironport2-out.pppoe.ca with ESMTP; 06 Nov 2009 10:20:32 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id D7F097F0F; Fri, 6 Nov 2009 10:20:31 -0500 (EST) In-Reply-To: (Miles Bader's message of "Fri, 06 Nov 2009 13:41:12 +0900") 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:116687 Archived-At: >> Or maybe we could have a keybinding in >> minibuffer-local-filename-completion-map to bring in the >> filename-at-point. > That sounds most useful to me -- it seems more flexible for users, and > it could immediately be used with (almost) all functions that want > filename entry. Another advantage is that minibuffer-local-filename-completion-map is not nearly as crowded as the global map. But still, we'd have to come up with a good binding. Stefan