emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs contributions, C and Lisp


From: Barry OReilly
Subject: Re: Emacs contributions, C and Lisp
Date: Wed, 26 Feb 2014 10:12:47 -0500

>> Can you list those features?
> One was already mentioned by Stephen Leake: refactoring.

Another is navigation to definitions. Last I heard, Semantic doesn't
understand C++11's "auto" keyword well enough to infer the type it
resolves to, and to enable navigation when auto is in use.

Semantic also doesn't find definitions across shared_ptr properly, eg:

  std::tr1::shared_ptr<A> a(new A);
  a->foo(); // I want to navigate straight to A::foo


reply via email to

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