From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexandros Prekates Newsgroups: gmane.emacs.help Subject: Is Default face a per frame attribute or a global one? Date: Mon, 25 Aug 2014 02:29:42 +0300 Message-ID: <53FA7566.8080007@openmailbox.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1408927881 8746 80.91.229.3 (25 Aug 2014 00:51:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Aug 2014 00:51:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 25 02:51:15 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XLiV9-0003nJ-HW for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Aug 2014 02:51:15 +0200 Original-Received: from localhost ([::1]:45716 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLiV9-0008GU-8Q for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Aug 2014 20:51:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLiUu-0008GK-Td for help-gnu-emacs@gnu.org; Sun, 24 Aug 2014 20:51:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLiUp-00045t-Ox for help-gnu-emacs@gnu.org; Sun, 24 Aug 2014 20:51:00 -0400 Original-Received: from mail.openmailbox.org ([212.129.10.237]:35481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLiUp-00045S-Fg for help-gnu-emacs@gnu.org; Sun, 24 Aug 2014 20:50:55 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.openmailbox.org (Postfix) with ESMTP id 93D0E2E0071 for ; Mon, 25 Aug 2014 01:29:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=openmailbox.org; h=content-transfer-encoding:content-type:content-type:subject :subject:mime-version:user-agent:from:from:date:date:message-id :received; s=openmailbox; t=1408922987; bh=VawB42T4cx5Ug4jDylEKb GHaHqPV2lFm+RoHiqVCECs=; b=AncqtIQsY+1en2s4OAFAmmd8QnWiG71PQ4OrT HewefZ7MHBMk3k2NlOVKSsDYhMoLwZnI3vsqGsAYRwMbWn9HOgwPTP7iEFMTERGh tsFEUJkRzM/5cnFugZgYy3x3IpjDn4LQ+Nz4jWfhDMFbZ/uYeKkZZsXSuT8XonL5 edmsks= X-Virus-Scanned: at openmailbox.org Original-Received: from mail.openmailbox.org ([212.129.10.237]) by localhost (mail.openmailbox.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id CMWgMvFh3AEp for ; Mon, 25 Aug 2014 01:29:47 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.129.10.237 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99393 Archived-At: Continuing little experiments to better undestand the relation among fonts, faces, frames etc, i noticed that if i have 2 frames (A and B) and i evaluate from ielm in frame A (set-frame-font "liberation serif" nil nil) . when i check the default face's font i see different values in frame A from frame B. So it seems that default face is a frame's variable. i mean every frame has its own default face? Is that right? Alexandros