all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Can I use movement commands to refine a mouse-defined region?
Date: Thu, 10 Mar 2016 14:32:08 +0100	[thread overview]
Message-ID: <87shzyh31j.fsf@web.de> (raw)
In-Reply-To: m2a8m7gd71.fsf@tenpoint.co.nz

Nick Helm <nick@tenpoint.co.nz> writes:

> Sometimes though, my mousing is not as accurate as it could be and I
> would like to refine the region by moving point with C-f, C-b etc. 
> However, any movement keys immediately deactivates the defined region
> and removes the region highlight. 
>
> Any ideas how I might resolve this? 

Maybe this:

  C-x C-x runs the command exchange-point-and-mark (found in
  global-map), which is an interactive compiled Lisp function in
  ‘simple.el’.
  
  It is bound to C-x C-x.
  
  (exchange-point-and-mark &optional ARG)
  
  Put the mark where point is now, and point where the mark is now.
  This command works even when the mark is not active,
  and it reactivates the mark.
  [...]


Regards,

Michael.




      parent reply	other threads:[~2016-03-10 13:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-10  4:38 Can I use movement commands to refine a mouse-defined region? Nick Helm
2016-03-10  6:59 ` Eli Zaretskii
2016-03-11  0:50   ` Nick Helm
2016-03-10 13:32 ` Michael Heerdegen [this message]

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=87shzyh31j.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=help-gnu-emacs@gnu.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 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.