From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexandros Prekates Newsgroups: gmane.emacs.help Subject: Re: Dead-acute not defined (emacs 24.3.1) Date: Sun, 03 Aug 2014 18:12:30 +0300 Message-ID: <53DE515E.3070301@openmailbox.org> References: <53DE40BB.7040809@openmailbox.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1407097207 16166 80.91.229.3 (3 Aug 2014 20:20:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Aug 2014 20:20:07 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 03 22:20:00 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1XE2G7-0006SK-EL for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Aug 2014 22:19:59 +0200 Original-Received: from localhost ([::1]:49193 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XE2G6-0005WL-Qa for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Aug 2014 16:19:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDxSl-0000IE-RU for help-gnu-emacs@gnu.org; Sun, 03 Aug 2014 11:12:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDxSc-000881-W1 for help-gnu-emacs@gnu.org; Sun, 03 Aug 2014 11:12:43 -0400 Original-Received: from mail.openmailbox.org ([212.129.10.237]:50745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDxSc-00086o-H3 for help-gnu-emacs@gnu.org; Sun, 03 Aug 2014 11:12:34 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.openmailbox.org (Postfix) with ESMTP id EDE492E028B for ; Sun, 3 Aug 2014 17:12:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=openmailbox.org; h=content-type:content-type:in-reply-to:references:subject :subject:mime-version:user-agent:from:from:date:date:message-id :received; s=openmailbox; t=1407078752; bh=56RPOLGgPVFLB9eL+IM/g bhpB2qVq/BXe+loBXYjsZA=; b=PLXxX6nrJyuKC539PsySW/JkqYAMYLdssb+Tz A8UUJK4yRUNL9CzDW+G1LA7D4w4TibiczxmzOXXJ1+XfUpjiAgZokGywWOIIjdbO ip+nsjVFdoQl2iDYOffgWHhVkUGmD+a16LN62TodNK8giUcr842/DP+Ivoo8cXRH My7xUs= X-Virus-Scanned: at openmailbox.org Original-Received: from mail.openmailbox.org ([212.129.10.237]) by localhost (mail.openmailbox.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id TlYLOqEyxlf9 for ; Sun, 3 Aug 2014 17:12:32 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: <53DE40BB.7040809@openmailbox.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.129.10.237 X-Mailman-Approved-At: Sun, 03 Aug 2014 16:19:44 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99065 Archived-At: On 03/08/2014 05:01 ??, Alexandros Prekates wrote: > Version:Emacs 24.3.1. (i686-pc-linux-gnu, GTK+ Version 3.10.7) > OS: Kubuntu 14.04 > > > I coulnd put greek diacritics (tonos) in greek letters (eg: ? , ? etc) > > I press the dead key for the diacritic and when i press the letter i > get the message: > ? is undefined. > > After hours of searching and trials i found that > echo $XMODIFIERS > @im=ibus > > was causing the issue and setting that var empty helped diacritics > work again!. > > So should i be worried about changing that value in messing with emacs > in other ways? > > Thanks Two related bug report links Dead keys in emacs with ibus (http://askubuntu.com/questions/364292/dead-keys-in-emacs-with-ibus) https://bugs.launchpad.net/debian/+source/emacs24/+bug/493766 Alexandros