From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Show C/C++ function name for current cursor location Date: Wed, 08 Nov 2006 06:21:05 +0200 Message-ID: References: <1162942080.740928.275610@b28g2000cwb.googlegroups.com> <1162942422.841536.110990@i42g2000cwa.googlegroups.com> <1162953795.877879.260520@h48g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1162959692 7055 80.91.229.2 (8 Nov 2006 04:21:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Nov 2006 04:21:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 08 05:21:31 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GhewJ-0000CV-Ni for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Nov 2006 05:21:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhewJ-0003gs-3Z for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Nov 2006 23:21:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ghew4-0003eg-Fg for help-gnu-emacs@gnu.org; Tue, 07 Nov 2006 23:21:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ghew2-0003cg-Hv for help-gnu-emacs@gnu.org; Tue, 07 Nov 2006 23:21:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ghew2-0003cT-0U for help-gnu-emacs@gnu.org; Tue, 07 Nov 2006 23:21:10 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Ghew1-0005GW-Qb for help-gnu-emacs@gnu.org; Tue, 07 Nov 2006 23:21:10 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-251-210.inter.net.il [83.130.251.210]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FCV86800 (AUTH halo1); Wed, 8 Nov 2006 06:21:02 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: <1162953795.877879.260520@h48g2000cwc.googlegroups.com> (yamisoe@gmail.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38581 Archived-At: > From: "scameung" > Date: 7 Nov 2006 18:43:15 -0800 > > The problem is which-func-mode does not work well for C++. In the current development sources, which will soon become Emacs 22.1, it does.