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

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

Re: the emacs vs cscope problem


From: Klaus Zeitler
Subject: Re: the emacs vs cscope problem
Date: 19 Mar 2003 10:43:08 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.95

>>>>> "boris" == boris  <boris.hu@intel.com> writes:
    boris> 
    boris> oops, how to define RET in .emacs?
    boris> I have tried
    boris> (global-set-key [return]  'cscope-select-entry-other-window)
    boris> and (global-set-key "\13"  'cscope-select-entry-other-window)
    boris> none of it works :(
    boris> any pointers? thanks.

(global-set-key "\C-m" 'cscope-select-entry-other-window)

but I can't imagine that you want this as a global definition.
You better bind this with local-set-key in cscope-list-entry-hook.
But this should be defined by default in cscope-list-entry-mode.
Seems you overwrite this somehow in your private setups.

Klaus

-- 
 ------------------------------------------
|  Klaus Zeitler      Lucent Technologies  |
 ------------------------------------------
---
Indecision is the true basis for flexibility.


reply via email to

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