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: Mon, 7 Oct 2019 22:58:22 +0200
User-agent: NeoMutt/20180716

On Mon, Oct 07, 2019 at 11:23:46PM +0300, Juri Linkov wrote:
Any way. I have suggested in a Telegram group to try the new tab bar
functionality from master and they are enjoying it.

Thanks.

There is only a complain from a which-key user. When the which-key
panel activates the tab bar displays which-key in it's name. It is not
something critical, but is it there a simple way to correct this?

It's possible to use the same fix as recently committed for speedbar:

--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -1115,7 +1115,9 @@ speedbar-mode
        (setq dframe-track-mouse-function #'speedbar-track-mouse))
    (setq dframe-help-echo-function #'speedbar-item-info
          dframe-mouse-click-function #'speedbar-click
-         dframe-mouse-position-function #'speedbar-position-cursor-on-line))
+         dframe-mouse-position-function #'speedbar-position-cursor-on-line)
+    (setq-local tab-bar-mode nil)
+    (setq-local tab-line-format nil))
  speedbar-buffer)

This will remove tabs from which-key windows.  But maybe you meant
removing the name of the which-key buffer from the tab name?
This will be possible with a new defcustom that I'll finish soon.

Yes I mean that. which-key shouldn't be shown there in any situation. So
maybe when you add the defcustom we will contact the which-key
developers to hint that.

Very thanks... hopefully Eli will fill also the segfault soon.



reply via email to

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