zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: zsh-workers@sunsite.dk,
	"Raúl Núñez de Arenas Coronado" <dervishd@jazzfree.com>
Subject: Re: A couple of problems with version 4.0.2
Date: Thu, 19 Jul 2001 16:07:38 +0000	[thread overview]
Message-ID: <1010719160738.ZM4348@candle.brasslantern.com> (raw)
In-Reply-To: <001c01c1105f$c20835a0$21c9ca95@mow.siemens.ru>

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   


      reply	other threads:[~2001-07-19 16:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-19 13:28 Raúl Núñez de Arenas Coronado
2001-07-19 14:33 ` Andrej Borsenkow
2001-07-19 16:07   ` Bart Schaefer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1010719160738.ZM4348@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=dervishd@jazzfree.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).