From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 8354 invoked from network); 16 Nov 2022 16:17:53 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 16 Nov 2022 16:17:53 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ovL6k-006slv-JC for ml@inbox.vuxu.org; Wed, 16 Nov 2022 10:17:50 -0600 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96) (envelope-from ) id 1ovL6k-003TRG-0s for ml@inbox.vuxu.org; Wed, 16 Nov 2022 10:17:50 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1ovL6g-003TR7-0w for ding@lists.math.uh.edu; Wed, 16 Nov 2022 10:17:46 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ovL6e-005HqM-Bi for ding@lists.math.uh.edu; Wed, 16 Nov 2022 10:17:45 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=McrvY5FOp3rhI3AH0CAPJVWaCQ2TrzVCtuObezELrdc=; b=alyoYvzgSrCQkxzFyieM5/2eoM Gelhf+pDA2nmQDn6nBnhOKLwYnJBJVwiuxYH/G/uI5p34e5DYJO9A+ilCGva8UcSnsHRaywiRPwpv LwlGTD4MOtqhHEgPCImzWt+h8QwiiGQcnHoUuSPOgSYbt3w9biOQJOj7ro3K/1KL0HLA=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ovL6V-0005lH-Fu for ding@gnus.org; Wed, 16 Nov 2022 17:17:38 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1ovL6S-0004L9-NN for ding@gnus.org; Wed, 16 Nov 2022 17:17:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Re: completion no more working with latest HEADs (emacs and bbdb) Date: Wed, 16 Nov 2022 08:17:26 -0800 Message-ID: <87a64qq3ft.fsf@ericabrahamsen.net> References: <87r0y42vnh.fsf@a16n.net> <86edu3ibkp.fsf@gnu.org> <87leobgucs.fsf@a16n.net> <867czvi8d8.fsf@gnu.org> <87zgcrp63k.fsf@a16n.net> <86edu3m8fb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:Zx+eWorPya7MpOdj8H1brTCNxPU= List-ID: Precedence: bulk Arash Esbati writes: > Peter Münster writes: > >> If you can confirm, that you use also latest emacs-master, then I'll try >> corfu too. > > emacs-version: 29.0.50 > emacs-repository-version: 277504584d4cf7b3d67cd4a8cae1849b6cc700fc > > My corfu config is: > > (setq corfu-auto t) > (setq corfu-echo-documentation nil) > (setq corfu-quit-at-boundary nil) > (setq corfu-quit-no-match t) > (global-corfu-mode) > (corfu-indexed-mode) > (keymap-set corfu-map "M-d" #'corfu-doc-toggle) I've got Thomas Fitzsimmons' attention and am opening a bug report for this, so I hope it will be fixed in short order (the workarounds are helpful to see, though!).