Bill Allombert on Fri, 13 Jun 2003 18:01:56 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: finding zbrent |
On Fri, Jun 13, 2003 at 03:58:37PM +0200, Olivier Ramare wrote: > Dear all, > > As a beginner in c, I would like to locate > zbrent in the pari files. I'm using emacs > if there's a solution viaetags which I think > exists ... but I'm a beginner in that, too !!! > Many thanks in advance ! Three step: 1) cd .../pari; make etags 2) under emacs: M-x tags-search (or M-.) Tags search (regexp): zbrent Visit tags table: (default TAGS) .../pari/src 3) Redo M-. until you hit the zbrent definition. Unfortunately 'make etags' is broken with exuberant-ctags version, but works with the emacs20 one. Cheers, Bill.