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,gmane.comp.tex.texinfo.general Subject: Re: Translating the Emacs manuals (a summary) Date: Sat, 20 Jan 2024 20:12:29 +0200 Message-ID: <83r0ibswky.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11650"; mail-complaints-to="usenet@ciao.gmane.io" Cc: jean.christophe.helary@traductaire-libre.org, emacs-devel@gnu.org, help-texinfo@gnu.org To: Patrice Dumas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 20 19:13:13 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 1rRFqC-0002nx-FA for ged-emacs-devel@m.gmane-mx.org; Sat, 20 Jan 2024 19:13:12 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rRFpq-0000kX-P8; Sat, 20 Jan 2024 13:12:50 -0500 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 1rRFpp-0000kK-LS; Sat, 20 Jan 2024 13:12:49 -0500 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 1rRFpp-0002y0-8w; Sat, 20 Jan 2024 13:12:49 -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=hGs9PHmL4EuxcJ+0IMTw8/B8vl3QzaWswgue9E0974I=; b=q38fzpmBWcMx qcycBLKLdCGEOOwUFT9a5rIlIep77YtnqV43tzd7d/1rtHTl7w1EBuogLEYOY8pDChb6mUcSmwDOF Y4AOcgRjq4rZ7rMr+7QwSAVwlyOlxVb9SyiZkIRL/ufRfLscIpw8HrXcRZ8jbwlDpTqt+uLhVcun8 FkcC8x87WCQF0Z8y7D4PM8p5VC51eCJxFDGviyIAbju5/7Y7lazu0VqYSM5lVKYI5xKlkJ4H3GMDR xxV/npDEk+SWE45bpb9stya0XUlSHdUb0SRgbdq8KG2SMDKGNxsP7clsMG4zQNwVB6lf9jx6+JvlP RvJFPZ/eTs01Ye/+nTdUgQ==; In-Reply-To: (message from Patrice Dumas on Sat, 20 Jan 2024 19:01:25 +0100) 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:315152 gmane.comp.tex.texinfo.general:3430 Archived-At: > Date: Sat, 20 Jan 2024 19:01:25 +0100 > From: Patrice Dumas > Cc: emacs-devel@gnu.org, help-texinfo@gnu.org > > Not necessarily very important, but UTF-8 is the default input encoding > since Texinfo 6.7 (23 September 2019), depending on the Texinfo minimal > version you target, you could remove the "@documentencoding UTF-8", > and/or change the wording of the recommendation. Emacs still supports very old Texinfo versions, so we keep @documentencoding for those.