set the enviroment variable CSCOPE_EDITOR in the shell profile.
Eg:
in .bashrc
export CSCOPE_EDITOR=vim
or
export CSCOPE_EDITOR=emacs
in .cshrc
setenv CSCOPE_EDITOR vim
or
setenv CSCOPE_EDITOR emacs
Eg:
in .bashrc
export CSCOPE_EDITOR=vim
or
export CSCOPE_EDITOR=emacs
in .cshrc
setenv CSCOPE_EDITOR vim
or
setenv CSCOPE_EDITOR emacs