unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [ping] patch for eterm.ti
@ 2004-09-07  5:41 Dan Nicolaescu
  2004-09-07 21:33 ` Kim F. Storm
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Nicolaescu @ 2004-09-07  5:41 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 111 bytes --]


I sent this more than 6 month ago, but there has been no reply...
Can somebody please take a look? Thanks. 



[-- Attachment #2: Type: message/rfc822, Size: 3108 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 563 bytes --]

I was investigating why emacs -nw inside a M-x term terminal is shown
as monochrome although the "eterm" terminal supports colors. It turns
out that emacs decides no to use colors because the "op" terminfo
property is not set for "eterm".

term.el supports colors, see: 

;;; Reset foreground
   ((eq parameter 39)

So it seems that it would be good to add this fact to eterm's terminfo
description. 


If this is OK, can you please check it in? 

2004-02-17  Dan Nicolaescu  <dann@ics.uci.edu>

	* e/eterm.ti: Add entry for op.
          e/eterm: Regenerate.




[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2.1.2: eterm.ti.patch --]
[-- Type: text/x-patch, Size: 487 bytes --]

*** eterm.ti.~1.1.~	Sun Oct  3 05:18:12 1999
--- eterm.ti	Tue Feb 17 12:28:18 2004
***************
*** 15,21 ****
  	smso=\E[7m,rmso=\E[m,
  	smul=\E[4m,rmul=\E[m,
  	rev=\E[7m,bold=\E[1m,sgr0=\E[m,
! 	invis=\E[8m,
  	setab=\E[%p1%{40}%+%dm, setaf=\E[%p1%{30}%+%dm,
  	bel=^G,xenl,am,
- 
--- 15,20 ----
  	smso=\E[7m,rmso=\E[m,
  	smul=\E[4m,rmul=\E[m,
  	rev=\E[7m,bold=\E[1m,sgr0=\E[m,
! 	invis=\E[8m,op=\E[39;49m,
  	setab=\E[%p1%{40}%+%dm, setaf=\E[%p1%{30}%+%dm,
  	bel=^G,xenl,am,

[-- Attachment #2.1.3: eterm --]
[-- Type: application/octet-stream, Size: 1091 bytes --]

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

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

* Re: [ping] patch for eterm.ti
  2004-09-07  5:41 [ping] patch for eterm.ti Dan Nicolaescu
@ 2004-09-07 21:33 ` Kim F. Storm
  0 siblings, 0 replies; 2+ messages in thread
From: Kim F. Storm @ 2004-09-07 21:33 UTC (permalink / raw)
  Cc: emacs-devel


> 2004-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
>
> 	* e/eterm.ti: Add entry for op.
>           e/eterm: Regenerate.
>


Installed.

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

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

end of thread, other threads:[~2004-09-07 21:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-07  5:41 [ping] patch for eterm.ti Dan Nicolaescu
2004-09-07 21:33 ` Kim F. Storm

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).