all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo <sdl.web@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; Error in xterm-mouse-event
Date: Fri, 15 Feb 2008 14:41:27 +0000	[thread overview]
Message-ID: <m3bq6imgdk.fsf@cam.ac.uk> (raw)


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I am getting the following error all the time. The steps to reproduce
this bug is as follows:

     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 nil)
|   +(1 nil)
|   (format "mouse-%d" (+ 1 xterm-mouse-last))
|   (cond ((>= type 64) (format "mouse-%d" ...)) ((memq type ...) (setq xterm-mouse-last type) (format "M-down-mouse-%d" ...)) ((= type 11) (format "mouse-%d" ...)) ((= 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("\bÆ=ƒ\v.Ç.‚.\0\bƒ.\0Ç.ÈÉ!ˆÇ.Ê ‰.@.\vA@‰.A@.\x1dË.\x1d9ƒ5.Ì.\x1d\f\"‚8.Ì\f!!.\x1eÍÎÏ\v@!\"‰.\x1f„a.Ð Ñ=ƒ].Ð Ò=ƒ].Ð Ó=„a.ÔÕ!ˆ.\x1fƒj.\v‚l.Ê ‰. A@‰.!A@.\".\x1eÖ>ƒž.\x0e\"9ƒ—.\x0e\":ƒ—.Ì.\".!D. \"‚í.Ì. !‚í.\x0e.\x0e\"=ƒ¬.\x0e C‚Æ.×.!D.\x1d9ƒº.Ø‚Å.ÙÚÛ\nT\"!.\x0e!ED.#.$ƒÔ.Ü.#.$\"ˆ.\x1d9ƒê.\x0e.:ƒê.Ì.\x1d.D\v\"‚í.Ì\v!.\n‡" [transient-mark-mode mark-active xterm-mouse-last down down-command down-data lambda nil run-hooks deactivate-mark-hook xterm-mouse-event key-binding vector string-match "^mouse" symbol-name read-char 27 91 77 error "Unexpected escape sequence from XTerm" (nil ignore) mouse-movement 0 intern format "drag-mouse-%d" print down-where down-binding is-click click click-data click-where unread-command-events xterm-mouse-debug-buffer] 6)
|   xterm-mouse-translate(nil)
`----

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/share/emacs/23.0.60/etc/DEBUG for instructions.


In GNU Emacs 23.0.60.1 (i686-redhat-linux-gnu, GTK+ Version 2.12.5)
 of 2008-02-11 on Fedora
configured using `configure  '--build=i686-redhat-linux-gnu' '--host=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-pop' '--with-sound' '--without-xim' '--with-dbus' '--without-toolkit-scroll-bars' '--with-x-toolkit=yes' '--enable-font-backend' '--with-libotf' '--with-m17n-flt' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'target_alias=i386-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_GB.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Group

Minor modes in effect:
  gnus-topic-mode: t
  gnus-undo-mode: t
  erc-spelling-mode: t
  erc-page-mode: t
  erc-menu-mode: t
  erc-services-mode: t
  erc-networks-mode: t
  erc-autojoin-mode: t
  erc-button-mode: t
  erc-ring-mode: t
  erc-pcomplete-mode: t
  erc-track-mode: t
  erc-track-minor-mode: t
  erc-match-mode: t
  erc-fill-mode: t
  erc-stamp-mode: t
  erc-netsplit-mode: t
  erc-smiley-mode: t
  erc-readonly-mode: t
  erc-scrolltobottom-mode: t
  dired-omit-mode: t
  recentf-mode: t
  icomplete-mode: t
  show-paren-mode: t
  savehist-mode: t
  xterm-mouse-mode: t
  delete-selection-mode: t
  global-auto-revert-mode: t
  display-time-mode: t
  minibuffer-indicate-depth-mode: t
  partial-completion-mode: t
  which-function-mode: t
  shell-dirtrack-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC 
O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B 
ESC O B ESC O A ESC O A ESC O A ESC O A ESC O A ESC 
O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A 
ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC 
O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A 
ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC 
O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A 
ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC 
O A ESC O A ESC O A ESC O A ESC O A ESC O B ESC O B 
ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC 
O B ESC O B ESC O B ESC C-x C-x k RET q ESC [ M a c 
E ESC [ M # c E ESC O A C-@ ESC O B ESC O B ESC O B 
ESC O B ESC O B ESC O B ESC O B ESC O B ESC O B ESC 
w q C-x b g r o RET n n n n n n n n n ESC x r e p o 
r TAB b TAB RET

Recent messages:
Entering debugger...
Type C-x 4 C-o RET to restore the other window.
mouse-2, RET: find function's definition
uncompressing xt-mouse.el.gz...done
Note: file is write protected
xterm-mouse-event
Back to top level.
Entering debugger...
Mark set
Back to top level.

--
Leo




             reply	other threads:[~2008-02-15 14:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-15 14:41 Leo [this message]
2008-02-17 13:23 ` 23.0.60; Error in xterm-mouse-event Richard Stallman
2008-02-23 21:37 ` Leo
2008-02-23 21:57   ` Dan Nicolaescu
2008-02-24 15:23     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3bq6imgdk.fsf@cam.ac.uk \
    --to=sdl.web@gmail.com \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.