From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris 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 11:12:41 -0400 Message-ID: <491u8jz0ra.fsf@fencepost.gnu.org> References: <87ppw37l8i.fsf@thinkpad.tsdh.de> <1ctxlfslaf.fsf@fencepost.gnu.org> <87wqqb614u.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1370272386 19219 80.91.229.3 (3 Jun 2013 15:13:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Jun 2013 15:13:06 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 03 17:13:07 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 1UjWRS-0001qk-V1 for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 17:13:03 +0200 Original-Received: from localhost ([::1]:44824 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjWRS-000560-GR for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 11:13:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjWRI-0004uN-5d for emacs-devel@gnu.org; Mon, 03 Jun 2013 11:12:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjWR8-0005Y6-Fj for emacs-devel@gnu.org; Mon, 03 Jun 2013 11:12:52 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjWR8-0005Y1-Bx for emacs-devel@gnu.org; Mon, 03 Jun 2013 11:12:42 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UjWR7-0003yO-LL; Mon, 03 Jun 2013 11:12:41 -0400 X-Spook: NASA keyhole eternity server Axis of Evil sweep Plame X-Ran: x,7*qXH=VRW2/[#B~!f"A=<3IEOuQstOd+Z'ee{t^FqjmvuWw)mOQU.sdxVyE(:vAd/bH/ X-Hue: cyan X-Attribution: GM In-Reply-To: <87wqqb614u.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Mon, 03 Jun 2013 10:37:21 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:160040 Archived-At: Tassilo Horn wrote: > Really? It says > > cl-intersection is an *autoloaded* compiled Lisp function in > `cl-seq.el'. Yes, really. Is it so hard to run emacs -Q? It is autoloaded from cl-seq once you load cl-lib. (I suppose this is an instance where the "is an autoloaded function" blurb is not that useful.)