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: Fri, 25 Feb 2022 18:35:12 +0200 Message-ID: <83y21yq4zj.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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31974"; 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 Fri Feb 25 18:39:58 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 1nNeZR-00088S-Hm for ged-emacs-devel@m.gmane-mx.org; Fri, 25 Feb 2022 18:39:57 +0100 Original-Received: from localhost ([::1]:37600 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nNeZQ-0003oM-HX for ged-emacs-devel@m.gmane-mx.org; Fri, 25 Feb 2022 12:39:56 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55876) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nNdZ2-0003mp-J4 for emacs-devel@gnu.org; Fri, 25 Feb 2022 11:35:28 -0500 Original-Received: from [2001:470:142:3::e] (port=38578 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 1nNdZ1-0003px-IX; Fri, 25 Feb 2022 11:35:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=Opf4J6bYPd4aIhwlgv8hGEp38SJjEzpBO5x5dgRilLQ=; b=JnTbneUxVjLuCPdsvZXZ /jW9i8D/5kHLMJCwpsr6TvJvObR6Y5ZpDyd7bj1dPScuR5G2VO5DpaQWD+GBbJCUiueMYeZi9OC5/ rf8xnpfgx/74FYX5mhhtZhd69VVXLgaswsEfeb/VO+yDIl0SG2nJzPyRrWfucqjnX6RCbWBL5UEcv dHqeqZCYrE+jVo3fyZyKG78G4vqu3CCe22sT1cqokrk03qwknR+vJMT9dlcWjPz+2WGMmTa/ifXQd evg6tMc0L/3fx8t1haMWk5Fy85hYxJp75bule38VDzrw5tQFFsVDq9jzpmmkp8gdv00sQAUZ4G4oP P1QPLxTqujYVgA==; Original-Received: from [87.69.77.57] (port=4415 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 1nNdZ0-0000PX-82; Fri, 25 Feb 2022 11:35:27 -0500 In-Reply-To: <87bkyvdkif.fsf@elite.giraud> (message from Manuel Giraud on Fri, 25 Feb 2022 16:38:16 +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:286687 Archived-At: > From: Manuel Giraud > Cc: Manuel Giraud , luangruo@yahoo.com, > emacs-devel@gnu.org > Date: Fri, 25 Feb 2022 16:38:16 +0100 > > Eli Zaretskii writes: > > > Having such variables in these situations is as Emacsy as it gets, > > IME. > > Well why not… but we are talking of the position of a toggle button > relatively to its label. I don't think that even the GTK backend has > such configurability via Emacs. Is this kind of think not done via gtkrc > of even GTK CSS nowadays? I don't know; perhaps Po Lu does.