[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] X11, keyboards and mice: the full story.
From: |
Shawn Betts |
Subject: |
Re: [RP] X11, keyboards and mice: the full story. |
Date: |
Sun Jul 6 12:41:08 2003 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
twb <address@hidden> writes:
> BTW, does anybody know how to change emacs font (while it's running)
> without doing S-<mouse1>?
C-h k S-down-mouse-1 C-x o TAB RET
There's the source for the function mouse-set-font. If you look at
that, you'll see it calls set-default-font and there's an interesting
variable x-fixed-font-alist. Reading the help for set-default-font,
one finds that if called interactively it prompts for the name of the
font to use.
Shawn