Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: State of the ZLE region across new prompts
- X-seq: zsh-workers 38847
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: State of the ZLE region across new prompts
- Date: Wed, 13 Jul 2016 09:38:19 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=JnI85gU6YQeNUNPXgYWoWQofjPEjOaI6yGnRM+D46Hs=; b=ijjxxhoCWT3tcQyftG2cMyHTEifm/aPvq8LTX7TmyJHzQ0YFYYE6YGkDcnCKIMqKn5 VLBs6jl65Bag+CWPQlIF7eZVa/CMUZuOZKdbBhUR5YliRPb1htJmHbstIJJQqm5hGNNz 7XfMxcPxZUR19hOqfz8if5+MiOJNsyuJ53VR7xayn+DJogH1Ka6aJNYRnciWECo4or6P N66eF5V++02MGuHlF2vTuNIv2PlA28WYlC1IGH34RkFi6I82dwtYhM5SkjoK8NV7O8Pz menkCuPQOmBCNnjBVW8ElVGbh7/dsgQ5HXlek56+c0NiphqoUonJItx4YCFntnoCI2BL RFzw==
- In-reply-to: <53283.1468404826@hydra.kiddle.eu>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <160711212814.ZM15416@torch.brasslantern.com> <53283.1468404826@hydra.kiddle.eu>
On Jul 13, 12:13pm, Oliver Kiddle wrote:
}
} Yes, the region is remaining active. We reset it before calling
} zle-line-finish. The patch below instead resets it on entry, before
} zle-line-init.
Peter seemed to think it might be necessary to reset it in both places?
But I guess it would be useful if zle-line-finish sees the final state
of the region.
} How about the following rewording? I don't think it is the right place
} in the documentation to enumerate all the ways in which the region can
} be activated and deactivated
Seems fine to me.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author