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

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

Re: default-frame-alist in console mode


From: Ismael Valladolid Torres
Subject: Re: default-frame-alist in console mode
Date: Sun, 23 Jan 2005 23:40:46 +0100
User-agent: Mutt/1.5.6+20040907i

August escribe:
> I noticed when I opened Emacs in console mode that the variable
> `default-frame-alist' from .emacs is used. Is there a way to skip this
> setting in console mode? Under X Windows I use a colored background (set
> by `default-frame-alist'), but when I start Emacs in console mode I get
> a white text on white background. Moreover, none of the settings I have
> in `default-frame-alist' makes sense in console mode.

This works for me:

(when window-system
  (setq default-frame-alist
   ...))

Cordially, Ismael



reply via email to

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