[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch to make which-function-mode work better with CEDET/Semantic
From: |
Stefan Monnier |
Subject: |
Re: Patch to make which-function-mode work better with CEDET/Semantic |
Date: |
Thu, 10 Jan 2013 10:36:44 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> 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