On Fri, Oct 03, 2014 at 09:51:49AM +0200, Alexander Huemer wrote: > 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. > > Oh, that's nice to hear. > Are you going to integrate more parts of the functionality of the > urxvt-perls?
We also added the functionality provided by 'clipboard'. The 'clipboard.autocopy' feature is implemented in the selection-to-clipboard extension, available since 9.19, while support for bindings keys to clipboard copy/paste (and other common actions) is implemented in the 'eval' extension, available in cvs only. Emanuele _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
