From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Including some functions from dash.el in Emacs? Date: Wed, 29 Oct 2014 10:06:59 -0400 Message-ID: References: <87wq7j72wz.fsf@gmail.com> <87ppdb6mol.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414591655 7804 80.91.229.3 (29 Oct 2014 14:07:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Oct 2014 14:07:35 +0000 (UTC) Cc: Emacs development discussions To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 29 15:07:27 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XjTuJ-0001qC-MQ for ged-emacs-devel@m.gmane.org; Wed, 29 Oct 2014 15:07:27 +0100 Original-Received: from localhost ([::1]:46362 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjTuJ-0005DG-6k for ged-emacs-devel@m.gmane.org; Wed, 29 Oct 2014 10:07:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjTtz-0005Cr-ID for emacs-devel@gnu.org; Wed, 29 Oct 2014 10:07:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjTts-0007Az-37 for emacs-devel@gnu.org; Wed, 29 Oct 2014 10:07:07 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:17011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjTtr-0007Ao-W3 for emacs-devel@gnu.org; Wed, 29 Oct 2014 10:07:00 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Au4MAOatTlRFpY87/2dsb2JhbABcgw6DYoZ+y1MEAgKBHBcBAXyEAwEBAwFWIwULCzQSFBgNJIhLCctyAQEBBwIBH5EIB4RLBZkShgCQfYIRgW+EFCGCegEBAQ X-IPAS-Result: Au4MAOatTlRFpY87/2dsb2JhbABcgw6DYoZ+y1MEAgKBHBcBAXyEAwEBAwFWIwULCzQSFBgNJIhLCctyAQEBBwIBH5EIB4RLBZkShgCQfYIRgW+EFCGCegEBAQ X-IronPort-AV: E=Sophos;i="5.04,797,1406606400"; d="scan'208";a="95506481" Original-Received: from 69-165-143-59.dsl.teksavvy.com (HELO pastel.home) ([69.165.143.59]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 29 Oct 2014 10:06:59 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 53CA67ABE; Wed, 29 Oct 2014 10:06:59 -0400 (EDT) In-Reply-To: <87ppdb6mol.fsf@gmail.com> (Nicolas Petton's message of "Wed, 29 Oct 2014 14:16:26 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175994 Archived-At: > Indeed, but I thought that having it builtin (ie no cl-lib > required) would make Elisp better. Maybe that's just me but I always see > cl-lib as a compatibility layer for CL, not something that I should > almost always load in order to have decent manipulation list functions. The problem is only in your mind. Adding "(require 'cl-lib)" to the beginning of your file costs only 18bytes. I think you can afford it. Stefan