all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuri Khan <yuri.v.khan@gmail.com>
To: Hugh Mayfield <hugh.mayfield@opengroupware.ch>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: Mark
Date: Mon, 12 Jan 2015 00:22:02 +0700	[thread overview]
Message-ID: <CAP_d_8X9zqxT+shcMGejDyTYh-F-xgEjt6dw30D-STcSWSNYmQ@mail.gmail.com> (raw)
In-Reply-To: <54B2A307.5070204@opengroupware.ch>

On Sun, Jan 11, 2015 at 10:21 PM, Hugh Mayfield
<hugh.mayfield@opengroupware.ch> wrote:
>>>>>> Sorry for newbie question.  After a while, Emacs starts behaving all
>>>>>> the time as if I have typed C-SPC.  That is, whenever I move point, the
>>>>>> text between point and the previous location of point is highlighted.

> Turning off CAPS LOCK does indeed seem to be the answer.  I wonder why
> that should be the case, though?

Because Caps Lock is very similar to holding down Shift, and holding
down Shift while moving point is a CUA gesture for extending the
region.

I posted about another instance of the same problem a year ago[1]. At
that time, I was pointed at “caps-mode.el”, which emulates the Caps
Lock functionality but only within “self-insert-command”; key bindings
remain unaffected.

[1]: http://lists.gnu.org/archive/html/help-gnu-emacs/2014-01/msg00286.html


I have not filed a bug because fixing it would mean a tremendous
breakage of backward compatibility. (Firstly, Emacs would need to know
about physical key codes, modifier bits, and, independently, about
characters which are produced by these keys with these modifiers under
the currently active keyboard layout or input method — which is a big
change in the codebase. Secondly, a careless implementation based only
on physical key codes would break non-QWERTY layouts such as Dvorak
and Colemak. Thirdly, multilingual and multi-layout users’ needs would
have to be considered.)



  reply	other threads:[~2015-01-11 17:22 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-02 16:55 Mark Hugh Mayfield
2015-01-02 22:28 ` Mark ken
2015-01-02 22:33   ` Mark Dmitry Gutov
2015-01-02 22:49     ` Mark Hugh Mayfield
2015-01-02 23:32     ` Mark ken
2015-01-02 23:38       ` Mark Dmitry Gutov
2015-01-03  0:15   ` Mark Bob Proulx
2015-01-03 18:27 ` Mark H. Dieter Wilhelm
2015-01-03 18:57   ` Mark Eli Zaretskii
2015-01-03 20:15     ` Mark Charles Millar
2015-01-04 10:34       ` Mark Hugh Mayfield
2015-01-11 16:21         ` Mark Hugh Mayfield
2015-01-11 17:22           ` Yuri Khan [this message]
2015-01-11 19:38             ` Mark Charles Millar
2015-01-12  6:14               ` Mark Yuri Khan
2015-01-11 20:02             ` Mark Eli Zaretskii
2015-01-12  6:20               ` Mark Yuri Khan
2015-01-12 13:16                 ` Mark Charles Millar
2015-01-12 14:22                   ` Mark Charles Millar
2015-01-12 16:08                 ` Mark Eli Zaretskii
2015-01-12 16:18                   ` Mark Yuri Khan
2015-01-12 16:31                     ` Mark Eli Zaretskii
2015-01-03 20:20     ` Mark H. Dieter Wilhelm

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=CAP_d_8X9zqxT+shcMGejDyTYh-F-xgEjt6dw30D-STcSWSNYmQ@mail.gmail.com \
    --to=yuri.v.khan@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=hugh.mayfield@opengroupware.ch \
    /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.