From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 2bb7c366 for ; Thu, 8 Nov 2018 18:23:35 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 3C15BA22BC; Fri, 9 Nov 2018 04:23:34 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 76B94A22BD; Fri, 9 Nov 2018 04:23:12 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id DF952A1FBC; Fri, 9 Nov 2018 02:30:49 +1000 (AEST) Received: from mail.cs.Dartmouth.EDU (mail.cs.dartmouth.edu [129.170.212.100]) by minnie.tuhs.org (Postfix) with ESMTPS id 817E99400F for ; Fri, 9 Nov 2018 02:30:49 +1000 (AEST) Received: from tahoe.cs.Dartmouth.EDU (tahoe.cs.dartmouth.edu [129.170.212.20]) by mail.cs.Dartmouth.EDU (8.15.2/8.15.2) with ESMTPS id wA8GUlpp025536 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 8 Nov 2018 11:30:47 -0500 Received: from tahoe.cs.Dartmouth.EDU (localhost.localdomain [127.0.0.1]) by tahoe.cs.Dartmouth.EDU (8.15.2/8.14.3) with ESMTP id wA8GUkBt135456; Thu, 8 Nov 2018 11:30:46 -0500 Received: (from doug@localhost) by tahoe.cs.Dartmouth.EDU (8.15.2/8.15.2/Submit) id wA8GUkXS135455; Thu, 8 Nov 2018 11:30:46 -0500 From: Doug McIlroy Message-Id: <201811081630.wA8GUkXS135455@tahoe.cs.Dartmouth.EDU> Date: Thu, 08 Nov 2018 11:30:46 -0500 To: g.branden.robinson@gmail.com, tuhs@tuhs.org User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [TUHS] [groff] How to show all hyphenation points? X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" > I have a vague intuition right now that the hyphenation decisions > ... > should be accessible without having to invoke the output driver. Would't that require some way to detect a hyphenation event? Offhand, I can't think of a way to do that. But if you know in advance what word's hyphenation is in question, you could switch environments, use the .ll 1u trick in a diversion, and base your decision on the result. Doug