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

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

RE: getting unicode chars to show on Windows


From: Drew Adams
Subject: RE: getting unicode chars to show on Windows
Date: Fri, 28 Aug 2009 17:20:04 -0700

> How do i set a font for the current frame?

M-x icicle-font S-TAB

Choose any available font, using completion. Use `M-SPC', if you want to match
different font parts separately (taking the intersection).

> What i want is a toggle-font code so that i can press a key and have
> the font set to either a monospaced or variable-spaced one, and just
> for the current frame. More specifically: what's the elisp function
> that makes the current frame use Courier New? (i'll also need to
> know the full string or whatever that emacs uses for what Windows
> calls the Courier New font.)

(set-frame-parameter nil 'font "-*-Courier
New-normal-r-*-*-14-112-96-96-c-*-iso8859-1")

or whatever font you want.

M-: (frame-parameters) is your friend.

 





reply via email to

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