From: W. Trevor King Date: Mon, 24 Feb 2014 23:34:58 +0000 (-0800) Subject: posts:bugs: Record my Emacs XTerm version-detection patch X-Git-Url: http://git.tremily.us/?p=blog.git;a=commitdiff_plain;h=cb6ea84827e226d937db0e0a4a06671eab28b17c posts:bugs: Record my Emacs XTerm version-detection patch --- diff --git a/posts/Bugs.mdwn b/posts/Bugs.mdwn index fcb6ba7..802bce9 100644 --- a/posts/Bugs.mdwn +++ b/posts/Bugs.mdwn @@ -131,6 +131,20 @@ EDP license 2010](https://www.enthought.com/products/epdlicense.php). +Emacs +===== + +* [Fix XTerm version detection for non-VT100 emulation (the default + since XTerm + 280)](http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16657). Landed + in [7e59429 (lisp/term/xterm.el (xterm--version-handler): Adapt to + xterm-280's output, + 2014-02-19)](http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=7e594297002c7bc07083fa8d01552255e831ba2a). + It missed the [feature freeze for + 24.4](http://thread.gmane.org/gmane.emacs.help/96012), so it will + probably deploy with 24.5. + + fbida =====