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

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

Re: Emacs and several windows


From: Peter Dyballa
Subject: Re: Emacs and several windows
Date: Tue, 24 Jul 2007 17:31:36 +0200


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.






reply via email to

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