From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.orgmode Subject: Re: Completion of links to man pages Date: Thu, 05 Oct 2023 20:13:22 +0300 Message-ID: <83lech2dsd.fsf@gnu.org> References: <87sf6pi9fn.fsf@localhost> <87jzs1i6aa.fsf@localhost> <87v8blgi5w.fsf@localhost> <83sf6p2fgu.fsf@gnu.org> <87pm1tggbd.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27487"; mail-complaints-to="usenet@ciao.gmane.io" Cc: manikulin@gmail.com, emacs-orgmode@gnu.org, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 05 19:13:39 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qoRus-0006ti-OW for ged-emacs-devel@m.gmane-mx.org; Thu, 05 Oct 2023 19:13:38 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qoRub-0006w6-8g; Thu, 05 Oct 2023 13:13:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qoRuX-0006vc-Gb; Thu, 05 Oct 2023 13:13:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qoRuV-0004Mm-Cp; Thu, 05 Oct 2023 13:13:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=2x6BevxSR3f5bfUsSpDfGlpIxX+/jZN4IFhr0RKBrug=; b=USLZ2oOukUfy A88M562N0Jnpl6KBU0QIFC36x/ChrXIQKH1yvXMIFhO53QfHpTjjPQ7xm66i9tQyIRIkMMSfMEo3i pVMxPvf6hsc0QmQL2LNukX+sBMLQ/SYDzf0qosEtlxWsGCgfg3j9XjW1GLsxx4wSw8nqWE820VWlb +XnWHtvnJeW/Bd8xsnQ5eanyH4Pk5d4mNLkPsC8t6Vl9CkZSSO1eASC31YuXEwK8JSBRKzDNVT3vm vSDUBjnYETTBXu5db+9mSQgi6bdiBr85+WDJfv43tUIwy5L2EcVAqUsGx+Wws4X5VB7Qc9kUBymeE RsOzuWySSHtvcz+uUvmWcg==; In-Reply-To: <87pm1tggbd.fsf@localhost> (message from Ihor Radchenko on Thu, 05 Oct 2023 16:55:02 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:311310 gmane.emacs.orgmode:157597 Archived-At: > From: Ihor Radchenko > Cc: manikulin@gmail.com, emacs-orgmode@gnu.org, emacs-devel@gnu.org > Date: Thu, 05 Oct 2023 16:55:02 +0000 > > Eli Zaretskii writes: > > >> From: Ihor Radchenko > >> Cc: emacs-orgmode@gnu.org, emacs-devel@gnu.org > >> Date: Thu, 05 Oct 2023 16:15:07 +0000 > >> > >> Max Nikulin writes: > >> > >> > World has changed since woman.el was developed. Are there systems with > >> > man pages available, but no man command nowadays? Android with man pages > >> > copied by its user? > > ... > > What we here call "MNS-DOS" (which is actually the DJGPP development > > environment used to compile the MS-DOS build of Emacs) does have the > > man command: > > > > http://www.delorie.com/pub/djgpp/current/v2apps/man13br2.zip > > ... > > The Windows port of the above is available from the ezwinports site. > > > ... > > I don't think woman.el is being developed, or is it? > > Do you mean that woman.el will be obsoleted? AFAIU, it already is, de-facto. Unless someone steps forward and volunteers to develop woman.el so as to add all the many missing features that Groff has added during the last years, woman.el will continue to bitrot.