Re: Pruning the source tree (idea)

From: Rik van Riel
Date: Mon Sep 12 2005 - 18:26:18 EST


On Mon, 12 Sep 2005, Jesper Juhl wrote:

> As for the "it speeds up grep" argument, that doesn't hold water, you
> can just use the --include and --exclude arguments for grep to only
> search relevant dirs.

"make tags" is your friend.

Then you can navigate the source code with any program that
understands ctags, including vim.

:ta <word> to find a particular declaration or function
^] to jump to the function or declaration of the
word under your cursor
^t to go back to where you came from

--
All Rights Reversed
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/