Okay, I have no idea what these mean or what to do.

On Wed, Mar 20, 2013 at 1:03 AM, Chris Johnsen <chris_john...@pobox.com>wrote:

> On Tue, Mar 19, 2013 at 11:10 PM, Jai Dayal <dayals...@gmail.com> wrote:
> > Hi,
> >   I'm new to tmux and didn't see an obvious answer to this question.
>  When I
> > use emacs inside of tmux, the font colors for emacs come out quite
> > differently.  Is there any way to rectify this so there's no color
> change?
>
> I have previously written a bit about this here:
>
>     http://unix.stackexchange.com/a/55868/1107
>
> Emacs has some defaults that change based on the TERM value. In
> particular, default-frame-background-mode is "light" for xterm-like
> values of TERM, but not for screen-like values (see normal-top-level
> in startup.el). Also, older versions of Emacs do not know about all
> the colors that that screen-like terminals support (especially
> screen-256color; compare term/xterm.el with term/screen.el (if your
> version of Emacs has the latter)). There may be other differences,
> but these are the ones I have come across before.
>
> To fix the former, you can customize frame-background-mode to
> "light" (or dark) so that all your terminals get the same treatment.
>
> For the latter, you need an updated term/screen.el. You can either
> get it from the Emacs source repository, or use the customize
> version that in my Gist at
>
>     https://gist.github.com/ChrisJohnsen/03101250a0c5bcc05f00
>
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to