Re: can't match unicode chars?

2018-07-31 Thread Patrick R. Michaud
On Tue, Jul 31, 2018 at 09:28:08PM +0200, Marc Chantreux wrote: > @*ARGS.map: { > gather { > my @lines; > for .IO.lines -> $l { >if /'›'/ { >@lines and take @lines; >@lines = $l; >} >else { >@lin

Re: can't match unicode chars?

2018-07-31 Thread Todd Chester
On 07/31/2018 12:28 PM, Marc Chantreux wrote: hello people, given the slides of my talk in the slides.vim format (https://github.com/eiro/slides.vim), i want some of them to be shown one bullet a slide. so when i have this input: › Renater et le libre  Sympa  FileSe

can't match unicode chars?

2018-07-31 Thread Marc Chantreux
hello people, given the slides of my talk in the slides.vim format (https://github.com/eiro/slides.vim), i want some of them to be shown one bullet a slide. so when i have this input: › Renater et le libre  Sympa  FileSender the desired output is: › Renater et le libr

Re: What does ^methods really tell you?

2018-07-31 Thread Joseph Brenner
Thanks much-- so there's an explicit cut-off at the (Cool)/(Any) level... It seems peculiar that there's often a lot of duplicates in the list, including mysterious entries like "Method+{is-nodal}.new". On Mon, Jul 30, 2018 at 11:01 PM, Siavash wrote: > > "Returns a list of public methods avai