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: Sun, 24 Feb 2008 23:34:40 +0100 Message-ID: <47C1F100.9090600@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> <47BD27B0.4060006@gmx.at> <47BF21CE.10607@gmx.at> <47C09F0A.2040906@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203892712 1196 80.91.229.12 (24 Feb 2008 22:38:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Feb 2008 22:38:32 +0000 (UTC) Cc: juri@jurta.org, bug-cc-mode@gnu.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 24 23:38:57 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 1JTPUe-0000Xc-Mv for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 23:38:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTPU9-0002oE-7a for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 17:38:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTPRV-0001Jn-3V for emacs-devel@gnu.org; Sun, 24 Feb 2008 17:35:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTPRU-0001JD-Jv for emacs-devel@gnu.org; Sun, 24 Feb 2008 17:35:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTPRU-0001J3-Aq for emacs-devel@gnu.org; Sun, 24 Feb 2008 17:35:32 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JTPRT-0002dm-Hj for emacs-devel@gnu.org; Sun, 24 Feb 2008 17:35:31 -0500 Original-Received: (qmail invoked by alias); 24 Feb 2008 22:35:30 -0000 Original-Received: from N815P018.adsl.highway.telekom.at (EHLO [62.47.45.210]) [62.47.45.210] by mail.gmx.net (mp033) with SMTP; 24 Feb 2008 23:35:30 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+ukdw7OWiulUhhG1a2wvldAr+cCb/Pi4qJgafi9+ lHI3ZARk2QxzoL User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: 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:90299 Archived-At: > That is the only one I clearly understood. I don't entirely > understand the issue of strings and comments, but it strikes me that > maybe those comments are part of the DEFUN contruct. Comments don't > usually cause a problem because the text is inside them is indented at > least a little. The exception is the comment in a DEFUN that really > specifies the doc string. Many of them are, indeed. > If that's the case where comments cause a problem, handling DEFUN > properly would solve that problem too. We can hardly skip the associated comment with the help of a regexp. > I have no idea what the other issue is. Take the following line: static int foo; /* bar (silly) */ The tag imenu gets me is `bar' not `foo'.