Arnt Karlsen writes:

 > ..David M, hints for Emacs-for-FlightGear setup?

Sure.  Use XEmacs, out of the box.

To build the project, type

  C-c c

in the top level directory; you can step through errors, jumping
automatically to the appropriate source code line, with

  C-x `

In the top-level directory, type this at the shell promp:

  find . -name '*.[ch]*' | xargs etags

to generate an etags index for the whole project (1-2 seconds).  Then,
inside XEmacs, you can use

  M-x tags-search

and

  M-x tags-query-replace

to search and/or replace text globally in all source files; it's great
for renaming a variable or method.  Finally use

  M-x cvs-examine

In the top level directory to check the current state of the CVS
tree.  


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to