[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: APL mode
From: |
Rustom Mody |
Subject: |
Re: APL mode |
Date: |
Mon, 28 Oct 2013 17:51:22 +0530 |
On Mon, Oct 28, 2013 at 9:39 AM, Stephen J. Turnbull <address@hidden> wrote:
> Stefan Monnier writes:
>
> > While I agree that it might sounds unEmacsish, key-sequences aren't
> > that bad compared to key-chords.
>
> Not in my experience ... but I only use key-sequence-based input
> methods for Spanish (<5% non-ASCII characters) and Japanese (80% of
> characters requires multiple keystrokes no matter what input method
> you use, and in the very popular "romanized phonetic" methods, all
> characters do).
>
> I cannot say I'd not be unhappy if the ratio got to 50% or so.
>
> Steve
For the specific case at hand (apl-input):
I think that we have got (thanks David) to a solution.
$ setxkbmap -layout "us,apl" -variant ",sax" -option "grp:switch"
gives exactly (as far as I can tell) Juergen's solution -- a
chord-based one using alt -- so not nice for emacs users
With
$ setxkbmap -layout "us,apl" -variant ",sax" -option "grp:rswitch"
lalt works as before in emacs and ralt switches to apl layout
With
$ setxkbmap -layout "us,apl" -variant ",sax" -option "grp:alt_shift_toggle"
we can have a sequence based one -- alt-shift switching to apl and back
For the more general discussion: Is a key-seq preferable or a chord:
My general preference is to type as little as possible :-)
Combine that with the fact that a chord is bit more work than a single
key and a bit less than 2, we have:
single-key better than chord better than sequence
Clearly if we had to type-in ALLCAPS the capslock would be good.
Since mostly we never use allcaps, shift is better.
The same principle applies here: if I need to keep on giving some
input-method herald like '\' I would much rather give it once.
If one would look at typical APL code
eg http://aplwiki.com/FinnAplIdiomLibrary
one would quickly see why!
Rusi
--
http://www.the-magus.in
http://blog.languager.org
- Re: APL mode, (continued)
- Re: APL mode, Rustom Mody, 2013/10/26
- Re: APL mode, Juergen Sauermann, 2013/10/26
- Re: APL mode, Rustom Mody, 2013/10/26
- Re: APL mode, David De La Harpe Golden, 2013/10/26
- Re: APL mode, Rustom Mody, 2013/10/26
- Re: APL mode, Rustom Mody, 2013/10/26
- Re: APL mode, David De La Harpe Golden, 2013/10/26
- Re: APL mode, Stefan Monnier, 2013/10/27
- Re: APL mode, Xue Fuqiao, 2013/10/27
- Re: APL mode, Stephen J. Turnbull, 2013/10/28
- Re: APL mode,
Rustom Mody <=
- Re: APL mode, Juergen Sauermann, 2013/10/28
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Re: APL mode, Rustom Mody, 2013/10/28
- Re: APL mode, David De La Harpe Golden, 2013/10/28
- Re: APL mode, Rustom Mody, 2013/10/18
- Re: APL mode, RĂ¼diger Sonderfeld, 2013/10/14
Re: APL mode, David De La Harpe Golden, 2013/10/14
APL mode, Rustom Mody, 2013/10/12