On Fri, Oct 03, 2014 at 10:40:05AM +0300, Emanuele Giaquinta wrote:
> On Fri, Oct 03, 2014 at 12:59:26AM +0200, Alexander Huemer wrote:
> > Hi.
> > 
> > On Thu, Oct 02, 2014 at 03:54:34PM -0700, Edward Z. Yang wrote:
> > > Steps to reproduce:
> > > 1. Enable matcher in URxvt*perl-ext-common
> > > 2. Open a new terminal
> > > 3. cat a file with a very long line.  This one is good enough:
> > > http://code.metager.de/source/xref/facebook/arcanist/src/lint/linter/__tests__/xml/youtube.lint-test
> > > 
> > > Expected result: it prints
> > > Actual result: the terminal takes a long time to show the output, and if
> > > you C-c it it wedges entirely
> > > 
> > > Thought I would let people know. URL matching is pretty useful so I
> > > might go and see if I can gin up a fix.
> > 
> > url-select from [1] works as expected for me except when '[' or ']' are 
> > in a URL.
> > That script has the benefit that it lets you open URLs with the keyboard 
> > alone, which is great.
> 
> FYI, I added keyboard navigation to matcher in urxvt cvs. The difference
> in speed is strange, because url-select's code to underline urls is
> identical to matcher's. I'll look into it.

Indeed, the only difference is that in url-select underlining is
optional and off by default. If you add the resource

URxvt.url-select.underline: true

you get the same issue with url-select.

Emanuele

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to