cutchars don't seem to support unicode

Marc Lehmann schmorp at schmorp.de
Tue Feb 25 21:50:44 CET 2014


On Tue, Feb 25, 2014 at 09:27:33AM -0500, Alexander Tsepkov <atsepkov at gmail.com> 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
      --==---/ / _ \/ // /\ \/ /      schmorp at schmorp.de
      -=====/_/_//_/\_,_/ /_/\_\




More information about the rxvt-unicode mailing list