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: Select completions from the minibuffer Date: Fri, 18 Mar 2022 08:28:34 +0200 Message-ID: <83bky3hizx.fsf@gnu.org> References: <87v8wl35wg.fsf@gnus.org> <86k0d06dik.fsf@mail.linkov.net> <87ee3714li.fsf@gnus.org> <86r1773sb4.fsf@mail.linkov.net> <87pmmquew4.fsf@gnus.org> <86ee357wob.fsf@mail.linkov.net> <20220314090826.gyc42227jpvh4efa@Ergus> <86zglsiazs.fsf@mail.linkov.net> <20220317184701.ani7k3clp3impqwn@Ergus> <865yoc47d2.fsf@mail.linkov.net> <20220317231027.65clapwxz5qtnpm4@Ergus> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28182"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org, juri@linkov.net To: Ergus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 18 07:37:57 2022 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 1nV6FI-0007AS-TQ for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Mar 2022 07:37:57 +0100 Original-Received: from localhost ([::1]:42470 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nV6FG-0002yy-AU for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Mar 2022 02:37:54 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:58840) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nV66J-0006t0-55 for emacs-devel@gnu.org; Fri, 18 Mar 2022 02:28:40 -0400 Original-Received: from [2001:470:142:3::e] (port=43822 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nV66I-0002xI-Ln; Fri, 18 Mar 2022 02:28:38 -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=22+aSTxluDFyxjKH3vYZ6lBFqXp9DszerZvLW47tMMQ=; b=px+jaZg0nt+x 2LdZrNb914MMFNwYXHFk0jGRaBUZ/GeYwDFxkJv9A9z+O63a20TfMuixeKpKCb2KWSW7eHbvMsYwm Yp+neYzrM+XC/JrbOHfb0w47qlfN5JtuUastMpwlQaHz8O78O0BPGnzggtMpepxJBt0kzf/vnLpHz 6IqLrL5HBaCAa4gIoDQhH+hPln3QDF22c5f58hrAI+Xu2tBr4Z1sjjw5ZcPss2L6IgDMLA8vbyaWy u31TACPl+LDU4Ot2VPI21f9PMjpatYV2TrbWC2Ba7CQNSKSJeu73J/gHCyUnWebBfJOkwCCMXigsW du+A2t3/iQ+HRs9yqTRIXg==; Original-Received: from [87.69.77.57] (port=3057 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 1nV66G-00076r-E5; Fri, 18 Mar 2022 02:28:38 -0400 In-Reply-To: <20220317231027.65clapwxz5qtnpm4@Ergus> (message from Ergus on Fri, 18 Mar 2022 00:10:27 +0100) 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" Xref: news.gmane.io gmane.emacs.devel:287269 Archived-At: > Date: Fri, 18 Mar 2022 00:10:27 +0100 > From: Ergus > Cc: Lars Ingebrigtsen , emacs-devel@gnu.org > > Yes I just confirmed, actually the pre-redisplay-function is not called > for simple commands like self-insert or moving the point and in your > case neither. If that's the case, how come the region's display is updated when you insert a character or move point (with Shift pressed)?