From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16323 invoked from network); 19 Jul 2001 16:20:00 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Jul 2001 16:20:00 -0000 Received: (qmail 2292 invoked by alias); 19 Jul 2001 16:19:54 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15423 Received: (qmail 2278 invoked from network); 19 Jul 2001 16:19:53 -0000 From: "Bart Schaefer" Message-Id: <1010719160738.ZM4348@candle.brasslantern.com> Date: Thu, 19 Jul 2001 16:07:38 +0000 In-Reply-To: <001c01c1105f$c20835a0$21c9ca95@mow.siemens.ru> Comments: In reply to "Andrej Borsenkow" "RE: A couple of problems with version 4.0.2" (Jul 19, 6:33pm) References: <001c01c1105f$c20835a0$21c9ca95@mow.siemens.ru> X-Mailer: Z-Mail (5.0.0 30July97) To: , =?iso-8859-1?Q?Ra=FAl_N=FA=F1ez_de_Arenas_Co?= =?iso-8859-1?Q?ronado?= Subject: Re: A couple of problems with version 4.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jul 19, 6:33pm, Andrej Borsenkow wrote: } Subject: RE: A couple of problems with version 4.0.2 } } > The last is just a suggestion: I want to use zsh instead of ash } > in a special linux bootdisk we have at work, but the maintainer of } > that disk has said to me that the editing keybindings in zsh cannot } > be removed and that they occupy a lot. } } Strictly speaking, they are autoloaded if zsh runs interactive. But if } corresponding modules do not exist, zsh will run without. What I do not } like is error message: } } bor@itsrm2% zsh -f } zsh: failed to load module: zsh/zle If you compile zsh without the zle module, rather than compiling it with and then removing the dynamic library, you don't get any complaint. } I do not know if it possible to put zsh on a floppy. On my system (not a } ix86 and with debugging): } } bor@itsrm2% size =zsh } /tools/bin/zsh: 796300 + 58864 + 2525272 = 3380436 A static link, with ONLY the zsh/main module, stripped but compiled with -g (so non-optimized code): text data bss dec hex filename 448879 12576 66808 528263 80f87 Src/zsh That's still about 1/3 of the available space on a floppy. -- 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