From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.help Subject: A question about face-all-attributes Date: Wed, 23 Oct 2013 21:49:28 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1382536182 3225 80.91.229.3 (23 Oct 2013 13:49:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2013 13:49:42 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 23 15:49:46 2013 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 1VYyok-0000RR-Ec for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Oct 2013 15:49:46 +0200 Original-Received: from localhost ([::1]:49519 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYyog-0006hl-Tz for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Oct 2013 09:49:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYyoW-0006hd-3Y for help-gnu-emacs@gnu.org; Wed, 23 Oct 2013 09:49:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYyoU-0005sC-4h for help-gnu-emacs@gnu.org; Wed, 23 Oct 2013 09:49:32 -0400 Original-Received: from mail-ie0-x231.google.com ([2607:f8b0:4001:c03::231]:55768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYyoT-0005s2-VS for help-gnu-emacs@gnu.org; Wed, 23 Oct 2013 09:49:30 -0400 Original-Received: by mail-ie0-f177.google.com with SMTP id e14so1318479iej.36 for ; Wed, 23 Oct 2013 06:49:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=OtDXbW656rcb1PWw5E/SVs8T7ZvOUqiobdhyWGmtXSM=; b=0VOSbI7IGSgqg8WBcPbr//0/uz4ICRZ5MALXgMO8BNY4Rjv81LKpMQqLx6+JCe3Qh7 OQUUVV+5s7NQ2goA9lTc9gR3AIhqDlo/yv9f6aMiX5qkU267y4ZpzJ6G3vrkg/KNSs5D 7P0+RYLi1S9HirzbL+CUCkemFIlpaObd3SUpA6AHziteiXfzKxd+SN4vSwZ6JCfQjnbx EScGzgFo7VHdrmKccW1t6jM7rWyfXfi70GoxzOxcSjrP9KFUtr6BRH5J857eOw3sotuY T8OSjfl9PzF427iLRE//Grl3JNY2skyTTQRLZA5bkm2J5085Yj9qWTVNwrI84Xs3SypV cfkg== X-Received: by 10.50.110.100 with SMTP id hz4mr847509igb.51.1382536168837; Wed, 23 Oct 2013 06:49:28 -0700 (PDT) Original-Received: by 10.42.133.72 with HTTP; Wed, 23 Oct 2013 06:49:28 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::231 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:94172 Archived-At: Hi, I'm experimenting with faces in Emacs Lisp now, but I don't understand this piece of code: (face-all-attributes 'default) =3D> ((:family . unspecified) (:foundry . unspecified) (:width . unspecified) (:height . unspecified) (:weight . unspecified) (:slant . unspecified) (:underline . unspecified) (:overline . unspecified) (:strike-through . unspecified) (:box . unspecified) (:inverse-video . unspecified) (:foreground . unspecified) ...) But: (describe-face 'default) =3D> Family: Ubuntu Mono Foundry: unknown Width: normal Height: 128 ... Why are the two results different? I expected similar results from them. I searched =E2=80=98face-all-attributes=E2=80=99 but found no docume= nt matching my query. Can anyone point me in the right direction? --=20 Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/