Hi!

On Sun, Dec 15, 2013 at 05:47:34PM +0100, Zsbán Ambrus wrote:
> On 12/15/13, Zsbán Ambrus <[email protected]> wrote:
> > In an urxvt window, you can hold down control+shift and mouse click on
> > a character in the terminal window to make urxvt tell what character
> > is displayed there and in what font.
> 
> Oh, and for reference, this feature is called ISO 14755 support.

Thanks a lot! In Gentoo it's optional feature so I have to rebuild urxvt
with USE=iso14755. Also my default key to change keyboard layout is
Ctrl+Shift, thus it prevent urxvt (and all other apps) to handle any
Ctrl+Shift+something kombo, so I had to temporary change it to Alt+Shift:
    setxkbmap -option "grp:alt_shift_toggle"

Now this feature works, and here is results:

Correct (vim with "set noesckeys"):
---cut---
col 0 row 0 @0
    2713 = ✓
003c1206 = fg 9 bg 6 careful
Bitstream Vera Sans 
Mono:slant=0:weight=200:pixelsize=32:antialias=False:autohint=True:minspace=Tr

col 1 row 0 @0
    2714 = ✔
003c1206 = fg 9 bg 6 careful
Bitstream Vera Sans 
Mono:slant=0:weight=200:pixelsize=32:antialias=False:autohint=True:minspace=Tr
---cut---

Incorrect (vim with default config):
---cut---
col 0 row 0 @0
    2713 = ✓
003c1206 = fg 9 bg 6 careful
:slant=0:weight=200:pixelsize=32:antialias=False:autohint=True:minspace=True:lang=ja

col 1 row 0 @0
    2714 = ✔
003c1206 = fg 9 bg 6 careful
Bitstream Vera Sans 
Mono:slant=0:weight=200:pixelsize=32:antialias=False:autohint=True:minspace=Tr
---cut---

So, looks like in second case urxvt somehow lose font family. And I'm not
sure about value of "lang=" in other cases (it doesn't fit in urxvt
window), but "lang=ja" looks just plain wrong for me, there is no "ja"
locale support on my system at all.

Appending ",xft:Bitstream Vera Sans Mono" to my "URxvt*font:" fixed this issue.
Thanks!

-- 
                        WBR, Alex.

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

Reply via email to