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: Thu, 10 Feb 2022 01:58:39 +0000 (UTC) Organization: Super Dimensional Fortress Message-ID: References: <83o83gumxa.fsf@gnu.org> 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="9546"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 53896@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Feb 10 02:59:13 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 1nHyjo-0002Kb-9x for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 10 Feb 2022 02:59:12 +0100 Original-Received: from localhost ([::1]:46568 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nHyjm-0001l4-QI for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 09 Feb 2022 20:59:10 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60930) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nHyje-0001iu-8W for bug-gnu-emacs@gnu.org; Wed, 09 Feb 2022 20:59:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:59265) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nHyjd-00017L-VN for bug-gnu-emacs@gnu.org; Wed, 09 Feb 2022 20:59:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nHyjd-0004Xp-Tf for bug-gnu-emacs@gnu.org; Wed, 09 Feb 2022 20:59: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: Thu, 10 Feb 2022 01:59: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.164445831917439 (code B ref 53896); Thu, 10 Feb 2022 01:59:01 +0000 Original-Received: (at 53896) by debbugs.gnu.org; 10 Feb 2022 01:58:39 +0000 Original-Received: from localhost ([127.0.0.1]:53162 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHyjH-0004XD-5V for submit@debbugs.gnu.org; Wed, 09 Feb 2022 20:58:39 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:64594) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nHyjF-0004X5-DU for 53896@debbugs.gnu.org; Wed, 09 Feb 2022 20:58:37 -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 21A1wZWF021872 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Thu, 10 Feb 2022 01:58:36 GMT Original-Received: from localhost (van.ly@localhost) by sdf.org (8.15.2/8.12.8/Submit) with ESMTP id 21A1wdhV017714; Thu, 10 Feb 2022 01:58:39 GMT In-Reply-To: <83o83gumxa.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:226519 Archived-At: On Wed, 9 Feb 2022, Eli Zaretskii wrote: > tags 53896 notabug > thanks > Thanks. > This shows [No match]. > > The reason is that we deliberately remove all the CJG IDEOGRAPH-NNNN > names from the list of character names we submit to "C-x 8 RET" as > possible completions. We do that because there are gobs of those > characters, whose names mean nothing (they are not real names), and > whose existence in the completions would just add a lot of noise. > > This is a feature, not a bug. > It is a blindspot for studying a human culture. Maybe further on there can be a toggle and filter to sort the meaning from the noise, sort of like how Grammarly uses Lisp. -- vl