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

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

bug#13278: 24.3.50; Attributes aren't inherited in a copied face across


From: Katsumi Yamaoka
Subject: bug#13278: 24.3.50; Attributes aren't inherited in a copied face across frames
Date: Wed, 26 Dec 2012 10:56:08 +0900
User-agent: Gnus/5.130006 (真 Gnus v0.6) Emacs/24.3.50 (i686-pc-cygwin)

(This happens in not only 24.3.50 but also at least 24.2.)
Say copy the built-in face `bold' to `my-bold' as follows:

(copy-face 'bold 'my-bold)
 = my-bold
(face-attribute 'my-bold :weight)
 => bold

That is normal.  However, if `(face-attribute ...)' is done again
in a newly created frame (by `C-x 5 2'), it returns `unspecified',
i.e., that is not a bold face in the new frame.  I've tested it in
only Cygwin Emacs, sorry.

In GNU Emacs 24.3.50.1 (i686-pc-cygwin, X toolkit, Xaw3d scroll bars)
 of 2012-12-26 on localhost
Bzr revision: 111328 yamaoka@jpl.org-20121225221259-r4rry9vo7pnzo5pk
Windowing system distributor `The Cygwin/X Project', version 11.0.11301000
Configured using:
 `configure '--verbose' '--with-x-toolkit=lucid' '--without-imagemagick'
 '--without-dbus' '--without-gconf' '--without-gsettings''





reply via email to

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