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: [External] : Re: master 927b885 1/3: Disable filtering of commands in M-x completion Date: Thu, 18 Feb 2021 21:38:47 +0200 Message-ID: <83y2fl414o.fsf@gnu.org> References: <20210217165944.26910.26583@vcs0.savannah.gnu.org> <20210217165946.030D420DFC@vcs0.savannah.gnu.org> <87blcih3ar.fsf@mail.linkov.net> <87sg5toh2y.fsf@mail.linkov.net> <87a6s1e3a3.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36528"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, stefankangas@gmail.com, juri@linkov.net To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 18 21:08:57 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 1lCpbc-0009Q7-5E for ged-emacs-devel@m.gmane-mx.org; Thu, 18 Feb 2021 21:08:56 +0100 Original-Received: from localhost ([::1]:55370 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lCpbb-0006k7-6Z for ged-emacs-devel@m.gmane-mx.org; Thu, 18 Feb 2021 15:08:55 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37146) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lCp8F-000473-52 for emacs-devel@gnu.org; Thu, 18 Feb 2021 14:38:36 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49037) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lCp8E-0008CW-GS; Thu, 18 Feb 2021 14:38:34 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3652 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lCp8D-00070w-Uh; Thu, 18 Feb 2021 14:38:34 -0500 In-Reply-To: (message from Drew Adams on Thu, 18 Feb 2021 18:24:38 +0000) 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:265188 Archived-At: > From: Drew Adams > Date: Thu, 18 Feb 2021 18:24:38 +0000 > Cc: Eli Zaretskii , Stefan Kangas , > "emacs-devel@gnu.org" > > > It raises an error because the value of > > mark-even-if-inactive was changed to nil, > > so the region exists only when explicitly activated. > > Really? That's a horrible change in default behavior > (IMHO). Why was that done? Btw, in the current master branch mark-even-if-inactive is t, not nil. So I really don't understand what is the above about. What did I miss?