all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Klaus Zeitler <kzeitler+usenet@gsm-mailhost.de.lucent.com>
Subject: Re: the emacs vs cscope problem
Date: 19 Mar 2003 10:43:08 +0100	[thread overview]
Message-ID: <q5g1y13zo7n.fsf@lucent.com> (raw)
In-Reply-To: b571p7$e1f$1@news01.intel.com

>>>>> "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	other threads:[~2003-03-19  9:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-15  3:28 the emacs vs cscope problem boris
2003-03-17 10:25 ` Klaus Zeitler
2003-03-18 11:34   ` boris
2003-03-18 12:00   ` boris
2003-03-19  9:43     ` Klaus Zeitler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=q5g1y13zo7n.fsf@lucent.com \
    --to=kzeitler+usenet@gsm-mailhost.de.lucent.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.