From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14580 invoked from network); 9 Oct 2003 16:41:25 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 9 Oct 2003 16:41:25 -0000 Received: (qmail 23438 invoked by alias); 9 Oct 2003 16:41:18 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19177 Received: (qmail 23394 invoked from network); 9 Oct 2003 16:41:17 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 9 Oct 2003 16:41:17 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.3.58.249] by sunsite.dk (MessageWall 1.0.8) with SMTP; 9 Oct 2003 16:41:16 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h99GfFw10440 for zsh-workers@sunsite.dk; Thu, 9 Oct 2003 09:41:15 -0700 From: Bart Schaefer Message-Id: <1031009164115.ZM10439@candle.brasslantern.com> Date: Thu, 9 Oct 2003 16:41:15 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Misc. zmodload and keymap stuff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii "bindkey -M newkeymap nonexistent" gives the error message bindkey: no such keymap `newkeymap' when in fact it's the nonexistent keymap that is the problem. It'd be nice if there were an option to zmodload to have it report what builtins/mathfuncs/keymaps/etc. are defined by a given module (only after the module is loaded). There's no documentation for the zsh/datetime module? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net