From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r112822: * eshell/esh-ext.el (eshell-external-command): Pass args to Date: Mon, 03 Jun 2013 10:37:21 +0200 Message-ID: <87wqqb614u.fsf@thinkpad.tsdh.de> References: <87ppw37l8i.fsf@thinkpad.tsdh.de> <1ctxlfslaf.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370248648 11047 80.91.229.3 (3 Jun 2013 08:37:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Jun 2013 08:37:28 +0000 (UTC) Cc: Emacs developers To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 03 10:37:27 2013 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 1UjQGc-0005Ka-Qj for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 10:37:26 +0200 Original-Received: from localhost ([::1]:60173 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjQGc-00064t-El for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 04:37:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjQGa-00064o-2f for emacs-devel@gnu.org; Mon, 03 Jun 2013 04:37:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjQGZ-0000VD-2A for emacs-devel@gnu.org; Mon, 03 Jun 2013 04:37:24 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:55117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjQGY-0000Uu-St; Mon, 03 Jun 2013 04:37:22 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 0B1921A8488; Mon, 3 Jun 2013 10:37:22 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pcaGr-ieCXwM; Mon, 3 Jun 2013 10:37:21 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id AF3FE1A8489; Mon, 3 Jun 2013 10:37:21 +0200 (CEST) Mail-Followup-To: Glenn Morris , Emacs developers In-Reply-To: <1ctxlfslaf.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 03 Jun 2013 03:31:04 -0400") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 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:160031 Archived-At: Glenn Morris writes: > Tassilo Horn wrote: > >> Thanks for the heads up. I've changed it to `cl-intersection'. > > You still need to actually require cl-lib. Really? It says cl-intersection is an *autoloaded* compiled Lisp function in `cl-seq.el'. Bye, Tassilo