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: master a739cab6637 2/2: ; * doc/lispref/display.texi (Image Descriptors): Insert missing text. Date: Thu, 06 Jun 2024 16:39:20 +0300 Message-ID: <86ed9agph3.fsf@gnu.org> References: <171740380294.31568.538114951586755322@vcs2.savannah.gnu.org> <20240603083643.B2E29C009F4@vcs2.savannah.gnu.org> <87wmn6l10l.fsf@gmail.com> <86le3igu0c.fsf@gnu.org> <87zfryfbuz.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="486"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 06 15:39:57 2024 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 1sFDLQ-000ATi-6D for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Jun 2024 15:39:56 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sFDKu-0004pC-5l; Thu, 06 Jun 2024 09:39:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sFDKt-0004ov-DG for emacs-devel@gnu.org; Thu, 06 Jun 2024 09:39:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sFDKt-0006eN-3V; Thu, 06 Jun 2024 09:39:23 -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=NYTUC/mSqJaj3jusdsy2AMYMhtp+9MioLmI1b2tavq0=; b=Gjwh7wdaYaz5 5N2xGWWVz1VTSdgcrwYLIB0yc21xEYNYdM+Bi4rF9ZFc2NCI7Z+TPyN+REMYkyeH0oP9E2iNyNpxM +cY7hlo/J5VsbJgVL8P78xDcqS6hn4GiT9pnfPC94U6mazESB9+R/DEghJg4Ok/8fQBqMRSGSQNwc 8rCfJyBlVUDLJlruS7JVFvpvCIQIndhR1Dee2qH+8GTkLhpwlvMB12b1XF/3bfjKn+1OikWiOKQ6t d5izRvH4ZoLsmdTrrLE3XgsgqyvX6zXSzn7rKB7Ein/63EqOys29RhNfoWjhBSiV5bLbZzoikp9Ko NOhW3kpot5jIDZOqxPBIlw==; In-Reply-To: <87zfryfbuz.fsf@yahoo.com> (message from Po Lu on Thu, 06 Jun 2024 21:18:44 +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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:319849 Archived-At: > From: Po Lu > Cc: Robert Pluim , emacs-devel@gnu.org > Date: Thu, 06 Jun 2024 21:18:44 +0800 > > Eli Zaretskii writes: > > >> @vindex image-scaling-factor > >> Alternatively, the symbol @code{default} may be specified, indicating > >> that the image should be scaled according as the value of the > >> @code{image-scaling-factor} variable is the default @code{auto} or a > >> number, which by default scales the image in proportion to the average > >> widths (@pxref{Low-Level Font}) of the default faces of frames on which > >> it happens to be displayed, if such widths should exceed @code{10} > >> pixels. If no other value is provided, @code{create-image} will specify > >> this value in image specifications it creates. > >> > >> which apart from saying 'according as' rather than 'according to' is > >> completely incomprehensible to me. > > > > Agreed. Po Lu, can you please fix that text? > > Is it "according as XXX or YYY" that is incomprehensible to both of you, > or just the punctuation? The entire paragraph is incomprehensible. I simply don't understand what you wanted to say there. Perhaps explain it in simple words, and then I will be able to suggest how to rephrase.