On 03/23/2014 04:44 AM, Werner LEMBERG wrote: > >> Break on XCreateIC. Does it return NULL? > > (gdb) b XCreateIC > Breakpoint 1 at 0x8057f80 > (gdb) r > Starting program: /usr/local/home/wl/bzr/emacs.compiled/src/emacs -Q > Breakpoint 1, 0xb72bb260 in XCreateIC () from /usr/lib/libX11.so.6 > (gdb) fin > Run till exit from #0 0xb72bb260 in XCreateIC () from /usr/lib/libX11.so.6 > 0x081085c7 in create_frame_xic (f=f@entry=0x86de480) at xfns.c:2037 > 2037 xic = XCreateIC (xim, > (gdb) p xic > $1 = (struct _XIC *) 0x853d630 > > Obviously no. Hrm. And Emacs gets around to calling XmbLookupString?