From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Avoiding confusion Date: Mon, 23 Oct 2023 20:56:00 -0400 Message-ID: Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3405"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 24 02:57:19 2023 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 1qv5jT-0000i8-HQ for ged-emacs-devel@m.gmane-mx.org; Tue, 24 Oct 2023 02:57:19 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qv5iD-0008GY-R1; Mon, 23 Oct 2023 20:56:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qv5iC-0008GO-MQ for emacs-devel@gnu.org; Mon, 23 Oct 2023 20:56:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qv5iC-0000as-Ar for emacs-devel@gnu.org; Mon, 23 Oct 2023 20:56:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:Subject:To:From:mime-version:in-reply-to: references; bh=jMlgkpwl+OTK+k3kgAeiLPk9/zeIW74QQ0Nwc6USp7o=; b=cRExK6jLCTYguU 3iKSay7/9Jllzm4LuUSwtykYHhRZtDxiPbHIoIKL9/h+r+nvcDKTFyCFzVKaci8Av9Aa59CVOgmhS aqZSDHa34tFkM7y1IaSM6MZi0Su7UDGCe6W6C7QbyxTSpStStw73jgbjurDKVDzgjWfsIJM0ljpp5 JR6zm0ZUw2pZBAKacHce4sNmb2ZHUEo16jW5bIyPyD+603w7EtUwFGczmlCBV4xLhV+73cl3qbI1e E5Wjr3SY3LCB50OFDXB0utDdLPqCvkWCMIvOc2EaCQEV3bHNyiKmVB9W5TqWmVoWBO/O0hSQmYHB0 4UaRDHSENYHYsr+ICwJw==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1qv5iC-0008O1-3Q; Mon, 23 Oct 2023 20:56:00 -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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:311734 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] In byte-run--parse-declarations in byte-run.el, How about renaming the variable `cl-decls' to `cldecls'? That way it won't be found in searches for `cl-'. That is a lexical variable, right? So it doesn't need any prefix. By the way, why is the function byte-run--parse-declarations defined with a defalias to a lambda? If you know the reason, how about adding a comment there to state the reason? Also, how about describing careully the meaning of the return value? -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)