From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: Minor addition to Speed Keys info node Date: Wed, 07 Jun 2017 17:23:39 +0000 Message-ID: References: <87fufbzs2t.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c1cda68e5d5a6055161ff61" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIegT-0007TO-Rg for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 13:23:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIegS-0003qC-7N for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 13:23:53 -0400 Received: from mail-lf0-x22c.google.com ([2a00:1450:4010:c07::22c]:33263) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dIegR-0003pL-Qg for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 13:23:52 -0400 Received: by mail-lf0-x22c.google.com with SMTP id a136so8550897lfa.0 for ; Wed, 07 Jun 2017 10:23:51 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: emacs-org list --94eb2c1cda68e5d5a6055161ff61 Content-Type: text/plain; charset="UTF-8" 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 Modi Date: Wed, 7 Jun 2017 11:34:39 -0400 Subject: [PATCH] Mention org-speed-command-help in Speed Keys info node * doc/org.texi (Speed keys): Mention org-speed-command-help. --- doc/org.texi | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 11c4ac4c72..04485b12e0 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -17028,14 +17028,16 @@ navigation, Speed Keys may come in handy on small mobile devices that do not have full keyboards. Speed Keys may also work on TTY devices known for their problems when entering Emacs keychords. -By default, Org has Speed Keys disabled. To activate Speed Keys, configure -the variable @code{org-use-speed-commands}. To trigger a Speed Key, the -cursor must be at the beginning of an Org headline, before any of the stars. - -Org comes with a pre-defined list of Speed Keys; @kbd{?} shows currently -active Speed Keys. To add or modify Speed Keys, customize the variable, -@code{org-speed-commands-user}. For more details, see the variable's -docstring. +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 must be at the beginning of an Org headline, before any +of the stars. + +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 +org-speed-command-help}, or @kbd{?} when cursor is at the beginning of an Org +headline, shows currently active Speed Keys, including the user-defined ones. @node Code evaluation security -- 2.13.0 On Wed, Jun 7, 2017 at 12:32 PM Kaushal Modi wrote: > 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, LGTM. >> > > Thanks. I was unaware of the --- syntax. > > Here's the updated patch: > > From 1a767fb97b680b9fef5d0fd301c9fcf951b705e3 Mon Sep 17 00:00:00 2001 > From: Kaushal Modi > Date: Wed, 7 Jun 2017 11:34:39 -0400 > Subject: [PATCH] Mention org-speed-command-help in Speed Keys info node > > * doc/org.texi (Speed keys): Mention org-speed-command-help. > --- > doc/org.texi | 19 +++++++++++-------- > 1 file changed, 11 insertions(+), 8 deletions(-) > > diff --git a/doc/org.texi b/doc/org.texi > index 11c4ac4c72..50a96333f2 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -17028,14 +17028,17 @@ navigation, Speed Keys may come in handy on > small mobile devices that do not > have full keyboards. Speed Keys may also work on TTY devices known for > their > problems when entering Emacs keychords. > > -By default, Org has Speed Keys disabled. To activate Speed Keys, > configure > -the variable @code{org-use-speed-commands}. To trigger a Speed Key, the > -cursor must be at the beginning of an Org headline, before any of the > stars. > - > -Org comes with a pre-defined list of Speed Keys; @kbd{?} shows currently > -active Speed Keys. To add or modify Speed Keys, customize the variable, > -@code{org-speed-commands-user}. For more details, see the variable's > -docstring. > +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 must be at the beginning of an Org headline, before > any > +of the stars. > + > +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 > +org-speed-command-help} or @kbd{?}---when cursor is at the beginning of an > +Org headline---shows currently active Speed Keys, including the > user-defined > +ones. > > > @node Code evaluation security > -- > 2.13.0 > > > -- > > Kaushal Modi > -- Kaushal Modi --94eb2c1cda68e5d5a6055161ff61 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
One minor iteration.. I think below reads with a better fl= ow.. WDYT?

@kbd{M-x org-speed-command-help}, or @kb= d{?} when cursor is at the beginning of an Org headline, shows currently ..=

Here's the full patch:

From 5886b6f7fe82858ae49b55d409d1baf20942dae8 Mon Sep 17 00:0= 0:00 2001
From: Kaushal Modi <kaushal.modi@gmail.com>
Date: Wed, 7 Jun 2017 11= :34:39 -0400
Subject: [PATCH] Mention org-speed-command-help in S= peed Keys info node

* doc/org.texi (Speed keys): M= ention org-speed-command-help.
---
=C2=A0doc/org.texi |= 18 ++++++++++--------
=C2=A01 file changed, 10 insertions(+), 8 = deletions(-)

diff --git a/doc/org.texi b/doc/org.t= exi
index 11c4ac4c72..04485b12e0 100644
--- a/doc/org.t= exi
+++ b/doc/org.texi
@@ -17028,14 +17028,16 @@ naviga= tion, Speed Keys may come in handy on small mobile devices that do not
=C2=A0have full keyboards.=C2=A0 Speed Keys may also work on TTY devi= ces known for their
=C2=A0problems when entering Emacs keychords.=
=C2=A0
-By default, Org has Speed Keys disabled.=C2=A0= To activate Speed Keys, configure
-the variable @code{org-use-sp= eed-commands}.=C2=A0 To trigger a Speed Key, the
-cursor must be = at the beginning of an Org headline, before any of the stars.
-
-Org comes with a pre-defined list of Speed Keys; @kbd{?} shows cu= rrently
-active Speed Keys.=C2=A0 To add or modify Speed Keys, cu= stomize the variable,
-@code{org-speed-commands-user}.=C2=A0 For = more details, see the variable's
-docstring.
+By de= fault, Org has Speed Keys disabled.=C2=A0 To activate Speed Keys, set the
+variable @code{org-use-speed-commands} to a non-nil value.=C2=A0 = To trigger a
+Speed Key, the cursor must be at the beginning of a= n Org headline, before any
+of the stars.
+
+= Org comes with a pre-defined list of Speed Keys.=C2=A0 To add or modify Spe= ed
+Keys, customize the variable, @code{org-speed-commands-user}.= =C2=A0 For more
+details, see the variable's docstring.=C2=A0= With Speed Keys activated, @kbd{M-x
+org-speed-command-help}, or= @kbd{?} when cursor is at the beginning of an Org
+headline, sho= ws currently active Speed Keys, including the user-defined ones.
= =C2=A0
=C2=A0
=C2=A0@node Code evaluation security
--=C2=A0
2.13.0



On Wed, Jun 7, 2017 = at 12:32 PM Kaushal Modi <kaus= hal.modi@gmail.com> wrote:
<= div dir=3D"ltr">
On Wed, Jun 7, = 2017 at 12:21 PM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
@kbd{?}---when cursor is at the beginning of an Or= g headline---shows
currently active Speed Keys,...

> Org +headline) shows currently active Speed Keys, including the
> user-defined ones.

Otherwise, LGTM.

Thanks. I was unaware of the --- syntax.<= /div>

Here's the updated patch:

=
From 1a767fb97b680b9fef5d0fd301c9fcf951b705e3 Mon Sep 17 00:00:00 2001=
From: Ka= ushal Modi <= kaushal.modi@gmail.com>
Date: Wed, 7 Jun 2017 11:34:39 -04= 00
Subject: [PATCH] Mention org-speed-command-help in Speed Keys = info node

* doc/org.texi (Speed keys): Mention org= -speed-command-help.
---
=C2=A0doc/org.texi | 19 +++++++++++--------
=
=C2=A01 file changed, 11 insertions(+), 8 deletions(-)

<= /div>
diff --git a/doc/org.texi b/doc/org.texi
index 11c4ac4c= 72..50a96333f2 100644
--- a/doc/org.texi
+++ b/doc/org.= texi
@@ -17028,14 +17028,17 @@ navigation, Speed Keys may come in= handy on small mobile devices that do not
=C2=A0have full keyboards.=C2=A0 Speed Ke= ys may also work on TTY devices known for their
=C2=A0problems wh= en entering Emacs keychords.
=C2=A0
-By default, Org ha= s Speed Keys disabled.=C2=A0 To activate Speed Keys, configure
-t= he variable @code{org-use-speed-commands}.=C2=A0 To trigger a Speed Key, th= e
-cursor must be at the beginning of an Org headline, before any= of the stars.
-
-Org comes with a pre-defined list of = Speed Keys; @kbd{?} shows currently
-active Speed Keys.=C2=A0 To = add or modify Speed Keys, customize the variable,
-@code{org-spee= d-commands-user}.=C2=A0 For more details, see the variable's
= -docstring.
+By default, Org has Speed Keys disabled.=C2=A0 To ac= tivate Speed Keys, set the
+variable @code{org-use-speed-commands= } to a non-nil value.=C2=A0 To trigger a
+Speed Key, the cursor m= ust be at the beginning of an Org headline, before any
+of the st= ars.
+
+Org comes with a pre-defined list of Speed Keys= .=C2=A0 To add or modify Speed
+Keys, customize the variable, @co= de{org-speed-commands-user}.=C2=A0 For more
+details, see the var= iable's docstring.=C2=A0 With Speed Keys activated, @kbd{M-x
+org-speed-command-= help} or @kbd{?}---when cursor is at the beginning of an
+Org hea= dline---shows currently active Speed Keys, including the user-defined
=
+ones.
=C2=A0
=C2=A0
=C2=A0@node Code evaluation security
--=C2=A0
2.13.0

=C2=A0
--

Kaushal Modi

--

Kaushal Modi

--94eb2c1cda68e5d5a6055161ff61--