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: Fri, 19 Feb 2021 20:38:57 +0200 Message-ID: <83y2fj298e.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> <83zh01419g.fsf@gnu.org> <83sg5t408m.fsf@gnu.org> <83lfbl3yyw.fsf@gnu.org> <83lfbk2o3g.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2454"; 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 Fri Feb 19 19:39:53 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 1lDAgz-0000XA-Gr for ged-emacs-devel@m.gmane-mx.org; Fri, 19 Feb 2021 19:39:53 +0100 Original-Received: from localhost ([::1]:34762 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lDAgy-0003sy-Hs for ged-emacs-devel@m.gmane-mx.org; Fri, 19 Feb 2021 13:39:52 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33528) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lDAg4-0003RR-CS for emacs-devel@gnu.org; Fri, 19 Feb 2021 13:38:56 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55737) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lDAfx-0005di-U6; Fri, 19 Feb 2021 13:38:51 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4762 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lDAfp-0002oL-PA; Fri, 19 Feb 2021 13:38:49 -0500 In-Reply-To: (message from Drew Adams on Fri, 19 Feb 2021 17:53:15 +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:265281 Archived-At: > From: Drew Adams > CC: "juri@linkov.net" , > "stefankangas@gmail.com" > , > "emacs-devel@gnu.org" > Date: Fri, 19 Feb 2021 17:53:15 +0000 > > > > I see that the Elisp manual does say that > > > an error is raised for `r' if the mark is not > > > SET. But even the manual says nothing about > > > what `r' does for an inactive region/mark. > > > > It does now. > > OK. And the doc string? The doc string didn't say anything about signaling an error to begin with, so I didn't see any reason to make any changes there.