From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20925 invoked from network); 10 Nov 2003 16:42:42 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 10 Nov 2003 16:42:42 -0000 Received: (qmail 9033 invoked by alias); 10 Nov 2003 16:42:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19234 Received: (qmail 8993 invoked from network); 10 Nov 2003 16:42:20 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 10 Nov 2003 16:42:20 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.3.58.249] by sunsite.dk (MessageWall 1.0.8) with SMTP; 10 Nov 2003 16:42:20 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id hAAGgIl15645 for zsh-workers@sunsite.dk; Mon, 10 Nov 2003 08:42:18 -0800 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to schaefer@closedmail.com using -f From: Bart Schaefer Message-Id: <1031110164218.ZM15644@candle.brasslantern.com> Date: Mon, 10 Nov 2003 16:42:18 +0000 In-Reply-To: <20031110105720.GB23263@DervishD> Comments: In reply to DervishD "Re: Strange problem with ulimit" (Nov 10, 11:57am) References: <20031108095037.GA11894@fargo> <20031109161853.GL22980@DervishD> <1031109212136.ZM14473@candle.brasslantern.com> <20031110105720.GB23263@DervishD> X-Mailer: Z-Mail (5.0.0 30July97) To: Zsh-workers Subject: Re: Strange problem with ulimit MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Nov 10, 11:57am, DervishD wrote: } } > Modules are zmodload'd automatically at startup only when the shell is } > invoked as zsh. } } Does that mean that you can zmodload zsh/rlimits and have again } the builtin? That's correct. The zmodload builtin itself is always available (unless "disable"d).