From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: key to yank text at point into minibuffer? Date: Mon, 13 Feb 2006 13:50:19 -0800 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1139867469 12905 80.91.229.2 (13 Feb 2006 21:51:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 21:51:09 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 13 22:51:07 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 1F8lal-0008CD-Ru for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 22:50:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8lal-0000C2-Hq for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 16:50:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8laV-0000BP-J2 for emacs-devel@gnu.org; Mon, 13 Feb 2006 16:50:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8laT-0000AN-0B for emacs-devel@gnu.org; Mon, 13 Feb 2006 16:50:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8laS-0000AG-Sg for emacs-devel@gnu.org; Mon, 13 Feb 2006 16:50:24 -0500 Original-Received: from [148.87.113.118] (helo=rgminet01.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1F8lez-0004DJ-Em for emacs-devel@gnu.org; Mon, 13 Feb 2006 16:55:05 -0500 Original-Received: from rgmsgw300.us.oracle.com (rgmsgw300.us.oracle.com [138.1.186.49]) by rgminet01.oracle.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id k1DLoKJ1014881 for ; Mon, 13 Feb 2006 14:50:21 -0700 Original-Received: from rgmsgw300.us.oracle.com (localhost [127.0.0.1]) by rgmsgw300.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k1DLoKYD014688 for ; Mon, 13 Feb 2006 14:50:20 -0700 Original-Received: from dradamslap (dradams-lap.us.oracle.com [130.35.177.126]) by rgmsgw300.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with SMTP id k1DLoJmg014680 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Mon, 13 Feb 2006 14:50:20 -0700 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE 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:50487 Archived-At: ffap.el itself says: ;; For the default installation, add this line to your .emacs file: ;; ;; (ffap-bindings) ; do default key bindings ;; ;; ffap-bindings makes the following global key bindings: ... ;; If you do not like these bindings, modify the variable ;; `ffap-bindings', or write your own. That last part is muy importante. Yes, I read that. That was why I suggested that ffap instead have a minor mode. I'm not crazy about that way of turning a set of bindings on. > I no longer use ffap.el, but when I did, I added an option to > inhibit it, and set the option as a local variable when in Dired mode. > That might be overkill, but it accomplished what I wanted. I think that would be a userful feature. I think ffap.el should instead have a minor mode with its own keymap. (BTW, I like "userful" for "user useful", whether it was a typo or not.)