From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: patch: add-log.el: changelog find file under poin Date: Tue, 22 Jan 2008 18:25:47 -0800 Message-ID: <200801230225.m0N2Ptmx012952@sallyv1.ics.uci.edu> References: <1194211092.13041.13.camel@peder.flower> <200801222310.m0MN9cZq011601@sallyv1.ics.uci.edu> <8763xl492o.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201055256 16340 80.91.229.12 (23 Jan 2008 02:27:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jan 2008 02:27:36 +0000 (UTC) Cc: Glenn Morris , emacs-devel@gnu.org, rms@gnu.org, janneke-list@xs4all.nl To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 23 03:27:54 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 1JHVLF-0007KI-TG for ged-emacs-devel@m.gmane.org; Wed, 23 Jan 2008 03:27:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHVKp-0004vs-K1 for ged-emacs-devel@m.gmane.org; Tue, 22 Jan 2008 21:27:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHVKk-0004tN-LX for emacs-devel@gnu.org; Tue, 22 Jan 2008 21:27:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHVKi-0004s6-VV for emacs-devel@gnu.org; Tue, 22 Jan 2008 21:27:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHVKi-0004rl-Oy for emacs-devel@gnu.org; Tue, 22 Jan 2008 21:27:20 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JHVKb-00011V-DZ; Tue, 22 Jan 2008 21:27:13 -0500 X-ICS-MailScanner-Watermark: 1201659955.89202@iVUx4V4ATdMffOlzzcbMjw Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m0N2Ptmx012952; Tue, 22 Jan 2008 18:25:55 -0800 (PST) In-Reply-To: <8763xl492o.fsf@jurta.org> (Juri Linkov's message of "Wed, 23 Jan 2008 03:32:15 +0200") Original-Lines: 22 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:87349 Archived-At: Juri Linkov writes: > > > 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. > > > > That would be FAR less useful than the current proposal. > > > > The point is that the file might not be at point. :-) > > > > If you looking at a log entry with 50 changes, the file name can be very > > far away from the point. > > This looks like a request for a new function `find-file-before-point' in ffap > that searches backwards for a file name. It's not, if the point is before the file name but still on the same entry it should look forward. Or at point if the point is on the file name. Not relation to ffap here.