Re: X Core Protocol Scheme

2015-12-13 Thread Michael Titke
On 12/12/2015 21:40, Michael Titke wrote: On 12/12/2015 19:26, Ilya Anfimov wrote: On Sat, Dec 12, 2015 at 06:31:55PM +0100, Michael Titke wrote: [skipped] [skipped] core protocol requests to receive those mappings for the current map in effect are ignored by the server. No. Tell that

setxkbmap search path

2015-12-13 Thread EatsKittens
By default, `setxkbmap` searches for. files within `/usr/share/X11/xkb`. Is there any way to make it in order search into `{$HOME/.local,/usr/local,/usr}/shareX11/xkb`. My current setxkbmap inside my `~/.xinitrc` looks like this: setxkbmap -compat custom -keycodes custom custom shift I would

Re: X Core Protocol Scheme

2015-12-13 Thread Ilya Anfimov
On Sun, Dec 13, 2015 at 10:19:59AM +0100, Michael Titke wrote: Good day! [skipped] > When we add the keymap events to the event mask of the window (bit-or > cw-keyboard cw-keymap) (BTW it's nice the core specifications containts Lisp > like hexidecimal numbers which allows for copy & paste: (def

Re: setxkbmap search path

2015-12-13 Thread Ilya Anfimov
On Sun, Dec 13, 2015 at 04:20:52PM +0100, EatsKittens wrote: Good day! >By default, `setxkbmap` searches for. files within >`/usr/share/X11/xkb`. Is there any way to make it in order search into >`{$HOME/.local,/usr/local,/usr}/shareX11/xkb`. >My current setxkbmap inside my `~/.xi

Re: [ANNOUNCE] libXfont2 2.0.0

2015-12-13 Thread Thomas Klausner
On Tue, Dec 08, 2015 at 08:48:03PM -0800, Keith Packard wrote: > Here's the first version of a new libXfont2 library; it's the same as > the old libXfont libary, but has a shiny new API/ABI that avoids > referencing symbols in the X server directly. The code for the X server > to use this version i

X Core Protocol Scheme

2015-12-13 Thread Michael Titke
Hello! As part of a first incursion into the possibility to implementing native support for X starting from the wire protocol (w/o any Xlib/XCB support) I ran into a couple of situations where documentation didn't match implementation. The first surprise was the "magic" of the MIT Magic Cook

Re: X Core Protocol Scheme

2015-12-13 Thread Alan Coopersmith
On 12/11/15 01:02 PM, Michael Titke wrote: Hello! As part of a first incursion into the possibility to implementing native support for X starting from the wire protocol (w/o any Xlib/XCB support) I ran into a couple of situations where documentation didn't match implementation. The first surpri