emacs-pretest-bug
[Top][All Lists]
Advanced

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

Setting multiple face attributes on all frames


From: YAMAMOTO Mitsuharu
Subject: Setting multiple face attributes on all frames
Date: Wed, 12 Oct 2005 16:14:02 +0900 (JST)
User-agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/22.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

Setting multiple face attributes on all frames shows some strange
behavior for existing frames.

  Case 1:
    emacs -Q -D
    C-x 5 2
    (set-face-attribute 'default nil :family "times" :height 140)
    C-x 5 2

  Case 2:
    emacs -Q -D
    C-x 5 2
    (set-face-attribute 'default nil :height 140 :family "times")
    C-x 5 2

  Case 3:
    emacs -Q -D
    C-x 5 2
    (set-face-attribute 'default (selected-frame) :family "times" :height 140)

For Case 1, only family is changed on existing frames, but both family
and height are changed on a newly created frame.  For Case 2, only
height is changed on existing frames, but both family and height are
changed on a newly created frame.  Case 3 works as expected.

                                     YAMAMOTO Mitsuharu
                                address@hidden

In GNU Emacs 22.0.50.1 (sparc-sun-solaris2.8, X toolkit, Xaw3d scroll bars)
 of 2005-10-12 on church
X server distributor `The XFree86 Project, Inc', version 11.0.40300000
configured using `configure '--x-libraries=/usr/local/lib' 'CFLAGS=-O2 -mv8''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ja
  locale-coding-system: japanese-iso-8bit
  default-enable-multibyte-characters: t

Major mode: C

Minor modes in effect:
  display-time-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  tooltip-mode: t
  auto-compression-mode: t
  menu-bar-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  line-number-mode: t
  abbrev-mode: t




reply via email to

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