all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: help-gnu-emacs@gnu.org
Cc: Vladimir Lomov <lomov.vl@gmail.com>
Subject: Re: Weirdness with Input Method/quail : how to figure out source of it?
Date: Fri, 16 Aug 2013 00:59:42 +0400	[thread overview]
Message-ID: <8738qasm9t.fsf@gmail.com> (raw)
In-Reply-To: <20130814124238.GA722@smoon> (Vladimir Lomov's message of "Wed, 14 Aug 2013 21:42:38 +0900")

Vladimir Lomov <lomov.vl@gmail.com> writes:

> My setup:
> - two languages: English and Russian;
> - standard QWERTY keyboard, *but* DVORAK layout for both terminal and X;
> - standard Russian layout (ЙЦУКЕН).

> * Problem 0
>
> If layout were QWERTY and one uses 'russian-computer' Input Method then letters on keys and
> typed symbols, both English and Russian, are coincide. For instance, some part of QWERTY
> keyboard:

> Page on EmacsWiki:
> http://www.emacswiki.org/emacs/WritingRussianWithDvorak
>
> My variant of quail 'dvorak' layout:
> https://raw.github.com/vp1981/scripts/master/emacs.d/misc/quail-dvorak.el

Hello,

I use the same layout combination: English Dvorak and Russian ЙЦУКЕН.
Dvorak layout is set in X and is never switched when i'm in Emacs.
Russian layout is turned on internally in Emacs with `set-input-method'.
As you pointed "russian-computer" is working when global layout is
QWERTY, happily there is "cyrillic-dvorak" for our Dvorak case:
<http://www.emacswiki.org/emacs/download/cyrillic-dvorak.el>.

It is described in the EmacsWiki article you mentioned and this variant
works perfectly for me, i didn't even try the other one, which you used
for your "quail-dvorak.el".

So I have (load "/path/to/cyrillic-dvorak.el") in my init.el; and i
switch layouts with:
  (set-input-method "cyrillic-dvorak")
  (set-input-method nil).

I hope it helps.

As for you Problem 1, i have never met such behaviour.



  reply	other threads:[~2013-08-15 20:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-14 12:42 Weirdness with Input Method/quail : how to figure out source of it? Vladimir Lomov
2013-08-15 20:59 ` Alex Kost [this message]
2013-08-15 23:19   ` Vladimir Lomov
2013-08-16  6:32     ` Alex Kost
2013-08-16  7:31       ` Vladimir Lomov
2013-08-16  9:45         ` ISHIKAWA,chiaki
2013-08-19  9:03           ` Vladimir Lomov
2013-08-16 11:37         ` Alex Kost
2013-08-19  8:58           ` Vladimir Lomov
2013-08-20  8:33           ` Vladimir Lomov
2013-08-22 14:58             ` Alex Kost

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8738qasm9t.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=lomov.vl@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.