From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com [209.85.213.181]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id sAJA2Ur2012721 for ; Wed, 19 Nov 2014 05:02:30 -0500 (EST) Received: by mail-ig0-f181.google.com with SMTP id l13so754569iga.8 for ; Wed, 19 Nov 2014 02:02:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:mime-version:content-type :content-id:date:message-id; bh=7c1/uGUuCDHNe8qFbFtng4Zsyx+WzBqqeNP3j7fQpyA=; b=jH5zhLqNmGRuiTWXP/e1fRzpjKcR0Vgnu+loqyjW09GVeECKPMdzn5CIEK42iABJGo 0NvwyjtJ6+FYSn/yoA1PX74aGt96oJ1ocr3LCWqilM4484vuSlii3+MsY+tMxkFtrmE5 qvwzzfHF7X9/W5OSrzgBiqZ+TZEso0LCU1+a9OURH66GX8p6qqNohIsBKRIFTvMn0TSD sIqnkROw8eGVjnK69nSPg3XQTSZlpaIQGfSGC4IOiPtilzX0u85nO46eGdLKdOFSV3Y/ SPTWlfYIDLVlbISGCuXzffHa64aNcm9nNjtyc9Pt0Q/ih9VeI0NGybgv2VMSMp/yRLay O8Ug== X-Gm-Message-State: ALoCoQm7JvAg6tEIOusxci8c9yxDXncl8o21t4s56bSIURMDFoeyZMYCXE2W+xjPkJBq6nml+Bqa X-Received: by 10.42.175.3 with SMTP id ay3mr1937380icb.45.1416391342522; Wed, 19 Nov 2014 02:02:22 -0800 (PST) Received: from cathet.us. (75-161-0-121.albq.qwest.net. [75.161.0.121]) by mx.google.com with ESMTPSA id 5sm637840igl.17.2014.11.19.02.02.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Nov 2014 02:02:22 -0800 (PST) Received: from cathet.us (localhost [127.0.0.1]); by cathet.us. (OpenSMTPD) with ESMTP id e10219ef; for ; Wed, 19 Nov 2014 03:02:21 -0700 (MST) From: "Anthony J. Bentley" To: discuss@mdocml.bsd.lv Subject: groff/mandoc rendering difference in Ao/Ac/Aq X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4124.1416391340.1@cathet.us> Date: Wed, 19 Nov 2014 03:02:21 -0700 Message-ID: <16288.1416391341@cathet.us> Hi, In groff, Aq uses ASCII < > only when following An; otherwise, \(la and \(ra are used. In mandoc, Aq is always rendered with \(la \(ra in -Thtml, and ASCII < > elsewhere. I would send a patch, but though it's easy enough to find where the brackets are printed, I spent quite a while walking through the mdoc_nodes without figuring out how to determine whether An preceded the current Aq macro. I must be misunderstanding how things fit together... -- Anthony J. Bentley -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv