Re: [Rfc-markdown] 1.6.31: <nobr> hack (non-breaking words)

Carsten Bormann <cabo@tzi.org> Thu, 20 April 2023 07:12 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: rfc-markdown@ietfa.amsl.com
Delivered-To: rfc-markdown@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8D8CDC15154F for <rfc-markdown@ietfa.amsl.com>; Thu, 20 Apr 2023 00:12:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.888
X-Spam-Level:
X-Spam-Status: No, score=-1.888 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, T_SPF_TEMPERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kdwsxj_9ZZ_A for <rfc-markdown@ietfa.amsl.com>; Thu, 20 Apr 2023 00:12:04 -0700 (PDT)
Received: from smtp.zfn.uni-bremen.de (smtp.zfn.uni-bremen.de [IPv6:2001:638:708:32::21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D5DB0C14CF1D for <rfc-markdown@ietf.org>; Thu, 20 Apr 2023 00:12:02 -0700 (PDT)
Received: from [192.168.217.124] (p548dc9a4.dip0.t-ipconnect.de [84.141.201.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4Q283f5ghczDCbJ; Thu, 20 Apr 2023 09:11:58 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <D87DF3A5-57E4-4B5B-981A-124BFA5D3E0A@tzi.org>
Date: Thu, 20 Apr 2023 09:11:58 +0200
X-Mao-Original-Outgoing-Id: 703667518.379202-68c7facb69c3a390b25ca29f626654f1
Content-Transfer-Encoding: quoted-printable
Message-Id: <48C76007-41B7-49C4-960B-226FBCC236F6@tzi.org>
References: <D87DF3A5-57E4-4B5B-981A-124BFA5D3E0A@tzi.org>
To: rfc-markdown@ietf.org
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/rfc-markdown/TxPw9qJO27NcIqEM83RjXiEOEZA>
Subject: Re: [Rfc-markdown] 1.6.31: <nobr> hack (non-breaking words)
X-BeenThere: rfc-markdown@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: "rfc-markdown is a discussion list for people writing I-Ds and RFCs in Markdown and the authors of the tools used for that." <rfc-markdown.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rfc-markdown/>
List-Post: <mailto:rfc-markdown@ietf.org>
List-Help: <mailto:rfc-markdown-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 20 Apr 2023 07:12:09 -0000

On 2023-04-20, at 09:03, Carsten Bormann <cabo@tzi.org> wrote:
> 
> Currently only spaces, hyphens, and slashes receive special treatment; this could be expanded to the fill list in

Currently only spaces, hyphens, and slashes receive special treatment; this could be expanded to the full list in
https://github.com/ietf-tools/xml2rfc/blob/main/xml2rfc/utils.py#L42

I meant to say.

Grüße, Carsten