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, 29 Jan 2008 18:58:06 -0800 Message-ID: <200801300258.m0U2w9rr005169@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> <200801271954.m0RJsmBm003714@sallyv1.ics.uci.edu> <479DAC55.8070302@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201662066 18791 80.91.229.12 (30 Jan 2008 03:01:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Jan 2008 03:01:06 +0000 (UTC) Cc: juri@jurta.org, rgm@gnu.org, emacs-devel@gnu.org, rms@gnu.org, janneke-list@xs4all.nl To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 30 04:01:26 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 1JK3CX-0003rb-59 for ged-emacs-devel@m.gmane.org; Wed, 30 Jan 2008 04:01:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JK3C6-000636-6s for ged-emacs-devel@m.gmane.org; Tue, 29 Jan 2008 22:00:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JK3C2-00062y-L5 for emacs-devel@gnu.org; Tue, 29 Jan 2008 22:00:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JK3C1-00062M-EI for emacs-devel@gnu.org; Tue, 29 Jan 2008 22:00:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JK3C1-00062I-BK for emacs-devel@gnu.org; Tue, 29 Jan 2008 22:00:53 -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 1JK3Bu-00043C-4G; Tue, 29 Jan 2008 22:00:46 -0500 X-ICS-MailScanner-Watermark: 1202266689.34198@0z6p95FILqxiqfl/awuVoA 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 m0U2w9rr005169; Tue, 29 Jan 2008 18:58:09 -0800 (PST) In-Reply-To: <479DAC55.8070302@gmx.at> (martin rudalics's message of "Mon, 28 Jan 2008 11:20:05 +0100") Original-Lines: 13 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:87756 Archived-At: martin rudalics writes: > > 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. > > Based on what you wrote and Imenu I added support to find the "tag" > within the file with C-c C-t. Rudimentary and largely untested! > If anyone is interested I can refine that though. IMO, it would be nice to have something like this. (I haven't looked a your code, nor tested it though)