unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
Subject: add term files for xterm-88color and xterm-256color
Date: Thu, 02 Sep 2004 12:17:08 -0700	[thread overview]
Message-ID: <200409021917.i82JHBGK004358@scanner2.ics.uci.edu> (raw)


One of the recommended ways to use the 88 or 256 color support in
xterm is to set the TERM environment variable to xterm-88color or
xterm-256color. Emacs cannot cope with this because it does not have
the corresponding term files. term/xterm.el can deal with everything
needed, it just needs to be loaded.

Can somebody please check this in if it's OK? (I don't have write access)

Thanks.

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

	* xterm-88color.el: 
	* xterm-256color.el: New files.

--- /dev/null	2004-02-23 13:02:56.000000000 -0800
+++ xterm-88color.el	2004-09-02 11:32:41.583831309 -0700
@@ -0,0 +1,3 @@
+;; -*- no-byte-compile: t -*-
+
+(load "term/xterm")
--- /dev/null	2004-02-23 13:02:56.000000000 -0800
+++ xterm-256color.el	2004-09-02 11:32:41.582831579 -0700
@@ -0,0 +1,3 @@
+;; -*- no-byte-compile: t -*-
+
+(load "term/xterm")

             reply	other threads:[~2004-09-02 19:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-02 19:17 Dan Nicolaescu [this message]
2004-09-02 21:37 ` add term files for xterm-88color and xterm-256color Andreas Schwab
2004-09-02 22:08   ` Dan Nicolaescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200409021917.i82JHBGK004358@scanner2.ics.uci.edu \
    --to=dann@ics.uci.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).