From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.devel Subject: Re: Integration of dictionary package - match strategy Date: Fri, 9 Oct 2020 20:19:34 +0300 Message-ID: <20201009171934.GB12803@protected.rcdrun.com> References: <87o8lcoc6b.fsf@posteo.net> 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="18343"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.14.0 (2020-05-02) Cc: emacs-devel@gnu.org To: Torsten Hilbrich Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 09 19:20:38 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 1kQw4L-0004ex-Qg for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Oct 2020 19:20:37 +0200 Original-Received: from localhost ([::1]:58778 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQw4K-0002Zr-Rt for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Oct 2020 13:20:36 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50044) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQw3R-0001lt-8F for emacs-devel@gnu.org; Fri, 09 Oct 2020 13:19:41 -0400 Original-Received: from [95.85.24.50] (port=50929 helo=static.rcdrun.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQw3P-000313-Kt for emacs-devel@gnu.org; Fri, 09 Oct 2020 13:19:40 -0400 Original-Received: from localhost ([::ffff:197.157.0.35]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002A0841.000000005F809BA9.00003253; Fri, 09 Oct 2020 17:19:36 +0000 Content-Disposition: inline In-Reply-To: X-Host-Lookup-Failed: Reverse DNS lookup failed for 95.85.24.50 (failed) Received-SPF: pass client-ip=95.85.24.50; envelope-from=bugs@gnu.support; helo=static.rcdrun.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/09 12:18:07 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: 37 X-Spam_score: 3.7 X-Spam_bar: +++ X-Spam_report: (3.7 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_SBL_CSS=3.335, RCVD_IN_SORBS_WEB=1.5, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-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:257269 Archived-At: * Torsten Hilbrich [2020-10-08 20:46]: > On 08.10.20 19:33, Philip K. wrote: > >> I plan to integrate some future changes: > >> > >> - support for dictionary-search to have the highlighted region as > >> default > > > > How will this be handled? If I select more than one word, will every > > word be queried? > > The idea was to query to whole selected region. Otherwise the current > word would be used as default. In addition, let us not forget various ways of querying, the "match strategy", one can see it here: https://dicoweb.gnu.org.ua/ Jean