Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Special _tags:comptags:67: no tags registered
- X-seq: zsh-users 21983
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Special _tags:comptags:67: no tags registered
- Date: Wed, 28 Sep 2016 22:03:17 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=sz6T+gk/otnA8Lr2YK5TgxrKM5pYd3V2wB/U63n+M4o=; b=nfgq/+A3c63O//CuKi5Q9B0qMnCzRRflMHWh9gSlaAzas5mCUNNRHhPIk5i4DJJww8 1uv7/SFdDrH9tlKwErqbx8FPYDsYhG9//XS8c3PF701c29uJbYOiiGC4fr8JIqP+vKKy m22kW0JAM+fCeso6VVuUwOEX6BSTAj4DoEAtfMhB55gfzyvYAU1UcuWyrw178ke5hfWD Q6PN6qnn82uI7YSXDP1t4LPuKPrEOiQoCQv3K/8SC3a0Kx6WeyNf6qWEXkG02CkHmesk 1xJSj3YzsNxErfz+3SrYHG+Fn3dGg4mGwVcKG21R1cThqWygPP1+JlN5Naz4Vpk6Wcqj OERw==
- In-reply-to: <CAKc7PVC4kdny5=NqgFaMg=uoQ3evZo6x6p4gX3LLcZ+h_Hg_Qg@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVDw8JkY-f+4kUcPzj8Wg0EoEMOJsDmy9HVYnWFzYNu+9w@mail.gmail.com> <160927233915.ZM29612@torch.brasslantern.com> <CAKc7PVC4kdny5=NqgFaMg=uoQ3evZo6x6p4gX3LLcZ+h_Hg_Qg@mail.gmail.com>
On Sep 28, 9:05am, Sebastian Gniazdowski wrote:
}
} restoring functions is done via declare -f and it has flaws, thanks
} for the explanation it is needed to me to do this correctly! It seems
} that I'll be iterating over $functions, parsing first lines to detect
} autoload-stubs, then recreate the stubs via autoload call
Or you could use "zcompile -acm stubfile \*" and then read it in the
other shell with "autoload -w stubfile.zwc".
} There is apparently other minor flaw of not restoring
} emulations that stick to autoload functions
I believe that's true, yes -- though I haven't checked / don't recall
whether zcompile saves the sticky emulation.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author