zsh-workers
 help / color / mirror / code / Atom feed
From: Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
To: zsh-workers@sunsite.auc.dk
Subject: Re: collist loading RE: Patch available for 3.0.6-pre-5
Date: Mon, 21 Jun 1999 12:48:53 +0200 (MET DST)	[thread overview]
Message-ID: <199906211048.MAA22289@beta.informatik.hu-berlin.de> (raw)
In-Reply-To: Sven Wischnowsky's message of Mon, 21 Jun 1999 11:49:18 +0200 (MET DST)


I wrote:

> Andrej Borsenkow wrote:
> 
> > zmodload -i collist
> > 
> > results in
> > 
> > /home/bor/.zshrc: failed to load module: collist [6]
> > bor@itsrm2:~%>
> > 
> > I suspect, it need zle ot comp1, that are not yet loaded at this point.
> 
> They should be loaded automatically. Is your module path set up
> correctly at the time?

I forgot to diff xmods.conf. Sorry.

This also fixes a buglet in collist when saying `no' to `do you wish...'.

Bye
 Sven

diff -u -r oos/Zle/collist.c Src/Zle/collist.c
--- oos/Zle/collist.c	Mon Jun 21 12:46:02 1999
+++ Src/Zle/collist.c	Mon Jun 21 12:46:08 1999
@@ -390,6 +390,7 @@
 		tcmultout(TCUP, TCMULTUP, nlnct);
 	    } else
 		putc('\n', shout);
+	    return 0;
 	}
 	if (clearflag) {
 	    putc('\r', shout);
diff -u -r oos/xmods.conf Src/xmods.conf
--- oos/xmods.conf	Mon Jun 21 12:46:39 1999
+++ Src/xmods.conf	Mon Jun 21 12:42:29 1999
@@ -3,3 +3,4 @@
 zle
 compctl
 sched
+collist

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


             reply	other threads:[~1999-06-21 10:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-21 10:48 Sven Wischnowsky [this message]
1999-06-21 13:03 ` Andrej Borsenkow
1999-06-22 16:37 ` Andrej Borsenkow
  -- strict thread matches above, loose matches on Subject: below --
1999-06-21  9:49 Sven Wischnowsky
1999-06-21  9:54 ` Andrej Borsenkow
1999-06-21  9:05 Sven Wischnowsky
1999-06-21  9:44 ` collist loading " Andrej Borsenkow

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=199906211048.MAA22289@beta.informatik.hu-berlin.de \
    --to=wischnow@informatik.hu-berlin.de \
    --cc=zsh-workers@sunsite.auc.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).