From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ventolerac Newsgroups: gmane.emacs.help Subject: Re: how to set C-tab for 'other-window in terminal Date: Sat, 21 Mar 2009 07:43:18 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <729aeafd-0473-4175-9b1d-2c2cbf800b1c@y34g2000prb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1237657065 3514 80.91.229.12 (21 Mar 2009 17:37:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Mar 2009 17:37:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 21 18:39:02 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ll59w-0004rL-Ob for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Mar 2009 18:39:01 +0100 Original-Received: from localhost ([127.0.0.1]:56682 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ll58a-0006CF-3Y for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Mar 2009 13:37:36 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!c9g2000yqm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 88.17.125.220 Original-X-Trace: posting.google.com 1237646598 20977 127.0.0.1 (21 Mar 2009 14:43:18 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 21 Mar 2009 14:43:18 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c9g2000yqm.googlegroups.com; posting-host=88.17.125.220; posting-account=T3yodgoAAABbe_wUPWLN4YuyhKr0uOt_ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.19) Gecko/20081202 Iceweasel/2.0.0.19 (Debian-2.0.0.19-0etch1), gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:167876 X-Mailman-Approved-At: Sat, 21 Mar 2009 13:35:43 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63176 Archived-At: In text terminals, Control-Tab does not send anything to the terminal. You still will press `C-x o' for `other-window'. On Mar 21, 1:02 pm, Santanu wrote: > Hi, > > I have the following line in my ~/.emacs: > --------------- > (global-set-key [(control tab)] 'other-window) > --------------- > Now, when I press C-Tab in emacs (open in its own window in X), it > works as expected. > > But if I open emacs in a terminal (say, gnome-terminal) with "emacs - > nw", the above key combination does not work. What am I missing? I am > using "GNU Emacs-23.0.60.1" in Ubuntu 8.10. > > Regards, > Santanu Chatterjee