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: Contributing to Emacs Date: Thu, 08 Sep 2022 08:40:18 +0300 Message-ID: <83zgfafmpp.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23611"; mail-complaints-to="usenet@ciao.gmane.io" Cc: jaopaulolc@gmail.com, emacs-devel@gnu.org To: Christopher Dimech Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 08 07:47:11 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 1oWANZ-0005tT-Rm for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Sep 2022 07:47:10 +0200 Original-Received: from localhost ([::1]:41004 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWANY-0004Sa-O8 for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Sep 2022 01:47:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33476) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWAHH-00012S-FK for emacs-devel@gnu.org; Thu, 08 Sep 2022 01:40:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50756) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWAHG-0001oB-1a; Thu, 08 Sep 2022 01:40:39 -0400 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=3zhT2I1//g6RcDRDP5Lhdnt+PYHDKNpP+Hv6j1x2UUM=; b=QJH3yrKUkuOj jTipHr2Z3Y/u2GWipxupGmTcyImZ+oO+98UXAIU61d1p5WMsZiwueGwxFM6NmzCjwTPf3+WYFFmmV oprcLapxZd4HKZpW881LtFMejOCKAm5Mt7N7Zbkn3GDC1Lu4AUBcrGzp8HKHbmc63fdXZPJdQY/9g W6QYJXho5PG7eQDO2fqm3EkfEByLa96CwX44oFdO61c5GUw18RDtMqIXiO3Ass7HHllolkZ3joxCq z2Lqcnw9UZnpPpWsVyYVV6TJV0jnqeCXu0SPPV5B0zwm/4l+f9iRIBPjsjHtHW/6XUahHvn2WWxbn Mpqu9EiajmPoHBj3CzKpuw==; Original-Received: from [87.69.77.57] (port=2748 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 1oWAHB-0007Yj-1f; Thu, 08 Sep 2022 01:40:35 -0400 In-Reply-To: (message from Christopher Dimech on Wed, 7 Sep 2022 23:33:17 +0200) 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:294900 Archived-At: > From: Christopher Dimech > Cc: emacs-devel@gnu.org > Date: Wed, 7 Sep 2022 23:33:17 +0200 > Sensitivity: Normal > > 1. Text Scaling > **************** > > a. When resizing windows and frames, scale the font size of text accordingly. > b. When scaling the font size of text, scale the windows and frames accordingly. > c. Scale the font size of text to fit the window or frame size. These are basically the same feature, and it already exists on the master branch.