From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master c9e901f: Avoid small parasitic button on mode line Date: Mon, 06 Dec 2021 19:47:22 +0200 Message-ID: <83czm91v85.fsf@gnu.org> References: <20211206171115.20126.37465@vcs0.savannah.gnu.org> <20211206171116.66439209FD@vcs0.savannah.gnu.org> <87o85tljrj.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38409"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 06 18:48:23 2021 Return-path: Envelope-to: ged-emacs-devel@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 1muI6B-0009q4-Cy for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Dec 2021 18:48:23 +0100 Original-Received: from localhost ([::1]:33402 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1muI67-00060I-Vz for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Dec 2021 12:48:21 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50572) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muI5G-0005LB-GB for emacs-devel@gnu.org; Mon, 06 Dec 2021 12:47:26 -0500 Original-Received: from [2001:470:142:3::e] (port=34228 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muI5E-0003B6-Ip; Mon, 06 Dec 2021 12:47:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=gey+epnwbjbim+ol07DbH2IxAQJC31s5s5nWQW+J3Fk=; b=DK+c7oTvHkwX CM7qAFVWDGOt4l2Di0Zwe5OOJJqGS3tuYwcr5RMf+N5OzEFlL2TPcWeFYt8Jck5Xgd/BM4OsZNXPm oz177kwzcwFiRjUxZv4DNSCmtWI9pcY1EtU4L8m2FPVZSFdeSN4DYt4MaRmRrBCHhokWZUVgogc3V 2tDZBQsS9PiBuTCytheFi/aIUFIC3NShRwGKYTTlMG8uvshEU8ONgCP0H7kB1mR5RpRg36RxHLkax rZSZwJtaYeTsugzKWrd8rAnKllHoDUfWcXNFmMO3Ons6V5vaiSiP3Icm+NtQEIRGJ7n0EcRjv1jEO 4ov6nNjUMmS2iYgSxALIxA==; Original-Received: from [87.69.77.57] (port=4029 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muI5E-0002Mu-A0; Mon, 06 Dec 2021 12:47:24 -0500 In-Reply-To: <87o85tljrj.fsf@gnus.org> (message from Lars Ingebrigtsen on Mon, 06 Dec 2021 18:34:40 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:281140 Archived-At: > From: Lars Ingebrigtsen > Cc: Eli Zaretskii > Date: Mon, 06 Dec 2021 18:34:40 +0100 > > eliz@gnu.org (Eli Zaretskii) writes: > > > Avoid small parasitic button on mode line > > > > * lisp/bindings.el (mode-line-position): Remove stray space > > character, which caused a "ghost" button on the mode line. > > (Bug#52332) > > The space was added with the following commit message: > > Add temporary mode-line-position change > > * lisp/bindings.el (mode-line-position): Add interim solution to > make `min-width' work here; this should be fixed for real in the > display_line machinery somewhere. You want that ghost button back? That space is what caused it.