all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: npostavs@users.sourceforge.net
To: "Dominic Jänichen" <d.newsgroups@gmail.com>
Cc: 11575@debbugs.gnu.org
Subject: bug#11575: 24.1.50; rev 107888 breaks S-mouse mark region in cua-mode
Date: Fri, 05 Aug 2016 19:17:05 -0400	[thread overview]
Message-ID: <87k2fu9572.fsf@users.sourceforge.net> (raw)
In-Reply-To: <jq0o0g$h27$1@dough.gmane.org> ("Dominic \=\?utf-8\?Q\?J\=C3\=A4nic\?\= \=\?utf-8\?Q\?hen\=22's\?\= message of "Mon, 28 May 2012 20:42:57 +0000 (UTC)")

tags 11575 confirmed
found 11575 25.1
found 11575 24.3
quit

Dominic Jänichen <d.newsgroups@gmail.com> writes:

> I use cua-mode in emacs (trunk) and do
>
>
> to be able to use S-mouse-1 to select a region. I recently found this 
> behaviour broken. The mark gets set but no region is created.

Confirmed this is still the case in 25.1-rc1

I recopy the recipe here, because the OP had some annoying line wrapping
on the comment.

 ;; shift + click select region
  (define-key global-map (kbd "<S-down-mouse-1>") 'ignore) ; turn off font dialog
  (define-key global-map (kbd "<S-mouse-1>") 'mouse-set-point)
  (put 'mouse-set-point 'CUA 'move)
  (cua-mode t)





  reply	other threads:[~2016-08-05 23:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-28 20:42 bug#11575: 24.1.50; rev 107888 breaks S-mouse mark region in cua-mode Dominic Jänichen
2016-08-05 23:17 ` npostavs [this message]
2016-08-12 15:10   ` Eli Zaretskii

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=87k2fu9572.fsf@users.sourceforge.net \
    --to=npostavs@users.sourceforge.net \
    --cc=11575@debbugs.gnu.org \
    --cc=d.newsgroups@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.