Re: [PATCH] C-M-a now selects section if outside insets

2014-10-07 Thread Scott Kostyshak
On Tue, Oct 7, 2014 at 2:16 PM, Jean-Marc Lasgouttes wrote: > Le 07/10/2014 20:09, Scott Kostyshak a écrit : >> >> Still, I think that inset-select-all should be disabled outside of >> insets. The entire buffer is not an inset, so it should not be >> selected. > > > I think actually that inset-sel

Re: [PATCH] C-M-a now selects section if outside insets

2014-10-07 Thread Jean-Marc Lasgouttes
Le 07/10/2014 20:09, Scott Kostyshak a écrit : Still, I think that inset-select-all should be disabled outside of insets. The entire buffer is not an inset, so it should not be selected. I think actually that inset-select-all should be bound to C-a and be the default way if selecting all. It i

Re: [PATCH] C-M-a now selects section if outside insets

2014-10-07 Thread Scott Kostyshak
On Tue, Oct 7, 2014 at 1:16 PM, Jean-Marc Lasgouttes wrote: > Le 07/10/2014 19:05, Scott Kostyshak a écrit : >> >> If you are inside a branch inset and inside another inset (e.g. Note), >> C-M-a will select everything in the note. If you are inside a branch >> inset and not inside any other inset,

Re: [PATCH] C-M-a now selects section if outside insets

2014-10-07 Thread Jean-Marc Lasgouttes
Le 07/10/2014 19:05, Scott Kostyshak a écrit : If you are inside a branch inset and inside another inset (e.g. Note), C-M-a will select everything in the note. If you are inside a branch inset and not inside any other inset, C-M-a will select everything inside the branch inset. These two behavior

Re: [PATCH] C-M-a now selects section if outside insets

2014-10-07 Thread Scott Kostyshak
On Tue, Oct 7, 2014 at 9:48 AM, Jean-Marc Lasgouttes wrote: > Le 07/10/2014 07:24, Scott Kostyshak a écrit : > >> inset-select-all is not useful outside an inset. It used to be >> equivalent to "select all", but is now disabled outside of insets. >> Outside of insets, for the cua and mac C-M-a bin

Re: [PATCH] C-M-a now selects section if outside insets

2014-10-07 Thread Jean-Marc Lasgouttes
Le 07/10/2014 07:24, Scott Kostyshak a écrit : inset-select-all is not useful outside an inset. It used to be equivalent to "select all", but is now disabled outside of insets. Outside of insets, for the cua and mac C-M-a bind, command-alternatives thus passes dispatch to section-select. This is

[PATCH] C-M-a now selects section if outside insets

2014-10-06 Thread Scott Kostyshak
and useful more generally to select a section to delete or copy. Any comments? Scott From bae0bb19534fd27fb6a28c575f09411dc9651fcc Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Tue, 7 Oct 2014 01:07:50 -0400 Subject: [PATCH] C-M-a now selects section if outside insets inset-select-all is