From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23234 invoked from network); 18 Oct 2023 21:31:53 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 18 Oct 2023 21:31:53 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 0518f5a9 for ; Wed, 18 Oct 2023 21:31:51 +0000 (UTC) Received: from scc-mailout-kit-01.scc.kit.edu (scc-mailout-kit-01.scc.kit.edu [129.13.231.81]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id b0f2b058 for ; Wed, 18 Oct 2023 21:31:51 +0000 (UTC) Received: from hekate.asta.kit.edu ([2a00:1398:5:f401::77]) by scc-mailout-kit-01.scc.kit.edu with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (envelope-from ) id 1qtE8s-00CwwX-14; Wed, 18 Oct 2023 23:31:50 +0200 Received: from login-1.asta.kit.edu ([2a00:1398:5:f400::72]) by hekate.asta.kit.edu with esmtp (Exim 4.94.2) (envelope-from ) id 1qtE8r-000HSR-AK; Wed, 18 Oct 2023 23:31:48 +0200 Received: from schwarze by login-1.asta.kit.edu with local (Exim 4.94.2) (envelope-from ) id 1qtE8q-000iwF-K3; Wed, 18 Oct 2023 23:31:48 +0200 Date: Wed, 18 Oct 2023 23:31:48 +0200 From: Ingo Schwarze To: Alejandro Colomar Cc: tech@mandoc.bsd.lv Subject: Re: MR macro (from GNU groff) Message-ID: References: X-Mailinglist: mandoc-tech Reply-To: tech@mandoc.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Hi Alejandro, Alejandro Colomar wrote on Wed, Oct 18, 2023 at 10:09:56PM +0200: > As you know, I have plans to start using MR from GNU groff. But doing > so without wide support from distros and formatters would be stupid. [...] > Do you have plans to add support for the MR macro? Yes, it will be added. It shouldn't bee too difficult because it's essentially a clone of mdoc(7) .Xr. Also, it is somewhat urgent because the groff manual pages already use it, so i have to support it in mandoc(1) before i can update the OpenBSD groff port to 1.23. The MF string register will be ignored, though. mandoc(1) will always set the topic (or to use a more precise term, the *name*) of the manual page linked to in the R font. Yours, Ingo -- To unsubscribe send an email to tech+unsubscribe@mandoc.bsd.lv