From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: csant Newsgroups: gmane.emacs.devel Subject: [multi-tty] Odd regression in vcursor mode in terminal Date: Thu, 17 May 2007 00:49:11 +0200 Organization: csant.info Message-ID: Reply-To: csant NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1179355764 31262 80.91.229.12 (16 May 2007 22:49:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 May 2007 22:49:24 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 17 00:49:22 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 1HoSJ7-0005sp-6w for ged-emacs-devel@m.gmane.org; Thu, 17 May 2007 00:49:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HoSR8-0003sl-NF for ged-emacs-devel@m.gmane.org; Wed, 16 May 2007 18:57:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HoSR6-0003sg-4k for emacs-devel@gnu.org; Wed, 16 May 2007 18:57:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HoSR4-0003sU-2t for emacs-devel@gnu.org; Wed, 16 May 2007 18:57:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HoSR3-0003sR-Vp for emacs-devel@gnu.org; Wed, 16 May 2007 18:57:34 -0400 Original-Received: from csant.info ([69.36.171.12]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HoSJ1-0000Ad-FN for emacs-devel@gnu.org; Wed, 16 May 2007 18:49:15 -0400 Original-Received: from fiore.malebolge (csant.info [69.36.171.12]) (authenticated bits=0) by csant.info (8.12.11.20060308/8.12.11) with ESMTP id l4GMnBtY005069 for ; Wed, 16 May 2007 16:49:13 -0600 User-Agent: Opera Mail/9.21 (Linux) X-detected-kernel: Linux 2.4-2.6 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:71197 Archived-At: Taking the freedom to report bugs specific to the multi-tty branch directly to the emacs-devel list - I noticed an odd regression with vcursor in the multi-tty branch . I have managed to boil it down to this snippet from my ~/.emacs : (setq vcursor-key-bindings 't) (load "vcursor") (xterm-mouse-mode 1) When loading this in ~/.emacs on a startup with $ ./src/emacs -nw of a fresh compile of a checkout of the multi-tty branch, C-S-up produces the character `A' instead of vcursor-previous-line . However, when starting $ ./src/emacs -Q -nw and then finding that file and doing a `M-x eval-last-sexp' on each of the three items above, everything works as expected . Also running in X gives no problems . In a fresh checkout on the trunk this works just fine . /c