help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Test for and adapt to: -nw


From: Tim Johnson
Subject: Re: Test for and adapt to: -nw
Date: Wed, 08 Dec 2010 15:26:12 -0000
User-agent: slrn/0.9.9p1 (Linux)

On 2010-08-24, Tim Johnson <tim@johnsons-web.com> wrote:
> Using emacs 23~ on linux. In some cases it would be preferable for me to
> use the -nw (do not use X) initialization option.
>
> 1)Is there an emacs function to test for X communication?
>  example: (using-X-p)
   Found the 'window-system variable. This suffices for the test
         that I need.
> 2)Are there any color themes composed especially for emacs?
  Should have asked:
  2)Are there any color themes composed especially for terminal-mode emacs?

> I would like to do something like this in .emacs:
> (if (using-X-p)
>   (color-theme-gnome)     ;; from color-theme.el
>       (nw-color-theme-gnome)) ;; from where ??
>
> 3)Is there something like an .Xresources file for a non-X emacs?
                              >.Xdefaults !
  I have found the (tty-color-alist) function, which gives me
        information on the frame terminal.

  answers to question 2 may save me some work on a color scheme for
        terminal mode.
-- 
Tim 
tim at johnsons-web.com or akwebsoft.com
http://www.akwebsoft.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]