all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: ryan.moszynski@gmail.com
Cc: help-gnu-emacs@gnu.org
Subject: Re: starting emacs with -fn 10x20 from .emacs
Date: Tue, 12 Jun 2007 00:26:09 +0200	[thread overview]
Message-ID: <2591630A-568A-4F6A-8F10-4DEB9B3E8467@Web.DE> (raw)
In-Reply-To: <200706111726.04653.ryan.moszynski@gmail.com>


Am 11.06.2007 um 23:26 schrieb Ryan Moszynski:

> however, if i start the emacs session from a terminal or as root, i  
> have to
> either type the "-font 10x20" every time, or change the font after  
> i start
> emacs through shift/left-click.  I have been looking but i cannot  
> find how to
> do this through my .emacs file.
>

         (setq default-frame-alist '(
           (border-color          . "#4e3831")
           (foreground-color      . "grey10")
           (background-color      . "ghost white")
           (vertical-scroll-bars  . left)
           (cursor-color          . "purple")
           (cursor-type           . box)
           (font                  . 10x20)
           (active-alpha          . 0.75)
           (inactive-alpha        . 0.875)
           (top . 50) (left . 150) (width . 89) (height . 56)))

There is also initial-frame-alist ...

--
Greetings

   Pete

IMBECILITY, n.  A kind of divine inspiration, or sacred fire  
affecting censorious critics of this dictionary.
                    -- Ambrose Bierce: _The Devil's Dictionary_

  reply	other threads:[~2007-06-11 22:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-11 21:26 starting emacs with -fn 10x20 from .emacs Ryan Moszynski
2007-06-11 22:26 ` Peter Dyballa [this message]
2007-06-13 17:02   ` Ryan Moszynski
2007-06-13 18:40     ` Peter Dyballa
     [not found] <mailman.1964.1181597049.32220.help-gnu-emacs@gnu.org>
2007-06-12 18:17 ` s. keeling
2007-06-13 11:02   ` Raimund Kohl-Fuechsle
     [not found]   ` <mailman.2095.1181732975.32220.help-gnu-emacs@gnu.org>
2007-06-14  6:59     ` Cecil Westerhof
2007-06-14 16:01       ` s. keeling
2007-06-12 19:54 ` Stefan Monnier

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=2591630A-568A-4F6A-8F10-4DEB9B3E8467@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=ryan.moszynski@gmail.com \
    /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.