From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: is undefined Date: Sun, 23 Mar 2014 18:14:20 +0200 Message-ID: <83eh1s3nab.fsf@gnu.org> References: <8761n5z54q.fsf@fencepost.gnu.org> <87y501xoj1.fsf@fencepost.gnu.org> <532EA750.5060903@dancol.org> <874n2pl0uv.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1395591293 12644 80.91.229.3 (23 Mar 2014 16:14:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Mar 2014 16:14:53 +0000 (UTC) Cc: dancol@dancol.org, schwab@linux-m68k.org, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 23 17:15:01 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WRl37-0006JX-Jn for ged-emacs-devel@m.gmane.org; Sun, 23 Mar 2014 17:15:01 +0100 Original-Received: from localhost ([::1]:60910 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRl37-0005Hi-2f for ged-emacs-devel@m.gmane.org; Sun, 23 Mar 2014 12:15:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRl2u-00054L-Ux for emacs-devel@gnu.org; Sun, 23 Mar 2014 12:14:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRl2m-0004nk-IH for emacs-devel@gnu.org; Sun, 23 Mar 2014 12:14:48 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:56265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRl2g-0004lT-Kk; Sun, 23 Mar 2014 12:14:34 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0N2W00B00CXK0700@a-mtaout23.012.net.il>; Sun, 23 Mar 2014 18:14:33 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N2W00APXD48Y150@a-mtaout23.012.net.il>; Sun, 23 Mar 2014 18:14:33 +0200 (IST) In-reply-to: <874n2pl0uv.fsf@fencepost.gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:170873 Archived-At: > From: David Kastrup > Date: Sun, 23 Mar 2014 10:29:12 +0100 > Cc: Andreas Schwab , emacs-devel@gnu.org > > > Nulling out XMODIFIERS fixes it for me; that environment variable > > normally contains something about ibus; making that change ourselves > > probably breaks other functionality though. > > dak@lola:/usr/local/tmp/emacs-build$ echo $XMODIFIERS > @im=ibus > > Huh. > > Starting Emacs from the command line, I get > emacs > > ** (emacs:14442): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-hJwGKKvPZH: Connection refused > > There is nothing remotely like that file. However, that seems to be a > red herring regarding _this_ problem since with > > XMODIFIERS="" emacs > > I get the same error message (including the same file name), but indeed > the compose character starts working. I suggest to add this (and other) solutions to etc/PROBLEMS.