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, FREEMAIL_FROM,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14002 invoked from network); 23 Jan 2023 09:35:24 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 23 Jan 2023 09:35:24 -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 1pJtEU-00EtU0-UV for ml@inbox.vuxu.org; Mon, 23 Jan 2023 03:35:19 -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 1pJtET-005k8A-28 for ml@inbox.vuxu.org; Mon, 23 Jan 2023 03:35:17 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1pJtEO-005k81-1V for ding@lists.math.uh.edu; Mon, 23 Jan 2023 03:35:12 -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 1pJtEL-00CGyW-1Y for ding@lists.math.uh.edu; Mon, 23 Jan 2023 03:35:11 -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=orXnPmjJmskmTSTYuuCf9ev290v8ccggc4Gspmv4fdI=; b=Vdm3J1jUnVdGxNJixf32XrM++0 fvKtypK5L7LmIHSoe0EKrO6BC17E6RHWNCg5rhaqE1X8y12ShEK2lEQexsYHEryc0kF6vFddKbrPp Ub4vT1G8obriuKdtdJadqozY3BoPkseUAVH7e5iPXrgSu1HvrvRMeVZulWyooyQyh4C4=; 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 1pJtEC-0003El-CE for ding@gnus.org; Mon, 23 Jan 2023 10:35:03 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1pJtEA-00025n-0E for ding@gnus.org; Mon, 23 Jan 2023 10:34:58 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Julien Cubizolles Subject: Re: completion no more working with latest HEADs (emacs and bbdb) Date: Mon, 23 Jan 2023 10:34:50 +0100 Message-ID: <87ilgx8uh1.fsf@free.fr> 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:ae3SRpOiA5bJj5IBPUUo33pu3zo= 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) It's not working in GNU Emacs 30.0.50 in emacs -Q with this setup and your recipe: --8<---------------cut here---------------start------------->8--- (setq eudc-server-hotlist '(("localhost" . bbdb))) (add-hook 'message-mode-hook (lambda () (setq-local completion-at-point-functions (delq 'message-completion-function completion-at-point-functions)))) --8<---------------cut here---------------end--------------->8--- Pressing TAB after typing the beginning of a name in the To: field only inserts a tabulation, whereas (bbdb-complete-mail) finds several matches. -- Julien Cubizolles