help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Imenu in C++ on Windows


From: Nicolas Morais
Subject: Imenu in C++ on Windows
Date: Tue, 27 May 2003 11:31:10 -0400
User-agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2

Hi all,

The imenu-mode doesn't seem to be very clever when its time to
determined tags in the C++ source code.  We added macros that are
defined depending on the platforms and now imenu doesn't recognise
anymore classes.  Is there anything to do?  And because which-func is
dependent on imenu, all I get in the mode line is [???].

Example:

class THIS_IS_A_MACRO FamilyMember 
{
public:
// ...
private:
// ...
};


Thanks very much for any pointers.

-- 
  Nicolas Morais
  CAE Inc. -- Simulation et formation militaire
  8585 Côte-de-Liesse Saint-Laurent, CP 1800, H4L 4X4, Québec, Canada 
  C.éléc.: nimo@cae.com  Tél.: 514.341.6780 poste 3525


reply via email to

[Prev in Thread] Current Thread [Next in Thread]