From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 4B2BF296C1 for ; Sun, 2 Jun 2024 20:54:50 +0200 (CEST) Received: from gaff.inri.net ([168.235.71.243]) by 9front; Sun Jun 2 14:54:06 -0400 2024 Message-ID: <9D3798DD53788AF6A2F514EFE0093186@gaff.inri.net> Date: Sun, 02 Jun 2024 14:54:06 -0400 From: sl@stanleylieber.com To: 9front@9front.org In-Reply-To: <20240602214727.5acc13aa@ygrex-t550.ygrex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: non-blocking basic app DOM CSS layer Subject: Re: [9front] Any way to insert code verbatim bypassing the rest of parsing in troff? Reply-To: 9front@9front.org Precedence: bulk you can insert a program like this: .P1 [program text] .P2 but you will still need to escape single quotes, backslashes, etc., like so: .P1 echo \'key proto=dp9ik dom=9front user=glenda !password=p@ssw0rd\' \e >/mnt/factotum/ctl aux/listen1 -t \'tcp!*!rcpu\' /rc/bin/service/tcp17019 .P2 i've never found any way to avoid this. sl