From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16576 invoked from network); 10 Nov 2003 16:42:27 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 10 Nov 2003 16:42:27 -0000 Received: (qmail 7731 invoked by alias); 10 Nov 2003 16:42:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19233 Received: (qmail 7673 invoked from network); 10 Nov 2003 16:42:08 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 10 Nov 2003 16:42:08 -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:8 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id hAAGg6s15640 for zsh-workers@sunsite.dk; Mon, 10 Nov 2003 08:42:06 -0800 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to schaefer@closedmail.com using -f From: Bart Schaefer Message-Id: <1031110164206.ZM15639@candle.brasslantern.com> Date: Mon, 10 Nov 2003 16:42:06 +0000 In-Reply-To: <20031110102410.GA15979@fargo> Comments: In reply to David ( Text in unknown character set ISO-8859-15 not shown ) "Re: Strange problem with ulimit" (Nov 10, 11:24am) References: <20031108095037.GA11894@fargo> <20031109161853.GL22980@DervishD> <1031109212136.ZM14473@candle.brasslantern.com> <20031110102410.GA15979@fargo> 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:24am, David wrote: } } On Nov 09 at 09:21:36, Bart Schaefer wrote: } > [Hmm, I don't seem to have received the first message in this thread.] } } I won't be surprised that some messages are lost at the mail servers. Actually it appears that my mail client had a killfile-type filter on the iso-8859-15 character set, which I must have installed _years_ ago (as in, pre-1996) and forgotten about. } > Even though that module is normally linked to } > the base executable (rather than dynamically loaded), } } Are there more builtins with this behavior? There are lots of builtins that are supplied by modules,but zsh/rlimits appears to be the only module documented as if it's always builtin. So, "limit" and "unlimit" are also affected. Incidentally, in reference to the original article on this thread, zsh does not have a bash emulation mode. It emulates plain "sh" (as in, the original Bourne shell from before the GNU project even existed), ksh, and (approximately) csh. It happens to treat "emulate bash" as "emulate sh" but that doesn't get you all that far.