|
From: | Javier |
Subject: | Re: Emacs in a terminal via qrsh on Sun Grid Engine - text rendering |
Date: | Wed, 14 Oct 2015 17:47:36 +0000 (UTC) |
User-agent: | tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (Linux/3.18.6-1-ARCH (x86_64)) |
> 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))
[Prev in Thread] | Current Thread | [Next in Thread] |