From unknown Mon Aug 18 02:32:48 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4776: Error setting default face and unspecified-bg in default face when starting emacs 23.1 with --daemon Reply-To: Joshua Redstone , 4776@debbugs.gnu.org Resent-From: Joshua Redstone Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Wed, 21 Oct 2009 17:15:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 4776 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.125614478725012 (code B ref -1); Wed, 21 Oct 2009 17:15:04 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 21 Oct 2009 17:06:27 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.0 required=4.0 tests=IMPRONONCABLE_2,MULTALT autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9LH6OCA025009 for ; Wed, 21 Oct 2009 10:06:25 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0edk-0008W7-7Q for bug-gnu-emacs@gnu.org; Wed, 21 Oct 2009 13:06:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0edf-0008Ty-Ek for bug-gnu-emacs@gnu.org; Wed, 21 Oct 2009 13:06:23 -0400 Received: from [199.232.76.173] (port=42183 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0edf-0008Tv-4T for bug-gnu-emacs@gnu.org; Wed, 21 Oct 2009 13:06:19 -0400 Received: from mail-iw0-f174.google.com ([209.85.223.174]:39472) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0ede-0001oZ-FC for bug-gnu-emacs@gnu.org; Wed, 21 Oct 2009 13:06:18 -0400 Received: by iwn4 with SMTP id 4so3586656iwn.14 for ; Wed, 21 Oct 2009 10:06:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=JZu0A4o5upL89wWC+gsDKPtuLGcFQ7u5Dgt4OCvgX4U=; b=KTd8axhUMapOR+s1tUnI1+xq/8YWZzEEcZgU2SByLfS1o75SWPT2eSSSK3y84kTXBW Dx4pm5mgYJY8HfdzMZmIWlPaHLTCCdX6qyMiToX/0sXouigPl8F/b/Fz86m27SixfT91 f9P4vvREDIg7aXhDfIGMGge/w2ydnvXpRFRfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=reKkZcnSq8HTDqkiQVyPLZq9PEi65ZRiMiUGZFw44gkHU26M9xsqzkonBdAeDJ/UXC DWo1Zgf+M75+Xlh2/QD/bwqKJ/ScPz3dWq2LiBZskJKb+hefjpTdfJNoxbpaj5AsYVZo 4tZkuEGBG8Wy0C6DhoMzyuWeU/nGRkVqbWz2U= MIME-Version: 1.0 Received: by 10.231.1.22 with SMTP id 22mr6279645ibd.56.1256144777187; Wed, 21 Oct 2009 10:06:17 -0700 (PDT) From: Joshua Redstone Date: Wed, 21 Oct 2009 10:05:57 -0700 Message-ID: <5f9c1f650910211005r34937eabtc8b6e41db59c0c78@mail.gmail.com> To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=00151773eaa03b11b9047674ff9b X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) --00151773eaa03b11b9047674ff9b Content-Type: text/plain; charset=ISO-8859-1 Hi,I downloaded emacs 23.1 and built it with './configure ; make' without incident on my linux box 2.6.20. In my .emacs I have the following specifying the default face: (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 "black" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 140 :width normal)))) When I start emacs without --daemon, it starts without errors, works fine, and the default face has reasonable values: ----------- Family: Luxi Mono Foundry: b&h Width: normal Height: 141 Weight: normal Slant: normal Foreground: white Background: black Underline: nil Overline: nil Strike-through: nil Box: nil Inverse: nil Stipple: nil Font: # Fontset: -b&h-Luxi Mono-normal-normal-normal-*-19-*-*-*-m-0-fontset-auto1 Inherit: unspecified ------------------ However, when I start emacs by first doing 'emacs --daemon', and then 'emacsclient -c', I get errors: Unable to load color "unspecified-bg" And the colors are not set correctly. Poking around, I found that the default face in this instance has: --------------------------- Family: Luxi Mono Foundry: b&h Width: normal Height: 119 Weight: normal Slant: normal Foreground: black Background: unspecified-bg Underline: nil Overline: nil Strike-through: nil Box: nil Inverse: nil Stipple: nil Font: # Fontset: -b&h-Luxi Mono-normal-normal-normal-*-16-*-*-*-m-0-fontset-startup Inherit: unspecified -------------------------- Further, when I use C-x,C-e to manually evaluate the custom-set-faces line in my .emacs I get the following stack trace: Debugger entered--Lisp error: (error "Undefined color" "unspecified-fg") internal-set-lisp-face-attribute(default :foreground "unspecified-fg" #) set-face-attribute(default # :stipple nil :background "unspecified-bg" :foreground "unspecified-fg" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 1 :width normal :foundry "default" :family "default") apply(set-face-attribute default # (:stipple nil :background "unspecified-bg" :foreground "unspecified-fg" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 1 :width normal :foundry "default" :family "default")) face-spec-set-2(default # ((t :stipple nil :background "unspecified-bg" :foreground "unspecified-fg" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 1 :width normal :foundry "default" :family "default"))) face-spec-recalc(default #) face-spec-set(default ((t (:stipple nil :background "black" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 140 :width normal))) t) custom-theme-set-faces(user (default ((t ...)))) apply(custom-theme-set-faces user (default ((t ...)))) custom-set-faces((default ((t ...)))) eval((custom-set-faces (quote (default ...)))) eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp nil nil) One more detail: I'm (ssh -X)'ing into the linux box from a Snow Leopard Mac running X11 (XQuartz 2.3.4 (xorg-server 1.4.2-apple45)) Anyone else seeing this behavior or know what to do about it? Thanks, Josh --00151773eaa03b11b9047674ff9b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,
I downloaded emacs 23.1 and built it with './configure ; make&#= 39; without incident on my linux box 2.6.20.
In my .emacs I have the fol= lowing specifying the default face:
(c= ustom-set-faces
=A0 ;; custom-set-faces was added by Custom.
=A0 ;; If you edit it by ha= nd, you could mess it up, so be careful.
=A0 ;; Your init file should co= ntain only one such instance.
=A0 ;; If there is more than one, they won= 't work right.
=A0'(default ((t (:stipple nil :background "black" :foregroun= d "white" :inverse-video nil :box nil :strike-through nil :overli= ne nil :underline nil :slant normal :weight normal :height 140 :width norma= l))))
When I start emacs without --daemon, it starts without err= ors, works fine, and the default face has reasonable values:
-----------
=A0=A0=A0=A0=A0=A0=A0 Family: Luxi Mono
= =A0=A0=A0=A0=A0=A0 Foundry: b&h
=A0=A0=A0=A0=A0=A0=A0=A0 Width: norm= al
=A0=A0=A0=A0=A0=A0=A0 Height: 141
=A0=A0=A0=A0=A0=A0=A0 Weight: no= rmal
=A0=A0=A0=A0=A0=A0=A0=A0 Slant: normal
=A0=A0=A0 Foreground: white
= =A0=A0=A0 Background: black
=A0=A0=A0=A0 Underline: nil
=A0=A0=A0=A0= =A0 Overline: nil
Strike-through: nil
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = Box: nil
=A0=A0=A0=A0=A0=A0 Inverse: nil
=A0=A0=A0=A0=A0=A0 Stipple: = nil
=A0=A0=A0=A0=A0=A0=A0=A0=A0 Font: #<font-object -b&h-Luxi Mon= o-normal-normal-normal-*-19-*-*-*-m-0-iso10646-1>
=A0=A0=A0=A0=A0=A0 Fontset: -b&h-Luxi Mono-normal-normal-normal-*-19-*-= *-*-m-0-fontset-auto1
=A0=A0=A0=A0=A0=A0 Inherit: unspecified
------------------
However, when I start emacs by= first doing 'emacs --daemon', and then 'emacsclient -c', I= get errors:
Unable to load color "uns= pecified-bg"
And the colors are not set correctly.=A0 Poking = around, I found that the default face in this instance has:
------------= ---------------
=A0=A0=A0=A0=A0=A0=A0 Family: Luxi M= ono
=A0=A0=A0=A0=A0=A0 Foundry: b&h
=A0=A0=A0=A0=A0=A0=A0=A0 Widt= h: normal
=A0=A0=A0=A0=A0=A0=A0 Height: 119
=A0=A0=A0=A0=A0=A0=A0 Wei= ght: normal
=A0=A0=A0=A0=A0=A0=A0=A0 Slant: normal
=A0=A0=A0 Foregrou= nd: black
=A0=A0=A0 Background: unspecified-bg
=A0=A0=A0=A0 Underline: nil
=A0=A0=A0=A0=A0 Overline: nil
Strike-thro= ugh: nil
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Box: nil
=A0=A0=A0=A0=A0=A0 I= nverse: nil
=A0=A0=A0=A0=A0=A0 Stipple: nil
=A0=A0=A0=A0=A0=A0=A0=A0= =A0 Font: #<font-object -b&h-Luxi Mono-normal-normal-normal-*-16-*-*= -*-m-0-iso10646-1>
=A0=A0=A0=A0=A0=A0 Fontset: -b&h-Luxi Mono-normal-normal-normal-*-16-*-= *-*-m-0-fontset-startup
=A0=A0=A0=A0=A0=A0 Inherit: unspecified
--------------------------
Further, when I use C-x,C-e to manually eval= uate the custom-set-faces line in my .emacs I get the following stack trace= :
Debugger entered--Lisp error: (error &quo= t;Undefined color" "unspecified-fg")
=A0 internal-set-lis= p-face-attribute(default :foreground "unspecified-fg" #<frame = emacs@devrs005.snc1.fac= ebook.com 0x135f180>)
=A0 set-face-attribute(default #<frame emacs@devrs005.snc1.facebook.com 0x135f180> :stip= ple nil :background "unspecified-bg" :foreground "unspecifie= d-fg" :inverse-video nil :box nil :strike-through nil :overline nil :u= nderline nil :slant normal :weight normal :height 1 :width normal :foundry = "default" :family "default")
=A0 apply(set-face-attribute default #<frame emacs@devrs005.snc1.facebook.com 0x135f180>= (:stipple nil :background "unspecified-bg" :foreground "uns= pecified-fg" :inverse-video nil :box nil :strike-through nil :overline= nil :underline nil :slant normal :weight normal :height 1 :width normal :f= oundry "default" :family "default"))
=A0 face-spec-set-2(default #<frame emacs@devrs005.snc1.facebook.com 0x135f180> ((t :sti= pple nil :background "unspecified-bg" :foreground "unspecifi= ed-fg" :inverse-video nil :box nil :strike-through nil :overline nil := underline nil :slant normal :weight normal :height 1 :width normal :foundry= "default" :family "default")))
=A0 face-spec-recalc(default #<frame emacs@devrs005.snc1.facebook.com 0x135f180>)
=A0= face-spec-set(default ((t (:stipple nil :background "black" :for= eground "white" :inverse-video nil :box nil :strike-through nil := overline nil :underline nil :slant normal :weight normal :height 140 :width= normal))) t)
=A0 custom-theme-set-faces(user (default ((t ...))))
=A0 apply(custom-th= eme-set-faces user (default ((t ...))))
=A0 custom-set-faces((default ((= t ...))))
=A0 eval((custom-set-faces (quote (default ...))))
=A0 eval= -last-sexp-1(nil)
=A0 eval-last-sexp(nil)
=A0 call-interactively(eval-last-sexp nil nil)

One more detail:=A0 I'm (ssh -X)'ing into the linux box= from a Snow Leopard Mac running X11 (XQuartz 2.3.4 (xorg-server 1.4.2-appl= e45))

Anyone else seeing this behavior or know what to do about it?
Thanks= ,
Josh

--00151773eaa03b11b9047674ff9b-- From unknown Mon Aug 18 02:32:48 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4776: Acknowledgement (Error setting default face and unspecified-bg in default face when starting emacs 23.1 with --daemon) Reply-To: Joshua Redstone , 4776@debbugs.gnu.org Resent-From: Joshua Redstone Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Wed, 21 Oct 2009 17:50:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4776 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 4776-submit@emacsbugs.donarmstrong.com id=B4776.125614701029811 (code B ref 4776); Wed, 21 Oct 2009 17:50:05 +0000 Received: (at 4776) by emacsbugs.donarmstrong.com; 21 Oct 2009 17:43:30 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.5 required=4.0 tests=AWL,HAS_BUG_NUMBER,MULTALT, YOURMESSAGEBOD autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-iw0-f192.google.com (mail-iw0-f192.google.com [209.85.223.192]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9LHhSPk029808 for <4776@emacsbugs.donarmstrong.com>; Wed, 21 Oct 2009 10:43:30 -0700 Received: by iwn30 with SMTP id 30so3537606iwn.19 for <4776@emacsbugs.donarmstrong.com>; Wed, 21 Oct 2009 10:43:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=k4jm/omL4X79OgqQjEMMg6m7y6DeRfUPQyMiWHrnEZk=; b=B4fkNQg1c5FYU7lBKbVvrSZrtgR0jVg2+Yk/yyYtN8CfcSI7sD7I7KcomXedeCwBom kQuZLB0Z6Uc5FrfSUwYLW10DeZ3VMjzQQwZF0FsZdh6LLYxvcTmwwOtHaDyciMgRFTgq VLL3SvO/XMeG65u7mC/c6Q0hbbV/W7nYmqbR4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=lM7mJxrpCAMViPYn4EmSeCqVz15FfBXviGvqLsxtJ0Dx7AA4WD+8h6LHNac+2e6ESc BnHhl/RPAVsKlA2Me+pm/0RQsF3Kw84Cd1ndWSrmfeg5S+3pZM59dnniLjkpvkEeKvP7 bkh75qMT+/4uWFg5A6Xqft5P7X68KX1ds0xuM= MIME-Version: 1.0 Received: by 10.231.6.79 with SMTP id 15mr2799175iby.36.1256147003232; Wed, 21 Oct 2009 10:43:23 -0700 (PDT) In-Reply-To: References: <5f9c1f650910211005r34937eabtc8b6e41db59c0c78@mail.gmail.com> From: Joshua Redstone Date: Wed, 21 Oct 2009 10:43:03 -0700 Message-ID: <5f9c1f650910211043q7dd7c61ahba53ab80c038226e@mail.gmail.com> To: 4776@debbugs.gnu.org Content-Type: multipart/alternative; boundary=00151774123ee9d248047675839e --00151774123ee9d248047675839e Content-Type: text/plain; charset=ISO-8859-1 One other note I forgot to mention. After I manually eval the custom-set-faces function and get the lisp error, if I try to evaluate it again, it succeeds without error. Josh On Wed, Oct 21, 2009 at 10:15 AM, Emacs bug Tracking System < owner@emacsbugs.donarmstrong.com> wrote: > Thank you for filing a new bug report with Emacs. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > Emacs Bugs > > If you wish to submit further information on this problem, please > send it to 4776@emacsbugs.donarmstrong.com. > > Please do not send mail to help-debbugs@gnu.org unless you > wish > to report a problem with the Bug-tracking system. > > -- > 4776: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4776 > Emacs Bug Tracking System > Contact help-debbugs@gnu.org with problems > --00151774123ee9d248047675839e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable One other note I forgot to mention. After I manually eval the custom-set-f= aces function and get the lisp error, if I try to evaluate it again,
it = succeeds without error.
Josh


On We= d, Oct 21, 2009 at 10:15 AM, Emacs bug Tracking System &l= t;owner@emacsbugs.donar= mstrong.com> wrote:
Thank you for fil= ing a new bug report with Emacs.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
=A0Emacs Bugs <bug-gnu-emacs@gn= u.org>

If you wish to submit further information on this problem, please
send it to 4776@emacsbug= s.donarmstrong.com.

Please do not send mail to owner@emacsbugs.donarmstrong.com unless you wish
to report a problem with the Bug-tracking system.

--
4776: http://debbugs.gnu.org/cgi/bugre= port.cgi?bug=3D4776
Emacs Bug Tracking System
Contact owner@emacsbugs= .donarmstrong.com with problems

--00151774123ee9d248047675839e-- From lekktu@gmail.com Wed Oct 21 15:22:18 2009 Received: (at control) by emacsbugs.donarmstrong.com; 21 Oct 2009 22:22:20 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.0 required=4.0 tests=AWL,MISSING_SUBJECT,NOSUBJECT autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-fx0-f213.google.com (mail-fx0-f213.google.com [209.85.220.213]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9LMMG0w005680 for ; Wed, 21 Oct 2009 15:22:18 -0700 Received: by fxm9 with SMTP id 9so9066701fxm.1 for ; Wed, 21 Oct 2009 15:22:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=rHkMcWH5sbz0cbhsIYoYkXur5hfUjE4U78FLwQEKnUA=; b=suVqvvrHVb0kxySe4i+M1heAl42mNuGPwkzkIHMkkJCG4QwhREAYiqXElZj6unuTyz juQkbjHOZrdmsvyuEv3+hoIsZ9wzwefSzc64xmrIR4SnWStnnqcRlbAz+SK0t4GwJIv+ /nvXsN4oA34FWH3vB6YDJ97XJjOvCrfn2j3ic= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=VS4seJ4UbtxrCrvS7Qg/NAsJJ0BXc6GjAst1Ommi/DaCeTacUdZIGH0clJ770ZMKIV HT0TNO4mnpB5GAHu2YEYjSpYSKT3fjl0krBw8CXn5kbzS+R2VwKmAw/+sSJcnX8a3VcQ OmQNAxk+b+WzVzstiIt+RYRMGqLtSJbSzs5B0= MIME-Version: 1.0 Received: by 10.239.145.133 with SMTP id s5mr25931hba.49.1256163731124; Wed, 21 Oct 2009 15:22:11 -0700 (PDT) From: Juanma Barranquero Date: Thu, 22 Oct 2009 00:21:50 +0200 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 merge 4776 4777 quit From unknown Mon Aug 18 02:32:48 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4776: Error setting default face and unspecified-bg in default face when starting emacs 23.1 with --daemon Reply-To: Dan Nicolaescu , 4776@debbugs.gnu.org Resent-From: Dan Nicolaescu Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Thu, 22 Oct 2009 07:35:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4776 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 4776-submit@emacsbugs.donarmstrong.com id=B4776.125619653518410 (code B ref 4776); Thu, 22 Oct 2009 07:35:04 +0000 Received: (at 4776) by emacsbugs.donarmstrong.com; 22 Oct 2009 07:28:55 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-5.9 required=4.0 tests=AWL,GMAIL,HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from paul-mcgann-v0.ics.uci.edu (paul-mcgann-v0.ics.uci.edu [128.195.1.147]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9M7SsCd018406 for <4776@emacsbugs.donarmstrong.com>; Thu, 22 Oct 2009 00:28:55 -0700 Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by paul-mcgann-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id n9M7SiZY013058; Thu, 22 Oct 2009 00:28:44 -0700 Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n9M7SiCw015446; Thu, 22 Oct 2009 00:28:44 -0700 (PDT) Date: Thu, 22 Oct 2009 00:28:44 -0700 (PDT) Message-Id: <200910220728.n9M7SiCw015446@godzilla.ics.uci.edu> From: Dan Nicolaescu To: Joshua Redstone Cc: 4776@debbugs.gnu.org References: <5f9c1f650910211005r34937eabtc8b6e41db59c0c78@mail.gmail.com> In-Reply-To: <5f9c1f650910211005r34937eabtc8b6e41db59c0c78@mail.gmail.com> (Joshua Redstone's message of "Wed, 21 Oct 2009 10:05:57 -0700") Lines: 20 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: n9M7SiZY013058 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu Joshua Redstone writes: > Hi, > I downloaded emacs 23.1 and built it with './configure ; make' without = incident > on my linux box 2.6.20. > In my .emacs I have the following specifying the default face: > (custom-set-faces > =C2=A0 ;; custom-set-faces was added by Custom. > =C2=A0 ;; If you edit it by hand, you could mess it up, so be careful. > =C2=A0 ;; Your init file should contain only one such instance. > =C2=A0 ;; If there is more than one, they won't work right. > =C2=A0'(default ((t (:stipple nil :background "black" :foreground "whit= e" > :inverse-video nil :box nil :strike-through nil :overline nil :underlin= e nil > :slant normal :weight normal :height 140 :width normal)))) > When I start emacs without --daemon, it starts without errors, works fi= ne, and > the default face has reasonable values: > ----------- This sounds a lot like bug#1078 could you try with emacs from CVS and see if you get the problem there too? From unknown Mon Aug 18 02:32:48 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4776: Error setting default face and unspecified-bg in default face when starting emacs 23.1 with --daemon Reply-To: Joshua Redstone , 4776@debbugs.gnu.org Resent-From: Joshua Redstone Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Tue, 03 Nov 2009 19:40:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4776 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 4776-submit@emacsbugs.donarmstrong.com id=B4776.125727669019965 (code B ref 4776); Tue, 03 Nov 2009 19:40:04 +0000 Received: (at 4776) by emacsbugs.donarmstrong.com; 3 Nov 2009 19:31:30 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.2 required=4.0 tests=AWL,GMAIL,HAS_BUG_NUMBER, MULTALT autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-iw0-f184.google.com (mail-iw0-f184.google.com [209.85.223.184]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nA3JVSx0019962 for <4776@emacsbugs.donarmstrong.com>; Tue, 3 Nov 2009 11:31:30 -0800 Received: by iwn14 with SMTP id 14so4367134iwn.13 for <4776@emacsbugs.donarmstrong.com>; Tue, 03 Nov 2009 11:31:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=3EjHyWxg/5Hw5h/mr1U7J7q6oIAIqFSmFj7SOG5Ajig=; b=FN5r108kDFJzJ1fMz/jqfUTiHYJx7lpBoxsjphO1wIqGst8MyZp8H0bid1g9DskkaP 2GC8VyTBGD78KyACGX4S1C7wx1xOnE74S0fCRfUrgRcQj5rJuLuENjdxdw9RY8GuB7Ih btVFoijC4h4k/6JiiVl/vlOX84dGRRKEjbkFo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=lhodl0y25O7Ch7gNwyEOBjGaqzYrOweRUEdBne0kYKS4gWtUjgrWO95pjmtzFtpLPz 4g6ZJlM0ykdNw5WSlRgiVNjf1woczIiVtDwdMgs3DQOMMO52kG1MM6WNX6lqPaibl4lu Gw6WzptN77465cIMe18RgJDxDg11FhXbsPhjQ= MIME-Version: 1.0 Received: by 10.231.25.160 with SMTP id z32mr1278630ibb.5.1257276683437; Tue, 03 Nov 2009 11:31:23 -0800 (PST) In-Reply-To: <200910220728.n9M7SiCw015446@godzilla.ics.uci.edu> References: <5f9c1f650910211005r34937eabtc8b6e41db59c0c78@mail.gmail.com> <200910220728.n9M7SiCw015446@godzilla.ics.uci.edu> From: Joshua Redstone Date: Tue, 3 Nov 2009 11:31:02 -0800 Message-ID: <5f9c1f650911031131y4b9b6b0bibc966f8964e2ade7@mail.gmail.com> To: Dan Nicolaescu Cc: 4776@debbugs.gnu.org Content-Type: multipart/alternative; boundary=00151774041c19c69e04777c8aff --00151774041c19c69e04777c8aff Content-Type: text/plain; charset=ISO-8859-1 I just checked out the current repository, compiled, and this problem doesn't exist for me anymore. Looks like it was fixed. Thanks, Josh On Wed, Oct 21, 2009 at 11:28 PM, Dan Nicolaescu wrote: > Joshua Redstone writes: > > > Hi, > > I downloaded emacs 23.1 and built it with './configure ; make' without > incident > > on my linux box 2.6.20. > > In my .emacs I have the following specifying the default face: > > (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 "black" :foreground "white" > > :inverse-video nil :box nil :strike-through nil :overline nil :underline > nil > > :slant normal :weight normal :height 140 :width normal)))) > > When I start emacs without --daemon, it starts without errors, works > fine, and > > the default face has reasonable values: > > ----------- > > This sounds a lot like bug#1078 > could you try with emacs from CVS and see if you get the problem there too? > --00151774041c19c69e04777c8aff Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I just checked out the current repository, compiled, and this problem doesn= 't exist for me anymore.
Looks like it was fixed.
Thanks,
Josh=

On Wed, Oct 21, 2009 at 11:28 PM, Dan Ni= colaescu <dann@ics= .uci.edu> wrote:
Joshua Redstone &= lt;redstone@gmail.com> writes:=

=A0> Hi,
=A0> I downloaded emacs 23.1 and built it with './configure ; make&= #39; without incident
=A0> on my linux box 2.6.20.
=A0> In my .emacs I have the following specifying the default face:
=A0> (custom-set-faces
=A0> =A0 ;; custom-set-faces was added by Custom.
=A0> =A0 ;; If you edit it by hand, you could mess it up, so be careful= .
=A0> =A0 ;; Your init file should contain only one such instance.
=A0> =A0 ;; If there is more than one, they won't work right.
=A0> =A0'(default ((t (:stipple nil :background "black" := foreground "white"
=A0> :inverse-video nil :box nil :strike-through nil :overline nil :und= erline nil
=A0> :slant normal :weight normal :height 140 :width normal))))
=A0> When I start emacs without --daemon, it starts without errors, wor= ks fine, and
=A0> the default face has reasonable values:
=A0> -----------

This sounds a lot like bug#1078
could you try with emacs from CVS and see if you get the problem there too?=

--00151774041c19c69e04777c8aff-- From unknown Mon Aug 18 02:32:48 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Joshua Redstone Subject: bug#4776 closed by Dan Nicolaescu (Re: bug#4776: Error setting default face and unspecified-bg in default face when starting emacs 23.1 with --daemon) Message-ID: References: <200911040146.nA41kbnT027147@godzilla.ics.uci.edu> <5f9c1f650910211005r34937eabtc8b6e41db59c0c78@mail.gmail.com> X-Emacs-PR-Message: they-closed 4776 X-Emacs-PR-Package: emacs Reply-To: 4776@debbugs.gnu.org Date: Wed, 04 Nov 2009 01:55:08 +0000 Content-Type: multipart/mixed; boundary="----------=_1257299708-26487-1" This is a multi-part message in MIME format... ------------=_1257299708-26487-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: #4776: Error setting default face and unspecified-bg in default face when = starting emacs 23.1 with --daemon It has been closed by Dan Nicolaescu . 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 Dan Nicolaescu by replying to this email. --=20 4776: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D4776 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1257299708-26487-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 4776-done) by emacsbugs.donarmstrong.com; 4 Nov 2009 01:46:47 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-5.9 required=4.0 tests=AWL,GMAIL,HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from paul-mcgann-v0.ics.uci.edu (paul-mcgann-v0.ics.uci.edu [128.195.1.147]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nA41kjqm025985 for <4776-done@emacsbugs.donarmstrong.com>; Tue, 3 Nov 2009 17:46:47 -0800 Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by paul-mcgann-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id nA41kb7R014877 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 3 Nov 2009 17:46:37 -0800 Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id nA41kbnT027147; Tue, 3 Nov 2009 17:46:37 -0800 (PST) Date: Tue, 3 Nov 2009 17:46:37 -0800 (PST) Message-Id: <200911040146.nA41kbnT027147@godzilla.ics.uci.edu> From: Dan Nicolaescu To: Joshua Redstone Cc: 4776-done@debbugs.gnu.org Subject: Re: bug#4776: Error setting default face and unspecified-bg in default face when starting emacs 23.1 with --daemon References: <5f9c1f650910211005r34937eabtc8b6e41db59c0c78@mail.gmail.com> <200910220728.n9M7SiCw015446@godzilla.ics.uci.edu> <5f9c1f650911031131y4b9b6b0bibc966f8964e2ade7@mail.gmail.com> X-Debbugs-No-Ack: yes In-Reply-To: <5f9c1f650911031131y4b9b6b0bibc966f8964e2ade7@mail.gmail.com> (Joshua Redstone's message of "Tue, 3 Nov 2009 11:31:02 -0800") Lines: 36 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: nA41kb7R014877 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu Joshua Redstone writes: > I just checked out the current repository, compiled, and this problem d= oesn't > exist for me anymore. > Looks like it was fixed. Thanks, closing them bug then. > Thanks, > Josh >=20 > On Wed, Oct 21, 2009 at 11:28 PM, Dan Nicolaescu wro= te: >=20 > Joshua Redstone writes: >=20 > =C2=A0> Hi, > =C2=A0> I downloaded emacs 23.1 and built it with './configure ; ma= ke' without > incident > =C2=A0> on my linux box 2.6.20. > =C2=A0> In my .emacs I have the following specifying the default fa= ce: > =C2=A0> (custom-set-faces > =C2=A0> =C2=A0 ;; custom-set-faces was added by Custom. > =C2=A0> =C2=A0 ;; If you edit it by hand, you could mess it up, so = be careful. > =C2=A0> =C2=A0 ;; Your init file should contain only one such insta= nce. > =C2=A0> =C2=A0 ;; If there is more than one, they won't work right. > =C2=A0> =C2=A0'(default ((t (:stipple nil :background "black" :fore= ground "white" > =C2=A0> :inverse-video nil :box nil :strike-through nil :overline n= il :underline > nil > =C2=A0> :slant normal :weight normal :height 140 :width normal)))) > =C2=A0> When I start emacs without --daemon, it starts without erro= rs, works > fine, and > =C2=A0> the default face has reasonable values: > =C2=A0> ----------- >=20 > This sounds a lot like bug#1078 > could you try with emacs from CVS and see if you get the problem th= ere too? ------------=_1257299708-26487-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 21 Oct 2009 17:06:27 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.0 required=4.0 tests=IMPRONONCABLE_2,MULTALT autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9LH6OCA025009 for ; Wed, 21 Oct 2009 10:06:25 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0edk-0008W7-7Q for bug-gnu-emacs@gnu.org; Wed, 21 Oct 2009 13:06:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0edf-0008Ty-Ek for bug-gnu-emacs@gnu.org; Wed, 21 Oct 2009 13:06:23 -0400 Received: from [199.232.76.173] (port=42183 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0edf-0008Tv-4T for bug-gnu-emacs@gnu.org; Wed, 21 Oct 2009 13:06:19 -0400 Received: from mail-iw0-f174.google.com ([209.85.223.174]:39472) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0ede-0001oZ-FC for bug-gnu-emacs@gnu.org; Wed, 21 Oct 2009 13:06:18 -0400 Received: by iwn4 with SMTP id 4so3586656iwn.14 for ; Wed, 21 Oct 2009 10:06:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=JZu0A4o5upL89wWC+gsDKPtuLGcFQ7u5Dgt4OCvgX4U=; b=KTd8axhUMapOR+s1tUnI1+xq/8YWZzEEcZgU2SByLfS1o75SWPT2eSSSK3y84kTXBW Dx4pm5mgYJY8HfdzMZmIWlPaHLTCCdX6qyMiToX/0sXouigPl8F/b/Fz86m27SixfT91 f9P4vvREDIg7aXhDfIGMGge/w2ydnvXpRFRfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=reKkZcnSq8HTDqkiQVyPLZq9PEi65ZRiMiUGZFw44gkHU26M9xsqzkonBdAeDJ/UXC DWo1Zgf+M75+Xlh2/QD/bwqKJ/ScPz3dWq2LiBZskJKb+hefjpTdfJNoxbpaj5AsYVZo 4tZkuEGBG8Wy0C6DhoMzyuWeU/nGRkVqbWz2U= MIME-Version: 1.0 Received: by 10.231.1.22 with SMTP id 22mr6279645ibd.56.1256144777187; Wed, 21 Oct 2009 10:06:17 -0700 (PDT) From: Joshua Redstone Date: Wed, 21 Oct 2009 10:05:57 -0700 Message-ID: <5f9c1f650910211005r34937eabtc8b6e41db59c0c78@mail.gmail.com> Subject: Error setting default face and unspecified-bg in default face when starting emacs 23.1 with --daemon To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=00151773eaa03b11b9047674ff9b X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) --00151773eaa03b11b9047674ff9b Content-Type: text/plain; charset=ISO-8859-1 Hi,I downloaded emacs 23.1 and built it with './configure ; make' without incident on my linux box 2.6.20. In my .emacs I have the following specifying the default face: (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 "black" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 140 :width normal)))) When I start emacs without --daemon, it starts without errors, works fine, and the default face has reasonable values: ----------- Family: Luxi Mono Foundry: b&h Width: normal Height: 141 Weight: normal Slant: normal Foreground: white Background: black Underline: nil Overline: nil Strike-through: nil Box: nil Inverse: nil Stipple: nil Font: # Fontset: -b&h-Luxi Mono-normal-normal-normal-*-19-*-*-*-m-0-fontset-auto1 Inherit: unspecified ------------------ However, when I start emacs by first doing 'emacs --daemon', and then 'emacsclient -c', I get errors: Unable to load color "unspecified-bg" And the colors are not set correctly. Poking around, I found that the default face in this instance has: --------------------------- Family: Luxi Mono Foundry: b&h Width: normal Height: 119 Weight: normal Slant: normal Foreground: black Background: unspecified-bg Underline: nil Overline: nil Strike-through: nil Box: nil Inverse: nil Stipple: nil Font: # Fontset: -b&h-Luxi Mono-normal-normal-normal-*-16-*-*-*-m-0-fontset-startup Inherit: unspecified -------------------------- Further, when I use C-x,C-e to manually evaluate the custom-set-faces line in my .emacs I get the following stack trace: Debugger entered--Lisp error: (error "Undefined color" "unspecified-fg") internal-set-lisp-face-attribute(default :foreground "unspecified-fg" #) set-face-attribute(default # :stipple nil :background "unspecified-bg" :foreground "unspecified-fg" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 1 :width normal :foundry "default" :family "default") apply(set-face-attribute default # (:stipple nil :background "unspecified-bg" :foreground "unspecified-fg" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 1 :width normal :foundry "default" :family "default")) face-spec-set-2(default # ((t :stipple nil :background "unspecified-bg" :foreground "unspecified-fg" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 1 :width normal :foundry "default" :family "default"))) face-spec-recalc(default #) face-spec-set(default ((t (:stipple nil :background "black" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 140 :width normal))) t) custom-theme-set-faces(user (default ((t ...)))) apply(custom-theme-set-faces user (default ((t ...)))) custom-set-faces((default ((t ...)))) eval((custom-set-faces (quote (default ...)))) eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp nil nil) One more detail: I'm (ssh -X)'ing into the linux box from a Snow Leopard Mac running X11 (XQuartz 2.3.4 (xorg-server 1.4.2-apple45)) Anyone else seeing this behavior or know what to do about it? Thanks, Josh --00151773eaa03b11b9047674ff9b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,
I downloaded emacs 23.1 and built it with './configure ; make&#= 39; without incident on my linux box 2.6.20.
In my .emacs I have the fol= lowing specifying the default face:
(c= ustom-set-faces
=A0 ;; custom-set-faces was added by Custom.
=A0 ;; If you edit it by ha= nd, you could mess it up, so be careful.
=A0 ;; Your init file should co= ntain only one such instance.
=A0 ;; If there is more than one, they won= 't work right.
=A0'(default ((t (:stipple nil :background "black" :foregroun= d "white" :inverse-video nil :box nil :strike-through nil :overli= ne nil :underline nil :slant normal :weight normal :height 140 :width norma= l))))
When I start emacs without --daemon, it starts without err= ors, works fine, and the default face has reasonable values:
-----------
=A0=A0=A0=A0=A0=A0=A0 Family: Luxi Mono
= =A0=A0=A0=A0=A0=A0 Foundry: b&h
=A0=A0=A0=A0=A0=A0=A0=A0 Width: norm= al
=A0=A0=A0=A0=A0=A0=A0 Height: 141
=A0=A0=A0=A0=A0=A0=A0 Weight: no= rmal
=A0=A0=A0=A0=A0=A0=A0=A0 Slant: normal
=A0=A0=A0 Foreground: white
= =A0=A0=A0 Background: black
=A0=A0=A0=A0 Underline: nil
=A0=A0=A0=A0= =A0 Overline: nil
Strike-through: nil
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = Box: nil
=A0=A0=A0=A0=A0=A0 Inverse: nil
=A0=A0=A0=A0=A0=A0 Stipple: = nil
=A0=A0=A0=A0=A0=A0=A0=A0=A0 Font: #<font-object -b&h-Luxi Mon= o-normal-normal-normal-*-19-*-*-*-m-0-iso10646-1>
=A0=A0=A0=A0=A0=A0 Fontset: -b&h-Luxi Mono-normal-normal-normal-*-19-*-= *-*-m-0-fontset-auto1
=A0=A0=A0=A0=A0=A0 Inherit: unspecified
------------------
However, when I start emacs by= first doing 'emacs --daemon', and then 'emacsclient -c', I= get errors:
Unable to load color "uns= pecified-bg"
And the colors are not set correctly.=A0 Poking = around, I found that the default face in this instance has:
------------= ---------------
=A0=A0=A0=A0=A0=A0=A0 Family: Luxi M= ono
=A0=A0=A0=A0=A0=A0 Foundry: b&h
=A0=A0=A0=A0=A0=A0=A0=A0 Widt= h: normal
=A0=A0=A0=A0=A0=A0=A0 Height: 119
=A0=A0=A0=A0=A0=A0=A0 Wei= ght: normal
=A0=A0=A0=A0=A0=A0=A0=A0 Slant: normal
=A0=A0=A0 Foregrou= nd: black
=A0=A0=A0 Background: unspecified-bg
=A0=A0=A0=A0 Underline: nil
=A0=A0=A0=A0=A0 Overline: nil
Strike-thro= ugh: nil
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Box: nil
=A0=A0=A0=A0=A0=A0 I= nverse: nil
=A0=A0=A0=A0=A0=A0 Stipple: nil
=A0=A0=A0=A0=A0=A0=A0=A0= =A0 Font: #<font-object -b&h-Luxi Mono-normal-normal-normal-*-16-*-*= -*-m-0-iso10646-1>
=A0=A0=A0=A0=A0=A0 Fontset: -b&h-Luxi Mono-normal-normal-normal-*-16-*-= *-*-m-0-fontset-startup
=A0=A0=A0=A0=A0=A0 Inherit: unspecified
--------------------------
Further, when I use C-x,C-e to manually eval= uate the custom-set-faces line in my .emacs I get the following stack trace= :
Debugger entered--Lisp error: (error &quo= t;Undefined color" "unspecified-fg")
=A0 internal-set-lis= p-face-attribute(default :foreground "unspecified-fg" #<frame = emacs@devrs005.snc1.fac= ebook.com 0x135f180>)
=A0 set-face-attribute(default #<frame emacs@devrs005.snc1.facebook.com 0x135f180> :stip= ple nil :background "unspecified-bg" :foreground "unspecifie= d-fg" :inverse-video nil :box nil :strike-through nil :overline nil :u= nderline nil :slant normal :weight normal :height 1 :width normal :foundry = "default" :family "default")
=A0 apply(set-face-attribute default #<frame emacs@devrs005.snc1.facebook.com 0x135f180>= (:stipple nil :background "unspecified-bg" :foreground "uns= pecified-fg" :inverse-video nil :box nil :strike-through nil :overline= nil :underline nil :slant normal :weight normal :height 1 :width normal :f= oundry "default" :family "default"))
=A0 face-spec-set-2(default #<frame emacs@devrs005.snc1.facebook.com 0x135f180> ((t :sti= pple nil :background "unspecified-bg" :foreground "unspecifi= ed-fg" :inverse-video nil :box nil :strike-through nil :overline nil := underline nil :slant normal :weight normal :height 1 :width normal :foundry= "default" :family "default")))
=A0 face-spec-recalc(default #<frame emacs@devrs005.snc1.facebook.com 0x135f180>)
=A0= face-spec-set(default ((t (:stipple nil :background "black" :for= eground "white" :inverse-video nil :box nil :strike-through nil := overline nil :underline nil :slant normal :weight normal :height 140 :width= normal))) t)
=A0 custom-theme-set-faces(user (default ((t ...))))
=A0 apply(custom-th= eme-set-faces user (default ((t ...))))
=A0 custom-set-faces((default ((= t ...))))
=A0 eval((custom-set-faces (quote (default ...))))
=A0 eval= -last-sexp-1(nil)
=A0 eval-last-sexp(nil)
=A0 call-interactively(eval-last-sexp nil nil)

One more detail:=A0 I'm (ssh -X)'ing into the linux box= from a Snow Leopard Mac running X11 (XQuartz 2.3.4 (xorg-server 1.4.2-appl= e45))

Anyone else seeing this behavior or know what to do about it?
Thanks= ,
Josh

--00151773eaa03b11b9047674ff9b-- ------------=_1257299708-26487-1-- From unknown Mon Aug 18 02:32:48 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Joshua Redstone Subject: bug#4777 closed by Dan Nicolaescu (Re: bug#4776: Error setting default face and unspecified-bg in default face when starting emacs 23.1 with --daemon) Message-ID: References: <200911040146.nA41kbnT027147@godzilla.ics.uci.edu> <5f9c1f650910211014g28f07c71s18b8c98f09dc4068@mail.gmail.com> X-Emacs-PR-Message: they-closed 4777 X-Emacs-PR-Package: emacs Reply-To: 4777@debbugs.gnu.org Date: Wed, 04 Nov 2009 01:55:09 +0000 Content-Type: multipart/mixed; boundary="----------=_1257299709-26487-3" This is a multi-part message in MIME format... ------------=_1257299709-26487-3 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: #4776: Error setting default face and unspecified-bg in default face when = starting emacs 23.1 with --daemon It has been closed by Dan Nicolaescu . 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 Dan Nicolaescu by replying to this email. --=20 4776: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D4776 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1257299709-26487-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 4776-done) by emacsbugs.donarmstrong.com; 4 Nov 2009 01:46:47 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-5.9 required=4.0 tests=AWL,GMAIL,HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from paul-mcgann-v0.ics.uci.edu (paul-mcgann-v0.ics.uci.edu [128.195.1.147]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nA41kjqm025985 for <4776-done@emacsbugs.donarmstrong.com>; Tue, 3 Nov 2009 17:46:47 -0800 Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by paul-mcgann-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id nA41kb7R014877 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 3 Nov 2009 17:46:37 -0800 Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id nA41kbnT027147; Tue, 3 Nov 2009 17:46:37 -0800 (PST) Date: Tue, 3 Nov 2009 17:46:37 -0800 (PST) Message-Id: <200911040146.nA41kbnT027147@godzilla.ics.uci.edu> From: Dan Nicolaescu To: Joshua Redstone Cc: 4776-done@debbugs.gnu.org Subject: Re: bug#4776: Error setting default face and unspecified-bg in default face when starting emacs 23.1 with --daemon References: <5f9c1f650910211005r34937eabtc8b6e41db59c0c78@mail.gmail.com> <200910220728.n9M7SiCw015446@godzilla.ics.uci.edu> <5f9c1f650911031131y4b9b6b0bibc966f8964e2ade7@mail.gmail.com> X-Debbugs-No-Ack: yes In-Reply-To: <5f9c1f650911031131y4b9b6b0bibc966f8964e2ade7@mail.gmail.com> (Joshua Redstone's message of "Tue, 3 Nov 2009 11:31:02 -0800") Lines: 36 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: nA41kb7R014877 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu Joshua Redstone writes: > I just checked out the current repository, compiled, and this problem d= oesn't > exist for me anymore. > Looks like it was fixed. Thanks, closing them bug then. > Thanks, > Josh >=20 > On Wed, Oct 21, 2009 at 11:28 PM, Dan Nicolaescu wro= te: >=20 > Joshua Redstone writes: >=20 > =C2=A0> Hi, > =C2=A0> I downloaded emacs 23.1 and built it with './configure ; ma= ke' without > incident > =C2=A0> on my linux box 2.6.20. > =C2=A0> In my .emacs I have the following specifying the default fa= ce: > =C2=A0> (custom-set-faces > =C2=A0> =C2=A0 ;; custom-set-faces was added by Custom. > =C2=A0> =C2=A0 ;; If you edit it by hand, you could mess it up, so = be careful. > =C2=A0> =C2=A0 ;; Your init file should contain only one such insta= nce. > =C2=A0> =C2=A0 ;; If there is more than one, they won't work right. > =C2=A0> =C2=A0'(default ((t (:stipple nil :background "black" :fore= ground "white" > =C2=A0> :inverse-video nil :box nil :strike-through nil :overline n= il :underline > nil > =C2=A0> :slant normal :weight normal :height 140 :width normal)))) > =C2=A0> When I start emacs without --daemon, it starts without erro= rs, works > fine, and > =C2=A0> the default face has reasonable values: > =C2=A0> ----------- >=20 > This sounds a lot like bug#1078 > could you try with emacs from CVS and see if you get the problem th= ere too? ------------=_1257299709-26487-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 21 Oct 2009 17:14:55 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.5 required=4.0 tests=AWL,GMAIL,IMPRONONCABLE_2, MULTALT autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9LHErgv025752 for ; Wed, 21 Oct 2009 10:14:54 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0elw-0006Wp-RX for bug-gnu-emacs@gnu.org; Wed, 21 Oct 2009 13:14:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0els-0006Rf-Q5 for bug-gnu-emacs@gnu.org; Wed, 21 Oct 2009 13:14:52 -0400 Received: from [199.232.76.173] (port=57042 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0els-0006RQ-F1 for bug-gnu-emacs@gnu.org; Wed, 21 Oct 2009 13:14:48 -0400 Received: from mail-iw0-f174.google.com ([209.85.223.174]:36793) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0elr-0003Un-SS for bug-gnu-emacs@gnu.org; Wed, 21 Oct 2009 13:14:48 -0400 Received: by iwn4 with SMTP id 4so3592031iwn.14 for ; Wed, 21 Oct 2009 10:14:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=VDjcwOrVHYPjhzANyiTly33j4J1rg+ZAwYNNixVylwg=; b=fW44+b4ZRuhalQWp+RRQaWBZeYJNBZdmTO1ZDMIMZIR2P4Tzry0FSCDZ9cMSfuRRXh R73teue6l2veYSNbSx+DxRtmp0sJFa0kyrOmzEGCXY9nE6L7FojxKNT+eS7r53/XUoWF 32JsVT93BOrRU7YRzxnIq61JLGzq62t1JrIJc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=RshB/VrAGMdHcWMBE12tRIDM3FOJ0j0aSIZR/YozcAR2YvZKmS8CpKs/xdyAP4x4MC TxxAarXEPExTTUti2jcyhNIL0ADYtnY8kl/SMfvt7IZRb+0nT0VuKbQWgTLAprmw335z Xvl369szAH7AN+tm/v1TnvFFx9y9a/g2Ocsls= MIME-Version: 1.0 Received: by 10.231.5.23 with SMTP id 23mr7566773ibt.45.1256145287086; Wed, 21 Oct 2009 10:14:47 -0700 (PDT) In-Reply-To: <5f9c1f650910211005r34937eabtc8b6e41db59c0c78@mail.gmail.com> References: <5f9c1f650910211005r34937eabtc8b6e41db59c0c78@mail.gmail.com> From: Joshua Redstone Date: Wed, 21 Oct 2009 10:14:27 -0700 Message-ID: <5f9c1f650910211014g28f07c71s18b8c98f09dc4068@mail.gmail.com> Subject: Re: Error setting default face and unspecified-bg in default face when starting emacs 23.1 with --daemon To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=00151773da309f846d0476751d6a X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) --00151773da309f846d0476751d6a Content-Type: text/plain; charset=ISO-8859-1 One other note I forgot to mention. After I manually eval the custom-set-faces function and get the lisp error, if I try to evaluate it again, it succeeds without error. Josh On Wed, Oct 21, 2009 at 10:05 AM, Joshua Redstone wrote: > Hi,I downloaded emacs 23.1 and built it with './configure ; make' without > incident on my linux box 2.6.20. > In my .emacs I have the following specifying the default face: > (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 "black" :foreground "white" > :inverse-video nil :box nil :strike-through nil :overline nil :underline nil > :slant normal :weight normal :height 140 :width normal)))) > When I start emacs without --daemon, it starts without errors, works fine, > and the default face has reasonable values: > ----------- > > Family: Luxi Mono > Foundry: b&h > Width: normal > Height: 141 > Weight: normal > Slant: normal > Foreground: white > Background: black > Underline: nil > Overline: nil > Strike-through: nil > Box: nil > Inverse: nil > Stipple: nil > Font: # Mono-normal-normal-normal-*-19-*-*-*-m-0-iso10646-1> > Fontset: -b&h-Luxi > Mono-normal-normal-normal-*-19-*-*-*-m-0-fontset-auto1 > Inherit: unspecified > > ------------------ > However, when I start emacs by first doing 'emacs --daemon', and then > 'emacsclient -c', I get errors: > Unable to load color "unspecified-bg" > And the colors are not set correctly. Poking around, I found that the > default face in this instance has: > --------------------------- > Family: Luxi Mono > Foundry: b&h > Width: normal > Height: 119 > Weight: normal > Slant: normal > Foreground: black > Background: unspecified-bg > Underline: nil > Overline: nil > Strike-through: nil > Box: nil > Inverse: nil > Stipple: nil > Font: # Mono-normal-normal-normal-*-16-*-*-*-m-0-iso10646-1> > Fontset: -b&h-Luxi > Mono-normal-normal-normal-*-16-*-*-*-m-0-fontset-startup > Inherit: unspecified > -------------------------- > Further, when I use C-x,C-e to manually evaluate the custom-set-faces line > in my .emacs I get the following stack trace: > Debugger entered--Lisp error: (error "Undefined color" "unspecified-fg") > internal-set-lisp-face-attribute(default :foreground "unspecified-fg" > #) > set-face-attribute(default # :stipple nil :background "unspecified-bg" :foreground > "unspecified-fg" :inverse-video nil :box nil :strike-through nil :overline > nil :underline nil :slant normal :weight normal :height 1 :width normal > :foundry "default" :family "default") > apply(set-face-attribute default # emacs@devrs005.snc1.facebook.com 0x135f180> (:stipple nil :background > "unspecified-bg" :foreground "unspecified-fg" :inverse-video nil :box nil > :strike-through nil :overline nil :underline nil :slant normal :weight > normal :height 1 :width normal :foundry "default" :family "default")) > face-spec-set-2(default # ((t :stipple nil :background "unspecified-bg" :foreground > "unspecified-fg" :inverse-video nil :box nil :strike-through nil :overline > nil :underline nil :slant normal :weight normal :height 1 :width normal > :foundry "default" :family "default"))) > face-spec-recalc(default #) > face-spec-set(default ((t (:stipple nil :background "black" :foreground > "white" :inverse-video nil :box nil :strike-through nil :overline nil > :underline nil :slant normal :weight normal :height 140 :width normal))) t) > custom-theme-set-faces(user (default ((t ...)))) > apply(custom-theme-set-faces user (default ((t ...)))) > custom-set-faces((default ((t ...)))) > eval((custom-set-faces (quote (default ...)))) > eval-last-sexp-1(nil) > eval-last-sexp(nil) > call-interactively(eval-last-sexp nil nil) > > One more detail: I'm (ssh -X)'ing into the linux box from a Snow Leopard > Mac running X11 (XQuartz 2.3.4 (xorg-server 1.4.2-apple45)) > > Anyone else seeing this behavior or know what to do about it? > Thanks, > Josh > > --00151773da309f846d0476751d6a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable One other note I forgot to mention.=A0 After I manually eval the custom-set= -faces function and get the lisp error, if I try to evaluate it again,
i= t succeeds without error.
Josh

On Wed,= Oct 21, 2009 at 10:05 AM, Joshua Redstone <redstone@gmail.com> wrote:
Hi,
I downloa= ded emacs 23.1 and built it with './configure ; make' without incid= ent on my linux box 2.6.20.
In my .emacs I have the following specifying the default face:
(custom-set-faces
=A0 ;; custom-set-faces was added by Custom.
=A0 ;; If you edit it by ha= nd, you could mess it up, so be careful.
=A0 ;; Your init file should co= ntain only one such instance.
=A0 ;; If there is more than one, they won= 't work right.
=A0'(default ((t (:stipple nil :background "black" :foregroun= d "white" :inverse-video nil :box nil :strike-through nil :overli= ne nil :underline nil :slant normal :weight normal :height 140 :width norma= l))))
When I start emacs without --daemon, it starts without err= ors, works fine, and the default face has reasonable values:
-----------
=A0=A0=A0=A0=A0=A0=A0 Family: Luxi Mono
= =A0=A0=A0=A0=A0=A0 Foundry: b&h
=A0=A0=A0=A0=A0=A0=A0=A0 Width: norm= al
=A0=A0=A0=A0=A0=A0=A0 Height: 141
=A0=A0=A0=A0=A0=A0=A0 Weight: no= rmal
=A0=A0=A0=A0=A0=A0=A0=A0 Slant: normal
=A0=A0=A0 Foreground: white
= =A0=A0=A0 Background: black
=A0=A0=A0=A0 Underline: nil
=A0=A0=A0=A0= =A0 Overline: nil
Strike-through: nil
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = Box: nil
=A0=A0=A0=A0=A0=A0 Inverse: nil
=A0=A0=A0=A0=A0=A0 Stipple: = nil
=A0=A0=A0=A0=A0=A0=A0=A0=A0 Font: #<font-object -b&h-Luxi Mon= o-normal-normal-normal-*-19-*-*-*-m-0-iso10646-1>
=A0=A0=A0=A0=A0=A0 Fontset: -b&h-Luxi Mono-normal-normal-normal-*-19-*-= *-*-m-0-fontset-auto1
=A0=A0=A0=A0=A0=A0 Inherit: unspecified
------------------
However, when I start emacs by= first doing 'emacs --daemon', and then 'emacsclient -c', I= get errors:
Unable to load color "uns= pecified-bg"
And the colors are not set correctly.=A0 Poking = around, I found that the default face in this instance has:
------------= ---------------
=A0=A0=A0=A0=A0=A0=A0 Family: Luxi M= ono
=A0=A0=A0=A0=A0=A0 Foundry: b&h
=A0=A0=A0=A0=A0=A0=A0=A0 Widt= h: normal
=A0=A0=A0=A0=A0=A0=A0 Height: 119
=A0=A0=A0=A0=A0=A0=A0 Wei= ght: normal
=A0=A0=A0=A0=A0=A0=A0=A0 Slant: normal
=A0=A0=A0 Foregrou= nd: black
=A0=A0=A0 Background: unspecified-bg
=A0=A0=A0=A0 Underline: nil
=A0=A0=A0=A0=A0 Overline: nil
Strike-thro= ugh: nil
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Box: nil
=A0=A0=A0=A0=A0=A0 I= nverse: nil
=A0=A0=A0=A0=A0=A0 Stipple: nil
=A0=A0=A0=A0=A0=A0=A0=A0= =A0 Font: #<font-object -b&h-Luxi Mono-normal-normal-normal-*-16-*-*= -*-m-0-iso10646-1>
=A0=A0=A0=A0=A0=A0 Fontset: -b&h-Luxi Mono-normal-normal-normal-*-16-*-= *-*-m-0-fontset-startup
=A0=A0=A0=A0=A0=A0 Inherit: unspecified
--------------------------
Further, when I use C-x,C-e to manually eval= uate the custom-set-faces line in my .emacs I get the following stack trace= :
Debugger entered--Lisp error: (error &quo= t;Undefined color" "unspecified-fg")
=A0 internal-set-lis= p-face-attribute(default :foreground "unspecified-fg" #<frame = emacs= @devrs005.snc1.facebook.com 0x135f180>)
=A0 set-face-attribute(default #<frame emacs@devrs005.snc1.facebook.com 0= x135f180> :stipple nil :background "unspecified-bg" :foregroun= d "unspecified-fg" :inverse-video nil :box nil :strike-through ni= l :overline nil :underline nil :slant normal :weight normal :height 1 :widt= h normal :foundry "default" :family "default")
=A0 apply(set-face-attribute default #<frame emacs@devrs005.snc1.facebook.com= 0x135f180> (:stipple nil :background "unspecified-bg" :fo= reground "unspecified-fg" :inverse-video nil :box nil :strike-thr= ough nil :overline nil :underline nil :slant normal :weight normal :height = 1 :width normal :foundry "default" :family "default"))<= br> =A0 face-spec-set-2(default #<frame emacs@devrs005.snc1.facebook.com 0x13= 5f180> ((t :stipple nil :background "unspecified-bg" :foregrou= nd "unspecified-fg" :inverse-video nil :box nil :strike-through n= il :overline nil :underline nil :slant normal :weight normal :height 1 :wid= th normal :foundry "default" :family "default")))
=A0 face-spec-recalc(default #<frame emacs@devrs005.snc1.facebook.com 0x1= 35f180>)
=A0 face-spec-set(default ((t (:stipple nil :background &quo= t;black" :foreground "white" :inverse-video nil :box nil :st= rike-through nil :overline nil :underline nil :slant normal :weight normal = :height 140 :width normal))) t)
=A0 custom-theme-set-faces(user (default ((t ...))))
=A0 apply(custom-th= eme-set-faces user (default ((t ...))))
=A0 custom-set-faces((default ((= t ...))))
=A0 eval((custom-set-faces (quote (default ...))))
=A0 eval= -last-sexp-1(nil)
=A0 eval-last-sexp(nil)
=A0 call-interactively(eval-last-sexp nil nil)

One more detail:=A0 I'm (ssh -X)'ing into the linux box= from a Snow Leopard Mac running X11 (XQuartz 2.3.4 (xorg-server 1.4.2-appl= e45))

Anyone else seeing this behavior or know what to do about it?
Thanks= ,
Josh


--00151773da309f846d0476751d6a-- ------------=_1257299709-26487-3-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 27 17:44:25 2010 Received: (at control) by debbugs.gnu.org; 27 Jan 2010 22:44:26 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NaGcb-0001J9-M3 for submit@debbugs.gnu.org; Wed, 27 Jan 2010 17:44:25 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NaGcZ-0001J2-Sx for control@debbugs.gnu.org; Wed, 27 Jan 2010 17:44:24 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NaGcW-00084u-1K; Wed, 27 Jan 2010 17:44:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19296.49603.967710.330328@fencepost.gnu.org> Date: Wed, 27 Jan 2010 17:44:19 -0500 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: blue X-Ran: XWw3_DxQ9GeT-'h)Eh"RllV_b`{t:&]Em?+Pg][/Dg%JYA]:t List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.4 (---) tags 4706 wontfix close 4709 close 4712 tags 4736 = severity 4747 wishlist unarchive 4777 unmerge 4777 reassign 4792 emacs,w32