protesilaos / spacious-padding

Increase the padding/spacing of GNU Emacs frames and windows.
GNU General Public License v3.0
64 stars 3 forks source link

Invalid face box error #5

Closed dschaehi closed 7 months ago

dschaehi commented 7 months ago

Thanks for the nice package, @protesilaos! I use it to have some margin at the top for my webcam and it works nicely. I only get the following error message and I have no clue why I get it. Can you help me fix it? I think the problem is a comma between each key and value, but I am not sure.

face-spec-set-2: Invalid face box: :line-width, 0, :color, "#002630", :style, nil
protesilaos commented 7 months ago

Can you help me fix it? I think the problem is a comma between each key and value, but I am not sure.

Do you have the code that produces this error?

dschaehi commented 7 months ago

I get the error whenever I do M-x spacious-padding-mode. By the way, I am a Doom Emacs user.

protesilaos commented 7 months ago

Strange... Can you please do M-x toggle-debug-on-error and then try to reproduce the error? This will give you a backtrace. Please post it here. Thanks!

dschaehi commented 7 months ago

After removing and reinstalling the spacious-padding package and updating Doom Emacs the error is gone. Strange. But thanks for the help!

protesilaos commented 7 months ago

From: Jae Hee Lee @.***> Date: Sun, 25 Feb 2024 23:21:00 -0800

After removing and reinstalling the spacious-padding package and updating of Doom Emacs the error is gone. Strange. But thanks for the help!

Strange... Let's assume it was some old file that stayed there and caused a conflict.

-- Protesilaos Stavrou protesilaos.com

dschaehi commented 7 months ago

From: Jae Hee Lee @.***> Date: Sun, 25 Feb 2024 23:21:00 -0800 After removing and reinstalling the spacious-padding package and updating of Doom Emacs the error is gone. Strange. But thanks for the help! Strange... Let's assume it was some old file that stayed there and caused a conflict. -- Protesilaos Stavrou protesilaos.com

Yes. We can close this issue. I'll get back to it again, should I see the error again. Thanks!