From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean-Christophe Helary Newsgroups: gmane.comp.tex.texinfo.general,gmane.emacs.devel Subject: Re: Translating the Emacs manuals (a summary) Date: Sat, 20 Jan 2024 18:08:07 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32187"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel , help-texinfo@gnu.org To: Patrice Dumas Original-X-From: help-texinfo-bounces+gnu-help-texinfo2=m.gmane-mx.org@gnu.org Sat Jan 20 19:08:39 2024 Return-path: Envelope-to: gnu-help-texinfo2@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 1rRFlm-00087y-ED for gnu-help-texinfo2@m.gmane-mx.org; Sat, 20 Jan 2024 19:08:38 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rRFle-0007wG-CT; Sat, 20 Jan 2024 13:08:30 -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 1rRFlc-0007w1-TV for help-texinfo@gnu.org; Sat, 20 Jan 2024 13:08:28 -0500 Original-Received: from mail-4022.proton.ch ([185.70.40.22]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rRFla-0000Hi-81 for help-texinfo@gnu.org; Sat, 20 Jan 2024 13:08:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=traductaire-libre.org; s=protonmail; t=1705774102; x=1706033302; bh=NuRJRlUwOUi3oP8ZS2UhxWYMHlL5d9jsMvr3FRzeZYs=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=1j/omzI09LsH2ASbqkPt1gAQwfnoUFkmjczNGRYtk1p0OuTR36Mh64TvESXjlN8P2 fxRFDexX2tknBXBMjIG/a3vUx+JWLEdPxXy+NUVxKgnYc9lk9gI+nPQb33MC3q2yUe N+6d/J3o+yK9KTGAImnAbWJXzQyf7B8dzdEQWFMBPMaz8XQZryMNnP8rFdZmRUDogi yba/AjZl2C9eYWBfFQCZK5Ejhhvqeb9HqHrnGLio6Nt6WNx4av3Sv5CWHdy+Xh6VsJ UUlfeIlGJzh2u1MxDS97bhm6nGKZ6Osb3gGMLyqpcTfnB6TRajNksnjGZKw5azRB37 y9V71RTQfJmHA== In-Reply-To: Feedback-ID: 92162971:user:proton Received-SPF: pass client-ip=185.70.40.22; envelope-from=jean.christophe.helary@traductaire-libre.org; helo=mail-4022.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-texinfo@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the Texinfo documentation system List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-texinfo-bounces+gnu-help-texinfo2=m.gmane-mx.org@gnu.org Original-Sender: help-texinfo-bounces+gnu-help-texinfo2=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.comp.tex.texinfo.general:3429 gmane.emacs.devel:315150 Archived-At: > On Jan 21, 2024, at 3:01, Patrice Dumas wrote: >=20 > 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. >=20 > On Fri, Jan 19, 2024 at 06:00:34PM +0000, Jean-Christophe Helary wrote: >> - =E2=80=99@documentencoding UTF-8=E2=80=99 is automatically included in= the file since it is in =E2=80=99doc/emacs/docstyle.texi=E2=80=99. Do not = add it to your file headers. Do you mean that all the manuals that include this directive predate=20 Texinfo 6.7 (very likely) and that basically we could remove the=20 directive from all the manuals without changing anything (considering=20 that they'd be built with texinfo 6.7+)?