Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Two questions about Zle
- X-seq: zsh-workers 19084
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh <zsh-workers@xxxxxxxxxx>
- Subject: Re: Two questions about Zle
- Date: Mon, 15 Sep 2003 18:46:11 +0000
- In-reply-to: <20030915164057.GA692@DervishD>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20030915164057.GA692@DervishD>
On Sep 15, 6:40pm, DervishD wrote:
}
} The question is: has Zle any standard tags too for configuring it?
No. All zstyles are interpreted by shell functions, so only those
widgets that are implemented as shell functions are configurable in
this way. The builtin widgets are only affected by setopts, if by
anything.
} Is there any future plan of making Zle a library so the poor
} readline-damaged software out there has a good and really powerful
} editor?
This is practically a FAQ. No, there is no such plan; the operation of
zle does depend on zsh internals that cannot be externalized.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author