unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Eric Ludlam <eludlam@mathworks.com>
Subject: Re: emacs as a C++ editor
Date: Mon, 10 Jan 2005 09:18:32 -0500	[thread overview]
Message-ID: <kou0ppe5af.fsf@garritylinux.dhcp.mathworks.com> (raw)
In-Reply-To: m3mzvimp7t.fsf@redrat.quark.de

>>> Knackeback <knackeback@randspringer.de> seems to think that:
>Roy Smith <roy@panix.com> writes:
>
>> In article <m33bxbohrh.fsf@redrat.quark.de>,
>>  Knackeback <knackeback@randspringer.de> wrote:
>> 
>> > Does an emacs extension exist which supports 
>> > code completion for C++ programming ? 
>> > 
>> > Thomas
>> 
>> There is C++ mode, which is probably included in most emacs distribtions.
>> 
>> I'm not sure what you mean by "code completion", but it has a lot of 
>> features which help editing C++ code.
>> 
>> You can do meta-/ and it will try to autocomplete the word you started 
>> typing.  This is especially useful with the long function names that 
>> seem to be common in C++.  You type "fin M-/" and it completes 
>> "findAndReplaceAllFrobnitzOccurrances", assuming there is an instance of 
>> that name somewhere nearby.  If it guessed wrong, hit M-/ again and 
>> it'll cycle through some likely alternatives.  Very handy.
>> 
>> It also auto-indents code (and can be tweaked to use almost any indent 
>> style known to man), matches parens (and braces and brackets and 
>> quotes), does syntax coloring, and probably 47 other nifty things I've 
>> either forgotten about of haven't discovered yet.
>> 
>g> Not to mention built-in support for running compilations, and 
>> interfacing to several common source control systems.
>
>I think the CEDET project http://cedet.sourceforge.net/ could have
>the feature. I will try it. I think the boost libraries are a real
>test for parsing the C++ code, which is necessary for code completion
>in C++. Of course if someone has already excperience with CEDET please
>tell ...
>

There is a mailing list where you can ask specific questions off the
url you listed above.

I've not heard of anyone trying to parse the boost libraries with
CEDET. That would be an interesting thing to know.

Eric

      reply	other threads:[~2005-01-10 14:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-08 19:14 emacs as a C++ editor Knackeback
2005-01-08 19:28 ` Roy Smith
2005-01-09 18:28   ` Knackeback
2005-01-10 14:18     ` Eric Ludlam [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=kou0ppe5af.fsf@garritylinux.dhcp.mathworks.com \
    --to=eludlam@mathworks.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).