From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: minesh varmas Newsgroups: gmane.emacs.help Subject: Re: cscope on windows Date: Sun, 29 Mar 2009 22:53:12 -0700 (PDT) Message-ID: <186407.76014.qm@web31304.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1238392445 4572 80.91.229.12 (30 Mar 2009 05:54:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Mar 2009 05:54:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 30 07:55:23 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 1LoASs-0004MP-TI for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Mar 2009 07:55:19 +0200 Original-Received: from localhost ([127.0.0.1]:45559 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoARV-0002Rm-7e for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Mar 2009 01:53:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LoAQx-0002Rh-9i for help-gnu-emacs@gnu.org; Mon, 30 Mar 2009 01:53:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoAQs-0002RM-2Z for help-gnu-emacs@gnu.org; Mon, 30 Mar 2009 01:53:18 -0400 Original-Received: from [199.232.76.173] (port=35393 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoAQr-0002RJ-RH for help-gnu-emacs@gnu.org; Mon, 30 Mar 2009 01:53:13 -0400 Original-Received: from web31304.mail.mud.yahoo.com ([68.142.198.99]:45118) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LoAQr-0002r6-9j for help-gnu-emacs@gnu.org; Mon, 30 Mar 2009 01:53:13 -0400 Original-Received: (qmail 76692 invoked by uid 60001); 30 Mar 2009 05:53:12 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1238392392; bh=MuoUXnD630jv46pzcqHAF4Oxd/bAsW7WpSV6+hDcLdg=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=yeIw04ul1S+9cyZErGQ490X7Yj81/iGunxTQyBqTMq6rHaiytEODC5nWl43wzfyZk2Iz8dr6Au+c+PmDbe51+p9ea2hrnTW0cnYas+r7sjUMEXiajsNlfyI0jGbsxMpkO6NLTcAncxEl+lw5gl3NXvzUtyonsE37MGQudlFSgA0= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=Uw+KAeFPIqbJ0HJzn98UhHByCUKxMrNqh+DWjQB+yQ65pBmgwa2AC3HQDBWqqs7YRehtXfmAslgdMplv4utowyWlDyY9zNGiafaG+TeMZ6t/LT1DabKswOaCnmTzpt+ILLpsEnr19krtMczG7TOql6Yd2FrecIvcN9KkRO+bVBc=; X-YMail-OSG: DZ7YGSUVM1kRiMyuLbxqcEfjOT3Hw3..644duMHflT4NZuX_j_0OlJCEcy1CBN5BHEQa58OUy71ghw.OmHKv3Ftiqqh7r9mIuyLaRDcPCL9mr1pFGrgpeQlFmaKtwvQiNSwP3M1A9DD.xciQoo6IdSPLgXaYKjljd_W_IqRpDmAzJ80zEYE4O7_Yzf6DmA-- Original-Received: from [121.246.215.154] by web31304.mail.mud.yahoo.com via HTTP; Sun, 29 Mar 2009 22:53:12 PDT X-Mailer: YahooMailClassic/5.1.20 YahooMailWebService/0.7.289.1 X-detected-operating-system: by monty-python.gnu.org: FreeBSD 6.x (1) 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:63381 Archived-At: thank you people for your suggestions , but i haven't yet been able to get it to work. i set the path for cscope in the windows path variable. in addition to that, I have the below lines in my _emacs file. (setenv "PATH" (concat "C:/rhcygwin/bin;C:/rhcygwin/usr/local/bin;" (getenv "PATH"))) (setq exec-path (cons "C:/rhcygwin/bin;C:/rhcygwin/usr/local/bin" exec-path)) (setq explicit-shell-file-name "bash.exe") ;; For subprocesses invoked via the shell ;; (e.g., "shell -c command") (setq shell-file-name explicit-shell-file-name) now, the shell in emacs is the bash shell. but when i try to build the index file using cscope, it still cannot find it. i did C-h v exec-path and got this, exec-path is a variable defined in `C source code'. Its value is ("C:/rhcygwin/bin;C:/rhcygwin/usr/local/bin" "C:/rhcygwin/bin;C:/rhcygwin/usr/local/bin" "c:/WINDOWS/system32" "C:/WINDOWS" "C:/WINDOWS/System32/Wbem" "C:/Program Files/ZipGenius 6/" "C:/Program Files/Java/jdk1.6.0_12/bin" "C:/rhcygwin/usr/local/bin" "C:/rhcygwin/bin" "c:/emacs-22.3/bin") the name 'rhycgwin' is because it installed the cygwin from redhat.