From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Protesilaos Stavrou Newsgroups: gmane.emacs.bugs Subject: bug#45143: Incorrect markup in some doc/misc manuals Date: Sun, 21 Feb 2021 13:01:46 +0200 Message-ID: <87lfbhsmzp.fsf@protesilaos.com> References: <3y4kku7u8d.fsf@fencepost.gnu.org> <3pft2gpyn5.fsf@fencepost.gnu.org> <0nmtw32qvz.fsf_-_@fencepost.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38110"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Glenn Morris , 45143@debbugs.gnu.org To: Richard Stallman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Feb 21 12:02:16 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1lDmVE-0009pa-7B for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 21 Feb 2021 12:02:16 +0100 Original-Received: from localhost ([::1]:53464 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lDmVD-0002gU-9a for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 21 Feb 2021 06:02:15 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55656) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lDmV0-0002gH-8n for bug-gnu-emacs@gnu.org; Sun, 21 Feb 2021 06:02:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42045) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lDmUz-0005Tw-V7 for bug-gnu-emacs@gnu.org; Sun, 21 Feb 2021 06:02:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lDmUz-0003So-SJ for bug-gnu-emacs@gnu.org; Sun, 21 Feb 2021 06:02:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Protesilaos Stavrou Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 21 Feb 2021 11:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45143 X-GNU-PR-Package: emacs Original-Received: via spool by 45143-submit@debbugs.gnu.org id=B45143.161390531713304 (code B ref 45143); Sun, 21 Feb 2021 11:02:01 +0000 Original-Received: (at 45143) by debbugs.gnu.org; 21 Feb 2021 11:01:57 +0000 Original-Received: from localhost ([127.0.0.1]:53591 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDmUv-0003SW-82 for submit@debbugs.gnu.org; Sun, 21 Feb 2021 06:01:57 -0500 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:36073) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDmUt-0003SH-MW for 45143@debbugs.gnu.org; Sun, 21 Feb 2021 06:01:56 -0500 X-Originating-IP: 94.46.225.161 Original-Received: from kronos (unknown [94.46.225.161]) (Authenticated sender: public@protesilaos.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id C621060003; Sun, 21 Feb 2021 11:01:48 +0000 (UTC) In-Reply-To: (Richard Stallman's message of "Sun, 21 Feb 2021 01:15:25 -0500") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:200482 Archived-At: On 2021-02-21, 01:15 -0500, Richard Stallman wrote: > Theis problem is in doc/misc/modus-themes.texi, > but I suspect that doc/misc/org.texi has it too. > > The problem is that the file uses the wrong Texinfo markup in some > places. I suspect that the source markup language, from which this > Texinfo text is generated, doesn't have the ability to make all the > distinctions Texinfo needs. Related: bug#45141 reported by Glenn Morris. With regard to the modus-themes, I am indeed building the manual from an Org file. I have not found any way to fix those issues in advance (at the Org level), so I am willing to do so manually when I am about to send a patch to the Emacs maintainers. The blocking issue, however, is that there is no progress on bug#45068, which is about updating the themes to their latest version. That includes changes to the manual. You can read the recap here: (please bear in mind that more development time has been invested since then, meaning that we are closer to version 1.2.0 of the themes). I am willing to help in any way I can, though changing the Emacs infrastructure is still beyond my skill level. -- Protesilaos Stavrou protesilaos.com