From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Torsten Hilbrich Newsgroups: gmane.emacs.devel Subject: Integration of dictionary package Date: Thu, 8 Oct 2020 18:01:11 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10061"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 08 18:09:42 2020 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 1kQYU9-0002Sj-Gm for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Oct 2020 18:09:41 +0200 Original-Received: from localhost ([::1]:33442 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQYU8-0003zh-HA for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Oct 2020 12:09:40 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60762) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQYM5-0002Cn-8O for emacs-devel@gnu.org; Thu, 08 Oct 2020 12:01:21 -0400 Original-Received: from einhorn-mail-out.in-berlin.de ([217.197.80.21]:51409) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQYM2-00043H-IW for emacs-devel@gnu.org; Thu, 08 Oct 2020 12:01:20 -0400 X-Envelope-From: torsten@myrkr.in-berlin.de X-Envelope-To: Original-Received: from authenticated.user (localhost [127.0.0.1]) by einhorn.in-berlin.de with ESMTPSA id 098G1CjU017106 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 8 Oct 2020 18:01:13 +0200 Original-Received: from [10.42.142.2] by ricky.localdomain with esmtpsa (Exim 4.90_1 #4 (Debian)) id 1kQYLw-00039z-AJ for ; Thu, 08 Oct 2020 18:01:12 +0200 Content-Language: en-GB Received-SPF: none client-ip=217.197.80.21; envelope-from=torsten@myrkr.in-berlin.de; helo=einhorn-mail-out.in-berlin.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/08 12:01:13 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:257214 Archived-At: Hello, by suggestion of Jean Louis I have started integrating the dictionary package (found on https://github.com/myrkr/dictionary-el/). The work can be found on the feature/integration-of-dictionary-el branch. It contains the following commits: b6227446d9 Importing dictionary module 658ec3ccee Renamed connection.el e2ebffdd62 Renamed link.el 723906c444 Removed some compability parts in dictionary I plan to integrate some future changes: - support for dictionary-search to have the highlighted region as default - support for initially looking up on localhost and the switching to dict.org Thanks for reviewing, Torsten