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=-1.0 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 648e7a10 for ; Mon, 16 Sep 2019 21:48:44 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 5A1089BFCA; Tue, 17 Sep 2019 07:48:43 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 26FA89478F; Tue, 17 Sep 2019 07:48:35 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id E0C3694794; Tue, 17 Sep 2019 07:48:32 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 810AA9478F for ; Tue, 17 Sep 2019 07:48:32 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id 3C96235E11A; Mon, 16 Sep 2019 14:48:32 -0700 (PDT) Date: Mon, 16 Sep 2019 14:48:32 -0700 From: Larry McVoy To: Dave Horsfall Message-ID: <20190916214832.GW2046@mcvoy.com> References: <20190913221345.GA16129@minnie.tuhs.org> <20190914020240.GO2046@mcvoy.com> <20190914024433.GA19193@minnie.tuhs.org> <2e84c4d0-5239-b223-856d-00aacf8d3028@andrewnesbit.org> <201909150654.x8F6sChG021185@freefriends.org> <201909160552.x8G5qBYK025195@freefriends.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] earliest Unix roff X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: The Eunuchs Hysterical Society Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Tue, Sep 17, 2019 at 07:42:28AM +1000, Dave Horsfall wrote: > On Mon, 16 Sep 2019, Clem Cole wrote: > > >Fair enough, but be careful, while I admit I have not looked in a while, > >info(gnu) relies on emacs keybindings and a number of very > >emacs'ish??things. Every time I have tried to deal with it, I have > >unprogram my fingers and reset them to emacs. > > Yep, which is why I like "info" as much as I like EMACS i.e. not at all. > > What exactly is wrong with the manpage format? It tells you everything you > need to know, and tells you where to find further information. I think, someone correct me if I'm wrong, the info stuff was designed to handle larger, more complex stuff, with a table of contents, etc. Something like perl could fit in one info doc but the perl man page is not a thing, it's just a series of pointers to more man pages.