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: [ELPA] New package: dict Date: Fri, 26 May 2023 12:16:11 +0300 Message-ID: <83edn3lag4.fsf@gnu.org> References: <834joj55pt.fsf@gnu.org> <87ednnvtt6.fsf@posteo.net> <875y8ywwko.fsf@posteo.net> <83zg69br5f.fsf@gnu.org> <83ednj9sw2.fsf@gnu.org> <837ct5x5v6.fsf@gnu.org> <83sfbtvii4.fsf@gnu.org> <83h6s9vdft.fsf@gnu.org> <871qjb9cd6.fsf@posteo.net> <875y8m95tb.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31681"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, philipk@posteo.net To: Eshel Yaron Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri May 26 11:16:37 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 1q2TYr-00083R-ER for ged-emacs-devel@m.gmane-mx.org; Fri, 26 May 2023 11:16:37 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q2TXz-0007kU-7Y; Fri, 26 May 2023 05:15:43 -0400 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 1q2TXx-0007k8-K9 for emacs-devel@gnu.org; Fri, 26 May 2023 05:15:41 -0400 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 1q2TXw-0002F1-QE; Fri, 26 May 2023 05:15:40 -0400 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=OClqC76pz2mCKQmdrXajwKJyRvKg7ao4yl61VONQtfY=; b=bsyohHY9Wi4J FD4gI4dYYEXwziDnc907w5pS4CkwYUY140Jp6VZ3n0xhdFjw4vQBtO0o8FLlc4Uz4XCpqVycJ02WA umw/VNSV5pSofI4HmYb0oPUce0VUVki4Sp9N94osf7Ikd61K95zrH8+3veoCTp+UU/jW42ZD3tIGs cYWaQt8fXdbdtansVUwst3CFhAD1G1T07wD0WGA+bSL4AeXLwnbRYaEJy/dtme1jf4RlKV6Ss95NO Y4XSoyite2/fzhX0P+pCmHwxspNKHYdrnt/OY09VWrIoL2jq8hiB0zdYMee+03Pew+j6k+ltdpVBS vfHThfWhJVOtV1FjDt7aOw==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q2TXv-0007hE-RZ; Fri, 26 May 2023 05:15:40 -0400 In-Reply-To: (message from Eshel Yaron on Thu, 25 May 2023 12:52:55 +0300) 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:306348 Archived-At: > From: Eshel Yaron > Cc: Philip Kaludercic , Eli Zaretskii > Date: Thu, 25 May 2023 12:52:55 +0300 > > I'm attaching a slightly updated patch to dictionary.el. The only > change wrt to my previous patch is that `dictionary-match-word` now uses > the new `external-completion-table` from Emacs 29 instead of > `completion-table-dynamic` to allow leveraging arbitrary matching > strategies that the dictionary server provides. > > For example, we can now set `dictionary-default-strategy` to the > "soundex" matching strategy that dict.org provides to get completion > candidates that sound similar to the minibuffer input (such as "tail", > "tale" and "tell"). > > I've also rebased onto master branch to avoid conflicts in etc/NEWS. Thanks, installed on the master branch.