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.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, 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 9ffd8d71 for ; Fri, 10 Jan 2020 18:15:28 +0000 (UTC) Received: (qmail 299 invoked by alias); 10 Jan 2020 18:15:22 -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: 24637 Received: (qmail 26806 invoked by uid 1010); 10 Jan 2020 18:15:22 -0000 X-Qmail-Scanner-Diagnostics: from mail-il1-f179.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25684. spamassassin: 3.4.2. Clear:RC:0(209.85.166.179):SA:0(-2.0/5.0):. Processed in 1.757211 secs); 10 Jan 2020 18:15:22 -0000 X-Envelope-From: roman.perepelitsa@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.166.179 as permitted sender) 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=h7WmAIWCnnIC/UJopFAkMWAJtBPSYbq3trr5dkd6hC8=; b=APs/VUkIqWU/nctlaHNOJAFGc2ltl31eyKjAM7VwmJud5c41FC7Zy7QHTOekvBsLyO 7qzGsaTrjtRWWflMkm5Rz6FayGiRGne9hqWDXu1wxfUCUYxwlV1fILEvOSZpcoGLBoLs 7LLVQBAGmHNkKV1YA7C2bTmAPDMOSkNsY7GEYUevEDHzTrLG6wh4i1mJIgsVRZXpPe4t WRIKNlwau5BYzI2wwUkCp9d1AZU6/ms74PsWlIh2CrOtlsSa+nP87zeKJ/IfjKH2ZAoq k1TKI+j25t2n3YY3x24GVrMV6jLiQ+Xgp0xN6fKv3dmlt/AeyWQIFa7JZWhOpmw/+tFJ GSMQ== X-Gm-Message-State: APjAAAW+o0PuZfNUh0CY3bLhueLevXIepdWKYQNuKMzt9hbiH/5h3YjT T9xnNObzcGOIwGiLWjQ9rUJD9rvmU/3D2UX6KCw= X-Google-Smtp-Source: APXvYqxC/YaTkjV6YVmZHgJEVOSqneQ0sz/eNcEqiWp4Ii8SEHD9dCa+9IDSG9g+c6LG+WkzlB4TrI6bX1pV6SOBtjI= X-Received: by 2002:a92:da44:: with SMTP id p4mr3926269ilq.168.1578680087831; Fri, 10 Jan 2020 10:14:47 -0800 (PST) MIME-Version: 1.0 References: <1578477603.6726.5.camel@samsung.com> <3e056cff-f690-f416-d8b6-89059c64187a@gmail.com> <20200110170639.uvdidtgwswjqanhh@tarpaulin.shahaf.local2> In-Reply-To: From: Roman Perepelitsa Date: Fri, 10 Jan 2020 19:14:36 +0100 Message-ID: Subject: Re: z-sy-h and z-asug: zle-line-pre-redraw, POSTDISPLAY, coexistence (was: Re: emulate bash key bindings) To: Daniel Shahaf Cc: Zsh Users , ericdfreese@gmail.com Content-Type: text/plain; charset="UTF-8" On Fri, Jan 10, 2020 at 7:09 PM Daniel Shahaf wrote: > It does make sense. Nothing in z-sy-h highlights $POSTDISPLAY, so z-sy-h > should coexist with plugins that do. The catch is that making the > change will make it difficult to write a z-sy-h highlighter that handles > PREDISPLAY and/or POSTDISPLAY, should anyone ever want to do that. > (But if I have to choose between support for hypothetical future highlighters > and interoperability with z-asug today, I'll choose the latter.) I'm sure users would love this. It's nice when staple plugins just work. > Might you be interested in writing a PR? I'm afraid I'm terribly over-committed :-/ I'm trying to finish a couple of large features for p10k (which incidentally includes writing a zsh parser in zsh) and I still have that italic support patch for zsh in half finished state. Roman.