From: Doug Torrance Date: Sun, 24 Jan 2021 13:57:47 +0000 (+0000) Subject: Increase the default printWidth for examples from 77 to 129 X-Git-Tag: archive/raspbian/1.19.1+ds-9+rpi1~1^2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3addd0e34e8e87331a099ac53e063fdfd721b619;p=macaulay2.git Increase the default printWidth for examples from 77 to 129 Forwarded: not-needed Last-Update: 2020-12-03 This decreases the probability of examples escaping the "reproduciblePaths" function due to line wrapping. Gbp-Pq: Name remove-build-paths-from-docs.patch --- diff --git a/M2/Macaulay2/m2/run.m2 b/M2/Macaulay2/m2/run.m2 index d6f8b81..7ba5260 100644 --- a/M2/Macaulay2/m2/run.m2 +++ b/M2/Macaulay2/m2/run.m2 @@ -54,7 +54,7 @@ ArgNotify = 1 << 11 -* add --notify *- ArgSilent = 1 << 12 -* add --silent *- ArgStop = 1 << 13 -* add --stop *- ArgPrintWidth = 1 << 14 -* add --print-width 77 *- -ArgPrintWidthN = 77 +ArgPrintWidthN = 129 -- suffixes SetInputFile = 1 << 30 -* add >tmpf *-