From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-users-return-23732-ml=inbox.vuxu.org@zsh.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,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 96d825ae for ; Fri, 26 Oct 2018 19:35:01 +0000 (UTC) Received: (qmail 11697 invoked by alias); 26 Oct 2018 19:34:49 -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: 23732 Received: (qmail 29783 invoked by uid 1010); 26 Oct 2018 19:34:49 -0000 X-Qmail-Scanner-Diagnostics: from mail-wm1-f41.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.128.41):SA:0(-1.9/5.0):. Processed in 2.703485 secs); 26 Oct 2018 19:34:49 -0000 X-Envelope-From: robobenklein@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=DmaiCFxH3eEWpCIIGDc/aEmEc8WGY0JgFgFFbTFIZvY=; b=SETH5DxBxDdyVqbbJwDk1BNfJlLDhB+cMvEasBGYoBfDkOT5l+oNMB20LvKxWhOuDp u0fT5vCp4Ir/bqHELB672D/uLmY3HZPLvgvjsC5RVQ6Q+iAAAsNTgUJHpdW1wMoZmjVp +ivBz0qN4uLIGpOTNxiXdnR2fOOU3cBqNvNNsubLGAP0pmSiykv4phVEGFA4pNXJm1fS Gsz8jodHQGBV7kmyZmhpCrJC+tPimcwEg+q5jUdoFmSbmZX3qIOVak44wflQD7z9Pk1J yjQZiE8rW3DdMN9+3MpHVHRek25ryMYlEw1WxDQot4fRcgYtWp9zu5qubLxEJ5/RW7Fj 92mA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=DmaiCFxH3eEWpCIIGDc/aEmEc8WGY0JgFgFFbTFIZvY=; b=RqkPx13AZGh89QgDg8u5ZOfJeNR2W53uDx23ukHdoWjjvD8nGlWrp+rCrzVBmmXVQv xjwXXDy3JwqPA2vDnAnOLVcwclpZibWIlmOy5E7I1LHVfM4VRgCU5ko2VLMtc7zs+5ue orCCyIZeWQztAXLIY7hoX1YL0qIZlvOPo8iOdvJEyAzGIRD4+05c7uefQGDlUilrXUKd 03ZglvGWuLNKXhBTKq8x6AdR7Q+RuRcxV2BLup9aYo4GUzO/T8oBd4r7g1Lf1O73DJFm XqxxYZHuG5zIh4Ex0OWNnPeLxD2sfbZmU3J5zrXCRcFg8z4P8F1Us6pytgfEqW30DrBO UmhQ== X-Gm-Message-State: AGRZ1gKOwfKBeW1c43MZIoGgEPQreC4EayeKK8V2h35GJg9aZbMNRkiC kBJ3DYhHAVAdtf6rqKsBXt2PPRXjrf7czr7usnA= X-Google-Smtp-Source: AJdET5cfq/bNRwGB3cY/Rn4IIO7jNjozyHhdPGeRdLX9CiR27knZTlZCqD+78fJSrE8St7psRgM3fj5A1WFg3Xx/540= X-Received: by 2002:a1c:1183:: with SMTP id 125-v6mr6662324wmr.103.1540582482840; Fri, 26 Oct 2018 12:34:42 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ben Klein Date: Fri, 26 Oct 2018 15:34:30 -0400 Message-ID: Subject: Re: F-Sy-H has attention to details that is worth noting To: Sebastian Gniazdowski Cc: Zsh Users Content-Type: multipart/alternative; boundary="000000000000a3210a057926cf5e" --000000000000a3210a057926cf5e Content-Type: text/plain; charset="UTF-8" This feature was probably the most useful ZSH UX I had while developing P10K, since every promt function / segment was an autoload. Doubt I would have had time to get the prototype working in less than a week without it. Duly grateful! On Fri, Oct 26, 2018 at 12:42 PM Sebastian Gniazdowski < sgniazdowski@gmail.com> wrote: > Hello! > I guess that many people from the mailing-lists use autoload mechanism > quite often from the command line. I want to share that > Fast-Syntax-Highlighting can much help such command-line use: > https://asciinema.org/a/208681 > > Shortly: > - Values of fpath/FPATH are predicted before executing their assignments. > > - Definition of new function is detected before executing it. > > - Successful autoload execution is also predicted before the > scheduling of the command-line to the execution. > > -- > Sebastian Gniazdowski > News: https://twitter.com/ZdharmaI > IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin > Blog: http://zdharma.org > -- *\Ben Klein* Founder and Owner of Robosane, robobenklein@robosane.net You can find me elsewhere online as 'robobenklein'. If you need to contact me securely, I am also reachable via GPG, or on Keybase. --000000000000a3210a057926cf5e--