From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ravi Uday Newsgroups: gmane.emacs.help Subject: Re: cscope Date: Thu, 06 Jan 2005 09:09:47 +0530 Organization: Cisco Systems Inc. Message-ID: <1104983072.242740@sj-nntpcache-3> References: <1104814885.906655@sj-nntpcache-3> <87ekh1fk4r.fsf@herrrossi.mmweg.rwth-aachen.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1104983023 10192 80.91.229.6 (6 Jan 2005 03:43:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Jan 2005 03:43:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 06 04:43:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CmOYh-0004Ui-00 for ; Thu, 06 Jan 2005 04:43:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmOjz-0000ek-1R for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jan 2005 22:55:15 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!sn-xit-03!sn-xit-08!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en In-Reply-To: <87ekh1fk4r.fsf@herrrossi.mmweg.rwth-aachen.de> Cache-Post-Path: sj-nntpcache-3!unknown@dhcp-10-77-22-219.cisco.com X-Cache: nntpcache 2.4.0b2 (see http://www.nntpcache.org/) Original-X-Complaints-To: abuse@supernews.com Original-Lines: 43 Original-Xref: shelby.stanford.edu gnu.emacs.help:127698 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: main.gmane.org gmane.emacs.help:23166 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23166 Thorsten Bonow wrote: >>>>>>"Ravi" == Ravi Uday writes: > > > Ravi> Hi, I am unable to use cscope with emacs. I was able to load the > Ravi> cscope.el file, but on searching it fails to display any results (says > Ravi> cscope: 0 lines). How does one specify the path to cscope.out file. > > I have to guess because you do not give more information: > > - The cscope database has to be in the same directory or you have to tweak > `cscope-master-info-table' as described in the documentation. > I am using just cscope and dont have xcscope. Actually the question is After you have built the cscope files and invoked the emacs21 from there, what is the process/procedure to load a cscope file into emacs (may be in .emacs) and set any env/path variables if any > - You're using xcscope (it's in the contrib subdirectory of the cscope sources) > and not cscope (which I think you should anyway!). Is the cscope-indexer > script in your path? If not, xcscope wasn't properly installed for your Emacs. > > If you work on Windoze, you need a bash shell to make this script work. I used > to use it with Cygwin. Googling will give you some hints. > > So I would switch to xcscope and if you tell me more, I'll try to help... > > Ravi> Similar case with gid too. > > What's that? > > There is also GNU Global... > > Toto > >