Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: This widget implementation feels a bit clunky (edit-quoted-word)
- X-seq: zsh-workers 35547
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: This widget implementation feels a bit clunky (edit-quoted-word)
- Date: Sat, 20 Jun 2015 10:21:44 -0700
- In-reply-to: <CAHYJk3RYUhLuQEvGWLF5sdAK-g=MpiJwV0x-UrfQ35e3r4dHAg@mail.gmail.com>
- 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: <CAHYJk3RYUhLuQEvGWLF5sdAK-g=MpiJwV0x-UrfQ35e3r4dHAg@mail.gmail.com>
On Jun 20, 11:16am, Mikael Magnusson wrote:
}
} I feel like it's unnecessarily hard to get the resulting text from a
} narrow-to-region session.
Hmm. If you used "narrow-to-region -S state ..." then I think the
resulting text would be $BUFFER between the exit from recursive-edit
and the call to "narrow-to-region -R state" ?
Except that I'm having a little trouble with -S / -R. The value of
$MARK never seems to be correctly restored. Is it supposed to be?
} It would be nice if quote-region let you specify the type of quoting.
} Urk?
The difficulty there is that it's a widget so there's no direct way to
pass the type of quote. I suppose you could use $NUMERIC.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author