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:58:55 +0200 Message-ID: <83r1ld4074.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> <83y2fl414o.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2492"; 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:10:22 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 1lCpd0-0000ZH-8j for ged-emacs-devel@m.gmane-mx.org; Thu, 18 Feb 2021 21:10:22 +0100 Original-Received: from localhost ([::1]:57368 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lCpcz-0007ck-8i for ged-emacs-devel@m.gmane-mx.org; Thu, 18 Feb 2021 15:10:21 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41570) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lCpRm-0006dz-Em for emacs-devel@gnu.org; Thu, 18 Feb 2021 14:58:48 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49247) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lCpRl-0000YE-81; Thu, 18 Feb 2021 14:58:45 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4969 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lCpRi-0002k4-7G; Thu, 18 Feb 2021 14:58:43 -0500 In-Reply-To: (message from Drew Adams on Thu, 18 Feb 2021 19:49:01 +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:265189 Archived-At: > From: Drew Adams > CC: "juri@linkov.net" , > "stefankangas@gmail.com" > , > "emacs-devel@gnu.org" > Date: Thu, 18 Feb 2021 19:49:01 +0000 > > > > > It raises an error because the value of > > > > mark-even-if-inactive was changed to nil, > > > > so the region exists only when explicitly activated. > > > > 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? > > I think Juri corrected himself, afterward. > Apparently he meant that IF you customize > that option to nil THEN... No, the error is signaled even if that variable is non-nil. That's what happens in "emacs -Q".