unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* About tab-line-mode
@ 2022-01-31 19:33 Angelo Graziosi
  2022-01-31 20:30 ` Juri Linkov
  0 siblings, 1 reply; 6+ messages in thread
From: Angelo Graziosi @ 2022-01-31 19:33 UTC (permalink / raw)
  To: emacs-devel@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]

I have a few questions about tab-line-mode.

1. How to group tabs? 
I want that when I work with a .f90 file the tab line shows all buffers I have visited in that mode and that are open. When I switch to an .sh buffer it should show all buffers in that mode etc.. BUT How to switch? I do not want a M-x COMMAND but the tab line should show a button (similar to the < > arrows) that when clicked displays the tab line NOT with buffer but with mode: F90, Shell, Latex, C etc..

Maybe all this is already there and I wasn't able to find it..

2. How to increase the size of the font with which buffers are displayed on the tab line? 
In my case it is too small (see attachment). How to change the font there? In my init.el I have

(set-frame-font "JetBrains Mono-11" nil t)

(setq default-frame-alist
      '(
        [...]
        (font . "JetBrains Mono-11") ; font
        ))

but it does not help.

I have noticed that when I close the tab relative to a buffer, the buffer it is not closed: clicking the '+' on the right of the last tab, the buffer  is still there and in the 

menu Buffer - List All Buffers

To avoid this I have to 'Close' the buffer via File menu...


All the above permanently in the init.el..

Ciao,
 Angelo.

[-- Attachment #2: tab_line-font-too_small.png --]
[-- Type: image/png, Size: 16198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-02 16:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31 19:33 About tab-line-mode Angelo Graziosi
2022-01-31 20:30 ` Juri Linkov
2022-01-31 22:03   ` Angelo Graziosi
2022-02-01  0:31     ` Angelo Graziosi
2022-02-01 19:43       ` Juri Linkov
2022-02-02 16:12         ` Angelo Graziosi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).