> From: Byron Clark <byron@theclarkfamily.name>
> Date: Sat, 27 Jan 2024 20:32:05 -0700
> [... 34 lines elided]
>
> Apologies in advance for poor formatting because of gmail.
No worries!
> I've noticed this same behavior in Emacs 29.1 but only when running a Pure
> GTK (--with-pgtk) build. When using a GTK/X11 (--with-x-toolkit=gtk3) build
> the tab bar appears correctly. Which probably means this isn't a
> spacious-padding issue at all, but something odd with the PGTK
> implementation.
Oh, this may be why I cannot reproduce it on my end: I am not building
Emacs --with-pgtk (it gave me issues, even on Wayland).
--
Protesilaos Stavrou
https://protesilaos.com
On Sat, Jan 27, 2024 at 10:40 PM Protesilaos Stavrou
<info@protesilaos.com> wrote:
>
> > From: Byron Clark <byron@theclarkfamily.name>
> > Date: Sat, 27 Jan 2024 20:32:05 -0700
>
> > [... 34 lines elided]
> >
> > Apologies in advance for poor formatting because of gmail.
>
> No worries!
>
> > I've noticed this same behavior in Emacs 29.1 but only when running a Pure
> > GTK (--with-pgtk) build. When using a GTK/X11 (--with-x-toolkit=gtk3) build
> > the tab bar appears correctly. Which probably means this isn't a
> > spacious-padding issue at all, but something odd with the PGTK
> > implementation.
>
> Oh, this may be why I cannot reproduce it on my end: I am not building
> Emacs --with-pgtk (it gave me issues, even on Wayland).
Partial good news on this front: the issue doesn't happen on a build
of Emacs 30 (4ebded3) using `--with-pgtk`. If I had to guess, commit
db6de49 seems like it could have been the fix.
--
Byron Clark