Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Using zle outside zsh
- X-seq: zsh-users 7909
- From: DervishD <disposable1@xxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Re: Using zle outside zsh
- Date: Mon, 23 Aug 2004 18:07:40 +0200
- In-reply-to: <20040823155951.GA24279@DervishD>
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Pleyades
- References: <20040823155951.GA24279@DervishD>
Hi all :)
My excuses for replying myself.
* DervishD <disposable1@xxxxxxxxxxxxxx> dixit:
> program < fifoin > fifoout 2> fifoerr
>
> and you configure zsh so it takes the command line (zle, full
> edition, etc.) and instead of running it, writes it to 'fifoin',
> while reads 'fifoout' and 'fifoerr' and dumps them on the screen.
If just 'preexec' could access BUFFER, writing the edited command
line could be written anywhere, but since BUFFER is only accessible
inside completion widgets, this should be done with a widget,
replacing 'accept-line' or something like that. Am I completely lost?
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author