From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Reply-To: Ian Miller , 911@debbugs.gnu.org Resent-From: Ian Miller Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 07 Sep 2008 11:45:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12207874173715 (code B ref -1); Sun, 07 Sep 2008 11:45:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.9 required=4.0 tests=BAYES_00,FOURLA, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 7 Sep 2008 11:36:57 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m87BarDS003703 for ; Sun, 7 Sep 2008 04:36:54 -0700 Received: from mail.gnu.org ([199.232.76.166]:39879 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KcIXt-0008Lr-NO for emacs-pretest-bug@gnu.org; Sun, 07 Sep 2008 07:35:09 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KcIZT-0005C2-5C for emacs-pretest-bug@gnu.org; Sun, 07 Sep 2008 07:36:52 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:49197) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcIZS-0005BY-Pm for emacs-pretest-bug@gnu.org; Sun, 07 Sep 2008 07:36:46 -0400 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 1AE2A15D07A for ; Sun, 7 Sep 2008 07:36:45 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 07 Sep 2008 07:36:45 -0400 X-Sasl-enc: xVjT6zocFk5ljEI9yC4nOTlLJlNeMwI784NXFBcEAKHV 1220787404 Received: from baso (host86-145-203-105.range86-145.btcentralplus.com [86.145.203.105]) by mail.messagingengine.com (Postfix) with ESMTPSA id 41181A066 for ; Sun, 7 Sep 2008 07:36:44 -0400 (EDT) Date: Sun, 7 Sep 2008 12:36:42 +0100 From: Ian Miller To: emacs-pretest-bug@gnu.org Message-ID: <20080907113642.GB3007@baso.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Whenever I select "File->New Frame" (C-x 5 2) a new frame does not appear and I receive the message "Variable binding depth exceeds max-specpdl-size". This seems to be caused by any use of custom-set-faces in the .emacs file. When I remove the custom-set-faces code from .emacs, the bug does not occur. Example custom-set-faces in .emacs that causes the bug: (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))) If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/share/emacs/23.0.60/etc/DEBUG for instructions. In GNU Emacs 23.0.60.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.12.11) of 2008-08-01 on x86-1 Windowing system distributor `The X.Org Foundation', version 11.0.10499905 configured using `configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'' 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: en_GB.utf8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: show-paren-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x r e p o r Recent messages: Loading /usr/share/emacs/site-lisp/site-start.d/igrep-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/muse-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el (source)...done Loading gnus...done Loading paren...done For information about GNU Emacs and the GNU system, type C-h C-a. display-color-cells: Variable binding depth exceeds max-specpdl-size Making completion list... From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Reply-To: martin rudalics , 911@debbugs.gnu.org Resent-From: martin rudalics Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 07 Sep 2008 14:40:08 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.12207978981627 (code B ref 911); Sun, 07 Sep 2008 14:40:08 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.1 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 7 Sep 2008 14:31:38 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m87EVYxE001609 for <911@emacsbugs.donarmstrong.com>; Sun, 7 Sep 2008 07:31:36 -0700 Received: (qmail invoked by alias); 07 Sep 2008 14:31:29 -0000 Received: from 62-47-37-235.adsl.highway.telekom.at (EHLO [62.47.37.235]) [62.47.37.235] by mail.gmx.net (mp004) with SMTP; 07 Sep 2008 16:31:29 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX198Nfp6VFV8pWemi6+rxbnr5TKFDAQxl0TiIEOP9R UVBIEnjiqzpxhr Message-ID: <48C3E3EE.9070309@gmx.at> Date: Sun, 07 Sep 2008 16:23:42 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: 911@debbugs.gnu.org CC: Ian Miller Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.68 > Example custom-set-faces in .emacs that causes the bug: > > (custom-set-faces > ;; custom-set-faces was added by Custom. > ;; If you edit it by hand, you could mess it up, so be careful. > ;; Your init file should contain only one such instance. > ;; If there is more than one, they won't work right. > '(default ((t (:stipple nil :background "DarkSlateGray" > :foreground "wheat" :inverse-video nil :box nil :strike-through > nil :overline nil :underline nil :slant normal :weight normal > :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))) Can you reproduce the bug with an .emacs that contains just this form and nothing else? > display-color-cells: Variable binding depth exceeds max-specpdl-size Does this occur in `x-display-color-cells'? martin From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Reply-To: Ian Miller , 911@debbugs.gnu.org Resent-From: Ian Miller Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 07 Sep 2008 17:05:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.122080659920529 (code B ref 911); Sun, 07 Sep 2008 17:05:05 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.5 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 7 Sep 2008 16:56:39 +0000 Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m87GuZmv020523 for <911@emacsbugs.donarmstrong.com>; Sun, 7 Sep 2008 09:56:37 -0700 Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 77E8315D3CF; Sun, 7 Sep 2008 12:56:35 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Sun, 07 Sep 2008 12:56:35 -0400 X-Sasl-enc: PCfzuL1ZNb9YRt8IEkpaMyfxZ+Lt8tut+8ivJu3nJCIk 1220806595 Received: from baso (host86-145-203-105.range86-145.btcentralplus.com [86.145.203.105]) by mail.messagingengine.com (Postfix) with ESMTPSA id EC4CEA111; Sun, 7 Sep 2008 12:56:34 -0400 (EDT) Date: Sun, 7 Sep 2008 17:56:33 +0100 From: Ian Miller To: martin rudalics Cc: 911@debbugs.gnu.org Message-ID: <20080907165632.GA13662@baso.home> References: <48C3E3EE.9070309@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48C3E3EE.9070309@gmx.at> User-Agent: Mutt/1.5.18 (2008-05-17) On Sun, Sep 07, 2008 at 04:23:42PM +0200, martin rudalics wrote: > > Example custom-set-faces in .emacs that causes the bug: > > > > (custom-set-faces > > ;; custom-set-faces was added by Custom. > > ;; If you edit it by hand, you could mess it up, so be careful. > > ;; Your init file should contain only one such instance. > > ;; If there is more than one, they won't work right. > > '(default ((t (:stipple nil :background "DarkSlateGray" > > :foreground "wheat" :inverse-video nil :box nil :strike-through > > nil :overline nil :underline nil :slant normal :weight normal > > :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))) > > Can you reproduce the bug with an .emacs that contains just this form > and nothing else? Yes. The bug is still present even when .emacs consists of only the above. > > display-color-cells: Variable binding depth exceeds max-specpdl-size > > Does this occur in `x-display-color-cells'? I'm not quite sure what you mean by this... but I can evaluate (x-display-color-cells) in the scratch buffer without any apparent error? (x-display-color-cells) 1677721 From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Reply-To: martin rudalics , 911@debbugs.gnu.org Resent-From: martin rudalics Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 07 Sep 2008 18:55:06 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.122081341627851 (code B ref 911); Sun, 07 Sep 2008 18:55:06 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.1 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 7 Sep 2008 18:50:16 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m87IoBAj027245 for <911@emacsbugs.donarmstrong.com>; Sun, 7 Sep 2008 11:50:13 -0700 Received: (qmail invoked by alias); 07 Sep 2008 18:50:05 -0000 Received: from 62-47-58-204.adsl.highway.telekom.at (EHLO [62.47.58.204]) [62.47.58.204] by mail.gmx.net (mp014) with SMTP; 07 Sep 2008 20:50:05 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19VUpduoL9VatGyuKAglRkCc8LuQ3E4x3AAyVaC/e NvTX7DKf0S7bXn Message-ID: <48C421CC.7060206@gmx.at> Date: Sun, 07 Sep 2008 20:47:40 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Ian Miller CC: 911@debbugs.gnu.org References: <48C3E3EE.9070309@gmx.at> <20080907165632.GA13662@baso.home> In-Reply-To: <20080907165632.GA13662@baso.home> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.73 >> Can you reproduce the bug with an .emacs that contains just this form >> and nothing else? > > Yes. The bug is still present even when .emacs consists of only the above. And it happens when you evaluate that form in *scratch*? I'm asking because I can't reproduce it here. Maybe you should also try with a more recent checkout. > I'm not quite sure what you mean by this... but I can evaluate > (x-display-color-cells) in the scratch buffer without any apparent error? > > (x-display-color-cells) > 1677721 I wondered what precisely in `display-color-cells' could trigger the Variable binding depth exceeds max-specpdl-size. Can you debug `display-color-cells'? martin From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Reply-To: Ian Miller , 911@debbugs.gnu.org Resent-From: Ian Miller Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 07 Sep 2008 23:50:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.1220830956788 (code B ref 911); Sun, 07 Sep 2008 23:50:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.8 required=4.0 tests=BAYES_00,IMPRONONCABLE_1, MURPHY_WRONG_WORD2,RCVD_IN_DNSWL_LOW autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 7 Sep 2008 23:42:36 +0000 Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m87NgTgv000782 for <911@emacsbugs.donarmstrong.com>; Sun, 7 Sep 2008 16:42:30 -0700 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 14433155948; Sun, 7 Sep 2008 19:42:29 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 07 Sep 2008 19:42:29 -0400 X-Sasl-enc: ty29l6kw55bxlvSbW2K77yKFO2sT+XIYCY6d4FsDfZCw 1220830948 Received: from baso (host81-156-178-77.range81-156.btcentralplus.com [81.156.178.77]) by mail.messagingengine.com (Postfix) with ESMTPSA id 7893A3CEFD; Sun, 7 Sep 2008 19:42:28 -0400 (EDT) Date: Mon, 8 Sep 2008 00:42:26 +0100 From: Ian Miller To: martin rudalics Cc: 911@debbugs.gnu.org Message-ID: <20080907234226.GA22400@baso.home> References: <48C3E3EE.9070309@gmx.at> <20080907165632.GA13662@baso.home> <48C421CC.7060206@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48C421CC.7060206@gmx.at> User-Agent: Mutt/1.5.18 (2008-05-17) On Sun, Sep 07, 2008 at 08:47:40PM +0200, martin rudalics wrote: > > And it happens when you evaluate that form in *scratch*? I'm asking > because I can't reproduce it here. Maybe you should also try with a > more recent checkout. If I delete .emacs, and then evaluate the form in *scratch* then the same symptoms occur. If however, I first create a new frame, and then evaluate the form in that new frame, then the symptoms only occur in the frame in which I evaluated the form but I am able to create new frames (with the new font colours) from every other frame, including the original. I have tried this with the latest sources from CVS and get the same results. > I wondered what precisely in `display-color-cells' could trigger the > Variable binding depth exceeds max-specpdl-size. Can you debug > `display-color-cells'? This is what I get if I toggle-debug-on-error (I hope this is useful?): Debugger entered--Lisp error: (error "Variable binding depth exceeds max-specpdl-size") framep-on-display(#) display-color-cells(#) face-spec-set-match-display(((min-colors 88) (class color)) #) face-spec-choose((((... ...) (:foreground "white" :background "blue1")) ((...) (:foreground "white" :background "blue")) (t (:slant italic))) #) face-spec-match-p(custom-themed (((... ...) (:foreground "white" :background "blue1")) ((...) (:foreground "white" :background "blue")) (t (:slant italic))) #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "#ffffff" #) set-face-attribute(default # :background "#ffffff") face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) face-spec-recalc(default #) frame-set-background-mode(#) internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) set-face-attribute(default # :background "DarkSlateGray") face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) face-spec-recalc(default #) frame-set-background-mode(#) x-create-frame-with-faces(nil) make-frame() make-frame-command() call-interactively(make-frame-command nil nil) From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Reply-To: martin rudalics , 911@debbugs.gnu.org Resent-From: martin rudalics Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 08 Sep 2008 13:40:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.122088077531983 (code B ref 911); Mon, 08 Sep 2008 13:40:05 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.5 required=4.0 tests=AWL,BAYES_00,FOURLA, IMPRONONCABLE_1,MURPHY_WRONG_WORD2 autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 8 Sep 2008 13:32:55 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m88DWo8c031976 for <911@emacsbugs.donarmstrong.com>; Mon, 8 Sep 2008 06:32:52 -0700 Received: (qmail invoked by alias); 08 Sep 2008 13:32:43 -0000 Received: from 62-47-57-138.adsl.highway.telekom.at (EHLO [62.47.57.138]) [62.47.57.138] by mail.gmx.net (mp026) with SMTP; 08 Sep 2008 15:32:43 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/vEYZr1s/vpdy/2YMEAZdO4LnLIpwyxpsrGyPvTl G7m2gzrUPj1duX Message-ID: <48C528C4.4010606@gmx.at> Date: Mon, 08 Sep 2008 15:29:40 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Ian Miller CC: 911@debbugs.gnu.org References: <48C3E3EE.9070309@gmx.at> <20080907165632.GA13662@baso.home> <48C421CC.7060206@gmx.at> <20080907234226.GA22400@baso.home> In-Reply-To: <20080907234226.GA22400@baso.home> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.64 > This is what I get if I toggle-debug-on-error > (I hope this is useful?): > > Debugger entered--Lisp error: (error "Variable binding depth exceeds max-specpdl-size") > framep-on-display(#) > display-color-cells(#) > face-spec-set-match-display(((min-colors 88) (class color)) #) > face-spec-choose((((... ...) (:foreground "white" :background "blue1")) ((...) (:foreground "white" :background "blue")) (t (:slant italic))) #) > face-spec-match-p(custom-themed (((... ...) (:foreground "white" :background "blue1")) ((...) (:foreground "white" :background "blue")) (t (:slant italic))) #) > frame-set-background-mode(#) > internal-set-lisp-face-attribute(default :background "#ffffff" #) > set-face-attribute(default # :background "#ffffff") > face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) > face-spec-recalc(default #) > frame-set-background-mode(#) > internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) > set-face-attribute(default # :background "DarkSlateGray") > face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) > face-spec-recalc(default #) > frame-set-background-mode(#) [...] > internal-set-lisp-face-attribute(default :background "#ffffff" #) > set-face-attribute(default # :background "#ffffff") > face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))) > face-spec-recalc(default #) > frame-set-background-mode(#) > internal-set-lisp-face-attribute(default :background "DarkSlateGray" #) > set-face-attribute(default # :background "DarkSlateGray") > face-spec-set-2(default # ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) > face-spec-recalc(default #) > frame-set-background-mode(#) > x-create-frame-with-faces(nil) > make-frame() > make-frame-command() > call-interactively(make-frame-command nil nil) IIUC it has entered infinite recursion where `frame-set-background-mode' is entered over and over again. Somehow alternating between a "#ffffff" and "DarkSlateGray" background, very interesting. But I don't really understand where this happens :-( martin From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Reply-To: martin rudalics , 911@debbugs.gnu.org Resent-From: martin rudalics Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 14 Sep 2008 14:00:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.122140037212160 (code B ref 911); Sun, 14 Sep 2008 14:00:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.0 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, IMPRONONCABLE_1,MURPHY_WRONG_WORD2 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 14 Sep 2008 13:52:52 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m8EDqleM012153 for <911@emacsbugs.donarmstrong.com>; Sun, 14 Sep 2008 06:52:49 -0700 Received: (qmail invoked by alias); 14 Sep 2008 13:52:42 -0000 Received: from 62-47-41-96.adsl.highway.telekom.at (EHLO [62.47.41.96]) [62.47.41.96] by mail.gmx.net (mp033) with SMTP; 14 Sep 2008 15:52:42 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+K9NENkWCKDN9E4uVAedd5PF/DACHXC2S5deavVg wKLz3y6f/NR58b Message-ID: <48CD168D.10107@gmx.at> Date: Sun, 14 Sep 2008 15:50:05 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: 911@debbugs.gnu.org CC: Ian Miller References: <48C3E3EE.9070309@gmx.at> <20080907165632.GA13662@baso.home> <48C421CC.7060206@gmx.at> <20080907234226.GA22400@baso.home> <48C528C4.4010606@gmx.at> In-Reply-To: <48C528C4.4010606@gmx.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.66 Ian, I can't reproduce this here. Could your try to edebug the functions `face-spec-set-2' and `face-spec-recalc' to find out why (or better how) in the trace > > face-spec-set-2(default # ((t :stipple > nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box > nil :strike-through nil :overline nil :underline nil :slant normal > :weight normal :height 90 :width normal :foundry "unknown" :family > "DejaVu Sans Mono"))) > > face-spec-recalc(default #) [...] > > face-spec-set-2(default # ((t (:stipple > nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil > :box nil :strike-through nil :overline nil :underline nil :slant normal > :weight normal :height 121 :width normal :foundry "unknown" :family > "DejaVu Sans Mono")))) > > face-spec-recalc(default #) the function `face-spec-set-2' is called alternately with different backgrounds. That is, edebug these two functions, call C-x 5 2 or whatever you have to make a new frame, and tell me whether (1) `face-spec-recalc' in one and the same call invokes `face-spec-set-2' at least twice (where an invocation should cause `face-spec-set-2' to really call `set-face-attributes'), or (2) `face-spec-recalc' is called at least twice when making a new frame. Please complain immediately whem my recipe is unclear. Thanks in advance, martin. From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Reply-To: Ian Miller , 911@debbugs.gnu.org Resent-From: Ian Miller Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 16 Sep 2008 12:20:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.12215671195702 (code B ref 911); Tue, 16 Sep 2008 12:20:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.7 required=4.0 tests=BAYES_00,FOURLA, HAS_BUG_NUMBER,IMPRONONCABLE_1,MURPHY_WRONG_WORD2,RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 16 Sep 2008 12:11:59 +0000 Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8GCBqlI005696 for <911@emacsbugs.donarmstrong.com>; Tue, 16 Sep 2008 05:11:53 -0700 Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id F1FCB160EB3; Tue, 16 Sep 2008 08:11:51 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Tue, 16 Sep 2008 08:11:52 -0400 X-Sasl-enc: 8ai1Hr3yIWJAfpA1B14noYOGUep71cNCvVk6Ixyu/mEG 1221567111 Received: from baso (host86-135-239-211.range86-135.btcentralplus.com [86.135.239.211]) by mail.messagingengine.com (Postfix) with ESMTPSA id 67A7120344; Tue, 16 Sep 2008 08:11:51 -0400 (EDT) Date: Tue, 16 Sep 2008 13:11:49 +0100 From: Ian Miller To: martin rudalics Cc: 911@debbugs.gnu.org Message-ID: <20080916121149.GA19679@baso.home> References: <48C3E3EE.9070309@gmx.at> <20080907165632.GA13662@baso.home> <48C421CC.7060206@gmx.at> <20080907234226.GA22400@baso.home> <48C528C4.4010606@gmx.at> <48CD168D.10107@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48CD168D.10107@gmx.at> User-Agent: Mutt/1.5.18 (2008-05-17) On Sun, Sep 14, 2008 at 03:50:05PM +0200, martin rudalics wrote: > Ian, > > I can't reproduce this here. Could your try to edebug the functions > `face-spec-set-2' and `face-spec-recalc' to find out why (or better how) > in the trace > > > > face-spec-set-2(default # ((t :stipple > > nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box > > nil :strike-through nil :overline nil :underline nil :slant normal > > :weight normal :height 90 :width normal :foundry "unknown" :family > > "DejaVu Sans Mono"))) > > > face-spec-recalc(default #) > [...] > > > face-spec-set-2(default # ((t (:stipple > > nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil > > :box nil :strike-through nil :overline nil :underline nil :slant normal > > :weight normal :height 121 :width normal :foundry "unknown" :family > > "DejaVu Sans Mono")))) > > > face-spec-recalc(default #) > > the function `face-spec-set-2' is called alternately with different > backgrounds. That is, edebug these two functions, call C-x 5 2 or > whatever you have to make a new frame, and tell me whether Martin, When I tried to instrument those two functions, there was no problem with face-spec-recalc, but face-spec-set-2 refused to instrument with the following complaint: edebug-syntax-error: Invalid read syntax: "Expected lambda expression" (defun face-spec-set-2 (face frame spec) "Set the face attributes of FACE on FRAME according to SPEC." (let* ((attrs (face-spec-choose spec frame))) (while attrs (let ((attribute (car attrs)) (value (car (cdr attrs)))) ;; Support some old-style attribute names and values. (case attribute (:bold (setq attribute :weight value (if value 'bold 'normal))) (:italic (setq attribute :slant value (if value 'italic 'normal))) ((:foreground :background) ^ this is the cursor marking the syntax error > (1) `face-spec-recalc' in one and the same call invokes > `face-spec-set-2' at least twice (where an invocation should cause > `face-spec-set-2' to really call `set-face-attributes'), or > > (2) `face-spec-recalc' is called at least twice when making a new frame. When I edebug face-spec-recalc and attempt to create a new frame, each time I press 'T' to Trace Fast the function appears to be re-entered, and this appears to go on indefinitely? Additionally a frame *is* created now, but it does not appear automatically on the screen - however, it can be accessed via the Buffers->Frames menu, and it does not use the colour scheme specified in .emacs. Also, when edebug reaches face-spec-recalc, I get the following console message with each subsequent step of edebug (sorry, I don't know if this is relevant, I am a complete novice when it comes to emacs debugging!): (emacs:21944): Gtk-CRITICAL **: gtk_box_pack_start: assertion `child->parent ==NULL' failed cheers, ian From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Reply-To: martin rudalics , 911@debbugs.gnu.org Resent-From: martin rudalics Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 16 Sep 2008 13:00:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.122156965619918 (code B ref 911); Tue, 16 Sep 2008 13:00:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.6 required=4.0 tests=AWL,BAYES_00,FOURLA, HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 16 Sep 2008 12:54:16 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m8GCs8L6019912 for <911@emacsbugs.donarmstrong.com>; Tue, 16 Sep 2008 05:54:10 -0700 Received: (qmail invoked by alias); 16 Sep 2008 12:54:02 -0000 Received: from 62-47-53-218.adsl.highway.telekom.at (EHLO [62.47.53.218]) [62.47.53.218] by mail.gmx.net (mp055) with SMTP; 16 Sep 2008 14:54:02 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX184VAcv0eY41Ax81BeSsIS2LFVLh7YniQn+gYuxJf ALfUz5LWTsVD6+ Message-ID: <48CFABAF.5010707@gmx.at> Date: Tue, 16 Sep 2008 14:50:55 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Ian Miller CC: 911@debbugs.gnu.org References: <48C3E3EE.9070309@gmx.at> <20080907165632.GA13662@baso.home> <48C421CC.7060206@gmx.at> <20080907234226.GA22400@baso.home> <48C528C4.4010606@gmx.at> <48CD168D.10107@gmx.at> <20080916121149.GA19679@baso.home> In-Reply-To: <20080916121149.GA19679@baso.home> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.61 > When I tried to instrument those two functions, there was no problem > with face-spec-recalc, but face-spec-set-2 refused to instrument > with the following complaint: > > edebug-syntax-error: Invalid read syntax: "Expected lambda expression" Sorry. Please append the code below at the end of your .emacs and send me the contents of the *face-spec-set-2* buffer after the bug occurred. Thanks, martin. ;;;; Code starts here (require 'cl) (require 'faces) (defun face-spec-set-2 (face frame spec) "Set the face attributes of FACE on FRAME according to SPEC." (with-current-buffer (get-buffer-create "*face-spec-set-2*") (insert (format "face %s frame %s spec %s" face frame spec)) (insert "\n")) (let* ((attrs (face-spec-choose spec frame))) (while attrs (let ((attribute (car attrs)) (value (car (cdr attrs)))) ;; Support some old-style attribute names and values. (case attribute (:bold (setq attribute :weight value (if value 'bold 'normal))) (:italic (setq attribute :slant value (if value 'italic 'normal))) ((:foreground :background) ;; Compatibility with 20.x. Some bogus face specs seem to ;; exist containing things like `:foreground nil'. (if (null value) (setq value 'unspecified))) (t (unless (assq attribute face-x-resources) (setq attribute nil)))) (when attribute (set-face-attribute face frame attribute value))) (setq attrs (cdr (cdr attrs)))))) ;;;; Code ends here From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Reply-To: Ian Miller , 911@debbugs.gnu.org Resent-From: Ian Miller Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 16 Sep 2008 14:25:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.122157467018801 (code B ref 911); Tue, 16 Sep 2008 14:25:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.2 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, IMPRONONCABLE_1,IMPRONONCABLE_2,MURPHY_WRONG_WORD2,RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 16 Sep 2008 14:17:50 +0000 Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8GEHlN3018796 for <911@emacsbugs.donarmstrong.com>; Tue, 16 Sep 2008 07:17:48 -0700 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id D969B161BF8; Tue, 16 Sep 2008 10:17:46 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 16 Sep 2008 10:17:46 -0400 X-Sasl-enc: e/CmTKXuzt5XfKU1yDkrIDFlvx3evdJqOtH8zrRAdSbP 1221574665 Received: from baso (host86-135-239-211.range86-135.btcentralplus.com [86.135.239.211]) by mail.messagingengine.com (Postfix) with ESMTPSA id 11C4F283EA; Tue, 16 Sep 2008 10:17:44 -0400 (EDT) Date: Tue, 16 Sep 2008 15:17:42 +0100 From: Ian Miller To: martin rudalics Cc: 911@debbugs.gnu.org Message-ID: <20080916141738.GA3025@baso.home> References: <48C3E3EE.9070309@gmx.at> <20080907165632.GA13662@baso.home> <48C421CC.7060206@gmx.at> <20080907234226.GA22400@baso.home> <48C528C4.4010606@gmx.at> <48CD168D.10107@gmx.at> <20080916121149.GA19679@baso.home> <48CFABAF.5010707@gmx.at> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <48CFABAF.5010707@gmx.at> User-Agent: Mutt/1.5.18 (2008-05-17) --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Sep 16, 2008 at 02:50:55PM +0200, martin rudalics wrote: > > When I tried to instrument those two functions, there was no problem > > with face-spec-recalc, but face-spec-set-2 refused to instrument > > with the following complaint: > > > > edebug-syntax-error: Invalid read syntax: "Expected lambda expression" > > Sorry. Please append the code below at the end of your .emacs and send > me the contents of the *face-spec-set-2* buffer after the bug occurred. > Please see attached for contents of this buffer. cheers, ian --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="face-spec-set-2.txt" face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) face default frame # spec ((t (:stipple nil :background DarkSlateGray :foreground wheat :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry unknown :family DejaVu Sans Mono))) face tooltip frame # spec ((((class color)) :background lightyellow :foreground black :inherit variable-pitch) (t :inherit variable-pitch)) face tooltip frame # spec nil face buffer-menu-buffer frame # spec ((t (:weight bold))) face buffer-menu-buffer frame # spec nil face match frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background RoyalBlue3) (((class color) (min-colors 8) (background light)) :background yellow :foreground black) (((class color) (min-colors 8) (background dark)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face match frame # spec nil face query-replace frame # spec ((t (:inherit isearch))) face query-replace frame # spec nil face file-name-shadow frame # spec ((t :inherit shadow)) face file-name-shadow frame # spec nil face lazy-highlight frame # spec ((((class color) (min-colors 88) (background light)) (:background paleturquoise)) (((class color) (min-colors 88) (background dark)) (:background paleturquoise4)) (((class color) (min-colors 16)) (:background turquoise3)) (((class color) (min-colors 8)) (:background turquoise3)) (t (:underline t))) face lazy-highlight frame # spec nil face isearch-fail frame # spec ((((class color) (min-colors 88) (background light)) (:background RosyBrown1)) (((class color) (min-colors 88) (background dark)) (:background red4)) (((class color) (min-colors 16)) (:background red)) (((class color) (min-colors 8)) (:background red)) (((class color grayscale)) :foreground grey) (t (:inverse-video t))) face isearch-fail frame # spec nil face isearch frame # spec ((((class color) (min-colors 88) (background light)) (:background magenta3 :foreground lightskyblue1)) (((class color) (min-colors 88) (background dark)) (:background palevioletred2 :foreground brown4)) (((class color) (min-colors 16)) (:background magenta4 :foreground cyan1)) (((class color) (min-colors 8)) (:background magenta4 :foreground cyan1)) (t (:inverse-video t))) face isearch frame # spec nil face font-lock-regexp-grouping-construct frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-construct frame # spec nil face font-lock-regexp-grouping-backslash frame # spec ((t :inherit bold)) face font-lock-regexp-grouping-backslash frame # spec nil face font-lock-preprocessor-face frame # spec ((t :inherit font-lock-builtin-face)) face font-lock-preprocessor-face frame # spec nil face font-lock-negation-char-face frame # spec ((t nil)) face font-lock-negation-char-face frame # spec nil face font-lock-warning-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 88) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 16) (background light)) (:foreground Red1 :weight bold)) (((class color) (min-colors 16) (background dark)) (:foreground Pink :weight bold)) (((class color) (min-colors 8)) (:foreground red)) (t (:inverse-video t :weight bold))) face font-lock-warning-face frame # spec nil face font-lock-constant-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold :underline t)) (((class grayscale) (background dark)) (:foreground Gray50 :weight bold :underline t)) (((class color) (min-colors 88) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 88) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 16) (background light)) (:foreground CadetBlue)) (((class color) (min-colors 16) (background dark)) (:foreground Aquamarine)) (((class color) (min-colors 8)) (:foreground magenta)) (t (:weight bold :underline t))) face font-lock-constant-face frame # spec nil face font-lock-type-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 88) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 16) (background light)) (:foreground ForestGreen)) (((class color) (min-colors 16) (background dark)) (:foreground PaleGreen)) (((class color) (min-colors 8)) (:foreground green)) (t (:weight bold :underline t))) face font-lock-type-face frame # spec nil face font-lock-variable-name-face frame # spec ((((class grayscale) (background light)) (:foreground Gray90 :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 88) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 16) (background light)) (:foreground DarkGoldenrod)) (((class color) (min-colors 16) (background dark)) (:foreground LightGoldenrod)) (((class color) (min-colors 8)) (:foreground yellow :weight light)) (t (:weight bold :slant italic))) face font-lock-variable-name-face frame # spec nil face font-lock-function-name-face frame # spec ((((class color) (min-colors 88) (background light)) (:foreground Blue1)) (((class color) (min-colors 88) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 16) (background light)) (:foreground Blue)) (((class color) (min-colors 16) (background dark)) (:foreground LightSkyBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:inverse-video t :weight bold))) face font-lock-function-name-face frame # spec nil face font-lock-builtin-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Orchid)) (((class color) (min-colors 88) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 16) (background light)) (:foreground Orchid)) (((class color) (min-colors 16) (background dark)) (:foreground LightSteelBlue)) (((class color) (min-colors 8)) (:foreground blue :weight bold)) (t (:weight bold))) face font-lock-builtin-face frame # spec nil face font-lock-keyword-face frame # spec ((((class grayscale) (background light)) (:foreground LightGray :weight bold)) (((class grayscale) (background dark)) (:foreground DimGray :weight bold)) (((class color) (min-colors 88) (background light)) (:foreground Purple)) (((class color) (min-colors 88) (background dark)) (:foreground Cyan1)) (((class color) (min-colors 16) (background light)) (:foreground Purple)) (((class color) (min-colors 16) (background dark)) (:foreground Cyan)) (((class color) (min-colors 8)) (:foreground cyan :weight bold)) (t (:weight bold))) face font-lock-keyword-face frame # spec nil face font-lock-doc-face frame # spec ((t :inherit font-lock-string-face)) face font-lock-doc-face frame # spec nil face font-lock-string-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 88) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 16) (background light)) (:foreground RosyBrown)) (((class color) (min-colors 16) (background dark)) (:foreground LightSalmon)) (((class color) (min-colors 8)) (:foreground green)) (t (:slant italic))) face font-lock-string-face frame # spec nil face font-lock-comment-delimiter-face frame # spec ((default :inherit font-lock-comment-face) (((class grayscale))) (((class color) (min-colors 16))) (((class color) (min-colors 8) (background light)) :foreground red) (((class color) (min-colors 8) (background dark)) :foreground red1)) face font-lock-comment-delimiter-face frame # spec nil face font-lock-comment-face frame # spec ((((class grayscale) (background light)) (:foreground DimGray :weight bold :slant italic)) (((class grayscale) (background dark)) (:foreground LightGray :weight bold :slant italic)) (((class color) (min-colors 88) (background light)) (:foreground Firebrick)) (((class color) (min-colors 88) (background dark)) (:foreground chocolate1)) (((class color) (min-colors 16) (background light)) (:foreground red)) (((class color) (min-colors 16) (background dark)) (:foreground red1)) (((class color) (min-colors 8) (background light)) (:foreground red)) (((class color) (min-colors 8) (background dark))) (t (:weight bold :slant italic))) face font-lock-comment-face frame # spec nil face next-error frame # spec ((t (:inherit region))) face next-error frame # spec nil face button frame # spec ((((type pc) (class color)) (:foreground lightblue)) (((supports :underline t)) :underline t) (t (:foreground lightblue))) face button frame # spec nil face completions-common-part frame # spec ((t (:inherit default))) face completions-common-part frame # spec nil face completions-first-difference frame # spec ((t (:inherit bold))) face completions-first-difference frame # spec nil face menu frame # spec ((((type tty)) :inverse-video t) (((type x-toolkit))) (t :inverse-video t)) face menu frame # spec nil face mouse frame # spec ((t nil)) face mouse frame # spec nil face cursor frame # spec ((t nil)) face cursor frame # spec nil face border frame # spec ((t nil)) face border frame # spec nil face fringe frame # spec ((((class color) (background light)) :background grey95) (((class color) (background dark)) :background grey10) (t :background gray)) face fringe frame # spec nil face minibuffer-prompt frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground medium blue)) face minibuffer-prompt frame # spec nil face vertical-border frame # spec ((((type tty)) :inherit mode-line-inactive)) face vertical-border frame # spec nil face header-line frame # spec ((default :inherit mode-line) (((type tty)) :inverse-video nil :underline t) (((class color grayscale) (background light)) :background grey90 :foreground grey20 :box nil) (((class color grayscale) (background dark)) :background grey20 :foreground grey90 :box nil) (((class mono) (background light)) :background white :foreground black :inverse-video nil :box nil :underline t) (((class mono) (background dark)) :background black :foreground white :inverse-video nil :box nil :underline t)) face header-line frame # spec nil face mode-line-buffer-id frame # spec ((t (:weight bold))) face mode-line-buffer-id frame # spec nil face mode-line-emphasis frame # spec ((t (:weight bold))) face mode-line-emphasis frame # spec nil face mode-line-highlight frame # spec ((((class color) (min-colors 88)) :box (:line-width 2 :color grey40 :style released-button)) (t :inherit highlight)) face mode-line-highlight frame # spec nil face mode-line-inactive frame # spec ((default :inherit mode-line) (((class color) (min-colors 88) (background light)) :weight light :box (:line-width -1 :color grey75 :style nil) :foreground grey20 :background grey90) (((class color) (min-colors 88) (background dark)) :weight light :box (:line-width -1 :color grey40 :style nil) :foreground grey80 :background grey30)) face mode-line-inactive frame # spec nil face nobreak-space frame # spec ((((class color) (min-colors 88)) :inherit escape-glyph :underline t) (((class color) (min-colors 8)) :background magenta) (t :inverse-video t)) face nobreak-space frame # spec nil face escape-glyph frame # spec ((((background dark)) :foreground cyan) (((type pc)) :foreground magenta) (t :foreground brown)) face escape-glyph frame # spec nil face trailing-whitespace frame # spec ((((class color) (background light)) :background red1) (((class color) (background dark)) :background red1) (t :inverse-video t)) face trailing-whitespace frame # spec nil face secondary-selection frame # spec ((((class color) (min-colors 88) (background light)) :background yellow1) (((class color) (min-colors 88) (background dark)) :background SkyBlue4) (((class color) (min-colors 16) (background light)) :background yellow) (((class color) (min-colors 16) (background dark)) :background SkyBlue4) (((class color) (min-colors 8)) :background cyan :foreground black) (t :inverse-video t)) face secondary-selection frame # spec nil face region frame # spec ((((class color) (min-colors 88) (background dark)) :background blue3) (((class color) (min-colors 88) (background light)) :background lightgoldenrod2) (((class color) (min-colors 16) (background dark)) :background blue3) (((class color) (min-colors 16) (background light)) :background lightgoldenrod2) (((class color) (min-colors 8)) :background blue :foreground white) (((type tty) (class mono)) :inverse-video t) (t :background gray)) face region frame # spec nil face highlight frame # spec ((((class color) (min-colors 88) (background light)) :background darkseagreen2) (((class color) (min-colors 88) (background dark)) :background darkolivegreen) (((class color) (min-colors 16) (background light)) :background darkseagreen2) (((class color) (min-colors 16) (background dark)) :background darkolivegreen) (((class color) (min-colors 8)) :background green :foreground black) (t :inverse-video t)) face highlight frame # spec nil face link-visited frame # spec ((default :inherit link) (((class color) (background light)) :foreground magenta4) (((class color) (background dark)) :foreground violet)) face link-visited frame # spec nil face link frame # spec ((((class color) (min-colors 88) (background light)) :foreground blue1 :underline t) (((class color) (background light)) :foreground blue :underline t) (((class color) (min-colors 88) (background dark)) :foreground cyan1 :underline t) (((class color) (background dark)) :foreground cyan :underline t) (t :inherit underline)) face link frame # spec nil face shadow frame # spec ((((class color grayscale) (min-colors 88) (background light)) :foreground grey50) (((class color grayscale) (min-colors 88) (background dark)) :foreground grey70) (((class color) (min-colors 8) (background light)) :foreground green) (((class color) (min-colors 8) (background dark)) :foreground yellow)) face shadow frame # spec nil face variable-pitch frame # spec ((t :family Sans Serif)) face variable-pitch frame # spec nil face fixed-pitch frame # spec ((t :family Monospace)) face fixed-pitch frame # spec nil face underline frame # spec ((((supports :underline t)) :underline t) (((supports :weight bold)) :weight bold) (t :underline t)) face underline frame # spec nil face bold-italic frame # spec ((t :weight bold :slant italic)) face bold-italic frame # spec nil face italic frame # spec ((((supports :slant italic)) :slant italic) (((supports :underline t)) :underline t) (t :slant italic)) face italic frame # spec nil face bold frame # spec ((t :weight bold)) face bold frame # spec nil face default frame # spec ((t :stipple nil :background #ffffff :foreground #000000 :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry unknown :family DejaVu Sans Mono)) --AhhlLboLdkugWU4S-- From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Reply-To: martin rudalics , 911@debbugs.gnu.org Resent-From: martin rudalics Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 16 Sep 2008 15:05:07 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.122157705632738 (code B ref 911); Tue, 16 Sep 2008 15:05:07 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.6 required=4.0 tests=AWL,BAYES_00,FOURLA, FVGT_m_MULTI_ODD,HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 16 Sep 2008 14:57:36 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m8GEvTPX032613 for <911@emacsbugs.donarmstrong.com>; Tue, 16 Sep 2008 07:57:30 -0700 Received: (qmail invoked by alias); 16 Sep 2008 14:57:23 -0000 Received: from 62-47-39-30.adsl.highway.telekom.at (EHLO [62.47.39.30]) [62.47.39.30] by mail.gmx.net (mp038) with SMTP; 16 Sep 2008 16:57:23 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19N3yIQjnNNhz6NaYQ+fRPgmna1ia7nCG6DFpRMwF mhSQzOpXzRVWM5 Message-ID: <48CFC8B7.1040406@gmx.at> Date: Tue, 16 Sep 2008 16:54:47 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Ian Miller CC: 911@debbugs.gnu.org References: <48C3E3EE.9070309@gmx.at> <20080907165632.GA13662@baso.home> <48C421CC.7060206@gmx.at> <20080907234226.GA22400@baso.home> <48C528C4.4010606@gmx.at> <48CD168D.10107@gmx.at> <20080916121149.GA19679@baso.home> <48CFABAF.5010707@gmx.at> <20080916141738.GA3025@baso.home> In-Reply-To: <20080916141738.GA3025@baso.home> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.61 >> Sorry. Please append the code below at the end of your .emacs and send >> me the contents of the *face-spec-set-2* buffer after the bug occurred. > > Please see attached for contents of this buffer. My bad. When I tried this here it got me a buffer with a couple of lines. Yours is 600K :-( apologies to you and everyone on this list. Please try again with the following (it should print only calls for the default face and distinguish them according to where they are called in `face-spec-recalc'). But please don't post it on the list this time if it gets too large. martin ;;;; Code starts here (require 'cl) (require 'faces) (defvar face-counter 0) (defun face-spec-recalc (face frame) "Reset the face attributes of FACE on FRAME according to its specs. This applies the defface/custom spec first, then the custom theme specs, then the override spec." (face-spec-reset-face face frame) (setq face-counter (1+ face-counter)) (let ((face-sym (or (get face 'face-alias) face))) (or (get face 'customized-face) (get face 'saved-face) (progn (when (eq face 'default) (with-current-buffer (get-buffer-create "*face-spec-set-2*") (insert (format "%s-1 face %s frame %s spec %s\n" face-counter face frame spec)))) (face-spec-set-2 face frame (face-default-spec face)))) (let ((theme-faces (reverse (get face-sym 'theme-face)))) (dolist (spec theme-faces) (when (eq face 'default) (with-current-buffer (get-buffer-create "*face-spec-set-2*") (insert (format "%s-2 face %s frame %s spec %s\n" face-counter face frame spec)))) (face-spec-set-2 face frame (cadr spec)))) (when (eq face 'default) (with-current-buffer (get-buffer-create "*face-spec-set-2*") (insert (format "%s-3 face %s frame %s spec %s\n" face-counter face frame spec)))) (face-spec-set-2 face frame (get face-sym 'face-override-spec)))) ;;;; Code ends here From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Reply-To: Ian Miller , 911@debbugs.gnu.org Resent-From: Ian Miller Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 17 Sep 2008 10:50:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.12216480836713 (code B ref 911); Wed, 17 Sep 2008 10:50:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.1 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 17 Sep 2008 10:41:23 +0000 Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8HAfK9r006707 for <911@emacsbugs.donarmstrong.com>; Wed, 17 Sep 2008 03:41:21 -0700 Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id E6C6A16353B; Wed, 17 Sep 2008 06:41:19 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Wed, 17 Sep 2008 06:41:19 -0400 X-Sasl-enc: FYCPPKq1r6iGQxVOOwV2QX15L9QA8Av7mF1V08fITuzB 1221648079 Received: from baso (host86-135-239-211.range86-135.btcentralplus.com [86.135.239.211]) by mail.messagingengine.com (Postfix) with ESMTPSA id 7C6C52D363; Wed, 17 Sep 2008 06:41:19 -0400 (EDT) Date: Wed, 17 Sep 2008 11:41:18 +0100 From: Ian Miller To: martin rudalics Cc: 911@debbugs.gnu.org Message-ID: <20080917104117.GA4393@baso.home> References: <48C3E3EE.9070309@gmx.at> <20080907165632.GA13662@baso.home> <48C421CC.7060206@gmx.at> <20080907234226.GA22400@baso.home> <48C528C4.4010606@gmx.at> <48CD168D.10107@gmx.at> <20080916121149.GA19679@baso.home> <48CFABAF.5010707@gmx.at> <20080916141738.GA3025@baso.home> <48CFCA45.8050201@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48CFCA45.8050201@gmx.at> User-Agent: Mutt/1.5.18 (2008-05-17) On Tue, Sep 16, 2008 at 05:01:25PM +0200, martin rudalics wrote: > Ahhh no ... > > The code below shouldn't get you any bugs because `spec' is undefined. > Martin, Sorry about the last post - my fault, I was in a hurry and didn't check size. Output from latest run here: http://emacs.fastmail.fm/face-spec-set-2.txt cheers, ian From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Reply-To: martin rudalics , 911@debbugs.gnu.org Resent-From: martin rudalics Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 21 Sep 2008 18:45:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.122202228812123 (code B ref 911); Sun, 21 Sep 2008 18:45:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.0 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, IMPRONONCABLE_1,MURPHY_WRONG_WORD2 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 21 Sep 2008 18:38:08 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m8LIc39j012117 for <911@emacsbugs.donarmstrong.com>; Sun, 21 Sep 2008 11:38:05 -0700 Received: (qmail invoked by alias); 21 Sep 2008 18:37:57 -0000 Received: from 62-47-42-119.adsl.highway.telekom.at (EHLO [62.47.42.119]) [62.47.42.119] by mail.gmx.net (mp063) with SMTP; 21 Sep 2008 20:37:57 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+9hL0H6NW9wOHZvpLZsx9LYwVequS4E9lsFv4gIv HVKb7Jz7U5tIcj Message-ID: <48D692CC.8020103@gmx.at> Date: Sun, 21 Sep 2008 20:30:36 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: 911@debbugs.gnu.org CC: Ian Miller References: <20080916121149.GA19679@baso.home> <48CFABAF.5010707@gmx.at> <20080916141738.GA3025@baso.home> <48CFCA45.8050201@gmx.at> <20080917104117.GA4393@baso.home> <48D11231.3050707@gmx.at> <20080917153343.GA3925@baso.home> <48D12A4A.2010003@gmx.at> <20080919180120.GA22672@baso.home> <48D3F7B6.1050001@gmx.at> <20080919195533.GA27756@baso.home> In-Reply-To: <20080919195533.GA27756@baso.home> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.61 Ian Miller has patiently continued to debug this and we finally came to the conclusion that the following sequence of events leads to the error. Ian uses (custom-set-faces '(default ((t (... :background "DarkSlateGray" ...))))) When creating a new frame `frame-set-background-mode' gets called which eventually calls `face-spec-recalc'. The latter has this loop (dolist (spec theme-faces) (face-spec-set-2 face frame (cadr spec)))) which calls `face-spec-set-2' two times for the default face background, one time for #ffffff and one time for DarkSlateGray. `face-spec-set-2' calls `set-face-attribute', which calls `internal-set-lisp-face-attribute' which calls Fmodify_frame_parameters which calls `frame-set-background-mode' again. Now (>= (apply '+ (color-values "DarkSlateGrey")) (* (apply '+ (color-values "white")) .6)) evaluates to nil while (>= (apply '+ (color-values "#ffffff")) (* (apply '+ (color-values "white")) .6)) evaluates to t. This means that `bg-mode' never equals `old-bg-mode' but continuously alternates between 'light and 'dark, so `frame-set-background-mode' will call `face-spec-recalc' thus sending Emacs into a nasty loop. Note that the looping behavior is due to the second call in the dolist (that for DarkSlateGrey). The first call (for #ffffff) terminates. I'm not sure how to fix this because that looping has no specific entry point. In fact, Ian told me > Incidently, whilst testing I have found that the same bug does indeed > manifest itself elsewhere. Normally I have the toolbar disabled in my > .emacs, but after stripping everything out of .emacs for testing > purposes, I noticed that I get the following errors whenever I hover > over an icon in the toolbar: > > Error while displaying tooltip: (error Variable binding depth exceeds > max-specpdl-size) > Read a directory, to operate on its files > Error while displaying tooltip: (error Variable binding depth exceeds > max-specpdl-size) > Read an existing file into an Emacs buffer which seems due to the fact that x_create_tip_frame calls `modify-frame-parameters' ... Anyone out there with good ideas for a fix? martin From unknown Thu Jun 19 14:30:26 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Ian Miller Subject: bug#911 closed by Chong Yidong (Re: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail) Message-ID: References: <87y71hthoc.fsf@cyd.mit.edu> <20080907113642.GB3007@baso.home> X-Emacs-PR-Message: they-closed 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Reply-To: 911@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1222288204-25981-1" This is a multi-part message in MIME format... ------------=_1222288204-25981-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-siz= e) It has been closed by Chong Yidong . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Chong Yidong by replying to this email. --=20 911: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D911 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1222288204-25981-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From cyd@stupidchicken.com Wed Sep 24 13:25:15 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.7 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, IMPRONONCABLE_1,MURPHY_WRONG_WORD2 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911-done) by emacsbugs.donarmstrong.com; 24 Sep 2008 20:25:15 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8OKPBmI025467 for <911-done@emacsbugs.donarmstrong.com>; Wed, 24 Sep 2008 13:25:12 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 456D057E189; Wed, 24 Sep 2008 16:25:39 -0400 (EDT) From: Chong Yidong To: martin rudalics Cc: 911-done@debbugs.gnu.org, Ian Miller Subject: Re: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail Date: Wed, 24 Sep 2008 16:25:39 -0400 Message-ID: <87y71hthoc.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > When creating a new frame `frame-set-background-mode' gets called > which eventually calls `face-spec-recalc'... which calls > `face-spec-set-2' two times for the default face background, one time > for #ffffff and one time for DarkSlateGray. `face-spec-set-2' calls > `set-face-attribute', which calls `internal-set-lisp-face-attribute' > which calls Fmodify_frame_parameters which calls > `frame-set-background-mode' again. The Emacs face code strikes again, huh. > (>= (apply '+ (color-values "DarkSlateGrey")) > (* (apply '+ (color-values "white")) .6)) > > evaluates to nil while > > (>= (apply '+ (color-values "#ffffff")) > (* (apply '+ (color-values "white")) .6)) > > evaluates to t. This means that `bg-mode' never equals `old-bg-mode' > but continuously alternates between 'light and 'dark, so > `frame-set-background-mode' will call `face-spec-recalc' thus sending > Emacs into a nasty loop. > > Note that the looping behavior is due to the second call in the dolist > (that for DarkSlateGrey). The first call (for #ffffff) terminates. > > I'm not sure how to fix this because that looping has no specific entry > point. How about defining a variable `frame-set-background-mode-bg-mode'? If it's nil, frame-set-background-mode uses the existing calculation to determine whether it's light or dark; if it's non-nil, it uses that existing value. This should prevent the oscillation. ------------=_1222288204-25981-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From emacs@soroban.fastmail.fm Sun Sep 7 04:36:57 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.9 required=4.0 tests=BAYES_00,FOURLA, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 7 Sep 2008 11:36:57 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m87BarDS003703 for ; Sun, 7 Sep 2008 04:36:54 -0700 Received: from mail.gnu.org ([199.232.76.166]:39879 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KcIXt-0008Lr-NO for emacs-pretest-bug@gnu.org; Sun, 07 Sep 2008 07:35:09 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KcIZT-0005C2-5C for emacs-pretest-bug@gnu.org; Sun, 07 Sep 2008 07:36:52 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:49197) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcIZS-0005BY-Pm for emacs-pretest-bug@gnu.org; Sun, 07 Sep 2008 07:36:46 -0400 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 1AE2A15D07A for ; Sun, 7 Sep 2008 07:36:45 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 07 Sep 2008 07:36:45 -0400 X-Sasl-enc: xVjT6zocFk5ljEI9yC4nOTlLJlNeMwI784NXFBcEAKHV 1220787404 Received: from baso (host86-145-203-105.range86-145.btcentralplus.com [86.145.203.105]) by mail.messagingengine.com (Postfix) with ESMTPSA id 41181A066 for ; Sun, 7 Sep 2008 07:36:44 -0400 (EDT) Date: Sun, 7 Sep 2008 12:36:42 +0100 From: Ian Miller To: emacs-pretest-bug@gnu.org Subject: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Message-ID: <20080907113642.GB3007@baso.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Whenever I select "File->New Frame" (C-x 5 2) a new frame does not appear and I receive the message "Variable binding depth exceeds max-specpdl-size". This seems to be caused by any use of custom-set-faces in the .emacs file. When I remove the custom-set-faces code from .emacs, the bug does not occur. Example custom-set-faces in .emacs that causes the bug: (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))) If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/share/emacs/23.0.60/etc/DEBUG for instructions. In GNU Emacs 23.0.60.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.12.11) of 2008-08-01 on x86-1 Windowing system distributor `The X.Org Foundation', version 11.0.10499905 configured using `configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'' 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: en_GB.utf8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: show-paren-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x r e p o r Recent messages: Loading /usr/share/emacs/site-lisp/site-start.d/igrep-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/muse-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el (source)...done Loading gnus...done Loading paren...done For information about GNU Emacs and the GNU system, type C-h C-a. display-color-cells: Variable binding depth exceeds max-specpdl-size Making completion list... ------------=_1222288204-25981-1-- From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail Reply-To: martin rudalics , 911@debbugs.gnu.org Resent-From: martin rudalics Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 25 Sep 2008 09:20:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.122233411223806 (code B ref 911); Thu, 25 Sep 2008 09:20:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.2 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_SBLXBL,RCVD_IN_SBLXBL_CBL autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 25 Sep 2008 09:15:12 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m8P9F8FD023242 for <911@emacsbugs.donarmstrong.com>; Thu, 25 Sep 2008 02:15:09 -0700 Received: (qmail invoked by alias); 25 Sep 2008 09:15:02 -0000 Received: from 62-47-52-66.adsl.highway.telekom.at (EHLO [62.47.52.66]) [62.47.52.66] by mail.gmx.net (mp018) with SMTP; 25 Sep 2008 11:15:02 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/sUJt87YfshM7yHTum5UEbfSjDgYMdxL44iZomwH RaWKOvGZ8/aUaI Message-ID: <48DB55BF.5040803@gmx.at> Date: Thu, 25 Sep 2008 11:11:27 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Chong Yidong CC: 911@debbugs.gnu.org, Ian Miller References: <87y71hthoc.fsf@cyd.mit.edu> In-Reply-To: <87y71hthoc.fsf@cyd.mit.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.76 > How about defining a variable `frame-set-background-mode-bg-mode'? If > it's nil, frame-set-background-mode uses the existing calculation to > determine whether it's light or dark; if it's non-nil, it uses that > existing value. This should prevent the oscillation. But who would be responsible for setting and resetting that variable? Hardly `frame-set-background-mode' itself. Would we make this a frame parameter so the command loop can reset it and allow to change it once and only once for a command? Otherwise, we might risk reentering the loop with the next call of `frame-set-background-mode'. martin BTW, it seems you already closed bug#911 ... From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail Reply-To: Chong Yidong , 911@debbugs.gnu.org Resent-From: Chong Yidong Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 25 Sep 2008 14:40:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.12223530486656 (code B ref 911); Thu, 25 Sep 2008 14:40:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.3 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 25 Sep 2008 14:30:48 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8PEUi7H006650 for <911@emacsbugs.donarmstrong.com>; Thu, 25 Sep 2008 07:30:46 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 88A0257E32C; Thu, 25 Sep 2008 10:31:16 -0400 (EDT) From: Chong Yidong To: martin rudalics Cc: 911@debbugs.gnu.org, Ian Miller References: <87y71hthoc.fsf@cyd.mit.edu> <48DB55BF.5040803@gmx.at> Date: Thu, 25 Sep 2008 10:31:16 -0400 In-Reply-To: <48DB55BF.5040803@gmx.at> (martin rudalics's message of "Thu, 25 Sep 2008 11:11:27 +0200") Message-ID: <878wtgnvpn.fsf@cyd.mit.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii martin rudalics writes: >> How about defining a variable `frame-set-background-mode-bg-mode'? If >> it's nil, frame-set-background-mode uses the existing calculation to >> determine whether it's light or dark; if it's non-nil, it uses that >> existing value. This should prevent the oscillation. > > But who would be responsible for setting and resetting that variable? > Hardly `frame-set-background-mode' itself. Would we make this a frame > parameter so the command loop can reset it and allow to change it once > and only once for a command? Otherwise, we might risk reentering the > loop with the next call of `frame-set-background-mode'. Why not in frame-set-background-mode itself? Then, when it's set, subsequent calls to that function could be no-ops. > BTW, it seems you already closed bug#911 ... Sorry, I must have mistyped when trying to close a different bug. Reopened. From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail Reply-To: martin rudalics , 911@debbugs.gnu.org Resent-From: martin rudalics Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 25 Sep 2008 15:30:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.122235604219182 (code B ref 911); Thu, 25 Sep 2008 15:30:05 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.7 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 25 Sep 2008 15:20:42 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m8PFKc6d019176 for <911@emacsbugs.donarmstrong.com>; Thu, 25 Sep 2008 08:20:39 -0700 Received: (qmail invoked by alias); 25 Sep 2008 15:20:32 -0000 Received: from 62-47-32-45.adsl.highway.telekom.at (EHLO [62.47.32.45]) [62.47.32.45] by mail.gmx.net (mp006) with SMTP; 25 Sep 2008 17:20:32 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18TUEBYH/ETmCXNOF55xfsH08+3xcYm5KM65tVgWs N5IiaqIHxsdK09 Message-ID: <48DBAB97.4020302@gmx.at> Date: Thu, 25 Sep 2008 17:17:43 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Chong Yidong CC: 911@debbugs.gnu.org, Ian Miller References: <87y71hthoc.fsf@cyd.mit.edu> <48DB55BF.5040803@gmx.at> <878wtgnvpn.fsf@cyd.mit.edu> In-Reply-To: <878wtgnvpn.fsf@cyd.mit.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.85 > Why not in frame-set-background-mode itself? Then, when it's set, > subsequent calls to that function could be no-ops. We have to reset it eventually. And we have to cater for the situation that a user might want to open two frames in one and the same command. So I suppose the only reliable place is the command loop. And we must make sure that the background determined by the user is considered. martin From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: 23.0.60; custom-set-faces causes "New Frame" to fail Reply-To: Chong Yidong , 911@debbugs.gnu.org Resent-From: Chong Yidong Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 28 Sep 2008 21:20:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.122263633611736 (code B ref 911); Sun, 28 Sep 2008 21:20:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.3 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, MURPHY_DRUGS_REL8 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 28 Sep 2008 21:12:16 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8SLCDjt011730 for <911@emacsbugs.donarmstrong.com>; Sun, 28 Sep 2008 14:12:14 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 01DD257E33A; Sun, 28 Sep 2008 17:13:02 -0400 (EDT) From: Chong Yidong To: martin rudalics Cc: 911@debbugs.gnu.org, Ian Miller Date: Sun, 28 Sep 2008 17:13:02 -0400 Message-ID: <87ljxc6kkh.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > > Why not in frame-set-background-mode itself? Then, when it's set, > > subsequent calls to that function could be no-ops. > > We have to reset it eventually. And we have to cater for the situation > that a user might want to open two frames in one and the same command. > So I suppose the only reliable place is the command loop. And we must > make sure that the background determined by the user is considered. I'm not sure what you mean. To be precise, here's a patch implementing the approach I'm suggesting (indentated for readability). Would it work? (I can't reproduce the original bug myself, so maybe Ian can test it.) *** trunk/lisp/faces.el.~1.425.~ 2008-09-24 12:51:07.000000000 -0400 --- trunk/lisp/faces.el 2008-09-28 17:10:55.000000000 -0400 *************** *** 1839,1848 **** --- 1839,1851 ---- (declare-function x-get-resource "frame.c" (attribute class &optional component subclass)) + (defvar inhibit-frame-set-background-mode nil) + (defun frame-set-background-mode (frame) "Set up display-dependent faces on FRAME. Display-dependent faces are those which have different definitions according to the `background-mode' and `display-type' frame parameters." + (unless inhibit-frame-set-background-mode (let* ((bg-resource (and (window-system frame) (x-get-resource "backgroundMode" "BackgroundMode"))) *************** *** 1893,1899 **** (frame-parameter frame 'display-type))) (unless (and (eq bg-mode old-bg-mode) (eq display-type old-display-type)) ! (let ((locally-modified-faces nil)) ;; Before modifying the frame parameters, we collect a list of ;; faces that don't match what their face-spec says they should ;; look like; we then avoid changing these faces below. --- 1896,1905 ---- (frame-parameter frame 'display-type))) (unless (and (eq bg-mode old-bg-mode) (eq display-type old-display-type)) ! (let ((locally-modified-faces nil) ! ;; Prevent face-spec-recalc from calling this function ! ;; again, resulting in a loop. ! (inhibit-frame-set-background-mode t)) ;; Before modifying the frame parameters, we collect a list of ;; faces that don't match what their face-spec says they should ;; look like; we then avoid changing these faces below. *************** *** 1915,1920 **** --- 1921,1927 ---- (dolist (face (face-list)) (unless (memq face locally-modified-faces) (face-spec-recalc face frame))))))) + ) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: bug#598: 23.0.60; frame size issue (--geometry or default-frame-alist) when using customized default face Reply-To: "Tim Van Holder" , 911@debbugs.gnu.org Resent-From: "Tim Van Holder" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 01 Oct 2008 10:00:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.122285477626260 (code B ref 911); Wed, 01 Oct 2008 10:00:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.8 required=4.0 tests=AWL,BAYES_00,FVGT_m_MULTI_ODD, HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 1 Oct 2008 09:52:56 +0000 Received: from mail-gx0-f19.google.com (mail-gx0-f19.google.com [209.85.217.19]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m919qq3f026249 for <911@emacsbugs.donarmstrong.com>; Wed, 1 Oct 2008 02:52:53 -0700 Received: by gxk12 with SMTP id 12so13725945gxk.1 for <911@emacsbugs.donarmstrong.com>; Wed, 01 Oct 2008 02:52:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=RKlIcr9DsxNRNqASroe/vQ8Pg/nRon4tEI3qKCCbzP0=; b=rTyi3wnYR+wjkOGZ1KUndRnzzV37locqP3q+iYBpyLuIGxD2dWp6TbEEYEOEZNt+D7 i3gwqazYub0/Ycg9ZwBmMPifd/vN/1vKk+7YzopLmkqkAcpWp+IJqkg/KfcLGAKgRyDZ SOcO8HdJjSKh55/G3MKX86yWV55a5Wai0jZD8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=EOt02jylZr/BgZT2eN34mMYEGLn45tG0th7ZgzveRfpW0nQp/dw1gjNRWRGbIqyNVA bKBRCbkj0hRAWBSwm5AWN9K5WNRmUqEFXms73/ThrGwPPggXKen7OYextKkpECWmQqE6 +iugXTM9tDIolKBcDylUybu9LrjJqpj+9nVqM= Received: by 10.150.153.3 with SMTP id a3mr11749685ybe.138.1222854767201; Wed, 01 Oct 2008 02:52:47 -0700 (PDT) Received: by 10.151.12.15 with HTTP; Wed, 1 Oct 2008 02:52:47 -0700 (PDT) Message-ID: Date: Wed, 1 Oct 2008 11:52:47 +0200 From: "Tim Van Holder" To: "martin rudalics" Cc: 598@debbugs.gnu.org, "Chong Yidong" , 911@debbugs.gnu.org In-Reply-To: <48E3391D.8090701@gmx.at> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <87bpy5yyim.fsf@cyd.mit.edu> <48E3391D.8090701@gmx.at> X-CrossAssassin-Score: 2 On Wed, Oct 1, 2008 at 10:47 AM, martin rudalics wrote: >> I'm also getting max-specpdl-size exceeded on C-x 5 2, so I cannot check >> the >> previously observed behaviour that even when the initial frame is >> erratically >> sized, subsequent frames are fine. > > That's most likely bug#911 (aka nine-eleven) see > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D911 > > Could you try the recipe Chong gave there? I tried a slightly different recipe (below) and that made the error go away= . I assume Chong's will work as well - I just wanted to set the inhibit flag as early as possible (and I wasn't 100% sure whether or not the let would use the defvar'd flag instead of its own scoped var). --- faces.el.~1.425.~=092008-09-25 10:49:34.000000000 +0200 +++ faces.el=092008-10-01 11:48:01.000000000 +0200 @@ -1839,10 +1839,13 @@ variable with `setq'; this won't have th (declare-function x-get-resource "frame.c" =09=09 (attribute class &optional component subclass)) +(defvar inhibit-frame-set-background-mode nil) (defun frame-set-background-mode (frame) "Set up display-dependent faces on FRAME. Display-dependent faces are those which have different definitions according to the `background-mode' and `display-type' frame parameters." + (unless inhibit-frame-set-background-mode + (setq inhibit-frame-set-background-mode t) (let* ((bg-resource =09 (and (window-system frame) =09 (x-get-resource "backgroundMode" "BackgroundMode"))) @@ -1914,7 +1917,8 @@ according to the `background-mode' and ` =09;; parameters, unless they have been locally modified. =09(dolist (face (face-list)) =09 (unless (memq face locally-modified-faces) -=09 (face-spec-recalc face frame))))))) +=09 (face-spec-recalc face frame)))))) + (setq inhibit-frame-set-background-mode nil))) =0C ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; From unknown Thu Jun 19 14:30:26 2025 X-Loop: don@donarmstrong.com Subject: bug#911: bug#598: 23.0.60; frame size issue (--geometry or default-frame-alist) when using customized default face Reply-To: martin rudalics , 911@debbugs.gnu.org Resent-From: martin rudalics Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 01 Oct 2008 13:15:06 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Received: via spool by 911-submit@emacsbugs.donarmstrong.com id=B911.122286641511063 (code B ref 911); Wed, 01 Oct 2008 13:15:06 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.7 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911) by emacsbugs.donarmstrong.com; 1 Oct 2008 13:06:55 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m91D6olg011051 for <911@emacsbugs.donarmstrong.com>; Wed, 1 Oct 2008 06:06:52 -0700 Received: (qmail invoked by alias); 01 Oct 2008 13:06:44 -0000 Received: from 62-47-47-157.adsl.highway.telekom.at (EHLO [62.47.47.157]) [62.47.47.157] by mail.gmx.net (mp057) with SMTP; 01 Oct 2008 15:06:44 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+9asERE/K9yoWnhz65Ty/eDPyhdxabwKeeiGPG0O Sv1RGaTiMbJ7sV Message-ID: <48E37594.3040102@gmx.at> Date: Wed, 01 Oct 2008 15:05:24 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Tim Van Holder CC: 598@debbugs.gnu.org, Chong Yidong , 911@debbugs.gnu.org References: <87bpy5yyim.fsf@cyd.mit.edu> <48E3391D.8090701@gmx.at> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.82 > I tried a slightly different recipe (below) and that made the error go away. I suppose the original problem (that of erratic size changes) persists? martin From unknown Thu Jun 19 14:30:26 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Ian Miller Subject: bug#911 closed by Chong Yidong (Re: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size)) Message-ID: References: <87tzbuoiir.fsf@cyd.mit.edu> <20080907113642.GB3007@baso.home> X-Emacs-PR-Message: they-closed 911 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Reply-To: 911@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1222979403-27866-1" This is a multi-part message in MIME format... ------------=_1222979403-27866-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #911: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-siz= e) It has been closed by Chong Yidong . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Chong Yidong by replying to this email. --=20 911: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D911 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1222979403-27866-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From cyd@stupidchicken.com Thu Oct 2 13:20:09 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.9 required=4.0 tests=AWL,BAYES_00, MURPHY_DRUGS_REL8 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 911-done) by emacsbugs.donarmstrong.com; 2 Oct 2008 20:20:09 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m92KK6r8025731 for <911-done@emacsbugs.donarmstrong.com>; Thu, 2 Oct 2008 13:20:07 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id B74CD57E08C; Thu, 2 Oct 2008 16:21:16 -0400 (EDT) From: Chong Yidong To: 911-done@debbugs.gnu.org Subject: Re: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Date: Thu, 02 Oct 2008 16:21:16 -0400 Message-ID: <87tzbuoiir.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I've checked the patch into CVS. ------------=_1222979403-27866-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From emacs@soroban.fastmail.fm Sun Sep 7 04:36:57 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.9 required=4.0 tests=BAYES_00,FOURLA, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 7 Sep 2008 11:36:57 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m87BarDS003703 for ; Sun, 7 Sep 2008 04:36:54 -0700 Received: from mail.gnu.org ([199.232.76.166]:39879 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KcIXt-0008Lr-NO for emacs-pretest-bug@gnu.org; Sun, 07 Sep 2008 07:35:09 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KcIZT-0005C2-5C for emacs-pretest-bug@gnu.org; Sun, 07 Sep 2008 07:36:52 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:49197) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcIZS-0005BY-Pm for emacs-pretest-bug@gnu.org; Sun, 07 Sep 2008 07:36:46 -0400 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 1AE2A15D07A for ; Sun, 7 Sep 2008 07:36:45 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 07 Sep 2008 07:36:45 -0400 X-Sasl-enc: xVjT6zocFk5ljEI9yC4nOTlLJlNeMwI784NXFBcEAKHV 1220787404 Received: from baso (host86-145-203-105.range86-145.btcentralplus.com [86.145.203.105]) by mail.messagingengine.com (Postfix) with ESMTPSA id 41181A066 for ; Sun, 7 Sep 2008 07:36:44 -0400 (EDT) Date: Sun, 7 Sep 2008 12:36:42 +0100 From: Ian Miller To: emacs-pretest-bug@gnu.org Subject: 23.0.60; custom-set-faces causes "New Frame" to fail (max-specpdl-size) Message-ID: <20080907113642.GB3007@baso.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Whenever I select "File->New Frame" (C-x 5 2) a new frame does not appear and I receive the message "Variable binding depth exceeds max-specpdl-size". This seems to be caused by any use of custom-set-faces in the .emacs file. When I remove the custom-set-faces code from .emacs, the bug does not occur. Example custom-set-faces in .emacs that causes the bug: (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 121 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))) If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/share/emacs/23.0.60/etc/DEBUG for instructions. In GNU Emacs 23.0.60.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.12.11) of 2008-08-01 on x86-1 Windowing system distributor `The X.Org Foundation', version 11.0.10499905 configured using `configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'' 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: en_GB.utf8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: show-paren-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x r e p o r Recent messages: Loading /usr/share/emacs/site-lisp/site-start.d/igrep-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/muse-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el (source)...done Loading gnus...done Loading paren...done For information about GNU Emacs and the GNU system, type C-h C-a. display-color-cells: Variable binding depth exceeds max-specpdl-size Making completion list... ------------=_1222979403-27866-1--