Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Added builtins per runtime



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