From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: patch: add-log.el: changelog find file under point Date: Thu, 21 Feb 2008 17:29:13 -0500 Message-ID: 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> <47BD27B0.4060006@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1203633326 902 80.91.229.12 (21 Feb 2008 22:35:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Feb 2008 22:35:26 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 21 23:35: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 1JSK18-0003fQ-Uc for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 23:35:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSK0d-0000aj-P5 for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 17:35:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSJul-0003xs-NC for emacs-devel@gnu.org; Thu, 21 Feb 2008 17:29:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSJul-0003x8-4e for emacs-devel@gnu.org; Thu, 21 Feb 2008 17:29:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSJuk-0003wt-Ee for emacs-devel@gnu.org; Thu, 21 Feb 2008 17:29:14 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSJuk-0006fo-DG for emacs-devel@gnu.org; Thu, 21 Feb 2008 17:29:14 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JSJuj-0001PV-QX; Thu, 21 Feb 2008 17:29:13 -0500 In-reply-to: <47BD27B0.4060006@gmx.at> (message from martin rudalics on Thu, 21 Feb 2008 08:26:40 +0100) 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:89878 Archived-At: That was my idea when I wrote local-tags.el - presently imenu is useless for C. That is surprising, because it worked in the past. Can you describe the problem more specifically? Post a test case? 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 ;-) We don't abandon a combination of features just because it has a bug. We fix it!