From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Adding xterm-extras to Emacs Date: Thu, 13 Sep 2007 18:02:50 -0700 Message-ID: <200709140102.l8E12pVF020239@oogie-boogie.ics.uci.edu> References: <200706122221.l5CMLMoY018433@oogie-boogie.ics.uci.edu> <200706122243.l5CMhMLv019775@oogie-boogie.ics.uci.edu> <200706130047.l5D0lqUE027336@oogie-boogie.ics.uci.edu> <877iq8kx46.fsf@dur.ac.uk> <200706131415.l5DEF98f009840@oogie-boogie.ics.uci.edu> <200706140508.l5E58mP0007225@oogie-boogie.ics.uci.edu> <200709131658.l8DGw86P000060@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189731833 22734 80.91.229.12 (14 Sep 2007 01:03:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Sep 2007 01:03:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 14 03:03:51 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IVzay-00020U-3z for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2007 03:03:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVzax-00063u-AQ for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 21:03:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVzas-00063g-LE for emacs-devel@gnu.org; Thu, 13 Sep 2007 21:03:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVzar-00063U-6H for emacs-devel@gnu.org; Thu, 13 Sep 2007 21:03:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVzar-00063R-03 for emacs-devel@gnu.org; Thu, 13 Sep 2007 21:03:37 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVzaq-0007uG-E1 for emacs-devel@gnu.org; Thu, 13 Sep 2007 21:03:36 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l8E12pVF020239; Thu, 13 Sep 2007 18:02:51 -0700 (PDT) In-Reply-To: (Leo's message of "Thu\, 13 Sep 2007 20\:49\:12 +0100") Original-Lines: 38 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_52 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:78808 Archived-At: Leo writes: > On 2007-09-13 17:58 +0100, Dan Nicolaescu wrote: > > > I have installed the newest xterm.el and now it seems M-S- key bindings > > > work in xterm. > > > > > > However, C-S- and C-M- still don't. > > > > If you want to be helpful, please show an exact list of what keys are > > not working. But before doing that, please make sure that xterm can > > generate those keys, not all key combinations are possible. > > The following are what I have found not working: > > C-M-up ;; ^[[1;7A > C-M-down ;; ^[[1;7B > C-M-left ;; ^[[1;7D > C-M-right ;; ^[[1;7C I'll add these. What window manager are you using? The ones that will not allow these to the application... > C-S-up ;; ^[[1;6A > C-S-down ;; ^[[1;6B > C-S-left ;; ^[[1;6D > C-S-right ;; ^[[1;6C > > S-up ;; ^[[1;2A > S-down ;; ^[[1;2B > S-left ;; ^[[1;2D > S-right ;; ^[[1;2C These have been there for a long time, and they work fine for me. How did you test them? > I will try to post here if I find more. Please do.