Failure building packages (Vin Shelton)

Vin Shelton acs at alumni.princeton.edu
Sun Jan 8 17:02:25 EST 2012


Steven -

On Sun, Jan 8, 2012 at 8:28 AM, steven Mitchell wrote:
> That sounds familiar, the custom-set-face-bold.  I had filed a bug
> in the issue tracker about custom-set-face-bold not auto-loading.
> Issue 816.  In that bug report I wrote how I fixed it here, by
> editing it in the auto-autoloads.el but didn't have write
> permissions to push (correct word?) a patch, so started an issue.
>
> A few days later Byrel and I uploaded our first packages, which
> included all 5 of the files that were changed.  So we could be
> responsible...
>
> We used custom-set-face-bold in setting bold on for the text-icons
> theme.  Maybe since the icon-themes package is uploaded now, the
> issue of custom-set-face-bold not auto-loading is showing up for
> everyone?  I'm just guessing, maybe it is something else.

Thanks.  I think your analysis is correct.  Here's the change that I
will apply to both 21.4 and 21.5 to resolve Issue 816:

diff -r 3fefbc2159f6 lisp/ChangeLog
--- a/lisp/ChangeLog    Fri Dec 23 18:38:41 2011 -0500
+++ b/lisp/ChangeLog    Sun Jan 08 16:29:04 2012 -0500
@@ -1,3 +1,7 @@
+2012-01-08  Vin Shelton  <acs at xemacs.org>
+
+       * cus-face.el: autoload custom-set-face-bold.
+
 2011-11-14  Vin Shelton  <acs at xemacs.org>

        * faces.el: When the default background was changed from light to
diff -r 3fefbc2159f6 lisp/cus-face.el
--- a/lisp/cus-face.el  Fri Dec 23 18:38:41 2011 -0500
+++ b/lisp/cus-face.el  Sun Jan 08 16:29:04 2012 -0500
@@ -161,6 +161,7 @@
       (list (list t (face-custom-attributes-get
                     symbol (selected-frame))))))

+;;;###autoload
 (defun custom-set-face-bold (face value &optional frame tags)
   "Set the bold property of FACE to VALUE."
   (if value

Thanks for your insight.

  - Vin



More information about the XEmacs-Beta mailing list