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: Thu, 21 Feb 2008 08:26:40 +0100 Message-ID: <47BD27B0.4060006@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> <47BA788E.7090406@gmx.at> <87mypv49oe.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 1203585867 6903 80.91.229.12 (21 Feb 2008 09:24:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Feb 2008 09:24:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 21 10:24:51 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 1JS7fV-00026p-FI for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 10:24:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JS7ey-0003OL-Ql for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 04:24:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JS7eI-0002yB-LY for emacs-devel@gnu.org; Thu, 21 Feb 2008 04:23:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JS7eH-0002xK-7w for emacs-devel@gnu.org; Thu, 21 Feb 2008 04:23:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JS7eH-0002xH-2t for emacs-devel@gnu.org; Thu, 21 Feb 2008 04:23:25 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JS7eG-0002Bh-NV for emacs-devel@gnu.org; Thu, 21 Feb 2008 04:23:25 -0500 Original-Received: (qmail invoked by alias); 21 Feb 2008 07:36:41 -0000 Original-Received: from N922P005.adsl.highway.telekom.at (EHLO [62.47.59.37]) [62.47.59.37] by mail.gmx.net (mp005) with SMTP; 21 Feb 2008 08:36:41 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18Gtf0kPHwGUcY/wfguYHmJFJzPn9Igvym/nIkXba vrzuEbLBuvihWU User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <87mypv49oe.fsf@jurta.org> X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:89798 Archived-At: > If etags is superior to imenu for parsing C code, maybe we should > provide an option to use etags in imenu too? That was my idea when I wrote local-tags.el - presently imenu is useless for C. It seems, however, that hardly anyone uses imenu (which-func, speedbar tags, ...) together with C mode - at least on this list. Hence we can probably leave things as they are ;-)