Re: [Tools-discuss] Why do we even have text formats any more?

Lars Eggert <lars@eggert.org> Wed, 28 July 2021 08:57 UTC

Return-Path: <lars@eggert.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 89FE23A2405 for <tools-discuss@ietfa.amsl.com>; Wed, 28 Jul 2021 01:57:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.098
X-Spam-Level:
X-Spam-Status: No, score=-2.098 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=eggert.org
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ur3eMVPOfb3B for <tools-discuss@ietfa.amsl.com>; Wed, 28 Jul 2021 01:57:43 -0700 (PDT)
Received: from mail.eggert.org (mail.eggert.org [IPv6:2a00:ac00:4000:400:211:32ff:fe22:186f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B21373A2401 for <tools-discuss@ietf.org>; Wed, 28 Jul 2021 01:57:43 -0700 (PDT)
Received: from smtpclient.apple (unknown [212.68.24.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.eggert.org (Postfix) with ESMTPSA id 1C13960035D; Wed, 28 Jul 2021 11:57:37 +0300 (EEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eggert.org; s=dkim; t=1627462657; bh=p7WKy4bo7NIUNG1UIn5OBPGi1AgmRiMqE9byFNqumME=; h=From:Subject:Date:In-Reply-To:Cc:To:References; b=hLk1jpmABzcWZxmGX7lE3Xi9jYBHxvcAeN9dWmYmWPK76NVfb6WrX9XXj7OuP1kxP L+hMJYZs2H32xdGUe3Zg8jm6QBA6Ww6FaDHzQDN4r4C7sG/yC69qn0AocmRVZ6uXis MiWUeYLcMn+06yVEXD33Hm0yrbHJ0DXv/+w5t60U=
From: Lars Eggert <lars@eggert.org>
Message-Id: <228E9B32-2E65-46FA-9330-28E1AA3FA39A@eggert.org>
Content-Type: multipart/signed; boundary="Apple-Mail=_081651D5-9546-4AEF-93AE-0F6C51CAF088"; protocol="application/pgp-signature"; micalg="pgp-sha512"
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\))
Date: Wed, 28 Jul 2021 11:57:36 +0300
In-Reply-To: <CABcZeBMnS_Ep4YdbfJ+1GxWe_SizNJf5eTGPj2a-WRhf3b7qww@mail.gmail.com>
Cc: Martin Thomson <mt@lowentropy.net>, tools-discuss <tools-discuss@ietf.org>
To: Eric Rescorla <ekr@rtfm.com>
References: <4d70a1ac-a275-420a-83f6-99dfd5b5385c@www.fastmail.com> <CABcZeBMnS_Ep4YdbfJ+1GxWe_SizNJf5eTGPj2a-WRhf3b7qww@mail.gmail.com>
X-MailScanner-ID: 1C13960035D.A5511
X-MailScanner: Found to be clean
X-MailScanner-From: lars@eggert.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/n2fnlDiM14BZRylT92fLgBt-Wvk>
Subject: Re: [Tools-discuss] Why do we even have text formats any more?
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 28 Jul 2021 08:57:49 -0000

On 2021-7-28, at 5:21, Eric Rescorla <ekr@rtfm.com> wrote:
> FWIW, I generally do reviews by pulling the .txt file into my editor and then
> cutting and pasting the pieces I want to respond to. Presumably I could find
> some way to make that work with HTML if we ditched the text format entirely
> though it would probably be somewhat less convenient.

w3m -dump https://martinthomson.github.io/rfc-txt-html/rfc9000.html

(There are some paragraph marks in the output that I'm sure can be turned off somehow with an option or further posprocessing.)

Thanks,
Lars