all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Riley <rileyrgdev@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Set default font for all frames
Date: Sat, 01 Aug 2009 12:27:27 +0200	[thread overview]
Message-ID: <h515ob$vbb$2@rileyrgdev.eternal-september.org> (raw)
In-Reply-To: mailman.3625.1249111939.2239.help-gnu-emacs@gnu.org

Peter Dyballa <Peter_Dyballa@Web.DE> writes:

> Am 01.08.2009 um 05:43 schrieb Richard Hoskins:
>
>> when I make a new frame, Monoco is used
>
>
> 	(setq initial-frame-alist
> 	  (append (list
> 	    '(border-color      . "#4e3832")
> 	    '(foreground-color  . "grey10")
> 	    '(background-color  . "AliceBlue")
> 	    '(active-alpha      . 0.875)
> 	    '(inactive-alpha    . 0.75)
> 	    '(font . "fontset-10pt_lucidatypewriter")
> ;	    '(font . "Envy Code R-18")
> 	    '(top . 136) '(left . 666) '(width . 100) '(height . 57)
> 	  ) initial-frame-alist))
>
> And there is also default-frame-alist for all (other) frames.
>

Whats the name of the function to throw out the current display settings
as X resources?


      parent reply	other threads:[~2009-08-01 10:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-01  3:43 Set default font for all frames Richard Hoskins
2009-08-01  6:38 ` Daniel Pittman
2009-08-01  7:12 ` CHENG Gao
2009-08-01  7:32 ` Peter Dyballa
     [not found] ` <mailman.3625.1249111939.2239.help-gnu-emacs@gnu.org>
2009-08-01 10:27   ` Richard Riley [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='h515ob$vbb$2@rileyrgdev.eternal-september.org' \
    --to=rileyrgdev@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.