Re: [O] Minor addition to Speed Keys info node

2017-06-08 Thread Kaushal Modi
On Thu, Jun 8, 2017 at 6:50 AM Nicolas Goaziou wrote: > This never happens. Master is a strict superset of maint. > Thanks. That takes care of my merging concerns. -- Kaushal Modi

Re: [O] Minor addition to Speed Keys info node

2017-06-08 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > And in the case there are commits that should not be merged to master, you > just cherry-pick, right? This never happens. Master is a strict superset of maint. Regards, -- Nicolas Goaziou

Re: [O] Minor addition to Speed Keys info node

2017-06-08 Thread Kaushal Modi
On Wed, Jun 7, 2017, 6:56 PM Nicolas Goaziou wrote: > Why would you? It is a good habit to merge maint into master after > a patch. Just because I cannot always be sure that all the commits made by someone else in maint branch are applicable in master branch too. I

Re: [O] Minor addition to Speed Keys info node

2017-06-07 Thread Nicolas Goaziou
Kaushal Modi writes: > Thanks! I just pushed to the maint branch for the very first time (using > magit on Termux on Nexus 6p!); also merged that to master. (That also > merged your last commit on maint into master. Hope that is fine.) Congratulations, and thank you. >

Re: [O] Minor addition to Speed Keys info node

2017-06-07 Thread Kaushal Modi
On Wed, Jun 7, 2017 at 5:34 PM Nicolas Goaziou wrote: > > +By default, Org has Speed Keys disabled. To activate Speed Keys, set > the > > +variable @code{org-use-speed-commands} to a non-nil value. > > I overlooked this one: non-@code{nil} > Fixed :) > > I think you

Re: [O] Minor addition to Speed Keys info node

2017-06-07 Thread Nicolas Goaziou
Kaushal Modi writes: > On Wed, Jun 7, 2017 at 4:44 PM Kaushal Modi wrote: > >> Did you mean that I need to move those tags closer to where those vars are >> actually referenced in that node? >> > > Seems like that was the intention. Correct.

Re: [O] Minor addition to Speed Keys info node

2017-06-07 Thread Kaushal Modi
On Wed, Jun 7, 2017 at 4:44 PM Kaushal Modi wrote: > Did you mean that I need to move those tags closer to where those vars are > actually referenced in that node? > Seems like that was the intention. Also as I am referring to the org-speed-command-help function for the

Re: [O] Minor addition to Speed Keys info node

2017-06-07 Thread Kaushal Modi
On Wed, Jun 7, 2017 at 4:21 PM Nicolas Goaziou wrote: > @vindex org-use-speed-commands > > +By default, Org has Speed Keys disabled. To activate Speed Keys, set > the > > +variable @code{org-use-speed-commands} to a non-nil value. To trigger a > > +Speed Key, the cursor

Re: [O] Minor addition to Speed Keys info node

2017-06-07 Thread Nicolas Goaziou
Kaushal Modi writes: > One minor iteration.. I think below reads with a better flow.. WDYT? [...] @vindex org-use-speed-commands > +By default, Org has Speed Keys disabled. To activate Speed Keys, set the > +variable @code{org-use-speed-commands} to a non-nil value.

Re: [O] Minor addition to Speed Keys info node

2017-06-07 Thread Kaushal Modi
One minor iteration.. I think below reads with a better flow.. WDYT? @kbd{M-x org-speed-command-help}, or @kbd{?} when cursor is at the beginning of an Org headline, shows currently .. Here's the full patch: >From 5886b6f7fe82858ae49b55d409d1baf20942dae8 Mon Sep 17 00:00:00 2001 From: Kaushal

Re: [O] Minor addition to Speed Keys info node

2017-06-07 Thread Kaushal Modi
On Wed, Jun 7, 2017 at 12:21 PM Nicolas Goaziou wrote: > @kbd{?}---when cursor is at the beginning of an Org headline---shows > currently active Speed Keys,... > > > Org +headline) shows currently active Speed Keys, including the > > user-defined ones. > > Otherwise,

Re: [O] Minor addition to Speed Keys info node

2017-06-07 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > +Org comes with a pre-defined list of Speed Keys. To add or modify Speed > +Keys, customize the variable, @code{org-speed-commands-user}. For more > +details, see the variable's docstring. With Speed Keys activated, @kbd{M-x >

Re: [O] Minor addition to Speed Keys info node

2017-06-07 Thread Kaushal Modi
The patch is rebased off the maint branch. On Wed, Jun 7, 2017 at 11:39 AM Kaushal Modi wrote: > Hello, > > Here is a patch with some info added to make Speed Keys more accessible to > users (inspired by [1]). > -- Kaushal Modi