From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: recent faces.el change Date: Tue, 18 Sep 2007 15:37:55 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190144325 24725 80.91.229.12 (18 Sep 2007 19:38:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Sep 2007 19:38:45 +0000 (UTC) Cc: Richard Stallman To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 18 21:38:38 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IXiu5-0004Ms-5Q for ged-emacs-devel@m.gmane.org; Tue, 18 Sep 2007 21:38:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXiu3-0007UF-Mn for ged-emacs-devel@m.gmane.org; Tue, 18 Sep 2007 15:38:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IXiu0-0007S0-0C for emacs-devel@gnu.org; Tue, 18 Sep 2007 15:38:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IXity-0007Qi-Eg for emacs-devel@gnu.org; Tue, 18 Sep 2007 15:38:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXity-0007QV-CM for emacs-devel@gnu.org; Tue, 18 Sep 2007 15:38:30 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IXity-0001VG-4S for emacs-devel@gnu.org; Tue, 18 Sep 2007 15:38:30 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IXitP-0006gC-Op; Tue, 18 Sep 2007 15:37:55 -0400 X-Spook: USDOJ PLO ANC CDC strategic jihad clandestine propaganda X-Ran: 6gJ*jw5":F\PC}n~o{TeB2Phj4JE3uX&]c*Q)#wD{+;5rO"sXq".(b{b^?=G^[L@)fU4%\ X-Hue: red X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:79219 gmane.emacs.pretest.bugs:19924 Archived-At: This change: 2007-09-17 Richard Stallman * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC. alters existing behaviour: emacs -Q (face-spec-set 'font-lock-function-name-face '((t (:foreground "red" :weight bold)))) M-x describe-face font-lock-function-name-face -> the face is red and bold M-x make-frame In the new frame, the face has reverted to the default. This didn't use to happen.