From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master f225011: ibuffer-do-isearch: don't depend on `cl-values-list' (bug#38430) Date: Mon, 02 Dec 2019 19:40:17 +0200 Message-ID: <83fti2lj7i.fsf@gnu.org> References: <20191201091356.26612.95511@vcs0.savannah.gnu.org> <20191201091358.11752207E0@vcs0.savannah.gnu.org> <834kyjmm36.fsf@gnu.org> <8336e2n3fd.fsf@gnu.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="76147"; mail-complaints-to="usenet@blaine.gmane.org" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 02 18:40:38 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ibpgb-000JiQ-9X for ged-emacs-devel@m.gmane.org; Mon, 02 Dec 2019 18:40:37 +0100 Original-Received: from localhost ([::1]:42130 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibpgZ-0000wD-Sy for ged-emacs-devel@m.gmane.org; Mon, 02 Dec 2019 12:40:35 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52721) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibpgT-0000uz-Fe for emacs-devel@gnu.org; Mon, 02 Dec 2019 12:40:30 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ibpgT-0000nn-38; Mon, 02 Dec 2019 12:40:29 -0500 Original-Received: from [176.228.60.248] (port=1482 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ibpgS-00044Y-EO; Mon, 02 Dec 2019 12:40:28 -0500 In-reply-to: (message from Juanma Barranquero on Mon, 2 Dec 2019 18:18:35 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:243010 Archived-At: > From: Juanma Barranquero > Date: Mon, 2 Dec 2019 18:18:35 +0100 > Cc: Stefan Monnier , Emacs developers > > What I'm really asking is what is our stance regarding using cl-lib in lisp/*. I mean, are we trying to minimize > run-time dependencies on cl-lib, or it is ok to use freely? It's OK to use cl-lib. It's cl that we don't want (and the byte compiler will warn about its use at runtime).