From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Daniele Nicolodi Newsgroups: gmane.emacs.devel Subject: Re: Easy way to make Emacs look more "modern" Date: Sun, 10 Apr 2022 08:58:30 +0200 Message-ID: <96db4d47-e14f-fb3a-759d-b3f1359a44ab@grinta.net> References: <87h771iw0d.fsf@yahoo.com> <79c9685a-732f-2890-8e42-c17849f06503@grinta.net> <874k31fn3i.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36764"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 10 09:01: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 1ndRZK-0009Pz-MB for ged-emacs-devel@m.gmane-mx.org; Sun, 10 Apr 2022 09:01:06 +0200 Original-Received: from localhost ([::1]:37726 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ndRZJ-0008Fi-No for ged-emacs-devel@m.gmane-mx.org; Sun, 10 Apr 2022 03:01:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48422) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ndRXn-0007MH-20 for emacs-devel@gnu.org; Sun, 10 Apr 2022 02:59:31 -0400 Original-Received: from grinta.net ([109.74.203.128]:35174) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ndRXl-00034y-Kx for emacs-devel@gnu.org; Sun, 10 Apr 2022 02:59:30 -0400 Original-Received: from [192.168.1.220] (p4fe7177f.dip0.t-ipconnect.de [79.231.23.127]) (Authenticated sender: daniele) by grinta.net (Postfix) with ESMTPSA id 088A5E0500; Sun, 10 Apr 2022 06:59:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=grinta.net; s=2020; t=1649573968; bh=1S39Z5qke3Y9pbKi63Cr1uUkq1qtMtpMSmwijjtQ20g=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ckJZrwXz3doPGs3S7j7JCGUOqHJ/XB9eFRUDsNZRigwhsAjVXOQzq8HlIyjFeIh3Q 0GmHBAFEuZ4hb1YoLEqFoI7tj8VMZN6VAbxWFUUjG8ytfpWTondHPKfdiWpE/+Vm39 YKcYhJPCA8dN0cQkSsRQymdjHK8DaaCHojPam1BI9HzOJyXUl2oYxwMIhmflBlqvhF qpyCu3aSCoLpwrk/U2jw3MF64uiN768oy+yPUL4GLmfo/ldq7GJ/2wEg0QQRtrhZX8 cUHmDIKNdWsjSOOkgkp4kmjRx1JQ67Vc4If6qNFS/DlVTVF5QT1wzBWcDGmfqB3Xcq Qt9ikq0Km3klw== Content-Language: en-US In-Reply-To: <874k31fn3i.fsf@yahoo.com> Received-SPF: pass client-ip=109.74.203.128; envelope-from=daniele@grinta.net; helo=grinta.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:288108 Archived-At: On 10/04/2022 08:50, Po Lu wrote: > Daniele Nicolodi writes: > >> On the screens I use wasting 6 to 10 pixels for the padding would not >> make a significant difference. However, the smallest screes I use are >> 13" high DPI screens. > > I think the plan is to make device scaling work correctly in Emacs, so > those "6 to 10 pixels" will eventually become device independent and > turn into 12 to 20 pixels (or more) on a high resolution screen. This > is already what happens on NS (macOS) and PGTK. Yup. I meant 6 to 8 pixels (but maybe I would like 4 better) in device scaled units. Despite whether it is a good idea or not, how do I add the padding to my configuration? Thank you. Cheers, Dan