all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#17951: Subword-mode should support shift selection in and out of cua-mode
@ 2014-07-06  4:31 Matthew Fidler
  2014-07-08  8:30 ` Daniel Colascione
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Fidler @ 2014-07-06  4:31 UTC (permalink / raw)
  To: 17951

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

Subword movement funtions should be specified as

(interactive "^p") instead of (interactive "p") to allow shift selection.

When cua-mode is enabled, shift-selection is also enabled since all the
functions have

(put 'subword-forward 'CUA 'move)
so, I think it should be consistent.
Just my 2 cents.

Matt

[-- Attachment #2: Type: text/html, Size: 434 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#17951: Subword-mode should support shift selection in and out of cua-mode
  2014-07-06  4:31 bug#17951: Subword-mode should support shift selection in and out of cua-mode Matthew Fidler
@ 2014-07-08  8:30 ` Daniel Colascione
  2014-07-08 13:54   ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Colascione @ 2014-07-08  8:30 UTC (permalink / raw)
  To: Matthew Fidler, 17951

[-- Attachment #1: Type: text/plain, Size: 564 bytes --]

On 07/05/2014 09:31 PM, Matthew Fidler wrote:
> Subword movement funtions should be specified as
> 
> (interactive "^p") instead of (interactive "p") to allow shift selection. 
> 
> When cua-mode is enabled, shift-selection is also enabled since all the
> functions have
> 
> (put 'subword-forward 'CUA 'move)
> 
> so, I think it should be consistent.
> Just my 2 cents.

In trunk, subword-word changes the definition of a word instead of
trying to rebind movement commands. All the shift-motion stuff should
just work in the new implementation.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 884 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#17951: Subword-mode should support shift selection in and out of cua-mode
  2014-07-08  8:30 ` Daniel Colascione
@ 2014-07-08 13:54   ` Stefan Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2014-07-08 13:54 UTC (permalink / raw)
  To: Matthew Fidler; +Cc: 17951-done

>> Subword movement funtions should be specified as
>> (interactive "^p") instead of (interactive "p") to allow shift selection. 

AFAICT this is already the case in 24.3.92 (but yes, it was missing in
24.3).

>> When cua-mode is enabled, shift-selection is also enabled since all the
>> functions have
>> (put 'subword-forward 'CUA 'move)
>> so, I think it should be consistent.

In 24.3.92, cua-mode does not use its own shift-selection implementation
any more, so it is consistent by definition ;-)

You bug report does not say in which version you saw those problems, so
I'll assume it was 24.3 or earlier.  If you still see this problem in
the pretest (24.3.92), then please re-open or make a new report
providing additional details (e.g. indicating which commands are
affected).


        Stefan





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-08 13:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-06  4:31 bug#17951: Subword-mode should support shift selection in and out of cua-mode Matthew Fidler
2014-07-08  8:30 ` Daniel Colascione
2014-07-08 13:54   ` Stefan Monnier

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.