all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Santanu <thisissantanu@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: how to set C-tab for 'other-window in terminal
Date: Sat, 21 Mar 2009 15:46:24 -0700 (PDT)	[thread overview]
Message-ID: <01015a33-9651-4961-a607-95af8690dae0@b38g2000prf.googlegroups.com> (raw)
In-Reply-To: 87hc1mlwqs.fsf@galatea.local

Hi All,

Thanks for your replies. I now understand the reason.
While I understand that C-TAB won't be available in
emacs in console mode, I have found a roundabout way
to enable console mode emacs to receive C-TAB key.

I now have the following in my .emacs:
---------------------------
(define-key function-key-map [(f12)] 'event-apply-control-modifier)
(global-set-key (kbd "C-TAB") 'other-window)
---------------------------
Of course, this is not a solution to the problem, just for
my satisfaction :-)

BTW, is there any way to represent C-TAB using [()]
representation instead of using kbd? I tried but nothing
seems to work.

@Pascal Bourguignon: Thanks for the link. It was very
informative.

Regards,
Santanu Chatterjee


      reply	other threads:[~2009-03-21 22:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-21 13:02 how to set C-tab for 'other-window in terminal Santanu
2009-03-21 14:43 ` ventolerac
2009-03-21 15:20 ` Peter Dyballa
     [not found] ` <mailman.3723.1237648851.31690.help-gnu-emacs@gnu.org>
2009-03-21 15:30   ` Pascal J. Bourguignon
2009-03-21 22:46     ` Santanu [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=01015a33-9651-4961-a607-95af8690dae0@b38g2000prf.googlegroups.com \
    --to=thisissantanu@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.