GNU bug report logs - #8743
Strange '1; 2600; 0' symbols appear when running in gnome-terminal

Previous Next

Package: emacs;

Reported by: HighCat <highcatland <at> gmail.com>

Date: Fri, 27 May 2011 17:00:03 UTC

Severity: normal

Tags: confirmed

Merged with 6685

Found in versions 23.2, 27.0.50

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: stefan <at> marxist.se, highcatland <at> gmail.com, 8743 <at> debbugs.gnu.org
Subject: bug#8743: Strange '1; 2600; 0' symbols appear when running in gnome-terminal
Date: Thu, 27 Jan 2022 20:02:08 +0100
Eli Zaretskii <eliz <at> gnu.org> writes:

> See xterm--version-handler, I think this comes from there.

Yes, or possibly something else doing queries; I'm not quite sure.  But
poking at the stuff, if we disable all the queries, the problem goes
away.  

(defun xterm--query (query handlers &optional no-async)
[...]
      ;; Pending input can be mistakenly returned by the calls to
      ;; read-event below: discard it.
      (discard-input)
      (send-string-to-terminal query)

And it seems like it's trying to do the right thing by getting rid of
any input before doing the queries, but the `discard-input' here seems
to have no effect.

(I haven't debugged further.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 3 years and 124 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.