Re: [netmod] [Tools-discuss] reflow of YANG descriptions, and general YANG format annoyances
Carsten Bormann <cabo@tzi.org> Sat, 07 November 2020 05:07 UTC
Return-Path: <cabo@tzi.org>
X-Original-To: netmod@ietfa.amsl.com
Delivered-To: netmod@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1])
by ietfa.amsl.com (Postfix) with ESMTP id DEE373A0822;
Fri, 6 Nov 2020 21:07:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5
tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=0.001,
RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001,
URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
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 nsDsOFDHYaoE; Fri, 6 Nov 2020 21:07:44 -0800 (PST)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de
[134.102.50.17])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id 5F6703A07F9;
Fri, 6 Nov 2020 21:07:43 -0800 (PST)
Received: from [192.168.217.118] (p548dcc60.dip0.t-ipconnect.de
[84.141.204.96])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4CSlct0D64zyV7;
Sat, 7 Nov 2020 06:07:42 +0100 (CET)
Content-Type: text/plain;
charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <6712.1604707568@localhost>
Date: Sat, 7 Nov 2020 06:07:41 +0100
Cc: tools-discuss@ietf.org,
netmod@ietf.org
X-Mao-Original-Outgoing-Id: 626418461.5024869-4f2cd71870a022c7b560acb24873a411
Content-Transfer-Encoding: quoted-printable
Message-Id: <4BC302A5-D990-45EE-85C2-196BBC1D09DF@tzi.org>
References: <29950.1604697852@localhost>
<008B882D-102D-4AEA-AF59-E259F07089CB@tzi.org> <6712.1604707568@localhost>
To: Michael Richardson <mcr+ietf@sandelman.ca>
X-Mailer: Apple Mail (2.3608.120.23.2.4)
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/xD0YjceOjDpd-VGDSZcqBGDibwk>
Subject: Re: [netmod] [Tools-discuss] reflow of YANG descriptions,
and general YANG format annoyances
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETMOD WG list <netmod.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netmod>,
<mailto:netmod-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netmod/>
List-Post: <mailto:netmod@ietf.org>
List-Help: <mailto:netmod-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netmod>,
<mailto:netmod-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Nov 2020 05:07:48 -0000
On 2020-11-07, at 01:06, Michael Richardson <mcr+ietf@sandelman.ca> wrote: > > M-q reflowed a paragraph, but made it too long with 76 columns wide. Is your .emacs setting fill-column to a non-standard value? C-x f 69 RET or put // -*- fill-column: 69 -*- into the first line of your YANG file (in a comment) or better (add-hook 'yang-mode-hook '(lambda () (set-fill-column 69))) in your .emacs. Grüße, Carsten
- [netmod] reflow of YANG descriptions, and general… Michael Richardson
- Re: [netmod] [Tools-discuss] reflow of YANG descr… Carsten Bormann
- Re: [netmod] [Tools-discuss] reflow of YANG descr… Michael Richardson
- Re: [netmod] [Tools-discuss] reflow of YANG descr… Carsten Bormann
- Re: [netmod] reflow of YANG descriptions, and gen… Ladislav Lhotka
- Re: [netmod] [Tools-discuss] reflow of YANG descr… William Lupton
- Re: [netmod] [Tools-discuss] reflow of YANG descr… tom petch
- Re: [netmod] [Tools-discuss] reflow of YANG descr… Ladislav Lhotka
- Re: [netmod] [Tools-discuss] reflow of YANG descr… Kent Watsen
- Re: [netmod] [Tools-discuss] reflow of YANG descr… Carsten Bormann