From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Minor addition to Speed Keys info node Date: Wed, 07 Jun 2017 15:39:15 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a11472782848b120551608a46" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dId3T-0005su-E1 for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 11:39:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dId3S-0006vb-2J for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 11:39:31 -0400 Received: from mail-lf0-x235.google.com ([2a00:1450:4010:c07::235]:35573) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dId3R-0006rR-KT for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 11:39:29 -0400 Received: by mail-lf0-x235.google.com with SMTP id p189so7407585lfe.2 for ; Wed, 07 Jun 2017 08:39:27 -0700 (PDT) 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: emacs-org list --001a11472782848b120551608a46 Content-Type: text/plain; charset="UTF-8" Hello, Here is a patch with some info added to make Speed Keys more accessible to users (inspired by [1]). >From 43ff4c3da12a8ce0333c65372ab8ba51964e7a2a 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..75bb9c79a2 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 [1]: https://emacs.stackexchange.com/q/33310/115 -- Kaushal Modi --001a11472782848b120551608a46 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

Here is a patch with some info a= dded to make Speed Keys more accessible to users (inspired by [1]).

From 43ff4c3da12a8ce0333c65372ab8ba51964e7a2a Mon Se= p 17 00:00:00 2001
From: Kaushal Modi <kaushal.modi@gmail.com>
Date: Wed, 7 Ju= n 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.
---
=C2=A0doc/o= rg.texi | 18 ++++++++++--------
=C2=A01 file changed, 10 insertio= ns(+), 8 deletions(-)

diff --git a/doc/org.texi b/= doc/org.texi
index 11c4ac4c72..75bb9c79a2 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
=C2=A0have full keyboards.=C2=A0 Speed Keys may also work on= TTY devices known for their
=C2=A0problems when entering Emacs k= eychords.
=C2=A0
-By default, Org has Speed Keys disabl= ed.=C2=A0 To activate Speed Keys, configure
-the variable @code{o= rg-use-speed-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 currently
-active Speed Keys.=C2=A0 To add or modify Speed= Keys, customize the variable,
-@code{org-speed-commands-user}.= =C2=A0 For more details, see the variable's
-docstring.
=
+By default, Org has Speed Keys disabled.=C2=A0 To activate Speed Keys= , set the
+variable @code{org-use-speed-commands} to a non-nil va= lue.=C2=A0 To trigger a
+Speed Key, the cursor must be at the beg= inning of an Org headline, before any
+of the stars.
+<= /div>
+Org comes with a pre-defined list of Speed Keys.=C2=A0 To add or= modify Speed
+Keys, customize the variable, @code{org-speed-comm= ands-user}.=C2=A0 For more
+details, see the variable's docst= ring.=C2=A0 With Speed Keys activated, @kbd{M-x
+org-speed-comman= d-help} or @kbd{?} (when cursor is at the beginning of an Org
+he= adline) shows currently active Speed Keys, including the user-defined ones.=
=C2=A0
=C2=A0
=C2=A0@node Code evaluation se= curity
--=C2=A0
2.13.0

--

Kaushal Modi

--001a11472782848b120551608a46--