<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>125617</bug_id>
          
          <creation_ts>2006-03-09 09:17 0000</creation_ts>
          <short_desc>app-emacs/color-theme  &quot;Wrong type argument: symbolp,...&quot; error</short_desc>
          <delta_ts>2006-08-07 21:59:05 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          <bug_file_loc>http://www.emacswiki.org/cgi-bin/wiki/ColorTheme</bug_file_loc>
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>142422</dependson>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>paul@wolfbone.ath.cx</reporter>
          <assigned_to>emacs@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>paul@wolfbone.ath.cx</who>
            <bug_when>2006-03-09 09:17:25 0000</bug_when>
            <thetext>I think this bug affects only emacs-cvs users. It did mine and I found the following fix for it at emacswiki.org:

     (defun color-theme-face-attr-construct (face frame)
       (if (atom face)
           (custom-face-attributes-get face frame)
         (if (and (consp face) (eq (car face) &apos;quote))
             (custom-face-attributes-get (cadr face) frame)
           (custom-face-attributes-get (car face) frame)))))</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mkennedy@gentoo.org</who>
            <bug_when>2006-05-15 09:16:32 0000</bug_when>
            <thetext>Which emacs port? (app-editors/emacs or app-editors/emacs-cvs).  Could you try starting emacs with --debug-init and post the backtrace here?  It sounds like a return of the old easy-menu bug.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>paul@wolfbone.ath.cx</who>
            <bug_when>2006-05-15 09:58:23 0000</bug_when>
            <thetext>I&apos;m using emacs-cvs but it&apos;s a color-theme bug; it has been fixed in color-theme cvs and the fix put up on emacswiki:

http://www.emacswiki.org/cgi-bin/wiki/ColorTheme#toc6

With --debug-init (after commenting out the fix in my .emacs) nothing different happened. I guess --debug-init only deals with errors occurring strictly within the init file. When I started color-theme-select I got an *error message, as expected, but nothing else happened. I could trace the relevant functions and describe what happens and put the output here and figure out why the above code fixes it but is that really necessary? 

* face-attribute: Wrong type argument: symbolp, (font-latex-doctex-documentation-face font-lock-preprocessor-face)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mkennedy@gentoo.org</who>
            <bug_when>2006-08-07 21:59:05 0000</bug_when>
            <thetext>version 6.6.0 was added to portage which should resolve this bug,</thetext>
          </long_desc>
      
    </bug>

</bugzilla>