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 Subject: Re: Observe Slowness In minibuffer-next-completion and friends Date: Fri, 10 Nov 2023 09:38:39 +0200 Message-ID: <83y1f6xdkw.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30320"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 10 08:39:29 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 1r1M6y-0007h9-I6 for ged-emacs-devel@m.gmane-mx.org; Fri, 10 Nov 2023 08:39:28 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r1M6J-0005Fc-Vx; Fri, 10 Nov 2023 02:38:48 -0500 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 1r1M6H-0005FD-NQ for emacs-devel@gnu.org; Fri, 10 Nov 2023 02:38:45 -0500 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 1r1M6H-0007yi-DN; Fri, 10 Nov 2023 02:38:45 -0500 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=qABp4tGEJ9nI5mjCBfxlsPBVif08JggW+ZB9gfq1UNA=; b=b4S+VMDO1Onu +hpM0PoEe0K6w2Jtw2DjBWU7h7IlJbDPdTSxQOtRtxV7Ac0/t3xf07BNasJWacU0AKOGO8FQ+J+a1 dQBulO/bZb0h22Cs2qIRCW24lp4gRYag94cSYH/KP4Pm73jB1I2LnkNF/PEkxiYbptzNTefvuimov jxq36W4RmYROUnpA00Zes8c3kbNRCBvCzfn8ljRFCqlEzpKxrSyYbyoMtl0WhmjqtRC0xC9r2tCeT 0nDW/sbhCYb2EBymnXxJ0xUtsQX5RK7O/+HJdh6Lqo4716Sa1wI4s2a2bFjGQyHFPb0tqrbLFIjmw kmGMMyES3RXKqvC84mPkNg==; In-Reply-To: (raman@google.com) 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:312462 Archived-At: > Date: Thu, 09 Nov 2023 20:08:10 -0800 > From: "T.V Raman" > > This appears to be new as of this afternoon's update on Git: > > Type: > C-h f next- > Then press down-arrow to move to next completion; the completion list > appears to be not active for about a second. I already tried setting > completion-highlight-face to nil, but the slowness remains; from > memory this feels new compared to yesterday Is this in "emacs -Q"? If not, please tell which customizations are necessary for reproducing this starting from "emacs -Q". Because in "emacs -Q" arrow is not supposed to move to the next completion candidate.