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 20:22:34 +0200 Message-ID: <874ndf836d.fsf@thinkpad.tsdh.de> References: <87ppw37l8i.fsf@thinkpad.tsdh.de> <1ctxlfslaf.fsf@fencepost.gnu.org> <87wqqb614u.fsf@thinkpad.tsdh.de> <491u8jz0ra.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370286221 14699 80.91.229.3 (3 Jun 2013 19:03:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Jun 2013 19:03:41 +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 21:03:41 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 1Uja2e-0007J6-LH for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 21:03:40 +0200 Original-Received: from localhost ([::1]:39697 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uja2d-0002hY-QB for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 15:03:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uja2W-0002h8-Kl for emacs-devel@gnu.org; Mon, 03 Jun 2013 15:03:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjZXF-0006zv-DJ for emacs-devel@gnu.org; Mon, 03 Jun 2013 14:31:16 -0400 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]:33905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjZOv-00044W-Aw; Mon, 03 Jun 2013 14:22:37 -0400 Original-Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id E9EAB20D54; Mon, 3 Jun 2013 14:22:36 -0400 (EDT) Original-Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute5.internal (MEProxy); Mon, 03 Jun 2013 14:22:36 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=E6ahz5NraeTtBuAgw/TrsRy03fM=; b=ZLI8PFiaP5bPI7YJ81tdpNynHcno ZEJvxoJjby+4mL4HstfyUlgLkg0Hg/dI43wyCox557lFeA5gtTcZix6c/t/hZ9Hh RTLe1ab+FemYy2wj9+tadI/g3W+5RCao31KjIVg5RNgWwX2rWy4rYpRtjoMFKXDf 59DyaVOZuntB+rQ= X-Sasl-enc: FBvHJwi/zl7DLBASxwZUYbqMUHlqwjpmjllMFINa5peQ 1370283755 Original-Received: from thinkpad.tsdh.de (unknown [91.67.10.84]) by mail.messagingengine.com (Postfix) with ESMTPA id 72692C80151; Mon, 3 Jun 2013 14:22:35 -0400 (EDT) Mail-Followup-To: Glenn Morris , Emacs developers In-Reply-To: <491u8jz0ra.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 03 Jun 2013 11:12:41 -0400") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.25 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:160055 Archived-At: Glenn Morris writes: >> Really? It says >> >> cl-intersection is an *autoloaded* compiled Lisp function in >> `cl-seq.el'. > > Yes, really. Ok, I added a require. > Is it so hard to run emacs -Q? Rest assured I did that. em-term.el requires esh-ext which already requires cl-lib. So neither do you get an error at runtime nor a warning when compiling... Bye, Tassilo