Re: [gentoo-user] Recommend C source browser/editor?

2021-08-07 Thread Matthew Smith
On Fri, 6 Aug 2021, at 20:25, Grant Edwards wrote: > It would be nice to have something that I can just point at a tree of > source files and not to have to spend a lot of time setting up a > "project" or "workspace" or whatever... > > Mostly I'd like to be able to: > > * Click on a function

Re: [gentoo-user] Recommend C source browser/editor?

2021-08-07 Thread n952162
On 8/6/21 10:25 PM, Grant Edwards wrote: Mostly I'd like to be able to: * Click on a function and list places from which it is called(). * Click on a function call and goto it's definition. Well, for me there's only vi.  The second requirement you get with ctags. Works fantastic. The

[gentoo-user] Recommend C source browser/editor?

2021-08-06 Thread Grant Edwards
Would anybody care to recommend a tool for browsing around (and editing) a tree of somebody-else's C code? I prefer emacs for day-to-day editing of my code (when I know what's where), but I'm looking for something to browse around a tree of unfamiliar source code and make minor changes. I briefly