From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-users-return-23730-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=-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 4514261b for ; Fri, 26 Oct 2018 16:42:27 +0000 (UTC) Received: (qmail 21599 invoked by alias); 26 Oct 2018 16:42:12 -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: 23730 Received: (qmail 20216 invoked by uid 1010); 26 Oct 2018 16:42:12 -0000 X-Qmail-Scanner-Diagnostics: from mail-ot1-f44.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.210.44):SA:0(-1.9/5.0):. Processed in 3.360519 secs); 26 Oct 2018 16:42:12 -0000 X-Envelope-From: sgniazdowski@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:from:date:message-id:subject:to; bh=vurUhCKkX1ZjyI/6Zxbheq5RmOwLSiC8b+BAoxMsgEM=; b=YI8XgBdgYTXfeS6Ck3ONyMfYenSl9EayTxhP7tkzKWcC6nHXbyZYZGrPN8q2mfgoeY GNHVDdBy/DMjjnbHQxxP4wuMarfDmu+S8qm0wuXIQeYZ8JsJJenBfe5Lth/n2idrEJy9 B62W1Jg/ph04hTUa6l2Y7suFHZLHpMjEHN8mBDwxbgaR6yaC1/hh5LAtuZv7XgJyORaw lQTfqv0S6rF2BANrTXOpjbj6OboVwVAcUZk2WSe54o+TntLitfKMsPW6uLfdzXGP+cfe qKcS17DDLnyBn37StuyW+MCUMOLZxTYkrpixG2AhOp6NQneL8avz0y0gpi/bY+7afhVn 6bNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=vurUhCKkX1ZjyI/6Zxbheq5RmOwLSiC8b+BAoxMsgEM=; b=hRoMZHUFW8M20uPFGKTG0C389Z76IFQtyppGPHa5lYWxQw12cQ/pJm/rTQqFpOfz3j CMCi3ukj/rvEY9ihgAbFMCQTvCRw+y3y9MHo1uS997KKUMnSKX3DqA0EE/+RVgoL8Llk jIU9m8vhPA+/6qalEp7/XL5QECoKsWsD0ZxnBtSVZo4qnQqzZllJuA0ftN4z1P3h0GQa aOpvde3BILrR91Prf0n3rtMlOGsB/zE1j1eSrbcAMIFX8joYT3XRl/AO3bK3q4SKdknH o/16thkDIiBsjarCvxqFtg3ho9L9G6qikYItMoMMzZn07TTY0wfjaj9H63J2R/RPU4Vq kRcg== X-Gm-Message-State: AGRZ1gL6eNSGNkVpKHVMiRl6pvE6bcUScHY7Rg3K0/io9D4qYHMnzHEy Fbe1zk7oMAvytVacFUyBl2XAdUZBZgXRYVYURk2VAN/p X-Google-Smtp-Source: AJdET5cH099/VJIGiOiDNHOva5rBFI/aJJO3DYoAvoSlNJnpvV8Ymn3oele3EFv/trPYMITyHz5UabHnq/EAofUpWnY= X-Received: by 2002:a9d:2f23:: with SMTP id h32mr2465944otb.268.1540572125447; Fri, 26 Oct 2018 09:42:05 -0700 (PDT) MIME-Version: 1.0 From: Sebastian Gniazdowski Date: Fri, 26 Oct 2018 18:41:53 +0200 Message-ID: Subject: F-Sy-H has attention to details that is worth noting To: Zsh Users Content-Type: text/plain; charset="UTF-8" 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