From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: is undefined Date: Sun, 23 Mar 2014 17:22:19 +0100 Message-ID: <87vbv4yjes.fsf@fencepost.gnu.org> References: <8761n5z54q.fsf@fencepost.gnu.org> <87y501xoj1.fsf@fencepost.gnu.org> <532EA750.5060903@dancol.org> <874n2pl0uv.fsf@fencepost.gnu.org> <83eh1s3nab.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1395591791 18532 80.91.229.3 (23 Mar 2014 16:23:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Mar 2014 16:23:11 +0000 (UTC) Cc: dancol@dancol.org, schwab@linux-m68k.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 23 17:23:21 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 1WRlBA-0007SZ-J3 for ged-emacs-devel@m.gmane.org; Sun, 23 Mar 2014 17:23:20 +0100 Original-Received: from localhost ([::1]:60927 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRlBA-0002wk-5U for ged-emacs-devel@m.gmane.org; Sun, 23 Mar 2014 12:23:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRlAT-0001cd-A1 for emacs-devel@gnu.org; Sun, 23 Mar 2014 12:22:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRlAS-0006zy-Gu for emacs-devel@gnu.org; Sun, 23 Mar 2014 12:22:37 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRlAS-0006zs-DK for emacs-devel@gnu.org; Sun, 23 Mar 2014 12:22:36 -0400 Original-Received: from localhost ([127.0.0.1]:50510 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRlAP-0007lS-R8; Sun, 23 Mar 2014 12:22:34 -0400 Original-Received: by lola (Postfix, from userid 1000) id 44ED5E0497; Sun, 23 Mar 2014 17:22:19 +0100 (CET) In-Reply-To: <83eh1s3nab.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 23 Mar 2014 18:14:20 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:170875 Archived-At: Eli Zaretskii writes: >> 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. >From my point of view, it would currently make more sense cherry-picking the fixes of Daniel to the release branch unless we get reports that they don't do the trick in cases where nulling XMODIFIERS does. -- David Kastrup