all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Daniel \(Youngwhan\)'" <breadncup@gmail.com>, <help-gnu-emacs@gnu.org>
Subject: RE: Emacs for browsing c code
Date: Tue, 4 May 2010 15:07:07 -0700	[thread overview]
Message-ID: <80951BAE71C44273844EC6E15AA0D7E5@us.oracle.com> (raw)
In-Reply-To: <dd392a4e-1c46-429a-a222-23f018f32ab0@z7g2000yqb.googlegroups.com>

> I really like Emacs to edit and browse a c/c++ code with cscope so
> far. I have used CEDET and ECB, but they were too complicated and not
> for me at this time. So, I decided to use cscope only.
> 
> However, one of what I miss features is browsing function names in a
> certain window. Source Insight / Eclipse or other tools supports that
> when a function name is clicked in a certain window, it jumps to the
> position.
> 
> Does anybody know that kind of feature is possible in emacs not using
> CEDET/ECB to make simple?

In vanilla Emacs, imenu and tags (a tags file) are good ways to navigate to
function etc. definitions.

If you use Icicles, then you can use both of them with completion in various
ways. And you can use imenu across multiple files or buffers (vanilla imenu is
single-buffer).

http://www.emacswiki.org/emacs/Icicles_-_Tags_Enhancements


http://www.emacswiki.org/emacs/Icicles_-_Other_Search_Commands#IciclesImenu





  parent reply	other threads:[~2010-05-04 22:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-18  1:59 Emacs for browsing c code Daniel (Youngwhan)
2010-04-18  6:12 ` Tim X
2010-04-18 10:18 ` Volkan YAZICI
2010-04-19  6:43   ` Daniel (Youngwhan)
2010-05-04 22:07 ` Drew Adams [this message]
2010-05-05  6:17   ` Daniel (Youngwhan) Song

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

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

  git send-email \
    --in-reply-to=80951BAE71C44273844EC6E15AA0D7E5@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=breadncup@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.