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: Sun, 27 Jan 2008 11:54:42 -0800 Message-ID: <200801271954.m0RJsmBm003714@sallyv1.ics.uci.edu> References: <1194211092.13041.13.camel@peder.flower> <200801222310.m0MN9cZq011601@sallyv1.ics.uci.edu> <8763xl492o.fsf@jurta.org> <200801230225.m0N2Ptmx012952@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201463872 22287 80.91.229.12 (27 Jan 2008 19:57:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Jan 2008 19:57:52 +0000 (UTC) Cc: juri@jurta.org, rgm@gnu.org, 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 Sun Jan 27 20:58:10 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 1JJDdp-0001dg-Py for ged-emacs-devel@m.gmane.org; Sun, 27 Jan 2008 20:58:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJDdP-0001L9-82 for ged-emacs-devel@m.gmane.org; Sun, 27 Jan 2008 14:57:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJDdM-0001KA-59 for emacs-devel@gnu.org; Sun, 27 Jan 2008 14:57:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJDdK-0001I4-Cz for emacs-devel@gnu.org; Sun, 27 Jan 2008 14:57:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJDdK-0001I1-8J for emacs-devel@gnu.org; Sun, 27 Jan 2008 14:57:38 -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 1JJDdC-0006EY-I0; Sun, 27 Jan 2008 14:57:30 -0500 X-ICS-MailScanner-Watermark: 1202068495.45037@mtRaVqEyjB5ZrNHJe/pi7Q 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 m0RJsmBm003714; Sun, 27 Jan 2008 11:54:48 -0800 (PST) In-Reply-To: (Richard Stallman's message of "Wed, 23 Jan 2008 11:20:03 -0500") Original-Lines: 14 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:87650 Archived-At: Richard Stallman writes: > 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. > > It does seem that a command that is specifically for Change Log mode > would work better than any general-purpose command. Based on that I checked this original patch in (Thanks Jan!). And I made it a bit more robust in finding the correct file name. If someone can figure out a way to use ffap that is at least as reliable, then we can replace the current code.