From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#52881: setting tab-line-separator to any value breaks clicking tabs with mouse Date: Thu, 30 Dec 2021 18:08:12 +0200 Organization: LINKOV.NET Message-ID: <86v8z6t78i.fsf@mail.linkov.net> References: <868rw28qm3.fsf@mail.linkov.net> <83pmpeiisn.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39290"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 52881@debbugs.gnu.org, ben.sferrazza@aeonsemi.com To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Dec 30 17:12:12 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n2y2F-000A34-EV for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 30 Dec 2021 17:12:11 +0100 Original-Received: from localhost ([::1]:56774 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n2y2D-0004fX-Sz for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 30 Dec 2021 11:12:10 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:46214) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n2y26-0004d0-MI for bug-gnu-emacs@gnu.org; Thu, 30 Dec 2021 11:12:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42735) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n2y26-0005AZ-BF for bug-gnu-emacs@gnu.org; Thu, 30 Dec 2021 11:12:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n2y25-00076E-S9 for bug-gnu-emacs@gnu.org; Thu, 30 Dec 2021 11:12:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 Dec 2021 16:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52881 X-GNU-PR-Package: emacs Original-Received: via spool by 52881-submit@debbugs.gnu.org id=B52881.164088072027281 (code B ref 52881); Thu, 30 Dec 2021 16:12:01 +0000 Original-Received: (at 52881) by debbugs.gnu.org; 30 Dec 2021 16:12:00 +0000 Original-Received: from localhost ([127.0.0.1]:54281 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n2y23-00075w-Pq for submit@debbugs.gnu.org; Thu, 30 Dec 2021 11:11:59 -0500 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:58013) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n2y23-00075b-4T for 52881@debbugs.gnu.org; Thu, 30 Dec 2021 11:11:59 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 40D56100003; Thu, 30 Dec 2021 16:11:51 +0000 (UTC) In-Reply-To: <83pmpeiisn.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 30 Dec 2021 10:44:08 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:223430 Archived-At: >> Eli, is it ok to push this patch to the release branch >> to support longer separators: > > Yes, but can you make it a bit cleaner? Like having a single function > to do that, and also not calling next-single-property-change twice an > a row? I could optimize this, but I wonder why there is no simple function to find a text property and its first value in the string?