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: which-function deficiency in C mode caused by imenu Date: Tue, 27 Jun 2006 06:34:34 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1151404545 8323 80.91.229.2 (27 Jun 2006 10:35:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Jun 2006 10:35:45 +0000 (UTC) Cc: lli@sypro.cap.se, etxaksf@aom.ericsson.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 27 12:35:43 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FvAuy-0007e8-5Q for ged-emacs-devel@m.gmane.org; Tue, 27 Jun 2006 12:35:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvAux-0003fi-LE for ged-emacs-devel@m.gmane.org; Tue, 27 Jun 2006 06:35:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvAuW-0003Y2-DM for emacs-devel@gnu.org; Tue, 27 Jun 2006 06:35:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvAuV-0003XM-F5 for emacs-devel@gnu.org; Tue, 27 Jun 2006 06:35:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvAuV-0003XE-4v for emacs-devel@gnu.org; Tue, 27 Jun 2006 06:35:11 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvB6a-0003m1-1D for emacs-devel@gnu.org; Tue, 27 Jun 2006 06:47:40 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FvAtu-0000fN-4W; Tue, 27 Jun 2006 06:34:34 -0400 Original-To: sds@podval.org In-reply-to: (message from Sam Steingold on Sun, 25 Jun 2006 22:08:07 -0400) 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:56219 Archived-At: I think imenu understands mainly function declarations, for C. And it probably only understands them when the function name starts in column 0. For a header file it is likely to get totally confused. What you want would be a major upgrade in the capabilities. Not something we can entertain for now.