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: Re: Integration of dictionary package Date: Thu, 8 Oct 2020 19:45:39 +0200 Message-ID: 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="1627"; 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 19:46:47 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 1kQa06-0000LM-Tu for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Oct 2020 19:46:46 +0200 Original-Received: from localhost ([::1]:43124 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQa05-0003Nc-Vo for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Oct 2020 13:46:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57830) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQZz9-00029b-2V for emacs-devel@gnu.org; Thu, 08 Oct 2020 13:45:47 -0400 Original-Received: from einhorn-mail-out.in-berlin.de ([217.197.80.21]:54437) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQZz6-0002tr-KO for emacs-devel@gnu.org; Thu, 08 Oct 2020 13:45:46 -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 098HjetW017386 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 8 Oct 2020 19:45:40 +0200 Original-Received: from [10.42.142.2] by ricky.localdomain with esmtpsa (Exim 4.90_1 #4 (Debian)) id 1kQZz1-0003Jr-Ku for ; Thu, 08 Oct 2020 19:45:39 +0200 In-Reply-To: <87o8lcoc6b.fsf@posteo.net> 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: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NICE_REPLY_A=-0.214, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham 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:257219 Archived-At: 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. Torsten