Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.6.2-test-2
- X-seq: zsh-workers 43963
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: dana <dana@xxxxxxx>
- Subject: Re: zsh 4.6.2-test-2
- Date: Mon, 31 Dec 2018 16:19:18 +0100
- Cc: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>, Zsh workers <zsh-workers@xxxxxxx>
- 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=tHTjVSQDSpsAAHCQKPdwmZ4A5GpmbM3UQrB6azeVdyY=; b=eGkup0v1sp/w7vf96qiWZ1IJUBhsmq853FIMkx7uMikhsfw2TQzW+VkIWK3p1XJ0An gI7Kuhb9sgX7Hj3kxIQn8cZhXOJrczY+VmLQ0AQUhm9VEuPu4QaGeZ9+dULm0o/kCsTe FT/aD0EBiiLAdYKBoJ08TDZ8pAnVKMODbb/24CkrZurhUgBTHu2AmfUotaJ9Sl3t3ltb VAEPPojWHuLWGpm1ENZFl9ubOA8Ea0nS49Y7O3OFiUt/ZbvE04zJX0ZyJi161APxTlfX ILGzp6bd0y583JkuwzhUghCCoNZ9Ld3eEXYsw1byOoiBEXAhu0bbmt/I2YPfeHMuEwzO ICkQ==
- In-reply-to: <F05D7E53-3D15-4D9A-AE80-E4C323C08F7E@dana.is>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <d7b0451f90bdfe61f48cc1361690180e07158900.camel@ntlworld.com> <CAKc7PVDUjo8HAdwqgRAKcgQHOzThM+hYnjX+2FKzUZB+pfmC-Q@mail.gmail.com> <CAKc7PVB-agFUarJ=LqC2QNDFta1O5D_o4v-gt7LiobVDohNGVQ@mail.gmail.com> <06228a6975b91f7066d0046bf912dd69fa5993a2.camel@ntlworld.com> <F05D7E53-3D15-4D9A-AE80-E4C323C08F7E@dana.is>
On Mon, 31 Dec 2018 at 14:41, dana <dana@xxxxxxx> wrote:
>
> (I guess this should go to workers)
>
> This fixes it for me, but i'm not sure if it's the right thing...?
>
> dana
I confirm that there's such problem. I was using standard
module-utilizing test support of the Test sub-directory, and I've
missed that the zpty's Zsh needs to know about custom module_path. The
fix is good IMO.
>
> diff --git a/Test/X04zlehighlight.ztst b/Test/X04zlehighlight.ztst
> index 23ad14bd6..9f00b4697 100644
> --- a/Test/X04zlehighlight.ztst
> +++ b/Test/X04zlehighlight.ztst
> @@ -12,6 +12,7 @@
> export PS1= PS2=
> zpty -d
> zpty zsh "${(q)ZTST_testdir}/../Src/zsh -fiV +Z"
> + zpty -w zsh "module_path=( ${(@q-)module_path} \$module_path )"
> zpty -w zsh 'zle_highlight=( fg_start_code:"CDE|3" fg_end_code:"|" bg_start_code:"BCDE|4" bg_end_code:"|" )'
> }
> zpty_input() {
>
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author