all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Test for and adapt to: -nw
@ 2010-08-24 22:23 Tim Johnson
  2010-08-25  0:23 ` Tim Johnson
  0 siblings, 1 reply; 4+ messages in thread
From: Tim Johnson @ 2010-08-24 22:23 UTC (permalink / raw)
  To: help-gnu-emacs

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)
2)Are there any color themes composed especially for 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?

thanks
-- 
Tim 
tim at johnsons-web.com or akwebsoft.com
http://www.akwebsoft.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-25 16:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-24 22:23 Test for and adapt to: -nw Tim Johnson
2010-08-25  0:23 ` Tim Johnson
2010-08-25  6:10   ` Mario Lassnig
2010-08-25 16:18     ` Tim Johnson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.