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 19:11:52 +0300 Message-ID: <83illxeth3.fsf@gnu.org> References: <83zgfafmpp.fsf@gnu.org> <83wnaedllw.fsf@gnu.org> <87r10lrk3l.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27381"; mail-complaints-to="usenet@ciao.gmane.io" Cc: visuweshm@gmail.com, 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 18:19:23 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 1oWKFO-0006wX-Gr for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Sep 2022 18:19:22 +0200 Original-Received: from localhost ([::1]:45444 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWKFN-0003pJ-IU for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Sep 2022 12:19:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44662) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWK8N-0003S4-PR for emacs-devel@gnu.org; Thu, 08 Sep 2022 12:12:07 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59458) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWK8N-00066q-Dx; Thu, 08 Sep 2022 12:12:07 -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=rCHIAlnKx3SN19hW0udp968B3l5DvfoSQGws2FDf3a4=; b=jqi+/6lFdWL/ iN/iXHHe6KtBUCNBKFXIWfLQrsA4xlBEduzBBQL2eBo+/1FkUXnISm8l5jh8zU66Xqp9UQ5H5kBuG mE7rozT55sCCaNxMe5QLxKvrqNIEUkLPDwJYcl7NQtD53jVLNYJwRKfsIrn7tY+PG8GRoVIdm306j MQx3jN/Kjy+7mHPT6p933NtuO1YsRWMctj6FakgA/pj+BUL7t7hl3i0/a2M2YZEi5bj8QMchyAkOw Yy0fnnMka48kwXEqsQ+z3/xYNlNa4GZ9t216GQLLBemgMOjpbiZjwzQCmwzPyNGsOIODwEfsSmcNX RgyBdBIbzm/WDnH3DdgcKw==; Original-Received: from [87.69.77.57] (port=1703 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 1oWK8M-0003aD-TB; Thu, 08 Sep 2022 12:12:07 -0400 In-Reply-To: (message from Christopher Dimech on Thu, 8 Sep 2022 17:16:42 +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:294987 Archived-At: > From: Christopher Dimech > Cc: Eli Zaretskii , jaopaulolc@gmail.com, emacs-devel@gnu.org > Date: Thu, 8 Sep 2022 17:16:42 +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. > > > > > > What I get is the following. I do not see any reference for the functionality > > > that scales text in response to window resizing. > > > > You have an old checkout? I'm on a pretty recent HEAD and docstring of > > text-scale-adjust links to global-text-scale-adjust. > > I get emacs-28.1.91 of 5 weeks ago. You've lost context: when this started I said the feature exists on the master branch, i.e. in Emacs 29. You are using Emacs 28, which is delivered from the emacs-28 branch.