On Tue, Apr 02, 2019 at 01:12:48PM +0300, Lauri Tirkkonen wrote:
> Hey,
>
> On Fri, Mar 15 2019 20:41:37 +0100, git_AT_suckless.org wrote:
> > commit 21367a040f056f6a207fafa066bd1cb2d9cae586
> > Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
> > AuthorDate: Fri Mar 15 20:40:16 2019 +0100
> > Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
> > CommitDate: Fri Mar 15 20:40:16 2019 +0100
> >
> > revert part of commit add0211522737b79dad990ccd65c8af63b5cc1dd
> >
> > "use iswspace()/iswpunct() to find word delimiters
> >
> > this inverts the configuration logic: you no longer provide a list of
> > delimiters -- all space and punctuation characters are considered
> > delimiters, unless listed in extrawordchars."
> >
> > Feedback from IRC and personal preference.
>
> sorry for reacting so late to this, but could you share what the
> feedback/personal preference was? I do understand this was a bit
> controversial of a change and thus understand the revert, but I kind of
> expected only the iswpunct() part to be controversial, since considering
> all space chars delimiters using iswspace() would have kind of kept the
> spirit of the original config default.
>
> --
> Lauri Tirkkonen | lotheac _AT_ IRCnet
It changed the default selection behaviour too much. It is just a preference,
no biggie.
--
Kind regards,
Hiltjo
Received on Tue Apr 02 2019 - 17:28:26 CEST