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

Re: Ctrl+Ret in Terminals



On Wed, Jul 1, 2009 at 12:56 AM, Kumar Appaiah<a.kumar@alumni.iitm.ac.in> wrote:
> Dear Debian Users,
>
> This is a generic question, not Debian-specific.
>
> One of my friends uses org-mode in GNU Emacs, and loves it. Now, the
> issue is that one of the functions in org-mode is bound (by default)
> to C-RET (Ctrl+Enter), which works fine on the X11 Emacs.

I just tried this in GNU Emacs 22.2.1 and C-return is not bound to
anything.   Anyway, it's likely there is another keybinding for the
command.   You find such things like this:

Press
 C-h k
to find out what a random key does (by pressing it).    Let's choose
M-RET.  Emacs says:

<M-return> runs the command org-meta-return
  which is an interactive compiled Lisp function in `org.el'.
It is bound to <M-return>.
(org-meta-return &optional arg)

So, now we could use "C-h w" to find out what else that is bound to,
or use local-set-key to additionally bind that function to some other
key too.

James.


Reply to: