all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.g0@libero.it>
To: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: About tab-line-mode
Date: Mon, 31 Jan 2022 20:33:32 +0100 (CET)	[thread overview]
Message-ID: <1528298012.261598.1643657612891@mail1.libero.it> (raw)

[-- 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 --]

             reply	other threads:[~2022-01-31 19:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-31 19:33 Angelo Graziosi [this message]
2022-01-31 20:30 ` About tab-line-mode 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1528298012.261598.1643657612891@mail1.libero.it \
    --to=angelo.g0@libero.it \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.