From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 54a52038 for ; Fri, 25 Oct 2019 18:54:01 +0000 (UTC) Received: (qmail 23057 invoked by alias); 25 Oct 2019 18:53:53 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24385 Received: (qmail 13224 invoked by uid 1010); 25 Oct 2019 18:53:53 -0000 X-Qmail-Scanner-Diagnostics: from mail1.protonmail.ch by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.0/25608. spamassassin: 3.4.2. Clear:RC:0(185.70.40.18):SA:0(-2.7/5.0):. Processed in 2.543017 secs); 25 Oct 2019 18:53:53 -0000 X-Envelope-From: rene.wilhelm@protonmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.protonmail.ch designates 185.70.40.18 as permitted sender) Date: Fri, 25 Oct 2019 18:53:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=default; t=1572029590; bh=0dmz5mVoTz/5KjeOGWiPANmAcWrP9CZ8OxpgdmoJTCY=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References: Feedback-ID:From; b=YyYS/vl2qUN0GKSAkAl8aILWgGo6S5Nqo5i0OkbKZRBlcMPl1TYyJbqX2FN6gpOVd QG3+350vfz7ZetNYP/3czl+bT4U0zO2zYJq7eLbm/JAAuZY3ipnET3mQe9n5IUtWUt mmzMHdWS42B5VjeQ36SDaEBLcB459U262Uxwy+1c= To: Sebastian Gniazdowski From: =?UTF-8?Q?Ren=C3=A9_Wilhelm?= Cc: Zsh Users Reply-To: =?UTF-8?Q?Ren=C3=A9_Wilhelm?= Subject: Re: Updates to the Plugin Standard Message-ID: In-Reply-To: References: Feedback-ID: S8a4yJNqlIM3m-e4mjLUVfsHq03QmixgNO3uQFOOkAshEpSXzeEYwAoQJjpjTP6Pzy4tgZQ3BRIDpxya8IDzgQ==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable So much work and thought. Thank you Sebastian. =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Friday, October 25, 2019 8:21 PM, Sebastian Gniazdowski wrote: > Hello, > I'm doing the ongoing effort to create the definition of a Zsh plugin. > It's available here: > > http://zdharma.org/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html > > The document received several updates, namely: > > 1. Five "Best Practices" sections describing the recommended > programming practices when programming a plugin. It might be > interesting to read them. > > 2. Two sections on two new proposed plugin mechanisms, namely the > @zsh-plugin-run-on-{update,unload} calls. > > The history of updates to the document is available in the Appendix: > > http://zdharma.org/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html#appe= ndix > > -- > Sebastian Gniazdowski > News: https://twitter.com/ZdharmaI > IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin > Blog: http://zdharma.org >