From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Error in xterm-mouse-event Date: Sat, 23 Feb 2008 21:37:45 +0000 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1203802707 17803 80.91.229.12 (23 Feb 2008 21:38:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2008 21:38:27 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 23 22:38:50 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 1JT24z-0006pg-11 for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 22:38:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JT24T-00076T-DF for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 16:38:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JT24P-000761-FE for emacs-devel@gnu.org; Sat, 23 Feb 2008 16:38:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JT24N-00075i-Vv for emacs-devel@gnu.org; Sat, 23 Feb 2008 16:38:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JT24N-00075d-OA for emacs-devel@gnu.org; Sat, 23 Feb 2008 16:38:07 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JT24N-0000BD-Em for emacs-devel@gnu.org; Sat, 23 Feb 2008 16:38:07 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JT24N-0002Gl-5b for emacs-pretest-bug@gnu.org; Sat, 23 Feb 2008 16:38:07 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JT24J-00009R-0s for emacs-pretest-bug@gnu.org; Sat, 23 Feb 2008 16:38:06 -0500 Original-Received: from ppsw-1.csi.cam.ac.uk ([131.111.8.131]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JT24I-00008v-Jn for emacs-pretest-bug@gnu.org; Sat, 23 Feb 2008 16:38:02 -0500 X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Original-Received: from sl392.st-edmunds.cam.ac.uk ([131.111.223.202]:40784) by ppsw-1.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.151]:587) with esmtpsa (LOGIN:sl392) (TLSv1:DHE-RSA-AES256-SHA:256) id 1JT24F-0004pw-4Z (Exim 4.67) for emacs-pretest-bug@gnu.org (return-path ); Sat, 23 Feb 2008 21:37:59 +0000 In-Reply-To: (Leo's message of "Fri, 15 Feb 2008 14:41:27 +0000") User-Agent: Gnus/5.130000 Emacs/23.0.60 (20080222) Fedora 8 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:90161 gmane.emacs.pretest.bugs:21280 Archived-At: On 2008-02-15 14:41 +0000, Leo wrote: > i. using putty in WinXP to ssh to Fedora GNU/Linux > ii. run emacs in it > iii. enable xterm-mouse-mode and mouse-wheel-mode > iv. use the mouse to scroll down in putty > > ,----[ error when scroll down ] > | Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p n= il) > | +(1 nil) > | (format "mouse-%d" (+ 1 xterm-mouse-last)) > | (cond ((>=3D type 64) (format "mouse-%d" ...)) ((memq type ...) (setq= xterm-mouse-last type) (format "M-down-mouse-%d" ...)) ((=3D type 11) (for= mat "mouse-%d" ...)) ((=3D type 3) (format "mouse-%d" ...)) (t (setq xterm-= mouse-last type) (format "down-mouse-%d" ...))) > | (intern (cond (... ...) (... ... ...) (... ...) (... ...) (t ... ...)= )) > | (let* ((type ...) (x ...) (y ...) (timestamp ...) (mouse ...) (w ...)= (ltrb ...) (left ...) (top ...)) (set-terminal-parameter nil (quote xterm-= mouse-x) x) (set-terminal-parameter nil (quote xterm-mouse-y) y) (setq last= -input-event (list mouse ...))) > | xterm-mouse-event() > | byte-code("=C3=86=3D=C6=92=0B.=C3=87.=E2=80=9A.=00=C6=92.=00=C3=87.= =C3=88=C3=89!=CB=86=C3=87.=C3=8A =E2=80=B0.@.=0BA@=E2=80=B0.A@.=1D=C3=8B.= =1D9=C6=925.=C3=8C.=1D\f\"=E2=80=9A8.=C3=8C\f!!.=1E=C3=8D=C3=8E=C3=8F=0B@!\= "=E2=80=B0.=1F=E2=80=9Ea.=C3=90 =C3=91=3D=C6=92].=C3=90 =C3=92=3D=C6=92].= =C3=90 =C3=93=3D=E2=80=9Ea.=C3=94=C3=95!=CB=86.=1F=C6=92j.=0B=E2=80=9Al.=C3= =8A =E2=80=B0. A@=E2=80=B0.!A@.\".=1E=C3=96>=C6=92=C5=BE.=0E\"9=C6=92=E2=80= =94.=0E\":=C6=92=E2=80=94.=C3=8C.\".!D. \"=E2=80=9A=C3=AD.=C3=8C. !=E2=80= =9A=C3=AD.=0E.=0E\"=3D=C6=92=C2=AC.=0E C=E2=80=9A=C3=86.=C3=97.!D.=1D9=C6= =92=C2=BA.=C3=98=E2=80=9A=C3=85.=C3=99=C3=9A=C3=9B\nT\"!.=0E!ED.#.$=C6=92= =C3=94.=C3=9C.#.$\"=CB=86.=1D9=C6=92=C3=AA.=0E.:=C6=92=C3=AA.=C3=8C.=1D.D= =0B\"=E2=80=9A=C3=AD.=C3=8C=0B!.\n=E2=80=A1" [transient-mark-mode mark-acti= ve xterm-mouse-last down down-command down-data lambda nil run-hooks deacti= vate-mark-hook xterm-mouse-event key-binding vector string-match "^mouse" s= ymbol-name read-char 27 91 77 error "Unexpected escape sequence from XTerm"= (nil ignore) mouse-movement 0 intern format "drag-mouse-%d" print down-whe= re down-binding is-click click click-data click-where unread-command-events= xterm-mouse-debug-buffer] 6) > | xterm-mouse-translate(nil) > `---- As requested by RMS, I am sending a reminder about this bug. Bye, --=20 .: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :. Use the best OS -- http://www.fedoraproject.org/