From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "F.-Y Wang" Newsgroups: gmane.emacs.help Subject: using cscope inside emacs with mac os x Date: Wed, 12 Jan 2011 12:02:09 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1294844220 26617 80.91.229.12 (12 Jan 2011 14:57:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 Jan 2011 14:57:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 12 15:56:54 2011 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.69) (envelope-from ) id 1Pd283-0001r3-RT for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Jan 2011 15:56:52 +0100 Original-Received: from localhost ([127.0.0.1]:46367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pd283-0004Y7-Dg for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Jan 2011 09:56:51 -0500 Original-Received: from [140.186.70.92] (port=51646 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcySz-0003E9-Eb for help-gnu-emacs@gnu.org; Wed, 12 Jan 2011 06:02:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcySx-0005wG-V8 for help-gnu-emacs@gnu.org; Wed, 12 Jan 2011 06:02:13 -0500 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:35797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcySx-0005w0-Pe for help-gnu-emacs@gnu.org; Wed, 12 Jan 2011 06:02:11 -0500 Original-Received: by wyj26 with SMTP id 26so448540wyj.0 for ; Wed, 12 Jan 2011 03:02:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:date:x-google-sender-auth :message-id:subject:from:to:content-type; bh=nZzaGLohXrv8O22JScP5kDU4Z0C37Uiao+/5bsY9wMY=; b=Vz2khxdTRA0CCtU4XvkMorLx7BuhRlYQKbVZ/Eak/+ue42xqBa09bk2Oc9zy04r5WB ttg2qyFyS29X3ulUYWGNPJmMwhOI0VfcjS6UGg3F1VXKfkPL1zVBFtITG75GfXOdX1Pp STdTPdPXyDuwln8cxT0ltJQgCJCo5T4n1LelI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=DYjHCCNeJGBLCM6Cp3E5HyQi9z4Gr7guG5OczsfRtFaCJQvsDPYcs9MNPDEVdNxM60 b/oM3uO5Sbo/kLGTMt40KOApQ4L1PFV8Hf3JtINM/13hw8/k1xktHqlVcdIgWyI6Nq6K h5/YR+qhh0/y2j4c1zyjb0NPS4EDOgm3mQRQ8= Original-Received: by 10.227.162.197 with SMTP id w5mr792402wbx.169.1294830129657; Wed, 12 Jan 2011 03:02:09 -0800 (PST) Original-Received: by 10.227.24.133 with HTTP; Wed, 12 Jan 2011 03:02:09 -0800 (PST) X-Google-Sender-Auth: _XoEcziI2e4RATCFNeZAp1RpwKg X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 12 Jan 2011 09:54:12 -0500 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:78411 Archived-At: Hi, I am trying to use cscope inside emacs 23.2. I am using xcscope.el for this. I have created cscope.out, cscope.out.po, cscope.out.in and cscope.files using cscope-indexer -r in mac os x. I have placed all these cscope.* files in the root directory of my project tree. When I try to use any of the cscope commands it throws me an error in mini-buffer saying "no such file or directory cscope". Could some one please provide me some clue about what's going wrong here. Thanks a lot