unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Paul Pogonyshev <pogonyshev@gmx.net>
Cc: emacs-devel@gnu.org, XEmacs Beta <xemacs-beta@xemacs.org>
Subject: thoughts on interaction of key bindings and input methods (was Re: wish: right alt/meta to switch keyboard layout while pressed)
Date: Sun, 27 Nov 2005 01:01:55 +0200	[thread overview]
Message-ID: <200511270101.56195.pogonyshev@gmx.net> (raw)
In-Reply-To: <17288.41589.506361.323637@parhasard.net>

Aidan Kehoe wrote:
> 
> [CCing XEmacs Beta, because despite it originating at emacs-devel@gnu.org,
> this isn’t directly relevant to the FSF’s Emacs any more, but there’s more
> value in keeping it visible than in keeping it in private mail.]

OK, I'll also CC it back to GNU Emacs' list for the same reason.

> [...]
>  > 
>  > Sorry, I'm on dial-up and I don't think I want to download megabytes just
>  > to test it.  I use GNU Emacs normally.
> 
> Sure. I hope you don’t mind if I ask you a few specific questions then --

Sure.

> -- If you see M-; listed as a key binding, is the first thing that occurs to
> you to type Alt+Shift+8? Or would you go for Alt+ж, since ж is where ; is on
> the US keyboard? Should we accept both? 

I can't say which would be the most natural thing to hit, because few apps
but Emacs use such extravagant shortcuts.

Maybe I'd say like this: if an application uses _localized shortucts_ (i.e.
is filled with things like `Ctrl-Щ' and stuff), I'd go for `Alt-Shift-8', else
`Alt-ж' i.e. `Alt-;' on English layout.  Since Emacs is not localized in this
way (and cannot and mustn't be, I think), typing `M-ж' for `M-;' is probably
more natural.

Localized key bindings are impossible for Emacs, since you cannot type say ']'
with the Russian keyboard layout.  So, the only option is to type `C-]' as
it is on English layout, which implies you must type all the other shortcuts
like this, for UI consistency and to avoid clashes.

> -- More generally, does this need to be done just for the alphabetic
> characters, or does punctuation need to be handled too? Looking at the
> Russian key layout, there’s no way to type `, ^, $, so I suspect you’re
> going to answer “yes” to me on that. 

I cannot answer `yes' to an `or' question ;)  Based on what I stated above,
I'd say that all shortcuts, in Emacs at least, must be invariant to physical
keys, not to logical characters the keys produce with the current input
method/layout.

This is probably also better ergonomically, since for power users (like me ;)
key binding combos slip into subconsciousness.  I don't think my internal
autopilot performs a ``hold the Meta key and type the semicolon, wherever it
is'' command, rather a ``press the key here with the left thumb, and another
one there with the third right finger.''  If it indeed works like that,
shortcuts staying at the same physical keys require less effort to memorize/
push into subconsciousness.

> -- When I switch to the Russian layout in software, and type C-ч и to call
> “switch-to-buffer” , I then need to switch the keyboard layout back if I am
> to type *scratch*, which I frequently want to do. Is there a reasonable
> thing we can do there that doesn’t make it necessary to switch layout? 
> Accepting “;ыскфеср;” as an equivalent buffer name for “*scratch*” doesn’t
> really seem like a great idea to me; maybe you _wanted_ to create a buffer
> with that name. I frequently create buffers named fdlsfdsfds and variations
> on that, for example.

Accepting `;ыскфеср;' as `*scratch*' won't work as a generic solution for
the reason you mentioned.  It may be an optional heuristic, turned off by
default.  There were some interesting programs for Windows that would
automagically switch the layout for you once you had started typing gibberish
in the current layout.  I.e. if you typed ``Heccrbq'', it would consider it
too weird an English word, backspace it and retype in Russian layout as
``Русский''.  Likewise, it would automagically switch to English layout if
you typed ``щчньщкщт'' instead of ``oxymoron''.  However, such heuristical
things often work incorrectly with artificial languages, like programming
ones, and must never be forced on the user.

The only plausible generic solution I can think of is to track the layout for
each buffer separately.  This may be very difficult to impossible to
implement with external layout switching.  And that's precisely the reason
why I prefer to use Emacs' own input methods switched by `C-\'.  This means
that I have to use different layout switching methods in Emacs and elsewhere,
but the advantages are more important for me.

Another, less important, superiority of Emacs input methods for me is the
ability to easily activate an otherwise not used input method.  I
occasionally activate Greek and German input methods.  With Emacs it is
relatively simple, while with say KDE it would mean that I'd have to either
constantly scroll through 4 layouts or go into the Conrol Center each time
I need one of the rarely used layouts.

Paul

  parent reply	other threads:[~2005-11-26 23:01 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-22 19:50 wish: right alt/meta to switch keyboard layout while pressed Paul Pogonyshev
2005-11-22 22:31 ` Andreas Schwab
2005-11-23  5:14 ` Richard M. Stallman
2005-11-23 19:52   ` Paul Pogonyshev
2005-11-25 15:50     ` Richard M. Stallman
2005-11-25 18:00       ` Andreas Schwab
2005-11-23  6:07 ` Juri Linkov
2005-11-24 17:18 ` Stefan Monnier
2005-11-24 19:45   ` Paul Pogonyshev
2005-11-24 20:56     ` Stefan Monnier
2005-11-25 19:37       ` Paul Pogonyshev
2005-11-25 22:17         ` Stefan Monnier
2005-11-25 22:33           ` Paul Pogonyshev
2005-11-25 22:44             ` Aidan Kehoe
2005-11-26 16:43               ` Paul Pogonyshev
2005-11-27  5:26                 ` Tomas Zerolo
2005-11-26  8:15             ` Eugene Vlasov
2005-11-26 19:44               ` Paul Pogonyshev
2005-11-28 20:33                 ` Juri Linkov
2005-11-26 15:10             ` Stefan Monnier
2005-11-26 16:46               ` Paul Pogonyshev
2005-11-27 18:19                 ` Stefan Monnier
2005-11-27 21:39                   ` Paul Pogonyshev
2005-11-28  2:39                     ` Mode_switch in Emacs (was: wish: right alt/meta to switch keyboard layout while pressed) Stefan Monnier
2005-11-28 20:27                       ` Juri Linkov
2005-11-28 22:14                         ` Mode_switch in Emacs Stefan Monnier
2005-11-28 23:08                           ` Juri Linkov
2005-11-29 16:24                             ` Stefan Monnier
2005-11-29 19:54                               ` Paul Pogonyshev
2005-11-30  2:43                               ` Juri Linkov
2005-11-28 20:27               ` wish: right alt/meta to switch keyboard layout while pressed Juri Linkov
2005-11-28 23:14                 ` Juri Linkov
2005-11-26  4:22       ` Richard M. Stallman
     [not found] ` <200511261925.20191.pogonyshev@gmx.net>
     [not found]   ` <17288.41589.506361.323637@parhasard.net>
2005-11-26 23:01     ` Paul Pogonyshev [this message]
2005-11-27  1:48       ` thoughts on interaction of key bindings and input methods (was Re: wish: right alt/meta to switch keyboard layout while pressed) Ben Wing
2005-11-27  5:35         ` Tomas Zerolo
2005-11-27 11:29         ` thoughts on interaction of key bindings and input methods (was Re: wish: right alt/meta to switch keyboard layout while pressed ) Paul Pogonyshev
2005-11-28  5:25           ` thoughts on interaction of key bindings and input methods (was Re: wish: right alt/meta to switch keyboard layout while pressed) Ben Wing
2005-11-28 19:09             ` Paul Pogonyshev
2005-11-27 18:35         ` Aidan Kehoe
2005-11-28  2:39 ` wish: right alt/meta to switch keyboard layout while pressed Stefan Monnier
2005-11-28 20:28   ` Juri Linkov
2005-11-28 22:16     ` Stefan Monnier

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=200511270101.56195.pogonyshev@gmx.net \
    --to=pogonyshev@gmx.net \
    --cc=emacs-devel@gnu.org \
    --cc=xemacs-beta@xemacs.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).