From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lucius Fox Newsgroups: gmane.emacs.help Subject: Re: Difference between 'Emacs with cscope' and etags Date: Tue, 5 May 2009 17:12:35 -0700 Message-ID: <528a76e70905051712s5f149910u84a74f775532248d@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1241568788 26257 80.91.229.12 (6 May 2009 00:13:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 May 2009 00:13:08 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Richard Riley Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 06 02:12:58 2009 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 1M1Ukr-0004SP-Rl for geh-help-gnu-emacs@m.gmane.org; Wed, 06 May 2009 02:12:58 +0200 Original-Received: from localhost ([127.0.0.1]:41868 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1Ukq-00054Z-V7 for geh-help-gnu-emacs@m.gmane.org; Tue, 05 May 2009 20:12:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1UkX-00054U-3M for help-gnu-emacs@gnu.org; Tue, 05 May 2009 20:12:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1UkW-00054I-BY for help-gnu-emacs@gnu.org; Tue, 05 May 2009 20:12:36 -0400 Original-Received: from [199.232.76.173] (port=37385 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1UkW-00054F-5S for help-gnu-emacs@gnu.org; Tue, 05 May 2009 20:12:36 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.156]:42334) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1UkV-0002cT-Uv for help-gnu-emacs@gnu.org; Tue, 05 May 2009 20:12:36 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 5so2928190ywm.66 for ; Tue, 05 May 2009 17:12:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=fZojrs24RZBlXj5s0R+S6REtNVNxElwkFI39jC9NMJk=; b=gXnK6PQq+hw8L9qoiNB+aRNoEyKV1FmVFlC6YG+IlQBN2R4JI72X8yzs8EHYs6Fbmf /v265iAkixvnoU7UnR7EzAQT6KGmFTJEyEmfiH60JFIY47ClphYyeLh1vNhhExAsHL0M OrinboA65xh+rwiI703KClljH/QhQ7CFXNDzA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=rPuMn9NX6RTbFyMfEblAHr1a55r8toFLin5YwGRqH7ZHLB/R6KVdFOn0ukb4EV00vU Q/IJ3IrTUo+O/ZIacSahdjNL6zwaHntdAyVKU38V0sVG/xlEnNVAw9F1ei3OZ+Ro1dH/ YePMSfxW7UBv3vlnAyEvH2+EF+wcqM5ye0n1o= Original-Received: by 10.150.136.12 with SMTP id j12mr560305ybd.46.1241568755212; Tue, 05 May 2009 17:12:35 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:64196 Archived-At: The link http://frodo.syminet.com/~deep/emacside.html does point to use http://cscope.sourceforge.net/ Symbol Lookup with cscope Download cscope program, and xcscope.el and cscope-indexer from an OSS repository. Save the xcscope.el onto some directory in Emacs' load-path. Edit your ~/.emacs as follows: On Mon, May 4, 2009 at 11:58 PM, Richard Riley wrote: > Lucius Fox writes: > >> Hi, >> >> Can you please me understand what is the difference between cscope >> integration with emacs (using xcope, which describes here) >> >> http://frodo.syminet.com/~deep/emacside.html >> >> and etags? >> >> Thank you. >> >> > > http://cscope.sourceforge.net/ > > cscope is better in my opinion. It deals with C far more intelligently > as a browse of the page above should explain. >