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 14:11:09 +0200 Message-ID: <831qyzh34y.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> <83bky3hizx.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20631"; mail-complaints-to="usenet@ciao.gmane.io" Cc: spacibba@aol.com, juri@linkov.net, larsi@gnus.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 18 13:16:50 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 1nVBXG-0005Al-KE for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Mar 2022 13:16:50 +0100 Original-Received: from localhost ([::1]:55176 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nVBXF-0000Gp-6U for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Mar 2022 08:16:49 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:60228) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVBRn-0003lB-Ta for emacs-devel@gnu.org; Fri, 18 Mar 2022 08:11:14 -0400 Original-Received: from [2001:470:142:3::e] (port=41822 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 1nVBRn-0005sn-BU; Fri, 18 Mar 2022 08:11:11 -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=jgkB1RsM7efR6ZS70dmvLMvoeqsd0nexD2QnS7izfgc=; b=PdYhkBTN0s88 uNyayLNpwmTpKkyBRCWwg/h7JwlQ6tCNXirIwVqx5uai4E+xC+KlUQXOP41+5EHPE9ap3rSuXwqL2 pThQrCfq2ZtVIWwsLDchxoufJ0meSWNvP7kreVkgJEQ7UswOOwvzNW/GOCaLMvsbwhItJSgKR5+8+ EtRVo9ViX20CQU1swk+TLciNw8NwU0Trtt+Q2yT8WE7IckzJbOToCIyqbWFIlS7YTr6nUGeQv7iAS ItZOKqXg2LmZdx4qvgnfrL9YGyYPYdPZPwZHzdpY7dKAL42zZ/I8GzJBnwuJ4n2N65yDct45n7TsY 2b29HxkN2pAIfQHRaoGETg==; Original-Received: from [87.69.77.57] (port=1580 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 1nVBRm-0001MS-R5; Fri, 18 Mar 2022 08:11:11 -0400 In-Reply-To: (message from Stefan Monnier on Fri, 18 Mar 2022 08:04:12 -0400) 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:287280 Archived-At: > From: Stefan Monnier > Cc: Ergus , larsi@gnus.org, emacs-devel@gnu.org, > juri@linkov.net > Date: Fri, 18 Mar 2022 08:04:12 -0400 > > But as for moving point, maybe you're right that we have a bug there, > when point is moved in a window other than the selected window. > > > If that's the case, how come the region's display is updated when you > > insert a character or move point (with Shift pressed)? > > The region is only highlighted in the selected-window Except when highlight-nonselected-windows is non-nil, right?