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

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

Re: using Xresources for geometry


From: Baloff
Subject: Re: using Xresources for geometry
Date: 28 Aug 2005 15:30:07 +1000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Angelina Carlton <brat@magma.ca> writes:


> Baloff <washdc@wash.edu> writes:
> 
> >
> > the last line I changed from 80x40 but no changes happened when I
> > restarted emacs.
> 
> Xresources is read once when you log into X. 
> Log in again to reread that file.
> -- 
> -----Angelina Carlton-----
> orchid on irc.freenode.net
>      brat@magma.ca
> web:bzgirl.bakadigital.com
> --------------------------

I am trying to move those functionality from Xresources to .emacs,
those are





I managed to put in my .emacs the following

************************************************************
(setq initial-frame-alist '((top . 10)(left . 30)
                           (width . 90)(height . 50)))

(setq default-frame-alist '((width . 80)(height . 45)))
************************************************************

but don't know how to do the rest of the options in the Xresources
file which are

emacs*Background: Black
emacs*Foreground: White
emacs*pointerColor: White
emacs*cursorColor: White
emacs*bitmapIcon: on
emacs*font: fixed

and then increase the size of the font because it is too small.
any help is welcomed 

thanks


reply via email to

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