From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: key to yank text at point into minibuffer? Date: Mon, 13 Feb 2006 11:00:58 -0700 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1139853764 21527 80.91.229.2 (13 Feb 2006 18:02:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 18:02:44 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 13 19:02:43 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8i1p-0000XQ-Lm for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 19:02:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8i1p-0000P3-5l for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 13:02:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8i1S-0000Jk-2D for emacs-devel@gnu.org; Mon, 13 Feb 2006 13:02:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8i1O-0000Fo-T9 for emacs-devel@gnu.org; Mon, 13 Feb 2006 13:02:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8i1O-0000FH-Es for emacs-devel@gnu.org; Mon, 13 Feb 2006 13:01:58 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F8i5s-0000RZ-V2 for emacs-devel@gnu.org; Mon, 13 Feb 2006 13:06:37 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F8i12-0000Mm-Ob for emacs-devel@gnu.org; Mon, 13 Feb 2006 19:01:37 +0100 Original-Received: from 207.167.42.60 ([207.167.42.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Feb 2006 19:01:36 +0100 Original-Received: from ihs_4664 by 207.167.42.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Feb 2006 19:01:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 11 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.60 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: 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:50469 Archived-At: Drew Adams wrote: > I tried ffap.el for a while and found I didn't care much for it. In > particular, in Dired I rarely want to use the file name at point when I use > `C-x f' - if I want that then I just use `RET'. Anyway, if people find > ffap.el handy that's fine. I realize that it also does other things, > including mailto: prefixing and remote-file handling. (define-key dired-mode-map "\C-x\C-f" 'find-file) ; override ffap-bindings -- Kevin Rodgers