From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Patch to make which-function-mode work better with CEDET/Semantic Date: Thu, 10 Jan 2013 10:36:44 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1357832221 27305 80.91.229.3 (10 Jan 2013 15:37:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jan 2013 15:37:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: finalpatch Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 10 16:37:17 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TtKBt-00054m-VW for ged-emacs-devel@m.gmane.org; Thu, 10 Jan 2013 16:37:14 +0100 Original-Received: from localhost ([::1]:45244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtKBd-0008DQ-OB for ged-emacs-devel@m.gmane.org; Thu, 10 Jan 2013 10:36:57 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:36104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtKBZ-0008D5-3G for emacs-devel@gnu.org; Thu, 10 Jan 2013 10:36:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtKBS-0001XM-Lk for emacs-devel@gnu.org; Thu, 10 Jan 2013 10:36:53 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:53983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtKBS-0001XE-Hk for emacs-devel@gnu.org; Thu, 10 Jan 2013 10:36:46 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtkGAG6Zu0+4rw8T/2dsb2JhbABEgXuyFoEIghUBAQQBViMFCws0EhQYDSSIHAW6CZBEA4hCmnGBWIMH X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="212226548" Original-Received: from 184-175-15-19.dsl.teksavvy.com (HELO pastel.home) ([184.175.15.19]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 10 Jan 2013 10:36:45 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id DDACD59230; Thu, 10 Jan 2013 10:36:44 -0500 (EST) In-Reply-To: (finalpatch's message of "Mon, 07 Jan 2013 13:58:28 +1100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156184 Archived-At: > The Imenu structure generated by Semantic has a slightly different > layout which causes which-function-mode to fall back to the less > accurate add-log-current-defun. This is particularly noticeable when > editing c++ code because add-log-current-defun is often incapable of > parsing c++ methods correctly. Thank you, installed, Stefan