GNU bug report logs -
#67583
Error triggered by my init file
Previous Next
Reported by: Vin Shelton <ethersoft <at> gmail.com>
Date: Sat, 2 Dec 2023 13:33:01 UTC
Severity: normal
Tags: notabug
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#67583: Error triggered by my init file
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 67583 <at> debbugs.gnu.org.
--
67583: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67583
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Eli Zaretskii <eliz <at> gnu.org> writes:
> tags 67583 notabug
> thanks
>
>> From: Vin Shelton <ethersoft <at> 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.
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
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
[Message part 5 (text/html, inline)]
This bug report was last modified 1 year and 235 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.