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: Display scaling? Date: Thu, 27 Jan 2022 13:02:45 +0200 Message-ID: <83y231e90q.fsf@gnu.org> References: <877danm1ds.fsf.ref@yahoo.com> <877danm1ds.fsf@yahoo.com> <83o83yhcxt.fsf@gnu.org> <8735lamyad.fsf@yahoo.com> <838rv2hba4.fsf@gnu.org> <87y232liu4.fsf@yahoo.com> <834k5qh7pu.fsf@gnu.org> <87mtjiknbc.fsf@yahoo.com> <83ilu5g09c.fsf@gnu.org> <874k5pllww.fsf@yahoo.com> <87v8y5jvti.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32701"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 27 12:09:48 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 1nD2ey-0008Nf-BY for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Jan 2022 12:09:48 +0100 Original-Received: from localhost ([::1]:55304 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nD2ex-0005Hi-6m for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Jan 2022 06:09:47 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37416) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nD2YE-0007wJ-Oa for emacs-devel@gnu.org; Thu, 27 Jan 2022 06:02:50 -0500 Original-Received: from [2001:470:142:3::e] (port=53384 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 1nD2YE-0004y0-Dd; Thu, 27 Jan 2022 06:02:50 -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=j6tGIeIAJKbS6oYe9b4fjFRl5QeT5RFvwIAMmPqPY5k=; b=HJZ/J9WEL2X7 5HVXmphRQgb9R0U59OeZkhHCG7xU12z4bmSOuZmFF2WlIp78Xgq/Gu5r5+XZF8AuSXP+bO6A2b4dt YlaojcPXwUU5YrI455osJxrZE4cBKqQYyQVSWDYb4vaVEP0B93o+TkMtxNI6EPaSrQiP2zpCc6zDF chI2SN3dzfW+We1d8Y798SRU2PXvJQVzRuODZ7rYw7ENXAA8hjrcyHEy32XzYRfEtXUx1dtx+Az+Y p9ZUDGM5OGhOPvKH2WbaGYniZZgJ8BGLVYv77hZiZaoViFx9Rodx41dfwVJBNOOtBFOeeYIMHRM+6 S7jsFkfA3Oz+rFZp2nyiUw==; Original-Received: from [87.69.77.57] (port=1251 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 1nD2YD-0002PS-Pt; Thu, 27 Jan 2022 06:02:50 -0500 In-Reply-To: <87v8y5jvti.fsf@yahoo.com> (message from Po Lu on Thu, 27 Jan 2022 18:51:21 +0800) 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:285485 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Thu, 27 Jan 2022 18:51:21 +0800 > > Po Lu writes: > > > Yes, indeed. People say that looks better than a tiny unreadable > > fringe, which is why I think such a temporary solution would be an > > improvement until we can find a good solution for completely supporting > > multiple scales. > > If nobody has any objections, I'll start implementing the scaling of > fringes this way, and also the scaling of boxes and tool bar icon > margins. Given the past discussions, I'd prefer to have this on a branch, so that people could try it and return feedback, before we decide whether to land this on master. Thanks.