zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-workers@sunsite.dk
Subject: Re: Something changed about zsh linkage?
Date: Wed, 3 Sep 2008 11:35:06 +0100	[thread overview]
Message-ID: <20080903113506.71d7eeef@news01> (raw)
In-Reply-To: <20080825175256.40c1879a@pws-pc>

On Mon, 25 Aug 2008 17:52:56 +0100
Peter Stephenson <p.w.stephenson@ntlworld.com> wrote:
> On Sun, 24 Aug 2008 13:58:58 -0700
> Bart Schaefer <schaefer@brasslantern.com> wrote:
> > For years now I've been building zsh and running it from the source tree
> > for testing.  I'm used to this meaning that some modules are not loadable
> > when I run "Src/zsh -f" (because the modules haven't been installed yet).
> > 
> > Recently, however, I've started getting an error I never did before --
> > 
> > schaefer[602] Src/zsh -o noglobalrcs -f
> > zsh: failed to load module `zsh/zle': /usr/local/lib/zsh/4.3.6-dev-0/zsh/zle.so: cannot open shared object file: No such file or directory
> 
> I'm missing something, since if you start up a shell interactively it
> should try to load zle, shouldn't it?

I just tried this, and I get that message where I would expect to: it's
trying to load zle because it's got to inputline() and needs to load
zsh/zle to read the line since all the conditions for using zle are met:
the shell is interactive, shell input is from standard input, and zle
hasn't explicitly been turned off.

Could it just be the error message is new?  I haven't deliberately changed
that, but part of the aim of the zleentry() change was consistency, and
it's not obviously wrong to show a message the first time you try to load a
module and fail., else it may not be obvious why line editing doesn't work.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


  reply	other threads:[~2008-09-04 11:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-24 20:58 Bart Schaefer
2008-08-25 16:52 ` Peter Stephenson
2008-09-03 10:35   ` Peter Stephenson [this message]
2008-09-04 14:27     ` Bart Schaefer

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=20080903113506.71d7eeef@news01 \
    --to=pws@csr.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).