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: Dead-acute not defined (emacs 24.3.1) Date: Sun, 03 Aug 2014 17:01:31 +0300 Message-ID: <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 1407097208 16176 80.91.229.3 (3 Aug 2014 20:20:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Aug 2014 20:20:08 +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:19:59 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-0006SM-ET for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Aug 2014 22:19:59 +0200 Original-Received: from localhost ([::1]:49194 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XE2G6-0005WW-PR 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]:46466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDwM9-0000f4-GI for help-gnu-emacs@gnu.org; Sun, 03 Aug 2014 10:01:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDwM2-00076M-NE for help-gnu-emacs@gnu.org; Sun, 03 Aug 2014 10:01:49 -0400 Original-Received: from mail.openmailbox.org ([212.129.10.237]:46856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDwM2-00075u-EH for help-gnu-emacs@gnu.org; Sun, 03 Aug 2014 10:01:42 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.openmailbox.org (Postfix) with ESMTP id 0F44A2E028B for ; Sun, 3 Aug 2014 16:01:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=openmailbox.org; h=content-type:content-type:subject:subject:mime-version :user-agent:from:from:date:date:message-id:received; s= openmailbox; t=1407074493; bh=7KGZ6aokfq6+S/HAlE/bSyBMZryG8+NdOz GsHz1O2MM=; b=rEdMUlHJMvjk/JsibNZB6qPeiZPKNLOsbUS+XGXLhywJwj1Wp2 4JG/nCjr6zDn2b0SpfBtGAtb6QC27aolYv/wVvNR6ahhjwATVjOIzQ5IbicEyQPW Lwz8q7EiG3RBc61Nx6B2DWrJdfTjw8dSahDotrjyuWd6QI4EJyfQV2eFc= 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 3B3ZOgVLOK5p for ; Sun, 3 Aug 2014 16:01:33 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 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:99066 Archived-At: 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