[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cscope on windows
From: |
minesh varmas |
Subject: |
Re: cscope on windows |
Date: |
Sun, 29 Mar 2009 22:53:12 -0700 (PDT) |
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.