From: Javier <nospam@nospam.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs in a terminal via qrsh on Sun Grid Engine - text rendering
Date: Wed, 14 Oct 2015 17:47:36 +0000 (UTC) [thread overview]
Message-ID: <mvm4fo$kn6$1@speranza.aioe.org> (raw)
In-Reply-To: mailman.315.1444840472.7904.help-gnu-emacs@gnu.org
> I've done that and the problem persists :(
It might be that the colors of the emacs font faces in the buffer and
statusbar are the problem. Try
TERM=xterm emacs -nw
TERM=xterm instead of TERM=xterm-256color will do the colorizing of
the screen slightly differently.
If that doesn't work you can try to remove color completely
emacs -nw --color=no
or this in your ~/.emacs
(add-to-list 'default-frame-alist '(tty-color-mode . -1))
next prev parent reply other threads:[~2015-10-14 17:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.241.1444753382.7904.help-gnu-emacs@gnu.org>
2015-10-13 19:22 ` Emacs in a terminal via qrsh on Sun Grid Engine - text rendering Javier
2015-10-14 16:33 ` Seb James
[not found] ` <mailman.315.1444840472.7904.help-gnu-emacs@gnu.org>
2015-10-14 17:47 ` Javier [this message]
2015-10-14 17:57 ` Eli Zaretskii
[not found] ` <mailman.325.1444845518.7904.help-gnu-emacs@gnu.org>
2015-10-17 15:46 ` Javier
2015-10-13 16:01 Seb James
2015-10-17 20:01 ` Bob Proulx
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='mvm4fo$kn6$1@speranza.aioe.org' \
--to=nospam@nospam.com \
--cc=help-gnu-emacs@gnu.org \
/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.
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).