From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Thomas Fitzsimmons Newsgroups: gmane.emacs.devel Subject: Re: message-mode completion broken Date: Wed, 16 Nov 2022 09:16:33 -0500 Message-ID: References: <87cz9nsxta.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26606"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Eric Abrahamsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 16 15:17:28 2022 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 1ovJED-0006b0-1o for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Nov 2022 15:17:25 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ovJDT-0007hH-8W; Wed, 16 Nov 2022 09:16:39 -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 1ovJDR-0007h7-5F for emacs-devel@gnu.org; Wed, 16 Nov 2022 09:16:37 -0500 Original-Received: from mail.fitzsim.org ([69.165.165.189]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ovJDP-0007xo-GP for emacs-devel@gnu.org; Wed, 16 Nov 2022 09:16:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=fitzsim.org ; s=20220430; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=8q4DSEBIoBiq5IxnLVhm2Bx785K+vYlLEAkJDGjETF8=; b=H0BcwayAv6j73RbfzHCMDH+Izm a9ygtKUR4C8Wa9+RM8OqW+qeSD3zfZ3kgFhEJ4YqToYTZKjhx/NlKbLTvh2BF3mF7kpxIAmHt1CS+ uvK5lPGVezWG63LK+ndHERSmtuG9sxviexuYC1G8Kg6VSAEDq95lQyUlWiLmc0kmuo6ioMMZURUuv mJFj53vMmWQqPz/1AaeDsiZHDlcufwOl3jjMVftmst/O9ca9N+EJo4gCZo2X+t6T9np47LlCv0DzQ 6W81uJylyKMPLzEzhCKtaOPJx8pKMskTQkqJVhot4LknKH4C5bE0BGZafbPcKhFxzl1ba8Cjv/UH1 LkRwtgMw==; Original-Received: from [192.168.1.1] (helo=localhost.localdomain) by mail.fitzsim.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1ovJDN-000CrU-9N; Wed, 16 Nov 2022 09:16:33 -0500 In-Reply-To: <87cz9nsxta.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Tue, 15 Nov 2022 13:38:25 -0800") Received-SPF: pass client-ip=69.165.165.189; envelope-from=fitzsim@fitzsim.org; helo=mail.fitzsim.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:299932 Archived-At: Hi Eric, Eric Abrahamsen writes: > Since the recent change to message-mode and EUDC, message-mode > completion fails. I noticed this with EBDB, and there's been a report on > gnus.general that BBDB fails as well. Thanks for reporting. > completion-at-point-functions looks like: > > (eudc-capf-complete message-completion-function t) > > eudc-capf-complete produces "No matches", and > message-completion-function never gets called. As a test, instead of pressing TAB where you're doing the completion, can you try "C-u M-x eudc-expand-try-all" and see if that recovers the completion behaviour? (I wasn't intending to modify default behaviour when I pushed 0e25a39e69acca0324c326ea8e46b1725594bff5 but that's the first patch to check for any regressions.) Thanks, Thomas