all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: vincent.marguerit@gmail.com
Cc: help-gnu-emacs@gnu.org
Subject: Re: Emacs and several windows
Date: Tue, 24 Jul 2007 17:31:36 +0200	[thread overview]
Message-ID: <BF913EBB-3B11-49F7-B1C0-71F2A05FB3AA@Web.DE> (raw)
In-Reply-To: <1185277097.013938.236160@q75g2000hsh.googlegroups.com>


Am 24.07.2007 um 13:38 schrieb vincent.marguerit:

> C-x 5 2 works fine, but it's strange, the new frame does not take my
> settings from my .emacs file.
>
> Any idea why ?

Yes. Imagine (and compare and check and understand) these settings:

         (setq initial-frame-alist '(
           (mouse-color           . "midnightblue")
           (foreground-color      . "grey20")
           (background-color      . "alice blue")
           (internal-border-width . 2)
           (line-spacing          . 1)
           (active-alpha          . 0.875)
           (inactive-alpha        . 0.75)
           (font . "-*-*-medium-r-normal--10-*-*-*-*-*-fontset- 
hiraginomin")
           (top . 25) (left . 650) (width . 91) (height . 50)))
         (setq default-frame-alist '(
           (border-color          . "#4e3831")
           (foreground-color      . "grey10")
           (background-color      . "ghost white")
           (vertical-scroll-bars  . left)
           (cursor-color          . "purple")
           (cursor-type           . box)
           (active-alpha          . 0.75)
           (inactive-alpha        . 0.875)
           (font . "-*-*-medium-r-normal--9-*-*-*-*-*-fontset- 
hiraginokaku")
           (top . 50) (left . 150) (width . 89) (height . 56)))


--
Greetings

   Pete

Windows, c'est un peu comme le beaujolais nouveau: à chaque nouvelle  
cuvée on sait que ce sera dégueulasse, mais on en prend quand même,  
par masochisme.

      parent reply	other threads:[~2007-07-24 15:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-24 10:17 Emacs and several windows vincent.marguerit
2007-07-24 10:33 ` Arjen Wiersma
2007-07-24 10:51   ` poppyer
2007-07-24 11:19     ` Tassilo Horn
2007-07-24 11:10 ` Peter Dyballa
2007-07-24 11:25 ` Harald Hanche-Olsen
2007-07-24 11:38   ` vincent.marguerit
2007-07-24 11:43     ` Harald Hanche-Olsen
2007-07-24 12:32       ` vincent.marguerit
2007-07-24 17:20         ` Harald Hanche-Olsen
2007-07-24 15:31     ` Peter Dyballa [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=BF913EBB-3B11-49F7-B1C0-71F2A05FB3AA@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=vincent.marguerit@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.