A few issues with emacs in terms of windows. Any help is appreciated.
a. I am running emacs over ssh with emacs -nw with cscope enabled. After searching for a character or definition in the cscope buffer, when I press 'enter', emacs says, "The buffer is read-only." While the same functionality in emacs with xwindows (gtk or something else) leads me to the file and line in the edit buffer. How can I use the same functions with 'emacs -nw'.
b. Also the arrow in the edit / source buffer, when I make the following link for the character from the cscope buffer, remains in the edit buffer. How can i do this?
from. My keys map to cscope functions, as in xcscope.el. All control keys expect Ctrl-F3 and Ctrl-F4. How can I turn this on too.
Thanks a lot,
source share