all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: grantzhou@gmail.com
To: help-gnu-emacs@gnu.org
Subject: Re: using cscope inside emacs with mac os x
Date: Mon, 11 Nov 2013 00:18:00 -0800 (PST)	[thread overview]
Message-ID: <9a2f932e-2b45-4dc6-8901-4d6d8b159693@googlegroups.com> (raw)
In-Reply-To: <mailman.1429.1325969610.15002.help-gnu-emacs@gnu.org>

have the same problem and fixed.

1. Check the cscope path
2. Add the path into the emacs configuration file. For example, .emacs.d/init.el
;;; Mac OS X Setup
;;; The Mac may fail to find cscope
(when (eq system-type 'darwin)
;;; exec path
  (setq exec-path (append '("/opt/local/bin")
                          exec-path)))

On Saturday, January 7, 2012 11:29:28 AM UTC-8, kaundin...@gmail.com wrote:
> Bernardo, 
> 
> 
> 
> I am facing the same problem. C-h v cscope-program RET says that this does not exist 
> 
> 
> 
> How can I fix this?  Cscope is in my Path.
> 
> 
> 
> Please advice. 
> 
> 
> 
> Best. 
> 
> SK




      parent reply	other threads:[~2013-11-11  8:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-12 11:02 using cscope inside emacs with mac os x F.-Y Wang
2011-01-16  2:38 ` Bernardo
     [not found] ` <mailman.5.1295145583.22773.help-gnu-emacs@gnu.org>
     [not found]   ` <2624582.614.1325964499857.JavaMail.geo-discussion-forums@prlk31>
2012-01-07 19:29     ` kaundinya.suhas
     [not found]     ` <mailman.1429.1325969610.15002.help-gnu-emacs@gnu.org>
2013-11-11  8:18       ` grantzhou [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9a2f932e-2b45-4dc6-8901-4d6d8b159693@googlegroups.com \
    --to=grantzhou@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.