From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: Setting default face-font in Carbon Emacs
Date: Sun, 6 Mar 2005 20:08:57 +0100 [thread overview]
Message-ID: <8b6ca6724d4111f3e4e1dceb26df90a3@Web.DE> (raw)
In-Reply-To: <m2ekeskb9g.fsf@Althea.local>
Am 06.03.2005 um 17:08 schrieb Tim McNamara:
> How do I get the face to apply to all buffers?
What about this?
(setq initial-frame-alist '(
(mouse-color . "midnightblue")
(foreground-color . "midnightblue")
(background-color . "antiquewhite1")
(font . "fontset-12pt_bitstream_courier")
(top . 10) (left . 650) (width . 89) (height . 60)))
(setq default-frame-alist '(
(background-color . "ghost white")
(foreground-color . "grey10")
(vertical-scroll-bars . left)
(font . "fontset-12pt_lucidasans_typewriter")
(cursor-color . "purple")
(cursor-type . box)
(top . 20) (left . 150) (width . 89) (height . 56)))
--
Greetings
Pete
Bake Pizza not war!
next prev parent reply other threads:[~2005-03-06 19:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-06 16:08 Setting default face-font in Carbon Emacs Tim McNamara
2005-03-06 19:08 ` Peter Dyballa [this message]
2005-03-06 20:29 ` Stefan Monnier
2005-03-07 0:25 ` Tim McNamara
2005-03-07 1:24 ` Stefan Monnier
2005-03-07 3:40 ` Tim McNamara
[not found] ` <mailman.2783.1110137303.32256.help-gnu-emacs@gnu.org>
2005-03-07 0:24 ` Tim McNamara
2005-03-07 0:35 ` Tim McNamara
2005-03-07 9:59 ` Peter Dyballa
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=8b6ca6724d4111f3e4e1dceb26df90a3@Web.DE \
--to=peter_dyballa@web.de \
--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.