emacs-devel
[Top][All Lists]
Advanced

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

Re: Tab bar tabs landed on master


From: Ergus
Subject: Re: Tab bar tabs landed on master
Date: Sat, 2 Nov 2019 12:46:41 +0100

On Sat, Nov 02, 2019 at 09:20:41AM +0200, Eli Zaretskii wrote:

Can we please use the bug tracker for reporting and investigating
bugs?  This list is not the right place for that.

OK, I didn't because I assumed the error was in my config not in emacs.


Are you saying that Emacs starts GC and never finishes it?  If you set
garbage-collection-messages non-nil, do you see the message announcing
GC displayed once or many times one after the other?


I found that the error is produced by this lines in my config, but the
bt obviously shows that this is related with something else in the gc:

(set-face-attribute 'tab-bar nil
      :background "#000000" :foreground "#e5e5e5"
      :inverse-video nil)

(set-face-attribute 'tab-bar-tab nil
      :weight 'ultra-bold :underline t)

(set-face-attribute 'tab-bar-tab-inactive nil
      :background "#000000" :foreground "#ffffff"
      :weight 'normal :underline nil)


Do you have any other GC-related customizations?  They could be in
packages you load, not necessarily in your init files.  What are the
values of gc-cons-threshold and gc-cons-percentage after you comment
out the above parts?

Do you have any idea about where to look to fix this?

Bisect your init file, if nothing else gives a clue.

And once again, please report this as a bug, and let's continue
discussion on the bug tracker.

Thanks.



reply via email to

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