From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Van Ly Newsgroups: gmane.emacs.bugs Subject: bug#53590: 28.0.91; icompletion-vertical-mode gets stuck on 'M-x man RET awk' Date: Fri, 28 Jan 2022 14:53:16 +0000 (UTC) Organization: Super Dimensional Fortress Message-ID: <415f2f9-864d-3320-2a3e-694070df9eb@SDF.ORG> References: <831r0se151.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="0-667022966-1643381596=:25850" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23016"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 53590@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jan 28 15:56:08 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1nDSfY-0005ow-7O for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 28 Jan 2022 15:56:08 +0100 Original-Received: from localhost ([::1]:36580 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nDSfW-0006tI-NT for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 28 Jan 2022 09:56:06 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47272) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDSdq-0005hr-9o for bug-gnu-emacs@gnu.org; Fri, 28 Jan 2022 09:54:22 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36830) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nDSdV-0000EN-RE for bug-gnu-emacs@gnu.org; Fri, 28 Jan 2022 09:54:17 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nDSdV-0007Vy-Kq for bug-gnu-emacs@gnu.org; Fri, 28 Jan 2022 09:54:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Van Ly Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 28 Jan 2022 14:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53590 X-GNU-PR-Package: emacs Original-Received: via spool by 53590-submit@debbugs.gnu.org id=B53590.164338159928811 (code B ref 53590); Fri, 28 Jan 2022 14:54:01 +0000 Original-Received: (at 53590) by debbugs.gnu.org; 28 Jan 2022 14:53:19 +0000 Original-Received: from localhost ([127.0.0.1]:57966 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDScp-0007Ud-7D for submit@debbugs.gnu.org; Fri, 28 Jan 2022 09:53:19 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:53837) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDScn-0007UP-7C for 53590@debbugs.gnu.org; Fri, 28 Jan 2022 09:53:17 -0500 Original-Received: from sdf.org (IDENT:van.ly@sdf.org [205.166.94.16]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 20SErEVp026748 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Fri, 28 Jan 2022 14:53:15 GMT Original-Received: from localhost (van.ly@localhost) by sdf.org (8.15.2/8.12.8/Submit) with ESMTP id 20SErGOf008873; Fri, 28 Jan 2022 14:53:16 GMT In-Reply-To: <831r0se151.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:225457 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-667022966-1643381596=:25850 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 8BIT On Fri, 28 Jan 2022, Eli Zaretskii wrote: >> Date: Thu, 27 Jan 2022 22:36:39 +0000 (UTC) >> From: Van Ly >> >> When completion-styles is >> >>> (basic partial-completion emacs22) >> >> # steps to reproduce behavior >> * start by 'emacs -Q' >> * customize 'icompletion-vertical-mode' to enable for session >> * type 'M-x man RET awk' >> >> # observed behavior >> # minibuffer at 'Manual entry:' prompt >> * shows 'a' of awk and is unresponsive, then 'awk [No matches]' shows >> * awk RET shows *Man awk* AWK(1) page >> > > I cannot reproduce this: it works for me as expected. Are you sure > "M-x man" on your system is capable of completion in the default > completion mode in "emacs -Q"? If not, maybe your man-db database is > missing or outdated? > On NetBSD the output from apropos is different in format to the one on GNU/Linux. Could that be why the behavior is stuck? My system runs "emacs -Q" and the following "M-x man RET a TAB" also gets stuck, and this is without attempting to set icomplete-vertical-mode. On GNU/Linux, I observe the expected behavior you see. On NetBSD, the system release is 9.2 and up to date to pkgsrc-2021Q4. -- vl --0-667022966-1643381596=:25850--