all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* making new frame display the same font??
@ 2003-04-18 22:54 Fortepianissimo
  2003-04-19 20:16 ` Kai Großjohann
  0 siblings, 1 reply; 4+ messages in thread
From: Fortepianissimo @ 2003-04-18 22:54 UTC (permalink / raw)


Please forgive me if I sound totally ignorant - I'm using Emacs 21 on
Mac OS X. I've set my default face in my .emacs as follows:

(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(default ((t (:stipple nil :background "grey95" :foreground "black"
:inverse-video nil :box nil :strike-through nil :overline nil
:underline nil :slant normal :weight normal :height 104 :width normal
:family "apple-monaco")))))

But the problem is whenever I hit c-x 5 2 for a new frame, the font
used in that frame reverts back to the default (larger) one.

I've been trying to find myself some tips over newsgroups and heard
something about initial-frame-alist and default-frame-alist. My
initial-frame-alist is nil and here is my default-frame-alist value:

((tool-bar-lines . 0)
 (foreground-color . "black")
 (background-color . "grey95")
 (menu-bar-lines . 1))

But I have NO idea how to achieve what I want (which is a darn simple
thing I would say). Could anyone give a hint or two as to what I
should do next?

THANKS a bunch!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-04-21 10:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-18 22:54 making new frame display the same font?? Fortepianissimo
2003-04-19 20:16 ` Kai Großjohann
2003-04-21  5:03   ` Fortepianissimo
2003-04-21 10:01     ` Kai Großjohann

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.