From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Peter Dean Newsgroups: gmane.emacs.devel Subject: RE: [External] : Re: Would you say this information window is well designed? Date: Tue, 23 Feb 2021 05:54:09 +0000 Message-ID: References: <83sg5oueex.fsf@gnu.org> <83o8gbvr4m.fsf@gnu.org> <84e3f5ab-436e-c0ea-39f1-2466f3227910@yandex.ru> <87im6jepft.fsf@gnus.org> Reply-To: Peter Dean Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23866"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Kangas , Lars Ingebrigtsen , Dmitry Gutov , Eli Zaretskii , "emacs-devel@gnu.org" To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Feb 23 06:55:32 2021 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 1lEQfU-00067J-96 for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Feb 2021 06:55:32 +0100 Original-Received: from localhost ([::1]:35856 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lEQfT-0006gF-Am for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Feb 2021 00:55:31 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54308) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEQeH-0006Et-HF for emacs-devel@gnu.org; Tue, 23 Feb 2021 00:54:17 -0500 Original-Received: from mail-40137.protonmail.ch ([185.70.40.137]:62597) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEQeE-0004JS-V8 for emacs-devel@gnu.org; Tue, 23 Feb 2021 00:54:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1614059651; bh=zccaQb/bVpAkaPg8wfjpuAaJOdgpg+Qwc01n0Gk2g2U=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=uTiFDUa4ox14RoRIMLqxeiB3Kx7XyBQv6T23YKenwwNWwda9GOvb/XnsSRMoB7lpy Uh1fH5ppIDNsI0MZzNPYzPjQhK1XMvV9+ABpVnlk6E01Ud4Ts3Sc0ATZOofbjYnrj5 Z+nPeDd/rMqL/pn3Y/peEQJISSZK4K2NRpmsOpaQ= In-Reply-To: Received-SPF: pass client-ip=185.70.40.137; envelope-from=laszlomail@protonmail.com; helo=mail-40137.protonmail.ch 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=unavailable 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:265525 Archived-At: On Tuesday, February 23, 2021 6:34 AM, Drew Adams w= rote: > > But depending on what kind of searching is done, searching beforehand, to= be sure not to create a link if no match, can take time. I haven't used threads yet, but I guess this search could also be done asynchronously from a thread which yields often to keep the UI responsive, so the link wouldn't be there when Help is opened, but if a link is found then the thread inserts the link into the help buffer.