emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67583: closed (Error triggered by my init file)


From: GNU bug Tracking System
Subject: bug#67583: closed (Error triggered by my init file)
Date: Fri, 22 Dec 2023 14:56:02 +0000

Your message dated Fri, 22 Dec 2023 06:55:47 -0800
with message-id 
<CADwFkm=nf19yfB+FkSpDb4xKCZtmvsSmO7uwwu39+GnifG=r2A@mail.gmail.com>
and subject line Re: bug#67583: Error triggered by my init file
has caused the debbugs.gnu.org bug report #67583,
regarding Error triggered by my init file
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67583: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67583
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Error triggered by my init file Date: Sat, 2 Dec 2023 08:32:09 -0500
From latest git sources, starting (IIRC) 2023-12-01:

Warning (initialization): An error occurred while loading ‘/home/acs/.config/emacs/init.el’:

error: Invalid face box, :line-width, 2, :color, #002732, :style, unspecified

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace.


This runs without error in earlier versions.  Please let me know if you'd like more detail.

HTH,
  Vin Shelton


--- End Message ---
--- Begin Message --- Subject: Re: bug#67583: Error triggered by my init file Date: Fri, 22 Dec 2023 06:55:47 -0800
Eli Zaretskii <eliz@gnu.org> writes:

> tags 67583 notabug
> thanks
>
>> From: Vin Shelton <ethersoft@gmail.com>
>> Date: Sat, 2 Dec 2023 08:32:09 -0500
>>
>> From latest git sources, starting (IIRC) 2023-12-01:
>>
>> ⛔ Warning (initialization): An error occurred while loading 
>> ‘/home/acs/.config/emacs/init.el’:
>>
>> error: Invalid face box, :line-width, 2, :color, #002732, :style, unspecified
>>
>> To ensure normal operation, you should investigate and remove the
>> cause of the error in your initialization file.  Start Emacs with
>> the ‘--debug-init’ option to view a complete error backtrace.
>>
>> This runs without error in earlier versions.  Please let me know if you'd 
>> like more detail.
>
> It is a bug in your init file: the value of :style cannot be
> 'unspecified'.  The ELisp manual says:
>
>           The value STYLE specifies whether to draw a 3D box.  If it is
>           ‘released-button’, the box looks like a 3D button that is not
>           being pressed.  If it is ‘pressed-button’, the box looks like
>           a 3D button that is being pressed.  If it is ‘nil’,
>           ‘flat-button’ or omitted, a plain 2D box is used.
>
> So I guess you meant to use nil?
>
> The reason this worked before is because there was a bug in validating
> the :box attribute of faces, and now that bug is fixed, so invalid
> definitions of :box are now rejected.
>
> This is not a bug in Emacs.

I'm therefore closing this bug report.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]