From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: [Emacs-diffs] master 50548fd: cl-fill: Rename arguments to cl-seq and cl-item Date: Tue, 16 Aug 2016 08:40:41 -0700 (PDT) Message-ID: References: <20160813042949.31299.44303@vcs.savannah.gnu.org> <20160813042950.2B1CB2201C2@vcs.savannah.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1471362094 8861 195.159.176.226 (16 Aug 2016 15:41:34 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 16 Aug 2016 15:41:34 +0000 (UTC) Cc: Tino Calancha , Leo Liu , emacs-devel@gnu.org To: John Wiegley , Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 16 17:41:30 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bZgUa-00023U-Rd for ged-emacs-devel@m.gmane.org; Tue, 16 Aug 2016 17:41:28 +0200 Original-Received: from localhost ([::1]:42776 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZgUY-0000U5-0x for ged-emacs-devel@m.gmane.org; Tue, 16 Aug 2016 11:41:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZgU0-0000Tj-9W for emacs-devel@gnu.org; Tue, 16 Aug 2016 11:40:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZgTv-0004Mz-7N for emacs-devel@gnu.org; Tue, 16 Aug 2016 11:40:52 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:19399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZgTu-0004Mq-U7 for emacs-devel@gnu.org; Tue, 16 Aug 2016 11:40:47 -0400 Original-Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u7GFei5i009736 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 16 Aug 2016 15:40:44 GMT Original-Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u7GFehSi030695 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 16 Aug 2016 15:40:43 GMT Original-Received: from abhmp0011.oracle.com (abhmp0011.oracle.com [141.146.116.17]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u7GFegMF028881; Tue, 16 Aug 2016 15:40:42 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6753.5000 (x86)] X-Source-IP: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:206616 Archived-At: >> IOW, I'm all for such cosmetic changes that harmonize the code, but we >> should do that by removing (rather than adding) the "cl-" prefix where >> it's not needed. >=20 > Yay! To clarify things more, we should prefix all `cl-'-prefixed names with another `cl-': `cl-cl-cdr', etc. If we later find that names are still confusing we can try `cl-cl-cl-cdr', etc. ;-)