Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Identify "active" region?
- X-seq: zsh-workers 24910
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Identify "active" region?
- Date: Sun, 4 May 2008 14:35:43 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=kdpKu8le7W7obmKex4r6EMPOCXGfN3UfAWu7Sqdh3MI=; b=jHYwomvj/Z+BvuVzBrNey7rCO8I/qjhGBGXWy7//FEx2FTPOtoOmNP/0SQZBlvKWy+OiePUEzW9+Oditv8PqRagcGvNDs1LoMOEnmFrDY9gh4JVGVQvdrXtEeK4OjPVHOyPMYkjOAiFj1V68cIyruIK3Z14VzAfvofUsBmGwoM8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Pfoy6Hcy7w8bfl6GxcEzveMtdDf1pYyaxMzCPt46QX/wd7mRK4ZuFkeBkbEffxsglN/uVAgBRxjVUUQdtAjnlsWSe5dXiYFr3qH2XT3DuPYff9lbH5Y1GxO9rbE2n9o18F3XGNc0/7hsVYY6gwCkbsleV4EqVJFKySQbCqUBHtY=
- In-reply-to: <237967ef0805040533x699fcf37p2ea24d2abe38d3df@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <080503175219.ZM11801@xxxxxxxxxxxxxxxxxxxxxx> <20080504132102.076669ed@pws-pc> <237967ef0805040533x699fcf37p2ea24d2abe38d3df@xxxxxxxxxxxxxx>
2008/5/4 Mikael Magnusson <mikachu@xxxxxxxxx>:
> 2008/5/4 Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>:
> > No, that's worth adding. I'll do it if no one gets to it first. It
> > should be trivial: a new ZLE variable tied into the integer controlling
> > this. There's no reason it shouldn't be writable, either.
>
> This seems to do the trick:
> + { "REGION", PM_INTEGER, GSU(region_gsu), NULL},
I realize two things just after hitting send, 1) the variable should
probably be called something like REGIONACTIVE, and 2) I didn't write
any documentation for it.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author