* using cscope inside emacs with mac os x
@ 2011-01-12 11:02 F.-Y Wang
2011-01-16 2:38 ` Bernardo
[not found] ` <mailman.5.1295145583.22773.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 4+ messages in thread
From: F.-Y Wang @ 2011-01-12 11:02 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: using cscope inside emacs with mac os x
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>
1 sibling, 0 replies; 4+ messages in thread
From: Bernardo @ 2011-01-16 2:38 UTC (permalink / raw)
To: help-gnu-emacs
> 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.
is cscope on your path?
in Emacs, what does
C-h v cscope-program RET
report?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: using cscope inside emacs with mac os x
[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>
1 sibling, 0 replies; 4+ messages in thread
From: kaundinya.suhas @ 2012-01-07 19:29 UTC (permalink / raw)
To: gnu.emacs.help; +Cc: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: using cscope inside emacs with mac os x
[not found] ` <mailman.1429.1325969610.15002.help-gnu-emacs@gnu.org>
@ 2013-11-11 8:18 ` grantzhou
0 siblings, 0 replies; 4+ messages in thread
From: grantzhou @ 2013-11-11 8:18 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-11-11 8:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).