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: declare function/macro private Date: Mon, 07 Jun 2021 15:39:50 +0300 Message-ID: <835yyphmqx.fsf@gnu.org> References: <20210607033526.4c5nntohhprdkzzd@E15-2016.optimum.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33532"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 0278C47F-42CE-45C4-B789-83C57DF1A191@bydasein.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Boruch Baum Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jun 08 02:07:49 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 1lqPHY-0008Xa-4Y for ged-emacs-devel@m.gmane-mx.org; Tue, 08 Jun 2021 02:07:48 +0200 Original-Received: from localhost ([::1]:41472 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lqPHW-0001yP-T5 for ged-emacs-devel@m.gmane-mx.org; Mon, 07 Jun 2021 20:07:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55578) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqPEw-0007rA-15 for emacs-devel@gnu.org; Mon, 07 Jun 2021 20:05:06 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39414) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lqPEv-0000Jn-8v; Mon, 07 Jun 2021 20:05:05 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2167 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 1lqEXq-000653-Ue; Mon, 07 Jun 2021 08:40:00 -0400 In-Reply-To: <20210607033526.4c5nntohhprdkzzd@E15-2016.optimum.net> (message from Boruch Baum on Sun, 6 Jun 2021 23:35:26 -0400) 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:270541 Archived-At: > Date: Sun, 6 Jun 2021 23:35:26 -0400 > From: Boruch Baum > Cc: "Paul W. Rankin" <0278C47F-42CE-45C4-B789-83C57DF1A191@bydasein.com>, > Stefan Monnier > > On Sun, 06 Jun 2021 22:54:41 -0400, Stefan Monnier wrote: > > > My current guess is that you fear that "--" has currently been used > > carelessly > > Using 'ivy/counsel' and performing M-x -- gives me 56 completion > candidates. 23 are from magit, Here are the rest: You need to remove from this list those which are intended for invocation via the mouse. They aren't relevant to the issue at hand, because the "--" was used there "for other purposes".