[PATCH:libX11 4/8] Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs).

Thomas Klausner wiz at NetBSD.org
Sun Jun 2 11:49:51 PDT 2013


Patch from Ian D. Leroux <idleroux at fastmail.fm> on pkgsrc-users
following a hint by Nhat Minh Lê <nhat.minh.le at gmail.com>.

AND

fix a couple of defaults that make emacs and a few other things work.
as reported on tech-x11.
---
 nls/en_US.UTF-8/XI18N_OBJS | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/nls/en_US.UTF-8/XI18N_OBJS b/nls/en_US.UTF-8/XI18N_OBJS
index f201bf4..97b30b9 100644
--- a/nls/en_US.UTF-8/XI18N_OBJS
+++ b/nls/en_US.UTF-8/XI18N_OBJS
@@ -3,6 +3,5 @@
 #	XI18N objects table for euro locales
 #
 XLC	common/xlcUTF8Load	_XlcUtf8Loader	        # XLC_open
-XOM	common/xomLTRTTB	_XomGenericOpenOM	# XOM_open
-XIM	common/xiiimp		_SwitchOpenIM		# XIM_open
-XIM	common/xiiimp		_XimpLocalOpenIM	# XIM_open
+XOM	common/xomGeneric	_XomGenericOpenOM	# XOM_open
+XIM	common/ximcp	_XimOpenIM _XimRegisterIMInstantiateCallback  _XimUnRegisterIMInstantiateCallback # XIM_open	XIM_register XIM_unregister
-- 
1.8.2.3



More information about the xorg-devel mailing list