-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid face attribute while using centaur-tabs #30
Comments
Hello @CsBigDataHub! It is a bug in the |
Thanks @protesilaos, Tested your PR, Still seeing
|
My email didn't reach this issue... GitHub seems to have this problem. Copying below.
Very well!
We need to track the source of 'evil-line-move'. It probably is the EDIT: evil-line-move NOT mode |
@protesilaos This is just me pressing |
Is there a way to find what is casing this message? |
I am not sure how to debug this. Does it only happen with the down arrow? If yes, then we need to find which command is called by that key ( |
Thanks again @protesilaos , Found the culprit. Setting both options causes this error.
Just setting one option fixed it. Went with Your PR worked just fine. |
centaur-tabs has a bug where it cannot read the value of a face if it uses the standard ':inherit' attribute. I have sent a patch to fix it, but have received no response since February: <ema2159/centaur-tabs#179>. Relevant reports: - <#30> - <https://gitlab.com/protesilaos/modus-themes/-/issues/288> - <#15> I am happy to reinstate support for centaur-tabs as soon as the package gets the maintenance it needs.
@CsBigDataHub The I will reinstate support for the package at the theme level. |
I had removed support for centaur-tabs in commit 2235ce5 (done on 2022-08-02). I wrote: centaur-tabs has a bug where it cannot read the value of a face if it uses the standard ':inherit' attribute. I have sent a patch to fix it, but have received no response since February: <ema2159/centaur-tabs#179>. Relevant reports: - <#30> - <https://gitlab.com/protesilaos/modus-themes/-/issues/288> - <#15> I am happy to reinstate support for centaur-tabs as soon as the package gets the maintenance it needs. My patch/pull-request is now merged and the package is actively maintained once again. Hence the decision to bring back support for it, as promised.
Thanks @protesilaos |
You are welcome! |
Tested your PR, `Invalid face attribute :background nil` has disappeared.
Very well!
Still seeing `Invalid face attribute :foreground nil`
```
evil-line-move: Buffer is read-only: #<buffer *Messages*>Invalid face attribute :foreground nil
Invalid face attribute :foreground nil [5 times]
evil-line-move: Buffer is read-only: #<buffer *Messages*>Invalid face attribute :foreground nil
Invalid face attribute :foreground nil [23 times]
evil-line-move: Buffer is read-only: #<buffer *Messages*>Invalid face attribute :foreground nil
Invalid face attribute :foreground nil [35 times]
```
We need to track the source of 'evil-line-mode'. It probably is the
same issue where it expects an explicit :foreground attribute and thus
does not work without one.
…--
Protesilaos Stavrou
https://protesilaos.com
|
Hi @protesilaos ,
I am not sure if you are still active in github.
I am reporting a bug here until figure out how to report one on
SourceHut
.My
*Messages*
buffer is flooded with error when usingcentaur-tabs
below -Theme used -
modus-vivendi
I am not sure where this bug needs to be fixed, so I opened a issue in
centaur-tabs
repo as well.ema2159/centaur-tabs#187
probably this issue similar to the issue below - ema2159/centaur-tabs#102
The text was updated successfully, but these errors were encountered: