help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using cscope inside emacs with mac os x


From: grantzhou
Subject: Re: using cscope inside emacs with mac os x
Date: Mon, 11 Nov 2013 00:18:00 -0800 (PST)
User-agent: G2/1.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]