From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: emacs: C++ current function name in mode line Date: Wed, 2 Jul 2008 17:34:55 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1215013007 5809 80.91.229.12 (2 Jul 2008 15:36:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Jul 2008 15:36:47 +0000 (UTC) Cc: emacs mailing list To: Michal Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 02 17:37:32 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KE4OV-0001jh-Sy for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Jul 2008 17:37:20 +0200 Original-Received: from localhost ([127.0.0.1]:40556 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KE4Nf-00055X-Ba for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Jul 2008 11:36:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KE4MF-0004Yl-TC for help-gnu-emacs@gnu.org; Wed, 02 Jul 2008 11:34:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KE4ME-0004Xt-2B for help-gnu-emacs@gnu.org; Wed, 02 Jul 2008 11:34:59 -0400 Original-Received: from [199.232.76.173] (port=45531 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KE4MD-0004Xo-QZ for help-gnu-emacs@gnu.org; Wed, 02 Jul 2008 11:34:57 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.189]:6136) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KE4MD-0004Ge-DE for help-gnu-emacs@gnu.org; Wed, 02 Jul 2008 11:34:57 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so117419nfi.26 for ; Wed, 02 Jul 2008 08:34:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=gC7wvyFoqtHEiFQ4S8rj/K5LajHpEy9eiASTWTxZxFY=; b=NcWHMGgcsfQu0FqA5lTBKinmEKywLSsuuX++v5Ep/7VFMAOgW0nRuPEkKGqZcgtzuW WHvhlSc0x0/3g7FcJFFsoDN8RQW78aWRYo20If4qAUYIP6l9Uz2a5KSwFg26HNJ9NvzT Ngp3TJDE6c2wIO8LVvURzDKRSL+wUlQoCfX0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=IBL7fYT24HN+xKDJX/udrgf04uw935JXw7dV/kih0VtUsxqwnBO/chmZZyN/HSBczT +QEtyr9uK1GWhrm/xJk5EEjUM1gRAoRysp0Njypmjl4W2Wl69y84ZP5L/jcs8PLpUS+6 Ra1A3UQNYWm9GGgM5ckTq9DkVKSTyPLpbEujo= Original-Received: by 10.210.73.4 with SMTP id v4mr6726138eba.2.1215012895926; Wed, 02 Jul 2008 08:34:55 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Wed, 2 Jul 2008 08:34:55 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:55199 Archived-At: On Wed, Jul 2, 2008 at 17:28, Michal wrote: > Did You find ready to use solution for this Have you tried `which-function-mode'? Juanma