zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Meino Christian Cramer <Meino.Cramer@gmx.de>, zsh-users@sunsite.dk
Subject: Re: Aaaaargggghhh... :)
Date: Fri, 29 Apr 2005 03:27:26 +0000	[thread overview]
Message-ID: <1050429032726.ZM32212@candle.brasslantern.com> (raw)
In-Reply-To: <20050428.203557.41646998.Meino.Cramer@gmx.de>

On Apr 28,  8:35pm, Meino Christian Cramer wrote:
> 
>  am I totally .... ?

The whole keeper function suite is in the development version of zsh,
available from CVS on sourceforge:  Functions/Zle/keeper

You need at least zsh-4.2.2 to run that edition of the suite, as it
has been updated to use the "always" syntax.

>    No such widget `_expand-kept-result'
>  or 
>    No such widget `_expand-kept-result

(I presume one of those is supposed to mention "insert".)

>  What is the bug in my implementation of that keeper funtionality?

You're missing a couple of "zle -C" commands; go back and look at the
article again.  There should be a total of three "zle -C" commands in
the final script, but you've only included one of them.

Also ...

>  Here is my script:
> 
> function keep {
[...]
> }
> # ......................................................................
> alias keep='noglob keep'
> #......................................................................
> function keep {
[...]
> }

You don't need to define the "keep" function twice.


  reply	other threads:[~2005-04-29  3:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-28 18:35 Meino Christian Cramer
2005-04-29  3:27 ` Bart Schaefer [this message]
2005-04-29  3:36   ` Meino Christian Cramer
2005-04-29  3:37   ` Meino Christian Cramer

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=1050429032726.ZM32212@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=Meino.Cramer@gmx.de \
    --cc=zsh-users@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).