GNU bug report logs -
#29716
25.1; Wrong brackground-mode on gnome-terminal
Previous Next
Reported by: semente <semente <at> riseup.net>
Date: Thu, 14 Dec 2017 22:34:03 UTC
Severity: minor
Tags: fixed
Found in version 25.1
Fixed in version 26.1
Done: Noam Postavsky <npostavs <at> users.sourceforge.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
semente <semente <at> riseup.net> writes:
> Hey Eli and Noam, sorry for the delay in give you a feedback but the
> patch unfortunately didn't work for me.
Hmm, what does the evaluating the following produce? It should pop up a
buffer *bug29716* showing something like "background: rgb:ee00/e800/d500^[".
(defun bug29716--report-background-handler ()
(let ((str "")
chr)
;; The reply should be: \e ] 11 ; rgb: NUMBER1 / NUMBER2 / NUMBER3 \e \\
(while (and (setq chr (read-event nil nil 2)) (not (equal chr ?\\)))
(setq str (concat str (string chr))))
(with-current-buffer (get-buffer-create "*bug29716*")
(insert (format "background: %s\n" str))
(display-buffer (current-buffer)))))
(xterm--query "\e]11;?\e\\"
'(("\e]11;" . bug29716--report-background-handler)))
If that works, is it possible you didn't test the patch correctly?
(e.g., maybe you applied the patch, but didn't recompile?)
If it doesn't work, I'm a bit confused, given what you reported in #13.
This bug report was last modified 7 years and 199 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.