unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* set-face-font disables set-frame-font
@ 2005-03-08  8:12 Kenichi Handa
  0 siblings, 0 replies; only message in thread
From: Kenichi Handa @ 2005-03-08  8:12 UTC (permalink / raw)


With the latest CVS code, once I execute set-face-font,
set-frame-font stops working.

For instance, please start emacs, and evaluate this:
  (set-face-font 'default "fixed")
Then the font is changed to "fixed" and frame size is also
adjusted.  Next, evaluate this:
  (set-default-font "-adobe-courier-medium-r-normal--24-*-iso8859-1")
The frame size is once adjusted (i.e. get bigger) but soon
be back to the original size, and the font doesn't change.
  (frame-parameter nil 'font)
still returns "fixed".

---
Ken'ichi HANDA
handa@m17n.org

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-08  8:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-08  8:12 set-face-font disables set-frame-font Kenichi Handa

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).