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: [PATCH] Fix placement of toggle and radio button in Lucid menu. Date: Tue, 01 Mar 2022 05:33:02 +0200 Message-ID: <83sfs2l53l.fsf@gnu.org> References: <87sfs87i5o.fsf@elite.giraud> <87pmnc7f5c.fsf@yahoo.com> <87k0dk7ejd.fsf@yahoo.com> <878rtzb3hr.fsf@elite.giraud> <83h78nqguu.fsf@gnu.org> <87wnhj152u.fsf@elite.giraud> <83a6efqepd.fsf@gnu.org> <87wnhjdmxe.fsf@elite.giraud> <831qzrq9j0.fsf@gnu.org> <87bkyvdkif.fsf@elite.giraud> <83y21yq4zj.fsf@gnu.org> <87h78m5vfg.fsf@yahoo.com> <83sfs6p2ie.fsf@gnu.org> <87sfs63ws4.fsf@yahoo.com> <87ee3nz8ea.fsf@elite.giraud> <83o82rm8i0.fsf@gnu.org> <875yoyhep8.fsf@elite.giraud> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38809"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Manuel Giraud Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Mar 01 04:34:07 2022 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 1nOtH5-0009uw-3y for ged-emacs-devel@m.gmane-mx.org; Tue, 01 Mar 2022 04:34:07 +0100 Original-Received: from localhost ([::1]:44462 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nOtH3-0002Ve-Sr for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Feb 2022 22:34:05 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50044) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nOtGB-0001kc-MY for emacs-devel@gnu.org; Mon, 28 Feb 2022 22:33:11 -0500 Original-Received: from [2001:470:142:3::e] (port=54046 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 1nOtGA-0004oG-Q9; Mon, 28 Feb 2022 22:33:10 -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=xl4f4Yv9Csncndi8LCND0gQcnZutZRWjvupXnmZ9OhU=; b=c150LDQ4ILJ3 kbTFh4LKt/JPqfu8pEOaM2FeGMISH2ooLlGydpag1lFBULagTjo4cvv0tV1kZJxHkE1oX/DyGT2Lm SNJkX7CDCnUg5swF08/LQ0ex/yoHqiDT9y/TGuP4R+V8BnBxjkFJoRPUWIPg/bx+l/Zl5h+VYuKP1 drRkcc00znuk38Vh8IyZOd7fXGhP6jR8Q4tWbRB9vaYZrrdrSoMGSoc5Zy5T/yEfwUIZjTBCh7sNe WKnht/ybiyhafEAP9v3UjY6LyWqiy4uIsnq59j7H+LsvXcnYtn1TQLCEPPu85n2GGa1R5HsKtGtdu FIJmG3q/7I1m1Ua6IqlL8Q==; Original-Received: from [87.69.77.57] (port=1766 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 1nOtGA-0001i5-7Z; Mon, 28 Feb 2022 22:33:10 -0500 In-Reply-To: <875yoyhep8.fsf@elite.giraud> (message from Manuel Giraud on Mon, 28 Feb 2022 22:19:15 +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:286742 Archived-At: > From: Manuel Giraud > Cc: luangruo@yahoo.com, emacs-devel@gnu.org > Date: Mon, 28 Feb 2022 22:19:15 +0100 > > Eli Zaretskii writes: > > >> With those "full block", we can see that the toggle button is correctly > >> placed: at the middle between the baseline and the top of the font. > > > > Is it? I still see the toggle button too high, even if we consider > > the higher block characters. > > No I think it is correct by this placement definition. That placement is > defined as "centered between baseline and top" or "centered on the full > ascent of the font": the descent is not taken into account. Yes, I understand. But I didn't see it centered like that, I saw it higher.