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.orgmode,gmane.emacs.devel Subject: Re: Completion of links to man pages Date: Thu, 05 Oct 2023 19:33:26 +0300 Message-ID: <83ttr52fmx.fsf@gnu.org> References: <87sf6pi9fn.fsf@localhost> <838r8h3w3f.fsf@gnu.org> <87zg0xgimp.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14931"; 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-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Thu Oct 05 18:33:57 2023 Return-path: Envelope-to: geo-emacs-orgmode@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 1qoRIS-0003am-Rc for geo-emacs-orgmode@m.gmane-mx.org; Thu, 05 Oct 2023 18:33:56 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qoRHt-0006mM-Ia; Thu, 05 Oct 2023 12:33: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 1qoRHr-0006lY-As; Thu, 05 Oct 2023 12:33:20 -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 1qoRHq-00007A-HO; Thu, 05 Oct 2023 12:33:19 -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=K95sai7249Ul3un54iQdPmPpGSGwlwiGDxIPDCd97Bg=; b=YScfQJbsq+FD KVS0Ff6pvAvQYIXPOGwIQi+GSMCIrqK3HqL2Fe1cpSZtE8US5IQ4wTS7J9RATCNbXmW4HC1yboojM jFp/4FbjzxP3ZR+XhEEuVrX7QS30VTufSwT9BaqSVfMhBYvvJFZ7fblvjuRhtjVnUnm7mYVpDlq0r kq01krS/W47faYv/FYkGa++LS64Geb11EQkSpPzKRAJCQmzt57FJbeLCuK83e4V6WT/943SO8d8S6 HbKtLniN5U+PwQC/HPFRkzZ5gQe975tA2l86KYLJgj8z2ZAQodGWOjK57ALzQKuXQJ9GMFv4AyAr4 B9vkHBwrhiZ+/+7tbOBKlg==; In-Reply-To: <87zg0xgimp.fsf@localhost> (message from Ihor Radchenko on Thu, 05 Oct 2023 16:05:02 +0000) X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Original-Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.orgmode:157592 gmane.emacs.devel:311305 Archived-At: > From: Ihor Radchenko > Cc: manikulin@gmail.com, emacs-orgmode@gnu.org, emacs-devel@gnu.org > Date: Thu, 05 Oct 2023 16:05:02 +0000 > > Eli Zaretskii writes: > > >> To emacs-devel: Would it be of interest to expose man/woman completion > >> API? > > > > How is it different from the "M-x man" completion we already have? > > M-x man will display the man page, while we just need `completing-read' > from the same source M-x man or M-x woman use. Sorry, I don't understand: "M-x man" does provide completion. And what do you mean by "`completing-read' from the same source M-x man or M-x woman use"? IOW, I think I have no clue of what are you trying to accomplish, sorry.