From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Sushil Goyal" Newsgroups: gmane.emacs.help Subject: cscope and emacs Date: Wed, 4 Jun 2003 12:09:23 -0700 Organization: Cisco Systems Inc. Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1054753804.551891@sj-nntpcache-3> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054754815 8316 80.91.224.249 (4 Jun 2003 19:26:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2003 19:26:55 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 04 21:26:52 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19NduN-00029d-00 for ; Wed, 04 Jun 2003 21:26:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NdfO-0002mh-OE for gnu-help-gnu-emacs@m.gmane.org; Wed, 04 Jun 2003 15:11:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1123 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1123 Cache-Post-Path: sj-nntpcache-3!unknown@dhcp-171-69-51-59.cisco.com X-Cache: nntpcache 2.4.0b2 (see http://www.nntpcache.org/) Original-X-Complaints-To: abuse@supernews.com Original-Lines: 31 Original-Xref: shelby.stanford.edu gnu.emacs.help:114130 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10626 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10626 Hi Emacs gurus, I am using emacs and cscope. I have a tree located at a/b/ and all my cscope files are located in dir /a/b/. Now if I am reading file /a/b/c/d/. When I am trying to use cscope and do any anything like search this symbol or search for global definition, I get the message saying that Process cscope: CSCOPE Process exited abnormally with code 1 My .emacs file contains (setq cscope-master-info-table '( ("xyz" ("/p/bin/cscope" "-l" "-d") "/a/b/" nil) )) If I create cscope files in /a/b/c/d/ then it works fine but then it searches only dir /d and not /c. Any clue what is going wrong or what should I do? thanks, Sushil