unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22184: Diff for trivial bug in term.el TERMCAP
@ 2015-12-16 16:02 Dave Thomas
  2015-12-19 10:18 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Thomas @ 2015-12-16 16:02 UTC (permalink / raw)
  To: 22184


[-- Attachment #1.1: Type: text/plain, Size: 196 bytes --]

The ue sequence in term.el’s TERMCAP variable is missing a ‘[‘ character:
right now it is ue=\\E24m and it should be ue=\\E[24m. The attached diff
fixes it.

Cheers

Dave Thomas
​

[-- Attachment #1.2: Type: text/html, Size: 1638 bytes --]

[-- Attachment #2: term.el.diff --]
[-- Type: text/plain, Size: 635 bytes --]

diff --git a/lisp/term.el b/lisp/term.el
index 41577c9..c3a6e28 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -1445,7 +1445,7 @@ Using \"emacs\" loses, because bash disables editing if $TERM == emacs.")
 :UP=\\E[%%dA:DO=\\E[%%dB:LE=\\E[%%dD:RI=\\E[%%dC\
 :kl=\\EOD:kd=\\EOB:kr=\\EOC:ku=\\EOA:kN=\\E[6~:kP=\\E[5~:@7=\\E[4~:kh=\\E[1~\
 :mk=\\E[8m:cb=\\E[1K:op=\\E[39;49m:Co#8:pa#64:AB=\\E[4%%dm:AF=\\E[3%%dm:cr=^M\
-:bl=^G:do=^J:le=^H:ta=^I:se=\\E[27m:ue=\\E24m\
+:bl=^G:do=^J:le=^H:ta=^I:se=\\E[27m:ue=\\E[24m\
 :kb=^?:kD=^[[3~:sc=\\E7:rc=\\E8:r1=\\Ec:"
   ;; : -undefine ic
   ;; don't define :te=\\E[2J\\E[?47l\\E8:ti=\\E7\\E[?47h\

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#22184: Diff for trivial bug in term.el TERMCAP
  2015-12-16 16:02 bug#22184: Diff for trivial bug in term.el TERMCAP Dave Thomas
@ 2015-12-19 10:18 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2015-12-19 10:18 UTC (permalink / raw)
  To: Dave Thomas; +Cc: 22184-done

> From: Dave Thomas <dave@pragprog.org>
> Date: Wed, 16 Dec 2015 10:02:11 -0600
> 
> The ue sequence in term.el’s TERMCAP variable is missing a ‘[‘ character: right
> now it is ue=\\E24m and it should be ue=\\E[24m. The attached diff fixes it.

Thanks, pushed.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-19 10:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-16 16:02 bug#22184: Diff for trivial bug in term.el TERMCAP Dave Thomas
2015-12-19 10:18 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).