all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to change size of font?
@ 2008-08-07 15:18 xiaopeng hu
  2008-08-08  8:05 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: xiaopeng hu @ 2008-08-07 15:18 UTC (permalink / raw
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

I am using emacs in xp.
I choose new font size from option->set font/fontset and Save options,
but when next time I run emacs, font size changed back to default size.

How to change size of font?
thanks

[-- Attachment #2: Type: text/html, Size: 299 bytes --]

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

* Re: How to change size of font?
  2008-08-07 15:18 How to change size of font? xiaopeng hu
@ 2008-08-08  8:05 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2008-08-08  8:05 UTC (permalink / raw
  To: help-gnu-emacs

> Date: Thu, 7 Aug 2008 23:18:11 +0800
> From: "xiaopeng hu" <huxiaopengstat@gmail.com>
> 
> I choose new font size from option->set font/fontset and Save options,
> but when next time I run emacs, font size changed back to default size.
> 
> How to change size of font?

You need to customize default-frame-alist in your ~/.emacs init file.
Here's an example from mine:

  (add-to-list 'default-frame-alist 
  	       '(font . "-outline-Courier New-normal-r-normal-normal-15-112-96-96-c-90-iso8859-1"))

See the node "Creating Frames" in the Emacs manual for more
information about this.




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

end of thread, other threads:[~2008-08-08  8:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-07 15:18 How to change size of font? xiaopeng hu
2008-08-08  8:05 ` Eli Zaretskii

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.