From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vladimir Lomov Newsgroups: gmane.emacs.help Subject: Re: Weirdness with Input Method/quail : how to figure out source of it? Date: Mon, 19 Aug 2013 17:58:17 +0900 Message-ID: <20130819085817.GE722@smoon> References: <20130814124238.GA722@smoon> <8738qasm9t.fsf@gmail.com> <20130815231908.GB722@smoon> <8761v6kuxk.fsf@gmail.com> <20130816073150.GC722@smoon> <87wqnlkgsa.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1376902742 2517 80.91.229.3 (19 Aug 2013 08:59:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Aug 2013 08:59:02 +0000 (UTC) Cc: Vladimir Lomov , help-gnu-emacs@gnu.org To: Alex Kost Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 19 10:59:01 2013 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 1VBLIe-00043o-SD for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Aug 2013 10:58:56 +0200 Original-Received: from localhost ([::1]:41696 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBLIe-0007oi-Ju for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Aug 2013 04:58:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBLIH-0007nY-0R for help-gnu-emacs@gnu.org; Mon, 19 Aug 2013 04:58:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBLI8-0000Oi-A6 for help-gnu-emacs@gnu.org; Mon, 19 Aug 2013 04:58:32 -0400 Original-Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:65177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBLI8-0000OV-2m for help-gnu-emacs@gnu.org; Mon, 19 Aug 2013 04:58:24 -0400 Original-Received: by mail-la0-f45.google.com with SMTP id eh20so3081775lab.4 for ; Mon, 19 Aug 2013 01:58:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=WWgVp0nAhZ74Vi0/cwI6AeWV0RQBCeRQINYpkFSGeRk=; b=Ui+bVLa5Ufrh5FCnlDsH6Ug9Jmb8B0E1ZJPVdQ1lFhtL1UyXRWG5dE6XdXcL83fRV9 2D+Ji+OG8UwNNMuWlHCmHrD2T7kWtaBDhRDRTH0oXs/ruwKhlvDEODAFV+bI+pqW8Aux VhRQLiq+nZIUswRg6OwjMlaxb9CoDG0xmT7Jn4BH5TXBG07vmFqnB5bVo4N8sFSeFgHp IQo6NuW107LdlGa/ocTnq6lDN6kdovr+JHF2agt0yxTv9DYzYSu6zx5+YdZTclBKVN+M PBAZpo8Bm9Rj8MdpYM9OObisd/tXQwuwoM7lM9t+CCeH4BCUkOlomtwi2Nj2/Sm3FMiA fsfA== X-Received: by 10.112.22.102 with SMTP id c6mr10646423lbf.1.1376902702657; Mon, 19 Aug 2013 01:58:22 -0700 (PDT) Original-Received: from smoon ([141.105.33.55]) by mx.google.com with ESMTPSA id f17sm3934091lbo.12.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 19 Aug 2013 01:58:21 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87wqnlkgsa.fsf@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22d 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:92977 Archived-At: Hello, ** Alex Kost [2013-08-16 15:37:41 +0400]: > Vladimir Lomov writes: >> To get correct output for Russian I decided to define new keyboard layout ('dvorak-classic') for >> quail (this is not my discovery I found it on emacswiki.org). >> But this solution rises another weird problem. Looking ahead I must say that I notice this >> problem about 4-6 months ago while I use this setup (dvorak layout) for more than a year. > I've tried your variant with (quail-set-keyboard-layout "dvorak"), and it > works for me without a sign of your strange Problem. Thanks for that invaluable information, I think you use some of stable releases, I run Emacs compiled from a bzr trunk. I'll try to play with stable release then. >> Why I call it "weird" problem: because it comes not always, it is very sporadic. It doesn't >> depend if I run Emacs with my settings or without any (emacs -Q), in terminal (tty) or in >> graphical environment (X). > Sorry for uninformative reply, but i don't know how to help you here. > Perhaps, it would be better to do "M-x report-emacs-bug". If I only knew what to report (Do I have reproducible example? No, I don't have). --- WBR, Vladimir Lomov -- ... I want a COLOR T.V. and a VIBRATING BED!!!