From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hadron Quark Newsgroups: gmane.emacs.help Subject: Re: Parsing all files with Semantic Date: Sat, 13 Jan 2007 15:37:03 +1300 Message-ID: <871wlzbqk0.fsf@gmail.com> References: <1168633207.337943.131990@m58g2000cwm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1168656035 9871 80.91.229.12 (13 Jan 2007 02:40:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Jan 2007 02:40:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 13 03:40:33 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H5Yoq-0004Kv-RY for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jan 2007 03:40:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H5Yoq-0005xq-PS for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Jan 2007 21:40:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsserver.news.garr.it!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-X-Trace: individual.net YpOqQK/04/K20HtAQghrnADNykAtQTQKCF/JGi23nHQ19FT+bl X-Orig-Path: news.inidividual.net!news X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! Cancel-Lock: sha1:TIcZ+fDYN52Rp66RSoWosQ+mHyQ= Original-Xref: shelby.stanford.edu gnu.emacs.help:144671 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40275 Archived-At: fred@mayot.net writes: > Hi, > I'm working on a rather big project with a dozens of libraries. I use > semantic intellisense and I would like all the files of my project > being parsed so that it can be helpful for me. I cannot update manually > the semantic database by opening each file (there are hundred of > thousands!) What can I do? My version is cedet pre1.3 (the latest one, > I think) and GNU emacs 21.3.1. > Thanks. > Fred > I dont know about semantic since I stopped using it because its slow. Did you try cscope? (assuming c/c++ of course). It has a recursive file parser. --