From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: patch: add-log.el: changelog find file under point Date: Tue, 19 Feb 2008 07:34:54 +0100 Message-ID: <47BA788E.7090406@gmx.at> 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> <200801300258.m0U2w9rr005169@sallyv1.ics.uci.edu> <47B9E0B1.1090908@gmx.at> <87skzpoqke.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203403145 31820 80.91.229.12 (19 Feb 2008 06:39:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2008 06:39:05 +0000 (UTC) Cc: rgm@gnu.org, Dan Nicolaescu , 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 Tue Feb 19 07:39:28 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 1JRM8V-0001Yz-6h for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2008 07:39:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRM80-0000jr-HT for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2008 01:38:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRM7v-0000je-S8 for emacs-devel@gnu.org; Tue, 19 Feb 2008 01:38:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRM7t-0000jR-3G for emacs-devel@gnu.org; Tue, 19 Feb 2008 01:38:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRM7t-0000jN-0s for emacs-devel@gnu.org; Tue, 19 Feb 2008 01:38:49 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JRM7s-0001bq-CU for emacs-devel@gnu.org; Tue, 19 Feb 2008 01:38:48 -0500 Original-Received: (qmail invoked by alias); 19 Feb 2008 06:38:47 -0000 Original-Received: from N897P030.adsl.highway.telekom.at (EHLO [62.47.56.30]) [62.47.56.30] by mail.gmx.net (mp038) with SMTP; 19 Feb 2008 07:38:47 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18q3i5HAm0qHnKaYHHSmyjOBnpV5zzJaH9g/sjrX+ kCoHSlkL0CjrQS User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <87skzpoqke.fsf@jurta.org> X-Y-GMX-Trusted: 0 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:89544 Archived-At: > The etags approach doesn't seem to me too promising, because > its implementation is unreliable. But imenu would be useful. > If it doesn't support yet some mode we could improve it. Imenu support for c-mode is a pain, have yo ever tried it? etags is far superior in this regard. Anyway, the basic idea of `local-tags' was to make tags creation customizable on a per-buffer (per-mode) base. Hence people should be able to write the appropriate plugins for `cscope' and `gnu-globals' (neither of them work here) as well.