From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: patch: add-log.el: changelog find file under poin Date: Tue, 22 Jan 2008 17:38:57 -0500 Message-ID: References: <1194211092.13041.13.camel@peder.flower> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201041570 10722 80.91.229.12 (22 Jan 2008 22:39:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jan 2008 22:39:30 +0000 (UTC) Cc: janneke-list@xs4all.nl, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 22 23:39:49 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 1JHRmD-0002Ri-Fx for ged-emacs-devel@m.gmane.org; Tue, 22 Jan 2008 23:39:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHRln-0000ed-Nx for ged-emacs-devel@m.gmane.org; Tue, 22 Jan 2008 17:39:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHRlk-0000eC-G8 for emacs-devel@gnu.org; Tue, 22 Jan 2008 17:39:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHRlj-0000dy-3r for emacs-devel@gnu.org; Tue, 22 Jan 2008 17:39:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHRli-0000dv-UJ for emacs-devel@gnu.org; Tue, 22 Jan 2008 17:38:58 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JHRli-00034C-Ml for emacs-devel@gnu.org; Tue, 22 Jan 2008 17:38:58 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JHRlh-0001TO-Tz; Tue, 22 Jan 2008 17:38:57 -0500 X-Spook: Arnett Firewalls explosion George W. Bush AGT. AMME X-Ran: =?us-ascii?Q?{ul{RWVu!Q9=3CxRcgXZ=3AH^`=3F=3D|CZx{C2=40i0RoWF=297R?= =?us-ascii?Q?=3C=3A``v1=5C2}Fu=40t~Nf^~8ERFQ|=3D=3FAN=29?= X-Hue: red X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:87328 Archived-At: Richard Stallman wrote: > ;; 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. The key binding stuff is optional; you don't have to bind those commands to keys. If you don't want to do this, you can just use M-x ffap, which is not a lot of typing. > Or, perhaps Change Log mode could bind find-file-at-point to a C-c > command. Sounds better than re-inventing a wheel to me.