From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: patch: add-log.el: changelog find file under poin Date: Tue, 22 Jan 2008 17:29:20 -0500 Message-ID: References: <1194211092.13041.13.camel@peder.flower> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1201041013 8983 80.91.229.12 (22 Jan 2008 22:30:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jan 2008 22:30:13 +0000 (UTC) Cc: janneke-list@xs4all.nl, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 22 23:30:31 2008 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 1JHRdT-0007Vs-Mu for ged-emacs-devel@m.gmane.org; Tue, 22 Jan 2008 23:30:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHRd3-0008K2-Vr for ged-emacs-devel@m.gmane.org; Tue, 22 Jan 2008 17:30:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHRcQ-00084p-Lp for emacs-devel@gnu.org; Tue, 22 Jan 2008 17:29:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHRcP-000846-6v for emacs-devel@gnu.org; Tue, 22 Jan 2008 17:29:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHRcO-00083z-TP for emacs-devel@gnu.org; Tue, 22 Jan 2008 17:29:20 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JHRcO-0000YO-K9 for emacs-devel@gnu.org; Tue, 22 Jan 2008 17:29:20 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JHRcO-0000fA-AR; Tue, 22 Jan 2008 17:29:20 -0500 In-reply-to: (message from Glenn Morris on Mon, 21 Jan 2008 15:35:40 -0500) X-detected-kernel: by monty-python.gnu.org: 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:87321 Archived-At: ffap is just a function, not a mode of any kind. Perhaps you are saying you don't want people to have to load ffap.el? Here's the file's documentation: ;; 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: ;; ;; C-x C-f find-file-at-point (abbreviated as ffap) ;; C-x C-r ffap-read-only ;; C-x C-v ffap-alternate-file This is not, strictly speaking, a minor mode (though perhaps we should make it one), but it acts like a mode. Some people use it, some don't. So the question is, should Change Log mode have this feature, or should we say "globally use ffap if you want this"? Or, perhaps Change Log mode could bind find-file-at-point to a C-c command.