all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Trouble setting default font and window size
@ 2016-07-28  5:18 Ron House
  2016-07-28  5:43 ` Emanuel Berg
  0 siblings, 1 reply; 12+ messages in thread
From: Ron House @ 2016-07-28  5:18 UTC (permalink / raw)
  To: help-gnu-emacs

I am trying to set a particular font and default window size, but I run 
into a problem. I get the font I want, but when emacs starts, just as it 
starts, before it sets the required font, it momentarily uses a larger 
font. The window size I ask for uses the entire screen height, so that 
larger font causes emacs to ignore my screen size request and use a much 
smaller, standard screen size.

So I am having to specify a smaller size than I want so that the larger 
font only just fits the screen, but then my reduced window when the 
correct font takes over is smaller than I want.

I start emacs with:

emacs -i -geometry 85x64 <<< I really want 99x60 here.

My .emacs contains the following lines related to font settings:

(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 (:inherit nil :stipple nil :inverse-video nil :box nil 
:strike-through nil :overline nil :underline nil :slant normal :weight 
normal :height 90 :width normal :foundry "bitstream" :family "Bitstream 
Vera Sans Mono"))))
  '(header-line ((((class color grayscale) (background light)) (:inherit 
mode-line :background "grey90" :foreground "grey20" :box nil :height 0.5 
:width condensed))))
  '(mouse ((t (:background "black")))))

This is the font I want, but emacs starts up with some other font. Can 
that be changed?

-- 
Ron House
Building Peace: http://peacelegacy.org
Australian Birds: http://wingedhearts.org
Principle of Goodness academic site: http://principleofgoodness.net


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

end of thread, other threads:[~2016-08-01 11:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-28  5:18 Trouble setting default font and window size Ron House
2016-07-28  5:43 ` Emanuel Berg
2016-07-28 12:37   ` Ron House
2016-07-28 12:47     ` Ron House
2016-07-28 14:57       ` Eli Zaretskii
2016-07-28 13:57     ` Emanuel Berg
2016-07-28 15:30       ` HASM
2016-07-28 16:01         ` Emanuel Berg
2016-07-28 21:26           ` HASM
2016-07-29  2:34             ` Emanuel Berg
2016-07-29  6:09         ` Ron House
2016-08-01 11:19           ` SOLVED " Ron House

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.