I'm confused about the " comment, I thought the leading and lagging quotes tell urxvt to parse it as a string, and \" is the quote delimiter I'm using inside, is that not how it works?
1. I am using .Xdefaults, and the following command to reload them (after which I restart the terminal, I have tested with ascii cutchars, and they get picked up): xrdb -load ~/.Xdefaults 2. I copy-pasted the bar from tmux directly, and copy-pasted it again into the browser, it appears the same in my terminal and here. I guess I can't be sure if the clipboard preserved it, but wouldn't you then have the same issue using these cutchars if you copied my string? 3. Do you mean like with the example in #5? It selects past the unicode character for me, so double-clicking bar in this: "foo#bar☂baz#" selects bar☂baz, but nothing else since # delimiter gets interpreted correctly (likewise with the tmux bar) 4. Yep, my extensions are as follows: URxvt.perl-ext-common: matcher,vtwheel,fullscreen 5. that selects abc│def with double-click and the whole line with triple-click 6. Wouldn't I always have the entire line selected in this case? In case this is a version issue, I should also mention that I'm using rxvt-unicode with 256-color patch from Ubuntu 13.04 (via Mint) repo (rxvt-unicode-256color verison 9.15-2): rxvt-unicode (urxvt) v9.15 - released: 2012-01-21 options: perl,xft,styles,combining,blink,iso14755,unicode3,encodings=eu+vn+jp+jp-ext+kr+zh+zh-ext,fade,transparent,tint,pixbuf,XIM,frills,selectionscrolling,wheel,slipwheel,smart-resize,cursorBlink,pointerBlank,scrollbars=plain+rxvt+NeXT+xterm On Tue, Feb 25, 2014 at 3:50 PM, Marc Lehmann <[email protected]> wrote: > On Tue, Feb 25, 2014 at 09:27:33AM -0500, Alexander Tsepkov < > [email protected]> wrote: > > URxvt.cutchars: "()*,;<>[]{}|`\"'#│☂" > > First of all, specifying, the " are not delimiters, and are parsed as is, > but that is not your problem. > > Here is a checklist for you: > > 1. Are you sure your resources are loaded into the x-server (or if you use > .Xdefaults, that none are loaded?) > 2. Are you sure the character is indeed utf-8-encoded? > 3. Are you sure it really matches > 4. Did you disable the seletion extension (which is required for this to > work)? > 5. Maybe you run into another selection mode (try with " abc│def " > for example)? > 6. maybe your mouse generates spurious clicks (3 or more)? > > I verified that your cutchars specification works as expected here (with > your cutchars, │ is not double-click-selected). > > -- > The choice of a Deliantra, the free code+content > MORPG > -----==- _GNU_ http://www.deliantra.net > ----==-- _ generation > ---==---(_)__ __ ____ __ Marc Lehmann > --==---/ / _ \/ // /\ \/ / [email protected] > -=====/_/_//_/\_,_/ /_/\_\ >
_______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
