Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Added builtins per runtime
- X-seq: zsh-workers 27938
- From: Christoph Kappel <unexist@xxxxxxxxxxxxx>
- To: <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Added builtins per runtime
- Date: Sat, 01 May 2010 22:17:31 +0200
- Cc: <zsh-workers@xxxxxxx>
- In-reply-to: <o2y691a5d911005011258pfb4c688ar75e1953c01a5045@xxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <12854b73c24.-5662614641985446414.-6364714751911043221@xxxxxxxxxxxxx> <o2y691a5d911005011258pfb4c688ar75e1953c01a5045@xxxxxxxxxxxxxx>
I did, but this doc isn't really helpful - it's just talking about abstracts without further
explaining what this are. The example.c only defines the builtins on start and never
changes them.
I want to add new ones per runtime.I am currently trying to maintain a second list
and call addbuiltin() when I need to add one.
Wbr
Christoph
---- On Sat, 01 May 2010 21:58:03 +0200 Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote ----
>On Sat, May 1, 2010 at 9:33 AM, Christoph Kappel <unexist@xxxxxxxxxxxxx> wrote:
>>
>> I am new to zsh module devel and would like to know if I can add builtins per runtime in a module?
>
>Yes, of course.
>
>Look at Etc/zsh-development-guide, there's an entire section on Modules.
>
>Also look at Src/Modules/example.* for code samples.
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author