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 16:47:07 +0300 Message-ID: <83wnaedllw.fsf@gnu.org> References: <83zgfafmpp.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25946"; 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 15:55:10 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 1oWHzp-0006ZO-Pl for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Sep 2022 15:55:10 +0200 Original-Received: from localhost ([::1]:52256 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWHzo-000867-SY for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Sep 2022 09:55:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40910) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWHsI-0005fj-4K for emacs-devel@gnu.org; Thu, 08 Sep 2022 09:47:22 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35766) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWHsH-0006Bv-Oc; Thu, 08 Sep 2022 09:47:21 -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=EsOEFevd/6YQed7qaacOnDfzIP2OWjx1DteyTBXVgBU=; b=KRvr+70WoXW1 oDqcq+YphwYZCfleNWSNsSUBz+ITeviTv5kFTBiIES4a1XUxoK8mHGUYSx0oaCs4pNX8HPWlJI3ak jY0mUfb04Z3fgyM8xzEQsjcwJ8rvxOQ/KJzStYWU8EeOKjWs7IwgnQuTYV2RWzq0N5qYq1kbZlRKq YeqdLbP4XXgSg1kwegTkVpasOlvaRK4GCSBeBn4BQA3qWU+EouF/22G4+o4fhbbsm8AKbkclkcK6h jw04U2J06JZ2p7U1y/2P+dvZxiX7eY3828o2BW9xSmlsA+IEKqbYJIGWDEf2SRSxhD+dAYJ2TOHIJ erbpCfyIIDslT5GixwjNCw==; Original-Received: from [87.69.77.57] (port=4563 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 1oWHsH-0007G1-7F; Thu, 08 Sep 2022 09:47:21 -0400 In-Reply-To: (message from Christopher Dimech on Thu, 8 Sep 2022 14:12:01 +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:294956 Archived-At: > From: Christopher Dimech > Cc: jaopaulolc@gmail.com, emacs-devel@gnu.org > Date: Thu, 8 Sep 2022 14:12:01 +0200 > > @Eli, a pleasant thing would be to mention the commands for window and frame > related scaling in the documentation of "text-scale-increase" and "text-scale-decrease". They are mentioned in the doc string of text-scale-adjust, which is the preferred user interface for this.