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: Shift selection in remote tty Date: Mon, 07 Apr 2008 16:45:51 -0700 Message-ID: <200804072345.m37NjqIJ016152@sallyv1.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207612138 30687 80.91.229.12 (7 Apr 2008 23:48:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2008 23:48:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 08 01:49:31 2008 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 1Jj15W-0005KQ-CV for ged-emacs-devel@m.gmane.org; Tue, 08 Apr 2008 01:49:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jj14t-0003jY-9w for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 19:48:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jj12t-0002Uk-Rp for emacs-devel@gnu.org; Mon, 07 Apr 2008 19:46:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jj12t-0002Ts-2T for emacs-devel@gnu.org; Mon, 07 Apr 2008 19:46:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jj12s-0002Tg-SN for emacs-devel@gnu.org; Mon, 07 Apr 2008 19:46:38 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Jj12s-00028j-DH for emacs-devel@gnu.org; Mon, 07 Apr 2008 19:46:38 -0400 X-ICS-MailScanner-Watermark: 1208216753.05885@QMP3H7Gu1BDu84vP6gquZg Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m37NjqIJ016152; Mon, 7 Apr 2008 16:45:52 -0700 (PDT) In-Reply-To: (dhruva's message of "Tue, 8 Apr 2008 05:10:39 +0530") Original-Lines: 37 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:94650 Archived-At: dhruva writes: > Hello, > So, I presume the shift selection problem cannot be solved on remote > multiple tty sessions of emacs... That is not true. It works just fine with xterm. You have a problem with putty that does not send different key codes for keys and shifted keys. There's nothing emacs can do about that. Putty needs fixing... > Can ctrl be bound instead of shift > so that ctrl-arrow can do the selection? > -dhruva > > On 4/7/08, dhruva wrote: > > Hello, > > Currently, I am using emacs and multi-tty a lot more than I had ever > > imagined. I love the speed and the low resource usage for my remote > > connections. > > I never managed to get shift selection working (loadkeys does not work > > asI have a remote terminal connection using Putty). I am hoping > > someone on this list has a hack to make it work. > > TIA > > -dhruva > > > > -- > > Sent from Gmail for mobile | mobile.google.com > > > > Contents reflect my personal views only! > > > > -- > Sent from Gmail for mobile | mobile.google.com > > Contents reflect my personal views only!