From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: Shift selection in remote tty Date: Tue, 8 Apr 2008 19:41:30 +0530 Message-ID: References: <200804072345.m37NjqIJ016152@sallyv1.ics.uci.edu> 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 1207663928 9778 80.91.229.12 (8 Apr 2008 14:12:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Apr 2008 14:12:08 +0000 (UTC) Cc: Dan Nicolaescu , emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 08 16:12:41 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 1JjEYh-0004Au-9f for ged-emacs-devel@m.gmane.org; Tue, 08 Apr 2008 16:12:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjEY3-0004Zz-Tm for ged-emacs-devel@m.gmane.org; Tue, 08 Apr 2008 10:11:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JjEXz-0004Xj-Op for emacs-devel@gnu.org; Tue, 08 Apr 2008 10:11:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JjEXy-0004X1-PD for emacs-devel@gnu.org; Tue, 08 Apr 2008 10:11:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjEXy-0004Wt-M2 for emacs-devel@gnu.org; Tue, 08 Apr 2008 10:11:38 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JjEXx-0001GD-V0 for emacs-devel@gnu.org; Tue, 08 Apr 2008 10:11:38 -0400 Original-Received: by ti-out-0910.google.com with SMTP id a20so749405tia.10 for ; Tue, 08 Apr 2008 07:11:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=A3MQTQ8YxyuTGwYyo4y32rK7r0C8x2GjkSIu+wG9ndA=; b=qbR89fQ+aXGA3YIELBqYVqpsJsHFxVqSbr2j5mxABgMw/uzz6Rw/QZEkNz2XpvuqmDZHpM03zv+nlPtyPkdCxfaTPbeuky1CthHKnep2j2/BkMKSEtd7y0wwg5gJLvQoi38wl1YwFdB3UUhA6Lyp2fBf4H+RVb5Voe16ZKnizjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e+9EGSuQKLfje9LZHgydjHf02fg9Y1ROgo/XghFs2dpNTbrDOuxR8SFwAIvsWlAUHwKwprl/UK9+G74NktCzUR7hL/Uoz75Ovc8oqlEF3KzdYJpSqrkgfUrbufgJ5e7O0cyp9WI7cZlRrJnmPYwxSNylY0d59ijukUGbyHuoTdY= Original-Received: by 10.110.11.10 with SMTP id 10mr1509731tik.43.1207663890604; Tue, 08 Apr 2008 07:11:30 -0700 (PDT) Original-Received: by 10.110.3.13 with HTTP; Tue, 8 Apr 2008 07:11:30 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:94700 Archived-At: Hello, On Tue, Apr 8, 2008 at 3:40 PM, wrote: > Dan Nicolaescu writes: > > > 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... > > I made a patch for this a couple of years ago. It was never accepted > into putty, but the patch is available still from Emacswiki I think. > Thank you for the information.The link to the patch is invalid. I will try if I can figure out a way t make it work for me! Is there some other terminal emulator that I can use on Windoze to connect to GNU/Linux and run emacs in multi-tty. -dhruva -- Contents reflect my personal views only!