From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Patrice Dumas Newsgroups: gmane.comp.tex.texinfo.general,gmane.emacs.devel Subject: Re: Translating the Emacs manuals (a summary) Date: Sat, 20 Jan 2024 19:01:25 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39341"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, help-texinfo@gnu.org To: Jean-Christophe Helary Original-X-From: help-texinfo-bounces+gnu-help-texinfo2=m.gmane-mx.org@gnu.org Sat Jan 20 19:02:02 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 1rRFfO-000A6C-6u for gnu-help-texinfo2@m.gmane-mx.org; Sat, 20 Jan 2024 19:02:02 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rRFex-0005sj-EL; Sat, 20 Jan 2024 13:01:35 -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 1rRFev-0005sD-0e; Sat, 20 Jan 2024 13:01:33 -0500 Original-Received: from smtp3-g21.free.fr ([212.27.42.3]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rRFes-0007Kl-Dk; Sat, 20 Jan 2024 13:01:32 -0500 Original-Received: from localhost (unknown [IPv6:2a01:e0a:3e7:4640:41f1:2d24:687f:f12]) (Authenticated sender: pertusus@free.fr) by smtp3-g21.free.fr (Postfix) with ESMTPSA id 295BF13F8A2; Sat, 20 Jan 2024 19:01:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1705773687; bh=XnexDYEEXR0mjwa2MrLBTRSBZGWXuKeLs8zIU4fB4ak=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KuVaEHiBWGVRrppCBZRdEvBW3OHlTDnl5RRoGpCqDNXId+6J/nr7Wy3K/kZmfYXQu NuH91driKz82pbOsClAxnHUBtnJr0FA6cHdkg2388nPuSuQirew/1HuwJOkIzmWQqH /QkCmmLsTwJjxeqS6Jt5GHHaNA5/Byj065djoTkumHOeGeNIuV6g1cTG692RqxxupY ElV4PY+aQjad+JqPYSTSBelg+YUTOQQ/hIsyi5S4iCzipLe//XC6lkZyBx+Y9Sh+0u o3mbyLftSkqeB/v4RbIlTPuyv1JJoWBBN+zAhXYl+H6sAvrhNa7bPbS5w9XFM3QkTx TP7+VnDM7cpTQ== Mail-Followup-To: Patrice Dumas , Jean-Christophe Helary , emacs-devel@gnu.org, help-texinfo@gnu.org Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=212.27.42.3; envelope-from=pertusus@free.fr; helo=smtp3-g21.free.fr 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=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:3428 gmane.emacs.devel:315149 Archived-At: 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. On Fri, Jan 19, 2024 at 06:00:34PM +0000, Jean-Christophe Helary wrote: > - ’@documentencoding UTF-8’ is automatically included in the file since it is in ’doc/emacs/docstyle.texi’. Do not add it to your file headers. -- Pat