From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Tabs Date: Fri, 11 Oct 2019 12:16:51 +0300 Message-ID: <83zhi7prp8.fsf@gnu.org> References: <20191009135539.c2i6ob52td6p34ab@Ergus> <83k19euhic.fsf@gnu.org> <20191009151502.524ulfzobcixz32l@Ergus> <83h84iue1w.fsf@gnu.org> <83d0f4stq3.fsf@gnu.org> <20191010131232.txieymfxauuhfgsc@Ergus> <837e5cso2y.fsf@gnu.org> <20191010141937.gqiwpz32h5b7zanj@Ergus> <8336g0skw4.fsf@gnu.org> <20191010154637.jjx6ukzl4rbyfq6r@Ergus> <4132b501-f49b-5ffe-e0e9-7bfec64ddc67@gmx.at> <83o8yoqwxx.fsf@gnu.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="225994"; mail-complaints-to="usenet@blaine.gmane.org" Cc: spacibba@aol.com, juri@linkov.net, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 11 11:20:18 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iIr5u-000wdy-89 for ged-emacs-devel@m.gmane.org; Fri, 11 Oct 2019 11:20:18 +0200 Original-Received: from localhost ([::1]:47736 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIr5t-000484-0M for ged-emacs-devel@m.gmane.org; Fri, 11 Oct 2019 05:20:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50955) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIr2q-0001uK-J2 for emacs-devel@gnu.org; Fri, 11 Oct 2019 05:17:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iIr2p-0008Iz-0E; Fri, 11 Oct 2019 05:17:07 -0400 Original-Received: from [176.228.60.248] (port=3773 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iIr2o-0005aH-Fv; Fri, 11 Oct 2019 05:17:06 -0400 In-reply-to: (message from martin rudalics on Fri, 11 Oct 2019 10:18:53 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:240879 Archived-At: > Cc: spacibba@aol.com, emacs-devel@gnu.org, juri@linkov.net > From: martin rudalics > Date: Fri, 11 Oct 2019 10:18:53 +0200 > > > The screenshots for this are shown here: > > > > https://lists.gnu.org/archive/html/emacs-devel/2019-10/msg00324.html > > https://lists.gnu.org/archive/html/emacs-devel/2019-10/msg00345.html > > > >> > 2.5) Scrolling the text also scrolled part of the tab-bar. > > > > The screenshot for this is shown here: > > > > https://lists.gnu.org/archive/html/emacs-devel/2019-10/msg00368.html > > > > > >> The only picture I have is Screenshot_2019-10-09_17-08-58.png. Is > >> that the one you mean? > > > > That's the last one above. > > Thanks. I still don't have the slightest clue what might cause these. Given that changing the default for frame-inhibit-implied-resize fixed the problem, and setting it to the previous default recreates it, I'd suspect something done in x_change_tab_bar_height (and/or its sibling for GTK).