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#53896: 28.0.91; Icomplete Vertical Mode fails to preview "C-x 8 RET 8072" Date: Tue, 15 Feb 2022 21:30:24 +0000 (UTC) Organization: Super Dimensional Fortress Message-ID: References: <83o83gumxa.fsf@gnu.org> <878rujz5h1.fsf@yahoo.com> <83h794sgla.fsf@gnu.org> <80e659dc-1332-d89a-c8d4-1a9979a9f64@SDF.ORG> <83y22epvrp.fsf@gnu.org> <838rudpeit.fsf@gnu.org> <584de7cf-762-3f1d-ae43-43948f26f874@SDF.ORG> <87bkz8xsrs.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9579"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 53896@debbugs.gnu.org To: Po Lu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Feb 15 22:32:17 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 1nK5Qm-0002NP-BO for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 15 Feb 2022 22:32:16 +0100 Original-Received: from localhost ([::1]:55124 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nK5Ql-0006uC-8E for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 15 Feb 2022 16:32:15 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37992) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nK5Pk-0005zb-Oh for bug-gnu-emacs@gnu.org; Tue, 15 Feb 2022 16:31:13 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:52734) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nK5PZ-0000iN-UZ for bug-gnu-emacs@gnu.org; Tue, 15 Feb 2022 16:31:12 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nK5PZ-0007m7-Rp for bug-gnu-emacs@gnu.org; Tue, 15 Feb 2022 16:31: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: Tue, 15 Feb 2022 21:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53896 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Original-Received: via spool by 53896-submit@debbugs.gnu.org id=B53896.164496062829843 (code B ref 53896); Tue, 15 Feb 2022 21:31:01 +0000 Original-Received: (at 53896) by debbugs.gnu.org; 15 Feb 2022 21:30:28 +0000 Original-Received: from localhost ([127.0.0.1]:46631 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nK5P2-0007lG-Di for submit@debbugs.gnu.org; Tue, 15 Feb 2022 16:30:28 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:61041) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nK5P0-0007l6-H1 for 53896@debbugs.gnu.org; Tue, 15 Feb 2022 16:30:27 -0500 Original-Received: from sdf.org (IDENT:van.ly@faeroes.freeshell.org [205.166.94.9]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 21FLUOwn010468 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Tue, 15 Feb 2022 21:30:25 GMT Original-Received: from localhost (van.ly@localhost) by sdf.org (8.15.2/8.12.8/Submit) with ESMTP id 21FLUOfZ009040; Tue, 15 Feb 2022 21:30:24 GMT In-Reply-To: <87bkz8xsrs.fsf@yahoo.com> 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:227014 Archived-At: On Tue, 15 Feb 2022, Po Lu wrote: > If I do this: > > C-x 8 RET 8072 RET > > There is no "[No matches]" message, C-x 8 RET 8072 pops up the "No matches" message before the final RET. That speaks to me a RET won't help beyond. -- vl