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

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

RE: New Frame is different


From: Drew Adams
Subject: RE: New Frame is different
Date: Wed, 23 Nov 2011 07:16:02 -0800

> But what's the variable name for cursor color?

Use frame parameter `cursor-color' (in `default-frame-alist').

> And for font size?

That's part of the font definition - frame parameter `font' (in
`default-frame-alist').

If you like what you saw in your black frame, then just do `C-h v
frame-parameters' to see what the current frame parameters are, and set those
you want in `default-frame-alist'.

> I looked for these in the "Help" and some googling,
> but no help.

Look in the Emacs manual (`C-h r', or `C-h i' and choose `Emacs').  Use `i' to
look for something that is in the index.  E.g. `i font TAB', `i cursor TAB'.  Or
look in the Elisp manual: `i frame parameters'.

Or use the search field on Emacs Wiki: http://www.emacswiki.org/emacs/SiteMap.




reply via email to

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