emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole 72b89f8ea0 2/6: Fix issues with RFC implicit


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 72b89f8ea0 2/6: Fix issues with RFC implicit buttons, ibtype/actype completion
Date: Sun, 8 Jan 2023 04:57:49 -0500 (EST)

branch: externals/hyperbole
commit 72b89f8ea0311b9571d22f5d8c00a5ffd8eb41b0
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>

    Fix issues with RFC implicit buttons, ibtype/actype completion
    
    Update manual to latest operation.
---
 ChangeLog          |    41 +-
 DEMO               |    18 +-
 FAST-DEMO          |     4 +-
 HY-ABOUT           |     2 +-
 HY-NEWS            |     2 +-
 Makefile           |    10 +-
 hactypes.el        |    52 +-
 hargs.el           |    30 +-
 hibtypes.el        |    15 +-
 hui.el             |    16 +-
 hversion.el        |     4 +-
 hyperbole.el       |     6 +-
 hyrolo.el          |     6 +-
 man/hyperbole.html | 14880 +++++++++++++++++++++++++--------------------------
 man/hyperbole.info |   Bin 592243 -> 599123 bytes
 man/hyperbole.pdf  |   Bin 1344559 -> 1347881 bytes
 man/hyperbole.texi |   554 +-
 man/version.texi   |     4 +-
 18 files changed, 7650 insertions(+), 7994 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 52a1449def..d6f137a909 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,44 @@
+2023-01-07  Bob Weiner  <rsw@gnu.org>
+
+* TAGS: Add to distribution, as is utilized in the Hyperbole DEMO.
+    Remove from .gitignore.  Resolve Emacs bug#60594.
+  Makefile (packageclean): Stop removing TAGS here.
+           (package): Add tags target dependency.
+           (HYPERBOLE_FILES): Add TAGS file.
+
+* hibtypes.el (text-toc):
+  hactypes.el (text-toc): Fix to jump to RFC table of contents sections.
+              (rfc-toc): Simplify and fix display so source window does not 
move
+    and full list of sections is included in toc.  Resolve Emacs bug#60595.
+
+* man/hyperbole.texi: (git-reference, github-reference, gitlab-reference): Move
+    to Action Types section since now are regular Elisp functions, not ibtypes.
+
+* hargs.el (hargs:read-match): Vary from completing-read a bit by disallowing
+    any blank result when arg, MUST-MATCH, is given (unless INITIAL-INPUT is 
given
+    as "").  This prevents blank button names, for example.
+  hui.el (hui:htype-help): Send blank INITIAL-INPUT to hargs:read-match call.
+  FAST-DEMO, DEMO: Update text to clarify that action types include Emacs 
commands.
+
+* man/hyperbole.texi (Explicit Buttons, Action Buttons, Glossary): Expand 
action
+    type descriptions to include Emacs Lisp commands.
+                     (Action Types): Add newer types that were missing and 
update
+    some doc strings.
+                     (Smart Key - Org Mode): Update to latest operation.
+
+* hui.el (hui:actype): Limit action type completions to Hyperbole actypes and
+    interactive commands.  Resolve Emacs bug#60469.
+
+2022-12-11  Bob Weiner  <rsw@gnu.org>
+
+* hyperbole.el (hkey-initialize): Fix Emacs bug#59903: handle when C-h is
+    rebound globally to a command rather than as a prefix keymap.
+
 2022-12-03  Bob Weiner  <rsw@gnu.org>
 
+* hyrolo.el (hyrolo-fgrep-directories, hyrolo-grep-directories): Use 'apply'
+    to prevent double nesting of &rest 'dirs'.
+
 * hpath.el (hpath:expand-with-variable): Fix to expand from local dir first
     before using dirs in hpath:expand-with-variable.
 
@@ -1202,7 +1241,7 @@
 * Makefile (website-local): Add dependency on README.md.html.
 
 ==============================================================================
-V8.0.1 changes ^^^^:
+V9.0.0 changes ^^^^:
 ==============================================================================
 
 * Update release number to 8.0.0.
diff --git a/DEMO b/DEMO
index 22102db6d1..ed2fe8461d 100644
--- a/DEMO
+++ b/DEMO
@@ -39,10 +39,10 @@ your current Emacs frame.  Press 'q' to quit out of this 
menu and we can
 begin.  If Hyperbole is not installed, see the "INSTALL" file, in the
 same directory as this file, for instructions on installing it.
 
-This demo illustrates simple usage of the basic Hyperbole button-action types
-and shows how Hyperbole can support a style of self-documenting, interactive
-files.  See the glossary in the Hyperbole Manual, "(hyperbole)Glossary", if
-terms used here are unfamiliar to you.
+This demo illustrates simple usage of the basic Hyperbole button-action-type
+model and shows how Hyperbole can support a style of self-documenting,
+interactive files.  See the glossary in the Hyperbole Manual,
+"(hyperbole)Glossary", if terms used here are unfamiliar to you.
 
 Once you read the next section on "#Smart Keys", you can then browse any
 other sections individually as you like.  Many people initially use Hyperbole
@@ -788,7 +788,7 @@ composes mail to the list that includes your system 
information.
 
 A new feature of Hyperbole is a universal syntax for creating implicit
 buttons known as Action Buttons.  These buttons execute any existing
-action types or Emacs Lisp functions.  They are delimited by angle
+action types or Emacs Lisp symbols.  They are delimited by angle
 brackets, < >, and come in three types:
 
   1. action type invocations - these begin with an action type name (from the
@@ -1130,8 +1130,8 @@ sites, you can mix their buttons with your own within the 
same document and
 see one unified view of the modification times on each button.
 
 Every explicit button utilizes an `action type', many of which are predefined
-by Hyperbole.  {C-h h e t RET} lists all action types available to you when
-creating explicit buttons and specifying their types.
+by Hyperbole.  {C-h h e t RET} lists all Hyperbole action types but Emacs Lisp
+commands may be utilized as well.
 
 Hyperbole is pretty forgiving about the format of explicit buttons.  For
 example, all of the following represent the same button, as long as you press
@@ -1214,8 +1214,8 @@ successful button creation.
 
 After Hyperbole has the button label and its target buffer, it will prompt
 you for an action type for the button.  Use the {?} completion list key to
-see the available types.  The type selected determines any following values
-for which you are prompted.
+see all of the available types.  The type selected determines any following
+values for which you are prompted.
 
 If a previous button with the same label exists in the same buffer, Hyperbole
 will add an instance number to the label when it adds the delimiters so that
diff --git a/FAST-DEMO b/FAST-DEMO
index a70feb54a0..36144ff003 100644
--- a/FAST-DEMO
+++ b/FAST-DEMO
@@ -305,8 +305,8 @@ learn how to create new kinds of implicit button and action 
types, see:
   has two other categories of buttons:
 
     `Explicit buttons' are manually created and embedded within buffers and
-    explicitly assigned any of many action types that Hyperbole includes.
-    These contrast with implicit buttons which Hyperbole generates
+    explicitly assigned any of many action types that Hyperbole and Emacs
+    include.  These contrast with implicit buttons which Hyperbole generates
     automatically by recognizing text patterns in buffers.  Explicit buttons
     look like this: <(fake button)>.  They are quickly recognizable, yet
     relatively non-distracting as one scans the text in which they are
diff --git a/HY-ABOUT b/HY-ABOUT
index 5811c10f31..62263ab27b 100644
--- a/HY-ABOUT
+++ b/HY-ABOUT
@@ -3,7 +3,7 @@
                    Designed and Written by Bob Weiner
                 Maintained by Mats Lidell and Bob Weiner
                  https://www.gnu.org/software/hyperbole/
-                            Version 8.0.1pre
+                            Version 9.0.0
 
          Say thanks or send a testimonial if you like Hyperbole:
                         Email: <rsw@gnu.org>
diff --git a/HY-NEWS b/HY-NEWS
index def0edf47c..f728a141ae 100644
--- a/HY-NEWS
+++ b/HY-NEWS
@@ -2,7 +2,7 @@
                                 by Bob Weiner
 
 ===========================================================================
-*                                   V8.0.1pre
+*                                   V9.0.0
 ===========================================================================
 
 ** HYPERBOLE SYSTEM
diff --git a/Makefile b/Makefile
index a198872eae..9f55bac912 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # Author:       Bob Weiner
 #
 # Orig-Date:    15-Jun-94 at 03:42:38
-# Last-Mod:     11-Oct-22 at 22:22:16 by Mats Lidell
+# Last-Mod:      7-Jan-23 at 20:37:56 by Bob Weiner
 #
 # Copyright (C) 1994-2022  Free Software Foundation, Inc.
 # See the file HY-COPY for license information.
@@ -210,7 +210,7 @@ HY-TALK  = HY-TALK/.hypb HY-TALK/HYPB HY-TALK/HY-TALK.org
 
 HYPERBOLE_FILES = dir info html $(EL_COMPILE) $(EL_KOTL) \
        $(ELC_COMPILE) $(HY-TALK) ChangeLog COPYING Makefile HY-ABOUT 
HY-ANNOUNCE HY-NEWS \
-       HY-WHY.kotl INSTALL DEMO DEMO-ROLO.otl FAST-DEMO MANIFEST README 
README.md _hypb \
+       HY-WHY.kotl INSTALL DEMO DEMO-ROLO.otl FAST-DEMO MANIFEST README 
README.md TAGS _hypb \
         .hypb smart-clib-sym topwin.py hyperbole-banner.png 
$(man_dir)/hkey-help.txt \
        $(man_dir)/hyperbole.texi $(man_dir)/hyperbole.css 
$(man_dir)/version.texi
 
@@ -404,7 +404,7 @@ website: website-local
 
 # Generate a Hyperbole package suitable for distribution via the Emacs package 
manager.
 pkg: package
-package: doc $(pkg_parent)/hyperbole-$(HYPB_VERSION).tar.sig
+package: tags doc $(pkg_parent)/hyperbole-$(HYPB_VERSION).tar.sig
 
 # Generate and distribute a Hyperbole release to ftp.gnu.org.
 # One step in this is to generate an autoloads file for the Koutliner, 
kotl/kotl-autoloads.el.
@@ -459,11 +459,11 @@ $(pkg_parent)/hyperbole-$(HYPB_VERSION).tar: version 
$(HYPERBOLE_FILES)
 pkgclean: packageclean
 packageclean:
        if [ -d $(pkg_hyperbole) ]; then \
-         cd $(pkg_hyperbole) && $(RM) -r .git* videos ChangeLog.* *autoloads.* 
*.elc TAGS TODO* HY-ANNOUNCE-* .DS_Store \
+         cd $(pkg_hyperbole) && $(RM) -r .git* videos ChangeLog.* *autoloads.* 
*.elc TODO* HY-ANNOUNCE-* .DS_Store \
            core .place* ._* .*~ *~ *\# *- *.orig *.rej .nfs* CVS .cvsignore 
GNUmakefile.id \
            && gsed '/\f/,/\f/{/\f/!d}' .hypb | tail +2 > .hypb2 && rm -f .hypb 
&& mv .hypb2 .hypb; fi # Filter out unneeded TODO file hbut data from .hypb
        if [ -d $(pkg_hyperbole)/kotl ]; then \
-         cd $(pkg_hyperbole)/kotl && $(RM) -r *autoloads.* *.elc TAGS TODO* 
.DS_Store \
+         cd $(pkg_hyperbole)/kotl && $(RM) -r *autoloads.* *.elc TODO* 
.DS_Store \
            core .place* ._* .*~ *~ *\# *- *.orig *.rej .nfs* CVS .cvsignore; fi
        if [ -d $(pkg_hyperbole)/man ]; then \
          cd $(pkg_hyperbole)/man && $(RM) -r .DS_Store core .place* 
hyperbole.{log,aux,cp*,fn*,ky*,toc,vr*} \
diff --git a/hactypes.el b/hactypes.el
index 17ae06cfa1..eff6f4ac3b 100644
--- a/hactypes.el
+++ b/hactypes.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    23-Sep-91 at 20:34:36
-;; Last-Mod:     20-Nov-22 at 21:55:18 by Bob Weiner
+;; Last-Mod:      7-Jan-23 at 19:59:13 by Bob Weiner
 ;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
@@ -672,43 +672,39 @@ Uses `hpath:display-where' setting to control where the 
man page is displayed."
 (defact rfc-toc (&optional buf-name opoint sections-start)
   "Compute and display summary of an Internet rfc in BUF-NAME.
 Assume point has already been moved to start of region to summarize.
-Optional OPOINT is point to return to in BUF-NAME after displaying summary."
+Optional OPOINT is point to return to in BUF-NAME after displaying
+summary; otherwise, point remains in the toc occurrence buffer.
+Optional SECTIONS-START limits toc entries to those after that point."
   (interactive)
-  (if buf-name
-      (cond ((get-buffer buf-name)
-            (switch-to-buffer buf-name))
-           ((let ((buf (get-file-buffer buf-name)))
-              (when buf
-                (switch-to-buffer (setq buf-name buf))
-                t)))
-           (t (if opoint (goto-char opoint))
-              (hypb:error "(rfc-toc): Invalid buffer name: %s" buf-name))))
   (let ((sect-regexp "^[ \t]*[1-9][0-9]*\\.[0-9.]*[ \t]+[^ \t\n\r]")
-       (temp-buffer-show-function 'switch-to-buffer)
-       occur-buffer)
-    (hpath:display-buffer (current-buffer))
+       (rfc-buf-name (buffer-name))
+       (toc-buf-name (format "*toc %s*" buf-name)))
+    (when (get-buffer toc-buf-name)
+      (kill-buffer toc-buf-name))
     (occur sect-regexp nil (list (cons sections-start (point-max))))
-    (setq occur-buffer (set-buffer "*Occur*"))
-    (rename-buffer (format "*%s toc*" buf-name))
+    (select-window (get-buffer-window "*Occur*"))
+    (rename-buffer toc-buf-name)
     (re-search-forward "^[ ]*[0-9]+:" nil t)
     (beginning-of-line)
-    (delete-region (point-min) (point))
-    (insert "Contents of " (buffer-name occur-buffer) ":\n")
-    (set-buffer-modified-p nil)
-    (set-buffer buf-name)
-    (if opoint (goto-char opoint))))
+    (let ((inhibit-read-only t)
+         (buffer-read-only))
+      (remove-text-properties (point-min) (point) '(read-only))
+      (delete-region (point-min) (point))
+      (insert "Sections of " rfc-buf-name ":\n")
+      (set-buffer-modified-p nil))
+    (when opoint
+      (select-buffer buf-name)
+      (goto-char opoint))))
 
 (defact text-toc (section)
   "Jump to the text file SECTION referenced by a table of contents entry at 
point."
   (interactive "sGo to section named: ")
   (when (stringp section)
-    (actypes::link-to-regexp-match
-     (concat "^[-+*o]+[ \t]+" (regexp-quote section))
-     1 (current-buffer) t)
-    (while (and (= (forward-line -1) 0)
-               (looking-at "[ \t]*[-=][-=]")))
-    (forward-line 1)
-    (recenter 0)))
+    (actypes::link-to-regexp-match section 2 (current-buffer) t))
+  (while (and (= (forward-line -1) 0)
+             (looking-at "[ \t]*[-=][-=]")))
+  (forward-line 1)
+  (recenter 0))
 
 (provide 'hactypes)
 
diff --git a/hargs.el b/hargs.el
index a6ef33a4c0..1cc7bf5357 100644
--- a/hargs.el
+++ b/hargs.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    31-Oct-91 at 23:17:35
-;; Last-Mod:     12-Oct-22 at 22:30:53 by Mats Lidell
+;; Last-Mod:      7-Jan-23 at 14:00:52 by Bob Weiner
 ;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
@@ -604,12 +604,14 @@ string read or nil."
                         &optional predicate must-match initial-input val-type)
   "PROMPT with completion for a value in COLLECTION and return it.
 COLLECTION may be a list of strings, an alist, an obarray (for
-`symbol-name' completion) or a hash collection.  COLLECTION may also be
-a function to do the completion itself.  Optional PREDICATE
-limits completion to a subset of COLLECTION.  Optional MUST-MATCH
-means value returned must be from COLLECTION.  Optional INITIAL-INPUT
-is a string inserted after PROMPT as the default value.  Optional
-VAL-TYPE is a symbol indicating the type of value to be read."
+`symbol-name' completion) or a hash collection.  COLLECTION may
+also be a function to do the completion itself.  Optional
+PREDICATE limits completion to a subset of COLLECTION.  Optional
+MUST-MATCH means value returned must be from COLLECTION and not
+blank (unless INITIAL-INPUT is given as an empty string).
+Optional INITIAL-INPUT is a string inserted after PROMPT as the
+default value.  Optional VAL-TYPE is a symbol indicating the type
+of value to be read."
   (unless (and must-match (null collection))
     (let ((prev-reading-p hargs:reading-type)
          (completion-ignore-case t)
@@ -618,11 +620,15 @@ VAL-TYPE is a symbol indicating the type of value to be 
read."
          result)
       (unwind-protect
          (progn
-           (setq hargs:reading-type (or val-type t)
-                 result (completing-read prompt collection predicate 
must-match initial-input))
-           (if (and (equal result "") initial-input)
-               initial-input
-             result))
+           (setq hargs:reading-type (or val-type t))
+           (while (null result)
+             (setq result (completing-read prompt collection predicate 
must-match initial-input))
+             (when (and must-match (stringp result) (string-blank-p result)
+                        (not (equal initial-input "")))
+               (setq result initial-input)
+               (when (not initial-input)
+                 (beep))))
+           result)
        (setq hargs:reading-type prev-reading-p)
        (select-window owind)
        (switch-to-buffer obuf)))))
diff --git a/hibtypes.el b/hibtypes.el
index 381673e7e5..a8474954fc 100644
--- a/hibtypes.el
+++ b/hibtypes.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    19-Sep-91 at 20:45:31
-;; Last-Mod:      3-Dec-22 at 01:08:43 by Bob Weiner
+;; Last-Mod:      7-Jan-23 at 19:54:51 by Bob Weiner
 ;;
 ;; Copyright (C) 1991-2022 Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
@@ -431,7 +431,8 @@ Pathnames and urls are handled elsewhere."
 Each line in the summary may be selected to jump to a section."
   (let ((case-fold-search t)
         (toc)
-        (opoint (point)))
+        (opoint (point))
+       sections-start)
     (if (and (string-match "\\`rfc[-_]?[0-9]" (buffer-name))
             (not (string-match "toc" (buffer-name)))
              (goto-char (point-min))
@@ -439,8 +440,10 @@ Each line in the summary may be selected to jump to a 
section."
                     (re-search-forward "^[ \t]*1.0?[ \t]+[^ \t\n\r]" nil t
                                        (and toc 2))))
         (progn (beginning-of-line)
+              (setq sections-start (point))
                (ibut:label-set (buffer-name))
-               (hact 'rfc-toc (buffer-name) opoint (point)))
+              (goto-char opoint)
+               (hact 'rfc-toc (buffer-name) nil sections-start))
       (goto-char opoint)
       nil)))
 
@@ -603,7 +606,11 @@ more asterisk characters at the very beginning of the 
line."
                (save-excursion
                  (beginning-of-line)
                  ;; Entry line within a TOC
-                 (when (and (looking-at "[ \t]+[-+*o]+[ \t]+\\(.*\\)$")
+                 (when (and (or 
+                            ;; Next line is typically in RFCs,
+                            ;; e.g. "1.1.  Scope ..... 1"
+                            (looking-at "^[ \t]*\\([0-9.]+\\([ \t]+[^ 
\t\n\r]+\\)+\\) \\.+")
+                            (looking-at "[ \t]+\\([-+*o]+[ \t]+.*\\)$"))
                            (setq section (string-trim 
(match-string-no-properties 1))))
                   (ibut:label-set section (match-beginning 1) (match-end 1))
                    t)))
diff --git a/hui.el b/hui.el
index 7cddd66b6e..b1040fcbe0 100644
--- a/hui.el
+++ b/hui.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    19-Sep-91 at 21:42:03
-;; Last-Mod:     31-Oct-22 at 00:33:29 by Bob Weiner
+;; Last-Mod:      7-Jan-23 at 19:58:18 by Bob Weiner
 ;;
 ;; Copyright (C) 1991-2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
@@ -1107,8 +1107,9 @@ from those instead.  See also documentation for
         act)))
 
 (defun hui:actype (&optional default-actype prompt)
-  "Using optional DEFAULT-ACTYPE, PROMPT for and return a button action type.
-DEFAULT-ACTYPE may be a valid symbol or symbol name."
+  "Using optional DEFAULT-ACTYPE, PROMPT for and return a valid button action 
type.
+DEFAULT-ACTYPE may be any valid, interactive command symbol or name.
+Trigger an error if DEFAULT-ACTYPE is invalid."
   (when (and default-actype (symbolp default-actype))
     (setq default-actype (symbol-name default-actype)
          default-actype (actype:def-symbol default-actype)
@@ -1118,10 +1119,11 @@ DEFAULT-ACTYPE may be a valid symbol or symbol name."
             (hargs:read-match (or prompt "Button's action type: ")
                               (nconc
                                (mapcar #'list (htype:names 'actypes))
-                               (mapcar #'list (all-completions "" obarray)))
+                               (mapcar #'list (all-completions "" obarray
+                                                               (lambda (sym) 
(commandp sym t)))))
                               nil t default-actype 'actype)))
-       (or (actype:def-symbol actype-name) (intern actype-name)))
-    (hypb:error "(actype): Invalid default action type received")))
+       (or (actype:def-symbol actype-name) (intern-soft actype-name)))
+    (hypb:error "(actype): Default action type must be an interactive command, 
not: %s" default-actype)))
 
 (defun hui:buf-writable-err (but-buf func-name)
   "If BUT-BUF is read-only, signal an error from FUNC-NAME."
@@ -1372,7 +1374,7 @@ Optional NO-SORT means display in decreasing priority 
order (natural order)."
                                         " in priority order"
                                       "")))
                     (mapcar 'list (append '("" "*") names))
-                    nil t nil htype-sym))
+                    nil t "" htype-sym))
              nm-list
              doc-list)
         (setq nm-list
diff --git a/hversion.el b/hversion.el
index 31f2f57f8d..25c2d2697a 100644
--- a/hversion.el
+++ b/hversion.el
@@ -4,7 +4,7 @@
 ;; Maintainer:   Bob Weiner, Mats Lidell
 ;;
 ;; Orig-Date:     1-Jan-94
-;; Last-Mod:     21-Nov-22 at 17:42:47 by Bob Weiner
+;; Last-Mod:      4-Dec-22 at 03:57:42 by Bob Weiner
 ;;
 ;; Copyright (C) 1994-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
@@ -24,7 +24,7 @@
 ;;; Public variables
 ;;; ************************************************************************
 
-(defconst hyperb:version "8.0.1pre" "GNU Hyperbole revision number.")
+(defconst hyperb:version "9.0.0" "GNU Hyperbole revision number.")
 
 ;;;###autoload
 (defvar hyperb:mouse-buttons
diff --git a/hyperbole.el b/hyperbole.el
index 8568c4e9eb..48a9c416cf 100644
--- a/hyperbole.el
+++ b/hyperbole.el
@@ -5,7 +5,7 @@
 ;; Author:           Bob Weiner
 ;; Maintainer:       Bob Weiner <rsw@gnu.org>, Mats Lidell <matsl@gnu.org>
 ;; Created:          06-Oct-92 at 11:52:51
-;; Last-mod:      3-Dec-22 at 02:37:07 by Bob Weiner
+;; Last-mod:     11-Dec-22 at 13:32:34 by Bob Weiner
 ;; Released:         03-Dec-22
 ;; Version:          8.0.1pre
 ;; Keywords:         comm, convenience, files, frames, hypermedia, languages, 
mail, matching, mouse, multimedia, outlines, tools, wp
@@ -244,7 +244,9 @@ of the commands."
     ;; Setup so Hyperbole menus can be accessed from a key.  If not
     ;; already bound to a key, this typically binds the command `hyperbole'
     ;; globally to {C-h h} and activates Hyperbole minor mode.
-    (unless (where-is-internal #'hyperbole (current-global-map))
+    (unless (or (where-is-internal #'hyperbole (current-global-map))
+               (null help-char)
+               (not (keymapp (lookup-key (current-global-map) (char-to-string 
help-char)))))
       ;; In GNU Emacs, this binding replaces a command that shows
       ;; the word hello in foreign languages; this binding makes this
       ;; key much more useful.
diff --git a/hyrolo.el b/hyrolo.el
index 3f0b2962a9..fa26d7dfa5 100644
--- a/hyrolo.el
+++ b/hyrolo.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:     7-Jun-89 at 22:08:29
-;; Last-Mod:     27-Nov-22 at 23:45:24 by Bob Weiner
+;; Last-Mod:      3-Dec-22 at 17:06:18 by Bob Weiner
 ;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
@@ -1325,7 +1325,7 @@ Stop at the first and last subheadings of a superior 
heading."
 ;;;###autoload
 (defun hyrolo-fgrep-directories (file-regexp &rest dirs)
   "String/logical HyRolo search over files matching FILE-REGEXP in rest of 
DIRS."
-  (hyrolo-search-directories #'hyrolo-fgrep file-regexp dirs))
+  (apply #'hyrolo-search-directories #'hyrolo-fgrep file-regexp dirs))
 
 (defun hyrolo-fgrep-file (hyrolo-file-or-buf string &optional max-matches 
count-only headline-only)
   "Retrieve entries in HYROLO-FILE-OR-BUF matching STRING.
@@ -1350,7 +1350,7 @@ Stop at the first and last subheadings of a superior 
heading."
 ;;;###autoload
 (defun hyrolo-grep-directories (file-regexp &rest dirs)
   "Regexp HyRolo search over files matching FILE-REGEXP in rest of DIRS."
-  (hyrolo-search-directories #'hyrolo-grep file-regexp dirs))
+  (apply #'hyrolo-search-directories #'hyrolo-grep file-regexp dirs))
 
 (defun hyrolo-next-regexp-match (regexp headline-only)
   "In a HyRolo source buffer, move past next occurrence of REGEXP or return 
nil."
diff --git a/man/hyperbole.html b/man/hyperbole.html
index 9136d8d858..37981e5686 100644
--- a/man/hyperbole.html
+++ b/man/hyperbole.html
@@ -1,9 +1,12 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!DOCTYPE html>
 <html>
+<!-- Created by GNU Texinfo 7.0, https://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <!-- This manual is for GNU Hyperbole
-(Edition 8.0.1pre, Published December, 2022).
+(Edition 8.0.1pre, Published January, 2022).
 
-Copyright (C) 1989-2022  Free Software Foundation, Inc.
+Copyright © 1989-2022  Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -20,9 +23,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 See the GNU General Public License for more details in the file,
 "COPYING", within the Hyperbole package directory. -->
-<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>GNU Hyperbole Manual</title>
 
 <meta name="description" content="GNU Hyperbole Manual">
@@ -30,26 +30,31 @@ See the GNU General Public License for more details in the 
file,
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="makeinfo">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
 <link href="#Top" rel="start" title="Top">
 <link href="#Key-Index" rel="index" title="Key Index">
 <link href="#SEC_Contents" rel="contents" title="Table of Contents">
 <link href="dir.html#Top" rel="up" title="(dir)">
+<link href="#Introduction" rel="next" title="Introduction">
+<link href="dir.html#Top" rel="prev" title="(dir)">
 <style type="text/css">
 <!--
-a.summary-letter {text-decoration: none}
-blockquote.indentedblock {margin-right: 0em}
+a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
+a.summary-letter-printindex {text-decoration: none}
+div.center {text-align:center}
 div.display {margin-left: 3.2em}
 div.example {margin-left: 3.2em}
-div.lisp {margin-left: 3.2em}
-kbd {font-style: oblique}
-pre.display {font-family: inherit}
-pre.format {font-family: inherit}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-span.nolinebreak {white-space: nowrap}
-span.roman {font-family: initial; font-weight: normal}
-span.sansserif {font-family: sans-serif; font-weight: normal}
-ul.no-bullet {list-style: none}
+kbd.kbd {font-style: oblique}
+kbd.key {font-style: normal}
+pre.display-preformatted {font-family: inherit}
+pre.format-preformatted {font-family: inherit}
+span:hover a.copiable-link {visibility: visible}
+td.printindex-index-entry {vertical-align: top}
+td.printindex-index-section {vertical-align: top}
+th.entries-header-printindex {text-align:left}
+th.sections-header-printindex {text-align:left}
+ul.mark-bullet {list-style-type: disc}
 -->
 </style>
 <link rel="stylesheet" type="text/css" href="hyperbole.css">
@@ -58,8 +63,6 @@ ul.no-bullet {list-style: none}
 </head>
 
 <body lang="en">
-<h1 class="settitle" align="center">GNU Hyperbole Manual</h1>
-
 
 
 
@@ -74,281 +77,15 @@ ul.no-bullet {list-style: none}
 
 
 
-<span id="SEC_Overview"></span>
-<h2 class="shortcontents-heading">Short Table of Contents</h2>
-
-<div class="shortcontents">
-<ul class="no-bullet">
-<li><a id="stoc-GNU-Hyperbole" href="#toc-GNU-Hyperbole">GNU Hyperbole</a></li>
-<li><a id="stoc-Introduction-1" href="#toc-Introduction-1">1 
Introduction</a></li>
-<li><a id="stoc-Usage-1" href="#toc-Usage-1">2 Usage</a></li>
-<li><a id="stoc-Smart-Keys-1" href="#toc-Smart-Keys-1">3 Smart Keys</a></li>
-<li><a id="stoc-Buttons-1" href="#toc-Buttons-1">4 Buttons</a></li>
-<li><a id="stoc-Menus-1" href="#toc-Menus-1">5 Menus</a></li>
-<li><a id="stoc-HyControl-1" href="#toc-HyControl-1">6 HyControl</a></li>
-<li><a id="stoc-Koutliner-1" href="#toc-Koutliner-1">7 Koutliner</a></li>
-<li><a id="stoc-HyRolo-1" href="#toc-HyRolo-1">8 HyRolo</a></li>
-<li><a id="stoc-Window-Configurations-1" href="#toc-Window-Configurations-1">9 
Window Configurations</a></li>
-<li><a id="stoc-Developing-with-Hyperbole-1" 
href="#toc-Developing-with-Hyperbole-1">10 Developing with Hyperbole</a></li>
-<li><a id="stoc-Glossary-1" href="#toc-Glossary-1">Appendix A Glossary</a></li>
-<li><a id="stoc-Setup-1" href="#toc-Setup-1">Appendix B Setup</a></li>
-<li><a id="stoc-Hyperbole-Key-Bindings-1" 
href="#toc-Hyperbole-Key-Bindings-1">Appendix C Hyperbole Key Bindings</a></li>
-<li><a id="stoc-Koutliner-Keys-1" href="#toc-Koutliner-Keys-1">Appendix D 
Koutliner Keys</a></li>
-<li><a id="stoc-Smart-Key-Reference-1" 
href="#toc-Smart-Key-Reference-1">Appendix E Smart Key Reference</a></li>
-<li><a id="stoc-Suggestion-or-Bug-Reporting-1" 
href="#toc-Suggestion-or-Bug-Reporting-1">Appendix F Suggestion or Bug 
Reporting</a></li>
-<li><a id="stoc-Questions-and-Answers-1" 
href="#toc-Questions-and-Answers-1">Appendix G Questions and Answers</a></li>
-<li><a id="stoc-Future-Work-1" href="#toc-Future-Work-1">Appendix H Future 
Work</a></li>
-<li><a id="stoc-References-1" href="#toc-References-1">Appendix I 
References</a></li>
-<li><a id="stoc-Key-Index-1" href="#toc-Key-Index-1" rel="index">Key 
Index</a></li>
-<li><a id="stoc-Function_002c-Variable-and-File-Index" 
href="#toc-Function_002c-Variable-and-File-Index" rel="index">Function, 
Variable and File Index</a></li>
-<li><a id="stoc-Concept-Index-1" href="#toc-Concept-Index-1" 
rel="index">Concept Index</a></li>
-
-</ul>
-</div>
-
-<span id="SEC_Contents"></span>
-<h2 class="contents-heading">Table of Contents</h2>
-
-<div class="contents">
-<ul class="no-bullet">
-<li><a id="toc-GNU-Hyperbole" href="#Top">GNU Hyperbole</a></li>
-<li><a id="toc-Introduction-1" href="#Introduction">1 Introduction</a>
-<ul class="no-bullet">
-  <li><a id="toc-Manual-Overview-1" href="#Manual-Overview">1.1 Manual 
Overview</a></li>
-  <li><a id="toc-Motivation-1" href="#Motivation">1.2 Motivation</a></li>
-  <li><a id="toc-Hyperbole-Overview-1" href="#Hyperbole-Overview">1.3 
Hyperbole Overview</a></li>
-  <li><a id="toc-Mail-Lists-1" href="#Mail-Lists">1.4 Mail Lists</a></li>
-</ul></li>
-<li><a id="toc-Usage-1" href="#Usage">2 Usage</a>
-<ul class="no-bullet">
-  <li><a id="toc-Invocation-1" href="#Invocation">2.1 Invocation</a></li>
-  <li><a id="toc-Documentation-1" href="#Documentation">2.2 
Documentation</a></li>
-  <li><a id="toc-Hyperbole-Hooks-1" href="#Hyperbole-Hooks">2.3 Hyperbole 
Hooks</a></li>
-</ul></li>
-<li><a id="toc-Smart-Keys-1" href="#Smart-Keys">3 Smart Keys</a>
-<ul class="no-bullet">
-  <li><a id="toc-Smart-Key-Bindings-1" href="#Smart-Key-Bindings">3.1 Smart 
Key Bindings</a></li>
-  <li><a id="toc-Smart-Key-Operations-1" href="#Smart-Key-Operations">3.2 
Smart Key Operations</a></li>
-  <li><a id="toc-Smart-Key-Argument-Selection-1" 
href="#Smart-Key-Argument-Selection">3.3 Smart Key Argument Selection</a></li>
-  <li><a id="toc-Smart-Key-Debugging-1" href="#Smart-Key-Debugging">3.4 Smart 
Key Debugging</a></li>
-  <li><a id="toc-Smart-Key-Thing-Selection-1" 
href="#Smart-Key-Thing-Selection">3.5 Smart Key Thing Selection</a></li>
-  <li><a id="toc-Smart-Mouse-Key-Modeline-Clicks-1" 
href="#Smart-Mouse-Key-Modeline-Clicks">3.6 Smart Mouse Key Modeline 
Clicks</a></li>
-  <li><a id="toc-Smart-Mouse-Key-Drags-1" href="#Smart-Mouse-Key-Drags">3.7 
Smart Mouse Key Drags</a>
-  <ul class="no-bullet">
-    <li><a id="toc-Creating-and-Deleting-Windows-1" 
href="#Creating-and-Deleting-Windows">3.7.1 Creating and Deleting 
Windows</a></li>
-    <li><a id="toc-Saving-and-Restoring-Window-Configurations-1" 
href="#Saving-and-Restoring-Window-Configurations">3.7.2 Saving and Restoring 
Window Configurations</a></li>
-    <li><a id="toc-Resizing-Windows-1" href="#Resizing-Windows">3.7.3 Resizing 
Windows</a></li>
-    <li><a id="toc-Moving-Frames-1" href="#Moving-Frames">3.7.4 Moving 
Frames</a></li>
-    <li><a id="toc-Dragging-Buffers_002c-Windows-and-Items" 
href="#Dragging-Buffers">3.7.5 Dragging Buffers, Windows and Items</a>
-    <ul class="no-bullet">
-      <li><a id="toc-Swapping-Buffers-1" href="#Swapping-Buffers">3.7.5.1 
Swapping Buffers</a></li>
-      <li><a id="toc-Displaying-Buffers-1" href="#Displaying-Buffers">3.7.5.2 
Displaying Buffers</a></li>
-      <li><a id="toc-Cloning-Windows-1" href="#Cloning-Windows">3.7.5.3 
Cloning Windows</a></li>
-      <li><a id="toc-Displaying-File-and-Buffer-Items-1" 
href="#Displaying-File-and-Buffer-Items">3.7.5.4 Displaying File and Buffer 
Items</a></li>
-      <li><a id="toc-Keyboard-Drags-1" href="#Keyboard-Drags">3.7.5.5 Keyboard 
Drags</a></li>
-    </ul></li>
-  </ul></li>
-</ul></li>
-<li><a id="toc-Buttons-1" href="#Buttons">4 Buttons</a>
-<ul class="no-bullet">
-  <li><a id="toc-Explicit-Buttons-1" href="#Explicit-Buttons">4.1 Explicit 
Buttons</a></li>
-  <li><a id="toc-Global-Buttons-1" href="#Global-Buttons">4.2 Global 
Buttons</a></li>
-  <li><a id="toc-Implicit-Buttons-1" href="#Implicit-Buttons">4.3 Implicit 
Buttons</a>
-  <ul class="no-bullet">
-    <li><a id="toc-Implicit-Button-Types-1" 
href="#Implicit-Button-Types">4.3.1 Implicit Button Types</a></li>
-    <li><a id="toc-Action-Buttons-1" href="#Action-Buttons">4.3.2 Action 
Buttons</a></li>
-  </ul></li>
-  <li><a id="toc-Button-Files-1" href="#Button-Files">4.4 Button Files</a></li>
-  <li><a id="toc-Action-Types-1" href="#Action-Types">4.5 Action Types</a></li>
-  <li><a id="toc-Button-Type-Precedence-1" href="#Button-Type-Precedence">4.6 
Button Type Precedence</a></li>
-  <li><a id="toc-Utilizing-Explicit-Buttons-1" 
href="#Utilizing-Explicit-Buttons">4.7 Utilizing Explicit Buttons</a>
-  <ul class="no-bullet">
-    <li><a id="toc-Creation-1" href="#Creation">4.7.1 Creation</a>
-    <ul class="no-bullet">
-      <li><a id="toc-Creation-Via-Action-Key-Drags" 
href="#By-Dragging">4.7.1.1 Creation Via Action Key Drags</a></li>
-      <li><a id="toc-Creation-Via-Menus" href="#By-Menu">4.7.1.2 Creation Via 
Menus</a></li>
-    </ul></li>
-    <li><a id="toc-Renaming-1" href="#Renaming">4.7.2 Renaming</a></li>
-    <li><a id="toc-Deletion-1" href="#Deletion">4.7.3 Deletion</a></li>
-    <li><a id="toc-Editing-1" href="#Editing">4.7.4 Editing</a></li>
-    <li><a id="toc-Searching-and-Summarizing-1" 
href="#Searching-and-Summarizing">4.7.5 Searching and Summarizing</a></li>
-    <li><a id="toc-Buttons-in-Mail-1" href="#Buttons-in-Mail">4.7.6 Buttons in 
Mail</a></li>
-    <li><a id="toc-Buttons-in-News-1" href="#Buttons-in-News">4.7.7 Buttons in 
News</a></li>
-  </ul></li>
-</ul></li>
-<li><a id="toc-Menus-1" href="#Menus">5 Menus</a></li>
-<li><a id="toc-HyControl-1" href="#HyControl">6 HyControl</a></li>
-<li><a id="toc-Koutliner-1" href="#Koutliner">7 Koutliner</a>
-<ul class="no-bullet">
-  <li><a id="toc-Menu-Commands-1" href="#Menu-Commands">7.1 Menu 
Commands</a></li>
-  <li><a id="toc-Creating-Outlines-1" href="#Creating-Outlines">7.2 Creating 
Outlines</a></li>
-  <li><a id="toc-Autonumbering-1" href="#Autonumbering">7.3 
Autonumbering</a></li>
-  <li><a id="toc-Idstamps-1" href="#Idstamps">7.4 Idstamps</a></li>
-  <li><a id="toc-Editing-Outlines-1" href="#Editing-Outlines">7.5 Editing 
Outlines</a>
-  <ul class="no-bullet">
-    <li><a id="toc-Adding-and-Killing-1" href="#Adding-and-Killing">7.5.1 
Adding and Killing</a></li>
-    <li><a id="toc-Promoting-and-Demoting-1" 
href="#Promoting-and-Demoting">7.5.2 Promoting and Demoting</a></li>
-    <li><a id="toc-Relocating-and-Copying-1" 
href="#Relocating-and-Copying">7.5.3 Relocating and Copying</a></li>
-    <li><a id="toc-Moving-Around-1" href="#Moving-Around">7.5.4 Moving 
Around</a></li>
-    <li><a id="toc-Filling-1" href="#Filling">7.5.5 Filling</a></li>
-    <li><a id="toc-Transposing-1" href="#Transposing">7.5.6 
Transposing</a></li>
-    <li><a id="toc-Splitting-and-Appending-1" 
href="#Splitting-and-Appending">7.5.7 Splitting and Appending</a></li>
-    <li><a id="toc-Inserting-and-Importing-1" 
href="#Inserting-and-Importing">7.5.8 Inserting and Importing</a></li>
-    <li><a id="toc-Exporting-1" href="#Exporting">7.5.9 Exporting</a></li>
-  </ul></li>
-  <li><a id="toc-Viewing-Outlines-1" href="#Viewing-Outlines">7.6 Viewing 
Outlines</a>
-  <ul class="no-bullet">
-    <li><a id="toc-Hiding-and-Showing-1" href="#Hiding-and-Showing">7.6.1 
Hiding and Showing</a></li>
-    <li><a id="toc-View-Specs-1" href="#View-Specs">7.6.2 View Specs</a></li>
-  </ul></li>
-  <li><a id="toc-Klinks-1" href="#Klinks">7.7 Klinks</a></li>
-  <li><a id="toc-Cell-Attributes-1" href="#Cell-Attributes">7.8 Cell 
Attributes</a></li>
-  <li><a id="toc-Koutliner-History-1" href="#Koutliner-History">7.9 Koutliner 
History</a></li>
-</ul></li>
-<li><a id="toc-HyRolo-1" href="#HyRolo">8 HyRolo</a>
-<ul class="no-bullet">
-  <li><a id="toc-HyRolo-Concepts-1" href="#HyRolo-Concepts">8.1 HyRolo 
Concepts</a></li>
-  <li><a id="toc-Rolo-Menu" href="#HyRolo-Menu">8.2 Rolo Menu</a></li>
-  <li><a id="toc-HyRolo-Searching-1" href="#HyRolo-Searching">8.3 HyRolo 
Searching</a></li>
-  <li><a id="toc-HyRolo-Keys-1" href="#HyRolo-Keys">8.4 HyRolo Keys</a></li>
-  <li><a id="toc-HyRolo-Settings-1" href="#HyRolo-Settings">8.5 HyRolo 
Settings</a></li>
-</ul></li>
-<li><a id="toc-Window-Configurations-1" href="#Window-Configurations">9 Window 
Configurations</a></li>
-<li><a id="toc-Developing-with-Hyperbole-1" 
href="#Developing-with-Hyperbole">10 Developing with Hyperbole</a>
-<ul class="no-bullet">
-  <li><a id="toc-Hook-Variables-1" href="#Hook-Variables">10.1 Hook 
Variables</a></li>
-  <li><a id="toc-Creating-Types-1" href="#Creating-Types">10.2 Creating 
Types</a>
-  <ul class="no-bullet">
-    <li><a id="toc-Creating-Action-Types-1" 
href="#Creating-Action-Types">10.2.1 Creating Action Types</a></li>
-    <li><a id="toc-Creating-Implicit-Button-Types-1" 
href="#Creating-Implicit-Button-Types">10.2.2 Creating Implicit Button Types</a>
-    <ul class="no-bullet">
-      <li><a id="toc-Action-Button-Link-Types-1" 
href="#Action-Button-Link-Types">10.2.2.1 Action Button Link Types</a></li>
-      <li><a id="toc-Implicit-Button-Link-Types-1" 
href="#Implicit-Button-Link-Types">10.2.2.2 Implicit Button Link Types</a></li>
-      <li><a id="toc-Programmatic-Implicit-Button-Types-1" 
href="#Programmatic-Implicit-Button-Types">10.2.2.3 Programmatic Implicit 
Button Types</a></li>
-    </ul></li>
-  </ul></li>
-  <li><a id="toc-Explicit-Button-Technicalities-1" 
href="#Explicit-Button-Technicalities">10.3 Explicit Button Technicalities</a>
-  <ul class="no-bullet">
-    <li><a id="toc-Button-Label-Normalization-1" 
href="#Button-Label-Normalization">10.3.1 Button Label Normalization</a></li>
-    <li><a id="toc-Operational-and-Storage-Formats-1" 
href="#Operational-and-Storage-Formats">10.3.2 Operational and Storage 
Formats</a></li>
-    <li><a id="toc-Programmatic-Button-Creation-1" 
href="#Programmatic-Button-Creation">10.3.3 Programmatic Button 
Creation</a></li>
-  </ul></li>
-  <li><a id="toc-Encapsulating-Systems-1" href="#Encapsulating-Systems">10.4 
Encapsulating Systems</a></li>
-  <li><a id="toc-Embedding-Hyperbole-1" href="#Embedding-Hyperbole">10.5 
Embedding Hyperbole</a></li>
-</ul></li>
-<li><a id="toc-Glossary-1" href="#Glossary">Appendix A Glossary</a></li>
-<li><a id="toc-Setup-1" href="#Setup">Appendix B Setup</a>
-<ul class="no-bullet">
-  <li><a id="toc-Installation-1" href="#Installation">B.1 Installation</a>
-  <ul class="no-bullet">
-    <li><a 
id="toc-Elpa-Stable-Package-Installation-_0028Emacs-Package-Manager_0029" 
href="#Elpa-Stable-Package-Installation">B.1.1 Elpa Stable Package Installation 
(Emacs Package Manager)</a></li>
-    <li><a id="toc-Elpa-In_002dDevelopment-Package-Installation-1" 
href="#Elpa-In_002dDevelopment-Package-Installation">B.1.2 Elpa In-Development 
Package Installation</a></li>
-    <li><a 
id="toc-Git-In_002dDevelopment-Package-Installation-_0028Straight-Package-Manager_0029"
 href="#Git-In_002dDevelopment-Package-Installation">B.1.3 Git In-Development 
Package Installation (Straight Package Manager)</a></li>
-    <li><a id="toc-Manual-Tarball-Archive-Installation-1" 
href="#Manual-Tarball-Archive-Installation">B.1.4 Manual Tarball Archive 
Installation</a></li>
-  </ul></li>
-  <li><a id="toc-Customization-1" href="#Customization">B.2 Customization</a>
-  <ul class="no-bullet">
-    <li><a id="toc-Referent-Display-1" href="#Referent-Display">B.2.1 Referent 
Display</a></li>
-    <li><a id="toc-Internal-Viewers-1" href="#Internal-Viewers">B.2.2 Internal 
Viewers</a></li>
-    <li><a id="toc-External-Viewers-1" href="#External-Viewers">B.2.3 External 
Viewers</a></li>
-    <li><a id="toc-Link-Variable-Substitution-1" 
href="#Link-Variable-Substitution">B.2.4 Link Variable Substitution</a></li>
-    <li><a id="toc-Web-Search-Engines-1" href="#Web-Search-Engines">B.2.5 Web 
Search Engines</a></li>
-    <li><a id="toc-Using-URLs-with-Find_002dFile-1" 
href="#Using-URLs-with-Find_002dFile">B.2.6 Using URLs with Find-File</a></li>
-    <li><a id="toc-Invisible-Text-Searches-1" 
href="#Invisible-Text-Searches">B.2.7 Invisible Text Searches</a></li>
-    <li><a id="toc-Configuring-Button-Colors" href="#Button-Colors">B.2.8 
Configuring Button Colors</a></li>
-  </ul></li>
-</ul></li>
-<li><a id="toc-Hyperbole-Key-Bindings-1" 
href="#Hyperbole-Key-Bindings">Appendix C Hyperbole Key Bindings</a>
-<ul class="no-bullet">
-  <li><a id="toc-Binding-Minibuffer-Menu-Items-1" 
href="#Binding-Minibuffer-Menu-Items">C.1 Binding Minibuffer Menu Items</a></li>
-  <li><a id="toc-Default-Hyperbole-Bindings-1" 
href="#Default-Hyperbole-Bindings">C.2 Default Hyperbole Bindings</a></li>
-  <li><a id="toc-Testing-1" href="#Testing">C.3 Testing</a></li>
-</ul></li>
-<li><a id="toc-Koutliner-Keys-1" href="#Koutliner-Keys">Appendix D Koutliner 
Keys</a></li>
-<li><a id="toc-Smart-Key-Reference-1" href="#Smart-Key-Reference">Appendix E 
Smart Key Reference</a>
-<ul class="no-bullet">
-  <li><a id="toc-Smart-Mouse-Keys-1" href="#Smart-Mouse-Keys">E.1 Smart Mouse 
Keys</a>
-  <ul class="no-bullet">
-    <li><a id="toc-Minibuffer-Menu-Activation-1" 
href="#Minibuffer-Menu-Activation">E.1.1 Minibuffer Menu Activation</a></li>
-    <li><a id="toc-Thing-Selection-1" href="#Thing-Selection">E.1.2 Thing 
Selection</a></li>
-    <li><a id="toc-Side_002dby_002dSide-Window-Resizing-1" 
href="#Side_002dby_002dSide-Window-Resizing">E.1.3 Side-by-Side Window 
Resizing</a></li>
-    <li><a id="toc-Modeline-Clicks-and-Drags-1" 
href="#Modeline-Clicks-and-Drags">E.1.4 Modeline Clicks and Drags</a></li>
-    <li><a id="toc-Smart-Mouse-Drags-between-Windows-1" 
href="#Smart-Mouse-Drags-between-Windows">E.1.5 Smart Mouse Drags between 
Windows</a></li>
-    <li><a id="toc-Smart-Mouse-Drags-within-a-Window-1" 
href="#Smart-Mouse-Drags-within-a-Window">E.1.6 Smart Mouse Drags within a 
Window</a></li>
-    <li><a id="toc-Smart-Mouse-Drags-outside-a-Window-1" 
href="#Smart-Mouse-Drags-outside-a-Window">E.1.7 Smart Mouse Drags outside a 
Window</a></li>
-  </ul></li>
-  <li><a id="toc-Smart-Keyboard-Keys-1" href="#Smart-Keyboard-Keys">E.2 Smart 
Keyboard Keys</a>
-  <ul class="no-bullet">
-    <li><a id="toc-Smart-Key-_002d-Company-Mode-1" 
href="#Smart-Key-_002d-Company-Mode">E.2.1 Smart Key - Company Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-Org-Mode-1" 
href="#Smart-Key-_002d-Org-Mode">E.2.2 Smart Key - Org Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-Ivy-1" href="#Smart-Key-_002d-Ivy">E.2.3 
Smart Key - Ivy</a></li>
-    <li><a id="toc-Smart-Key-_002d-Treemacs-1" 
href="#Smart-Key-_002d-Treemacs">E.2.4 Smart Key - Treemacs</a></li>
-    <li><a id="toc-Smart-Key-_002d-Dired-Sidebar-Mode-1" 
href="#Smart-Key-_002d-Dired-Sidebar-Mode">E.2.5 Smart Key - Dired Sidebar 
Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-Emacs-Pushbuttons-1" 
href="#Smart-Key-_002d-Emacs-Pushbuttons">E.2.6 Smart Key - Emacs 
Pushbuttons</a></li>
-    <li><a id="toc-Smart-Key-_002d-Argument-Completion-1" 
href="#Smart-Key-_002d-Argument-Completion">E.2.7 Smart Key - Argument 
Completion</a></li>
-    <li><a id="toc-Smart-Key-_002d-ID-Edit-Mode-1" 
href="#Smart-Key-_002d-ID-Edit-Mode">E.2.8 Smart Key - ID Edit Mode</a></li>
-    <li><a 
id="toc-Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029-1" 
href="#Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029">E.2.9 Smart 
Key - Emacs Cross-references (Xrefs)</a></li>
-    <li><a id="toc-Smart-Key-_002d-Smart-Scrolling-1" 
href="#Smart-Key-_002d-Smart-Scrolling">E.2.10 Smart Key - Smart 
Scrolling</a></li>
-    <li><a id="toc-Smart-Key-_002d-Smart-Menus-1" 
href="#Smart-Key-_002d-Smart-Menus">E.2.11 Smart Key - Smart Menus</a></li>
-    <li><a id="toc-Smart-Key-_002d-Dired-Mode-1" 
href="#Smart-Key-_002d-Dired-Mode">E.2.12 Smart Key - Dired Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-Hyperbole-Buttons-1" 
href="#Smart-Key-_002d-Hyperbole-Buttons">E.2.13 Smart Key - Hyperbole 
Buttons</a></li>
-    <li><a id="toc-Smart-Key-_002d-View-Mode-1" 
href="#Smart-Key-_002d-View-Mode">E.2.14 Smart Key - View Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-Helm-Mode-1" 
href="#Smart-Key-_002d-Helm-Mode">E.2.15 Smart Key - Helm Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-Delimited-Things-1" 
href="#Smart-Key-_002d-Delimited-Things">E.2.16 Smart Key - Delimited 
Things</a></li>
-    <li><a id="toc-Smart-Key-_002d-The-Koutliner-1" 
href="#Smart-Key-_002d-The-Koutliner">E.2.17 Smart Key - The Koutliner</a></li>
-    <li><a id="toc-Smart-Key-_002d-RDB-Mode-1" 
href="#Smart-Key-_002d-RDB-Mode">E.2.18 Smart Key - RDB Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-Help-Buffers-1" 
href="#Smart-Key-_002d-Help-Buffers">E.2.19 Smart Key - Help Buffers</a></li>
-    <li><a id="toc-Smart-Key-_002d-Custom-Mode-1" 
href="#Smart-Key-_002d-Custom-Mode">E.2.20 Smart Key - Custom Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-Bookmark-Mode-1" 
href="#Smart-Key-_002d-Bookmark-Mode">E.2.21 Smart Key - Bookmark Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-Pages-Directory-Mode-1" 
href="#Smart-Key-_002d-Pages-Directory-Mode">E.2.22 Smart Key - Pages Directory 
Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-Python-Source-Code-1" 
href="#Smart-Key-_002d-Python-Source-Code">E.2.23 Smart Key - Python Source 
Code</a></li>
-    <li><a id="toc-Smart-Key-_002d-Identifier-Menu-Mode-1" 
href="#Smart-Key-_002d-Identifier-Menu-Mode">E.2.24 Smart Key - Identifier Menu 
Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-C-Source-Code-1" 
href="#Smart-Key-_002d-C-Source-Code">E.2.25 Smart Key - C Source Code</a></li>
-    <li><a id="toc-Smart-Key-_002d-C_002b_002b-Source-Code-1" 
href="#Smart-Key-_002d-C_002b_002b-Source-Code">E.2.26 Smart Key - C++ Source 
Code</a></li>
-    <li><a id="toc-Smart-Key-_002d-Assembly-Source-Code-1" 
href="#Smart-Key-_002d-Assembly-Source-Code">E.2.27 Smart Key - Assembly Source 
Code</a></li>
-    <li><a id="toc-Smart-Key-_002d-Lisp-Source-Code-1" 
href="#Smart-Key-_002d-Lisp-Source-Code">E.2.28 Smart Key - Lisp Source 
Code</a></li>
-    <li><a id="toc-Smart-Key-_002d-Java-Source-Code-1" 
href="#Smart-Key-_002d-Java-Source-Code">E.2.29 Smart Key - Java Source 
Code</a></li>
-    <li><a id="toc-Smart-Key-_002d-JavaScript-Source-Code-1" 
href="#Smart-Key-_002d-JavaScript-Source-Code">E.2.30 Smart Key - JavaScript 
Source Code</a></li>
-    <li><a id="toc-Smart-Key-_002d-Objective_002dC-Source-Code-1" 
href="#Smart-Key-_002d-Objective_002dC-Source-Code">E.2.31 Smart Key - 
Objective-C Source Code</a></li>
-    <li><a id="toc-Smart-Key-_002d-Fortran-Source-Code-1" 
href="#Smart-Key-_002d-Fortran-Source-Code">E.2.32 Smart Key - Fortran Source 
Code</a></li>
-    <li><a id="toc-Smart-Key-_002d-Occurrence-Matches-1" 
href="#Smart-Key-_002d-Occurrence-Matches">E.2.33 Smart Key - Occurrence 
Matches</a></li>
-    <li><a id="toc-Smart-Key-_002d-Calendar-Mode-1" 
href="#Smart-Key-_002d-Calendar-Mode">E.2.34 Smart Key - Calendar Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-Man-Page-Apropos-1" 
href="#Smart-Key-_002d-Man-Page-Apropos">E.2.35 Smart Key - Man Page 
Apropos</a></li>
-    <li><a id="toc-Smart-Key-_002d-Emacs-Outline-Mode-1" 
href="#Smart-Key-_002d-Emacs-Outline-Mode">E.2.36 Smart Key - Emacs Outline 
Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-Info-Manuals-1" 
href="#Smart-Key-_002d-Info-Manuals">E.2.37 Smart Key - Info Manuals</a></li>
-    <li><a id="toc-Smart-Key-_002d-Email-Readers-1" 
href="#Smart-Key-_002d-Email-Readers">E.2.38 Smart Key - Email Readers</a></li>
-    <li><a id="toc-Smart-Key-_002d-GNUS-Newsreader-1" 
href="#Smart-Key-_002d-GNUS-Newsreader">E.2.39 Smart Key - GNUS 
Newsreader</a></li>
-    <li><a id="toc-Smart-Key-_002d-Buffer-Menus-1" 
href="#Smart-Key-_002d-Buffer-Menus">E.2.40 Smart Key - Buffer Menus</a></li>
-    <li><a id="toc-Smart-Key-_002d-Tar-File-Mode-1" 
href="#Smart-Key-_002d-Tar-File-Mode">E.2.41 Smart Key - Tar File Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-Man-Pages-1" 
href="#Smart-Key-_002d-Man-Pages">E.2.42 Smart Key - Man Pages</a></li>
-    <li><a id="toc-Smart-Key-_002d-WWW-URLs-1" 
href="#Smart-Key-_002d-WWW-URLs">E.2.43 Smart Key - WWW URLs</a></li>
-    <li><a id="toc-Smart-Key-_002d-HyRolo-Match-Buffers-1" 
href="#Smart-Key-_002d-HyRolo-Match-Buffers">E.2.44 Smart Key - HyRolo Match 
Buffers</a></li>
-    <li><a id="toc-Smart-Key-_002d-Image-Thumbnails-1" 
href="#Smart-Key-_002d-Image-Thumbnails">E.2.45 Smart Key - Image 
Thumbnails</a></li>
-    <li><a id="toc-Smart-Key-_002d-Gomoku-Game-1" 
href="#Smart-Key-_002d-Gomoku-Game">E.2.46 Smart Key - Gomoku Game</a></li>
-    <li><a id="toc-Smart-Key-_002d-Magit-Mode-1" 
href="#Smart-Key-_002d-Magit-Mode">E.2.47 Smart Key - Magit Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-The-OO_002dBrowser-1" 
href="#Smart-Key-_002d-The-OO_002dBrowser">E.2.48 Smart Key - The 
OO-Browser</a></li>
-    <li><a id="toc-Smart-Key-_002d-Todotext-Mode" 
href="#Smart-Key-_002d-Todotxt-Mode">E.2.49 Smart Key - Todotext Mode</a></li>
-    <li><a id="toc-Smart-Key-_002d-Default-Context-1" 
href="#Smart-Key-_002d-Default-Context">E.2.50 Smart Key - Default 
Context</a></li>
-  </ul></li>
-</ul></li>
-<li><a id="toc-Suggestion-or-Bug-Reporting-1" 
href="#Suggestion-or-Bug-Reporting">Appendix F Suggestion or Bug 
Reporting</a></li>
-<li><a id="toc-Questions-and-Answers-1" href="#Questions-and-Answers">Appendix 
G Questions and Answers</a></li>
-<li><a id="toc-Future-Work-1" href="#Future-Work">Appendix H Future 
Work</a></li>
-<li><a id="toc-References-1" href="#References">Appendix I References</a></li>
-<li><a id="toc-Key-Index-1" href="#Key-Index" rel="index">Key Index</a></li>
-<li><a id="toc-Function_002c-Variable-and-File-Index" href="#Function" 
rel="index">Function, Variable and File Index</a></li>
-<li><a id="toc-Concept-Index-1" href="#Concept-Index" rel="index">Concept 
Index</a></li>
-
-</ul>
-</div>
 
 
 
-<span id="Top"></span><div class="header">
+<div class="unnumbered-level-extent" id="Top">
+<div class="nav-panel">
 <p>
 Next: <a href="#Introduction" accesskey="n" rel="next">Introduction</a>, 
Previous: <a href="dir.html#Top" accesskey="p" rel="prev">(dir)</a>, Up: <a 
href="dir.html#Top" accesskey="u" rel="up">(dir)</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="GNU-Hyperbole"></span><h2 class="unnumbered">GNU Hyperbole</h2>
+<h2 class="unnumbered" id="GNU-Hyperbole">GNU Hyperbole</h2>
 
 <CENTER><H1>GNU Hyperbole</H1></CENTER>
 
@@ -370,7 +107,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</P>
 
 <PRE>
 Edition 8.0.1pre
-Printed December 3, 2022.
+Printed January 7, 2023.
 
   Published by the Free Software Foundation, Inc.
   Author:    Bob Weiner
@@ -383,15 +120,15 @@ Printed December 3, 2022.
   <IMG NAME="Hyperbole Screenshot" SRC="im/hyperbole-cv.png"><BR>
 </CENTER>
 <br>
-<div align="center">&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&ndash;
+<div class="center">&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&ndash;
 </div><br>
 
 
-<span id="index-credits"></span>
-<span id="index-Hyperbole_002c-obtaining"></span>
-<span id="index-anonymous-ftp"></span>
+<a class="index-entry-id" id="index-credits"></a>
+<a class="index-entry-id" id="index-Hyperbole_002c-obtaining"></a>
+<a class="index-entry-id" id="index-anonymous-ftp"></a>
 <p>GNU Hyperbole was designed and written by Bob Weiner.
-See <a href="#Setup">Setup</a>, for information on how to obtain and to install
+See <a class="xref" href="#Setup">Setup</a>, for information on how to obtain 
and to install
 Hyperbole.
 </p>
 <p>This manual explains user operation and summarizes basic developer
@@ -421,471 +158,15 @@ continue to draw.  Chris Nuzum has used Hyperbole since 
its inception,
 often demonstrating its power in creative ways.  The Koutliner is
 dedicated to my lovely wife, Kathy.
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Introduction" 
accesskey="1">Introduction</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Usage" 
accesskey="2">Usage</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Keys" 
accesskey="3">Smart Keys</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Buttons" 
accesskey="4">Buttons</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Menus" 
accesskey="5">Menus</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#HyControl" 
accesskey="6">HyControl</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Koutliner" 
accesskey="7">Koutliner</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#HyRolo" 
accesskey="8">HyRolo</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Window-Configurations" 
accesskey="9">Window Configurations</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Developing-with-Hyperbole">Developing with 
Hyperbole</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Glossary">Glossary</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Setup">Setup</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Hyperbole-Key-Bindings">Hyperbole Key 
Bindings</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Koutliner-Keys">Koutliner 
Keys</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Key-Reference">Smart 
Key Reference</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Suggestion-or-Bug-Reporting">Suggestion or Bug 
Reporting</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Questions-and-Answers">Questions and 
Answers</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Future-Work">Future 
Work</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#References">References</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Key-Index" rel="index">Key 
Index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Function" 
rel="index">Function</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Concept-Index" 
rel="index">Concept Index</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-</pre></th></tr><tr><th colspan="3" align="left" valign="top"><pre 
class="menu-comment"> &mdash; The Detailed Node Listing &mdash;
-
-Introduction
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Manual-Overview">Manual Overview</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Motivation">Motivation</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Mail-Lists">Mail 
Lists</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Usage
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Invocation">Invocation</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Documentation">Documentation</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Hyperbole-Hooks">Hyperbole 
Hooks</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Smart Keys
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Key-Operations">Smart 
Key Operations</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-Argument-Selection">Smart Key Argument 
Selection</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Key-Debugging">Smart 
Key Debugging</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-Thing-Selection">Smart Key Thing 
Selection</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Mouse-Key-Drags">Smart Mouse Key 
Drags</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Smart Mouse Key Drags
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Saving-and-Restoring-Window-Configurations">Saving and Restoring Window 
Configurations</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Resizing-Windows">Resizing 
Windows</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Moving-Frames">Moving 
Frames</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Dragging-Buffers">Dragging 
Buffers</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Dragging Buffers, Windows and Items
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Swapping-Buffers">Swapping Buffers</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Displaying-Buffers">Displaying Buffers</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Cloning-Windows">Cloning 
Windows</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Displaying-File-and-Buffer-Items">Displaying File and Buffer 
Items</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Keyboard-Drags">Keyboard 
Drags</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Buttons
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Explicit-Buttons">Explicit Buttons</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Global-Buttons">Global 
Buttons</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Implicit-Buttons">Implicit 
Buttons</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Button-Files">Button 
Files</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Action-Types">Action 
Types</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Button-Type-Precedence">Button Type 
Precedence</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Utilizing-Explicit-Buttons">Utilizing Explicit 
Buttons</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Implicit Buttons
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Implicit-Button-Types">Implicit Button 
Types</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Action-Buttons">Action 
Buttons</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Utilizing Explicit Buttons
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Creation">Creation</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Renaming">Renaming</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Deletion">Deletion</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Editing">Editing</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Searching-and-Summarizing">Searching and 
Summarizing</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Buttons-in-Mail">Buttons in 
Mail</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Buttons-in-News">Buttons in 
News</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Creation
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#By-Dragging">By Dragging</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">Creation Via Action Key Drags
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#By-Menu">By 
Menu</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Creation Via 
Menus
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Koutliner
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Menu-Commands">Menu Commands</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Creating-Outlines">Creating 
Outlines</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Autonumbering">Autonumbering</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Idstamps">Idstamps</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Editing-Outlines">Editing 
Outlines</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Viewing-Outlines">Viewing 
Outlines</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Klinks">Klinks</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Cell-Attributes">Cell 
Attributes</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Koutliner-History">Koutliner History</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Editing Outlines
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Adding-and-Killing">Adding and Killing</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Promoting-and-Demoting">Promoting and 
Demoting</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Relocating-and-Copying">Relocating and 
Copying</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Moving-Around">Moving 
Around</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Filling">Filling</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Transposing">Transposing</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Splitting-and-Appending">Splitting and 
Appending</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Inserting-and-Importing">Inserting and 
Importing</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Exporting">Exporting</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Viewing Outlines
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Hiding-and-Showing">Hiding and Showing</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#View-Specs">View 
Specs</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-HyRolo
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#HyRolo-Concepts">HyRolo Concepts</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#HyRolo-Menu">HyRolo 
Menu</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#HyRolo-Searching">HyRolo 
Searching</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#HyRolo-Keys">HyRolo 
Keys</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#HyRolo-Settings">HyRolo 
Settings</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Developing with Hyperbole
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Hook-Variables">Hook Variables</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Creating-Types">Creating 
Types</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Explicit-Button-Technicalities">Explicit Button 
Technicalities</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Encapsulating-Systems">Encapsulating 
Systems</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Embedding-Hyperbole">Embedding 
Hyperbole</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Creating Types
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Creating-Action-Types">Creating Action 
Types</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Creating-Implicit-Button-Types">Creating Implicit Button 
Types</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Creating Implicit Button Types
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Action-Button-Link-Types">Action Button Link 
Types</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Implicit-Button-Link-Types">Implicit Button Link 
Types</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Explicit Button Technicalities
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Button-Label-Normalization">Button Label 
Normalization</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Programmatic-Button-Creation">Programmatic Button 
Creation</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Setup
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Installation">Installation</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Customization">Customization</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Installation
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Elpa-In_002dDevelopment-Package-Installation">Elpa In-Development 
Package Installation</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Git-In_002dDevelopment-Package-Installation">Git In-Development Package 
Installation</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Manual-Tarball-Archive-Installation">Manual Tarball Archive 
Installation</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Customization
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Referent-Display">Referent Display</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Internal-Viewers">Internal 
Viewers</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#External-Viewers">External 
Viewers</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Link-Variable-Substitution">Link Variable 
Substitution</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Web-Search-Engines">Web 
Search Engines</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Using-URLs-with-Find_002dFile">Using URLs with 
Find-File</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Invisible-Text-Searches">Invisible Text 
Searches</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Button-Colors">Button 
Colors</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Hyperbole Key Bindings
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Binding-Minibuffer-Menu-Items">Binding Minibuffer Menu 
Items</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Default-Hyperbole-Bindings">Default Hyperbole 
Bindings</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Testing">Testing</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Smart Key Reference
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Smart-Mouse-Keys">Smart Mouse Keys</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Keyboard-Keys">Smart 
Keyboard Keys</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Smart Mouse Keys
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu 
Activation</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Thing-Selection">Thing 
Selection</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Side_002dby_002dSide-Window-Resizing">Side-by-Side Window 
Resizing</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Modeline-Clicks-and-Drags">Modeline Clicks and 
Drags</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Mouse-Drags-between-Windows">Smart Mouse Drags between 
Windows</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Smart Keyboard Keys
-
-</pre></th></tr><tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Company-Mode">Smart Key - Company 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Org-Mode">Smart Key - Org 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Key-_002d-Ivy">Smart 
Key - Ivy</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Treemacs">Smart Key - 
Treemacs</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Dired-Sidebar-Mode">Smart Key - Dired Sidebar 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Emacs-Pushbuttons">Smart Key - Emacs 
Pushbuttons</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Argument-Completion">Smart Key - Argument 
Completion</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-ID-Edit-Mode">Smart Key - ID Edit 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029">Smart Key - 
Emacs Cross-references (Xrefs)</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Smart-Menus">Smart Key - Smart 
Menus</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Dired-Mode">Smart Key - Dired 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Hyperbole-Buttons">Smart Key - Hyperbole 
Buttons</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-View-Mode">Smart Key - View 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Helm-Mode">Smart Key - Helm 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-The-Koutliner">Smart Key - The 
Koutliner</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-RDB-Mode">Smart Key - RDB 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Help-Buffers">Smart Key - Help 
Buffers</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Custom-Mode">Smart Key - Custom 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Bookmark-Mode">Smart Key - Bookmark 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Pages-Directory-Mode">Smart Key - Pages Directory 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Python-Source-Code">Smart Key - Python Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Identifier-Menu-Mode">Smart Key - Identifier Menu Mode 
</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-C-Source-Code">Smart Key - C Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-C_002b_002b-Source-Code">Smart Key - C++ Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Assembly-Source-Code">Smart Key - Assembly Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Lisp-Source-Code">Smart Key - Lisp Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Java-Source-Code">Smart Key - Java Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-JavaScript-Source-Code">Smart Key - JavaScript Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Objective_002dC-Source-Code">Smart Key - Objective-C 
Source Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Fortran-Source-Code">Smart Key - Fortran Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Occurrence-Matches">Smart Key - Occurrence 
Matches</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Calendar-Mode">Smart Key - Calendar 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Man-Page-Apropos">Smart Key - Man Page 
Apropos</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs Outline 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Info-Manuals">Smart Key - Info 
Manuals</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Email-Readers">Smart Key - Email 
Readers</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-GNUS-Newsreader">Smart Key - GNUS 
Newsreader</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Buffer-Menus">Smart Key - Buffer 
Menus</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Tar-File-Mode">Smart Key - Tar File 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Man-Pages">Smart Key - Man 
Pages</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW 
URLs</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-HyRolo-Match-Buffers">Smart Key - HyRolo Match 
Buffers</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Image-Thumbnails">Smart Key - Image 
Thumbnails</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Gomoku-Game">Smart Key - Gomoku 
Game</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Magit-Mode">Smart Key - Magit 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-The-OO_002dBrowser">Smart Key - The 
OO-Browser</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Todotxt-Mode">Smart Key - Todotxt 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-</pre></th></tr></table>
-
-<hr>
-<span id="Introduction"></span><div class="header">
-<p>
-Next: <a href="#Usage" accesskey="n" rel="next">Usage</a>, Previous: <a 
href="#Top" accesskey="p" rel="prev">Top</a>, Up: <a href="#Top" accesskey="u" 
rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
-</div>
-<span id="Introduction-1"></span><h2 class="chapter">1 Introduction</h2>
+
+<hr>
+</div>
+<div class="chapter-level-extent" id="Introduction">
+<div class="nav-panel">
+<p>
+Next: <a href="#Usage" accesskey="n" rel="next">Usage</a>, Previous: <a 
href="#Top" accesskey="p" rel="prev">GNU Hyperbole</a>, Up: <a href="#Top" 
accesskey="u" rel="up">GNU Hyperbole</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
+</div>
+<h2 class="chapter" id="Introduction-1">1 Introduction</h2>
 
 <p>This edition of the GNU Hyperbole Manual is for use with any version
 8.0.1pre or greater of GNU Hyperbole.  Hyperbole runs atop GNU Emacs 27.1
@@ -896,55 +177,52 @@ describes Hyperbole, lists some of its potential 
applications, and
 explains how to subscribe to its mail lists.
 </p>
 <p>Throughout this manual, sequences of keystrokes are delimited by curly
-braces <kbd>{ }</kbd>, function and variable names use this 
<code>typeface</code>.
+braces <kbd class="kbd">{ }</kbd>, function and variable names use this <code 
class="code">typeface</code>.
 </p>
 <p>In brief, Hyperbole lets you:
 </p>
-<ul>
-<li> Quickly create hyperlink buttons either from the keyboard or by dragging
+<ul class="itemize mark-bullet">
+<li>Quickly create hyperlink buttons either from the keyboard or by dragging
 between a source and destination window with a mouse button depressed.
 Later, activate buttons by pressing/clicking on them or by giving the name
 of the button.
 
-</li><li> Activate many kinds of <em>implicit buttons</em> recognized by 
context within
+</li><li>Activate many kinds of <em class="emph">implicit buttons</em> 
recognized by context within
 text buffers, e.g. URLs, grep output lines, and git commits.  A single key
 or mouse button automatically does the right thing in dozens of contexts;
 just press and go.
 
-</li><li> Build outlines with multi-level numbered outline nodes, e.g. 
1.4.8.6, that
+</li><li>Build outlines with multi-level numbered outline nodes, e.g. 1.4.8.6, 
that
 all renumber automatically as any node or tree is moved in the outline.
 Each node also has a permanent hyperlink anchor that you can reference
 from any other node;
 
-</li><li> Manage all your contacts or record-based, unstructured nodes quickly 
with
+</li><li>Manage all your contacts or record-based, unstructured nodes quickly 
with
 hierarchical categories; each entry can have embedded hyperbuttons of any
 type.  Or create an archive of documents with hierarchical entries and use
 the same search mechanism to quickly find any matching entry;
 
-</li><li> Use single keys to easily manage your Emacs windows or frames and 
quickly
+</li><li>Use single keys to easily manage your Emacs windows or frames and 
quickly
 retrieve saved window and frame configurations;
 
-</li><li> Search for things in your current buffers, in a directory tree or 
across
+</li><li>Search for things in your current buffers, in a directory tree or 
across
 major web search engines with the touch of a few keys.
 </li></ul>
 
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Manual-Overview" 
accesskey="1">Manual Overview</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Motivation" 
accesskey="2">Motivation</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Hyperbole-Overview" 
accesskey="3">Hyperbole Overview</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Mail-Lists" 
accesskey="4">Mail Lists</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#Manual-Overview" accesskey="1">Manual Overview</a></li>
+<li><a href="#Motivation" accesskey="2">Motivation</a></li>
+<li><a href="#Hyperbole-Overview" accesskey="3">Hyperbole Overview</a></li>
+<li><a href="#Mail-Lists" accesskey="4">Mail Lists</a></li>
+</ul>
 <hr>
-<span id="Manual-Overview"></span><div class="header">
+<div class="section-level-extent" id="Manual-Overview">
+<div class="nav-panel">
 <p>
 Next: <a href="#Motivation" accesskey="n" rel="next">Motivation</a>, Previous: 
<a href="#Introduction" accesskey="p" rel="prev">Introduction</a>, Up: <a 
href="#Introduction" accesskey="u" rel="up">Introduction</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Manual-Overview-1"></span><h3 class="section">1.1 Manual 
Overview</h3>
+<h3 class="section" id="Manual-Overview-1">1.1 Manual Overview</h3>
 
 <p>Hyperbole is an efficient, programmable hypertextual information
 management system.  It is intended for everyday work on any GNU Emacs
@@ -954,41 +232,41 @@ It offers intuitive mouse-based control of information 
display within
 multiple windows.  It also provides point-and-click access to Info
 manuals, ftp archives, and the World-Wide Web (WWW).
 </p>
-<span id="index-file_002c-FAST_002dDEMO"></span>
-<span id="index-Hyperbole-demo"></span>
-<span id="index-demo-file"></span>
-<span id="index-tutorial"></span>
+<a class="index-entry-id" id="index-file_002c-FAST_002dDEMO"></a>
+<a class="index-entry-id" id="index-Hyperbole-demo"></a>
+<a class="index-entry-id" id="index-demo-file"></a>
+<a class="index-entry-id" id="index-tutorial"></a>
 <p>This is a reference manual with extensive details about Hyperbole use.  If
 you prefer a simpler, more interactive introduction to Hyperbole,
-the <samp>FAST-DEMO</samp> file included in the Hyperbole distribution 
demonstrates
+the <samp class="file">FAST-DEMO</samp> file included in the Hyperbole 
distribution demonstrates
 many of Hyperbole&rsquo;s standard facilities without the need to read through
 this reference manual.  The FAST-DEMO is a good way to rapidly understand some
 of what Hyperbole can do for you.  Once Hyperbole is installed,
-(see <a href="#Setup">Setup</a>), you can access the FAST-DEMO with the key 
sequence <kbd>{C-h h
+(see <a class="pxref" href="#Setup">Setup</a>), you can access the FAST-DEMO 
with the key sequence <kbd class="kbd">{C-h h
 d d}</kbd>.
 </p>
-<p>See <a href="#Glossary">Glossary</a>, for definitions of Hyperbole terms.  
In some cases,
+<p>See <a class="xref" href="#Glossary">Glossary</a>, for definitions of 
Hyperbole terms.  In some cases,
 terms are not precisely defined within the body of this manual since they
 are defined within the glossary.  Be sure to reference the glossary if a
 term is unclear to you.  Although you need not have a keen understanding of
 all of these terms, a quick scan of the glossary helps throughout Hyperbole
 use.
 </p>
-<p>See <a href="#Setup">Setup</a>, for explanations of how to obtain, install, 
configure
+<p>See <a class="xref" href="#Setup">Setup</a>, for explanations of how to 
obtain, install, configure
 and load Hyperbole for use.  This appendix includes information on
 user-level settings that you may want to modify after you understand
 Hyperbole&rsquo;s basic operation.
 </p>
-<p>See <a href="#Suggestion-or-Bug-Reporting">Suggestion or Bug Reporting</a>, 
for instructions on how to ask a
+<p>See <a class="xref" href="#Suggestion-or-Bug-Reporting">Suggestion or Bug 
Reporting</a>, for instructions on how to ask a
 question, suggest a feature or report a bug in Hyperbole.  A few
-commonly asked questions are answered in this manual, see <a 
href="#Questions-and-Answers">Questions and Answers</a>.  If you are interested 
in classic
-articles on hypertext, see <a href="#References">References</a>.
+commonly asked questions are answered in this manual, see <a class="pxref" 
href="#Questions-and-Answers">Questions and Answers</a>.  If you are interested 
in classic
+articles on hypertext, see <a class="pxref" href="#References">References</a>.
 </p>
-<p>See <a href="#Smart-Keys">Smart Keys</a>, for an explanation of the 
innovative, context-sensitive
+<p>See <a class="xref" href="#Smart-Keys">Smart Keys</a>, for an explanation 
of the innovative, context-sensitive
 mouse and keyboard Action and Assist Keys offered by Hyperbole.
-See <a href="#Smart-Key-Reference">Smart Key Reference</a>, for a complete 
reference on what the Action
+See <a class="xref" href="#Smart-Key-Reference">Smart Key Reference</a>, for a 
complete reference on what the Action
 and Assist Keys do in each particular context that they recognize.
-See <a href="#Smart-Key-Argument-Selection">Smart Key Argument Selection</a>, 
for how Hyperbole speeds selection of
+See <a class="xref" href="#Smart-Key-Argument-Selection">Smart Key Argument 
Selection</a>, for how Hyperbole speeds selection of
 prompted for arguments.
 </p>
 <p>Keep in mind as you read about using Hyperbole that in many cases, it
@@ -996,39 +274,41 @@ provides a number of overlapping interaction methods that 
support differing
 work styles and hardware limitations.  In such instances, you need learn
 only one technique that suits you.
 </p>
-<p>See <a href="#Buttons">Buttons</a>, for an overview of Hyperbole buttons 
and how to use them.
+<p>See <a class="xref" href="#Buttons">Buttons</a>, for an overview of 
Hyperbole buttons and how to use them.
 </p>
-<p>See <a href="#Menus">Menus</a>, for summaries of Hyperbole menu commands 
and how to use
+<p>See <a class="xref" href="#Menus">Menus</a>, for summaries of Hyperbole 
menu commands and how to use
 the minibuffer-based menus that work on dumb terminals, PCs or workstations.
 </p>
-<p>See <a href="#HyControl">HyControl</a>, for how to quickly and 
interactively control your Emacs
+<p>See <a class="xref" href="#HyControl">HyControl</a>, for how to quickly and 
interactively control your Emacs
 windows and frames and what they display.
 </p>
-<p>See <a href="#Koutliner">Koutliner</a>, for concept and usage information 
on the
-autonumbered, hypertextual outliner.  See <a href="#Koutliner-Keys">Koutliner 
Keys</a>, for a full
+<p>See <a class="xref" href="#Koutliner">Koutliner</a>, for concept and usage 
information on the
+autonumbered, hypertextual outliner.  See <a class="xref" 
href="#Koutliner-Keys">Koutliner Keys</a>, for a full
 summary of the outliner commands that are bound to keys.
 </p>
-<p>See <a href="#HyRolo">HyRolo</a>, for concept and usage information on the
+<p>See <a class="xref" href="#HyRolo">HyRolo</a>, for concept and usage 
information on the
 rapid lookup, hierarchical, free text record management system included
 with Hyperbole.
 </p>
-<p>See <a href="#Window-Configurations">Window Configurations</a>, for 
instructions on how to save and restore
+<p>See <a class="xref" href="#Window-Configurations">Window 
Configurations</a>, for instructions on how to save and restore
 the set of buffers and windows that appear within a frame.  This feature
 lets you switch among working contexts easily, even on a dumb terminal.
 Such configurations last only throughout a single session of editor
 usage.
 </p>
-<p>See <a href="#Developing-with-Hyperbole">Developing with Hyperbole</a>, if 
you are a developer who is
+<p>See <a class="xref" href="#Developing-with-Hyperbole">Developing with 
Hyperbole</a>, if you are a developer who is
 comfortable with Lisp.
 </p>
-<p>See <a href="#Future-Work">Future Work</a>, for future directions in 
Hyperbole&rsquo;s evolution.
+<p>See <a class="xref" href="#Future-Work">Future Work</a>, for future 
directions in Hyperbole&rsquo;s evolution.
 </p>
 <hr>
-<span id="Motivation"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Motivation">
+<div class="nav-panel">
 <p>
 Next: <a href="#Hyperbole-Overview" accesskey="n" rel="next">Hyperbole 
Overview</a>, Previous: <a href="#Manual-Overview" accesskey="p" 
rel="prev">Manual Overview</a>, Up: <a href="#Introduction" accesskey="u" 
rel="up">Introduction</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Motivation-1"></span><h3 class="section">1.2 Motivation</h3>
+<h3 class="section" id="Motivation-1">1.2 Motivation</h3>
 
 <p>Database vendors apply tremendous resources to help solve corporate
 information management problems.  But the information that people deal
@@ -1061,17 +341,19 @@ One system. One language.  One manual.  One solution.  
Learn Hyperbole and
 start moving further, faster.
 </p>
 <hr>
-<span id="Hyperbole-Overview"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Hyperbole-Overview">
+<div class="nav-panel">
 <p>
 Next: <a href="#Mail-Lists" accesskey="n" rel="next">Mail Lists</a>, Previous: 
<a href="#Motivation" accesskey="p" rel="prev">Motivation</a>, Up: <a 
href="#Introduction" accesskey="u" rel="up">Introduction</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Hyperbole-Overview-1"></span><h3 class="section">1.3 Hyperbole 
Overview</h3>
+<h3 class="section" id="Hyperbole-Overview-1">1.3 Hyperbole Overview</h3>
 
-<span id="index-GNU-Hyperbole"></span>
-<span id="index-Hyperbole"></span>
-<span id="index-hypertext"></span>
-<span id="index-Emacs-Lisp"></span>
-<span id="index-Emacs"></span>
+<a class="index-entry-id" id="index-GNU-Hyperbole"></a>
+<a class="index-entry-id" id="index-Hyperbole"></a>
+<a class="index-entry-id" id="index-hypertext"></a>
+<a class="index-entry-id" id="index-Emacs-Lisp"></a>
+<a class="index-entry-id" id="index-Emacs"></a>
 <p>GNU Hyperbole (pronounced Ga-new Hi-per-bo-lee), or just Hyperbole, is
 like Markdown for hypertext.  Hyperbole automatically recognizes dozens of
 common, pre-existing patterns in any buffer regardless of mode and can
@@ -1092,22 +374,22 @@ when browsing web pages and links.
 need but with a little extra effort and a few lines of code (or even just
 a few words), you can define your own implicit button types to recognize
 your specific buttons and then activate them anywhere in Emacs.  You press
-a single key, <kbd>{M-<span class="key">RET</span>}</kbd> by default, on any 
kind of Hyperbole
+a single key, <kbd class="kbd">{M-<kbd class="key">RET</kbd>}</kbd> by 
default, on any kind of Hyperbole
 button to activate it, so you can rely on your muscle memory and let the
-computer do the hard work of figuring out what to do.  <kbd>{C-u
-M-<span class="key">RET</span>}</kbd> shows you what any button will do in any 
context before you
+computer do the hard work of figuring out what to do.  <kbd class="kbd">{C-u
+M-<kbd class="key">RET</kbd>}</kbd> shows you what any button will do in any 
context before you
 activate it, so you can always be sure of what you are doing when needed
 or if some emails you a button (you can do that too).
 </p>
 <p>Hyperbole is something to be experienced and interacted with, not understood
 from reading alone.  It installs normally as a single Emacs package with no
-dependencies outside of standard Emacs libraries, see <a 
href="#Installation">Installation</a>.  Most
+dependencies outside of standard Emacs libraries, see <a class="pxref" 
href="#Installation">Installation</a>.  Most
 of Hyperbole is a single global minor mode that you can activate and
 deactivate at will.  And it can be uninstalled quickly as well if need be, so
 there is no risk to giving it a spin.
 </p>
-<p>Once you have it installed, try the interactive demo with <kbd>{C-h h d 
d}</kbd>.
-In fact, if you have Hyperbole loaded, you can press <kbd>{M-<span 
class="key">RET</span>}</kbd>
+<p>Once you have it installed, try the interactive demo with <kbd 
class="kbd">{C-h h d d}</kbd>.
+In fact, if you have Hyperbole loaded, you can press <kbd class="kbd">{M-<kbd 
class="key">RET</kbd>}</kbd>
 inside any of the brace delimited series of keys you see in this document
 and Hyperbole will execute them on-the-fly (easy keyboard-macro style
 buttons in any text).
@@ -1117,43 +399,43 @@ the number of keyboard/mouse keys you&rsquo;ll need to 
work efficiently.
 </p>
 <p>Hyperbole consists of five parts:
 </p>
-<dl compact="compact">
-<dt><em>Buttons and Smart Keys</em></dt>
-<dd><p>Hyperbole hyperlink and other kinds of buttons <em>explicit 
buttons</em> may
+<dl class="table">
+<dt><em class="emph">Buttons and Smart Keys</em></dt>
+<dd><p>Hyperbole hyperlink and other kinds of buttons <em class="dfn">explicit 
buttons</em> may
 be added to documents with a simple drag between windows, no markup
-language needed.  <em>Implicit buttons</em> are patterns automatically
+language needed.  <em class="dfn">Implicit buttons</em> are patterns 
automatically
 recognized within existing text that perform actions, e.g. bug#24568
 displays the bug status information for that Emacs bug number, without the
-need for any additional markup.  <em>Global buttons</em> are buttons that are
-activated by name from anywhere within Emacs.  See <a 
href="#Buttons">Buttons</a>.
+need for any additional markup.  <em class="dfn">Global buttons</em> are 
buttons that are
+activated by name from anywhere within Emacs.  See <a class="xref" 
href="#Buttons">Buttons</a>.
 </p>
 <p>Buttons are accessed by clicking on them or referenced by name (global
 buttons), so they can be activated regardless of what is on screen.
 Users create and activate Hyperbole buttons; Emacs Lisp programmers
 easily can develop new button types and actions.
 </p>
-<p>Hyperbole includes two special <em>Smart Keys</em>, the Action Key and
+<p>Hyperbole includes two special <em class="dfn">Smart Keys</em>, the Action 
Key and
 the Assist Key, that perform an extensive array of context-sensitive
 operations across emacs usage, including activating and showing help
 for Hyperbole buttons.  In many popular Emacs modes, they allow you to
 perform common, sometimes complex operations without having to use a
 different key for each operation.  Just press a Smart Key and the
-right thing happens.  See <a href="#Smart-Keys">Smart Keys</a>.
+right thing happens.  See <a class="xref" href="#Smart-Keys">Smart Keys</a>.
 </p>
 </dd>
-<dt><em>Contact and Text Finder</em></dt>
+<dt><em class="emph">Contact and Text Finder</em></dt>
 <dd><p>an interactive, textual information management interface, including
 fast, flexible file and text finding commands.  A powerful, hierarchical
-contact manager, see <a href="#HyRolo">HyRolo</a>, which anyone can use, is 
also included.
+contact manager, see <a class="pxref" href="#HyRolo">HyRolo</a>, which anyone 
can use, is also included.
 It is easy to learn since it introduces only a few new mechanisms
 and has a menu interface, which may be operated from the keyboard or the
 mouse; it may also be used to look up any record-based information and
 Hyperbole buttons may be embedded in any records;
 </p>
 </dd>
-<dt><em>Screen Control</em></dt>
+<dt><em class="emph">Screen Control</em></dt>
 <dd><p>the fastest, easiest-to-use window and frame control available for GNU
-Emacs, see <a href="#HyControl">HyControl</a>.  With just a few keystrokes, 
you can shift from
+Emacs, see <a class="pxref" href="#HyControl">HyControl</a>.  With just a few 
keystrokes, you can shift from
 increasing a window&rsquo;s height by 5 lines to moving a frame by 220 pixels
 or immediately moving it to a screen corner.  Text in each window or
 frame may be enlarged or shrunk (zoomed) for easy viewing, plus many
@@ -1161,16 +443,16 @@ other features; this allows Hyperbole to quickly control 
the way
 information is presented on-screen;
 </p>
 </dd>
-<dt><em>Hypertextual Outliner</em></dt>
-<dd><p>an advanced outliner, see <a href="#Koutliner">Koutliner</a>, with 
multi-level
+<dt><em class="emph">Hypertextual Outliner</em></dt>
+<dd><p>an advanced outliner, see <a class="pxref" 
href="#Koutliner">Koutliner</a>, with multi-level
 autonumbering and permanent identifiers attached to each outline node
 for use as hypertext link anchors, per node properties and flexible
 view specifications that can be included in links or used
 interactively;
 </p>
 </dd>
-<dt><em>Programming Library</em></dt>
-<dd><p>a set of programming libraries, see <a 
href="#Developing-with-Hyperbole">Developing with Hyperbole</a>, for
+<dt><em class="emph">Programming Library</em></dt>
+<dd><p>a set of programming libraries, see <a class="pxref" 
href="#Developing-with-Hyperbole">Developing with Hyperbole</a>, for
 system developers who want to integrate Hyperbole with another user
 interface or as a back-end to a distinct system.  (All of Hyperbole is
 written in Emacs Lisp for ease of modification.  It has been engineered
@@ -1178,35 +460,35 @@ for real-world usage and is well structured).
 </p></dd>
 </dl>
 
-<span id="index-C_002dh-h-d-d"></span>
-<span id="index-file_002c-FAST_002dDEMO-1"></span>
-<span id="index-demonstration"></span>
-<span id="index-button-demo"></span>
+<a class="index-entry-id" id="index-C_002dh-h-d-d"></a>
+<a class="index-entry-id" id="index-file_002c-FAST_002dDEMO-1"></a>
+<a class="index-entry-id" id="index-demonstration"></a>
+<a class="index-entry-id" id="index-button-demo"></a>
 <p>Hyperbole may be used simply for browsing through documents
 pre-configured with Hyperbole buttons, in which case, you can safely
 ignore most of the information in this manual.  Jump right into the
-Hyperbole fast demonstration by typing <kbd>{C-h h d d}</kbd>, assuming 
Hyperbole
+Hyperbole fast demonstration by typing <kbd class="kbd">{C-h h d d}</kbd>, 
assuming Hyperbole
 has been installed at your site.  If you need to install
-Hyperbole, see <a href="#Setup">Setup</a>, for Hyperbole installation and 
configuration
+Hyperbole, see <a class="pxref" href="#Setup">Setup</a>, for Hyperbole 
installation and configuration
 information.  The demo offers a much less technical introduction to
 Hyperbole by supplying good examples of use.
 </p>
-<div class="float"><span id="image_003aDemo"></span>
+<div class="float" id="image_003aDemo">
 
-<img src="im/demo.png" alt="Hyperbole Minibuffer Menu and Demonstration 
Screenshot">
-<div class="float-caption"><p><strong>Image 1.1: </strong>Hyperbole Minibuffer 
Menu and Demonstration Screenshot</p></div></div><br>
+<img class="image" src="im/demo.png" alt="Hyperbole Minibuffer Menu and 
Demonstration Screenshot">
+<div class="caption"><p><strong class="strong">Image 1.1: </strong>Hyperbole 
Minibuffer Menu and Demonstration Screenshot</p></div></div><br>
 
-<span id="index-GNU-Emacs"></span>
-<span id="index-C_002dh-t"></span>
+<a class="index-entry-id" id="index-GNU-Emacs"></a>
+<a class="index-entry-id" id="index-C_002dh-t"></a>
 <p>You likely will want to do more than browse with Hyperbole,
 e.g. create your own buttons.  The standard Hyperbole button editing
 user interface is Emacs-based, so a basic familiarity with the Emacs
 editing model is useful.  The material covered in the Emacs
-tutorial, normally bound to <kbd>{C-h t}</kbd>, is more than
-sufficient as background.  See <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Glossary";>Glossary</a>
 in <cite>the GNU Emacs Manual</cite>,
+tutorial, normally bound to <kbd class="kbd">{C-h t}</kbd>, is more than
+sufficient as background.  See <a data-manual="emacs" 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Glossary";>Glossary</a>
 in <cite class="cite">the GNU Emacs Manual</cite>,
 if some emacs-related terms are unfamiliar to you.
 </p>
-<span id="index-Hyperbole-features"></span>
+<a class="index-entry-id" id="index-Hyperbole-features"></a>
 <p>A Hyperbole user works with chunks of information that need to be
 organized, interlinked, and processed.  Such chunks can be hyperbuttons,
 address book contacts, items in an outline, or even database query
@@ -1214,38 +496,38 @@ results.  Hyperbole does not enforce any particular 
hypertext or
 information management model, but instead allows you to organize your
 information in large or small chunks as you see fit.  The Hyperbole
 outliner organizes information into hierarchies which may also contain
-links to external information sources.  See <a href="#Koutliner">Koutliner</a>.
+links to external information sources.  See <a class="xref" 
href="#Koutliner">Koutliner</a>.
 </p>
 <p>Some of Hyperbole&rsquo;s most significant features are:
 </p>
-<ul>
-<li> Buttons may link to information or may execute functions, such as
+<ul class="itemize mark-bullet">
+<li>Buttons may link to information or may execute functions, such as
 starting or communicating with external programs;
 
-</li><li> A simple mouse drag from a button source location to its link
+</li><li>A simple mouse drag from a button source location to its link
 destination is often all that is needed to create a new link.
 The keyboard can also be used to emulate such drags;
 
-</li><li> Buttons may be embedded within electronic mail messages;
+</li><li>Buttons may be embedded within electronic mail messages;
 
-</li><li> Outlines allow rapid browsing, editing and movement of chunks of
+</li><li>Outlines allow rapid browsing, editing and movement of chunks of
 information organized into trees (hierarchies);
 
-</li><li> Other hypertext and information retrieval systems may be encapsulated
+</li><li>Other hypertext and information retrieval systems may be encapsulated
 under a Hyperbole user interface (a number of samples are provided).
 </li></ul>
 
-<span id="index-Hyperbole-applications"></span>
+<a class="index-entry-id" id="index-Hyperbole-applications"></a>
 <p>Typical Hyperbole applications include:
 </p>
-<dl compact="compact">
-<dt><em>personal information management</em></dt>
+<dl class="table">
+<dt><em class="emph">personal information management</em></dt>
 <dd><p>Hyperlinks provide a variety of views into an information space.  A
 search facility locates hyperbuttons in context and permits quick
 selection.
 </p>
 </dd>
-<dt><em>documentation and code browsing</em></dt>
+<dt><em class="emph">documentation and code browsing</em></dt>
 <dd><p>Cross-references may be embedded within documentation and code.  
Existing
 documentation may be augmented with point-and-click interfaces to link
 code with associated design documents, or to permit direct access to the
@@ -1253,21 +535,21 @@ definition of identifiers by selecting their names 
within code or
 other documents.
 </p>
 </dd>
-<dt><em>brainstorming</em></dt>
-<dd><p>The Hyperbole outliner (see <a href="#Koutliner">Koutliner</a>) is an 
effective tool for
+<dt><em class="emph">brainstorming</em></dt>
+<dd><p>The Hyperbole outliner (see <a class="pxref" 
href="#Koutliner">Koutliner</a>) is an effective tool for
 capturing ideas and then quickly reorganizing them in a meaningful way.
 Links to related ideas are easy to create so the need to copy and
 paste information is greatly reduced.
 </p>
 </dd>
-<dt><em>help/training systems</em></dt>
+<dt><em class="emph">help/training systems</em></dt>
 <dd><p>Tutorials with buttons can show students how things work while
 explaining the concepts, e.g. an introduction to the commands available
 on a computer system.  This technique can be much more effective than
 written documentation alone.
 </p>
 </dd>
-<dt><em>archive managers</em></dt>
+<dt><em class="emph">archive managers</em></dt>
 <dd><p>Programs that manage archives from incoming information streams may be
 supplemented by having them add topic-based buttons that link to the
 archive holdings.  Users can then search and create their own links to
@@ -1276,278 +558,284 @@ archive entries.
 </dl>
 
 <hr>
-<span id="Mail-Lists"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Mail-Lists">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Hyperbole-Overview" accesskey="p" rel="prev">Hyperbole 
Overview</a>, Up: <a href="#Introduction" accesskey="u" 
rel="up">Introduction</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Mail-Lists-1"></span><h3 class="section">1.4 Mail Lists</h3>
+<h3 class="section" id="Mail-Lists-1">1.4 Mail Lists</h3>
 
 <p>If you use Hyperbole, you may join the mailing list
 &lt;hyperbole-users@gnu.org&gt; to discuss Hyperbole with users and 
maintainers.
 There is a separate mail list to report problems or bugs with
 Hyperbole, &lt;bug-hyperbole@gnu.org&gt;.  For more details,
-see <a href="#Suggestion-or-Bug-Reporting">Suggestion or Bug Reporting</a>.
+see <a class="pxref" href="#Suggestion-or-Bug-Reporting">Suggestion or Bug 
Reporting</a>.
 </p>
 <hr>
-<span id="Usage"></span><div class="header">
+</div>
+</div>
+<div class="chapter-level-extent" id="Usage">
+<div class="nav-panel">
 <p>
-Next: <a href="#Smart-Keys" accesskey="n" rel="next">Smart Keys</a>, Previous: 
<a href="#Introduction" accesskey="p" rel="prev">Introduction</a>, Up: <a 
href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Smart-Keys" accesskey="n" rel="next">Smart Keys</a>, Previous: 
<a href="#Introduction" accesskey="p" rel="prev">Introduction</a>, Up: <a 
href="#Top" accesskey="u" rel="up">GNU Hyperbole</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Usage-1"></span><h2 class="chapter">2 Usage</h2>
+<h2 class="chapter" id="Usage-1">2 Usage</h2>
 
 <p>Once Hyperbole has been installed for use at your site, loaded into your
-Emacs session and activated with <code>(hyperbole-mode 1)</code>, it is ready
-for use.  You will see a Hyperbole menu on your menubar and <code>Hypb</code> 
in
+Emacs session and activated with <code class="code">(hyperbole-mode 1)</code>, 
it is ready
+for use.  You will see a Hyperbole menu on your menubar and <code 
class="code">Hypb</code> in
 your modeline.
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Invocation" 
accesskey="1">Invocation</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Documentation" 
accesskey="2">Documentation</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Hyperbole-Hooks" 
accesskey="3">Hyperbole Hooks</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#Invocation" accesskey="1">Invocation</a></li>
+<li><a href="#Documentation" accesskey="2">Documentation</a></li>
+<li><a href="#Hyperbole-Hooks" accesskey="3">Hyperbole Hooks</a></li>
+</ul>
 <hr>
-<span id="Invocation"></span><div class="header">
+<div class="section-level-extent" id="Invocation">
+<div class="nav-panel">
 <p>
 Next: <a href="#Documentation" accesskey="n" rel="next">Documentation</a>, 
Previous: <a href="#Usage" accesskey="p" rel="prev">Usage</a>, Up: <a 
href="#Usage" accesskey="u" rel="up">Usage</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Invocation-1"></span><h3 class="section">2.1 Invocation</h3>
+<h3 class="section" id="Invocation-1">2.1 Invocation</h3>
 
 <p>You can invoke Hyperbole&rsquo;s commands in one of three ways:
 </p>
-<ul>
-<li> use the Hyperbole entry on your menubar;
+<ul class="itemize mark-bullet">
+<li>use the Hyperbole entry on your menubar;
 
-</li><li> <span id="index-hyperbole"></span>
-type <kbd>{C-h h}</kbd> or <kbd>{M-x hyperbole <span 
class="key">RET</span>}</kbd> to display the Hyperbole minibuffer menu;
+</li><li><a class="index-entry-id" id="index-hyperbole"></a>
+type <kbd class="kbd">{C-h h}</kbd> or <kbd class="kbd">{M-x hyperbole <kbd 
class="key">RET</kbd>}</kbd> to display the Hyperbole minibuffer menu;
 
-</li><li> use a specific Hyperbole command, for example, a press of 
<kbd>{M-<span class="key">RET</span>}</kbd>
+</li><li>use a specific Hyperbole command, for example, a press of <kbd 
class="kbd">{M-<kbd class="key">RET</kbd>}</kbd>
 on a pathname to display the associated file or directory.
 </li></ul>
 
-<span id="index-file_002c-_002eemacs"></span>
-<span id="index-hyperbole_002dmode"></span>
-<span id="index-minor-mode_002c-hyperbole"></span>
-<span id="index-change-key-bindings"></span>
-<span id="index-toggle-key-bindings"></span>
-<span id="index-key-bindings_002c-toggle"></span>
-<span id="index-enable-Hyperbole"></span>
-<span id="index-disable-Hyperbole"></span>
-<span id="index-Hyperbole-minibuffer-menu"></span>
-<span id="index-C_002dh-h"></span>
-<span id="index-C_002dh-h-X"></span>
-<span id="index-C_002dh-h-q"></span>
-<p><kbd>{C-h h}</kbd> enables Hyperbole if it has been disabled and displays a
+<a class="index-entry-id" id="index-file_002c-_002eemacs"></a>
+<a class="index-entry-id" id="index-hyperbole_002dmode"></a>
+<a class="index-entry-id" id="index-minor-mode_002c-hyperbole"></a>
+<a class="index-entry-id" id="index-change-key-bindings"></a>
+<a class="index-entry-id" id="index-toggle-key-bindings"></a>
+<a class="index-entry-id" id="index-key-bindings_002c-toggle"></a>
+<a class="index-entry-id" id="index-enable-Hyperbole"></a>
+<a class="index-entry-id" id="index-disable-Hyperbole"></a>
+<a class="index-entry-id" id="index-Hyperbole-minibuffer-menu"></a>
+<a class="index-entry-id" id="index-C_002dh-h"></a>
+<a class="index-entry-id" id="index-C_002dh-h-X"></a>
+<a class="index-entry-id" id="index-C_002dh-h-q"></a>
+<p><kbd class="kbd">{C-h h}</kbd> enables Hyperbole if it has been disabled 
and displays a
 Hyperbole menu in the minibuffer for quick keyboard or mouse-based selection.
 Select an item from this menu by typing the item&rsquo;s first capital letter.
-Use <kbd>{q}</kbd> to quit from the minibuffer menu while leaving Hyperbole 
enabled.
-Use<kbd>{X}</kbd> (note this is capitalized) to quit from the minibuffer menu
+Use <kbd class="kbd">{q}</kbd> to quit from the minibuffer menu while leaving 
Hyperbole enabled.
+Use<kbd class="kbd">{X}</kbd> (note this is capitalized) to quit from the 
minibuffer menu
 and disable Hyperbole minor mode.
 </p>
-<p>Use <kbd>{C-h h d d}</kbd> for an interactive demonstration of standard 
Hyperbole
+<p>Use <kbd class="kbd">{C-h h d d}</kbd> for an interactive demonstration of 
standard Hyperbole
 button capabilities.
 </p>
-<p>Type <kbd>{C-h h k e}</kbd> for an interactive demonstration of the 
Koutliner,
+<p>Type <kbd class="kbd">{C-h h k e}</kbd> for an interactive demonstration of 
the Koutliner,
 Hyperbole&rsquo;s multi-level autonumbered hypertextual outliner.
 </p>
 <p>To try out HyControl, Hyperbole&rsquo;s interactive frame and window control
-system, use <kbd>{C-h h s w}</kbd> for window control or <kbd>{C-h h s 
f}</kbd> for
-frame control.  Pressing <kbd>{t}</kbd> switches between window and frame
-control once in HyControl.  Hyperbole also binds <kbd>{C-c \}</kbd> for quick
+system, use <kbd class="kbd">{C-h h s w}</kbd> for window control or <kbd 
class="kbd">{C-h h s f}</kbd> for
+frame control.  Pressing <kbd class="kbd">{t}</kbd> switches between window 
and frame
+control once in HyControl.  Hyperbole also binds <kbd class="kbd">{C-c 
\}</kbd> for quick
 access to HyControl&rsquo;s window control menu if it was not already bound
 prior to Hyperbole&rsquo;s initialization.
 </p>
 <p>A long video demonstrating most of HyControl&rsquo;s features is available 
at
-<a href="https://youtu.be/M3-aMh1ccJk";>https://youtu.be/M3-aMh1ccJk</a>.
+<a class="url" 
href="https://youtu.be/M3-aMh1ccJk";>https://youtu.be/M3-aMh1ccJk</a>.
 </p>
 <p>The above are the best interactive ways to learn about Hyperbole.
 </p>
 <hr>
-<span id="Documentation"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Documentation">
+<div class="nav-panel">
 <p>
 Next: <a href="#Hyperbole-Hooks" accesskey="n" rel="next">Hyperbole Hooks</a>, 
Previous: <a href="#Invocation" accesskey="p" rel="prev">Invocation</a>, Up: <a 
href="#Usage" accesskey="u" rel="up">Usage</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Documentation-1"></span><h3 class="section">2.2 Documentation</h3>
+<h3 class="section" id="Documentation-1">2.2 Documentation</h3>
 
-<span id="index-Info_002ddirectory_002dlist"></span>
-<span id="index-hyperb_003adir"></span>
-<span id="index-Hyperbole-manual"></span>
+<a class="index-entry-id" id="index-Info_002ddirectory_002dlist"></a>
+<a class="index-entry-id" id="index-hyperb_003adir"></a>
+<a class="index-entry-id" id="index-Hyperbole-manual"></a>
 <p>The Hyperbole Manual is a reference manual, not a simple introduction.
-It is included in the <samp>man/</samp> subdirectory of the Hyperbole package
+It is included in the <samp class="file">man/</samp> subdirectory of the 
Hyperbole package
 directory in four forms:
 </p>
-<span id="index-Info-manual"></span>
-<span id="index-Texinfo-manual"></span>
-<span id="index-file_002c-man_002fhyperbole_002einfo"></span>
-<span id="index-file_002c-man_002fhyperbole_002ehtml"></span>
-<span id="index-file_002c-man_002fhyperbole_002epdf"></span>
-<span id="index-file_002c-man_002fhyperbole_002etexi"></span>
+<a class="index-entry-id" id="index-Info-manual"></a>
+<a class="index-entry-id" id="index-Texinfo-manual"></a>
+<a class="index-entry-id" id="index-file_002c-man_002fhyperbole_002einfo"></a>
+<a class="index-entry-id" id="index-file_002c-man_002fhyperbole_002ehtml"></a>
+<a class="index-entry-id" id="index-file_002c-man_002fhyperbole_002epdf"></a>
+<a class="index-entry-id" id="index-file_002c-man_002fhyperbole_002etexi"></a>
 <div class="example">
-<pre class="example"><samp>man/hyperbole.info</samp>   - online Info browser 
version
-<samp>man/hyperbole.html</samp>   - web HTML version
-<samp>man/hyperbole.pdf</samp>    - printable version
-<samp>man/hyperbole.texi</samp>   - source form
+<pre class="example-preformatted"><samp class="file">man/hyperbole.info</samp> 
  - online Info browser version
+<samp class="file">man/hyperbole.html</samp>   - web HTML version
+<samp class="file">man/hyperbole.pdf</samp>    - printable version
+<samp class="file">man/hyperbole.texi</samp>   - source form
 </pre></div>
 
-<span id="index-C_002dh-h-d-i"></span>
+<a class="index-entry-id" id="index-C_002dh-h-d-i"></a>
 <p>The Hyperbole package installation places the Info version of this
 manual where needed and adds an entry for Hyperbole into the Info
-directory under the Emacs category.  <kbd>{C-h h d i}</kbd> will let you
-browse the manual.  Then use <kbd>{s}</kbd> to search for anything
+directory under the Emacs category.  <kbd class="kbd">{C-h h d i}</kbd> will 
let you
+browse the manual.  Then use <kbd class="kbd">{s}</kbd> to search for anything
 throughout the manual.  For web browsing, point your browser
-to <samp><code>${hyperb:dir}</code>/man/hyperbole.html</samp>, wherever the
+to <samp class="file"><code 
class="code">${hyperb:dir}</code>/man/hyperbole.html</samp>, wherever the
 Hyperbole package directory is on your system; often this
-is: <samp>~/.emacs.d/elpa/hyperbole-${hyperb:version}/</samp>.
+is: <samp class="file">~/.emacs.d/elpa/hyperbole-${hyperb:version}/</samp>.
 </p>
 
 <hr>
-<span id="Hyperbole-Hooks"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Hyperbole-Hooks">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Documentation" accesskey="p" rel="prev">Documentation</a>, 
Up: <a href="#Usage" accesskey="u" rel="up">Usage</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Hyperbole-Hooks-1"></span><h3 class="section">2.3 Hyperbole 
Hooks</h3>
-<span id="index-hyperbole_002dinit_002dhook"></span>
-<span id="index-hyperbole_002dmode_002dhook"></span>
-<span id="index-hyperbole_002dmode_002don_002dhook"></span>
-<span id="index-hyperbole_002dmode_002doff_002dhook"></span>
-<p>When Hyperbole&rsquo;s code is first loaded and initialized, 
<code>hyperbole-init-hook</code>
-is run.  When <code>hyperbole-mode</code> is enabled, 
<code>hyperbole-mode-hook</code> and
-<code>hyperbole-mode-on-hook</code> are run.  When <code>hyperbole-mode</code> 
is disabled,
-<code>hyperbole-mode-hook</code> and hyperbole-mode-off-hook are run.
+<h3 class="section" id="Hyperbole-Hooks-1">2.3 Hyperbole Hooks</h3>
+<a class="index-entry-id" id="index-hyperbole_002dinit_002dhook"></a>
+<a class="index-entry-id" id="index-hyperbole_002dmode_002dhook"></a>
+<a class="index-entry-id" id="index-hyperbole_002dmode_002don_002dhook"></a>
+<a class="index-entry-id" id="index-hyperbole_002dmode_002doff_002dhook"></a>
+<p>When Hyperbole&rsquo;s code is first loaded and initialized, <code 
class="code">hyperbole-init-hook</code>
+is run.  When <code class="code">hyperbole-mode</code> is enabled, <code 
class="code">hyperbole-mode-hook</code> and
+<code class="code">hyperbole-mode-on-hook</code> are run.  When <code 
class="code">hyperbole-mode</code> is disabled,
+<code class="code">hyperbole-mode-hook</code> and hyperbole-mode-off-hook are 
run.
 </p>
 <p>If you prefer a different key to activate Hyperbole, you can bind it as part
-of any setting of <code>hyperbole-init-hook</code> within your personal
-<samp>~/.emacs</samp> file.  For example, <code>(add-hook
+of any setting of <code class="code">hyperbole-init-hook</code> within your 
personal
+<samp class="file">~/.emacs</samp> file.  For example, <code 
class="code">(add-hook
 'hyperbole-init-hook (lambda () (global-set-key &quot;\C-ch&quot;
 'hyperbole--enable-mode) (global-set-key &quot;\C-hh&quot; 
'view-hello-file)))</code>; then
 restart Emacs.
 </p>
 <hr>
-<span id="Smart-Keys"></span><div class="header">
+</div>
+</div>
+<div class="chapter-level-extent" id="Smart-Keys">
+<div class="nav-panel">
 <p>
-Next: <a href="#Buttons" accesskey="n" rel="next">Buttons</a>, Previous: <a 
href="#Usage" accesskey="p" rel="prev">Usage</a>, Up: <a href="#Top" 
accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Buttons" accesskey="n" rel="next">Buttons</a>, Previous: <a 
href="#Usage" accesskey="p" rel="prev">Usage</a>, Up: <a href="#Top" 
accesskey="u" rel="up">GNU Hyperbole</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Keys-1"></span><h2 class="chapter">3 Smart Keys</h2>
+<h2 class="chapter" id="Smart-Keys-1">3 Smart Keys</h2>
 
-<span id="index-Smart-Key"></span>
-<span id="index-mouse-support"></span>
-<span id="index-Action-Key"></span>
-<span id="index-Assist-Key"></span>
-<span id="index-middle-mouse-key"></span>
-<span id="index-hmouse_002dmiddle_002dflag"></span>
-<span id="index-Action-Key-1"></span>
-<span id="index-Assist-Key-1"></span>
-<p>When active, Hyperbole offers two special <em>Smart Keys</em>, the Action 
Key
+<a class="index-entry-id" id="index-Smart-Key"></a>
+<a class="index-entry-id" id="index-mouse-support"></a>
+<a class="index-entry-id" id="index-Action-Key"></a>
+<a class="index-entry-id" id="index-Assist-Key"></a>
+<a class="index-entry-id" id="index-middle-mouse-key"></a>
+<a class="index-entry-id" id="index-hmouse_002dmiddle_002dflag"></a>
+<a class="index-entry-id" id="index-Action-Key-1"></a>
+<a class="index-entry-id" id="index-Assist-Key-1"></a>
+<p>When active, Hyperbole offers two special <em class="dfn">Smart Keys</em>, 
the Action Key
 and the Assist Key, that perform an extensive array of context-sensitive
 operations across emacs usage.  In many Emacs modes, they allow you to
 perform common, sometimes complex operations without having to use a
 different key for each operation.  Just press a Smart Key and the right thing
-happens.  This chapter explains typical uses of the Smart Keys.  See <a 
href="#Smart-Key-Reference">Smart Key Reference</a>, for complete descriptions 
of their behavior in all contexts.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Key-Bindings" 
accesskey="1">Smart Key Bindings</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Key-Operations" 
accesskey="2">Smart Key Operations</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-Argument-Selection" accesskey="3">Smart Key Argument 
Selection</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Key-Debugging" 
accesskey="4">Smart Key Debugging</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Key-Thing-Selection" 
accesskey="5">Smart Key Thing Selection</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Mouse-Key-Modeline-Clicks" accesskey="6">Smart Mouse Key Modeline 
Clicks</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Mouse-Key-Drags" 
accesskey="7">Smart Mouse Key Drags</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-</table>
+happens.  This chapter explains typical uses of the Smart Keys.  See <a 
class="xref" href="#Smart-Key-Reference">Smart Key Reference</a>, for complete 
descriptions of their behavior in all contexts.
+</p>
 
+<ul class="mini-toc">
+<li><a href="#Smart-Key-Bindings" accesskey="1">Smart Key Bindings</a></li>
+<li><a href="#Smart-Key-Operations" accesskey="2">Smart Key Operations</a></li>
+<li><a href="#Smart-Key-Argument-Selection" accesskey="3">Smart Key Argument 
Selection</a></li>
+<li><a href="#Smart-Key-Debugging" accesskey="4">Smart Key Debugging</a></li>
+<li><a href="#Smart-Key-Thing-Selection" accesskey="5">Smart Key Thing 
Selection</a></li>
+<li><a href="#Smart-Mouse-Key-Modeline-Clicks" accesskey="6">Smart Mouse Key 
Modeline Clicks</a></li>
+<li><a href="#Smart-Mouse-Key-Drags" accesskey="7">Smart Mouse Key 
Drags</a></li>
+</ul>
 <hr>
-<span id="Smart-Key-Bindings"></span><div class="header">
+<div class="section-level-extent" id="Smart-Key-Bindings">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-Operations" accesskey="n" rel="next">Smart Key 
Operations</a>, Previous: <a href="#Smart-Keys" accesskey="p" rel="prev">Smart 
Keys</a>, Up: <a href="#Smart-Keys" accesskey="u" rel="up">Smart Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-Bindings-1"></span><h3 class="section">3.1 Smart Key 
Bindings</h3>
+<h3 class="section" id="Smart-Key-Bindings-1">3.1 Smart Key Bindings</h3>
 
-<span id="index-C_002du-M_002dRET"></span>
-<span id="index-M_002dRET"></span>
-<p>With <code>hyperbole-mode</code> enabled, <kbd>{M-<span 
class="key">RET</span>}</kbd> is the Action Key
-and <kbd>{C-u M-<span class="key">RET</span>}</kbd> is the Assist Key.  These 
keys allow
+<a class="index-entry-id" id="index-C_002du-M_002dRET"></a>
+<a class="index-entry-id" id="index-M_002dRET"></a>
+<p>With <code class="code">hyperbole-mode</code> enabled, <kbd 
class="kbd">{M-<kbd class="key">RET</kbd>}</kbd> is the Action Key
+and <kbd class="kbd">{C-u M-<kbd class="key">RET</kbd>}</kbd> is the Assist 
Key.  These keys allow
 context-sensitive operation from any keyboard.
 </p>
-<span id="index-shift_002dmiddle-mouse-key"></span>
-<span id="index-shift_002dleft-mouse-key"></span>
-<span id="index-shift_002dright-mouse-key"></span>
-<span id="index-middle-mouse-key-1"></span>
-<span id="index-hmouse_002dmiddle_002dflag-1"></span>
+<a class="index-entry-id" id="index-shift_002dmiddle-mouse-key"></a>
+<a class="index-entry-id" id="index-shift_002dleft-mouse-key"></a>
+<a class="index-entry-id" id="index-shift_002dright-mouse-key"></a>
+<a class="index-entry-id" id="index-middle-mouse-key-1"></a>
+<a class="index-entry-id" id="index-hmouse_002dmiddle_002dflag-1"></a>
 <p>Mouse configuration of the Smart Keys is automatic for GNU Emacs under
 Mac OS X, the X Window System and MS Windows, assuming your emacs program
 has been built with support for any of these window systems.
 </p>
-<p>The <em>Action Mouse Key</em> is bound to your shift-middle mouse key (or
-shift-left on a 2-button mouse).  The <em>Assist Mouse Key</em> is bound to 
your
+<p>The <em class="dfn">Action Mouse Key</em> is bound to your shift-middle 
mouse key (or
+shift-left on a 2-button mouse).  The <em class="dfn">Assist Mouse Key</em> is 
bound to your
 shift-right mouse key, assuming Hyperbole is run under an external window
-system.  These keys support <em>Drag Actions</em>, see <a 
href="#Smart-Mouse-Keys">Smart Mouse Keys</a>, as
+system.  These keys support <em class="dfn">Drag Actions</em>, see <a 
class="pxref" href="#Smart-Mouse-Keys">Smart Mouse Keys</a>, as
 well as the standard Smart Key presses.
 </p>
-<span id="index-hmouse_002dadd_002dunshifted_002dsmart_002dkeys"></span>
-<span id="index-unshifted-mouse-bindings"></span>
-<span id="index-unshifted-mouse-keys"></span>
-<span id="index-mouse-keys_002c-unshifted"></span>
-<span id="index-smart-keys_002c-unshifted"></span>
-<p>If you set the variable, <code>hmouse-middle-flag</code>, to 
&lsquo;<samp>t</samp>&rsquo; before
+<a class="index-entry-id" 
id="index-hmouse_002dadd_002dunshifted_002dsmart_002dkeys"></a>
+<a class="index-entry-id" id="index-unshifted-mouse-bindings"></a>
+<a class="index-entry-id" id="index-unshifted-mouse-keys"></a>
+<a class="index-entry-id" id="index-mouse-keys_002c-unshifted"></a>
+<a class="index-entry-id" id="index-smart-keys_002c-unshifted"></a>
+<p>If you set the variable, <code class="code">hmouse-middle-flag</code>, to 
&lsquo;<samp class="samp">t</samp>&rsquo; before
 loading Hyperbole, then you may also use the middle mouse key as the Action
 Key.  If you want both the middle mouse key as the Action Key and the
 right mouse key as the Assist Key for ease of use, then within your
-personal <samp>~/.emacs</samp> file, add: <code>(add-hook 'hyperbole-init-hook
+personal <samp class="file">~/.emacs</samp> file, add: <code 
class="code">(add-hook 'hyperbole-init-hook
 'hmouse-add-unshifted-smart-keys)</code> and then restart Emacs.
 </p>
-<span id="index-key-binding_002c-smart-keys"></span>
-<span id="index-smart-key-commands"></span>
-<span id="index-smart-key-assignments"></span>
-<span id="index-action_002dkey"></span>
-<span id="index-assist_002dkey"></span>
-<span id="index-action_002dmouse_002dkey"></span>
-<span id="index-assist_002dmouse_002dkey"></span>
-<span id="index-hkey_002deither"></span>
+<a class="index-entry-id" id="index-key-binding_002c-smart-keys"></a>
+<a class="index-entry-id" id="index-smart-key-commands"></a>
+<a class="index-entry-id" id="index-smart-key-assignments"></a>
+<a class="index-entry-id" id="index-action_002dkey"></a>
+<a class="index-entry-id" id="index-assist_002dkey"></a>
+<a class="index-entry-id" id="index-action_002dmouse_002dkey"></a>
+<a class="index-entry-id" id="index-assist_002dmouse_002dkey"></a>
+<a class="index-entry-id" id="index-hkey_002deither"></a>
 <p>If you prefer other Smart Key bindings, simply bind the commands
-<code>action-key</code> and <code>assist-key</code> to keyboard keys.
-Hyperbole binds <kbd>{M-<span class="key">RET</span>}</kbd> to the command 
<code>hkey-either</code>;
+<code class="code">action-key</code> and <code class="code">assist-key</code> 
to keyboard keys.
+Hyperbole binds <kbd class="kbd">{M-<kbd class="key">RET</kbd>}</kbd> to the 
command <code class="code">hkey-either</code>;
 this provides a single key binding for both Smart Key commands; a prefix
-argument, such as <kbd>{C-u}</kbd>, then invokes <code>assist-key</code> 
actions.
+argument, such as <kbd class="kbd">{C-u}</kbd>, then invokes <code 
class="code">assist-key</code> actions.
 </p>
-<p>You may also bind <code>action-mouse-key</code> and 
<code>assist-mouse-key</code> to
+<p>You may also bind <code class="code">action-mouse-key</code> and <code 
class="code">assist-mouse-key</code> to
 other mouse keys, though you won&rsquo;t be able to execute mouse drag actions 
with
-such key bindings.  See <a href="#Smart-Mouse-Key-Drags">Smart Mouse Key 
Drags</a>, and see <a href="#Keyboard-Drags">Keyboard Drags</a>.
+such key bindings.  See <a class="xref" href="#Smart-Mouse-Key-Drags">Smart 
Mouse Key Drags</a>, and see <a class="pxref" href="#Keyboard-Drags">Keyboard 
Drags</a>.
 </p>
 <p>To permanently change any of these key bindings, use:
-<code>(add-hook 'hyperbole-init-hook (lambda () (hkey-set-key &lt;KEY&gt; 
'&lt;CMD&gt;)</code>,
-for example, <code>(hkey-set-key &quot;\M-'&quot; 'hkey-either)</code>.
+<code class="code">(add-hook 'hyperbole-init-hook (lambda () (hkey-set-key 
&lt;KEY&gt; '&lt;CMD&gt;)</code>,
+for example, <code class="code">(hkey-set-key &quot;\M-'&quot; 
'hkey-either)</code>.
 </p>
 
 <hr>
-<span id="Smart-Key-Operations"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Smart-Key-Operations">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-Argument-Selection" accesskey="n" rel="next">Smart 
Key Argument Selection</a>, Previous: <a href="#Smart-Key-Bindings" 
accesskey="p" rel="prev">Smart Key Bindings</a>, Up: <a href="#Smart-Keys" 
accesskey="u" rel="up">Smart Keys</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-Operations-1"></span><h3 class="section">3.2 Smart Key 
Operations</h3>
+<h3 class="section" id="Smart-Key-Operations-1">3.2 Smart Key Operations</h3>
 
-<span id="index-button-activation"></span>
-<span id="index-activation"></span>
-<span id="index-button-help"></span>
-<span id="index-help_002c-button"></span>
+<a class="index-entry-id" id="index-button-activation"></a>
+<a class="index-entry-id" id="index-activation"></a>
+<a class="index-entry-id" id="index-button-help"></a>
+<a class="index-entry-id" id="index-help_002c-button"></a>
 <p>The Action Key generally selects entities, creates links and
 activates buttons.  The Assist Key generally provides help,
 such as reporting on a button&rsquo;s attributes, or serves a complementary
 function to whatever the Action Key does within a context.
 </p>
-<span id="index-Smart-Key-operation"></span>
-<span id="index-menu-item_002c-Doc_002fSmartKeys"></span>
-<span id="index-Smart-Key-summary"></span>
-<span id="index-modeline_002c-Smart-Keys"></span>
-<p>The Hyperbole Doc/SmartKeys menu entry, <kbd>{C-h h d s}</kbd>, displays a
+<a class="index-entry-id" id="index-Smart-Key-operation"></a>
+<a class="index-entry-id" id="index-menu-item_002c-Doc_002fSmartKeys"></a>
+<a class="index-entry-id" id="index-Smart-Key-summary"></a>
+<a class="index-entry-id" id="index-modeline_002c-Smart-Keys"></a>
+<p>The Hyperbole Doc/SmartKeys menu entry, <kbd class="kbd">{C-h h d s}</kbd>, 
displays a
 summary of what the Smart Keys do in all of their different contexts.
 Alternatively, a click of the Assist Mouse Key in the right corner of a
 window modeline (within the rightmost 3 characters) toggles between
@@ -1566,7 +854,7 @@ click and let Hyperbole do the right thing in each context.
 
 <div class="format">
 <div class="example">
-<pre 
class="example">========================================================================================
+<pre 
class="example-preformatted">========================================================================================
                                               Smart Keys
 Context                         Action Key                 Assist Key
 
========================================================================================
@@ -1702,23 +990,23 @@ Any other context (defaults)    Invalid context error    
  Invalid context error
 </pre></div>
 </div>
 
-<p>See <a href="#Smart-Key-Reference">Smart Key Reference</a>, for extensive 
reference documentation on the
+<p>See <a class="xref" href="#Smart-Key-Reference">Smart Key Reference</a>, 
for extensive reference documentation on the
 Smart Keys.
 </p>
-<span id="index-action_002dkey_002ddefault_002dfunction"></span>
-<span id="index-assist_002dkey_002ddefault_002dfunction"></span>
-<span id="index-Smart-Key_002c-default-context"></span>
-<span id="index-default-Smart-Key-context"></span>
+<a class="index-entry-id" 
id="index-action_002dkey_002ddefault_002dfunction"></a>
+<a class="index-entry-id" 
id="index-assist_002dkey_002ddefault_002dfunction"></a>
+<a class="index-entry-id" id="index-Smart-Key_002c-default-context"></a>
+<a class="index-entry-id" id="index-default-Smart-Key-context"></a>
 <p>Note how the last line in the table explains that the default behavior of
 the Smart Keys in an unknown context is to report an error.  You can change
 these behaviors by setting two variables.  See the documentation
-for the variables <code>action-key-default-function</code> and
-<code>assist-key-default-function</code> for information on how to customize
+for the variables <code class="code">action-key-default-function</code> and
+<code class="code">assist-key-default-function</code> for information on how 
to customize
 the behavior of the Smart Keys within default contexts.
 </p>
-<span id="index-Smart-Key-help"></span>
-<span id="index-help_002c-Smart-Key"></span>
-<span id="index-context_002dsensitive-help"></span>
+<a class="index-entry-id" id="index-Smart-Key-help"></a>
+<a class="index-entry-id" id="index-help_002c-Smart-Key"></a>
+<a class="index-entry-id" id="index-context_002dsensitive-help"></a>
 <p>When you use a mouse and you want to find out what either of the Smart
 Keys does within a context, depress the one you want to check on and
 hold it down, then press the other and release as you please.  A help
@@ -1727,22 +1015,24 @@ context, if any.  A press of either Smart Key at the 
end of that
 help buffer will restore your display to its configuration prior to
 invoking help.
 </p>
-<span id="index-C_002dh-A"></span>
-<span id="index-C_002du-C_002dh-A"></span>
-<p>On the keyboard, <kbd>{C-h A}</kbd> displays this same context-sensitive
-help for the Action Key while <kbd>{C-u C-h A}</kbd> displays the help for
-the Assist Key.  Note that <kbd>{C-h a}</kbd> performs a function unrelated
+<a class="index-entry-id" id="index-C_002dh-A"></a>
+<a class="index-entry-id" id="index-C_002du-C_002dh-A"></a>
+<p>On the keyboard, <kbd class="kbd">{C-h A}</kbd> displays this same 
context-sensitive
+help for the Action Key while <kbd class="kbd">{C-u C-h A}</kbd> displays the 
help for
+the Assist Key.  Note that <kbd class="kbd">{C-h a}</kbd> performs a function 
unrelated
 to Hyperbole, so you must press the shift key when you type
-the <tt class="key">A</tt> character.
+the <kbd class="key">A</kbd> character.
 </p>
 <hr>
-<span id="Smart-Key-Argument-Selection"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Smart-Key-Argument-Selection">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-Debugging" accesskey="n" rel="next">Smart Key 
Debugging</a>, Previous: <a href="#Smart-Key-Operations" accesskey="p" 
rel="prev">Smart Key Operations</a>, Up: <a href="#Smart-Keys" accesskey="u" 
rel="up">Smart Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-Argument-Selection-1"></span><h3 class="section">3.3 Smart 
Key Argument Selection</h3>
+<h3 class="section" id="Smart-Key-Argument-Selection-1">3.3 Smart Key Argument 
Selection</h3>
 
-<span id="index-Hyperbole-help"></span>
+<a class="index-entry-id" id="index-Hyperbole-help"></a>
 <p>A prime design criterion of Hyperbole&rsquo;s user interface is that you
 should be able to see what an operation will do before using it.  The
 Assist Key typically shows you what a button or minibuffer menu item
@@ -1751,9 +1041,9 @@ directly selecting an argument value with the Action Key, 
to provide
 feedback as to whether the correct item has been selected.  A second
 press/click is necessary before an argument is accepted and processed.
 </p>
-<span id="index-argument-entry"></span>
-<span id="index-direct-selection"></span>
-<span id="index-double-click"></span>
+<a class="index-entry-id" id="index-argument-entry"></a>
+<a class="index-entry-id" id="index-direct-selection"></a>
+<a class="index-entry-id" id="index-double-click"></a>
 <p>Many Hyperbole commands prompt you for arguments.  The standard
 Hyperbole user interface has an extensive core of argument types that
 it recognizes.  Whenever Hyperbole is prompting you for an argument,
@@ -1767,39 +1057,41 @@ and moves on.  Thus, a double click registers a desired 
argument.
 Double-quoted strings, pathnames, mail messages, Info nodes, dired
 listings, buffers, numbers, completion items and so forth are all
 recognized at appropriate times.  All of the argument types mentioned
-in the documentation for the Emacs Lisp <code>interactive</code> function
+in the documentation for the Emacs Lisp <code class="code">interactive</code> 
function
 are recognized.  Experiment a little and you will quickly get used to
 this direct selection technique.
 </p>
-<span id="index-completion"></span>
+<a class="index-entry-id" id="index-completion"></a>
 <p>Wherever possible, standard Emacs completion is offered, as described in
-<a 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Completion";>Completion</a>
 in <cite>the GNU Emacs Manual</cite>.  Remember to use <kbd>{?}</kbd>
+<a data-manual="emacs" 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Completion";>Completion</a>
 in <cite class="cite">the GNU Emacs Manual</cite>.  Remember to use <kbd 
class="kbd">{?}</kbd>
 to see what your possibilities for an argument are.  Once you have a
 list of possible completions on screen, press the Action Key twice on
 any item to enter it as the argument.
 </p>
 <hr>
-<span id="Smart-Key-Debugging"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Smart-Key-Debugging">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-Thing-Selection" accesskey="n" rel="next">Smart Key 
Thing Selection</a>, Previous: <a href="#Smart-Key-Argument-Selection" 
accesskey="p" rel="prev">Smart Key Argument Selection</a>, Up: <a 
href="#Smart-Keys" accesskey="u" rel="up">Smart Keys</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-Debugging-1"></span><h3 class="section">3.4 Smart Key 
Debugging</h3>
+<h3 class="section" id="Smart-Key-Debugging-1">3.4 Smart Key Debugging</h3>
 
-<p>Typically, <kbd>{C-h A}</kbd> and <kbd>{C-u C-h A}</kbd> which show Action 
and
+<p>Typically, <kbd class="kbd">{C-h A}</kbd> and <kbd class="kbd">{C-u C-h 
A}</kbd> which show Action and
 Assist Key help for the current context, are sufficient for seeing how
 the Smart Keys behave no matter where they are used.
 </p>
-<span id="index-C_002dh-h-c-d"></span>
-<span id="index-Smart-Key-debugging"></span>
-<span id="index-menu-item_002c-Cust_002fDebug_002dToggle"></span>
-<span id="index-debugging-Smart-Keys"></span>
-<span id="index-troubleshooting-Smart-Keys"></span>
-<span id="index-Messages-buffer"></span>
-<span id="index-logging-Smart-Key-behavior"></span>
+<a class="index-entry-id" id="index-C_002dh-h-c-d"></a>
+<a class="index-entry-id" id="index-Smart-Key-debugging"></a>
+<a class="index-entry-id" 
id="index-menu-item_002c-Cust_002fDebug_002dToggle"></a>
+<a class="index-entry-id" id="index-debugging-Smart-Keys"></a>
+<a class="index-entry-id" id="index-troubleshooting-Smart-Keys"></a>
+<a class="index-entry-id" id="index-Messages-buffer"></a>
+<a class="index-entry-id" id="index-logging-Smart-Key-behavior"></a>
 <p>However, if a Smart Key ever behaves differently than you think it
 should or if you want to test how the Smart Keys respond in a new
 context, then the Smart Key debugging flag may be of use.  You toggle
-it on and off with <kbd>{C-h h c d}</kbd> (minibuffer menu
+it on and off with <kbd class="kbd">{C-h h c d}</kbd> (minibuffer menu
 Cust/Debug-Toggle).  Once enabled, this displays a message in the
 minibuffer each time the Action or Assist Key is released, showing
 the context of the press and its associated action, so you can see
@@ -1807,47 +1099,49 @@ exactly what is happening whenever you use a Smart Key. 
 These
 messages are all prefaced with &ldquo;(HyDebug)&rdquo; and logged to the
 &ldquo;*Messages*&rdquo; buffer for later viewing.
 </p>
-<span id="index-C_002dh-h-m-c"></span>
-<span id="index-C_002dh-h-m-r"></span>
+<a class="index-entry-id" id="index-C_002dh-h-m-c"></a>
+<a class="index-entry-id" id="index-C_002dh-h-m-r"></a>
 <p>If you do find a problem with the Smart Keys and want to report a bug,
-use <kbd>{C-h h m r}</kbd> to compose an email message to the bug-hyperbole
+use <kbd class="kbd">{C-h h m r}</kbd> to compose an email message to the 
bug-hyperbole
 list.  Hyperbole will automatically include all of the &ldquo;(HyDebug)&rdquo;
 messages from your current emacs session into your email.  Similarly,
 when you compose an email to the hyperbole-users mailing list
-with <kbd>{C-h h m c}</kbd>, these messages are also included.
+with <kbd class="kbd">{C-h h m c}</kbd>, these messages are also included.
 </p>
 <hr>
-<span id="Smart-Key-Thing-Selection"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Smart-Key-Thing-Selection">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Mouse-Key-Modeline-Clicks" accesskey="n" 
rel="next">Smart Mouse Key Modeline Clicks</a>, Previous: <a 
href="#Smart-Key-Debugging" accesskey="p" rel="prev">Smart Key Debugging</a>, 
Up: <a href="#Smart-Keys" accesskey="u" rel="up">Smart Keys</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-Thing-Selection-1"></span><h3 class="section">3.5 Smart 
Key Thing Selection</h3>
+<h3 class="section" id="Smart-Key-Thing-Selection-1">3.5 Smart Key Thing 
Selection</h3>
 
-<span id="index-sexp-selection"></span>
-<span id="index-code-block-selection"></span>
-<span id="index-selection"></span>
-<span id="index-smart-selection"></span>
-<span id="index-smart-marking"></span>
-<span id="index-region-selection"></span>
-<span id="index-things"></span>
-<span id="index-delimited-things"></span>
+<a class="index-entry-id" id="index-sexp-selection"></a>
+<a class="index-entry-id" id="index-code-block-selection"></a>
+<a class="index-entry-id" id="index-selection"></a>
+<a class="index-entry-id" id="index-smart-selection"></a>
+<a class="index-entry-id" id="index-smart-marking"></a>
+<a class="index-entry-id" id="index-region-selection"></a>
+<a class="index-entry-id" id="index-things"></a>
+<a class="index-entry-id" id="index-delimited-things"></a>
 <p>Hyperbole has some radically cool ways to select regions of structured text
 or source code and to copy or move them between buffers with a single mouse
 drag or two key presses.  A great deal of smarts are built-in so that it
 does the right thing most of the time; many other attempts at similar
-behavior such as <samp>thing.el</samp> fail to deal with many file format
+behavior such as <samp class="file">thing.el</samp> fail to deal with many 
file format
 complexities.
 </p>
-<p>We use the term <em>things</em> to refer to structured entities that
+<p>We use the term <em class="dfn">things</em> to refer to structured entities 
that
 Hyperbole can select.  These include: delimited pairs of (), {}, &lt;&gt;,
 [] and quote marks, source code functions, source code comments and
-matching tag pairs in HTML and SGML modes.  <em>Delimited things</em> are
+matching tag pairs in HTML and SGML modes.  <em class="dfn">Delimited 
things</em> are
 those things that contain a selectable delimiter such as an opening
 parenthesis.
 </p>
-<span id="index-HTML-tag-pair"></span>
-<span id="index-SGML-tag-pair"></span>
-<span id="index-XML-tag-pair"></span>
+<a class="index-entry-id" id="index-HTML-tag-pair"></a>
+<a class="index-entry-id" id="index-SGML-tag-pair"></a>
+<a class="index-entry-id" id="index-XML-tag-pair"></a>
 <p>The best way to mark a delimited thing is to move your cursor to the
 starting delimiter of the thing and then press the Action Key.
 Typically, you will see the thing highlight.  You can then operate
@@ -1857,12 +1151,12 @@ An Action Key press on the start of an HTML, XML, or 
SGML tag pair
 marks the entire region span of the pair.  If you use the Assist Key
 instead, it will mark and kill (delete) the thing.
 </p>
-<span id="index-drag_002c-with-region"></span>
-<span id="index-kill-region"></span>
-<span id="index-yank-region"></span>
-<span id="index-cut-region"></span>
-<span id="index-copy-region"></span>
-<span id="index-paste-region"></span>
+<a class="index-entry-id" id="index-drag_002c-with-region"></a>
+<a class="index-entry-id" id="index-kill-region"></a>
+<a class="index-entry-id" id="index-yank-region"></a>
+<a class="index-entry-id" id="index-cut-region"></a>
+<a class="index-entry-id" id="index-copy-region"></a>
+<a class="index-entry-id" id="index-paste-region"></a>
 <p>Even better are Smart Mouse Key thing drags which let you copy or move
 delimited things in one operation without having to select a region.  To
 copy, simply drag with the Action Key from a thing&rsquo;s opening delimiter
@@ -1875,10 +1169,10 @@ work.
 </p>
 <p>Hyperbole also binds two convenience keys for working with things.
 </p>
-<span id="index-C_002dc-RET"></span>
-<span id="index-hui_002dselect_002dthing"></span>
-<span id="index-hui_002dselect_002dthing_002dwith_002dmouse"></span>
-<p>The first such key is <kbd>{C-c <span class="key">RET</span>}</kbd> 
<code>hui-select-thing</code> which
+<a class="index-entry-id" id="index-C_002dc-RET"></a>
+<a class="index-entry-id" id="index-hui_002dselect_002dthing"></a>
+<a class="index-entry-id" 
id="index-hui_002dselect_002dthing_002dwith_002dmouse"></a>
+<p>The first such key is <kbd class="kbd">{C-c <kbd 
class="key">RET</kbd>}</kbd> <code class="code">hui-select-thing</code> which
 selects bigger and bigger syntactic regions with each successive use.
 Double or triple clicks of the Selection Key (left mouse key) do the same
 thing.  The first press selects a region based upon the character at point.
@@ -1889,14 +1183,14 @@ selected.  The type of selection is displayed in the 
minibuffer as
 feedback.  When using a language in which indentation determines nesting
 level like Python, a double click on the first alpha character of a line,
 such as an if statement, selects the current clause (until the next line at
-the same or lesser indentation).  Use <kbd>{C-g}</kbd> to unmark the region 
when
-done.  Use, <code>hui-select-thing-with-mouse</code> if you want to bind this 
to
+the same or lesser indentation).  Use <kbd class="kbd">{C-g}</kbd> to unmark 
the region when
+done.  Use, <code class="code">hui-select-thing-with-mouse</code> if you want 
to bind this to
 a different mouse key to use single clicks instead of double clicks.
 </p>
-<span id="index-C_002dc-_002e"></span>
-<span id="index-hui_002dselect_002dgoto_002dmatching_002dtag"></span>
+<a class="index-entry-id" id="index-C_002dc-_002e"></a>
+<a class="index-entry-id" 
id="index-hui_002dselect_002dgoto_002dmatching_002dtag"></a>
 <p>The second convenience key is bound in HTML/XML/SGML/web
-modes.  <kbd>{C-c .}</kbd> <code>hui-select-goto-matching-tag</code> jumps 
between
+modes.  <kbd class="kbd">{C-c .}</kbd> <code 
class="code">hui-select-goto-matching-tag</code> jumps between
 the opening and closing tag of a pair.  It moves point to the start of
 the tag paired with the closest tag that point is within or which it
 precedes.  A second press moves point to the matching tag of the pair,
@@ -1904,46 +1198,48 @@ allowing you to quickly jump back and forth between 
opening and
 closing tags.
 </p>
 <hr>
-<span id="Smart-Mouse-Key-Modeline-Clicks"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Smart-Mouse-Key-Modeline-Clicks">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Mouse-Key-Drags" accesskey="n" rel="next">Smart Mouse 
Key Drags</a>, Previous: <a href="#Smart-Key-Thing-Selection" accesskey="p" 
rel="prev">Smart Key Thing Selection</a>, Up: <a href="#Smart-Keys" 
accesskey="u" rel="up">Smart Keys</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Mouse-Key-Modeline-Clicks-1"></span><h3 class="section">3.6 
Smart Mouse Key Modeline Clicks</h3>
+<h3 class="section" id="Smart-Mouse-Key-Modeline-Clicks-1">3.6 Smart Mouse Key 
Modeline Clicks</h3>
 
 <p>Smart Mouse Key clicks on a window&rsquo;s modeline offer many powerful 
browsing
 features, including directory editing (dired), user manual browsing, and
 window, buffer and frame selection.  Generally, only Hyperbole-specific
 modeline actions are discussed herein.
 </p>
-<ul>
-<li> Leftmost Character
+<ul class="itemize mark-bullet">
+<li>Leftmost Character
 
-<span id="index-bury-buffer"></span>
-<span id="index-unbury-buffer"></span>
-<span id="index-modeline_002c-bury-buffer"></span>
-<span id="index-modeline_002c-unbury-buffer"></span>
-<span id="index-modeline_002c-leftmost-character"></span>
+<a class="index-entry-id" id="index-bury-buffer"></a>
+<a class="index-entry-id" id="index-unbury-buffer"></a>
+<a class="index-entry-id" id="index-modeline_002c-bury-buffer"></a>
+<a class="index-entry-id" id="index-modeline_002c-unbury-buffer"></a>
+<a class="index-entry-id" id="index-modeline_002c-leftmost-character"></a>
 <p>Action Key clicks on the first (usually blank) character of the
 modeline bury the current buffer in the buffer list and display the
 next buffer in the list.  Assist Key clicks do the reverse and unbury
 the bottom buffer.
 </p>
-<span id="index-modeline_002c-next-buffer"></span>
-<span id="index-modeline_002c-prev-buffer"></span>
+<a class="index-entry-id" id="index-modeline_002c-next-buffer"></a>
+<a class="index-entry-id" id="index-modeline_002c-prev-buffer"></a>
 <p>A similar effect can be achieved with the standard Emacs mouse 1 (left) and
 3 (right) buttons on the Buffer ID element of modeline to cycle through
 previous and next buffers, respectively.  This may be easier to use since
 you can click anywhere on the buffer identifier.
 </p>
-</li><li> Buffer ID Element
+</li><li>Buffer ID Element
 
-<span id="index-dired"></span>
-<span id="index-directory-editor"></span>
-<span id="index-dired_002djump"></span>
-<span id="index-modeline_002c-dired"></span>
-<span id="index-buffer-id"></span>
-<span id="index-modeline_002c-buffer-id"></span>
-<span id="index-dragging-items_002c-dired"></span>
+<a class="index-entry-id" id="index-dired"></a>
+<a class="index-entry-id" id="index-directory-editor"></a>
+<a class="index-entry-id" id="index-dired_002djump"></a>
+<a class="index-entry-id" id="index-modeline_002c-dired"></a>
+<a class="index-entry-id" id="index-buffer-id"></a>
+<a class="index-entry-id" id="index-modeline_002c-buffer-id"></a>
+<a class="index-entry-id" id="index-dragging-items_002c-dired"></a>
 <p>On the left part of the modeline is the buffer identification,
 generally the name of the buffer in use.  An Action Key click on that
 switches the window to edit the buffer&rsquo;s directory using dired.
@@ -1957,35 +1253,35 @@ path (the part to the left of the click point), starts 
another dired
 session on the ancestor directory.  Click at the end of this line or
 on the last line to end the dired session (bury its buffer).
 </p>
-<span id="index-Treemacs"></span>
-<span id="index-file-viewer_002c-Treemacs"></span>
+<a class="index-entry-id" id="index-Treemacs"></a>
+<a class="index-entry-id" id="index-file-viewer_002c-Treemacs"></a>
 <p>If you use the Treemacs file viewer Emacs package, you can configure 
Hyperbole
 to use this instead of Dired when you click on a modeline buffer id.
 </p>
 <p>Since this is a customization option, it may be changed permanently like so.
-Use <kbd>{M-x customize-set-variable <span class="key">RET</span> 
action-key-modeline-buffer-id-function <span class="key">RET</span>}</kbd>.
-Change the value to <code>smart-treemacs-modeline</code>.  Then press <tt 
class="key">RET</tt>.  To change it back
-to Hyperbole&rsquo;s default, use the value, <code>dired-jump</code>.
+Use <kbd class="kbd">{M-x customize-set-variable <kbd class="key">RET</kbd> 
action-key-modeline-buffer-id-function <kbd class="key">RET</kbd>}</kbd>.
+Change the value to <code class="code">smart-treemacs-modeline</code>.  Then 
press <kbd class="key">RET</kbd>.  To change it back
+to Hyperbole&rsquo;s default, use the value, <code 
class="code">dired-jump</code>.
 </p>
-</li><li> Large Blank Area
+</li><li>Large Blank Area
 
-<span id="index-buffer-menu"></span>
-<span id="index-modeline_002c-buffer-menu"></span>
-<span id="index-jump-menu"></span>
-<span id="index-modeline_002c-jump-menu"></span>
-<span id="index-dragging-items_002c-buffer-menu"></span>
+<a class="index-entry-id" id="index-buffer-menu"></a>
+<a class="index-entry-id" id="index-modeline_002c-buffer-menu"></a>
+<a class="index-entry-id" id="index-jump-menu"></a>
+<a class="index-entry-id" id="index-modeline_002c-jump-menu"></a>
+<a class="index-entry-id" id="index-dragging-items_002c-buffer-menu"></a>
 <p>An Action Mouse Key click in a blank area of a window modeline (away
 from left and right edges) toggles between displaying and hiding a
 list of all buffers.  Once displayed, an Action Key click on a buffer
 item will display it in another window.  You can drag items to specific
 windows for display as well.
 </p>
-<p>Alternatively, you may (1) display the buffer menu, (2) use its 
<kbd>{m}</kbd>
-command to mark buffers, and (3) use the Hyperbole <kbd>{@}</kbd> command to
+<p>Alternatively, you may (1) display the buffer menu, (2) use its <kbd 
class="kbd">{m}</kbd>
+command to mark buffers, and (3) use the Hyperbole <kbd class="kbd">{@}</kbd> 
command to
 display the marked buffers in a grid of popup windows whose number of
 rows and columns you specify at the prompt or via a prefix argument.
-This also works in <code>ibuffer-menu</code> and <code>dired</code> modes.
-See <a href="#HyControl">HyControl</a>.
+This also works in <code class="code">ibuffer-menu</code> and <code 
class="code">dired</code> modes.
+See <a class="xref" href="#HyControl">HyControl</a>.
 </p>
 <p>An Assist Key click in the blank area of the modeline displays a quick
 access menu of display-oriented commands.  You can jump to buffers
@@ -1994,11 +1290,11 @@ frames by name.  Manage your windows and frames quickly 
with this menu
 as well.  As always with Hyperbole, just try it and you&rsquo;ll begin to
 wonder how you lived without it before.
 </p>
-</li><li> Right Corner
+</li><li>Right Corner
 
-<span id="index-Info-browser"></span>
-<span id="index-modeline-click-and-drag"></span>
-<span id="index-modeline_002c-Info-Browser"></span>
+<a class="index-entry-id" id="index-Info-browser"></a>
+<a class="index-entry-id" id="index-modeline-click-and-drag"></a>
+<a class="index-entry-id" id="index-modeline_002c-Info-Browser"></a>
 <p>A click of the Action Mouse Key in the right corner of a window
 modeline (within the rightmost 3 characters) displays or hides the
 GNU Info Manual Browser, giving you quick point and click access to
@@ -2007,80 +1303,78 @@ through these manuals and follows their hyperlinked 
cross-references.
 A click of the Assist Key in the same location displays or hides the
 Smart Key summary, as noted earlier.
 </p>
-</li><li> Customizable Variables
+</li><li>Customizable Variables
 
-<span id="index-action_002dkey_002dmodeline_002dfunction"></span>
-<span id="index-assist_002dkey_002dmodeline_002dfunction"></span>
-<span id="index-action_002dkey_002dmodeline"></span>
-<span id="index-assist_002dkey_002dmodeline"></span>
-<span id="index-hmouse_002dcontext_002dmenu"></span>
-<span id="index-hmouse_002dcontext_002dibuffer_002dmenu"></span>
-<span id="index-ibuffer-menu"></span>
+<a class="index-entry-id" 
id="index-action_002dkey_002dmodeline_002dfunction"></a>
+<a class="index-entry-id" 
id="index-assist_002dkey_002dmodeline_002dfunction"></a>
+<a class="index-entry-id" id="index-action_002dkey_002dmodeline"></a>
+<a class="index-entry-id" id="index-assist_002dkey_002dmodeline"></a>
+<a class="index-entry-id" id="index-hmouse_002dcontext_002dmenu"></a>
+<a class="index-entry-id" 
id="index-hmouse_002dcontext_002dibuffer_002dmenu"></a>
+<a class="index-entry-id" id="index-ibuffer-menu"></a>
 <p>Hyperbole modeline mouse click actions are controlled by the two functions,
-<code>action-key-modeline</code> and <code>assist-key-modeline</code>.  If you 
know
+<code class="code">action-key-modeline</code> and <code 
class="code">assist-key-modeline</code>.  If you know
 a little Emacs Lisp you can change these to do whatever you like.  When a
 Smart Key press is on a blank part of a modeline but not at the left or
 right, the function given by one of these two variables is
-executed: <code>action-key-modeline-function</code> or
-<code>assist-key-modeline-function</code>.  By default, the Action Key toggles
+executed: <code class="code">action-key-modeline-function</code> or
+<code class="code">assist-key-modeline-function</code>.  By default, the 
Action Key toggles
 between displaying and hiding the buffer menu.  If you like the more
-advanced features of <code>Ibuffer Mode</code>, you can change the buffer menu 
to
+advanced features of <code class="code">Ibuffer Mode</code>, you can change 
the buffer menu to
 use that with the following in your Emacs initialization file:
-<code>(setq action-key-modeline-function #'hmouse-context-ibuffer-menu)</code>.
+<code class="code">(setq action-key-modeline-function 
#'hmouse-context-ibuffer-menu)</code>.
 To set it back to the default use:
-<code>(setq action-key-modeline-function #'hmouse-context-menu)</code>.
+<code class="code">(setq action-key-modeline-function 
#'hmouse-context-menu)</code>.
 </p>
-<span id="index-hui_002dmenu_002dscreen_002dcommands"></span>
-<span id="index-modeline_002c-screen-command-menu"></span>
-<p>The default <code>assist-key-modeline-function</code> is to pop up a menu of
+<a class="index-entry-id" id="index-hui_002dmenu_002dscreen_002dcommands"></a>
+<a class="index-entry-id" id="index-modeline_002c-screen-command-menu"></a>
+<p>The default <code class="code">assist-key-modeline-function</code> is to 
pop up a menu of
 convenient screen commands that lets you select buffers grouped by
 major mode, use HyControl, or jump to specific windows, window
 configurations or frames.
 </p>
 <p>Since these are customization options, they may be change permanently like 
so.
-Use <kbd>{M-x customize-set-variable <span class="key">RET</span> 
assist-key-modeline-function <span class="key">RET</span>}</kbd>.
-Change the value to your desired command.  Then press <tt class="key">RET</tt>.
+Use <kbd class="kbd">{M-x customize-set-variable <kbd class="key">RET</kbd> 
assist-key-modeline-function <kbd class="key">RET</kbd>}</kbd>.
+Change the value to your desired command.  Then press <kbd 
class="key">RET</kbd>.
 </p></li></ul>
 
 <hr>
-<span id="Smart-Mouse-Key-Drags"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Smart-Mouse-Key-Drags">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Smart-Mouse-Key-Modeline-Clicks" accesskey="p" 
rel="prev">Smart Mouse Key Modeline Clicks</a>, Up: <a href="#Smart-Keys" 
accesskey="u" rel="up">Smart Keys</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Mouse-Key-Drags-1"></span><h3 class="section">3.7 Smart Mouse 
Key Drags</h3>
+<h3 class="section" id="Smart-Mouse-Key-Drags-1">3.7 Smart Mouse Key Drags</h3>
 
-<span id="index-smart-mouse-key-drag"></span>
-<span id="index-Action-Mouse-Key-drag"></span>
-<span id="index-Assist-Mouse-Key-drag"></span>
-<span id="index-drag_002c-Smart-Mouse-Key"></span>
+<a class="index-entry-id" id="index-smart-mouse-key-drag"></a>
+<a class="index-entry-id" id="index-Action-Mouse-Key-drag"></a>
+<a class="index-entry-id" id="index-Assist-Mouse-Key-drag"></a>
+<a class="index-entry-id" id="index-drag_002c-Smart-Mouse-Key"></a>
 <p>As mentioned in the section on Thing Selection, Hyperbole Smart Mouse Key
 drag actions can be quite useful.  This section summarizes other drag
-contexts and actions; for complete documentation, see <a 
href="#Smart-Mouse-Keys">Smart Mouse Keys</a>.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a 
href="#Creating-and-Deleting-Windows" accesskey="1">Creating and Deleting 
Windows</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Saving-and-Restoring-Window-Configurations" accesskey="2">Saving and 
Restoring Window Configurations</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Resizing-Windows" 
accesskey="3">Resizing Windows</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Moving-Frames" 
accesskey="4">Moving Frames</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Dragging-Buffers" 
accesskey="5">Dragging Buffers</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
+contexts and actions; for complete documentation, see <a class="pxref" 
href="#Smart-Mouse-Keys">Smart Mouse Keys</a>.
+</p>
 
+<ul class="mini-toc">
+<li><a href="#Creating-and-Deleting-Windows" accesskey="1">Creating and 
Deleting Windows</a></li>
+<li><a href="#Saving-and-Restoring-Window-Configurations" accesskey="2">Saving 
and Restoring Window Configurations</a></li>
+<li><a href="#Resizing-Windows" accesskey="3">Resizing Windows</a></li>
+<li><a href="#Moving-Frames" accesskey="4">Moving Frames</a></li>
+<li><a href="#Dragging-Buffers" accesskey="5">Dragging Buffers, Windows and 
Items</a></li>
+</ul>
 <hr>
-<span id="Creating-and-Deleting-Windows"></span><div class="header">
+<div class="subsection-level-extent" id="Creating-and-Deleting-Windows">
+<div class="nav-panel">
 <p>
 Next: <a href="#Saving-and-Restoring-Window-Configurations" accesskey="n" 
rel="next">Saving and Restoring Window Configurations</a>, Previous: <a 
href="#Smart-Mouse-Key-Drags" accesskey="p" rel="prev">Smart Mouse Key 
Drags</a>, Up: <a href="#Smart-Mouse-Key-Drags" accesskey="u" rel="up">Smart 
Mouse Key Drags</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Creating-and-Deleting-Windows-1"></span><h4 class="subsection">3.7.1 
Creating and Deleting Windows</h4>
+<h4 class="subsection" id="Creating-and-Deleting-Windows-1">3.7.1 Creating and 
Deleting Windows</h4>
 
-<span id="index-drag_002c-horizontal"></span>
-<span id="index-horizontal-drag"></span>
-<span id="index-drag_002c-vertical"></span>
-<span id="index-vertical-drag"></span>
+<a class="index-entry-id" id="index-drag_002c-horizontal"></a>
+<a class="index-entry-id" id="index-horizontal-drag"></a>
+<a class="index-entry-id" id="index-drag_002c-vertical"></a>
+<a class="index-entry-id" id="index-vertical-drag"></a>
 <p>Horizontal and vertical drags of the Smart Mouse Keys are used to split and
 delete Emacs windows.
 </p>
@@ -2091,24 +1385,26 @@ vertical drag in either direction splits the current 
window into two
 side-by-side windows.  A horizontal or vertical drag of the Assist Mouse
 Key within a single window, deletes that window.
 </p>
-<span id="index-C_002dx-_002b"></span>
-<span id="index-rebalance-windows"></span>
-<span id="index-windows_002c-rebalance"></span>
+<a class="index-entry-id" id="index-C_002dx-_002b"></a>
+<a class="index-entry-id" id="index-rebalance-windows"></a>
+<a class="index-entry-id" id="index-windows_002c-rebalance"></a>
 <p>If you split windows many times and then delete a number of the windows,
-you&rsquo;ll be left with windows of differing heights.  Use <kbd>{C-x 
+}</kbd> to
+you&rsquo;ll be left with windows of differing heights.  Use <kbd 
class="kbd">{C-x +}</kbd> to
 re-balance the sizes of the remaining windows, so they are fairly even.
 </p>
 <hr>
-<span id="Saving-and-Restoring-Window-Configurations"></span><div 
class="header">
+</div>
+<div class="subsection-level-extent" 
id="Saving-and-Restoring-Window-Configurations">
+<div class="nav-panel">
 <p>
 Next: <a href="#Resizing-Windows" accesskey="n" rel="next">Resizing 
Windows</a>, Previous: <a href="#Creating-and-Deleting-Windows" accesskey="p" 
rel="prev">Creating and Deleting Windows</a>, Up: <a 
href="#Smart-Mouse-Key-Drags" accesskey="u" rel="up">Smart Mouse Key Drags</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Saving-and-Restoring-Window-Configurations-1"></span><h4 
class="subsection">3.7.2 Saving and Restoring Window Configurations</h4>
+<h4 class="subsection" id="Saving-and-Restoring-Window-Configurations-1">3.7.2 
Saving and Restoring Window Configurations</h4>
 
-<span id="index-window-configuration-drag"></span>
-<span id="index-drag_002c-window-configuration"></span>
-<span id="index-drag_002c-diagonal"></span>
-<span id="index-diagonal-drag"></span>
+<a class="index-entry-id" id="index-window-configuration-drag"></a>
+<a class="index-entry-id" id="index-drag_002c-window-configuration"></a>
+<a class="index-entry-id" id="index-drag_002c-diagonal"></a>
+<a class="index-entry-id" id="index-diagonal-drag"></a>
 <p>A window configuration consists of the set of windows within a single Emacs
 frame.  This includes their locations, buffers, and the scrolled positions of
 their buffers.
@@ -2117,21 +1413,23 @@ their buffers.
 diagonal mouse drags within a single window.  A diagonal drag in any
 direction of the Action Key saves the current window configuration to a
 ring of window configurations, just like the Emacs text kill ring.
-See <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Kill-Ring";>Kill
 Ring</a> in <cite>the Emacs Manual</cite>.  Each diagonal drag in any
+See <a data-manual="emacs" 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Kill-Ring";>Kill
 Ring</a> in <cite class="cite">the Emacs Manual</cite>.  Each diagonal drag in 
any
 direction of the Assist Key restores a prior saved window configuration
 from the ring.  Window configurations are restored in reverse order of the
 way they were saved.  Since a ring is circular, after the oldest element is
 restored, the newest element will again be restored and so on.
 </p>
 <hr>
-<span id="Resizing-Windows"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Resizing-Windows">
+<div class="nav-panel">
 <p>
 Next: <a href="#Moving-Frames" accesskey="n" rel="next">Moving Frames</a>, 
Previous: <a href="#Saving-and-Restoring-Window-Configurations" accesskey="p" 
rel="prev">Saving and Restoring Window Configurations</a>, Up: <a 
href="#Smart-Mouse-Key-Drags" accesskey="u" rel="up">Smart Mouse Key Drags</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Resizing-Windows-1"></span><h4 class="subsection">3.7.3 Resizing 
Windows</h4>
+<h4 class="subsection" id="Resizing-Windows-1">3.7.3 Resizing Windows</h4>
 
-<span id="index-resizing-windows"></span>
-<span id="index-drag_002c-resize-window"></span>
+<a class="index-entry-id" id="index-resizing-windows"></a>
+<a class="index-entry-id" id="index-drag_002c-resize-window"></a>
 <p>Emacs windows may be resized by dragging their window separators
 (modelines or vertical side lines) within a frame.  Simply depress either
 Smart Mouse Key on a non-bottommost modeline or near a window side, hold
@@ -2141,26 +1439,28 @@ window separator to where you want it.  Drags from a 
blank area of a
 modeline show visible feedback as the window is resized.
 </p>
 <hr>
-<span id="Moving-Frames"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Moving-Frames">
+<div class="nav-panel">
 <p>
-Next: <a href="#Dragging-Buffers" accesskey="n" rel="next">Dragging 
Buffers</a>, Previous: <a href="#Resizing-Windows" accesskey="p" 
rel="prev">Resizing Windows</a>, Up: <a href="#Smart-Mouse-Key-Drags" 
accesskey="u" rel="up">Smart Mouse Key Drags</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Dragging-Buffers" accesskey="n" rel="next">Dragging Buffers, 
Windows and Items</a>, Previous: <a href="#Resizing-Windows" accesskey="p" 
rel="prev">Resizing Windows</a>, Up: <a href="#Smart-Mouse-Key-Drags" 
accesskey="u" rel="up">Smart Mouse Key Drags</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Moving-Frames-1"></span><h4 class="subsection">3.7.4 Moving 
Frames</h4>
+<h4 class="subsection" id="Moving-Frames-1">3.7.4 Moving Frames</h4>
 
-<span id="index-dragging-frames"></span>
-<span id="index-moving-frames"></span>
-<span id="index-drag_002c-move-frame"></span>
-<span id="index-modeline-drag_002c-move-frame"></span>
-<span id="index-drag_002dwith_002dmode_002dline"></span>
+<a class="index-entry-id" id="index-dragging-frames"></a>
+<a class="index-entry-id" id="index-moving-frames"></a>
+<a class="index-entry-id" id="index-drag_002c-move-frame"></a>
+<a class="index-entry-id" id="index-modeline-drag_002c-move-frame"></a>
+<a class="index-entry-id" id="index-drag_002dwith_002dmode_002dline"></a>
 <p>Drags of either Smart Key from a bottommost modeline can be configured to
 drag Emacs frames to new locations on screen.  To configure all existing
 and future frames for such dragging, use:
 </p>
-<p><code>(modify-all-frames-parameters '((drag-with-mode-line . t)))</code>.
+<p><code class="code">(modify-all-frames-parameters '((drag-with-mode-line . 
t)))</code>.
 </p>
 <p>To configure just the selected frame for such dragging, use:
 </p>
-<p><code>(set-frame-parameter nil 'drag-with-mode-line t)</code>.
+<p><code class="code">(set-frame-parameter nil 'drag-with-mode-line t)</code>.
 </p>
 <p>on each frame you would like to drag.
 </p>
@@ -2170,40 +1470,38 @@ from the titlebar.  If you use a click-to-focus window 
manager, click on
 the desired frame first and then depress to drag.
 </p>
 <hr>
-<span id="Dragging-Buffers"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Dragging-Buffers">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Moving-Frames" accesskey="p" rel="prev">Moving Frames</a>, 
Up: <a href="#Smart-Mouse-Key-Drags" accesskey="u" rel="up">Smart Mouse Key 
Drags</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Dragging-Buffers_002c-Windows-and-Items"></span><h4 
class="subsection">3.7.5 Dragging Buffers, Windows and Items</h4>
+<h4 class="subsection" id="Dragging-Buffers_002c-Windows-and-Items">3.7.5 
Dragging Buffers, Windows and Items</h4>
 
 <p>Smart Mouse Key drags let you display buffers and windows however you want
 them.  Dired and buffer-menu items may also be displayed in specific
 locations with drags.  Below we explore these drag actions.
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Swapping-Buffers" 
accesskey="1">Swapping Buffers</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Displaying-Buffers" 
accesskey="2">Displaying Buffers</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Cloning-Windows" 
accesskey="3">Cloning Windows</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Displaying-File-and-Buffer-Items" accesskey="4">Displaying File and 
Buffer Items</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Keyboard-Drags" 
accesskey="5">Keyboard Drags</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#Swapping-Buffers" accesskey="1">Swapping Buffers</a></li>
+<li><a href="#Displaying-Buffers" accesskey="2">Displaying Buffers</a></li>
+<li><a href="#Cloning-Windows" accesskey="3">Cloning Windows</a></li>
+<li><a href="#Displaying-File-and-Buffer-Items" accesskey="4">Displaying File 
and Buffer Items</a></li>
+<li><a href="#Keyboard-Drags" accesskey="5">Keyboard Drags</a></li>
+</ul>
 <hr>
-<span id="Swapping-Buffers"></span><div class="header">
+<div class="subsubsection-level-extent" id="Swapping-Buffers">
+<div class="nav-panel">
 <p>
-Next: <a href="#Displaying-Buffers" accesskey="n" rel="next">Displaying 
Buffers</a>, Previous: <a href="#Dragging-Buffers" accesskey="p" 
rel="prev">Dragging Buffers</a>, Up: <a href="#Dragging-Buffers" accesskey="u" 
rel="up">Dragging Buffers</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Displaying-Buffers" accesskey="n" rel="next">Displaying 
Buffers</a>, Previous: <a href="#Dragging-Buffers" accesskey="p" 
rel="prev">Dragging Buffers, Windows and Items</a>, Up: <a 
href="#Dragging-Buffers" accesskey="u" rel="up">Dragging Buffers, Windows and 
Items</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Swapping-Buffers-1"></span><h4 class="subsubsection">3.7.5.1 
Swapping Buffers</h4>
+<h4 class="subsubsection" id="Swapping-Buffers-1">3.7.5.1 Swapping Buffers</h4>
 
-<span id="index-swap-buffers"></span>
-<span id="index-window_002c-swap-buffer"></span>
-<span id="index-buffer_002c-swap"></span>
-<span id="index-drag_002c-buffer-swap"></span>
+<a class="index-entry-id" id="index-swap-buffers"></a>
+<a class="index-entry-id" id="index-window_002c-swap-buffer"></a>
+<a class="index-entry-id" id="index-buffer_002c-swap"></a>
+<a class="index-entry-id" id="index-drag_002c-buffer-swap"></a>
 <p>Swapping buffer locations is quick and easy with Hyperbole.  Simply drag
 from one window to another with the Assist Key (not the Action Key).  This
 works across frames as well.
@@ -2211,20 +1509,22 @@ works across frames as well.
 <p>If you have just two windows in an Emacs frame, you can swap their
 buffers from the keyboard.  Use this Hyperbole minibuffer menu key
 sequence involving the tilde key to swap the buffers and quit from the
-Hyperbole minibuffer menu: <kbd>{C-h h s w ~ Q}</kbd>.  Similarly, if you
+Hyperbole minibuffer menu: <kbd class="kbd">{C-h h s w ~ Q}</kbd>.  Similarly, 
if you
 have two single window frames, you can swap buffers between them with
-<kbd>{C-h h s f ~ Q}</kbd>.
+<kbd class="kbd">{C-h h s f ~ Q}</kbd>.
 </p>
 <hr>
-<span id="Displaying-Buffers"></span><div class="header">
+</div>
+<div class="subsubsection-level-extent" id="Displaying-Buffers">
+<div class="nav-panel">
 <p>
-Next: <a href="#Cloning-Windows" accesskey="n" rel="next">Cloning Windows</a>, 
Previous: <a href="#Swapping-Buffers" accesskey="p" rel="prev">Swapping 
Buffers</a>, Up: <a href="#Dragging-Buffers" accesskey="u" rel="up">Dragging 
Buffers</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Cloning-Windows" accesskey="n" rel="next">Cloning Windows</a>, 
Previous: <a href="#Swapping-Buffers" accesskey="p" rel="prev">Swapping 
Buffers</a>, Up: <a href="#Dragging-Buffers" accesskey="u" rel="up">Dragging 
Buffers, Windows and Items</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Displaying-Buffers-1"></span><h4 class="subsubsection">3.7.5.2 
Displaying Buffers</h4>
+<h4 class="subsubsection" id="Displaying-Buffers-1">3.7.5.2 Displaying 
Buffers</h4>
 
-<span id="index-buffer_002c-copy"></span>
-<span id="index-copy-buffer"></span>
-<span id="index-drag_002c-copy-buffer"></span>
+<a class="index-entry-id" id="index-buffer_002c-copy"></a>
+<a class="index-entry-id" id="index-copy-buffer"></a>
+<a class="index-entry-id" id="index-drag_002c-copy-buffer"></a>
 <p>What if you want to display the same buffer in another window and not swap
 buffers?  Depress the Action Mouse Key in the open area of the modeline of
 the source window and drag to the text area of the destination window.
@@ -2235,15 +1535,17 @@ window&rsquo;s buffer stays onscreen), just drag to a 
window&rsquo;s modeline; t
 window will be split before the buffer is displayed.
 </p>
 <hr>
-<span id="Cloning-Windows"></span><div class="header">
+</div>
+<div class="subsubsection-level-extent" id="Cloning-Windows">
+<div class="nav-panel">
 <p>
-Next: <a href="#Displaying-File-and-Buffer-Items" accesskey="n" 
rel="next">Displaying File and Buffer Items</a>, Previous: <a 
href="#Displaying-Buffers" accesskey="p" rel="prev">Displaying Buffers</a>, Up: 
<a href="#Dragging-Buffers" accesskey="u" rel="up">Dragging Buffers</a> &nbsp; 
[<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Displaying-File-and-Buffer-Items" accesskey="n" 
rel="next">Displaying File and Buffer Items</a>, Previous: <a 
href="#Displaying-Buffers" accesskey="p" rel="prev">Displaying Buffers</a>, Up: 
<a href="#Dragging-Buffers" accesskey="u" rel="up">Dragging Buffers, Windows 
and Items</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Cloning-Windows-1"></span><h4 class="subsubsection">3.7.5.3 Cloning 
Windows</h4>
+<h4 class="subsubsection" id="Cloning-Windows-1">3.7.5.3 Cloning Windows</h4>
 
-<span id="index-clone-window"></span>
-<span id="index-window_002c-clone"></span>
-<span id="index-drag_002c-clone-window"></span>
+<a class="index-entry-id" id="index-clone-window"></a>
+<a class="index-entry-id" id="index-window_002c-clone"></a>
+<a class="index-entry-id" id="index-drag_002c-clone-window"></a>
 <p>To clone a window with its buffer to a new frame, simply drag the Action 
Mouse
 Key from the window to outside of Emacs and release the key.  A new frame will
 be created, selected and sized according to the original window.  Do the same
@@ -2251,18 +1553,20 @@ thing with the Assist Mouse Key and the original window 
will be deleted as well,
 unless it is the only window in that frame.
 </p>
 <hr>
-<span id="Displaying-File-and-Buffer-Items"></span><div class="header">
+</div>
+<div class="subsubsection-level-extent" id="Displaying-File-and-Buffer-Items">
+<div class="nav-panel">
 <p>
-Next: <a href="#Keyboard-Drags" accesskey="n" rel="next">Keyboard Drags</a>, 
Previous: <a href="#Cloning-Windows" accesskey="p" rel="prev">Cloning 
Windows</a>, Up: <a href="#Dragging-Buffers" accesskey="u" rel="up">Dragging 
Buffers</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Keyboard-Drags" accesskey="n" rel="next">Keyboard Drags</a>, 
Previous: <a href="#Cloning-Windows" accesskey="p" rel="prev">Cloning 
Windows</a>, Up: <a href="#Dragging-Buffers" accesskey="u" rel="up">Dragging 
Buffers, Windows and Items</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Displaying-File-and-Buffer-Items-1"></span><h4 
class="subsubsection">3.7.5.4 Displaying File and Buffer Items</h4>
+<h4 class="subsubsection" id="Displaying-File-and-Buffer-Items-1">3.7.5.4 
Displaying File and Buffer Items</h4>
 
-<span id="index-dired-item-drag"></span>
-<span id="index-buffer-menu-item-drag"></span>
-<span id="index-Treemacs-item-drag"></span>
-<span id="index-drag_002c-dired-item"></span>
-<span id="index-drag_002c-buffer-menu-item"></span>
-<span id="index-drag_002c-Treemacs-item"></span>
+<a class="index-entry-id" id="index-dired-item-drag"></a>
+<a class="index-entry-id" id="index-buffer-menu-item-drag"></a>
+<a class="index-entry-id" id="index-Treemacs-item-drag"></a>
+<a class="index-entry-id" id="index-drag_002c-dired-item"></a>
+<a class="index-entry-id" id="index-drag_002c-buffer-menu-item"></a>
+<a class="index-entry-id" id="index-drag_002c-Treemacs-item"></a>
 <p>You can also drag items to other windows with the Action Key in Dired,
 Buffer Menu, Ibuffer and Treemacs listing buffers, rather than the
 buffers themselves.  Drag with the Action Mouse Key and the selected
@@ -2271,7 +1575,7 @@ outside Emacs and it will be displayed in a new frame.  
To display the
 last item you want within the listing window itself, press and release
 the Action Key on that item after dragging your other items to their
 respective windows.  Remember that you can emulate these drags from
-the keyboard when needed, see <a href="#Keyboard-Drags">Keyboard Drags</a>.
+the keyboard when needed, see <a class="pxref" href="#Keyboard-Drags">Keyboard 
Drags</a>.
 </p>
 <p>So now you can put a bunch of buffers and files on your screen wherever
 you like.  Typically, a brief visual pulse is shown first at the source item 
and
@@ -2280,38 +1584,40 @@ made.  An Assist Key Drag will move the the item list 
buffer to the
 destination (swapping buffers), just as it does with other buffers.
 </p>
 <hr>
-<span id="Keyboard-Drags"></span><div class="header">
+</div>
+<div class="subsubsection-level-extent" id="Keyboard-Drags">
+<div class="nav-panel">
 <p>
-Previous: <a href="#Displaying-File-and-Buffer-Items" accesskey="p" 
rel="prev">Displaying File and Buffer Items</a>, Up: <a 
href="#Dragging-Buffers" accesskey="u" rel="up">Dragging Buffers</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#Displaying-File-and-Buffer-Items" accesskey="p" 
rel="prev">Displaying File and Buffer Items</a>, Up: <a 
href="#Dragging-Buffers" accesskey="u" rel="up">Dragging Buffers, Windows and 
Items</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Keyboard-Drags-1"></span><h4 class="subsubsection">3.7.5.5 Keyboard 
Drags</h4>
+<h4 class="subsubsection" id="Keyboard-Drags-1">3.7.5.5 Keyboard Drags</h4>
 
-<span id="index-M_002do"></span>
-<span id="index-C_002du-M_002do"></span>
-<span id="index-C_002dx-o"></span>
-<span id="index-hkey_002doperate"></span>
-<span id="index-drag-emulation"></span>
-<span id="index-emulation_002c-drag"></span>
-<span id="index-keyboard-drags"></span>
+<a class="index-entry-id" id="index-M_002do"></a>
+<a class="index-entry-id" id="index-C_002du-M_002do"></a>
+<a class="index-entry-id" id="index-C_002dx-o"></a>
+<a class="index-entry-id" id="index-hkey_002doperate"></a>
+<a class="index-entry-id" id="index-drag-emulation"></a>
+<a class="index-entry-id" id="index-emulation_002c-drag"></a>
+<a class="index-entry-id" id="index-keyboard-drags"></a>
 <p>If you run Emacs under a window system and there is no prior key binding
-on <kbd>{M-o}</kbd> when you load Hyperbole, then many Action Key drags can be
-emulated from the keyboard.  To do so, press <kbd>{M-o}</kbd>, the
-<code>hkey-operate</code> command, at the button source location, move
-to the link destination, e.g. with <kbd>{C-x o}</kbd>, and then press
-<kbd>{M-o}</kbd> again.  This simulates a depress and release of the
-Action Key.  <kbd>{C-u M-o}</kbd> emulates drags of the Assist Key.
+on <kbd class="kbd">{M-o}</kbd> when you load Hyperbole, then many Action Key 
drags can be
+emulated from the keyboard.  To do so, press <kbd class="kbd">{M-o}</kbd>, the
+<code class="code">hkey-operate</code> command, at the button source location, 
move
+to the link destination, e.g. with <kbd class="kbd">{C-x o}</kbd>, and then 
press
+<kbd class="kbd">{M-o}</kbd> again.  This simulates a depress and release of 
the
+Action Key.  <kbd class="kbd">{C-u M-o}</kbd> emulates drags of the Assist Key.
 This will not work when Hyperbole is run from a dumb terminal Emacs
 session since drag actions are not supported without a window system.
 </p>
-<span id="index-ace_002dwindow-1"></span>
-<span id="index-hkey_002dace_002dwindow_002dsetup"></span>
-<span id="index-ace_002dwindow"></span>
-<span id="index-window-by-letter"></span>
-<span id="index-jump-to-window-by-letter"></span>
-<span id="index-keyboard_002c-jump-to-window"></span>
+<a class="index-entry-id" id="index-ace_002dwindow-1"></a>
+<a class="index-entry-id" id="index-hkey_002dace_002dwindow_002dsetup"></a>
+<a class="index-entry-id" id="index-ace_002dwindow"></a>
+<a class="index-entry-id" id="index-window-by-letter"></a>
+<a class="index-entry-id" id="index-jump-to-window-by-letter"></a>
+<a class="index-entry-id" id="index-keyboard_002c-jump-to-window"></a>
 <p>For even faster keyboard-based display of items and drag emulations,
-use the Emacs package <code>ace-window</code>
-(see <a 
href="https://elpa.gnu.org/packages/ace-window.html";>https://elpa.gnu.org/packages/ace-window.html</a>).
+use the Emacs package <code class="code">ace-window</code>
+(see <a class="url" 
href="https://elpa.gnu.org/packages/ace-window.html";>https://elpa.gnu.org/packages/ace-window.html</a>).
 </p>
 <p>The ace-window package assigns short letter IDs to each Emacs window and 
lets
 you jump to or operate upon a specific window by giving its ID.  Hyperbole can
@@ -2321,59 +1627,59 @@ the drag target window since it is specified by ID as 
part of the command.
 </p>
 <p>To enable this feature, in your Emacs initialization file after
 Hyperbole is initialized, if you do not have a key bound for
-<code>ace-window</code>, then call: <code>(hkey-ace-window-setup 
\&quot;\M-o\&quot;)</code>
-to bind it to <kbd>{M-o}</kbd>, replacing Hyperbole&rsquo;s
-default <code>hkey-operate</code> command there (because ace-window can emulate
-the drags performed by <code>hkey-operate</code>).  If you already have a key 
bound
-for <code>ace-window</code>, then just ensure it is initialized by calling
-<code>(hkey-ace-window-setup)</code> without a key argument.
-</p>
-<span id="index-M_002do-i-_003cwindow_002did_003e"></span>
-<span id="index-M_002do-m-_003cwindow_002did_003e"></span>
-<span id="index-M_002do-r-_003cwindow_002did_003e"></span>
-<span id="index-M_002do-t-_003cwindow_002did_003e"></span>
-<span id="index-M_002do-w-_003cwindow_002did_003e"></span>
-<span id="index-insert-item"></span>
-<span id="index-drag-item"></span>
-<span id="index-replace-window-buffer"></span>
-<span id="index-swap-window-buffers"></span>
-<span id="index-throw-item"></span>
-<span id="index-buffer-replace"></span>
-<span id="index-buffers-swap"></span>
-<span id="index-create-link-button"></span>
-<span id="index-window-link-button"></span>
-<span id="index-link-button"></span>
-<span id="index-item-drag"></span>
-<span id="index-item-insert"></span>
-<span id="index-item-throw"></span>
+<code class="code">ace-window</code>, then call: <code 
class="code">(hkey-ace-window-setup \&quot;\M-o\&quot;)</code>
+to bind it to <kbd class="kbd">{M-o}</kbd>, replacing Hyperbole&rsquo;s
+default <code class="code">hkey-operate</code> command there (because 
ace-window can emulate
+the drags performed by <code class="code">hkey-operate</code>).  If you 
already have a key bound
+for <code class="code">ace-window</code>, then just ensure it is initialized 
by calling
+<code class="code">(hkey-ace-window-setup)</code> without a key argument.
+</p>
+<a class="index-entry-id" id="index-M_002do-i-_003cwindow_002did_003e"></a>
+<a class="index-entry-id" id="index-M_002do-m-_003cwindow_002did_003e"></a>
+<a class="index-entry-id" id="index-M_002do-r-_003cwindow_002did_003e"></a>
+<a class="index-entry-id" id="index-M_002do-t-_003cwindow_002did_003e"></a>
+<a class="index-entry-id" id="index-M_002do-w-_003cwindow_002did_003e"></a>
+<a class="index-entry-id" id="index-insert-item"></a>
+<a class="index-entry-id" id="index-drag-item"></a>
+<a class="index-entry-id" id="index-replace-window-buffer"></a>
+<a class="index-entry-id" id="index-swap-window-buffers"></a>
+<a class="index-entry-id" id="index-throw-item"></a>
+<a class="index-entry-id" id="index-buffer-replace"></a>
+<a class="index-entry-id" id="index-buffers-swap"></a>
+<a class="index-entry-id" id="index-create-link-button"></a>
+<a class="index-entry-id" id="index-window-link-button"></a>
+<a class="index-entry-id" id="index-link-button"></a>
+<a class="index-entry-id" id="index-item-drag"></a>
+<a class="index-entry-id" id="index-item-insert"></a>
+<a class="index-entry-id" id="index-item-throw"></a>
 <p>After setup, the leftmost character or two of each window&rsquo;s modeline
 will show the ID to type to use that window as the drag destination.
 Then whenever point is on an item you want displayed in another
-window, use <kbd>{M-o i &lt;id-of-window-to-display-item-in&gt;}</kbd> and 
watch
+window, use <kbd class="kbd">{M-o i 
&lt;id-of-window-to-display-item-in&gt;}</kbd> and watch
 the magic happen.  If you want to display multiple items in different
-windows, instead use the <kbd>{M-o t
-&lt;id-of-window-to-display-item-in&gt;}</kbd> key sequence to <em>throw</em> 
the
-item to the window.  To <em>replace</em> the selected window&rsquo;s buffer
-with that of another window, use <kbd>{M-o r
-&lt;id-of-window-displaying-desired-buffer&gt;}</kbd>.  To instead 
<em>swap</em> the
-selected window&rsquo;s buffer with that of another window, use <kbd>{M-o m
+windows, instead use the <kbd class="kbd">{M-o t
+&lt;id-of-window-to-display-item-in&gt;}</kbd> key sequence to <em 
class="emph">throw</em> the
+item to the window.  To <em class="emph">replace</em> the selected 
window&rsquo;s buffer
+with that of another window, use <kbd class="kbd">{M-o r
+&lt;id-of-window-displaying-desired-buffer&gt;}</kbd>.  To instead <em 
class="emph">swap</em> the
+selected window&rsquo;s buffer with that of another window, use <kbd 
class="kbd">{M-o m
 &lt;id-of-window-to-swap-with&gt;}</kbd>.  And finally, to quickly create a 
link
-between the selected window and another window, use <kbd>{M-o w
+between the selected window and another window, use <kbd class="kbd">{M-o w
 &lt;id-of-referent-window&gt;}</kbd>.
 </p>
-<span id="index-throw-region"></span>
-<span id="index-region-throw"></span>
+<a class="index-entry-id" id="index-throw-region"></a>
+<a class="index-entry-id" id="index-region-throw"></a>
 <p>You can also throw the active (highlighted) region of text to another
-window.  Simply activate a region and then use <kbd>{M-o
+window.  Simply activate a region and then use <kbd class="kbd">{M-o
 t &lt;window-id&gt;}</kbd>.  If you don&rsquo;t use region highlighting,
-i.e. <code>transient-mark-mode</code>, then use <kbd>{C-u M-o
+i.e. <code class="code">transient-mark-mode</code>, then use <kbd 
class="kbd">{C-u M-o
 t &lt;window-id&gt;}</kbd> for the same effect.  The buffer in the target 
window
 must differ from the one in the source window.  With no region active,
 this command throws the source buffer to the target window.
 </p>
 <p>In summary:
 </p>
-<dl compact="compact">
+<dl class="table">
 <dt>M-o i &lt;window&gt;</dt>
 <dd><p>insert listing item at point into &lt;window&gt;; if not on a listing 
item,
 trigger an error
@@ -2394,7 +1700,7 @@ trigger an error
 <dt>M-o w &lt;window&gt;</dt>
 <dd><p>window link, create a new explicit button in the selected (current)
 window, linking to point in the referent &lt;window&gt;, with the link type
-determined by the referent context via <code>hui:link-directly</code>.
+determined by the referent context via <code 
class="code">hui:link-directly</code>.
 </p></dd>
 </dl>
 
@@ -2406,43 +1712,48 @@ determined by the referent context via 
<code>hui:link-directly</code>.
 
 
 <hr>
-<span id="Buttons"></span><div class="header">
+</div>
+</div>
+</div>
+</div>
+<div class="chapter-level-extent" id="Buttons">
+<div class="nav-panel">
 <p>
-Next: <a href="#Menus" accesskey="n" rel="next">Menus</a>, Previous: <a 
href="#Smart-Keys" accesskey="p" rel="prev">Smart Keys</a>, Up: <a href="#Top" 
accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Menus" accesskey="n" rel="next">Menus</a>, Previous: <a 
href="#Smart-Keys" accesskey="p" rel="prev">Smart Keys</a>, Up: <a href="#Top" 
accesskey="u" rel="up">GNU Hyperbole</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Buttons-1"></span><h2 class="chapter">4 Buttons</h2>
+<h2 class="chapter" id="Buttons-1">4 Buttons</h2>
 
-<span id="index-button"></span>
-<p>This chapter explains use of Hyperbole <em>buttons</em>.  There are several
+<a class="index-entry-id" id="index-button"></a>
+<p>This chapter explains use of Hyperbole <em class="emph">buttons</em>.  
There are several
 kinds of Hyperbole buttons: buttons that are created one at a time and
-stored in files (<em>explicit buttons</em>); buttons that can be
-activated by name anytime (<em>global buttons</em>); and buttons defined
+stored in files (<em class="dfn">explicit buttons</em>); buttons that can be
+activated by name anytime (<em class="dfn">global buttons</em>); and buttons 
defined
 by textual patterns where one definition can create an infinite number
-of buttons (<em>implicit buttons</em>).
+of buttons (<em class="dfn">implicit buttons</em>).
 </p>
 <p>Hyperbole buttons are embedded within textual documents; they may be
 created, modified, moved or deleted.  Each button performs a specific
 action, such as linking to a file or executing a shell command.
 </p>
-<span id="index-button_002c-explicit"></span>
-<span id="index-button_002c-global"></span>
-<span id="index-button_002c-implicit"></span>
-<span id="index-button-category"></span>
-<span id="index-explicit-button"></span>
-<span id="index-global-button"></span>
-<span id="index-implicit-button"></span>
+<a class="index-entry-id" id="index-button_002c-explicit"></a>
+<a class="index-entry-id" id="index-button_002c-global"></a>
+<a class="index-entry-id" id="index-button_002c-implicit"></a>
+<a class="index-entry-id" id="index-button-category"></a>
+<a class="index-entry-id" id="index-explicit-button"></a>
+<a class="index-entry-id" id="index-global-button"></a>
+<a class="index-entry-id" id="index-implicit-button"></a>
 <p>There are three categories of Hyperbole buttons:
-</p><dl compact="compact">
-<dt><em>explicit buttons</em></dt>
+</p><dl class="table">
+<dt><em class="dfn">explicit buttons</em></dt>
 <dd><p>created by Hyperbole, accessible from within a single document;
 </p>
 </dd>
-<dt><em>global buttons</em></dt>
+<dt><em class="dfn">global buttons</em></dt>
 <dd><p>created by Hyperbole, specific to each user, and accessible anywhere
 within a user&rsquo;s network of documents;
 </p>
 </dd>
-<dt><em>implicit buttons</em></dt>
+<dt><em class="dfn">implicit buttons</em></dt>
 <dd><p>created and managed by other programs or embedded within the structure
 of a document, accessible from within a single document.  Hyperbole
 recognizes implicit buttons by contextual patterns given in their type
@@ -2461,7 +1772,7 @@ activate explicit and implicit buttons.
 <p>To summarize:
 </p>
 <div class="example">
-<pre class="example">Button Category   Active Within        Activation Means   
   Managed By
+<pre class="example-preformatted">Button Category   Active Within        
Activation Means      Managed By
 ========================================================================
 Explicit          a single document    direct selection      Hyperbole
 Global            any document         typing its name       Hyperbole
@@ -2469,51 +1780,45 @@ Implicit          a matching context   direct selection 
     other tools
 
 </pre></div>
 
-<span id="index-terminal-use"></span>
+<a class="index-entry-id" id="index-terminal-use"></a>
 <p>A click on a Hyperbole button may activate it or describe its actions,
 depending on which mouse key is used.  Buttons may also be activated from a
 keyboard.  (In fact, many Hyperbole operations, including menu usage, may
 be performed from any standard character terminal interface, so you need
-not be anchored to a desktop all day).  See <a href="#Smart-Keys">Smart 
Keys</a>.  There is
+not be anchored to a desktop all day).  See <a class="xref" 
href="#Smart-Keys">Smart Keys</a>.  There is
 also a key that shows you how a button will behave before you activate
-it, see <a href="#Smart-Key-Operations">Smart Key Operations</a>.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Explicit-Buttons" 
accesskey="1">Explicit Buttons</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Global-Buttons" 
accesskey="2">Global Buttons</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Implicit-Buttons" 
accesskey="3">Implicit Buttons</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Button-Files" 
accesskey="4">Button Files</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Action-Types" 
accesskey="5">Action Types</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Button-Type-Precedence" 
accesskey="6">Button Type Precedence</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Utilizing-Explicit-Buttons" 
accesskey="7">Utilizing Explicit Buttons</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-</table>
+it, see <a class="pxref" href="#Smart-Key-Operations">Smart Key Operations</a>.
+</p>
 
+<ul class="mini-toc">
+<li><a href="#Explicit-Buttons" accesskey="1">Explicit Buttons</a></li>
+<li><a href="#Global-Buttons" accesskey="2">Global Buttons</a></li>
+<li><a href="#Implicit-Buttons" accesskey="3">Implicit Buttons</a></li>
+<li><a href="#Button-Files" accesskey="4">Button Files</a></li>
+<li><a href="#Action-Types" accesskey="5">Action Types</a></li>
+<li><a href="#Button-Type-Precedence" accesskey="6">Button Type 
Precedence</a></li>
+<li><a href="#Utilizing-Explicit-Buttons" accesskey="7">Utilizing Explicit 
Buttons</a></li>
+</ul>
 <hr>
-<span id="Explicit-Buttons"></span><div class="header">
+<div class="section-level-extent" id="Explicit-Buttons">
+<div class="nav-panel">
 <p>
 Next: <a href="#Global-Buttons" accesskey="n" rel="next">Global Buttons</a>, 
Previous: <a href="#Buttons" accesskey="p" rel="prev">Buttons</a>, Up: <a 
href="#Buttons" accesskey="u" rel="up">Buttons</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Explicit-Buttons-1"></span><h3 class="section">4.1 Explicit 
Buttons</h3>
+<h3 class="section" id="Explicit-Buttons-1">4.1 Explicit Buttons</h3>
 
-<span id="index-explicit-button-1"></span>
-<span id="index-button_002c-explicit-1"></span>
-<span id="index-button-label"></span>
-<span id="index-button-name"></span>
-<span id="index-label_002c-button"></span>
-<span id="index-name_002c-button"></span>
-<p>Hyperbole creates and manages <em>explicit buttons</em> which perform
+<a class="index-entry-id" id="index-explicit-button-1"></a>
+<a class="index-entry-id" id="index-button_002c-explicit-1"></a>
+<a class="index-entry-id" id="index-button-label"></a>
+<a class="index-entry-id" id="index-button-name"></a>
+<a class="index-entry-id" id="index-label_002c-button"></a>
+<a class="index-entry-id" id="index-name_002c-button"></a>
+<p>Hyperbole creates and manages <em class="dfn">explicit buttons</em> which 
perform
 specific actions when activated (typically through a button press).
-They look like this &lsquo;<samp>&lt;(fake button)&gt;</samp>&rsquo;.  They 
are quickly
+They look like this &lsquo;<samp class="samp">&lt;(fake 
button)&gt;</samp>&rsquo;.  They are quickly
 recognizable, yet relatively non-distracting as you scan the text in
-which they are embedded.  The text between the 
&lsquo;<samp>&lt;(</samp>&rsquo; and &lsquo;<samp>)&gt;</samp>&rsquo;
-delimiters is called the <em>button label</em> or <em>button name</em>.
+which they are embedded.  The text between the &lsquo;<samp 
class="samp">&lt;(</samp>&rsquo; and &lsquo;<samp 
class="samp">)&gt;</samp>&rsquo;
+delimiters is called the <em class="dfn">button label</em> or <em 
class="dfn">button name</em>.
 Spacing between words within a button label is irrelevant to Hyperbole.
 Button labels may wrap across several lines without causing a problem;
 just be sure to select the first line of the button to activate it.
@@ -2524,10 +1829,10 @@ last only the length of a single Emacs session).  For 
source code
 files, simply place Hyperbole explicit buttons within comments.
 Buttons that you use for quick navigation to websites or other things
 you do often should be added to your personal button file.
-See <a href="#Button-Files">Button Files</a>.
+See <a class="xref" href="#Button-Files">Button Files</a>.
 </p>
-<span id="index-button_002c-moving"></span>
-<span id="index-moving-buttons"></span>
+<a class="index-entry-id" id="index-button_002c-moving"></a>
+<a class="index-entry-id" id="index-moving-buttons"></a>
 <p>Explicit buttons may be freely moved about within the buffer in which
 they are created.  (No present support exists for moving buttons between
 buffers; support the Hyperbole project if you would like to help make
@@ -2536,51 +1841,56 @@ same buffer; simply copy the button label with its 
delimiters
 to a new location if you need another copy of it.
 </p>
 <p>For details on how to create, activate, delete or edit explicit
-buttons, see <a href="#Utilizing-Explicit-Buttons">Utilizing Explicit 
Buttons</a>.
-</p>
-<span id="index-link-button-1"></span>
-<span id="index-referent"></span>
-<p>Each explicit button is assigned an action type that determines the actions
-it performs.  <em>Link action types</em> connect buttons to particular types
-of <em>referents</em>, the targets of their links.  Link action type names all
-begin with <code>link-</code>.  Link action button referents are displayed when
-such buttons are activated with a press or a click.  See <a 
href="#Action-Types">Action Types</a>,
-for a list of standard action types including link types.
-</p>
-<span id="index-linking_002c-in_002dplace"></span>
-<span id="index-Hyperbole-data-model"></span>
+buttons, see <a class="pxref" href="#Utilizing-Explicit-Buttons">Utilizing 
Explicit Buttons</a>.
+</p>
+<a class="index-entry-id" id="index-link-button-1"></a>
+<a class="index-entry-id" id="index-referent"></a>
+<p>Each explicit button is assigned an action type that determines the
+actions it performs.  Hyperbole includes its own set of useful action
+types but any named, interactive Emacs Lisp command may be used.  For
+example, <em class="dfn">Link action types</em> connect buttons to particular 
types
+of <em class="dfn">referents</em>, the targets of their links.  Link action 
type
+names all begin with <code class="code">link-</code>.  Link action button 
referents are
+displayed when such buttons are activated with a press or a click.
+See <a class="xref" href="#Action-Types">Action Types</a>, for a list of 
Hyperbole action types, including
+link types.
+</p>
+<a class="index-entry-id" id="index-linking_002c-in_002dplace"></a>
+<a class="index-entry-id" id="index-Hyperbole-data-model"></a>
 <p>Hyperbole does not manage referent data; this is left to the
 applications that generate the data.  This means that Hyperbole
 provides in-place linking and does not require reformatting data to
 integrate it with Hyperbole.
 </p>
-<span id="index-button-data"></span>
-<span id="index-button-attribute"></span>
-<span id="index-file_002c-_002ehypb"></span>
-<p>Hyperbole stores the <em>button data</em> that gives an explicit button its
+<a class="index-entry-id" id="index-button-data"></a>
+<a class="index-entry-id" id="index-button-attribute"></a>
+<a class="index-entry-id" id="index-file_002c-_002ehypb"></a>
+<p>Hyperbole stores the <em class="dfn">button data</em> that gives an 
explicit button its
 behavior, separately from the button label, in a file named
-<samp>.hypb</samp> (<samp>_hypb</samp> under MS Windows) within the same 
directory
+<samp class="file">.hypb</samp> (<samp class="file">_hypb</samp> under MS 
Windows) within the same directory
 as the file in which the button is created.  Thus, all files in the
 same directory share a common button data file.  Button data is
-comprised of individual <em>button attribute</em> values.  A user never
+comprised of individual <em class="dfn">button attribute</em> values.  A user 
never
 sees this data in its raw form but may see a formatted version by
 asking for help on a button.
 </p>
 
 <hr>
-<span id="Global-Buttons"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Global-Buttons">
+<div class="nav-panel">
 <p>
 Next: <a href="#Implicit-Buttons" accesskey="n" rel="next">Implicit 
Buttons</a>, Previous: <a href="#Explicit-Buttons" accesskey="p" 
rel="prev">Explicit Buttons</a>, Up: <a href="#Buttons" accesskey="u" 
rel="up">Buttons</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Global-Buttons-1"></span><h3 class="section">4.2 Global Buttons</h3>
+<h3 class="section" id="Global-Buttons-1">4.2 Global Buttons</h3>
 
-<span id="index-global-button-1"></span>
-<span id="index-button_002c-global-1"></span>
-<span id="index-button-label-1"></span>
-<span id="index-label_002c-button-1"></span>
+<a class="index-entry-id" id="index-global-button-1"></a>
+<a class="index-entry-id" id="index-button_002c-global-1"></a>
+<a class="index-entry-id" id="index-button-label-1"></a>
+<a class="index-entry-id" id="index-label_002c-button-1"></a>
 <p>Sometimes it is
 useful to activate buttons without regard to the information with which
-you are working.  In such instances, you use <em>global buttons</em>, which
+you are working.  In such instances, you use <em class="dfn">global 
buttons</em>, which
 are buttons that may be activated or otherwise operated upon by typing
 their labels/names when they are prompted for, rather than selecting the
 buttons within a buffer.  In contrast, activation of explicit buttons
@@ -2590,69 +1900,71 @@ only from within their particular buffers.
 <p>If you want a permanent link to a file section that you can follow at
 any time, you can use a global button.  Or what about an Emacs keyboard
 macro that you use frequently?  Create a global button with an action type
-of <code>exec-kbd-macro</code> button and an easy to type name.  Then you can
+of <code class="code">exec-kbd-macro</code> button and an easy to type name.  
Then you can
 activate it whenever the need arises.
 </p>
-<span id="index-C_002dh-h-g"></span>
-<span id="index-menu_002c-Gbut"></span>
-<span id="index-menu_002c-Global_002dButton"></span>
+<a class="index-entry-id" id="index-C_002dh-h-g"></a>
+<a class="index-entry-id" id="index-menu_002c-Gbut"></a>
+<a class="index-entry-id" id="index-menu_002c-Global_002dButton"></a>
 <p>Global buttons are managed with the Hyperbole Gbut/ menu accessed with
-<kbd>{C-h h g}</kbd>.  The Create item, <kbd>{C-h h g c}</kbd>, prompts for a
+<kbd class="kbd">{C-h h g}</kbd>.  The Create item, <kbd class="kbd">{C-h h g 
c}</kbd>, prompts for a
 global button name, an action type, and the action&rsquo;s associated
 arguments, such as a file to which to link.  It then creates the button.
-To activate the button, use the Act menu item, <kbd>{C-h h g a}</kbd>.  Type
-the button&rsquo;s name, press <kbd>{<span class="key">RET</span>}</kbd>, and 
then Hyperbole prompts
-you for its action type and associated arguments.  <kbd>{C-h h g e}</kbd> to
+To activate the button, use the Act menu item, <kbd class="kbd">{C-h h g 
a}</kbd>.  Type
+the button&rsquo;s name, press <kbd class="kbd">{<kbd 
class="key">RET</kbd>}</kbd>, and then Hyperbole prompts
+you for its action type and associated arguments.  <kbd class="kbd">{C-h h g 
e}</kbd> to
 edit an existing global button.  To remove a button, use the Delete menu
-item, <kbd>{C-h h g d}</kbd>; see <a href="#Deletion">Deletion</a>.
+item, <kbd class="kbd">{C-h h g d}</kbd>; see <a class="pxref" 
href="#Deletion">Deletion</a>.
 </p>
 <p>Global buttons are actually explicit buttons stored at the end of your
-personal button file, see <a href="#Button-Files">Button Files</a>.  You can 
always go into that
+personal button file, see <a class="pxref" href="#Button-Files">Button 
Files</a>.  You can always go into that
 file and activate, edit or annotate these buttons with comments.
 </p>
-<span id="index-bookmarks"></span>
+<a class="index-entry-id" id="index-bookmarks"></a>
 <p>Emacs has a built-in feature similar to Global Buttons called
 Bookmarks.  Bookmarks store places in files or link to URLs, so they
 are more limited than Hyperbole&rsquo;s global buttons and cannot utilize
 all of Hyperbole&rsquo;s capabilities for performing actions.  Hyperbole has
-an action type, <code>link-to-bookmark</code>, for using an Emacs bookmark
-as a Hyperbole button referent.  See <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Bookmarks";>Bookmarks</a>
 in <cite>the Emacs
+an action type, <code class="code">link-to-bookmark</code>, for using an Emacs 
bookmark
+as a Hyperbole button referent.  See <a data-manual="emacs" 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Bookmarks";>Bookmarks</a>
 in <cite class="cite">the Emacs
 Manual</cite>, for details on bookmarks.
 </p>
 <hr>
-<span id="Implicit-Buttons"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Implicit-Buttons">
+<div class="nav-panel">
 <p>
 Next: <a href="#Button-Files" accesskey="n" rel="next">Button Files</a>, 
Previous: <a href="#Global-Buttons" accesskey="p" rel="prev">Global 
Buttons</a>, Up: <a href="#Buttons" accesskey="u" rel="up">Buttons</a> &nbsp; 
[<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Implicit-Buttons-1"></span><h3 class="section">4.3 Implicit 
Buttons</h3>
-
-<span id="index-button_002c-implicit-1"></span>
-<span id="index-implicit-button-1"></span>
-<span id="index-link_002dto_002dfile"></span>
-<p><em>Implicit buttons</em> are virtual buttons recognized within the
-natural structure of a document.  For example, a web URL button that
-displays its link or an email address button that starts a mail
-message to the associated address.  Implicit buttons are identified by
-contextual patterns found within documents.
-</p>
-<p>An <em>implicit button type</em> identifies a pattern or state that when
-matched triggers an <em>action</em> associated with the implicit button
-type.  The action is specified by either a Hyperbole action type
-(see <a href="#Action-Types">Action Types</a>) or an Emacs Lisp function.  
Implicit button
-types may use the same action types that explicit buttons use.  As an
-example, the pathname implicit button type matches to any existing
-local filename or directory name and its action
-type, <code>link-to-file</code>, displays the associated file or directory,
-typically in another window.  An explicit button could do the same
-thing but has to be created manually, rather than recognized as part
-of the buffer text.
-</p>
-<span id="index-file_002c-hibtypes_002eel"></span>
-<span id="index-context"></span>
-<span id="index-boolean-expressions"></span>
-<span id="index-activating-implicit-button"></span>
-<span id="index-menu-item_002c-Ibut_002fAct"></span>
-<span id="index-C_002dh-h-i-a"></span>
+<h3 class="section" id="Implicit-Buttons-1">4.3 Implicit Buttons</h3>
+
+<a class="index-entry-id" id="index-button_002c-implicit-1"></a>
+<a class="index-entry-id" id="index-implicit-button-1"></a>
+<a class="index-entry-id" id="index-link_002dto_002dfile"></a>
+<p><em class="dfn">Implicit buttons</em> are virtual buttons recognized within 
the natural
+structure of a document.  For example, a web URL button that displays its link
+or an email address button that starts a mail message to the associated
+address.  Implicit buttons are identified by implicit button type contextual
+pattern matchers that identify appropriate textual patterns at point.
+</p>
+<a class="index-entry-id" id="index-implicit-button-type"></a>
+<p>An <em class="dfn">implicit button type</em> utilizes Emacs Lisp to 
identify a pattern or
+state that when matched triggers an <em class="emph">action</em> associated 
with the implicit
+button type.  The action is specified by either a Hyperbole action type
+(see <a class="pxref" href="#Action-Types">Action Types</a>) or an Emacs Lisp 
command.  Implicit button types may use
+the same action types that explicit buttons use.  As an example, the pathname
+implicit button type matches to any existing local filename or directory name
+and its action type, <code class="code">link-to-file</code>, displays the 
associated file or
+directory, typically in another window.  An explicit button could do the same
+thing but has to be created manually, rather than recognized as part of the
+buffer text.
+</p>
+<a class="index-entry-id" id="index-file_002c-hibtypes_002eel"></a>
+<a class="index-entry-id" id="index-context"></a>
+<a class="index-entry-id" id="index-boolean-expressions"></a>
+<a class="index-entry-id" id="index-activating-implicit-button"></a>
+<a class="index-entry-id" id="index-menu-item_002c-Ibut_002fAct"></a>
+<a class="index-entry-id" id="index-C_002dh-h-i-a"></a>
 <p>Unlike explicit buttons, implicit buttons have no individual button
 data other than their text and optional labels.  You use implicit
 button types which include boolean expressions (predicates) that match
@@ -2661,81 +1973,83 @@ Each time a Smart Key is pressed at a location, 
Hyperbole evaluates
 the predicates from the list of implicit button types and the first
 one that evaluates true is selected and its associated action is
 triggered.  Alternatively, you can use the Ibut/Act menu
-item, <kbd>{C-h h i a}</kbd>, to activate any implicit button found at the
+item, <kbd class="kbd">{C-h h i a}</kbd>, to activate any implicit button 
found at the
 current point.
 </p>
 <p>All of this happens transparently and is easy to use once you try it.
 The Hyperbole Smart Keys offer additional extensive context-sensitive
-point-and-click type behavior beyond implicit button types.  See <a 
href="#Smart-Key-Operations">Smart Key Operations</a>.
+point-and-click type behavior beyond implicit button types.  See <a 
class="xref" href="#Smart-Key-Operations">Smart Key Operations</a>.
 </p>
-<span id="index-implicit-button-labels"></span>
-<span id="index-implicit-button-names"></span>
-<span id="index-labeling-implicit-buttons"></span>
-<span id="index-naming-implicit-buttons"></span>
+<a class="index-entry-id" id="index-implicit-button-labels"></a>
+<a class="index-entry-id" id="index-implicit-button-names"></a>
+<a class="index-entry-id" id="index-labeling-implicit-buttons"></a>
+<a class="index-entry-id" id="index-naming-implicit-buttons"></a>
 <p>Individual implicit buttons may be labeled/named, allowing activation
 by name or use as a link target by other buttons.  Here is a pathname
 button with a label of &rsquo;My Emacs Files&rsquo;:
 </p>
 <div class="example">
-<pre class="example">&lt;[My Emacs Files]&gt;: &quot;~/.emacs.d&quot;
+<pre class="example-preformatted">&lt;[My Emacs Files]&gt;: 
&quot;~/.emacs.d&quot;
 </pre></div>
 
-<span id="index-C_002dh-h-i-e"></span>
-<span id="index-C_002dh-h-i-l"></span>
-<p>The label is delimited by &lsquo;<samp>&lt;[</samp>&rsquo; and 
&lsquo;<samp>]&gt;</samp>&rsquo; and can be followed
+<a class="index-entry-id" id="index-C_002dh-h-i-e"></a>
+<a class="index-entry-id" id="index-C_002dh-h-i-l"></a>
+<p>The label is delimited by &lsquo;<samp class="samp">&lt;[</samp>&rsquo; and 
&lsquo;<samp class="samp">]&gt;</samp>&rsquo; and can be followed
 by any number of :, - or = separator characters, including none.  You
 can activate the button either from its label or its text.  With point
-on the text of an implicit button, <kbd>{C-h h i l}</kbd> will label it.  Or
+on the text of an implicit button, <kbd class="kbd">{C-h h i l}</kbd> will 
label it.  Or
 you may simply type the label and delimiters manually.  You can also
 simply edit any implicit button manually but for a little more help in
-editing named implicit buttons, use <kbd>{C-h h i e}</kbd> which prompts
+editing named implicit buttons, use <kbd class="kbd">{C-h h i e}</kbd> which 
prompts
 you to rename the button and to change its text (the button itself).
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Implicit-Button-Types" 
accesskey="1">Implicit Button Types</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Action-Buttons" 
accesskey="2">Action Buttons</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#Implicit-Button-Types" accesskey="1">Implicit Button 
Types</a></li>
+<li><a href="#Action-Buttons" accesskey="2">Action Buttons</a></li>
+</ul>
 <hr>
-<span id="Implicit-Button-Types"></span><div class="header">
+<div class="subsection-level-extent" id="Implicit-Button-Types">
+<div class="nav-panel">
 <p>
 Next: <a href="#Action-Buttons" accesskey="n" rel="next">Action Buttons</a>, 
Previous: <a href="#Implicit-Buttons" accesskey="p" rel="prev">Implicit 
Buttons</a>, Up: <a href="#Implicit-Buttons" accesskey="u" rel="up">Implicit 
Buttons</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Implicit-Button-Types-1"></span><h4 class="subsection">4.3.1 
Implicit Button Types</h4>
+<h4 class="subsection" id="Implicit-Button-Types-1">4.3.1 Implicit Button 
Types</h4>
 
-<span id="index-ibtypes_002c-list-of"></span>
-<span id="index-implicit-button-types"></span>
+<a class="index-entry-id" id="index-ibtypes_002c-list-of"></a>
+<a class="index-entry-id" id="index-implicit-button-types"></a>
 <p>Below is a list of standard implicit button types in the order in which
 Hyperbole tries to match to the types when looking for an implicit
-button; <kbd>{C-h h i t <span class="key">RET</span>}</kbd> provides similar 
information.  See
-the Hyperbole file, <samp>hibtypes.el</samp>, for examples of how to define
+button; <kbd class="kbd">{C-h h i t <kbd class="key">RET</kbd>}</kbd> provides 
similar information.  See
+the Hyperbole file, <samp class="file">hibtypes.el</samp>, for examples of how 
to define
 implicit button types (they are listed in increasing order of priority).
 </p>
-<dl compact="compact">
+<dl class="table">
 <dd>
-<span id="index-ibtypes-org_002dmode"></span>
-<span id="index-org_002dmode"></span>
-<span id="index-radio-target"></span>
-<span id="index-code-block"></span>
-<span id="index-links"></span>
-<span id="index-C_002dc-C_002dc"></span>
-<span id="index-M_002dRET-1"></span>
-<span id="index-org_002dctrl_002dc_002dctrl_002dc"></span>
-<span id="index-org_002dmeta_002dreturn"></span>
-<span id="index-hsys_002dorg_002dmode_002dp"></span>
-<span id="index-file_002c-hsys_002dorg_002eel"></span>
-</dd>
-<dt><code>org-mode</code></dt>
-<dd><p>Hyperbole recognizes Org mode constructs in any of these modes:
-<code>org-mode</code>, <code>org-agenda-mode</code>, <code>outshine-mode</code>
-or <code>poporg-mode</code>.  (See the function <code>hsys-org-mode-p</code>).
+<a class="index-entry-id" id="index-ibtypes-smart_002dorg"></a>
+<a class="index-entry-id" id="index-org_002dmode"></a>
+<a class="index-entry-id" id="index-radio-target"></a>
+<a class="index-entry-id" id="index-code-block"></a>
+<a class="index-entry-id" id="index-links"></a>
+<a class="index-entry-id" id="index-C_002dc-C_002dc"></a>
+<a class="index-entry-id" id="index-M_002dRET-1"></a>
+<a class="index-entry-id" id="index-org_002dctrl_002dc_002dctrl_002dc"></a>
+<a class="index-entry-id" id="index-org_002dmeta_002dreturn"></a>
+<a class="index-entry-id" id="index-hsys_002dorg_002dmode_002dp"></a>
+<a class="index-entry-id" id="index-file_002c-hsys_002dorg_002eel"></a>
+</dd>
+<dt><code class="code">smart-org</code></dt>
+<dd><p><code class="code">smart-org</code> is not an actual implicit button 
type, just an Elisp function,
+but it behaves similarly, so it is documented here.
+</p>
+<p>Hyperbole recognizes Org mode constructs in any of these modes:
+<code class="code">org-mode</code>, <code class="code">org-agenda-mode</code>, 
<code class="code">outshine-mode</code>
+or <code class="code">poporg-mode</code>.  (See the function <code 
class="code">hsys-org-mode-p</code>).
 </p>
 <p>Hyperbole does quite a few things for Org mode users.  When the Action
 Key is pressed:
 </p>
-<ol>
+<ol class="enumerate">
 <li> If on an Org todo keyword, cycle through the keywords in
 that set or if final done keyword, remove it.
 
@@ -2755,19 +2069,19 @@ directory given by the path.
 
 </li><li> With point on any #+BEGIN_SRC, #+END_SRC, #+RESULTS, #+begin_example
 or #+end_example header, execute the code block via the Org mode
-standard binding of <kbd>{C-c C-c}</kbd>, <code>org-ctrl-c-ctrl-c</code>.
+standard binding of <kbd class="kbd">{C-c C-c}</kbd>, <code 
class="code">org-ctrl-c-ctrl-c</code>.
 
 </li><li> When point is on an Org mode heading, cycle the view of the subtree
 at point.
 
 </li><li> In any other context besides the end of a line, invoke the Org mode
-standard binding of <kbd>{M-<span class="key">RET</span>}</kbd>, 
<code>org-meta-return</code>.
+standard binding of <kbd class="kbd">{M-<kbd class="key">RET</kbd>}</kbd>, 
<code class="code">org-meta-return</code>.
 </li></ol>
 
 <p>When the Assist Key is pressed, it behaves just like the Action Key
 except in these contexts:
 </p>
-<ol>
+<ol class="enumerate">
 <li> If on an Org todo keyword, move to the first todo keyword in
 the next set, if any.
 
@@ -2787,15 +2101,15 @@ or #+end_example header, remove any associated results.
 through views of the whole buffer outline.
 </li></ol>
 
-<span id="index-hsys_002dorg_002denable_002dsmart_002dkeys"></span>
-<span id="index-enable-org_002dmode-support"></span>
-<span id="index-disable-org_002dmode-support"></span>
-<span id="index-inhibit-org_002dmode-support"></span>
-<span id="index-C_002dh-h-c-o"></span>
+<a class="index-entry-id" 
id="index-hsys_002dorg_002denable_002dsmart_002dkeys"></a>
+<a class="index-entry-id" id="index-enable-org_002dmode-support"></a>
+<a class="index-entry-id" id="index-disable-org_002dmode-support"></a>
+<a class="index-entry-id" id="index-inhibit-org_002dmode-support"></a>
+<a class="index-entry-id" id="index-C_002dh-h-c-o"></a>
 <p>To disable Hyperbole support within Org major and minor modes, set
-the custom option <code>hsys-org-enable-smart-keys</code> to <code>nil</code>. 
 Then in
-Org modes, the Action Key will simply invoke <code>org-meta-return</code>.
-<kbd>{C-h h c o}</kbd> (minibuffer menu Cust/Org-M-RET) will interactively 
customize
+the custom option <code class="code">hsys-org-enable-smart-keys</code> to 
<code class="code">nil</code>.  Then in
+Org modes, the Action Key will simply invoke <code 
class="code">org-meta-return</code>.
+<kbd class="kbd">{C-h h c o}</kbd> (minibuffer menu Cust/Org-M-RET) will 
interactively customize
 this setting.
 </p>
 <p>The
@@ -2803,8 +2117,8 @@ following table summarizes the effect of this option 
setting.
 </p></dd>
 </dl>
 
-<div class="example">
-<pre 
class="example">|--------------+-------------------+------------------+----------+------------------|
+<div class="example smallexample">
+<pre 
class="example-preformatted">|--------------+-------------------+------------------+----------+------------------|
 | This Setting | Smart Key Context | Hyperbole Button | Org Link | Fallback 
Command |
 
|--------------+-------------------+------------------+----------+------------------|
 | buttons      | Ignore            | Activate         | Activate | 
org-meta-return  |
@@ -2813,73 +2127,84 @@ following table summarizes the effect of this option 
setting.
 
|--------------+-------------------+------------------+----------+------------------|
 </pre></div>
 
-<dl compact="compact">
-<dd><span id="index-ibtypes-doc_002did"></span>
-<span id="index-online-library"></span>
-<span id="index-document-identifier"></span>
+<dl class="table">
+<dd><a class="index-entry-id" id="index-ibtypes-doc_002did"></a>
+<a class="index-entry-id" id="index-online-library"></a>
+<a class="index-entry-id" id="index-document-identifier"></a>
 </dd>
-<dt><code>doc-id</code></dt>
+<dt><code class="code">doc-id</code></dt>
 <dd><p>Display a document from a local document library given its id.  Ids 
must be
-delimited by <code>doc-id-start</code> and <code>doc-id-end</code> and must 
match the
-function given by <code>doc-id-p</code>.  (Note that this implicit button type 
is
+delimited by <code class="code">doc-id-start</code> and <code 
class="code">doc-id-end</code> and must match the
+function given by <code class="code">doc-id-p</code>.  (Note that this 
implicit button type is
 not installed by default.  You must manually configure it and load it from
-the file, <samp><code>${hyperb:dir}</code>/hib-doc-id.el</samp>).  See the 
commentary
+the file, <samp class="file"><code 
class="code">${hyperb:dir}</code>/hib-doc-id.el</samp>).  See the commentary
 at the top of that file for more information.
 </p>
-<span id="index-ibtypes-completion"></span>
-<span id="index-completion-1"></span>
+<a class="index-entry-id" id="index-ibtypes-completion"></a>
+<a class="index-entry-id" id="index-completion-1"></a>
 </dd>
-<dt><code>completion</code></dt>
+<dt><code class="code">completion</code></dt>
 <dd><p>Insert the completion at point (from a completions buffer) into the
 minibuffer or the other window.
 </p>
-<span id="index-ibtypes-hyp_002dsource"></span>
-<span id="index-Hyperbole-report"></span>
-<span id="index-file_002c-DEMO"></span>
+<a class="index-entry-id" id="index-ibtypes-action"></a>
+<a class="index-entry-id" id="index-action-button"></a>
+<a class="index-entry-id" id="index-action-implicit-button"></a>
+<a class="index-entry-id" id="index-function-call-implicit-button"></a>
+<a class="index-entry-id" id="index-variable-display-implicit-button"></a>
 </dd>
-<dt><code>hyp-source</code></dt>
+<dt><code class="code">action</code></dt>
+<dd><p>The Action Button type.  At point, activate any of: an Elisp variable, a
+Hyperbole action-type, or an Elisp function call surrounded by &lt;&gt; rather 
than
+().  If an Elisp variable, display a message showing its value.
+</p>
+<a class="index-entry-id" id="index-ibtypes-hyp_002dsource"></a>
+<a class="index-entry-id" id="index-Hyperbole-report"></a>
+<a class="index-entry-id" id="index-file_002c-DEMO"></a>
+</dd>
+<dt><code class="code">hyp-source</code></dt>
 <dd><p>Turn source location entries following an &lsquo;@loc&gt;&rsquo; line 
in Hyperbole
 reports into buttons that jump to the associated location.  For
-example, <kbd>{C-u C-h h d d C-h h e h o}</kbd> summarizes the properties of 
the
-explicit buttons in the <samp>${hyperb:dir}/DEMO</samp> file and each button 
in that report
+example, <kbd class="kbd">{C-u C-h h d d C-h h e h o}</kbd> summarizes the 
properties of the
+explicit buttons in the <samp class="file">${hyperb:dir}/DEMO</samp> file and 
each button in that report
 buffer behaves the same as the corresponding button in the original
-<samp>${hyperb:dir}/DEMO</samp> file.
+<samp class="file">${hyperb:dir}/DEMO</samp> file.
 </p>
-<span id="index-ibtypes-hyp_002daddress"></span>
-<span id="index-Hyperbole-mail-list"></span>
+<a class="index-entry-id" id="index-ibtypes-hyp_002daddress"></a>
+<a class="index-entry-id" id="index-Hyperbole-mail-list"></a>
 </dd>
-<dt><code>hyp-address</code></dt>
+<dt><code class="code">hyp-address</code></dt>
 <dd><p>Within a mail or Usenet news composer window, make a Hyperbole
 support/discussion e-mail address insert Hyperbole environment and
 version information.  This is useful when sending mail to a Hyperbole
 discussion mail list.  See also the documentation for
-<code>actypes::hyp-config</code>.  For example, a click of an Action Mouse
+<code class="code">actypes::hyp-config</code>.  For example, a click of an 
Action Mouse
 Key on &lt;hyperbole-users@gnu.org&gt; in a mail composer window
 would activate this implicit button type.
 </p>
-<span id="index-ibtypes-Info_002dnode"></span>
-<span id="index-Info-node"></span>
+<a class="index-entry-id" id="index-ibtypes-Info_002dnode"></a>
+<a class="index-entry-id" id="index-Info-node"></a>
 </dd>
-<dt><code>Info-node</code></dt>
+<dt><code class="code">Info-node</code></dt>
 <dd><p>Make a &quot;(filename)nodename&quot; button display the associated 
Info node.
 Also make a &quot;(filename)itemname&quot; button display the associated Info
 index item.  Examples are &quot;(hyperbole)Implicit Buttons&quot; and
 &ldquo;(hyperbole)C-c /&rdquo;.
 </p>
-<span id="index-ibtypes-gnus_002dpush_002dbutton"></span>
-<span id="index-GNUS-push_002dbuttons"></span>
-<span id="index-hiding-signatures"></span>
-<span id="index-signatures_002c-hiding"></span>
+<a class="index-entry-id" id="index-ibtypes-gnus_002dpush_002dbutton"></a>
+<a class="index-entry-id" id="index-GNUS-push_002dbuttons"></a>
+<a class="index-entry-id" id="index-hiding-signatures"></a>
+<a class="index-entry-id" id="index-signatures_002c-hiding"></a>
 </dd>
-<dt><code>gnus-push-button</code></dt>
+<dt><code class="code">gnus-push-button</code></dt>
 <dd><p>Activate GNUS-specific article push-buttons, e.g. for hiding 
signatures.  GNUS
 is a news and mail reader.
 </p>
-<span id="index-ibtypes-texinfo_002dref"></span>
-<span id="index-Texinfo-cross_002dreference"></span>
-<span id="index-cross_002dreference_002c-Texinfo"></span>
+<a class="index-entry-id" id="index-ibtypes-texinfo_002dref"></a>
+<a class="index-entry-id" id="index-Texinfo-cross_002dreference"></a>
+<a class="index-entry-id" id="index-cross_002dreference_002c-Texinfo"></a>
 </dd>
-<dt><code>texinfo-ref</code></dt>
+<dt><code class="code">texinfo-ref</code></dt>
 <dd><p>Display Texinfo, Info node or help associated with Texinfo node, menu 
item,
 @xref, @pxref, @ref, @code, @findex, @var or @vindex at point.  If
 point is within the braces of a cross-reference, the associated Info node is
@@ -2890,73 +2215,84 @@ is shown.
 <p>For @code, @findex, @var and @vindex references, the associated
 documentation string is displayed.
 </p>
-<span id="index-ibtypes-patch_002dmsg"></span>
-<span id="index-patch-output"></span>
+<a class="index-entry-id" id="index-ibtypes-patch_002dmsg"></a>
+<a class="index-entry-id" id="index-patch-output"></a>
 </dd>
-<dt><code>patch-msg</code></dt>
-<dd><p>Jump to the source code associated with output from the 
&lsquo;<samp>patch</samp>&rsquo;
+<dt><code class="code">patch-msg</code></dt>
+<dd><p>Jump to the source code associated with output from the &lsquo;<samp 
class="samp">patch</samp>&rsquo;
 program.  Patch applies diffs to source code.
 </p>
-<span id="index-ibtypes-elisp_002dcompiler_002dmsg"></span>
-<span id="index-byte-compiler-error"></span>
-<span id="index-Emacs-Lisp-compiler-error"></span>
-<span id="index-compiler-error"></span>
-<span id="index-Emacs-Regression-Test-_0028ERT_0029-symbol"></span>
+<a class="index-entry-id" id="index-ibtypes-elisp_002dcompiler_002dmsg"></a>
+<a class="index-entry-id" id="index-byte-compiler-error"></a>
+<a class="index-entry-id" id="index-Emacs-Lisp-compiler-error"></a>
+<a class="index-entry-id" id="index-compiler-error"></a>
+<a class="index-entry-id" 
id="index-Emacs-Regression-Test-_0028ERT_0029-symbol"></a>
 </dd>
-<dt><code>elisp-compiler-msg</code></dt>
+<dt><code class="code">elisp-compiler-msg</code></dt>
 <dd><p>Jump to source code for definition associated with an Emacs Lisp
 byte-compiler error message or ERT test output line.  Works when
 activated anywhere within such a line.
 </p>
-<span id="index-ibtypes-debugger_002dsource"></span>
-<span id="index-gdb"></span>
-<span id="index-dbx"></span>
-<span id="index-xdb"></span>
-<span id="index-stack-frame"></span>
-<span id="index-breakpoint"></span>
-<span id="index-source-line"></span>
+<a class="index-entry-id" id="index-ibtypes-debugger_002dsource"></a>
+<a class="index-entry-id" id="index-gdb"></a>
+<a class="index-entry-id" id="index-dbx"></a>
+<a class="index-entry-id" id="index-xdb"></a>
+<a class="index-entry-id" id="index-stack-frame"></a>
+<a class="index-entry-id" id="index-breakpoint"></a>
+<a class="index-entry-id" id="index-source-line"></a>
 </dd>
-<dt><code>debugger-source</code></dt>
+<dt><code class="code">debugger-source</code></dt>
 <dd><p>Jump to the source line associated with a debugger stack frame or
 breakpoint line.  This works with gdb, dbx, and xdb.  Such lines are
 recognized in any buffer.
 </p>
-<span id="index-ibtypes-ripgrep_002dmsg"></span>
-<span id="index-grep"></span>
-<span id="index-ripgrep"></span>
-<span id="index-match-lines"></span>
+<a class="index-entry-id" id="index-ibtypes-grep_002dmsg"></a>
+<a class="index-entry-id" id="index-grep"></a>
+<a class="index-entry-id" id="index-compiler-error-1"></a>
+<a class="index-entry-id" id="index-match-lines"></a>
+</dd>
+<dt><code class="code">grep-msg</code></dt>
+<dd><p>Jump to the line associated with a grep or compilation error message.
+Messages are recognized in any buffer.
+</p>
+<a class="index-entry-id" id="index-ibtypes-ripgrep_002dmsg"></a>
+<a class="index-entry-id" id="index-grep-1"></a>
+<a class="index-entry-id" id="index-ripgrep"></a>
+<a class="index-entry-id" id="index-match-lines-1"></a>
 </dd>
-<dt><code>ripgrep-msg</code></dt>
+<dt><code class="code">ripgrep-msg</code></dt>
 <dd><p>Jump to a line associated with a ripgrep (rg) line numbered msg.
 Ripgrep outputs each pathname once, followed by all matching lines in
 that pathname.  Messages are recognized in any buffer (other than a
 helm completion buffer).
 </p>
-<span id="index-ibtypes-ipython_002dstack_002dframe"></span>
-<span id="index-ipython"></span>
-<span id="index-stack-frame-1"></span>
+<a class="index-entry-id" id="index-ibtypes-ipython_002dstack_002dframe"></a>
+<a class="index-entry-id" id="index-ipython"></a>
+<a class="index-entry-id" id="index-stack-frame-1"></a>
 </dd>
-<dt><code>ipython-stack-frame</code></dt>
+<dt><code class="code">ipython-stack-frame</code></dt>
 <dd><p>Jump to the line associated with an ipython stack frame line numbered
 msg.  ipython outputs each pathname once followed by all matching
 lines in that pathname.  Messages are recognized in any buffer (other
 than a helm completion buffer).
 </p>
-<span id="index-ibtypes-grep_002dmsg"></span>
-<span id="index-grep-1"></span>
-<span id="index-compiler-error-1"></span>
-<span id="index-match-lines-1"></span>
+<a class="index-entry-id" id="index-link_002c-pathname-line-and-column"></a>
+<a class="index-entry-id" id="index-line-and-column"></a>
+<a class="index-entry-id" id="index-pathname_002c-line-and-column"></a>
+<a class="index-entry-id" 
id="index-ibtypes-pathname_002dline_002dand_002dcolumn"></a>
 </dd>
-<dt><code>grep-msg</code></dt>
-<dd><p>Jump to the line associated with a grep or compilation error message.
-Messages are recognized in any buffer.
+<dt><code class="code">pathname-line-and-column</code></dt>
+<dd><p>Make a valid <samp class="file">pathname:line-num[:column-num]</samp> 
pattern display the
+path at <em class="emph">line-num</em> and optional <em 
class="emph">column-num</em>.  Also works
+for remote pathnames.  May also contain hash-style link references
+with the following format: <samp 
class="file">&lt;path&gt;[#&lt;link-anchor&gt;]:&lt;line-num&gt;[:&lt;column-num&gt;]</samp>.
 </p>
-<span id="index-ibtypes-ilink"></span>
-<span id="index-implicit-button-link"></span>
-<span id="index-link-to-implicit-button"></span>
-<span id="index-ilink"></span>
+<a class="index-entry-id" id="index-ibtypes-ilink"></a>
+<a class="index-entry-id" id="index-implicit-button-link"></a>
+<a class="index-entry-id" id="index-link-to-implicit-button"></a>
+<a class="index-entry-id" id="index-ilink"></a>
 </dd>
-<dt><code>link-to-ibut &lt;ilink&gt;</code></dt>
+<dt><code class="code">link-to-ibut &lt;ilink&gt;</code></dt>
 <dd><p>At point, activate a link to an implicit button within the current
 buffer.  This executes the linked to implicit button&rsquo;s action in the
 context of the current buffer.
@@ -2965,23 +2301,23 @@ context of the current buffer.
 where button_file_path is given only when the link is to another file,
 e.g. &lt;ilink: my series of keys: ${hyperb:dir}/HYPB&gt;.
 </p>
-<span id="index-ibtypes-glink"></span>
-<span id="index-global-button-link"></span>
-<span id="index-link-to-global-button"></span>
-<span id="index-glink"></span>
+<a class="index-entry-id" id="index-ibtypes-glink"></a>
+<a class="index-entry-id" id="index-global-button-link"></a>
+<a class="index-entry-id" id="index-link-to-global-button"></a>
+<a class="index-entry-id" id="index-glink"></a>
 </dd>
-<dt><code>link-to-gbut &lt;glink&gt;</code></dt>
+<dt><code class="code">link-to-gbut &lt;glink&gt;</code></dt>
 <dd><p>At point, activate a link to a global button.  This executes the
 linked to global button&rsquo;s action in the context of the current buffer.
 </p>
 <p>Recognizes the format &rsquo;&lt;glink:&rsquo; button_label 
&rsquo;&gt;&rsquo;, e.g. &lt;glink: open todos&gt;.
 </p>
-<span id="index-ibtypes-elink"></span>
-<span id="index-explicit-button-link"></span>
-<span id="index-link-to-explicit-button"></span>
-<span id="index-elink"></span>
+<a class="index-entry-id" id="index-ibtypes-elink"></a>
+<a class="index-entry-id" id="index-explicit-button-link"></a>
+<a class="index-entry-id" id="index-link-to-explicit-button"></a>
+<a class="index-entry-id" id="index-elink"></a>
 </dd>
-<dt><code>link-to-ebut &lt;elink&gt;</code></dt>
+<dt><code class="code">link-to-ebut &lt;elink&gt;</code></dt>
 <dd><p>At point, activate a link to an explicit button within the current
 buffer.  This executes the linked to explicit button&rsquo;s action in the
 context of the current buffer.
@@ -2990,479 +2326,337 @@ context of the current buffer.
 where : button_file_path is given only when the link is to another file,
 e.g. &lt;elink: project-list: ~/projs&gt;.&quot;
 </p>
-<span id="index-ibtypes-klink"></span>
-<span id="index-klink"></span>
-<span id="index-koutline-link"></span>
-<span id="index-kcell-link"></span>
+<a class="index-entry-id" id="index-ibtypes-klink"></a>
+<a class="index-entry-id" id="index-klink"></a>
+<a class="index-entry-id" id="index-koutline-link"></a>
+<a class="index-entry-id" id="index-kcell-link"></a>
 </dd>
-<dt><code>klink</code></dt>
+<dt><code class="code">klink</code></dt>
 <dd><p>Follow a link delimited by &lt;&gt; to a koutline cell.
-See the documentation for <code>actypes::link-to-kotl</code> for valid link
+See the documentation for <code class="code">actypes::link-to-kotl</code> for 
valid link
 specifiers.
 </p>
-<span id="index-ibtypes-man_002dapropos"></span>
-<span id="index-UNIX-manual"></span>
-<span id="index-man-pages"></span>
-<span id="index-man-apropos"></span>
+<a class="index-entry-id" id="index-ibtypes-man_002dapropos"></a>
+<a class="index-entry-id" id="index-UNIX-manual"></a>
+<a class="index-entry-id" id="index-man-pages"></a>
+<a class="index-entry-id" id="index-man-apropos"></a>
 </dd>
-<dt><code>man-apropos</code></dt>
-<dd><p>Make man apropos entries (from &lsquo;<samp>man -k</samp>&rsquo;) 
display associated man pages
+<dt><code class="code">man-apropos</code></dt>
+<dd><p>Make man apropos entries (from &lsquo;<samp class="samp">man 
-k</samp>&rsquo;) display associated man pages
 when selected.
 </p>
-<span id="index-ibtypes-rfc"></span>
-<span id="index-Internet-RFC"></span>
-<span id="index-Request-For-Comment"></span>
-<span id="index-RFC"></span>
-<span id="index-remote-file"></span>
-<span id="index-http"></span>
+<a class="index-entry-id" id="index-ibtypes-rfc"></a>
+<a class="index-entry-id" id="index-Internet-RFC"></a>
+<a class="index-entry-id" id="index-Request-For-Comment"></a>
+<a class="index-entry-id" id="index-RFC"></a>
+<a class="index-entry-id" id="index-remote-file"></a>
+<a class="index-entry-id" id="index-http"></a>
 </dd>
-<dt><code>rfc</code></dt>
+<dt><code class="code">rfc</code></dt>
 <dd><p>Retrieve and display an Internet Request for Comments (RFC) standards
 document referenced at point.  The following formats are recognized:
-RFC822, rfc-822, and RFC 822.  The <code>hpath:rfc</code> variable specifies
+RFC822, rfc-822, and RFC 822.  The <code class="code">hpath:rfc</code> 
variable specifies
 the location from which to retrieve RFCs via HTTP.
 </p>
-<span id="index-ibtypes-kbd_002dkey"></span>
-<span id="index-key-series"></span>
-<span id="index-key-sequence"></span>
-<span id="index-series-of-keys"></span>
-<span id="index-kbd-function"></span>
+<a class="index-entry-id" id="index-ibtypes-kbd_002dkey"></a>
+<a class="index-entry-id" id="index-key-series"></a>
+<a class="index-entry-id" id="index-key-sequence"></a>
+<a class="index-entry-id" id="index-series-of-keys"></a>
+<a class="index-entry-id" id="index-kbd-function"></a>
 </dd>
-<dt><code>kbd-key</code></dt>
+<dt><code class="code">kbd-key</code></dt>
 <dd><p>Execute a key series (series of key sequences) around point,
 delimited by curly braces, {}.  Key series should be in
-human readable form, e.g. <kbd>{C-x C-b}</kbd>.  Formats such as {^x^b}
-will not be recognized.  The string within <code>(kbd 
&quot;string&quot;)</code> also
+human readable form, e.g. <kbd class="kbd">{C-x C-b}</kbd>.  Formats such as 
{^x^b}
+will not be recognized.  The string within <code class="code">(kbd 
&quot;string&quot;)</code> also
 acts as a key series button.
 </p>
 <p>Any key sequence must be a string of one of the following:
-</p><ul>
-<li> a Hyperbole minibuffer menu item key sequence,
-</li><li> a HyControl key sequence,
-</li><li> a M-x extended command,
-</li><li> or a valid key sequence together with its interactive arguments.
+</p><ul class="itemize mark-bullet">
+<li>a Hyperbole minibuffer menu item key sequence,
+</li><li>a HyControl key sequence,
+</li><li>a M-x extended command,
+</li><li>or a valid key sequence together with its interactive arguments.
 </li></ul>
 
-<span id="index-ibtypes-dir_002dsummary"></span>
-<span id="index-file_002c-MANIFEST"></span>
-<span id="index-file_002c-DIR"></span>
+<a class="index-entry-id" id="index-ibtypes-debbugs_002dgnu_002dmode"></a>
+<a class="index-entry-id" id="index-bug-tracking"></a>
+<a class="index-entry-id" id="index-issue-tracking"></a>
 </dd>
-<dt><code>dir-summary</code></dt>
+<dt><code class="code">debbugs-gnu-mode</code></dt>
+<dd><p>Debbugs is a client-server issue tracker used by GNU free software
+projects, including Hyperbole, to manage issues and maintain threads
+of discussion around them.  You issue queries to a Debbugs server and
+it returns a listing entry for each matching issue.  When on a GNU
+Debbugs listing entry in <code class="code">debbugs-gnu-mode</code>, an Action 
Key press
+displays the discussion of the selected issue; an Assist Key press
+pretty prints the status of the issue to a window below the listing
+window.
+</p>
+<a class="index-entry-id" id="index-ibtypes-debbugs_002dgnu_002dquery"></a>
+</dd>
+<dt><code class="code">debbugs-gnu-query</code></dt>
+<dd><p>Display the results of a Debbugs query based on a bug reference string
+around point.  This works in most types of buffers.  If the query
+includes a single id number, it displays the original message
+submission for that id and allows browsing of the followup discussion.
+The following buffer text formats are accepted (with point prior to
+any attribute):
+</p>
+<div class="example smallexample">
+<pre class="example-preformatted">bug#id-number, bug# id-number, bug 
#id-number or bug id-number
+bug?attr1=val1&amp;attr2=val2&amp;attr3=val3
+bug#id-number?attr1=val1&amp;attr2=val2&amp;attr3=val3
+</pre></div>
+
+<a class="index-entry-id" id="index-file_002c-hib_002ddebbugs_002eel"></a>
+<p>Note that <em class="emph">issue</em> or <em class="emph">debbugs</em> may 
also be used in place
+of <em class="emph">bug</em>.  See the documentation at the top of
+the <samp class="file">hib-debbugs.el</samp> file for detailed query format 
information.
+</p>
+<a class="index-entry-id" id="index-ibtypes-dir_002dsummary"></a>
+<a class="index-entry-id" id="index-file_002c-MANIFEST"></a>
+<a class="index-entry-id" id="index-file_002c-DIR"></a>
+</dd>
+<dt><code class="code">dir-summary</code></dt>
 <dd><p>Detect filename buttons in files named &quot;MANIFEST&quot; or 
&quot;DIR&quot;.  Display selected
 files.  Each filename must be at the beginning of the line and must be
 followed by one or more spaces and then another non-space, non-parenthesis,
 non-brace character.
 </p>
-<span id="index-ibtypes-text_002dtoc"></span>
-<span id="index-table-of-contents"></span>
-<span id="index-toc-implicit-button-type"></span>
+<a class="index-entry-id" id="index-ibtypes-text_002dtoc"></a>
+<a class="index-entry-id" id="index-table-of-contents"></a>
+<a class="index-entry-id" id="index-toc-implicit-button-type"></a>
 </dd>
-<dt><code>text-toc</code></dt>
+<dt><code class="code">text-toc</code></dt>
 <dd><p>Jump to the text file section referenced by a table of contents (toc)
 entry at point.  The filename of the current buffer must contain
-<samp>README</samp> and there must be a &lsquo;Table of Contents&rsquo; or 
&lsquo;Contents&rsquo;
+<samp class="file">README</samp> and there must be a &lsquo;Table of 
Contents&rsquo; or &lsquo;Contents&rsquo;
 label on a line by itself (it may begin with an asterisk), preceding
 the table of contents.  Each toc entry must begin with some whitespace
 followed by one or more asterisk characters.  Each section header
 linked to by the toc must start with one or more asterisk characters
 at the very beginning of the line.
 </p>
-<span id="index-ibtypes-cscope"></span>
-<span id="index-C_002fC_002b_002b-call-trees"></span>
-<span id="index-C_002fC_002b_002b-cross_002dreference"></span>
-<span id="index-Cscope"></span>
+<a class="index-entry-id" id="index-ibtypes-cscope"></a>
+<a class="index-entry-id" id="index-C_002fC_002b_002b-call-trees"></a>
+<a class="index-entry-id" id="index-C_002fC_002b_002b-cross_002dreference"></a>
+<a class="index-entry-id" id="index-Cscope"></a>
 </dd>
-<dt><code>cscope</code></dt>
+<dt><code class="code">cscope</code></dt>
 <dd><p>Jump to a C/C++ source line associated with a Cscope C analyzer output 
line.
 The cscope.el Lisp library available from the Emacs package manager
 must be loaded and the open source cscope program available from
 http://cscope.sf.net must be installed for this button type to do
 anything.
 </p>
-<span id="index-ibtypes-etags"></span>
-<span id="index-etags-entry"></span>
-<span id="index-TAGS-file"></span>
-<span id="index-tag"></span>
+<a class="index-entry-id" id="index-ibtypes-etags"></a>
+<a class="index-entry-id" id="index-etags-entry"></a>
+<a class="index-entry-id" id="index-TAGS-file"></a>
+<a class="index-entry-id" id="index-tag"></a>
 </dd>
-<dt><code>etags</code></dt>
+<dt><code class="code">etags</code></dt>
 <dd><p>Jump to the source line associated with an etags file entry in a TAGS 
buffer.
 If on a tag entry line, jump to the source line for the tag.  If on a
 pathname line or line preceding it, jump to the associated file.
 </p>
-<span id="index-ibtypes-ctags"></span>
-<span id="index-ctags-entry"></span>
-<span id="index-tags-file"></span>
+<a class="index-entry-id" id="index-ibtypes-ctags"></a>
+<a class="index-entry-id" id="index-ctags-entry"></a>
+<a class="index-entry-id" id="index-tags-file"></a>
 </dd>
-<dt><code>ctags</code></dt>
+<dt><code class="code">ctags</code></dt>
 <dd><p>Jump to the source line associated with a ctags file entry in any 
buffer.
 Ctags files are used by old editors like vi to lookup identifiers.
 Emacs uses the newer, more flexible Etags format.
 </p>
-<span id="index-ibtypes-id_002dcflow"></span>
-<span id="index-C-call-tree"></span>
-<span id="index-call-tree_002c-C"></span>
-<span id="index-C-flow-graph"></span>
+<a class="index-entry-id" id="index-ibtypes-id_002dcflow"></a>
+<a class="index-entry-id" id="index-C-call-tree"></a>
+<a class="index-entry-id" id="index-call-tree_002c-C"></a>
+<a class="index-entry-id" id="index-C-flow-graph"></a>
 </dd>
-<dt><code>id-cflow</code></dt>
+<dt><code class="code">id-cflow</code></dt>
 <dd><p>Expand or collapse C call trees and jump to code definitions.
-Requires cross-reference tables built by the external <code>cxref</code>
+Requires cross-reference tables built by the external <code 
class="code">cxref</code>
 program.
 </p>
-<span id="index-ibtypes-rfc_002dtoc"></span>
-<span id="index-Internet-RFC-1"></span>
-<span id="index-Request-For-Comment-1"></span>
-<span id="index-RFC-1"></span>
-<span id="index-table-of-contents-1"></span>
+<a class="index-entry-id" id="index-ibtypes-rfc_002dtoc"></a>
+<a class="index-entry-id" id="index-Internet-RFC-1"></a>
+<a class="index-entry-id" id="index-Request-For-Comment-1"></a>
+<a class="index-entry-id" id="index-RFC-1"></a>
+<a class="index-entry-id" id="index-table-of-contents-1"></a>
 </dd>
-<dt><code>rfc-toc</code></dt>
+<dt><code class="code">rfc-toc</code></dt>
 <dd><p>Summarize contents of an Internet rfc from anywhere within an rfc 
buffer.
 Each line of the summary may be selected to jump to the associated section.
 </p>
-<span id="index-ibtypes-actions"></span>
-<span id="index-action-implicit-button"></span>
-<span id="index-function-call-implicit-button"></span>
-<span id="index-variable-display-implicit-button"></span>
-</dd>
-<dt><code>action</code></dt>
-<dd><p>Execute an angle bracket delimited Hyperbole action, Elisp function 
call or
-display of an Elisp variable and its value.
-</p>
-<span id="index-ibtypes-markdown_002dinternal_002dlink"></span>
-<span id="index-markdown-link"></span>
+<a class="index-entry-id" 
id="index-ibtypes-markdown_002dinternal_002dlink"></a>
+<a class="index-entry-id" id="index-markdown-link"></a>
 </dd>
-<dt><code>markdown-internal-link</code></dt>
+<dt><code class="code">markdown-internal-link</code></dt>
 <dd><p>Display any in-file Markdown link referent.  Pathnames and urls are
 handled elsewhere.
-</p>
-<span id="index-ibtypes-git_002dreference"></span>
-<span id="index-git-reference"></span>
-<span id="index-version-control"></span>
-<span id="index-hibtypes_002dgit_002ddefault_002dproject"></span>
-</dd>
-<dt><code>git-reference</code></dt>
-<dd><p>Display the git entity associated with REFERENCE and optional PROJECT.
-See <samp>${hyperb:dir}/DEMO#Git (Local) References</samp> for examples.
-</p>
-<p>REFERENCE is a string of one of the following forms:
-</p><ul>
-<li> &lt;ref-item&gt;
-</li><li> /?&lt;project&gt;/&lt;ref-item&gt;
-</li><li> /&lt;project&gt;.
-</li></ul>
-
-<p>&lt;ref-item&gt; is one of these:
-</p><dl compact="compact">
-<dt>one of the words: branches, commits, or tags</dt>
-<dd><p>the associated items are listed
-</p></dd>
-<dt>one of the words: branch, commit, or tag followed by a &rsquo;/&rsquo; and 
item id</dt>
-<dd><p>the item is shown
-</p></dd>
-<dt>a commit reference given by a hex number, 55a1f0</dt>
-<dd><p>the commit diff is displayed
-</p></dd>
-<dt>a branch or tag reference given by an alphanumeric name, e.g. hyper20</dt>
-<dd><p>the files in the branch are listed.
-</p></dd>
-</dl>
-
-<span id="index-hibtypes_002dgit_002ddefault_002dproject-1"></span>
-<p>If given, PROJECT overrides any project value in REFERENCE.  If no PROJECT
-value is provided, it defaults to the value of 
<code>hibtypes-git-default-project</code>. 
-</p>
-<span id="index-ibtypes-git_002dcommit_002dreference"></span>
-<span id="index-hypb_003afgrep_002dgit_002dlog"></span>
-<span id="index-hypb_003agrep_002dgit_002dlog"></span>
-<span id="index-git-commit-reference"></span>
-<span id="index-git-grep"></span>
-<span id="index-git-log-grep_002fmatch"></span>
-<span id="index-version-control-1"></span>
-</dd>
-<dt><code>git-commit-reference</code></dt>
+</p>  
+<a class="index-entry-id" id="index-ibtypes-git_002dcommit_002dreference"></a>
+<a class="index-entry-id" id="index-hypb_003afgrep_002dgit_002dlog"></a>
+<a class="index-entry-id" id="index-hypb_003agrep_002dgit_002dlog"></a>
+<a class="index-entry-id" id="index-git-commit-reference"></a>
+<a class="index-entry-id" id="index-git-grep"></a>
+<a class="index-entry-id" id="index-git-log-grep_002fmatch"></a>
+<a class="index-entry-id" id="index-version-control"></a>
+</dd>
+<dt><code class="code">git-commit-reference</code></dt>
 <dd><p>Display the changeset for a git commit reference, e.g. commit a55e21, 
typically
-produced by git log.  Hyperbole also includes two commands, 
<code>hypb:fgrep-git-log</code>
-and <code>hypb:grep-git-log</code> to list git commit references whose 
changesets contain
+produced by git log.  Hyperbole also includes two commands, <code 
class="code">hypb:fgrep-git-log</code>
+and <code class="code">hypb:grep-git-log</code> to list git commit references 
whose changesets contain
 either the string (fgrep) or regular expression (grep) given.  Then an Action 
Key
 press displays the associated changeset.
 </p>
-<span id="index-ibtypes-github_002dreference"></span>
-<span id="index-github-reference"></span>
-<span id="index-version-control-2"></span>
-<span id="index-hibtypes_002dgithub_002ddefault_002dproject"></span>
-<span id="index-hibtypes_002dgithub_002ddefault_002duser"></span>
-</dd>
-<dt><code>github-reference</code></dt>
-<dd><p>Display the Github entity associated with REFERENCE and optional USER 
and PROJECT.
-See <samp>${hyperb:dir}/DEMO#Github (Remote) References</samp> for examples.
-</p>
-<p>REFERENCE is a string of one of the following forms:
-</p><ul>
-<li> &lt;ref-item&gt;
-</li><li> &lt;user&gt;/&lt;project&gt;/&lt;ref-item&gt;
-</li><li> &lt;project&gt;/&lt;ref-item&gt;
-</li><li> /&lt;project&gt;.
-</li></ul>
-
-<p>&lt;ref-item&gt; is one of these:
-</p><dl compact="compact">
-<dt>&bull; one of the words: branches, commits, issues, pulls, or tags</dt>
-<dd><p>the associated items are listed
-</p></dd>
-<dt>&bull; one of the words: branch, commit, issue, pull or tag followed by a 
&rsquo;/&rsquo; and item id</dt>
-<dd><p>the item is shown
-</p></dd>
-<dt>&bull; an issue reference given by a positive integer, e.g. <em>92</em> or 
prefaced with <em>GH-</em>, like GH-92</dt>
-<dd><p>the issue is displayed
-</p></dd>
-<dt>&bull; a commit reference given by a hex number, 55a1f0</dt>
-<dd><p>the commit diff is displayed
-</p></dd>
-<dt>&bull; a branch or tag reference given by an alphanumeric name, e.g. 
hyper20</dt>
-<dd><p>the files in the branch are listed.
-</p></dd>
-</dl>
-
-<span id="index-hibtypes_002dgithub_002ddefault_002duser-1"></span>
-<p>USER defaults to the value of <code>hibtypes-github-default-user</code>.
-If given, PROJECT overrides any project value in REFERENCE.  If no
-PROJECT value is provided, it defaults to the value of
-<code>hibtypes-github-default-project</code>.
-</p>
-<span id="index-ibtypes-gitlab_002dreference"></span>
-<span id="index-gitlab-reference"></span>
-<span id="index-version-control-3"></span>
-<span id="index-hibtypes_002dgitlab_002ddefault_002dproject"></span>
-<span id="index-hibtypes_002dgitlab_002ddefault_002duser"></span>
-</dd>
-<dt><code>gitlab-reference</code></dt>
-<dd><p>Display the Gitlab entity associated with REFERENCE and optional USER 
and PROJECT.
-See <samp>../DEMO#Gitlab (Remote) References</samp> for examples.
-</p>
-<p>REFERENCE is a string of one of the following forms:
-</p><ul>
-<li> &lt;ref-item&gt;
-</li><li> &lt;user&gt;/&lt;project&gt;/&lt;ref-item&gt;
-</li><li> &lt;project&gt;/&lt;ref-item&gt;
-</li><li> /&lt;group&gt;/&lt;project&gt;.
-or
-</li><li> /&lt;project-or-group&gt; (where a group is a collection of projects)
-</li></ul>
-
-<p>&lt;ref-item&gt; is one of these:
-</p><dl compact="compact">
-<dt>&bull; one of the words: activity, analytics, boards or kanban, branches, 
commits, contributors, groups, issues or list, jobs, labels, merge_requests, 
milestones, pages, pipelines, pipeline_charts, members or people or staff, 
projects, pulls, schedules, snippets, status or tags</dt>
-<dd><p>the associated items are listed
-</p></dd>
-<dt>&bull; one of the words: branch, commit(s), issue(s), milestone(s), 
pull(s), snippet(s) or tag(s) followed by a &rsquo;/&rsquo; or &rsquo;=&rsquo; 
and an item-id</dt>
-<dd><p>the item is shown
-</p></dd>
-<dt>&bull; an issue reference given by a positive integer, e.g. <em>92</em> or 
prefaced with <em>GL-</em>, like GL-92</dt>
-<dd><p>the issue is displayed
-</p></dd>
-<dt>&bull; a commit reference given by a hex number, 55a1f0</dt>
-<dd><p>the commit diff is displayed
-</p></dd>
-<dt>&bull; a branch or tag reference given by an alphanumeric name, e.g. 
hyper20</dt>
-<dd><p>the files in the branch are listed.
-</p></dd>
-</dl>
-
-<span id="index-hibtypes_002dgitlab_002ddefault_002duser-1"></span>
-<p>USER defaults to the value of <code>hibtypes-gitlab-default-user</code>.
-If given, PROJECT overrides any project value in REFERENCE.  If no
-PROJECT value is provided, it defaults to the value of
-<code>hibtypes-gitlab-default-project</code>.
-</p>
-<span id="index-ibtypes-social_002dreference"></span>
-<span id="index-hashtag"></span>
-<span id="index-username"></span>
-<span id="index-social-media"></span>
-<span id="index-social-reference"></span>
-<span id="index-hibtypes_002dsocial_002ddefault_002dservice"></span>
+<a class="index-entry-id" id="index-ibtypes-social_002dreference"></a>
+<a class="index-entry-id" id="index-hashtag"></a>
+<a class="index-entry-id" id="index-username"></a>
+<a class="index-entry-id" id="index-social-media"></a>
+<a class="index-entry-id" id="index-social-reference"></a>
+<a class="index-entry-id" 
id="index-hibtypes_002dsocial_002ddefault_002dservice"></a>
 </dd>
-<dt><code>social-reference</code></dt>
+<dt><code class="code">social-reference</code></dt>
 <dd><p>Display the web page associated with a social media hashtag or
 username reference at point.
 </p>
 <p>Reference format is:
 </p><div class="example">
-<pre 
class="example">[facebook|instagram|twitter]?[#@]&lt;hashtag-or-username&gt; or
+<pre 
class="example-preformatted">[facebook|instagram|twitter]?[#@]&lt;hashtag-or-username&gt;
 or
 [fb|in|tw]?[#@]&lt;hashtag-or-username&gt;
 </pre></div>
 
-<p>For example, &lsquo;<samp>fb@someuser</samp>&rsquo; displays the home page 
for facebook user
-&lsquo;<samp>someuser</samp>&rsquo; and &lsquo;<samp>in#hashtag</samp>&rsquo; 
displays photos with the hashtag
-&lsquo;<samp>hashtag</samp>&rsquo;.  The first part of the label for a button 
of this type
+<p>For example, &lsquo;<samp class="samp">fb@someuser</samp>&rsquo; displays 
the home page for facebook user
+&lsquo;<samp class="samp">someuser</samp>&rsquo; and &lsquo;<samp 
class="samp">in#hashtag</samp>&rsquo; displays photos with the hashtag
+&lsquo;<samp class="samp">hashtag</samp>&rsquo;.  The first part of the label 
for a button of this type
 is the social media service name.  The service name defaults to the
-value of <code>hibtypes-social-default-service</code> (default value of
+value of <code class="code">hibtypes-social-default-service</code> (default 
value of
 &ldquo;twitter&rdquo;) when not given, so #hashtag would be the same as
 twitter#hashtag.
 </p>
-<span id="index-ibtypes-debbugs_002dgnu_002dmode"></span>
-<span id="index-bug-tracking"></span>
-<span id="index-issue-tracking"></span>
-</dd>
-<dt><code>debbugs-gnu-mode</code></dt>
-<dd><p>Debbugs is a client-server issue tracker used by GNU free software
-projects, including Hyperbole, to manage issues and maintain threads
-of discussion around them.  You issue queries to a Debbugs server and
-it returns a listing entry for each matching issue.  When on a GNU
-Debbugs listing entry in <code>debbugs-gnu-mode</code>, an Action Key press
-displays the discussion of the selected issue; an Assist Key press
-pretty prints the status of the issue to a window below the listing
-window.
-</p>
-<span id="index-ibtypes-debbugs_002dgnu_002dquery"></span>
-</dd>
-<dt><code>debbugs-gnu-query</code></dt>
-<dd><p>Display the results of a Debbugs query based on a bug reference string
-around point.  This works in most types of buffers.  If the query
-includes a single id number, it displays the original message
-submission for that id and allows browsing of the followup discussion.
-The following buffer text formats are accepted (with point prior to
-any attribute):
-</p>
-<div class="example">
-<pre class="example">bug#id-number, bug# id-number, bug #id-number or bug 
id-number
-bug?attr1=val1&amp;attr2=val2&amp;attr3=val3
-bug#id-number?attr1=val1&amp;attr2=val2&amp;attr3=val3
-</pre></div>
-
-<span id="index-file_002c-hib_002ddebbugs_002eel"></span>
-<p>Note that <em>issue</em> or <em>debbugs</em> may also be used in place
-of <em>bug</em>.  See the documentation at the top of
-the <samp>hib-debbugs.el</samp> file for detailed query format information.
-</p>
-<span id="index-ibtypes-annot_002dbib"></span>
-<span id="index-bibliography"></span>
-<span id="index-reference"></span>
+<a class="index-entry-id" id="index-ibtypes-annot_002dbib"></a>
+<a class="index-entry-id" id="index-bibliography"></a>
+<a class="index-entry-id" id="index-reference"></a>
 </dd>
-<dt><code>annot-bib</code></dt>
+<dt><code class="code">annot-bib</code></dt>
 <dd><p>Display annotated bibliography entries defined within the same buffer
 as the reference.  References must be delimited by square brackets, must
 begin with a word constituent character, and must not be in buffers
 whose names begin with a &lsquo; &rsquo; or &lsquo;*&rsquo; character.
 </p>
 
-<span id="index-link_002c-pathname-line-and-column"></span>
-<span id="index-line-and-column"></span>
-<span id="index-pathname_002c-line-and-column"></span>
-<span id="index-ibtypes-pathname_002dline_002dand_002dcolumn"></span>
+<a class="index-entry-id" id="index-ibtypes-mail_002daddress"></a>
+<a class="index-entry-id" id="index-e_002dmail-address"></a>
+<a class="index-entry-id" id="index-rolo-address"></a>
+<a class="index-entry-id" id="index-address"></a>
 </dd>
-<dt><code>pathname-line-and-column</code></dt>
-<dd><p>Make a valid <samp>pathname:line-num[:column-num]</samp> pattern 
display the
-path at <em>line-num</em> and optional <em>column-num</em>.  Also works
-for remote pathnames.  May also contain hash-style link references
-with the following format: 
<samp>&lt;path&gt;[#&lt;link-anchor&gt;]:&lt;line-num&gt;[:&lt;column-num&gt;]</samp>.
-</p>
-<span id="index-ibtypes-mail_002daddress"></span>
-<span id="index-e_002dmail-address"></span>
-<span id="index-rolo-address"></span>
-<span id="index-address"></span>
-</dd>
-<dt><code>mail-address</code></dt>
+<dt><code class="code">mail-address</code></dt>
 <dd><p>If on an e-mail address in a specific buffer type, compose mail to that
 address in another window. Applies to any major mode descended from those
-in <code>mail-address-mode-list</code>, the rolo match buffer, any buffer
-attached to a file in <code>hyrolo-file-list</code>, or any buffer
-with <samp>mail</samp> or <samp>rolo</samp> (case-insensitive) within its 
name.  If
-<code>mail-address-mode-list</code> is set to nil, this button type is active
+in <code class="code">mail-address-mode-list</code>, the rolo match buffer, 
any buffer
+attached to a file in <code class="code">hyrolo-file-list</code>, or any buffer
+with <samp class="file">mail</samp> or <samp class="file">rolo</samp> 
(case-insensitive) within its name.  If
+<code class="code">mail-address-mode-list</code> is set to nil, this button 
type is active
 in all buffers.
 </p>
-<span id="index-ibtypes-www_002durl"></span>
-<span id="index-URL"></span>
-<span id="index-World_002dwide-Web"></span>
-<span id="index-WWW"></span>
-<span id="index-Action-Key_002c-web-browsing"></span>
-<span id="index-Action-Key_002c-web-browsing-1"></span>
-<span id="index-browse_002durl_002dbrowser_002dfunction"></span>
+<a class="index-entry-id" id="index-ibtypes-www_002durl"></a>
+<a class="index-entry-id" id="index-URL"></a>
+<a class="index-entry-id" id="index-World_002dwide-Web"></a>
+<a class="index-entry-id" id="index-WWW"></a>
+<a class="index-entry-id" id="index-Action-Key_002c-web-browsing"></a>
+<a class="index-entry-id" id="index-Action-Key_002c-web-browsing-1"></a>
+<a class="index-entry-id" 
id="index-browse_002durl_002dbrowser_002dfunction"></a>
 </dd>
-<dt><code>www-url</code></dt>
+<dt><code class="code">www-url</code></dt>
 <dd><p>When not in an Emacs web browser buffer, follow any non-ftp URL (link) 
at point.
-The variable, <code>browse-url-browser-function</code>, may be used to 
customize
+The variable, <code class="code">browse-url-browser-function</code>, may be 
used to customize
 which URL browser is called.  Terse URLs which lack a protocol prefix,
 like www.gnu.org, are also recognized.
 </p>
-<span id="index-ibtypes-pathname"></span>
-<span id="index-hpath_003aat_002dp"></span>
-<span id="index-hpath_003afind"></span>
-<span id="index-hpath_003asuffixes"></span>
-<span id="index-Tramp"></span>
-<span id="index-ftp"></span>
-<span id="index-pathname"></span>
-<span id="index-remote-path"></span>
-<span id="index-filename"></span>
-<span id="index-link_002c-pathname"></span>
-<span id="index-environment-variables"></span>
-<span id="index-Emacs-Lisp-variables"></span>
-<span id="index-Lisp-variables"></span>
-</dd>
-<dt><code>pathname</code></dt>
+<a class="index-entry-id" id="index-ibtypes-pathname"></a>
+<a class="index-entry-id" id="index-hpath_003aat_002dp"></a>
+<a class="index-entry-id" id="index-hpath_003afind"></a>
+<a class="index-entry-id" id="index-hpath_003asuffixes"></a>
+<a class="index-entry-id" id="index-Tramp"></a>
+<a class="index-entry-id" id="index-ftp"></a>
+<a class="index-entry-id" id="index-pathname"></a>
+<a class="index-entry-id" id="index-remote-path"></a>
+<a class="index-entry-id" id="index-filename"></a>
+<a class="index-entry-id" id="index-link_002c-pathname"></a>
+<a class="index-entry-id" id="index-environment-variables"></a>
+<a class="index-entry-id" id="index-Emacs-Lisp-variables"></a>
+<a class="index-entry-id" id="index-Lisp-variables"></a>
+</dd>
+<dt><code class="code">pathname</code></dt>
 <dd><p>Make a valid pathname display the path entry.  Also works for
 delimited and non-delimited remote pathnames, Texinfo @file{}
 entries, and hash-style link references to HTML, XML, SGML, Markdown
 or Emacs outline headings, shell script comments, and MSWindows paths
-(see <samp>${hyperb:dir}/DEMO#POSIX and MSWindows Paths</samp> for
+(see <samp class="file">${hyperb:dir}/DEMO#POSIX and MSWindows Paths</samp> for
 details).  Emacs Lisp library files (filenames without any directory
 component that end in .el and .elc) are located using
-the <code>load-path</code> directory list.
+the <code class="code">load-path</code> directory list.
 </p>
-<span id="index-hpath_003avariable_002dregexp"></span>
-<span id="index-pathname-variables"></span>
+<a class="index-entry-id" id="index-hpath_003avariable_002dregexp"></a>
+<a class="index-entry-id" id="index-pathname-variables"></a>
 <p>The pathname may contain references to Emacs Lisp variables or shell
 environment variables using the syntax, \&quot;${variable-name}\&quot;.
-See <a href="#Link-Variable-Substitution">Link Variable Substitution</a>, for 
how this handled.  The constant,
-<code>hpath:variable-regexp</code>, matches to this pattern within pathnames.
+See <a class="xref" href="#Link-Variable-Substitution">Link Variable 
Substitution</a>, for how this handled.  The constant,
+<code class="code">hpath:variable-regexp</code>, matches to this pattern 
within pathnames.
 </p>
 
-<p>See the function documentation for <code>hpath:at-p</code> for possible
-delimiters.  See the variable documentation for <code>hpath:suffixes</code> for
+<p>See the function documentation for <code class="code">hpath:at-p</code> for 
possible
+delimiters.  See the variable documentation for <code 
class="code">hpath:suffixes</code> for
 suffixes that are added to or removed from the pathname when searching
-for a valid match.  See the function documentation for <code>hpath:find</code>
+for a valid match.  See the function documentation for <code 
class="code">hpath:find</code>
 for special file display options.
 </p>
-<span id="index-PATH_002dtype-variable"></span>
-<span id="index-colon_002dseparated-paths"></span>
-<span id="index-semicolon_002dseparated-paths"></span>
-<p>If instead is a PATH-style variable name, .e.g. <code>MANPATH</code>, will
+<a class="index-entry-id" id="index-PATH_002dtype-variable"></a>
+<a class="index-entry-id" id="index-colon_002dseparated-paths"></a>
+<a class="index-entry-id" id="index-semicolon_002dseparated-paths"></a>
+<p>If instead is a PATH-style variable name, .e.g. <code 
class="code">MANPATH</code>, will
 prompt with completion for one of the paths and will then display that.
 If it is the colon or semicolon-separated string of paths value from a
 PATH-style variable, the path at point is displayed; empty paths,
-e.g. <samp>::</samp> represent the current directory, <samp>.</samp>.  Must 
have at
+e.g. <samp class="file">::</samp> represent the current directory, <samp 
class="file">.</samp>.  Must have at
 least four paths within the variable value for this to work.
 </p>
 
-<span id="index-ibtypes-hyperbole_002drun_002dtests"></span>
-<span id="index-running-tests"></span>
-<span id="index-testing"></span>
-<span id="index-ert"></span>
-<span id="index-Emacs-Regression-Test-framework"></span>
+<a class="index-entry-id" id="index-ibtypes-hyperbole_002drun_002dtests"></a>
+<a class="index-entry-id" id="index-running-tests"></a>
+<a class="index-entry-id" id="index-testing"></a>
+<a class="index-entry-id" id="index-ert"></a>
+<a class="index-entry-id" id="index-Emacs-Regression-Test-framework"></a>
 </dd>
-<dt><code>hyperbole-run-tests</code></dt>
-<dd><p>Recognize buttons of the form <code>&lt;hyperbole-run-tests 
test-selector&gt;</code>
+<dt><code class="code">hyperbole-run-tests</code></dt>
+<dd><p>Recognize buttons of the form <code 
class="code">&lt;hyperbole-run-tests test-selector&gt;</code>
 which when activated run Hyperbole tests using the ERT framework.  The
-<code>test-selector</code> argument is as described in 
<code>ert-select-tests</code>.
+<code class="code">test-selector</code> argument is as described in <code 
class="code">ert-select-tests</code>.
 </p>
 
-<span id="index-ibtypes-hyperbole_002drun_002dtest"></span>
+<a class="index-entry-id" id="index-ibtypes-hyperbole_002drun_002dtest"></a>
 </dd>
-<dt><code>hyperbole-run-test</code></dt>
-<dd><p>Recognize buttons of the form <code>&lt;hyperbole-run-test 
test-name&gt;</code>
+<dt><code class="code">hyperbole-run-test</code></dt>
+<dd><p>Recognize buttons of the form <code class="code">&lt;hyperbole-run-test 
test-name&gt;</code>
 which when activated run individual Hyperbole tests, each given
-by the <code>&lt;test-name&gt;</code> argument, an unquoted name.
+by the <code class="code">&lt;test-name&gt;</code> argument, an unquoted name.
 </p></dd>
 </dl>
 
 
 <hr>
-<span id="Action-Buttons"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Action-Buttons">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Implicit-Button-Types" accesskey="p" rel="prev">Implicit 
Button Types</a>, Up: <a href="#Implicit-Buttons" accesskey="u" 
rel="up">Implicit Buttons</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Action-Buttons-1"></span><h4 class="subsection">4.3.2 Action 
Buttons</h4>
+<h4 class="subsection" id="Action-Buttons-1">4.3.2 Action Buttons</h4>
 
-<span id="index-action-button"></span>
-<span id="index-implicit-action-button"></span>
+<a class="index-entry-id" id="index-action-button-1"></a>
+<a class="index-entry-id" id="index-implicit-action-button"></a>
 <p>Explicit buttons all use the same syntax and store their action data
 in a file separate from the button source file.  Implicit buttons have
 no external data but use a unique syntax per implicit button type to
@@ -3470,50 +2664,51 @@ recognize the action to run.
 </p>
 <p>For times when you need a cross between the two, with a universal
 button syntax and all button data stored in the button source file,
-there are <em>action buttons</em>.
+there are <em class="emph">action buttons</em>.
 </p>
-<p><em>Action Buttons</em> are a form of implicit buttons that can execute
-any existing action types or Emacs Lisp functions.  Such buttons are
-delimited by angle brackets, &lt; &gt;, and come in three types:
+<p><em class="dfn">Action Buttons</em> are a form of implicit buttons that can 
execute
+any existing action types, Emacs Lisp functions or display the values
+of Emacs Lisp variables and constants.  Such buttons are delimited by
+angle brackets, &lt; &gt;, and come in three types:
 </p>
-<dl compact="compact">
-<dt><em>action type invocations</em></dt>
+<dl class="table">
+<dt><em class="dfn">action type invocations</em></dt>
 <dd><p>These begin with an action type name (from the list displayed by
-<kbd>{C-h h d t a <span class="key">RET</span>}</kbd>) and are followed by any 
needed arguments
+<kbd class="kbd">{C-h h d t a <kbd class="key">RET</kbd>}</kbd>) and are 
followed by any needed arguments
 to form the action, e.g.
 </p><div class="example">
-<pre class="example">&lt;link-to-file-line &quot;${hyperb:dir}/hact.el&quot; 
40&gt;
+<pre class="example-preformatted">&lt;link-to-file-line 
&quot;${hyperb:dir}/hact.el&quot; 40&gt;
 </pre></div>
 
 </dd>
-<dt><em>function calls</em></dt>
+<dt><em class="dfn">function calls</em></dt>
 <dd><p>These are similar to action type invocations but begin with an Emacs
 Lisp function name rather than an action type name, e.g.
 </p>
 <div class="example">
-<pre class="example">&lt;find-file-other-window &quot;/tmp&quot;&gt;
+<pre class="example-preformatted">&lt;find-file-other-window 
&quot;/tmp&quot;&gt;
 </pre></div>
 
 <p>Generally, such functions are invoked for their side-effects and their
 return value is silently ignored.  But if a function is a boolean
-predicate whose name ends in &lsquo;<samp>-p</samp>&rsquo;, then the result is 
displayed
+predicate whose name ends in &lsquo;<samp class="samp">-p</samp>&rsquo;, then 
the result is displayed
 in the minibuffer.
 </p>
 </dd>
-<dt><em>variable displays</em></dt>
+<dt><em class="dfn">variable displays</em></dt>
 <dd><p>These consist of an Emacs Lisp variable name only.  They display
 messages with their variable name and value, e.g.
 </p>
 <div class="example">
-<pre class="example">&lt;fill-column&gt;
+<pre class="example-preformatted">&lt;fill-column&gt;
 </pre></div>
 
 <p>If there is a function binding with the same name as the variable you
 wish to display, to prevent interpretation as a function call
-action button, precede the name with a <code>$</code>, e.g.
+action button, precede the name with a <code class="code">$</code>, e.g.
 </p>
 <div class="example">
-<pre class="example">&lt;$fill-column&gt;
+<pre class="example-preformatted">&lt;$fill-column&gt;
 </pre></div>
 
 </dd>
@@ -3530,49 +2725,52 @@ other implicit button types will be tested and may 
activate instead.
 </p>
 <p>To activate a frequently used action button by name independent of
 your current buffer, simply add it to your global button file and
-precede it with a label <kbd>{C-h h i l}</kbd>.  Then invoke it by label
-name with: <kbd>{C-h h g a}</kbd>.
+precede it with a label <kbd class="kbd">{C-h h i l}</kbd>.  Then invoke it by 
label
+name with: <kbd class="kbd">{C-h h g a}</kbd>.
 </p>
 
 <hr>
-<span id="Button-Files"></span><div class="header">
+</div>
+</div>
+<div class="section-level-extent" id="Button-Files">
+<div class="nav-panel">
 <p>
 Next: <a href="#Action-Types" accesskey="n" rel="next">Action Types</a>, 
Previous: <a href="#Implicit-Buttons" accesskey="p" rel="prev">Implicit 
Buttons</a>, Up: <a href="#Buttons" accesskey="u" rel="up">Buttons</a> &nbsp; 
[<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Button-Files-1"></span><h3 class="section">4.4 Button Files</h3>
+<h3 class="section" id="Button-Files-1">4.4 Button Files</h3>
 
-<span id="index-button-files"></span>
+<a class="index-entry-id" id="index-button-files"></a>
 <p>It is often convenient to create files filled with buttons as a means
 of navigating distributed information pools or for other purposes.
 These files can also serve as useful roadmaps that guide a user
 through both unfamiliar and highly familiar information spaces.  Files
 that are created specifically for this purpose are
-called <em>Hyperbole button files</em>.
+called <em class="dfn">Hyperbole button files</em>.
 </p>
-<span id="index-hbmap_003afilename"></span>
-<span id="index-button-file_002c-personal"></span>
-<span id="index-button-file_002c-directory"></span>
+<a class="index-entry-id" id="index-hbmap_003afilename"></a>
+<a class="index-entry-id" id="index-button-file_002c-personal"></a>
+<a class="index-entry-id" id="index-button-file_002c-directory"></a>
 <p>The Hyperbole menu system provides quick access to two types of these
 button files: personal and directory-specific, through the ButFile menu.
-(The variable, <code>hbmap:filename</code>, contains the base name of these
-button files.  Its standard value is <samp>HYPB</samp>.)
+(The variable, <code class="code">hbmap:filename</code>, contains the base 
name of these
+button files.  Its standard value is <samp class="file">HYPB</samp>.)
 </p>
-<span id="index-dir_002c-_007e_002f_002ehyperb"></span>
-<span id="index-hbmap_003adir_002duser"></span>
-<span id="index-global-button-2"></span>
+<a class="index-entry-id" id="index-dir_002c-_007e_002f_002ehyperb"></a>
+<a class="index-entry-id" id="index-hbmap_003adir_002duser"></a>
+<a class="index-entry-id" id="index-global-button-2"></a>
 <p>A personal button file may serve as a user&rsquo;s own roadmap to frequently
 used resources, like a personal home page.  Selection of the
-ButFile/PersonalFile menu item, <kbd>{C-h h b p}</kbd>, displays this file for
+ButFile/PersonalFile menu item, <kbd class="kbd">{C-h h b p}</kbd>, displays 
this file for
 editing.  The default personal button file is stored within the
-directory given by the <code>hbmap:dir-user</code> variable whose standard
-value is <samp>~/.hyperb</samp>.  The default Hyperbole configuration also
+directory given by the <code class="code">hbmap:dir-user</code> variable whose 
standard
+value is <samp class="file">~/.hyperb</samp>.  The default Hyperbole 
configuration also
 appends all global buttons to the end of this file, one per line, as
 they are created.  So you can edit or annotate them within the file.
 </p>
 <p>A directory-specific button file may exist for each file system
 directory.  Such files are useful for explaining the contents of
 directories and pointing readers to particular highlights within the
-directories.  Selection of the ButFile/DirFile menu item, <kbd>{C-h h
+directories.  Selection of the ButFile/DirFile menu item, <kbd 
class="kbd">{C-h h
 b d}</kbd>, displays the button file for the current directory; this
 provides an easy means of updating this file when working on a file
 within the same directory.  If you want to view some other
@@ -3585,366 +2783,544 @@ your colleagues.  This provides a flexible means of 
connecting to
 such resources.
 </p>
 <hr>
-<span id="Action-Types"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Action-Types">
+<div class="nav-panel">
 <p>
 Next: <a href="#Button-Type-Precedence" accesskey="n" rel="next">Button Type 
Precedence</a>, Previous: <a href="#Button-Files" accesskey="p" 
rel="prev">Button Files</a>, Up: <a href="#Buttons" accesskey="u" 
rel="up">Buttons</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Action-Types-1"></span><h3 class="section">4.5 Action Types</h3>
-
-<span id="index-action-type"></span>
-<span id="index-argument_002c-use"></span>
-<span id="index-action"></span>
-<span id="index-button-action"></span>
-<p><em>Action types</em> are special functions that specify Hyperbole button
-behaviors.  Each action type may be used by any category of button:
-global, explicit, or implicit.  The arguments needed by an action type
-are prompted for at button creation time or in the case of an implicit
+<h3 class="section" id="Action-Types-1">4.5 Action Types</h3>
+
+<a class="index-entry-id" id="index-action-type"></a>
+<a class="index-entry-id" id="index-argument_002c-use"></a>
+<a class="index-entry-id" id="index-action"></a>
+<a class="index-entry-id" id="index-button-action"></a>
+<p><em class="dfn">Action types</em> are Emacs Lisp commands that specify 
Hyperbole
+button behaviors.  Hyperbole includes a useful set of action types
+defined within their own namespace and created with the <code 
class="code">defact</code>
+macro.  See the Hyperbole file, <samp class="file">hactypes.el</samp>, for 
examples of
+how to define your own Hyperbole action types.
+</p>
+<p>Each action type may be used by any category of button: global,
+explicit, or implicit.  The arguments needed by an action type are
+prompted for at button creation time or in the case of an implicit
 button, computed when the button is activated.  During button
 activation, the arguments are fed to the action type&rsquo;s body to achieve
-the desired result.  This body is called the button <em>action</em>.
+the desired result.  This body is called the button <em 
class="dfn">action</em>.
 </p>
 <p>Hyperbole handles all of this processing transparently.  As a user, all
 you need know is the set of action types that you can work with when
 creating explicit or global buttons.
 </p>
-<span id="index-actypes_002c-list-of"></span>
-<p>The standard action types included with Hyperbole in alphabetical order
-are:
+<a class="index-entry-id" id="index-actypes_002c-list-of"></a>
+<p>Hyperbole action types in alphabetical order are:
 </p>
-<dl compact="compact">
-<dd><span id="index-actypes-annot_002dbib"></span>
+<dl class="table">
+<dd><a class="index-entry-id" id="index-actypes-annot_002dbib"></a>
 </dd>
-<dt><code>annot-bib</code></dt>
+<dt><code class="code">annot-bib</code></dt>
 <dd><p>Follow an internal reference KEY within an annotated bibliography,
 delimiters = [ ].
 </p>
-<span id="index-actypes-completion"></span>
+<a class="index-entry-id" id="index-actypes-completion"></a>
 </dd>
-<dt><code>completion</code></dt>
+<dt><code class="code">completion</code></dt>
 <dd><p>Insert a completion at point into the minibuffer or a buffer.
 Unless point is at the end of buffer or if a completion has already been 
 inserted, in which case, delete the completions window.
 </p>
-<span id="index-actypes-display_002dvariable"></span>
+<a class="index-entry-id" id="index-actypes-debbugs_002dgnu_002dquery"></a>
+</dd>
+<dt><code class="code">debbugs-gnu-query</code></dt>
+<dd><p>Display the discussion of Gnu debbugs ID (a positive integer).
+</p>
+<a class="index-entry-id" id="index-actypes-display_002dboolean"></a>
+</dd>
+<dt><code class="code">display-boolean</code></dt>
+<dd><p>Display a message showing the result value of a BOOL-EXPR.
+Return any non-&lsquo;<samp class="samp">nil</samp>&rsquo; value or 
&lsquo;<samp class="samp">t</samp>&rsquo;.
+</p>
+<a class="index-entry-id" id="index-actypes-display_002dvalue"></a>
 </dd>
-<dt><code>display-variable-value</code></dt>
+<dt><code class="code">display-value</code></dt>
+<dd><p>Display a message showing VALUE (a symbol) and its value.
+Return any non-&lsquo;<samp class="samp">nil</samp>&rsquo; value or 
&lsquo;<samp class="samp">t</samp>&rsquo;.
+</p>
+<a class="index-entry-id" id="index-actypes-display_002dvariable"></a>
+</dd>
+<dt><code class="code">display-variable-value</code></dt>
 <dd><p>Display a message showing the given variable name and its value.
 </p>
-<span id="index-actypes-eval_002delisp"></span>
+<a class="index-entry-id" id="index-actypes-eval_002delisp"></a>
 </dd>
-<dt><code>eval-elisp</code></dt>
+<dt><code class="code">eval-elisp</code></dt>
 <dd><p>Evaluate a Lisp expression LISP-EXPR for its side-effects and return
 any non-nil value.
 </p>
-<span id="index-actypes-exec_002dkbd_002dmacro"></span>
+<a class="index-entry-id" id="index-actypes-exec_002dkbd_002dmacro"></a>
 </dd>
-<dt><code>exec-kbd-macro</code></dt>
+<dt><code class="code">exec-kbd-macro</code></dt>
 <dd><p>Execute a KBD-MACRO REPEAT-COUNT times.  KBD-MACRO may be a string of
 editor command characters, a function symbol or nil to use the last
 defined keyboard macro.  Optional REPEAT-COUNT nil means execute once,
 zero means repeat until error.
 </p>
-<span id="index-actypes-exec_002dshell_002dcmd"></span>
+<a class="index-entry-id" id="index-actypes-exec_002dshell_002dcmd"></a>
 </dd>
-<dt><code>exec-shell-cmd</code></dt>
+<dt><code class="code">exec-shell-cmd</code></dt>
 <dd><p>Execute a SHELL-CMD string asynchronously.  Optional non-nil second
 argument INTERNAL-CMD inhibits display of the shell command line
 executed.  Optional non-nil third argument KILL-PREV means kill the last
 output to the shell buffer before executing SHELL-CMD.
 </p>
-<span id="index-actypes-exec_002dwindow_002dcmd"></span>
+<a class="index-entry-id" id="index-actypes-exec_002dwindow_002dcmd"></a>
 </dd>
-<dt><code>exec-window-cmd</code></dt>
+<dt><code class="code">exec-window-cmd</code></dt>
 <dd><p>Asynchronously execute an external window-based SHELL-CMD string.
 </p>
-<span id="index-actypes-hyp_002dconfig"></span>
+<a class="index-entry-id" id="index-actypes-git_002dreference"></a>
+<a class="index-entry-id" id="index-git-reference"></a>
+<a class="index-entry-id" id="index-version-control-1"></a>
+<a class="index-entry-id" 
id="index-hibtypes_002dgit_002ddefault_002dproject"></a>
 </dd>
-<dt><code>hyp-config</code></dt>
+<dt><code class="code">git-reference</code></dt>
+<dd><p>Display the git entity associated with REFERENCE and optional PROJECT.
+See <samp class="file">${hyperb:dir}/DEMO#Git (Local) References</samp> for 
examples.
+</p>
+<p>REFERENCE is a string of one of the following forms:
+</p><ul class="itemize mark-bullet">
+<li>&lt;ref-item&gt;
+</li><li>/?&lt;project&gt;/&lt;ref-item&gt;
+</li><li>/&lt;project&gt;.
+</li></ul>
+
+<p>&lt;ref-item&gt; is one of these:
+</p><dl class="table">
+<dt>one of the words: branches, commits, or tags</dt>
+<dd><p>the associated items are listed
+</p></dd>
+<dt>one of the words: branch, commit, or tag followed by a &rsquo;/&rsquo; and 
item id</dt>
+<dd><p>the item is shown
+</p></dd>
+<dt>a commit reference given by a hex number, 55a1f0</dt>
+<dd><p>the commit diff is displayed
+</p></dd>
+<dt>a branch or tag reference given by an alphanumeric name, e.g. hyper20</dt>
+<dd><p>the files in the branch are listed.
+</p></dd>
+</dl>
+
+<a class="index-entry-id" 
id="index-hibtypes_002dgit_002ddefault_002dproject-1"></a>
+<p>If given, PROJECT overrides any project value in REFERENCE.  If no PROJECT
+value is provided, it defaults to the value of <code 
class="code">hibtypes-git-default-project</code>. 
+</p>
+<a class="index-entry-id" id="index-actypes-github_002dreference"></a>
+<a class="index-entry-id" id="index-github-reference"></a>
+<a class="index-entry-id" id="index-version-control-2"></a>
+<a class="index-entry-id" 
id="index-hibtypes_002dgithub_002ddefault_002dproject"></a>
+<a class="index-entry-id" 
id="index-hibtypes_002dgithub_002ddefault_002duser"></a>
+</dd>
+<dt><code class="code">github-reference</code></dt>
+<dd><p>Display the Github entity associated with REFERENCE and optional USER 
and PROJECT.
+See <samp class="file">${hyperb:dir}/DEMO#Github (Remote) References</samp> 
for examples.
+</p>
+<p>REFERENCE is a string of one of the following forms:
+</p><ul class="itemize mark-bullet">
+<li>&lt;ref-item&gt;
+</li><li>&lt;user&gt;/&lt;project&gt;/&lt;ref-item&gt;
+</li><li>&lt;project&gt;/&lt;ref-item&gt;
+</li><li>/&lt;project&gt;.
+</li></ul>
+
+<p>&lt;ref-item&gt; is one of these:
+</p><dl class="table">
+<dt>&bull; one of the words: branches, commits, issues, pulls, or tags</dt>
+<dd><p>the associated items are listed
+</p></dd>
+<dt>&bull; one of the words: branch, commit, issue, pull or tag followed by a 
&rsquo;/&rsquo; and item id</dt>
+<dd><p>the item is shown
+</p></dd>
+<dt>&bull; an issue reference given by a positive integer, e.g. <em 
class="emph">92</em> or prefaced with <em class="emph">GH-</em>, like GH-92</dt>
+<dd><p>the issue is displayed
+</p></dd>
+<dt>&bull; a commit reference given by a hex number, 55a1f0</dt>
+<dd><p>the commit diff is displayed
+</p></dd>
+<dt>&bull; a branch or tag reference given by an alphanumeric name, e.g. 
hyper20</dt>
+<dd><p>the files in the branch are listed.
+</p></dd>
+</dl>
+
+<a class="index-entry-id" 
id="index-hibtypes_002dgithub_002ddefault_002duser-1"></a>
+<p>USER defaults to the value of <code 
class="code">hibtypes-github-default-user</code>.
+If given, PROJECT overrides any project value in REFERENCE.  If no
+PROJECT value is provided, it defaults to the value of
+<code class="code">hibtypes-github-default-project</code>.
+</p>
+<a class="index-entry-id" id="index-actypes-gitlab_002dreference"></a>
+<a class="index-entry-id" id="index-gitlab-reference"></a>
+<a class="index-entry-id" id="index-version-control-3"></a>
+<a class="index-entry-id" 
id="index-hibtypes_002dgitlab_002ddefault_002dproject"></a>
+<a class="index-entry-id" 
id="index-hibtypes_002dgitlab_002ddefault_002duser"></a>
+</dd>
+<dt><code class="code">gitlab-reference</code></dt>
+<dd><p>Display the Gitlab entity associated with REFERENCE and optional USER 
and PROJECT.
+See <samp class="file">../DEMO#Gitlab (Remote) References</samp> for examples.
+</p>
+<p>REFERENCE is a string of one of the following forms:
+</p><ul class="itemize mark-bullet">
+<li>&lt;ref-item&gt;
+</li><li>&lt;user&gt;/&lt;project&gt;/&lt;ref-item&gt;
+</li><li>&lt;project&gt;/&lt;ref-item&gt;
+</li><li>/&lt;group&gt;/&lt;project&gt;.
+or
+</li><li>/&lt;project-or-group&gt; (where a group is a collection of projects)
+</li></ul>
+
+<p>&lt;ref-item&gt; is one of these:
+</p><dl class="table">
+<dt>&bull; one of the words: activity, analytics, boards or kanban, branches, 
commits, contributors, groups, issues or list, jobs, labels, merge_requests, 
milestones, pages, pipelines, pipeline_charts, members or people or staff, 
projects, pulls, schedules, snippets, status or tags</dt>
+<dd><p>the associated items are listed
+</p></dd>
+<dt>&bull; one of the words: branch, commit(s), issue(s), milestone(s), 
pull(s), snippet(s) or tag(s) followed by a &rsquo;/&rsquo; or &rsquo;=&rsquo; 
and an item-id</dt>
+<dd><p>the item is shown
+</p></dd>
+<dt>&bull; an issue reference given by a positive integer, e.g. <em 
class="emph">92</em> or prefaced with <em class="emph">GL-</em>, like GL-92</dt>
+<dd><p>the issue is displayed
+</p></dd>
+<dt>&bull; a commit reference given by a hex number, 55a1f0</dt>
+<dd><p>the commit diff is displayed
+</p></dd>
+<dt>&bull; a branch or tag reference given by an alphanumeric name, e.g. 
hyper20</dt>
+<dd><p>the files in the branch are listed.
+</p></dd>
+</dl>
+
+<a class="index-entry-id" 
id="index-hibtypes_002dgitlab_002ddefault_002duser-1"></a>
+<p>USER defaults to the value of <code 
class="code">hibtypes-gitlab-default-user</code>.
+If given, PROJECT overrides any project value in REFERENCE.  If no
+PROJECT value is provided, it defaults to the value of
+<code class="code">hibtypes-gitlab-default-project</code>.
+</p>
+<a class="index-entry-id" id="index-actypes-hyp_002dconfig"></a>
+</dd>
+<dt><code class="code">hyp-config</code></dt>
 <dd><p>Insert Hyperbole configuration and debugging information at the end
 of the current buffer or within optional OUT-BUF.
 </p>
-<span id="index-actypes-hyp_002drequest"></span>
+<a class="index-entry-id" id="index-actypes-hyp_002drequest"></a>
 </dd>
-<dt><code>hyp-request</code></dt>
+<dt><code class="code">hyp-request</code></dt>
 <dd><p>Insert help for composing a Hyperbole support/discussion message into
 the current buffer or the optional OUT-BUF.
 </p>
-<span id="index-actypes-hyp_002dsource"></span>
+<a class="index-entry-id" id="index-actypes-hyp_002dsource"></a>
 </dd>
-<dt><code>hyp-source</code></dt>
-<dd><p>Display a buffer or file from a line beginning with 
<code>hbut:source-prefix</code>.
+<dt><code class="code">hyp-source</code></dt>
+<dd><p>Display a buffer or file from a line beginning with <code 
class="code">hbut:source-prefix</code>.
 </p>
-<span id="index-actypes-kbd_002dkey"></span>
+<a class="index-entry-id" id="index-actypes-kbd_002dkey"></a>
 </dd>
-<dt><code>kbd-key</code></dt>
-<dd><p>Execute the function binding for KEY-SEQUENCE, delimited by {}.
-Return &lsquo;<samp>t</samp>&rsquo; if a KEY-SEQUENCE has a binding, else 
&lsquo;<samp>nil</samp>&rsquo;.
+<dt><code class="code">kbd-key</code></dt>
+<dd><p>Execute a normalized KEY-SERIES (series of key sequences) without curly 
braces.
+Each key sequence within KEY-SERIES must be a string of one of the following:
+</p><ul class="itemize mark-bullet">
+<li>a Hyperbole minibuffer menu item key sequence,
+</li><li>a HyControl key sequence,
+</li><li>a M-x extended command,
+</li><li>or a valid key sequence together with its interactive arguments.
+</li></ul>
+
+<p>Return &lsquo;<samp class="samp">t</samp>&rsquo; if the sequence appears to 
be valid, else &lsquo;<samp class="samp">nil</samp>&rsquo;.
 </p>
-<span id="index-link-action-types"></span>
-<span id="index-actypes-link_002dto_002dbookmark"></span>
+<a class="index-entry-id" id="index-link-action-types"></a>
+<a class="index-entry-id" id="index-actypes-link_002dto_002dbookmark"></a>
 </dd>
-<dt><code>link-to-bookmark</code></dt>
+<dt><code class="code">link-to-bookmark</code></dt>
 <dd><p>Display an Emacs BOOKMARK.
 When creating the button, if in Bookmark Menu mode, use the bookmark
 nearest point as the default.  Otherwise, utilize the most recently used
 bookmark in the current file (bookmark-current-bookmark) as the default,
 if any.
 </p>
-<span id="index-actypes-link_002dto_002dbuffer_002dtmp"></span>
+<a class="index-entry-id" 
id="index-actypes-link_002dto_002dbuffer_002dtmp"></a>
 </dd>
-<dt><code>link-to-buffer-tmp</code></dt>
+<dt><code class="code">link-to-buffer-tmp</code></dt>
 <dd><p>Display a BUFFER.  This type of link is for use in  a single editor 
session.
-Use <code>link-to-file</code> instead for a permanent link.
+Use <code class="code">link-to-file</code> instead for a permanent link.
 </p>
-<span id="index-actypes-link_002dto_002ddirectory"></span>
+<a class="index-entry-id" id="index-actypes-link_002dto_002ddirectory"></a>
 </dd>
-<dt><code>link-to-directory</code></dt>
+<dt><code class="code">link-to-directory</code></dt>
 <dd><p>Display a DIRECTORY in Dired mode.
 </p>
-<span id="index-actypes-link_002dto_002ddoc"></span>
+<a class="index-entry-id" id="index-actypes-link_002dto_002ddoc"></a>
 </dd>
-<dt><code>link-to-doc</code></dt>
+<dt><code class="code">link-to-doc</code></dt>
 <dd><p>Display an online version of a document given by DOC-ID.  If the online
-version of a document is not found in <code>doc-id-indices</code>, signal an 
error.
+version of a document is not found in <code 
class="code">doc-id-indices</code>, signal an error.
 </p>
-<span id="index-actypes-link_002dto_002debut"></span>
+<a class="index-entry-id" id="index-actypes-link_002dto_002debut"></a>
 </dd>
-<dt><code>link-to-ebut</code></dt>
+<dt><code class="code">link-to-ebut</code></dt>
 <dd><p>Perform an action given by an explicit button, specified by KEY and 
KEY-FILE.
 </p>
-<span id="index-actypes-link_002dto_002delisp_002ddoc"></span>
+<a class="index-entry-id" id="index-actypes-link_002dto_002delisp_002ddoc"></a>
 </dd>
-<dt><code>link-to-elisp-doc</code></dt>
+<dt><code class="code">link-to-elisp-doc</code></dt>
 <dd><p>Display the documentation for FUNC-SYMBOL.
 </p>
-<span id="index-actypes-link_002dto_002dfile"></span>
+<a class="index-entry-id" id="index-actypes-link_002dto_002dfile"></a>
 </dd>
-<dt><code>link-to-file</code></dt>
+<dt><code class="code">link-to-file</code></dt>
 <dd><p>Display a file given by PATH scrolled to optional POINT.  If POINT is 
given,
 display the buffer with POINT at the top of the window.
 </p>
-<span id="index-actypes-link_002dto_002dfile_002dline"></span>
+<a class="index-entry-id" id="index-actypes-link_002dto_002dfile_002dline"></a>
 </dd>
-<dt><code>link-to-file-line</code></dt>
+<dt><code class="code">link-to-file-line</code></dt>
 <dd><p>Display a file given by PATH scrolled to LINE-NUM.
 </p>
-<span id="index-actypes-link_002dto_002dgbut"></span>
+<a class="index-entry-id" id="index-actypes-link_002dto_002dgbut"></a>
 </dd>
-<dt><code>link-to-gbut</code></dt>
+<dt><code class="code">link-to-gbut</code></dt>
 <dd><p>Perform an action given by an existing global button, specified by KEY.
 </p>
-<span id="index-actypes-link_002dto_002dInfo_002dindex_002ditem"></span>
+<a class="index-entry-id" 
id="index-actypes-link_002dto_002dInfo_002dindex_002ditem"></a>
 </dd>
-<dt><code>link-to-Info-index-item</code></dt>
+<dt><code class="code">link-to-Info-index-item</code></dt>
 <dd><p>Display an Info index ITEM cross-reference.
 ITEM must be a string of the form (filename)item-name.  During
 button creation, completion for both filename and item-name is
 available.  Filename may be given without the .info suffix.&quot;
 </p>
-<span id="index-actypes-link_002dto_002dInfo_002dnode"></span>
+<a class="index-entry-id" id="index-actypes-link_002dto_002dInfo_002dnode"></a>
 </dd>
-<dt><code>link-to-Info-node</code></dt>
+<dt><code class="code">link-to-Info-node</code></dt>
 <dd><p>Display an Info NODE.  NODE must be a string of the form
 (filename)nodename.  During button creation, completion for both
 filename and nodename is available.  Filename may be given without the
 .info suffix.
 </p>
-<span id="index-actypes-link_002dto_002dibut"></span>
+<a class="index-entry-id" id="index-actypes-link_002dto_002dibut"></a>
 </dd>
-<dt><code>link-to-ibut</code></dt>
-<dd><p>Perform an action given by an implicit button, specified by KEY, 
optional KEY-FILE and POINT.
+<dt><code class="code">link-to-ibut</code></dt>
+<dd><p>Perform implicit button action specified by KEY, optional BUT-SRC and
+POINT.  BUT-SRC defaults to the current buffer’s file or if there is
+no attached file, then to its buffer name.  POINT defaults to the
+current point.
 </p>
-<span id="index-actypes-link_002dto_002dkcell"></span>
-<span id="index-kcell_003aref_002dto_002did"></span>
+<p>When the button with this action type is created, point must be on the
+implicit button to which to link.
+</p>
+<a class="index-entry-id" id="index-actypes-link_002dto_002dkcell"></a>
+<a class="index-entry-id" id="index-kcell_003aref_002dto_002did"></a>
 </dd>
-<dt><code>link-to-kcell</code></dt>
+<dt><code class="code">link-to-kcell</code></dt>
 <dd><p>Display a Hyperbole outline cell, given by FILE and CELL-REF, at the
-top of a window.  See the documentation for <code>(kcell:ref-to-id)</code> for
+top of a window.  See the documentation for <code 
class="code">(kcell:ref-to-id)</code> for
 valid CELL-REF formats.
 </p>
-<p>If FILE is &lsquo;<samp>nil</samp>&rsquo;, use the current buffer.  If 
CELL-REF is
-&lsquo;<samp>nil</samp>&rsquo;, show the first cell in the view.
+<p>If FILE is &lsquo;<samp class="samp">nil</samp>&rsquo;, use the current 
buffer.  If CELL-REF is
+&lsquo;<samp class="samp">nil</samp>&rsquo;, show the first cell in the view.
 </p>
-<span id="index-actypes-link_002dto_002dkotl"></span>
+<a class="index-entry-id" id="index-actypes-link_002dto_002dkotl"></a>
 </dd>
-<dt><code>link-to-kotl</code></dt>
+<dt><code class="code">link-to-kotl</code></dt>
 <dd><p>Display at the top of a window the referent pointed to by LINK.
 LINK may be of any of the following forms:
 </p><div class="example">
-<pre class="example">  &lt; pathname [, cell-ref] &gt;
+<pre class="example-preformatted">  &lt; pathname [, cell-ref] &gt;
   &lt; [-!&amp;] pathname &gt;
   &lt; @ cell-ref &gt;
 </pre></div>
 
-<p>See the documentation for <code>(kcell:ref-to-id)</code> for valid cell-ref
+<p>See the documentation for <code class="code">(kcell:ref-to-id)</code> for 
valid cell-ref
 formats.
 </p>
-<span id="index-actypes-link_002dto_002dmail"></span>
+<a class="index-entry-id" id="index-actypes-link_002dto_002dmail"></a>
 </dd>
-<dt><code>link-to-mail</code></dt>
+<dt><code class="code">link-to-mail</code></dt>
 <dd><p>Display a mail message with MAIL-MSG-ID from optional MAIL-FILE.  See
-the documentation for the variable <code>hmail:init-function</code> for
+the documentation for the variable <code 
class="code">hmail:init-function</code> for
 information on how to specify the mail reader to use.
 </p>
-<span id="index-actypes-link_002dto_002dregexp_002dmatch"></span>
+<a class="index-entry-id" 
id="index-actypes-link_002dto_002dregexp_002dmatch"></a>
 </dd>
-<dt><code>link-to-regexp-match</code></dt>
+<dt><code class="code">link-to-regexp-match</code></dt>
 <dd><p>Find REGEXP&rsquo;s Nth occurrence in SOURCE and display the location 
at the
 top of the selected window.  SOURCE is a pathname unless optional
 BUFFER-P is non-nil, then SOURCE must be a buffer name or buffer.
-Return &lsquo;<samp>t</samp>&rsquo; if found, signal an error if not.
+Return &lsquo;<samp class="samp">t</samp>&rsquo; if found, signal an error if 
not.
 </p>
-<span id="index-actypes-link_002dto_002drfc"></span>
+<a class="index-entry-id" id="index-actypes-link_002dto_002drfc"></a>
 </dd>
-<dt><code>link-to-rfc</code></dt>
+<dt><code class="code">link-to-rfc</code></dt>
 <dd><p>Retrieve and display an Internet rfc given by RFC-NUM.  RFC-NUM may be
 a string or an integer.
 </p>
-<span id="index-actypes-link_002dto_002dstring_002dmatch"></span>
+<a class="index-entry-id" 
id="index-actypes-link_002dto_002dstring_002dmatch"></a>
 </dd>
-<dt><code>link-to-string-match</code></dt>
+<dt><code class="code">link-to-string-match</code></dt>
 <dd><p>Find STRING&rsquo;s Nth occurrence in SOURCE and display the location 
at the
 top of the selected window.  SOURCE is a pathname unless optional
 BUFFER-P is non-nil, then SOURCE must be a buffer name or buffer.
-Return &lsquo;<samp>t</samp>&rsquo; if found, &lsquo;<samp>nil</samp>&rsquo; 
if not.
+Return &lsquo;<samp class="samp">t</samp>&rsquo; if found, &lsquo;<samp 
class="samp">nil</samp>&rsquo; if not.
 </p>
-<span id="index-actypes-link_002dto_002dtexinfo_002dnode"></span>
+<a class="index-entry-id" 
id="index-actypes-link_002dto_002dtexinfo_002dnode"></a>
 </dd>
-<dt><code>link-to-texinfo-node</code></dt>
+<dt><code class="code">link-to-texinfo-node</code></dt>
 <dd><p>Display the Texinfo node with NODENAME (a string) from the current 
buffer.
 </p>
-<span id="index-actypes-link_002dto_002dweb_002dsearch"></span>
-<span id="index-link_002c-web-search"></span>
-<span id="index-web-search-link"></span>
+<a class="index-entry-id" 
id="index-actypes-link_002dto_002dweb_002dsearch"></a>
+<a class="index-entry-id" id="index-link_002c-web-search"></a>
+<a class="index-entry-id" id="index-web-search-link"></a>
+</dd>
+<dt><code class="code">link-to-web-search</code></dt>
+<dd><p>Search web SERVICE-NAME for SEARCH-TERM.  Uses <code 
class="code">hyperbole-web-search-alist</code>
+to match each service to its search url or Emacs command.  Uses <code 
class="code">hyperbole-web-search-browser-function</code>
+and the <code class="code">browse-url</code> package to display search results.
+</p>
+<a class="index-entry-id" id="index-actypes-man_002dshow"></a>
+<a class="index-entry-id" id="index-hpath_003adisplay_002dwhere"></a>
+<a class="index-entry-id" id="index-man-page"></a>
+</dd>
+<dt><code class="code">man-show</code></dt>
+<dd><p>Display a man page on TOPIC, which may be of the form &lsquo;<samp 
class="samp">&lt;command&gt;(&lt;section&gt;</samp>&rsquo;).
+Use <code class="code">hpath:display-where</code> setting to control where the 
man page is displayed.
+</p>
+<a class="index-entry-id" 
id="index-actypes-org_002dinternal_002dtarget_002dlink"></a>
 </dd>
-<dt><code>link-to-web-search</code></dt>
-<dd><p>Search web SERVICE-NAME for SEARCH-TERM.  Uses 
<code>hyperbole-web-search-alist</code>
-to match each service to its search url or Emacs command.  Uses 
<code>hyperbole-web-search-browser-function</code>
-and the <code>browse-url</code> package to display search results.
+<dt><code class="code">org-internal-target-link</code></dt>
+<dd><p>Follow an optional Org mode &lt;&lt;INTERNAL-TARGET&gt;&gt; back to any 
first link to it.
+If INTERNAL-TARGET is nil, follow any internal target link at point. Otherwise,
+trigger an error.
 </p>
-<span id="index-actypes-man_002dshow"></span>
-<span id="index-hpath_003adisplay_002dwhere"></span>
-<span id="index-man-page"></span>
+<a class="index-entry-id" id="index-actypes-org_002dlink"></a>
 </dd>
-<dt><code>man-show</code></dt>
-<dd><p>Display a man page on TOPIC, which may be of the form 
&lsquo;<samp>&lt;command&gt;(&lt;section&gt;</samp>&rsquo;).
-Use <code>hpath:display-where</code> setting to control where the man page is 
displayed.
+<dt><code class="code">org-link</code></dt>
+<dd><p>Follow an optional Org mode LINK to its target.  If LINK is nil, follow 
any
+link at point.  Otherwise, trigger an error.
 </p>
-<span id="index-actypes-rfc_002dtoc"></span>
+<a class="index-entry-id" 
id="index-actypes-org_002dradio_002dtarget_002dlink"></a>
 </dd>
-<dt><code>rfc-toc</code></dt>
-<dd><p>Compute and display a summary of an Internet rfc in BUF-NAME.  Assume
-point has already been moved to the start of the region to summarize.
-Optional OPOINT is the point to return to in BUF-NAME after displaying
-the summary.
+<dt><code class="code">org-radio-target-link</code></dt>
+<dd><p>Follow an optional Org mode radio &lt;&lt;TARGET&gt;&gt; back to any 
first link to it.  If
+TARGET is nil, follow any radio target link at point.  Otherwise, trigger an
+error.
 </p>
-<span id="index-actypes-text_002dtoc"></span>
-<span id="index-table-of-contents-2"></span>
-<span id="index-toc-action-type"></span>
+<a class="index-entry-id" id="index-actypes-rfc_002dtoc"></a>
 </dd>
-<dt><code>text-toc</code></dt>
+<dt><code class="code">rfc-toc</code></dt>
+<dd><p>Compute and display a summary of an Internet rfc in BUF-NAME.  Assume 
point has
+already been moved to the start of the region to summarize.  Optional OPOINT is
+the point to return to in BUF-NAME after displaying the summary.
+</p>
+<a class="index-entry-id" id="index-actypes-text_002dtoc"></a>
+<a class="index-entry-id" id="index-table-of-contents-2"></a>
+<a class="index-entry-id" id="index-toc-action-type"></a>
+</dd>
+<dt><code class="code">text-toc</code></dt>
 <dd><p>Jump to the text file SECTION referenced by a table of contents entry 
at point.
 </p>
-<span id="index-actypes-www_002durl"></span>
-<span id="index-URL-1"></span>
-<span id="index-World_002dwide-Web-1"></span>
-<span id="index-WWW-1"></span>
-<span id="index-browse_002durl_002dbrowser_002dfunction-1"></span>
+<a class="index-entry-id" id="index-actypes-www_002durl"></a>
+<a class="index-entry-id" id="index-URL-1"></a>
+<a class="index-entry-id" id="index-World_002dwide-Web-1"></a>
+<a class="index-entry-id" id="index-WWW-1"></a>
+<a class="index-entry-id" 
id="index-browse_002durl_002dbrowser_002dfunction-1"></a>
 </dd>
-<dt><code>www-url</code></dt>
+<dt><code class="code">www-url</code></dt>
 <dd><p>Follow a link given by a URL.  The variable,
-<code>browse-url-browser-function</code>, customizes the url browser
+<code class="code">browse-url-browser-function</code>, customizes the url 
browser
 that is used.  Valid values of this variable include
-<code>browse-url-default-browser</code> and <code>browse-url-generic</code>.
+<code class="code">browse-url-default-browser</code> and <code 
class="code">browse-url-generic</code>.
 See its documentation string for details.
 </p></dd>
 </dl>
 
 
-<span id="index-action-1"></span>
-<span id="index-hui_003aebut_002dprompt_002dfor_002daction"></span>
+<a class="index-entry-id" id="index-action-1"></a>
+<a class="index-entry-id" 
id="index-hui_003aebut_002dprompt_002dfor_002daction"></a>
 <p>Action types create a convenient way of specifying button behavior
 without the need to know how to program.  Expert users who are familiar
 with Emacs Lisp, however, may find that they often want to tailor button
 actions in a variety of ways not easily captured within a type system.
-In such cases, <code>hui:ebut-prompt-for-action</code> should be set to
-&lsquo;<samp>t</samp>&rsquo;.  This will cause Hyperbole to prompt for an 
action to override
+In such cases, <code class="code">hui:ebut-prompt-for-action</code> should be 
set to
+&lsquo;<samp class="samp">t</samp>&rsquo;.  This will cause Hyperbole to 
prompt for an action to override
 the button&rsquo;s action type at each explicit button creation.  For those 
cases
-where the action type is sufficient, a &lsquo;<samp>nil</samp>&rsquo; value 
should be
+where the action type is sufficient, a &lsquo;<samp 
class="samp">nil</samp>&rsquo; value should be
 entered for the action.  An action may be any Lisp form that Emacs
 Lisp can evaluate.
 </p>
 <hr>
-<span id="Button-Type-Precedence"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Button-Type-Precedence">
+<div class="nav-panel">
 <p>
 Next: <a href="#Utilizing-Explicit-Buttons" accesskey="n" rel="next">Utilizing 
Explicit Buttons</a>, Previous: <a href="#Action-Types" accesskey="p" 
rel="prev">Action Types</a>, Up: <a href="#Buttons" accesskey="u" 
rel="up">Buttons</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Button-Type-Precedence-1"></span><h3 class="section">4.6 Button Type 
Precedence</h3>
+<h3 class="section" id="Button-Type-Precedence-1">4.6 Button Type 
Precedence</h3>
 
-<span id="index-button-precedence"></span>
-<span id="index-precedence_002c-buttons"></span>
-<span id="index-button-label-overlap"></span>
+<a class="index-entry-id" id="index-button-precedence"></a>
+<a class="index-entry-id" id="index-precedence_002c-buttons"></a>
+<a class="index-entry-id" id="index-button-label-overlap"></a>
 <p>Explicit buttons always take precedence over implicit buttons.  Thus, if
 a button selection is made which falls within both an explicit and
 implicit button, only the explicit button will be selected.  Explicit
 button labels are not allowed to overlap; Hyperbole&rsquo;s behavior in such
 cases is undefined.
 </p>
-<span id="index-ibtype_002c-evaluation-order"></span>
+<a class="index-entry-id" id="index-ibtype_002c-evaluation-order"></a>
 <p>If there is no explicit button at point during a selection request,
 then each implicit button type predicate is tested in turn until one
 returns non-nil or all are exhausted.  Since two implicit button types
-may have overlapping <em>domains</em>, those contexts in which their
+may have overlapping <em class="dfn">domains</em>, those contexts in which 
their
 predicates are true, only the first matching type is used.  The type
-predicates are tested in <em>reverse</em> order of definition, i.e.
+predicates are tested in <em class="emph">reverse</em> order of definition, 
i.e.
 most recently entered types are tested first, so that personal types
 defined after standard system types take precedence.  It is important
 to keep this order in mind when defining new implicit button types.
 By making match predicates as specific as possible, one can minimize
 any overlapping implicit button domains.
 </p>
-<span id="index-type-redefinition"></span>
+<a class="index-entry-id" id="index-type-redefinition"></a>
 <p>Once a type name is defined, its precedence relative to other types
 remains the same even if its body is redefined, as long as its name is
 not changed.  This allows incremental modifications to types without
-any worry of altering their precedences.  See <a 
href="#Creating-Types">Creating Types</a>, for
+any worry of altering their precedences.  See <a class="xref" 
href="#Creating-Types">Creating Types</a>, for
 information on how to develop or modify types.
 </p>
 <hr>
-<span id="Utilizing-Explicit-Buttons"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Utilizing-Explicit-Buttons">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Button-Type-Precedence" accesskey="p" rel="prev">Button 
Type Precedence</a>, Up: <a href="#Buttons" accesskey="u" rel="up">Buttons</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Utilizing-Explicit-Buttons-1"></span><h3 class="section">4.7 
Utilizing Explicit Buttons</h3>
+<h3 class="section" id="Utilizing-Explicit-Buttons-1">4.7 Utilizing Explicit 
Buttons</h3>
 
 <p>Explicit buttons are a fundamental building block for creating personal
 or organizational hypertext networks with Hyperbole.  This section
 summarizes the user-level operations available for managing these
 buttons.
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Creation" 
accesskey="1">Creation</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Renaming" 
accesskey="2">Renaming</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Deletion" 
accesskey="3">Deletion</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Editing" 
accesskey="4">Editing</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Searching-and-Summarizing" 
accesskey="5">Searching and Summarizing</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Buttons-in-Mail" 
accesskey="6">Buttons in Mail</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Buttons-in-News" 
accesskey="7">Buttons in News</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#Creation" accesskey="1">Creation</a></li>
+<li><a href="#Renaming" accesskey="2">Renaming</a></li>
+<li><a href="#Deletion" accesskey="3">Deletion</a></li>
+<li><a href="#Editing" accesskey="4">Editing</a></li>
+<li><a href="#Searching-and-Summarizing" accesskey="5">Searching and 
Summarizing</a></li>
+<li><a href="#Buttons-in-Mail" accesskey="6">Buttons in Mail</a></li>
+<li><a href="#Buttons-in-News" accesskey="7">Buttons in News</a></li>
+</ul>
 <hr>
-<span id="Creation"></span><div class="header">
+<div class="subsection-level-extent" id="Creation">
+<div class="nav-panel">
 <p>
 Next: <a href="#Renaming" accesskey="n" rel="next">Renaming</a>, Previous: <a 
href="#Utilizing-Explicit-Buttons" accesskey="p" rel="prev">Utilizing Explicit 
Buttons</a>, Up: <a href="#Utilizing-Explicit-Buttons" accesskey="u" 
rel="up">Utilizing Explicit Buttons</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Creation-1"></span><h4 class="subsection">4.7.1 Creation</h4>
+<h4 class="subsection" id="Creation-1">4.7.1 Creation</h4>
 
 <p>Creating explicit buttons is fun and easy.  You can always try them
 out immediately after creating them or can utilize the Assist Key to
@@ -3952,29 +3328,28 @@ verify what buttons do.  There are two ways to create 
them: by
 dragging between windows with the Action Mouse Key or by using the
 Hyperbole menus.
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#By-Dragging" 
accesskey="1">By Dragging</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">Creation Via Action Key Drags
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#By-Menu" accesskey="2">By 
Menu</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Creation Via 
Menus
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#By-Dragging" accesskey="1">Creation Via Action Key Drags</a></li>
+<li><a href="#By-Menu" accesskey="2">Creation Via Menus</a></li>
+</ul>
 <hr>
-<span id="By-Dragging"></span><div class="header">
+<div class="subsubsection-level-extent" id="By-Dragging">
+<div class="nav-panel">
 <p>
-Next: <a href="#By-Menu" accesskey="n" rel="next">By Menu</a>, Previous: <a 
href="#Creation" accesskey="p" rel="prev">Creation</a>, Up: <a href="#Creation" 
accesskey="u" rel="up">Creation</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
+Next: <a href="#By-Menu" accesskey="n" rel="next">Creation Via Menus</a>, 
Previous: <a href="#Creation" accesskey="p" rel="prev">Creation</a>, Up: <a 
href="#Creation" accesskey="u" rel="up">Creation</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Creation-Via-Action-Key-Drags"></span><h4 
class="subsubsection">4.7.1.1 Creation Via Action Key Drags</h4>
+<h4 class="subsubsection" id="Creation-Via-Action-Key-Drags">4.7.1.1 Creation 
Via Action Key Drags</h4>
 
-<span id="index-explicit-button-creation"></span>
-<span id="index-button-creation"></span>
-<span id="index-creating-buttons"></span>
-<span id="index-link-creation"></span>
-<span id="index-creating-links"></span>
-<span id="index-direct-link-creation"></span>
-<span id="index-mouse-drag_002c-link-creation"></span>
-<span id="index-drag"></span>
-<span id="index-Action-Key-drag"></span>
+<a class="index-entry-id" id="index-explicit-button-creation"></a>
+<a class="index-entry-id" id="index-button-creation"></a>
+<a class="index-entry-id" id="index-creating-buttons"></a>
+<a class="index-entry-id" id="index-link-creation"></a>
+<a class="index-entry-id" id="index-creating-links"></a>
+<a class="index-entry-id" id="index-direct-link-creation"></a>
+<a class="index-entry-id" id="index-mouse-drag_002c-link-creation"></a>
+<a class="index-entry-id" id="index-drag"></a>
+<a class="index-entry-id" id="index-Action-Key-drag"></a>
 <p>The most efficient way to create an explicit link button interactively
 is to use the Action Mouse Key to drag from a non-read-only button
 source window to a window showing its desired link referent.  More
@@ -3985,7 +3360,7 @@ Depress the Action Mouse Key at the source point for the 
button
 (anywhere but on a paired delimiter such as double quotes or
 parentheses).  Then drag to the other window and release the Action
 Mouse Key at the start point of the link referent.  The process
-becomes quite simple with a little practice. (See <a href="#By-Menu">Creation
+becomes quite simple with a little practice. (See <a class="xref" 
href="#By-Menu">Creation
 Via Menus</a>, for a more detailed explanation of the explicit button
 creation process).
 </p>
@@ -4005,7 +3380,7 @@ upon the referent context in which the Action Key is 
released.
 </p>
 <div class="format">
 <div class="example">
-<pre class="example">Referent Context         Link Type
+<pre class="example-preformatted">Referent Context         Link Type
 ----------------------------------------------------
 Global Button            link-to-gbut
 Explicit Button          link-to-ebut
@@ -4026,11 +3401,13 @@ Buffer without File      link-to-buffer-tmp
 
 
 <hr>
-<span id="By-Menu"></span><div class="header">
+</div>
+<div class="subsubsection-level-extent" id="By-Menu">
+<div class="nav-panel">
 <p>
-Previous: <a href="#By-Dragging" accesskey="p" rel="prev">By Dragging</a>, Up: 
<a href="#Creation" accesskey="u" rel="up">Creation</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#By-Dragging" accesskey="p" rel="prev">Creation Via Action 
Key Drags</a>, Up: <a href="#Creation" accesskey="u" rel="up">Creation</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Creation-Via-Menus"></span><h4 class="subsubsection">4.7.1.2 
Creation Via Menus</h4>
+<h4 class="subsubsection" id="Creation-Via-Menus">4.7.1.2 Creation Via 
Menus</h4>
 
 <p>You may instead use the Hyperbole menus to create explicit buttons.
 First, mark a short region of text in any fashion allowed by Emacs
@@ -4047,14 +3424,14 @@ and the delimited label text will be inserted into the 
target buffer
 after a successful button creation.
 </p>
 <p>After Hyperbole has the button label and its target buffer, it will
-prompt you for an action type for the button.  Use the <kbd>{?}</kbd>
+prompt you for an action type for the button.  Use the <kbd 
class="kbd">{?}</kbd>
 completion list key to see the available types.  The type selected
 determines any following values for which you are prompted.
 </p>
-<span id="index-button-instance"></span>
-<span id="index-instance-number"></span>
+<a class="index-entry-id" id="index-button-instance"></a>
+<a class="index-entry-id" id="index-instance-number"></a>
 <p>If a previous button with the same label exists in the same buffer,
-Hyperbole will add an <em>instance number</em> to the label when it adds
+Hyperbole will add an <em class="dfn">instance number</em> to the label when 
it adds
 the delimiters so that the name is unique.  Thus, you don&rsquo;t have to
 worry about accidental button name conflicts.  If you want the same
 button to appear in multiple places within the buffer, just enter the
@@ -4062,24 +3439,27 @@ label again and delimit it yourself or copy and paste 
the button with
 its delimiters.  Hyperbole will interpret all occurrences of the same
 delimited label within a buffer as the same button.
 </p>
-<span id="index-link_002c-creation"></span>
+<a class="index-entry-id" id="index-link_002c-creation"></a>
 <p>If you create link buttons using the Hyperbole menus, the best
 technique is to place on screen both the source buffer for the button
 and the buffer to which it will link.  Mark the region of text to use
 as your button label, invoke the button create command from the menu,
-choose an action type which begins with <code>link-to-</code> and then use
-the direct selection techniques mentioned in <a 
href="#Smart-Key-Argument-Selection">Smart Key Argument Selection</a>, to 
select the link referent.
+choose an action type which begins with <code class="code">link-to-</code> and 
then use
+the direct selection techniques mentioned in <a class="ref" 
href="#Smart-Key-Argument-Selection">Smart Key Argument Selection</a>, to 
select the link referent.
 </p>
 
 <hr>
-<span id="Renaming"></span><div class="header">
+</div>
+</div>
+<div class="subsection-level-extent" id="Renaming">
+<div class="nav-panel">
 <p>
 Next: <a href="#Deletion" accesskey="n" rel="next">Deletion</a>, Previous: <a 
href="#Creation" accesskey="p" rel="prev">Creation</a>, Up: <a 
href="#Utilizing-Explicit-Buttons" accesskey="u" rel="up">Utilizing Explicit 
Buttons</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Renaming-1"></span><h4 class="subsection">4.7.2 Renaming</h4>
+<h4 class="subsection" id="Renaming-1">4.7.2 Renaming</h4>
 
-<span id="index-explicit-button-renaming"></span>
-<span id="index-button-renaming"></span>
+<a class="index-entry-id" id="index-explicit-button-renaming"></a>
+<a class="index-entry-id" id="index-button-renaming"></a>
 <p>Once an explicit button has been created, its label text must be
 treated specially.  Any inter-word spacing within the label may be
 freely changed, as may happen when a paragraph is refilled, but a
@@ -4094,48 +3474,52 @@ prompt for the button label to replace and the label to 
replace it
 with and then will perform the renaming.  All occurrences of the same
 button in the buffer will be renamed.
 </p>
-<span id="index-file_002c-_002eemacs-1"></span>
-<span id="index-file_002c-hyperbole_002eel"></span>
-<span id="index-hui_003aebut_002drename"></span>
+<a class="index-entry-id" id="index-file_002c-_002eemacs-1"></a>
+<a class="index-entry-id" id="index-file_002c-hyperbole_002eel"></a>
+<a class="index-entry-id" id="index-hui_003aebut_002drename"></a>
 <p>The rename command may be invoked from the Hyperbole menu via
 Ebut/Rename.  Hyperbole does not bind this command to a key by default.
-<kbd>{C-h w hui:ebut-rename <span class="key">RET</span>}</kbd> will show what 
if any key is bound
-within your Emacs.  Bind it within your <samp>~/.emacs</samp> file with:
-<code>(hkey-set-key &quot;\C-cr&quot; 'hui:ebut-rename)</code>, for example.
+<kbd class="kbd">{C-h w hui:ebut-rename <kbd class="key">RET</kbd>}</kbd> will 
show what if any key is bound
+within your Emacs.  Bind it within your <samp class="file">~/.emacs</samp> 
file with:
+<code class="code">(hkey-set-key &quot;\C-cr&quot; 'hui:ebut-rename)</code>, 
for example.
 </p>
 
 <hr>
-<span id="Deletion"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Deletion">
+<div class="nav-panel">
 <p>
 Next: <a href="#Editing" accesskey="n" rel="next">Editing</a>, Previous: <a 
href="#Renaming" accesskey="p" rel="prev">Renaming</a>, Up: <a 
href="#Utilizing-Explicit-Buttons" accesskey="u" rel="up">Utilizing Explicit 
Buttons</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Deletion-1"></span><h4 class="subsection">4.7.3 Deletion</h4>
+<h4 class="subsection" id="Deletion-1">4.7.3 Deletion</h4>
 
-<span id="index-explicit-button-deletion"></span>
-<span id="index-button-deletion"></span>
+<a class="index-entry-id" id="index-explicit-button-deletion"></a>
+<a class="index-entry-id" id="index-button-deletion"></a>
 <p>Ebut/Delete works similarly to the Rename command but deletes the
 selected button.  The button&rsquo;s delimiters are removed to confirm the
 deletion.  If the delete command is invoked with a prefix argument, then
 both the button label and the delimiters are removed as confirmation.
 </p>
-<span id="index-hui_003ahbut_002ddelete_002dconfirm_002dflag"></span>
+<a class="index-entry-id" 
id="index-hui_003ahbut_002ddelete_002dconfirm_002dflag"></a>
 <p>Presently there is no way to recover a deleted button; it must
-be recreated.  Therefore, the <code>hui:hbut-delete-confirm-flag</code> 
variable
+be recreated.  Therefore, the <code 
class="code">hui:hbut-delete-confirm-flag</code> variable
 is true by default, causing Hyperbole to require confirmation before
-interactively deleting explicit buttons.  Set it to 
&lsquo;<samp>nil</samp>&rsquo; if you
+interactively deleting explicit buttons.  Set it to &lsquo;<samp 
class="samp">nil</samp>&rsquo; if you
 prefer no confirmation.
 </p>
 <hr>
-<span id="Editing"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Editing">
+<div class="nav-panel">
 <p>
 Next: <a href="#Searching-and-Summarizing" accesskey="n" rel="next">Searching 
and Summarizing</a>, Previous: <a href="#Deletion" accesskey="p" 
rel="prev">Deletion</a>, Up: <a href="#Utilizing-Explicit-Buttons" 
accesskey="u" rel="up">Utilizing Explicit Buttons</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Editing-1"></span><h4 class="subsection">4.7.4 Editing</h4>
+<h4 class="subsection" id="Editing-1">4.7.4 Editing</h4>
 
-<span id="index-explicit-button-editing"></span>
-<span id="index-button-editing"></span>
-<span id="index-Smart-Mouse-Key-drag"></span>
-<span id="index-button-attributes"></span>
+<a class="index-entry-id" id="index-explicit-button-editing"></a>
+<a class="index-entry-id" id="index-button-editing"></a>
+<a class="index-entry-id" id="index-Smart-Mouse-Key-drag"></a>
+<a class="index-entry-id" id="index-button-attributes"></a>
 <p>Ebut/Edit prompts you with each of the elements from the button&rsquo;s
 attributes list and allows you to edit each in turn.
 </p>
@@ -4143,18 +3527,20 @@ attributes list and allows you to edit each in turn.
 drag with the Action Mouse Key from within the button label to a link
 destination in a different window, just as you would when creating a new
 button with a mouse drag.  Remember that drags may also be emulated from
-the keyboard.  See <a href="#Creation">Creation</a>.
+the keyboard.  See <a class="xref" href="#Creation">Creation</a>.
 </p>
 <hr>
-<span id="Searching-and-Summarizing"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Searching-and-Summarizing">
+<div class="nav-panel">
 <p>
 Next: <a href="#Buttons-in-Mail" accesskey="n" rel="next">Buttons in Mail</a>, 
Previous: <a href="#Editing" accesskey="p" rel="prev">Editing</a>, Up: <a 
href="#Utilizing-Explicit-Buttons" accesskey="u" rel="up">Utilizing Explicit 
Buttons</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Searching-and-Summarizing-1"></span><h4 class="subsection">4.7.5 
Searching and Summarizing</h4>
+<h4 class="subsection" id="Searching-and-Summarizing-1">4.7.5 Searching and 
Summarizing</h4>
 
-<span id="index-explicit-button-summary"></span>
-<span id="index-button-summary"></span>
-<span id="index-button-help-1"></span>
+<a class="index-entry-id" id="index-explicit-button-summary"></a>
+<a class="index-entry-id" id="index-button-summary"></a>
+<a class="index-entry-id" id="index-button-help-1"></a>
 <p>The Ebut/Help menu may be used to summarize either a single explicit
 button or all such buttons within a buffer.  The buttons summarized may
 then be activated directly from the summary.
@@ -4165,8 +3551,8 @@ the button at point.  Ebut/Help/OrderedButs summarizes 
the buttons in
 alphabetical order.  All of these summary commands eliminate duplicate
 occurrences of buttons from their help displays.
 </p>
-<span id="index-explicit-button-searching"></span>
-<span id="index-button-searching"></span>
+<a class="index-entry-id" id="index-explicit-button-searching"></a>
+<a class="index-entry-id" id="index-button-searching"></a>
 <p>Ebut/Search prompts for a search pattern and searches across all the
 locations in which you have previously created explicit buttons.  It
 asks you whether to match to any part of a button label or to whole
@@ -4182,15 +3568,17 @@ buttons created by others or for searching on 
particular button
 attributes.
 </p>
 <hr>
-<span id="Buttons-in-Mail"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Buttons-in-Mail">
+<div class="nav-panel">
 <p>
 Next: <a href="#Buttons-in-News" accesskey="n" rel="next">Buttons in News</a>, 
Previous: <a href="#Searching-and-Summarizing" accesskey="p" 
rel="prev">Searching and Summarizing</a>, Up: <a 
href="#Utilizing-Explicit-Buttons" accesskey="u" rel="up">Utilizing Explicit 
Buttons</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Buttons-in-Mail-1"></span><h4 class="subsection">4.7.6 Buttons in 
Mail</h4>
+<h4 class="subsection" id="Buttons-in-Mail-1">4.7.6 Buttons in Mail</h4>
 
-<span id="index-C_002dx-m"></span>
-<span id="index-mail"></span>
-<span id="index-menu-item_002c-Cust_002fMsg_002dToggle_002dEbuts"></span>
+<a class="index-entry-id" id="index-C_002dx-m"></a>
+<a class="index-entry-id" id="index-mail"></a>
+<a class="index-entry-id" 
id="index-menu-item_002c-Cust_002fMsg_002dToggle_002dEbuts"></a>
 <p>Hyperbole supports embedding buttons within electronic mail messages
 composed in Emacs.  An enhanced mail reader may then be used to
 activate the buttons within messages just like any other buttons.
@@ -4198,36 +3586,36 @@ Because this involves complex changes to mail support 
functions, this
 feature is disabled by default.  Use the Cust/Msg-Toggle-Ebuts
 minibuffer menu item to enable it.
 </p>
-<span id="index-button-mailing"></span>
-<span id="index-button-posting"></span>
-<span id="index-mailing-buttons"></span>
-<span id="index-posting-buttons"></span>
-<span id="index-mail-reader"></span>
-<span id="index-mailer-initialization"></span>
-<span id="index-Rmail"></span>
-<span id="index-VM"></span>
-<span id="index-MH_002de"></span>
-<span id="index-Gnus"></span>
-<span id="index-USENET"></span>
-<span id="index-news"></span>
-<span id="index-file_002c-hmail_002eel"></span>
-<p>Hyperbole supports the following mail readers: Rmail (see <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Rmail";>Reading
-Mail with Rmail</a> in <cite>the GNU Emacs Manual</cite>), VM (see <a 
href="vm.html#Introduction">Introduction</a> in <cite>the VM Manual</cite>) and 
MH-e.  Button inclusion and activation within USENET news
+<a class="index-entry-id" id="index-button-mailing"></a>
+<a class="index-entry-id" id="index-button-posting"></a>
+<a class="index-entry-id" id="index-mailing-buttons"></a>
+<a class="index-entry-id" id="index-posting-buttons"></a>
+<a class="index-entry-id" id="index-mail-reader"></a>
+<a class="index-entry-id" id="index-mailer-initialization"></a>
+<a class="index-entry-id" id="index-Rmail"></a>
+<a class="index-entry-id" id="index-VM"></a>
+<a class="index-entry-id" id="index-MH_002de"></a>
+<a class="index-entry-id" id="index-Gnus"></a>
+<a class="index-entry-id" id="index-USENET"></a>
+<a class="index-entry-id" id="index-news"></a>
+<a class="index-entry-id" id="index-file_002c-hmail_002eel"></a>
+<p>Hyperbole supports the following mail readers: Rmail (see <a 
data-manual="emacs" 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Rmail";>Reading
+Mail with Rmail</a> in <cite class="cite">the GNU Emacs Manual</cite>), VM 
(see <a data-manual="vm" href="vm.html#Introduction">Introduction</a> in <cite 
class="cite">the VM Manual</cite>) and MH-e.  Button inclusion and activation 
within USENET news
 articles is also supported in the same fashion via the Gnus news reader if
-available at your site (see <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/gnus.html#Top";>The 
Gnus Newsreader</a> in <cite>the Gnus
-Manual</cite>).  (The <samp>hmail.el</samp> file defines a generalized 
interface that can
+available at your site (see <a data-manual="gnus" 
href="https://www.gnu.org/software/emacs/manual/html_mono/gnus.html#Top";>The 
Gnus Newsreader</a> in <cite class="cite">the Gnus
+Manual</cite>).  (The <samp class="file">hmail.el</samp> file defines a 
generalized interface that can
 be used to hook in other mail or news readers if the necessary interface
 functions are written.)
 </p>
-<span id="index-mail_002dyank_002doriginal"></span>
-<span id="index-C_002dc-C_002dy"></span>
-<span id="index-mail-inclusion"></span>
+<a class="index-entry-id" id="index-mail_002dyank_002doriginal"></a>
+<a class="index-entry-id" id="index-C_002dc-C_002dy"></a>
+<a class="index-entry-id" id="index-mail-inclusion"></a>
 <p>All explicit buttons to be mailed must be created within the outgoing
 message buffer. There is no present support for including text from
 other buffers or files which contain explicit buttons, except for the
 ability to yank the contents of a message being replied to, together
-with all of its buttons, via the <code>(mail-yank-original)</code> command
-bound to <kbd>{C-c C-y}</kbd>.  From a user&rsquo;s perspective, buttons are
+with all of its buttons, via the <code 
class="code">(mail-yank-original)</code> command
+bound to <kbd class="kbd">{C-c C-y}</kbd>.  From a user&rsquo;s perspective, 
buttons are
 created in precisely the same way as in any other buffer.  They also
 appear just like any other buttons to both the message sender and the
 reader who uses the Hyperbole enhanced readers.  Button operation may be
@@ -4240,7 +3628,7 @@ choice.
 any other buttons.  The mail does not contain any of the action type
 definitions used by the buttons, so the receiver must have these or
 she will receive an error when she activates the buttons.  Buttons
-which appear in message <em>Subject</em> lines are copied to summary
+which appear in message <em class="emph">Subject</em> lines are copied to 
summary
 buffers whenever such summaries are generated.  Thus, they may be
 activated from either the message or the summary buffers.
 </p>
@@ -4249,20 +3637,20 @@ to a non-Hyperbole user.  The user will simply see the 
text
 of the message followed by a series of lines of button data at its end.
 Hyperbole mail users never see this data in its raw form.
 </p>
-<span id="index-smail_003acomment"></span>
-<span id="index-mail-comment"></span>
-<span id="index-Hyperbole-mail-comment"></span>
+<a class="index-entry-id" id="index-smail_003acomment"></a>
+<a class="index-entry-id" id="index-mail-comment"></a>
+<a class="index-entry-id" id="index-Hyperbole-mail-comment"></a>
 <p>In order to alert readers of your mail messages that you can handle
-Hyperbole mail buttons, you can set the variable, <code>smail:comment</code>,
+Hyperbole mail buttons, you can set the variable, <code 
class="code">smail:comment</code>,
 to an expression that automatically inserts a comment into each
 outgoing message to announce this fact.  See its documentation for
 technical details.  By default, no comment is added.  To have a
 comment line added to your outgoing message, add the following to
-to your <samp>~/.emacs</samp> file before the point at which you load
+to your <samp class="file">~/.emacs</samp> file before the point at which you 
load
 Hyperbole.
 </p>
-<div class="lisp">
-<pre class="lisp">(setq smail:comment
+<div class="example lisp">
+<pre class="lisp-preformatted">(setq smail:comment
  (format &quot;Comments: GNU Hyperbole mail buttons accepted, v%s.\n&quot;
           hyperb:version))
 </pre></div>
@@ -4270,36 +3658,38 @@ Hyperbole.
 <p>This will produce the following line in outgoing messages:
 </p>
 <div class="example">
-<pre class="example">Comments: GNU Hyperbole mail buttons accepted, vX.X.X.
+<pre class="example-preformatted">Comments: GNU Hyperbole mail buttons 
accepted, vX.X.X.
 </pre></div>
 
-<span id="index-file_002c-_002eemacs-2"></span>
+<a class="index-entry-id" id="index-file_002c-_002eemacs-2"></a>
 <p>where the X&rsquo;s indicate your Hyperbole version number.  You can cut
 this out of particular messages before you send them when need be.
 </p>
-<span id="index-actype_002c-link_002dto_002dmail"></span>
+<a class="index-entry-id" id="index-actype_002c-link_002dto_002dmail"></a>
 <p>A final mail-related facility provided by Hyperbole is the ability to
 save a pointer to a received mail message by creating an explicit button
-with a <code>link-to-mail</code> action type.  When prompted for the mail
+with a <code class="code">link-to-mail</code> action type.  When prompted for 
the mail
 message to link to, if you press the Action Key within the message, the
 appropriate link parameters will be copied to the argument prompt, as
-described in <a href="#Smart-Key-Argument-Selection">Smart Key Argument 
Selection</a>.
+described in <a class="ref" href="#Smart-Key-Argument-Selection">Smart Key 
Argument Selection</a>.
 </p>
 
 <hr>
-<span id="Buttons-in-News"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Buttons-in-News">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Buttons-in-Mail" accesskey="p" rel="prev">Buttons in 
Mail</a>, Up: <a href="#Utilizing-Explicit-Buttons" accesskey="u" 
rel="up">Utilizing Explicit Buttons</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Buttons-in-News-1"></span><h4 class="subsection">4.7.7 Buttons in 
News</h4>
+<h4 class="subsection" id="Buttons-in-News-1">4.7.7 Buttons in News</h4>
 
-<span id="index-button-posting-1"></span>
-<span id="index-news-reader_002fposter"></span>
-<span id="index-posting-news"></span>
-<span id="index-Gnus-1"></span>
-<span id="index-USENET-1"></span>
-<span id="index-file_002c-hyperbole_002eel-1"></span>
-<span id="index-menu-item_002c-Cust_002fMsg_002dToggle_002dEbuts-1"></span>
+<a class="index-entry-id" id="index-button-posting-1"></a>
+<a class="index-entry-id" id="index-news-reader_002fposter"></a>
+<a class="index-entry-id" id="index-posting-news"></a>
+<a class="index-entry-id" id="index-Gnus-1"></a>
+<a class="index-entry-id" id="index-USENET-1"></a>
+<a class="index-entry-id" id="index-file_002c-hyperbole_002eel-1"></a>
+<a class="index-entry-id" 
id="index-menu-item_002c-Cust_002fMsg_002dToggle_002dEbuts-1"></a>
 <p>Explicit buttons may be embedded within outgoing USENET news articles
 and may be activated from within the Gnus news reader.  Because this
 involves complex changes to news support functions, this feature is
@@ -4308,8 +3698,8 @@ item to enable it (enabling it for mail also enables it 
for news and
 vice versa).
 </p>
 <p>Once enabled, all Hyperbole support should work just as it does when
-reading or sending mail.  See <a href="#Buttons-in-Mail">Buttons in Mail</a>.  
When reading news,
-buttons which appear in message <em>Subject</em> lines may be activated
+reading or sending mail.  See <a class="xref" href="#Buttons-in-Mail">Buttons 
in Mail</a>.  When reading news,
+buttons which appear in message <em class="emph">Subject</em> lines may be 
activated
 within the Gnus subject buffer as well as the article buffer.  When
 posting news, the *post-news* buffer is used for outgoing news
 articles rather than a mail-related buffer.
@@ -4324,183 +3714,187 @@ therefore limit distribution of such messages.  For 
example, if most
 people at your site read news with Gnus and use Hyperbole, it would be
 reasonable to embed buttons in postings to local newsgroups.
 </p>
-<span id="index-news-comment"></span>
+<a class="index-entry-id" id="index-news-comment"></a>
 <p>In order to alert readers of your postings that they may send you
 personal replies with embedded Hyperbole buttons, the system inserts
 into news postings the same comment that is included within mail
-messages, if enabled.  See <a href="#Buttons-in-Mail">Buttons in Mail</a>, for 
details and an
+messages, if enabled.  See <a class="xref" href="#Buttons-in-Mail">Buttons in 
Mail</a>, for details and an
 explanation of how to turn this feature on.
 </p>
 
 
 <hr>
-<span id="Menus"></span><div class="header">
+</div>
+</div>
+</div>
+<div class="chapter-level-extent" id="Menus">
+<div class="nav-panel">
 <p>
-Next: <a href="#HyControl" accesskey="n" rel="next">HyControl</a>, Previous: 
<a href="#Buttons" accesskey="p" rel="prev">Buttons</a>, Up: <a href="#Top" 
accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#HyControl" accesskey="n" rel="next">HyControl</a>, Previous: 
<a href="#Buttons" accesskey="p" rel="prev">Buttons</a>, Up: <a href="#Top" 
accesskey="u" rel="up">GNU Hyperbole</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Menus-1"></span><h2 class="chapter">5 Menus</h2>
+<h2 class="chapter" id="Menus-1">5 Menus</h2>
 
-<span id="index-Emacs-1"></span>
-<span id="index-Hyperbole-menubar-menu"></span>
-<span id="index-Hyperbole-pulldown-menu"></span>
-<span id="index-menu-use"></span>
-<span id="index-pulldown-menu"></span>
-<span id="index-menubar_002c-Hyperbole-menu"></span>
-<span id="index-menu-item_002c-Remove_002dThis_002dMenu"></span>
-<span id="index-removing-Hyperbole-menu"></span>
+<a class="index-entry-id" id="index-Emacs-1"></a>
+<a class="index-entry-id" id="index-Hyperbole-menubar-menu"></a>
+<a class="index-entry-id" id="index-Hyperbole-pulldown-menu"></a>
+<a class="index-entry-id" id="index-menu-use"></a>
+<a class="index-entry-id" id="index-pulldown-menu"></a>
+<a class="index-entry-id" id="index-menubar_002c-Hyperbole-menu"></a>
+<a class="index-entry-id" 
id="index-menu-item_002c-Remove_002dThis_002dMenu"></a>
+<a class="index-entry-id" id="index-removing-Hyperbole-menu"></a>
 <p>Pulldown and popup menus are available to invoke Hyperbole commands,
 including those from the HyRolo and the Koutliner.  These menus operate
 like any other application menus and are fairly self-explanatory.  Use
-the <code>Remove-This-Menu</code> command on the Hyperbole menubar menu to
+the <code class="code">Remove-This-Menu</code> command on the Hyperbole 
menubar menu to
 get rid of the menu if you do not need it.  Invoking Hyperbole from
 the keyboard, as explained below, will add the menu back to the
 menubar.  Here is the Hyperbole Menubar Menu and its Find submenu.
 </p>
-<div class="float"><span id="image_003aHyperbole-Menu"></span>
+<div class="float" id="image_003aHyperbole-Menu">
 
-<img src="im/menu-hyperbole.png" alt="Hyperbole Menu">
-<div class="float-caption"><p><strong>Image 5.1: </strong>Hyperbole Menubar 
Menu</p></div></div>
-<div class="float"><span id="image_003aFind-Menu"></span>
+<img class="image" src="im/menu-hyperbole.png" alt="Hyperbole Menu">
+<div class="caption"><p><strong class="strong">Image 5.1: </strong>Hyperbole 
Menubar Menu</p></div></div>
+<div class="float" id="image_003aFind-Menu">
 
-<img src="im/menu-find.png" alt="Find Menu">
-<div class="float-caption"><p><strong>Image 5.2: </strong>Find Menubar 
Menu</p></div></div><br>
+<img class="image" src="im/menu-find.png" alt="Find Menu">
+<div class="caption"><p><strong class="strong">Image 5.2: </strong>Find 
Menubar Menu</p></div></div><br>
 
-<span id="index-hyperbole_002dpopup_002dmenu"></span>
-<span id="index-popup-menu"></span>
-<span id="index-hyperbole-popup-menu"></span>
-<p>The Hyperbole popup menu, <code>hyperbole-popup-menu</code>, replicates the
+<a class="index-entry-id" id="index-hyperbole_002dpopup_002dmenu"></a>
+<a class="index-entry-id" id="index-popup-menu"></a>
+<a class="index-entry-id" id="index-hyperbole-popup-menu"></a>
+<p>The Hyperbole popup menu, <code class="code">hyperbole-popup-menu</code>, 
replicates the
 Hyperbole menubar menu.  It can be bound to a mouse key but is not
 bound to one by default.   It can also be assigned as the default
 Action or Assist Key action to use when no matching context is found.
-See <a href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a>, for details.
+See <a class="xref" href="#Smart-Key-_002d-Default-Context">Smart Key - 
Default Context</a>, for details.
 </p>
-<span id="index-minibuffer-menus"></span>
-<span id="index-menu-item-key-bindings"></span>
+<a class="index-entry-id" id="index-minibuffer-menus"></a>
+<a class="index-entry-id" id="index-menu-item-key-bindings"></a>
 <p>The rest of this section discusses only the
-specialized <em>minibuffer menus</em> which appear in the minibuffer
+specialized <em class="dfn">minibuffer menus</em> which appear in the 
minibuffer
 window and work with all emacs versions on all display devices.  They
 provide similar capabilities to those of the Hyperbole menubar but
 additionally allow for fast menu item selection via the keyboard or
 mouse.  When used with the keyboard, they provide command access
 similar to key bindings.  In fact, any menu item can be bound to a
-global key sequence.  See <a href="#Binding-Minibuffer-Menu-Items">Binding 
Minibuffer Menu Items</a>.
-</p>
-<span id="index-C_002dh-h-1"></span>
-<span id="index-minibuffer-menu"></span>
-<span id="index-file_002c-hyperbole_002eel-2"></span>
-<span id="index-invoking-Hyperbole"></span>
-<span id="index-starting-Hyperbole"></span>
-<span id="index-Hyperbole_002c-starting"></span>
-<span id="index-Hyperbole-main-menu"></span>
+global key sequence.  See <a class="xref" 
href="#Binding-Minibuffer-Menu-Items">Binding Minibuffer Menu Items</a>.
+</p>
+<a class="index-entry-id" id="index-C_002dh-h-1"></a>
+<a class="index-entry-id" id="index-minibuffer-menu"></a>
+<a class="index-entry-id" id="index-file_002c-hyperbole_002eel-2"></a>
+<a class="index-entry-id" id="index-invoking-Hyperbole"></a>
+<a class="index-entry-id" id="index-starting-Hyperbole"></a>
+<a class="index-entry-id" id="index-Hyperbole_002c-starting"></a>
+<a class="index-entry-id" id="index-Hyperbole-main-menu"></a>
 <p>The top-level Hyperbole minibuffer menu is invoked from a key given in your
-<samp>hyperbole.el</samp> file (by default, <kbd>{C-h h}</kbd>) or with a click
+<samp class="file">hyperbole.el</samp> file (by default, <kbd class="kbd">{C-h 
h}</kbd>) or with a click
 of the Action Mouse Key in the minibuffer when it is inactive.  It should
 look like this:
 </p>
-<div class="example">
-<pre class="example">Hy&gt;  Act Butfile/ Cust/ Doc/ Ebut/ Find/ Gbut/ Hist 
Ibut/ Kotl/ Msg/ Rolo/ Screen/ Win/
+<div class="example smallexample">
+<pre class="example-preformatted">Hy&gt;  Act Butfile/ Cust/ Doc/ Ebut/ Find/ 
Gbut/ Hist Ibut/ Kotl/ Msg/ Rolo/ Screen/ Win/
 </pre></div>
 
-<span id="index-submenus"></span>
-<span id="index-menu-help"></span>
-<span id="index-help_002c-menu-items"></span>
-<span id="index-menu-item-selection"></span>
-<span id="index-selection_002c-menu-items"></span>
-<span id="index-TAB"></span>
-<span id="index-M_002df"></span>
-<span id="index-Shift_002dTAB"></span>
-<span id="index-M_002db"></span>
+<a class="index-entry-id" id="index-submenus"></a>
+<a class="index-entry-id" id="index-menu-help"></a>
+<a class="index-entry-id" id="index-help_002c-menu-items"></a>
+<a class="index-entry-id" id="index-menu-item-selection"></a>
+<a class="index-entry-id" id="index-selection_002c-menu-items"></a>
+<a class="index-entry-id" id="index-TAB"></a>
+<a class="index-entry-id" id="index-M_002df"></a>
+<a class="index-entry-id" id="index-Shift_002dTAB"></a>
+<a class="index-entry-id" id="index-M_002db"></a>
 <p>All menu items are selected via the first character of their names (letter
 case does not matter), with presses of the Action Key or by using
-{<tt class="key">TAB</tt>} or <kbd>{M-f}</kbd> to move forward an item, 
<kbd>{Shift-<span class="key">TAB</span>}</kbd>
-or <kbd>{M-b}</kbd> to move backward an item and {<tt class="key">RET</tt>} to 
select the
+{<kbd class="key">TAB</kbd>} or <kbd class="kbd">{M-f}</kbd> to move forward 
an item, <kbd class="kbd">{Shift-<kbd class="key">TAB</kbd>}</kbd>
+or <kbd class="kbd">{M-b}</kbd> to move backward an item and {<kbd 
class="key">RET</kbd>} to select the
 current item.  A press of the Assist Key on an item displays help for the
 item, including the action that it performs.  &quot;/&quot; at the end of an 
item name
 indicates that it brings up a submenu.
 </p>
-<span id="index-C_002dt"></span>
-<span id="index-q"></span>
-<span id="index-C_002dg"></span>
-<span id="index-menu_002c-top_002dlevel"></span>
-<span id="index-top_002dlevel-menu"></span>
-<span id="index-menu-prefix"></span>
+<a class="index-entry-id" id="index-C_002dt"></a>
+<a class="index-entry-id" id="index-q"></a>
+<a class="index-entry-id" id="index-C_002dg"></a>
+<a class="index-entry-id" id="index-menu_002c-top_002dlevel"></a>
+<a class="index-entry-id" id="index-top_002dlevel-menu"></a>
+<a class="index-entry-id" id="index-menu-prefix"></a>
 <p>While a menu is active, to re-activate the top-level Hyperbole menu,
-use <kbd>{C-t}</kbd> or press the Action Key while on the menu prefix
-(before the &lsquo;<samp>&gt;</samp>&rsquo; character).  This allows you to 
browse the
+use <kbd class="kbd">{C-t}</kbd> or press the Action Key while on the menu 
prefix
+(before the &lsquo;<samp class="samp">&gt;</samp>&rsquo; character).  This 
allows you to browse the
 submenus and then return to the top menu.  You can quit without
-selecting an item by using <kbd>{q}</kbd> or pressing {<tt 
class="key">RET</tt>} when at
-the end of a menu.  <kbd>{C-g}</kbd> aborts from the minibuffer whether you
+selecting an item by using <kbd class="kbd">{q}</kbd> or pressing {<kbd 
class="key">RET</kbd>} when at
+the end of a menu.  <kbd class="kbd">{C-g}</kbd> aborts from the minibuffer 
whether you
 are at a menu prompt or any other Hyperbole prompt.
 </p>
 <p>The top-level Hyperbole minibuffer menu items serve the following purposes:
 </p>
-<dl compact="compact">
-<dd><span id="index-menu-item_002c-Act"></span>
-<span id="index-menu-item_002c-Activate_002dButton_002din_002dBuffer"></span>
+<dl class="table">
+<dd><a class="index-entry-id" id="index-menu-item_002c-Act"></a>
+<a class="index-entry-id" 
id="index-menu-item_002c-Activate_002dButton_002din_002dBuffer"></a>
 </dd>
-<dt><strong>Act</strong></dt>
+<dt><strong class="strong">Act</strong></dt>
 <dd><p>Activate button at point or if there is no button at point, prompt for
 a labeled explicit or implicit button from the current buffer to activate.
 </p>
-<span id="index-menu_002c-Button_002dFile"></span>
-<span id="index-menu_002c-Butfile"></span>
-<span id="index-button-file_002c-HYPB"></span>
-<span id="index-file_002c-HYPB"></span>
+<a class="index-entry-id" id="index-menu_002c-Button_002dFile"></a>
+<a class="index-entry-id" id="index-menu_002c-Butfile"></a>
+<a class="index-entry-id" id="index-button-file_002c-HYPB"></a>
+<a class="index-entry-id" id="index-file_002c-HYPB"></a>
 </dd>
-<dt><strong>Butfile/</strong></dt>
+<dt><strong class="strong">Butfile/</strong></dt>
 <dd><p>Easy access to a directory-specific or personal file of buttons.
-<samp>HYPB</samp> is the name of the directory-specific button file and
-<samp>~/.hyperb/HYPB</samp> is the personal file of global buttons.
+<samp class="file">HYPB</samp> is the name of the directory-specific button 
file and
+<samp class="file">~/.hyperb/HYPB</samp> is the personal file of global 
buttons.
 These are good places to begin experimenting with button creation.
 </p>
-<span id="index-menu_002c-Customize"></span>
-<span id="index-menu_002c-Cust"></span>
-<span id="index-customize"></span>
-<span id="index-option-settings"></span>
+<a class="index-entry-id" id="index-menu_002c-Customize"></a>
+<a class="index-entry-id" id="index-menu_002c-Cust"></a>
+<a class="index-entry-id" id="index-customize"></a>
+<a class="index-entry-id" id="index-option-settings"></a>
 </dd>
-<dt><strong>Cust/</strong></dt>
+<dt><strong class="strong">Cust/</strong></dt>
 <dd><p>Hyperbole option customization.  This includes whether ftp and www
-URLs are recognized by the <code>find-file</code> commands, where Hyperbole
+URLs are recognized by the <code class="code">find-file</code> commands, where 
Hyperbole
 link referents are displayed, where URLs are displayed, where web
 search results are displayed, whether date stamps are added to rolo
 entries, and whether to use proportional or windowful scrolling when a
 Smart Key is pressed at the end of a line.
-See <a href="#Customization">Customization</a>.
+See <a class="xref" href="#Customization">Customization</a>.
 </p>
-<span id="index-menu_002c-KeyBindings"></span>
-<span id="index-key-binding_002c-menu"></span>
-<span id="index-mouse-bindings"></span>
-<p>The &lsquo;<samp>KeyBindings/</samp>&rsquo; submenu allows individual 
changes to each
+<a class="index-entry-id" id="index-menu_002c-KeyBindings"></a>
+<a class="index-entry-id" id="index-key-binding_002c-menu"></a>
+<a class="index-entry-id" id="index-mouse-bindings"></a>
+<p>The &lsquo;<samp class="samp">KeyBindings/</samp>&rsquo; submenu allows 
individual changes to each
 keyboard key that Hyperbole binds for its commands, notably the Action
-Key.  See <a href="#Smart-Key-Bindings">Smart Key Bindings</a>, for more 
information.
+Key.  See <a class="xref" href="#Smart-Key-Bindings">Smart Key Bindings</a>, 
for more information.
 </p>
-<p>See <a href="#Hyperbole-Key-Bindings">Hyperbole Key Bindings</a>, for 
complete descriptions of Hyperbole&rsquo;s
+<p>See <a class="xref" href="#Hyperbole-Key-Bindings">Hyperbole Key 
Bindings</a>, for complete descriptions of Hyperbole&rsquo;s
 key bindings and how to manage them.
 </p>
-<span id="index-menu_002c-Explicit_002dButton"></span>
-<span id="index-menu_002c-EBut"></span>
+<a class="index-entry-id" id="index-menu_002c-Explicit_002dButton"></a>
+<a class="index-entry-id" id="index-menu_002c-EBut"></a>
 </dd>
-<dt><strong>Ebut/</strong></dt>
+<dt><strong class="strong">Ebut/</strong></dt>
 <dd><p>All explicit button commands.  The window-system-based Hyperbole
 menu includes an activation menu item for each explicit button found
 in the current buffer.
 </p>
-<span id="index-menu_002c-Documentation"></span>
-<span id="index-menu_002c-Doc"></span>
-<span id="index-menu_002c-Types"></span>
+<a class="index-entry-id" id="index-menu_002c-Documentation"></a>
+<a class="index-entry-id" id="index-menu_002c-Doc"></a>
+<a class="index-entry-id" id="index-menu_002c-Types"></a>
 </dd>
-<dt><strong>Doc/</strong></dt>
+<dt><strong class="strong">Doc/</strong></dt>
 <dd><p>Hyperbole documentation quick access.  This menu contains an About item
 which describes Hyperbole and a Demo item which demonstrates a number of
 interactive Hyperbole features.  It also contains the Types/ submenu for
 documentation on Hyperbole implicit button and action types.
 </p>
-<span id="index-Find"></span>
-<span id="index-Grep"></span>
-<span id="index-menu_002c-Find"></span>
-<span id="index-search"></span>
+<a class="index-entry-id" id="index-Find"></a>
+<a class="index-entry-id" id="index-Grep"></a>
+<a class="index-entry-id" id="index-menu_002c-Find"></a>
+<a class="index-entry-id" id="index-search"></a>
 </dd>
-<dt><strong>Find/</strong></dt>
+<dt><strong class="strong">Find/</strong></dt>
 <dd><p>Buffer and file line finding commands and web searching.  This menu
 brings together many existing line finding commands that are difficult
 to recall quickly when needed, simplifying finding and then jumping to
@@ -4511,139 +3905,141 @@ access to popular web search engines.
 </p>
 <p>Below are each of the commands on the Find menu.
 </p>
-<span id="index-match-lines-2"></span>
-<span id="index-remove-lines"></span>
-<span id="index-save-lines"></span>
-<span id="index-locate-files"></span>
-<span id="index-grep-files"></span>
-<span id="index-menu-item_002c-GrepFile"></span>
-<span id="index-menu-item_002c-LocateFiles"></span>
-<span id="index-menu-item_002c-MatchFileBuffers"></span>
-<span id="index-menu-item_002c-OccurHere"></span>
-<span id="index-menu-item_002c-RemoveLines"></span>
-<span id="index-menu-item_002c-SaveLines"></span>
-<span id="index-hypb_003argrep_002dcommand"></span>
-<span id="index-locate_002dcommand"></span>
-<ul>
-<li> GrepFiles -        Show numbered line matches for a regexp in all
+<a class="index-entry-id" id="index-match-lines-2"></a>
+<a class="index-entry-id" id="index-remove-lines"></a>
+<a class="index-entry-id" id="index-save-lines"></a>
+<a class="index-entry-id" id="index-locate-files"></a>
+<a class="index-entry-id" id="index-grep-files"></a>
+<a class="index-entry-id" id="index-menu-item_002c-GrepFile"></a>
+<a class="index-entry-id" id="index-menu-item_002c-LocateFiles"></a>
+<a class="index-entry-id" id="index-menu-item_002c-MatchFileBuffers"></a>
+<a class="index-entry-id" id="index-menu-item_002c-OccurHere"></a>
+<a class="index-entry-id" id="index-menu-item_002c-RemoveLines"></a>
+<a class="index-entry-id" id="index-menu-item_002c-SaveLines"></a>
+<a class="index-entry-id" id="index-hypb_003argrep_002dcommand"></a>
+<a class="index-entry-id" id="index-locate_002dcommand"></a>
+<ul class="itemize mark-bullet">
+<li>GrepFiles -        Show numbered line matches for a regexp in all
                    non-backup, non-auto-save files below the current directory.
                    If in an Emacs Lisp mode buffer and no PREFIX-ARG
                    is given, limit search to only .el and .el.gz
-                   files.  Set <code>hypb:rgrep-command</code> to change the
+                   files.  Set <code class="code">hypb:rgrep-command</code> to 
change the
                    grep command or options.
 
-</li><li> LocateFiles -      Prompt for a pattern and display a list of all 
+</li><li>LocateFiles -      Prompt for a pattern and display a list of all 
                    matching pathnames found throughout the file
                    system.  On Mac OS X, this uses Spotlight
-                   (the <code>mdfind</code> command); on UNIX, it uses
-                   the <code>locate</code> command.  Within the resulting
+                   (the <code class="code">mdfind</code> command); on UNIX, it 
uses
+                   the <code class="code">locate</code> command.  Within the 
resulting
                    *Locate* buffer, Find/Grep-Files will find matching lines
                    within only these paths (files and directories).
 
-</li><li> MatchFileBuffers - Show numbered line matches for regexp in all 
file-based buffers.
+</li><li>MatchFileBuffers - Show numbered line matches for regexp in all 
file-based buffers.
 
-</li><li> OccurHere -        Show numbered line matches for regexp from this 
buffer.
+</li><li>OccurHere -        Show numbered line matches for regexp from this 
buffer.
 
-</li><li> RemoveLines -      Following point, remove all lines that match 
regexp.
+</li><li>RemoveLines -      Following point, remove all lines that match 
regexp.
 
-</li><li> SaveLines -        Following point, keep only lines that match 
regexp.
-<span id="index-menu_002c-Find_002fWeb"></span>
-<span id="index-menu_002c-Web"></span>
-<span id="index-searching-the-web"></span>
-<span id="index-web-search"></span>
-<span id="index-C_002dc-_002f"></span>
-<span id="index-hyperbole_002dweb_002dsearch_002dbrowser_002dfunction"></span>
+</li><li>SaveLines -        Following point, keep only lines that match regexp.
+<a class="index-entry-id" id="index-menu_002c-Find_002fWeb"></a>
+<a class="index-entry-id" id="index-menu_002c-Web"></a>
+<a class="index-entry-id" id="index-searching-the-web"></a>
+<a class="index-entry-id" id="index-web-search"></a>
+<a class="index-entry-id" id="index-C_002dc-_002f"></a>
+<a class="index-entry-id" 
id="index-hyperbole_002dweb_002dsearch_002dbrowser_002dfunction"></a>
 
-</li><li> Web/ -             Select a search engine and term and search with 
them or
+</li><li>Web/ -             Select a search engine and term and search with 
them or
                    use Jump to go to a named URL (using webjump library).
 
-<p>Hyperbole binds the key <kbd>{C-c /}</kbd> for quick
+<p>Hyperbole binds the key <kbd class="kbd">{C-c /}</kbd> for quick
                    access to this menu, if it is not already bound
                    prior to Hyperbole&rsquo;s initialization.  The 
Cust/Web-Search-Search
-                   menu sets the option, 
<code>hyperbole-web-search-browser-function</code>,
+                   menu sets the option, <code 
class="code">hyperbole-web-search-browser-function</code>,
                    which determines whether web search results are displayed
                    within Emacs or with an external web browser.  A short
                    video introduction to the Find/Web menu may be
-                   found at <a 
href="https://youtu.be/8lMlJed0-OM";>https://youtu.be/8lMlJed0-OM</a>.
+                   found at <a class="url" 
href="https://youtu.be/8lMlJed0-OM";>https://youtu.be/8lMlJed0-OM</a>.
 </p>
 <p>The Find/Web menu looks like this:
 </p>
-<div class="example">
-<pre class="example">Web&gt;  Amazon Bing Dictionary Elisp Facebook Google 
gitHub Images
+<div class="example smallexample">
+<pre class="example-preformatted">Web&gt;  Amazon Bing Dictionary Elisp 
Facebook Google gitHub Images
       Jump Maps RFCs StackOverflow Twitter Wikipedia Youtube
 </pre></div>
 </li></ul>
 
-<span id="index-menu_002c-Global_002dButton-1"></span>
-<span id="index-menu_002c-Gbut-1"></span>
+<a class="index-entry-id" id="index-menu_002c-Global_002dButton-1"></a>
+<a class="index-entry-id" id="index-menu_002c-Gbut-1"></a>
 </dd>
-<dt><strong>Gbut/</strong></dt>
+<dt><strong class="strong">Gbut/</strong></dt>
 <dd><p>All global button commands.  Global buttons are accessed by name
 rather than by direct selection.  The Hyperbole menubar menu also
 includes an activation menu item for each global button.
-<span id="index-menu-item_002c-Back_002dto_002dPrior_002dLocation"></span>
-<span id="index-menu-item_002c-Hist"></span>
-<span id="index-history"></span>
+<a class="index-entry-id" 
id="index-menu-item_002c-Back_002dto_002dPrior_002dLocation"></a>
+<a class="index-entry-id" id="index-menu-item_002c-Hist"></a>
+<a class="index-entry-id" id="index-history"></a>
 </p></dd>
-<dt><strong>Hist</strong></dt>
+<dt><strong class="strong">Hist</strong></dt>
 <dd><p>Return to previous positions in the button traversal history.
 </p>
-<span id="index-menu_002c-Implicit_002dButton"></span>
-<span id="index-menu_002c-Ibut"></span>
+<a class="index-entry-id" id="index-menu_002c-Implicit_002dButton"></a>
+<a class="index-entry-id" id="index-menu_002c-Ibut"></a>
 </dd>
-<dt><strong>Ibut/</strong></dt>
+<dt><strong class="strong">Ibut/</strong></dt>
 <dd><p>All implicit button commands.
 </p>
-<span id="index-menu_002c-Mail_002dLists"></span>
-<span id="index-menu_002c-Msg"></span>
+<a class="index-entry-id" id="index-menu_002c-Mail_002dLists"></a>
+<a class="index-entry-id" id="index-menu_002c-Msg"></a>
 </dd>
-<dt><strong>Msg/</strong></dt>
+<dt><strong class="strong">Msg/</strong></dt>
 <dd><p>Hyperbole-specific email messaging commands.  Use this to send mail to
 a Hyperbole discussion mailing list.
 </p>
-<span id="index-menu_002c-Outliner"></span>
-<span id="index-menu_002c-Koutline"></span>
-<span id="index-menu_002c-Kotl"></span>
+<a class="index-entry-id" id="index-menu_002c-Outliner"></a>
+<a class="index-entry-id" id="index-menu_002c-Koutline"></a>
+<a class="index-entry-id" id="index-menu_002c-Kotl"></a>
 </dd>
-<dt><strong>Kotl/</strong></dt>
+<dt><strong class="strong">Kotl/</strong></dt>
 <dd><p>Autonumbered, structured outliner commands with per-node hyperlink 
anchors.
-See <a href="#Koutliner">Koutliner</a>.
+See <a class="xref" href="#Koutliner">Koutliner</a>.
 </p>
-<span id="index-menu_002c-Rolo"></span>
+<a class="index-entry-id" id="index-menu_002c-Rolo"></a>
 </dd>
-<dt><strong>Rolo/</strong></dt>
+<dt><strong class="strong">Rolo/</strong></dt>
 <dd><p>Hierarchical, multi-file contact manager lookup and edit commands.
-See <a href="#HyRolo">HyRolo</a>.
+See <a class="xref" href="#HyRolo">HyRolo</a>.
 </p>
-<span id="index-menu_002c-Screen"></span>
+<a class="index-entry-id" id="index-menu_002c-Screen"></a>
 </dd>
-<dt><strong>Screen/</strong></dt>
-<dd><p>Window, frame and buffer display control commands.  See <a 
href="#HyControl">HyControl</a>.
+<dt><strong class="strong">Screen/</strong></dt>
+<dd><p>Window, frame and buffer display control commands.  See <a class="xref" 
href="#HyControl">HyControl</a>.
 </p>
-<span id="index-menu_002c-Window_002dConfigurations"></span>
-<span id="index-menu_002c-WinConfig"></span>
+<a class="index-entry-id" id="index-menu_002c-Window_002dConfigurations"></a>
+<a class="index-entry-id" id="index-menu_002c-WinConfig"></a>
 </dd>
-<dt><strong>Win/</strong></dt>
+<dt><strong class="strong">Win/</strong></dt>
 <dd><p>Window configuration management commands, such as adding and restoring
-window configurations by name.  See <a href="#Window-Configurations">Window 
Configurations</a>.
+window configurations by name.  See <a class="xref" 
href="#Window-Configurations">Window Configurations</a>.
 </p>
 </dd>
 </dl>
 
 <hr>
-<span id="HyControl"></span><div class="header">
+</div>
+<div class="chapter-level-extent" id="HyControl">
+<div class="nav-panel">
 <p>
-Next: <a href="#Koutliner" accesskey="n" rel="next">Koutliner</a>, Previous: 
<a href="#Menus" accesskey="p" rel="prev">Menus</a>, Up: <a href="#Top" 
accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Koutliner" accesskey="n" rel="next">Koutliner</a>, Previous: 
<a href="#Menus" accesskey="p" rel="prev">Menus</a>, Up: <a href="#Top" 
accesskey="u" rel="up">GNU Hyperbole</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="HyControl-1"></span><h2 class="chapter">6 HyControl</h2>
+<h2 class="chapter" id="HyControl-1">6 HyControl</h2>
 
-<span id="index-windows-control"></span>
-<span id="index-frames-control"></span>
-<span id="index-HyControl"></span>
-<span id="index-invoking-HyControl"></span>
-<span id="index-starting-HyControl"></span>
-<span id="index-screen"></span>
-<span id="index-display"></span>
+<a class="index-entry-id" id="index-windows-control"></a>
+<a class="index-entry-id" id="index-frames-control"></a>
+<a class="index-entry-id" id="index-HyControl"></a>
+<a class="index-entry-id" id="index-invoking-HyControl"></a>
+<a class="index-entry-id" id="index-starting-HyControl"></a>
+<a class="index-entry-id" id="index-screen"></a>
+<a class="index-entry-id" id="index-display"></a>
 <p>Hyperbole includes the fastest, easiest-to-use Emacs window and frame
 management system available, HyControl, found under the Hyperbole
 Screen menu.  If you use a lot of Emacs windows or frames (typically,
@@ -4654,38 +4050,38 @@ down to the pixel-level if desired.  You adjust the 
location, size and
 display elements of your windows and frames until they look as you like
 and then simply quit HyControl and go back to work.
 </p>
-<span id="index-C_002dc-_005c"></span>
-<span id="index-screen_002c-C_002dc-_005c"></span>
-<span id="index-C_002dh-h-s-w"></span>
-<span id="index-screen_002c-C_002dh-h-s-w"></span>
-<span id="index-C_002dh-h-s-f"></span>
-<span id="index-screen_002c-C_002dh-h-s-f"></span>
-<span id="index-menu-item_002c-WindowsControl"></span>
-<span id="index-menu-item_002c-FramesControl"></span>
-<p>Hyperbole binds the key <kbd>{C-c \}</kbd> for quick access to 
HyControl&rsquo;s
+<a class="index-entry-id" id="index-C_002dc-_005c"></a>
+<a class="index-entry-id" id="index-screen_002c-C_002dc-_005c"></a>
+<a class="index-entry-id" id="index-C_002dh-h-s-w"></a>
+<a class="index-entry-id" id="index-screen_002c-C_002dh-h-s-w"></a>
+<a class="index-entry-id" id="index-C_002dh-h-s-f"></a>
+<a class="index-entry-id" id="index-screen_002c-C_002dh-h-s-f"></a>
+<a class="index-entry-id" id="index-menu-item_002c-WindowsControl"></a>
+<a class="index-entry-id" id="index-menu-item_002c-FramesControl"></a>
+<p>Hyperbole binds the key <kbd class="kbd">{C-c \}</kbd> for quick access to 
HyControl&rsquo;s
 window control menu, if it was not already bound prior to Hyperbole&rsquo;s
 initialization; otherwise, the Screen/WindowsControl minibuffer menu
-item, <kbd>{C-h h s w}</kbd>, will do the same thing.  To start HyControl
-with the frames menu instead, use Screen/FramesControl, <kbd>{C-h h s
+item, <kbd class="kbd">{C-h h s w}</kbd>, will do the same thing.  To start 
HyControl
+with the frames menu instead, use Screen/FramesControl, <kbd class="kbd">{C-h 
h s
 f}</kbd>.
 </p>
-<span id="index-submodes"></span>
-<span id="index-screen_002c-t"></span>
-<span id="index-screen_002c-q"></span>
-<span id="index-screen_002c-Q"></span>
+<a class="index-entry-id" id="index-submodes"></a>
+<a class="index-entry-id" id="index-screen_002c-t"></a>
+<a class="index-entry-id" id="index-screen_002c-q"></a>
+<a class="index-entry-id" id="index-screen_002c-Q"></a>
 <p>Once in HyControl, your minibuffer window at the bottom of the
 selected frame will display a summary of keys you may use to adjust
-your windows until you press <kbd>{q}</kbd> or <kbd>{Q}</kbd> to quit from
-HyControl.  The key, <kbd>{t}</kbd>, will always toggle between controlling
-frames and windows, the <em>submodes</em> of HyControl, with the upper
+your windows until you press <kbd class="kbd">{q}</kbd> or <kbd 
class="kbd">{Q}</kbd> to quit from
+HyControl.  The key, <kbd class="kbd">{t}</kbd>, will always toggle between 
controlling
+frames and windows, the <em class="dfn">submodes</em> of HyControl, with the 
upper
 left of the minibuffer prompt showing which type of control is active.
 </p>
-<span id="index-numeric-argument"></span>
-<span id="index-multiplier"></span>
+<a class="index-entry-id" id="index-numeric-argument"></a>
+<a class="index-entry-id" id="index-multiplier"></a>
 <p>A number of commands take a single numeric argument, e.g. movement and
 sizing, which you can enter by typing a period to clear the argument,
 followed by any positive number up to 1000.  You may also use
-the <kbd>{C-u}</kbd> universal argument key to apply a multiplier of 4 to
+the <kbd class="kbd">{C-u}</kbd> universal argument key to apply a multiplier 
of 4 to
 the argument, any number of times.  Any entry that pushes the argument
 over 1000, restarts it, so 10005 would produce an argument of 5.
 </p>
@@ -4693,70 +4089,70 @@ over 1000, restarts it, so 10005 would produce an 
argument of 5.
 explanation does not say otherwise, then the key applies in both window
 and frame submodes.
 </p>
-<dl compact="compact">
+<dl class="table">
 <dd>
-<span id="index-HyControl-help"></span>
-<span id="index-HyControl_002c-see-screen"></span>
-<span id="index-screen_002c-_003f"></span>
-<span id="index-_003f"></span>
+<a class="index-entry-id" id="index-HyControl-help"></a>
+<a class="index-entry-id" id="index-HyControl_002c-see-screen"></a>
+<a class="index-entry-id" id="index-screen_002c-_003f"></a>
+<a class="index-entry-id" id="index-_003f"></a>
 </dd>
-<dt><kbd>{?}</kbd></dt>
+<dt><kbd class="kbd">{?}</kbd></dt>
 <dd><p>Toggle whether HyControl displays key binding help in the minibuffer.
 </p>
-<span id="index-HyControl_002c-see-screen-1"></span>
-<span id="index-screen_002c-_002e"></span>
-<span id="index-_002e"></span>
+<a class="index-entry-id" id="index-HyControl_002c-see-screen-1"></a>
+<a class="index-entry-id" id="index-screen_002c-_002e"></a>
+<a class="index-entry-id" id="index-_002e"></a>
 </dd>
-<dt><kbd>{.}</kbd></dt>
+<dt><kbd class="kbd">{.}</kbd></dt>
 <dd><p>Clear the prefix argument to a value of 0.
 </p>
-<span id="index-screen_002c-0_002d9"></span>
-<span id="index-0_002d9"></span>
+<a class="index-entry-id" id="index-screen_002c-0_002d9"></a>
+<a class="index-entry-id" id="index-0_002d9"></a>
 </dd>
-<dt><kbd>{0-9}</kbd></dt>
+<dt><kbd class="kbd">{0-9}</kbd></dt>
 <dd><p>Multiply the prefix argument by 10 and add the digit pressed (or 
subtract it if
 prefix argument is negative).
 </p>
-<span id="index-screen_002c-_002d"></span>
-<span id="index-_002d"></span>
+<a class="index-entry-id" id="index-screen_002c-_002d"></a>
+<a class="index-entry-id" id="index-_002d"></a>
 </dd>
-<dt><kbd>{-}</kbd></dt>
+<dt><kbd class="kbd">{-}</kbd></dt>
 <dd><p>If HyControl mode was just enabled or the last command was prefix 
arg-related,
 invert the value of the prefix argument or if 0, set it to -1.  Otherwise,
 depending on whether in Frames or Windows mode, shrink the frame or window to
 the minimum size needed to display its text.
 </p>
-<span id="index-C_002du"></span>
-<span id="index-C_002du-1"></span>
+<a class="index-entry-id" id="index-C_002du"></a>
+<a class="index-entry-id" id="index-C_002du-1"></a>
 </dd>
-<dt><kbd>{C-u}</kbd></dt>
+<dt><kbd class="kbd">{C-u}</kbd></dt>
 <dd><p>Multiply the prefix argument by 4 each time this is pressed.
 </p>
-<span id="index-windows-grid"></span>
-<span id="index-grid-of-windows"></span>
-<span id="index-HyControl-windows-grid"></span>
-<span id="index-screen_002c-_0040"></span>
-<span id="index-_0040"></span>
+<a class="index-entry-id" id="index-windows-grid"></a>
+<a class="index-entry-id" id="index-grid-of-windows"></a>
+<a class="index-entry-id" id="index-HyControl-windows-grid"></a>
+<a class="index-entry-id" id="index-screen_002c-_0040"></a>
+<a class="index-entry-id" id="index-_0040"></a>
 </dd>
-<dt><kbd>{@}</kbd></dt>
+<dt><kbd class="kbd">{@}</kbd></dt>
 <dd>
-<p>Display a <em>grid of windows</em> in the selected frame sized according to
+<p>Display a <em class="dfn">grid of windows</em> in the selected frame sized 
according to
 the prefix argument or via a prompted input.  Left digit of the argument is
 the number of grid rows and the right digit is the number of grid columns
 to display.  The buffers displayed in the grid are determined by the value
 of the prefix argument given to the command or by the selected items in the
 current window if in Buffer Menu, Ibuffer Menu or Dired mode.
 </p>
-<span 
id="index-hycontrol_002ddisplay_002dbuffer_002dpredicate_002dlist"></span>
+<a class="index-entry-id" 
id="index-hycontrol_002ddisplay_002dbuffer_002dpredicate_002dlist"></a>
 <p>With no prefix argument and no items chosen, the selected frame&rsquo;s 
buffer list
-is filtered through <code>hycontrol-display-buffer-predicate-list</code>, a 
list of
+is filtered through <code 
class="code">hycontrol-display-buffer-predicate-list</code>, a list of
 predicate/boolean filter functions.  The default predicate selects existing
 buffers with attached files and displays those.
 </p>
-<div class="float"><span id="image_003a2x3_002dWindows_002dGrid"></span>
+<div class="float" id="image_003a2x3_002dWindows_002dGrid">
 
-<img src="im/wgrid-2x3.png" alt="2x3 Windows Grid">
-<div class="float-caption"><p><strong>Image 6.1: </strong>2x3 Windows 
Grid</p></div></div><br>
+<img class="image" src="im/wgrid-2x3.png" alt="2x3 Windows Grid">
+<div class="caption"><p><strong class="strong">Image 6.1: </strong>2x3 Windows 
Grid</p></div></div><br>
 
 <p>With a prefix argument of 0, the user is prompted for a major mode name and
 the windows grid size.  Only those buffers with the named major mode are
@@ -4777,390 +4173,388 @@ following commands from using the often large grid 
size argument.
 
 
 
-<span id="index-hycontrol_002dwindow_002dgrid_002drepeatedly"></span>
+<a class="index-entry-id" 
id="index-hycontrol_002dwindow_002dgrid_002drepeatedly"></a>
 <p>If you ever need to experiment with different sized window grids, use
-<kbd>{M-x hycontrol-window-grid-repeatedly <span 
class="key">RET</span>}</kbd>.  It will
+<kbd class="kbd">{M-x hycontrol-window-grid-repeatedly <kbd 
class="key">RET</kbd>}</kbd>.  It will
 repeatedly prompt you for a grid size and then display it.  When you
-are done, simply press <kbd>{<span class="key">RET</span>}</kbd> to exit.
+are done, simply press <kbd class="kbd">{<kbd class="key">RET</kbd>}</kbd> to 
exit.
 </p>
-<span 
id="index-hycontrol_002dwindows_002dgrid_002dby_002dbuffer_002dlist"></span>
-<span 
id="index-hycontrol_002dwindows_002dgrid_002dby_002dfile_002dpattern"></span>
-<span 
id="index-hycontrol_002dwindows_002dgrid_002dby_002dfile_002dlist"></span>
+<a class="index-entry-id" 
id="index-hycontrol_002dwindows_002dgrid_002dby_002dbuffer_002dlist"></a>
+<a class="index-entry-id" 
id="index-hycontrol_002dwindows_002dgrid_002dby_002dfile_002dpattern"></a>
+<a class="index-entry-id" 
id="index-hycontrol_002dwindows_002dgrid_002dby_002dfile_002dlist"></a>
 <p>Programmatically, there are a number of ways to generate and display a 
windows grid.
-<code>hycontrol-windows-grid-by-file-pattern</code> creates a windows grid 
from a glob file
-pattern.  It is bound to <kbd>{C--1 C-c @}</kbd>.  
<code>hycontrol-windows-grid-by-buffer-list</code>
+<code class="code">hycontrol-windows-grid-by-file-pattern</code> creates a 
windows grid from a glob file
+pattern.  It is bound to <kbd class="kbd">{C--1 C-c @}</kbd>.  <code 
class="code">hycontrol-windows-grid-by-buffer-list</code>
 creates a windows grid from a list of buffers or buffer names.
-<code>hycontrol-windows-grid-by-file-list</code> creates a windows grid from a 
list of file
+<code class="code">hycontrol-windows-grid-by-file-list</code> creates a 
windows grid from a list of file
 names.
 </p>
-<span id="index-frame-resize"></span>
-<span id="index-hycontrol_002dframe_002dwidths"></span>
-<span id="index-screen_002c-a"></span>
-<span id="index-a"></span>
+<a class="index-entry-id" id="index-frame-resize"></a>
+<a class="index-entry-id" id="index-hycontrol_002dframe_002dwidths"></a>
+<a class="index-entry-id" id="index-screen_002c-a"></a>
+<a class="index-entry-id" id="index-a"></a>
 </dd>
-<dt><kbd>{a}</kbd></dt>
+<dt><kbd class="kbd">{a}</kbd></dt>
 <dd><p>Cycle through common width adjustments of a frame, such as 25% and
 50%. Widths are given in screen percentages by the list
-<code>hycontrol-frame-widths</code> and typically go from widest to
+<code class="code">hycontrol-frame-widths</code> and typically go from widest 
to
 narrowest.
 </p>
-<span id="index-hycontrol_002dframe_002dheights"></span>
-<span id="index-screen_002c-A"></span>
-<span id="index-A"></span>
+<a class="index-entry-id" id="index-hycontrol_002dframe_002dheights"></a>
+<a class="index-entry-id" id="index-screen_002c-A"></a>
+<a class="index-entry-id" id="index-A"></a>
 </dd>
-<dt><kbd>{A}</kbd></dt>
+<dt><kbd class="kbd">{A}</kbd></dt>
 <dd><p>Cycle through common height adjustments of a frame, such as 33.3% and
 75%.  Heights are given in screen percentages by the list
-<code>hycontrol-frame-heights</code> and typically go from tallest to shortest.
+<code class="code">hycontrol-frame-heights</code> and typically go from 
tallest to shortest.
 </p>
-<span id="index-screen_002c-h"></span>
-<span id="index-h"></span>
+<a class="index-entry-id" id="index-screen_002c-h"></a>
+<a class="index-entry-id" id="index-h"></a>
 </dd>
-<dt><kbd>{h}</kbd></dt>
+<dt><kbd class="kbd">{h}</kbd></dt>
 <dd><p>Increase height by argument lines (line height determined by buffer
 character height).
 </p>
-<span id="index-screen_002c-s"></span>
-<span id="index-s"></span>
+<a class="index-entry-id" id="index-screen_002c-s"></a>
+<a class="index-entry-id" id="index-s"></a>
 </dd>
-<dt><kbd>{s}</kbd></dt>
+<dt><kbd class="kbd">{s}</kbd></dt>
 <dd><p>Shorten height by argument lines.
 </p>
-<span id="index-screen_002c-w"></span>
-<span id="index-w"></span>
+<a class="index-entry-id" id="index-screen_002c-w"></a>
+<a class="index-entry-id" id="index-w"></a>
 </dd>
-<dt><kbd>{w}</kbd></dt>
+<dt><kbd class="kbd">{w}</kbd></dt>
 <dd><p>Widen by argument characters.
 </p>
-<span id="index-screen_002c-n"></span>
-<span id="index-n"></span>
+<a class="index-entry-id" id="index-screen_002c-n"></a>
+<a class="index-entry-id" id="index-n"></a>
 </dd>
-<dt><kbd>{n}</kbd></dt>
+<dt><kbd class="kbd">{n}</kbd></dt>
 <dd><p>Narrow by argument characters.
 </p>
-<span id="index-screen_002c-_0025"></span>
-<span id="index-_0025"></span>
+<a class="index-entry-id" id="index-screen_002c-_0025"></a>
+<a class="index-entry-id" id="index-_0025"></a>
 </dd>
-<dt><kbd>{%}</kbd></dt>
+<dt><kbd class="kbd">{%}</kbd></dt>
 <dd><p>In FRAMES mode, resize frame&rsquo;s height and width to about argument 
percent
 of the screen size.
 </p>
-<span id="index-screen_002c-H"></span>
-<span id="index-H"></span>
+<a class="index-entry-id" id="index-screen_002c-H"></a>
+<a class="index-entry-id" id="index-H"></a>
 </dd>
-<dt><kbd>{H}</kbd></dt>
+<dt><kbd class="kbd">{H}</kbd></dt>
 <dd><p>In FRAMES mode, resize frame&rsquo;s height to about argument percent 
of the
 screen size.
 </p>
-<span id="index-screen_002c-W"></span>
-<span id="index-W"></span>
+<a class="index-entry-id" id="index-screen_002c-W"></a>
+<a class="index-entry-id" id="index-W"></a>
 </dd>
-<dt><kbd>{W}</kbd></dt>
+<dt><kbd class="kbd">{W}</kbd></dt>
 <dd><p>In FRAMES mode, resize frame&rsquo;s width to about argument percent of 
the
 screen size.
 </p>
-<span id="index-screen_002c-up"></span>
-<span id="index-screen_002c-down"></span>
-<span id="index-screen_002c-left"></span>
-<span id="index-screen_002c-right"></span>
-<span id="index-up"></span>
+<a class="index-entry-id" id="index-screen_002c-up"></a>
+<a class="index-entry-id" id="index-screen_002c-down"></a>
+<a class="index-entry-id" id="index-screen_002c-left"></a>
+<a class="index-entry-id" id="index-screen_002c-right"></a>
+<a class="index-entry-id" id="index-up"></a>
 </dd>
-<dt><kbd>{up}</kbd></dt>
-<dd><span id="index-down"></span>
+<dt><kbd class="kbd">{up}</kbd></dt>
+<dd><a class="index-entry-id" id="index-down"></a>
 </dd>
-<dt><kbd>{down}</kbd></dt>
-<dd><span id="index-left"></span>
+<dt><kbd class="kbd">{down}</kbd></dt>
+<dd><a class="index-entry-id" id="index-left"></a>
 </dd>
-<dt><kbd>{left}</kbd></dt>
-<dd><span id="index-right"></span>
+<dt><kbd class="kbd">{left}</kbd></dt>
+<dd><a class="index-entry-id" id="index-right"></a>
 </dd>
-<dt><kbd>{right}</kbd></dt>
+<dt><kbd class="kbd">{right}</kbd></dt>
 <dd><p>Move frame in the specified direction by argument pixels.
 </p>
-<span id="index-frame-relocate"></span>
-<span id="index-screen_002c-c"></span>
-<span id="index-c"></span>
+<a class="index-entry-id" id="index-frame-relocate"></a>
+<a class="index-entry-id" id="index-screen_002c-c"></a>
+<a class="index-entry-id" id="index-c"></a>
 </dd>
-<dt><kbd>{c}</kbd></dt>
+<dt><kbd class="kbd">{c}</kbd></dt>
 <dd><p>With each press, cycle the selected frame&rsquo;s position clockwise 
through
 the middle of edges and corners of the screen.  With an argument of 0,
 reset the cycle position to the upper left corner.  Respects the pixel
-edge offsets returned by <code>hycontrol-get-screen-offsets</code>.
+edge offsets returned by <code 
class="code">hycontrol-get-screen-offsets</code>.
 </p>
-<span id="index-delete-frame"></span>
-<span id="index-frame_002c-delete"></span>
-<span id="index-screen_002c-d"></span>
-<span id="index-d"></span>
+<a class="index-entry-id" id="index-delete-frame"></a>
+<a class="index-entry-id" id="index-frame_002c-delete"></a>
+<a class="index-entry-id" id="index-screen_002c-d"></a>
+<a class="index-entry-id" id="index-d"></a>
 </dd>
-<dt><kbd>{d}</kbd></dt>
+<dt><kbd class="kbd">{d}</kbd></dt>
 <dd><p>Delete selected window or frame based on mode.
-<span id="index-screen_002c-D"></span>
-<span id="index-D"></span>
+<a class="index-entry-id" id="index-screen_002c-D"></a>
+<a class="index-entry-id" id="index-D"></a>
 </p></dd>
-<dt><kbd>{D}</kbd></dt>
+<dt><kbd class="kbd">{D}</kbd></dt>
 <dd><p>Prompt for confirmation and then delete non-selected windows or frames
 based on mode.
 </p>
-<span id="index-frame_002c-lower"></span>
-<span id="index-lower-frame"></span>
-<span id="index-screen_002c-l"></span>
-<span id="index-l"></span>
+<a class="index-entry-id" id="index-frame_002c-lower"></a>
+<a class="index-entry-id" id="index-lower-frame"></a>
+<a class="index-entry-id" id="index-screen_002c-l"></a>
+<a class="index-entry-id" id="index-l"></a>
 </dd>
-<dt><kbd>{l}</kbd></dt>
+<dt><kbd class="kbd">{l}</kbd></dt>
 <dd><p>In FRAMES mode, lower the selected frame below all other Emacs session 
frames.
 </p>
-<span id="index-frame_002c-other"></span>
-<span id="index-other-frame"></span>
-<span id="index-other-window"></span>
-<span id="index-window_002c-other"></span>
-<span id="index-screen_002c-o"></span>
-<span id="index-o"></span>
+<a class="index-entry-id" id="index-frame_002c-other"></a>
+<a class="index-entry-id" id="index-other-frame"></a>
+<a class="index-entry-id" id="index-other-window"></a>
+<a class="index-entry-id" id="index-window_002c-other"></a>
+<a class="index-entry-id" id="index-screen_002c-o"></a>
+<a class="index-entry-id" id="index-o"></a>
 </dd>
-<dt><kbd>{o}</kbd></dt>
+<dt><kbd class="kbd">{o}</kbd></dt>
 <dd><p>Select the next window in the window list, across all visible frames.
-<span id="index-screen_002c-O"></span>
-<span id="index-O"></span>
+<a class="index-entry-id" id="index-screen_002c-O"></a>
+<a class="index-entry-id" id="index-O"></a>
 </p></dd>
-<dt><kbd>{O}</kbd></dt>
+<dt><kbd class="kbd">{O}</kbd></dt>
 <dd><p>Select the next visible frame.
 </p>
-<span id="index-keypad"></span>
-<span id="index-numeric-keypad"></span>
-<span id="index-screen_002c-keypad-number"></span>
-<span id="index-keypad-number"></span>
+<a class="index-entry-id" id="index-keypad"></a>
+<a class="index-entry-id" id="index-numeric-keypad"></a>
+<a class="index-entry-id" id="index-screen_002c-keypad-number"></a>
+<a class="index-entry-id" id="index-keypad-number"></a>
 </dd>
-<dt><kbd>{keypad number}</kbd></dt>
+<dt><kbd class="kbd">{keypad number}</kbd></dt>
 <dd><p>In FRAMES mode, move the frame directly to the screen edge position 
given
 by the numeric keypad layout.  For example, 3 moves the frame to the
 bottom right corner and 8 moves it to the middle of the top edge.
 Keypad numeric keys do not adjust the argument.  Respects the pixel edge
-offsets returned by <code>hycontrol-get-screen-offsets</code>.
+offsets returned by <code class="code">hycontrol-get-screen-offsets</code>.
 </p>
-<span id="index-virtual-numeric-keypad"></span>
-<span id="index-screen_002c-p"></span>
-<span id="index-p"></span>
+<a class="index-entry-id" id="index-virtual-numeric-keypad"></a>
+<a class="index-entry-id" id="index-screen_002c-p"></a>
+<a class="index-entry-id" id="index-p"></a>
 </dd>
-<dt><kbd>{p}</kbd></dt>
+<dt><kbd class="kbd">{p}</kbd></dt>
 <dd><p>Display a virtual numeric keypad for emulating a keypad on keyboards 
without one.
 Each digit key operates just as a numeric keypad key would.
 </p>
-<span id="index-frame_002c-raise"></span>
-<span id="index-raise-frame"></span>
-<span id="index-screen_002c-r"></span>
-<span id="index-r"></span>
+<a class="index-entry-id" id="index-frame_002c-raise"></a>
+<a class="index-entry-id" id="index-raise-frame"></a>
+<a class="index-entry-id" id="index-screen_002c-r"></a>
+<a class="index-entry-id" id="index-r"></a>
 </dd>
-<dt><kbd>{r}</kbd></dt>
+<dt><kbd class="kbd">{r}</kbd></dt>
 <dd><p>In FRAMES mode, raise the selected frame above all other Emacs session 
frames.
 </p>
-<span id="index-window_002c-make"></span>
-<span id="index-make-window"></span>
-<span id="index-hycontrol_002dframe_002doffset"></span>
-<span id="index-screen_002c-_005b"></span>
-<span id="index-_005b"></span>
+<a class="index-entry-id" id="index-window_002c-make"></a>
+<a class="index-entry-id" id="index-make-window"></a>
+<a class="index-entry-id" id="index-hycontrol_002dframe_002doffset"></a>
+<a class="index-entry-id" id="index-screen_002c-_005b"></a>
+<a class="index-entry-id" id="index-_005b"></a>
 </dd>
-<dt><kbd>{[}</kbd></dt>
+<dt><kbd class="kbd">{[}</kbd></dt>
 <dd><p>Create a new atop window or frame depending on mode.  If a frame, it is
 sized to the same size as the selected window and offset from the
 selected frame by the pixel amounts given by
-<code>hycontrol-frame-offset</code>.
-<span id="index-screen_002c-_005d"></span>
-<span id="index-_005d"></span>
+<code class="code">hycontrol-frame-offset</code>.
+<a class="index-entry-id" id="index-screen_002c-_005d"></a>
+<a class="index-entry-id" id="index-_005d"></a>
 </p></dd>
-<dt><kbd>{]}</kbd></dt>
+<dt><kbd class="kbd">{]}</kbd></dt>
 <dd><p>Create a new sideways window or frame depending on mode.
 </p>
-<span id="index-frame-configuration"></span>
-<span id="index-window-configuration"></span>
-<span id="index-screen_002c-_0028"></span>
-<span id="index-_0028"></span>
+<a class="index-entry-id" id="index-frame-configuration"></a>
+<a class="index-entry-id" id="index-window-configuration"></a>
+<a class="index-entry-id" id="index-screen_002c-_0028"></a>
+<a class="index-entry-id" id="index-_0028"></a>
 </dd>
-<dt><kbd>{(}</kbd></dt>
+<dt><kbd class="kbd">{(}</kbd></dt>
 <dd><p>Save the current window or frame configuration based on mode.  Whenever,
 HyControl is invoked, the current window and frame configurations are
 saved automatically.  So use this command only if you have changed the
 configuration and wish to save it temporarily.
-<span id="index-screen_002c-_0029"></span>
-<span id="index-_0029"></span>
+<a class="index-entry-id" id="index-screen_002c-_0029"></a>
+<a class="index-entry-id" id="index-_0029"></a>
 </p></dd>
-<dt><kbd>{)}</kbd></dt>
+<dt><kbd class="kbd">{)}</kbd></dt>
 <dd><p>After confirmation, restore the last saved window or frame configuration
 based on mode.
 </p>
-<span id="index-window_002c-clone-1"></span>
-<span id="index-clone-window-1"></span>
-<span id="index-hycontrol_002dkeep_002dwindow_002dflag"></span>
-<span id="index-screen_002c-f"></span>
-<span id="index-f"></span>
+<a class="index-entry-id" id="index-window_002c-clone-1"></a>
+<a class="index-entry-id" id="index-clone-window-1"></a>
+<a class="index-entry-id" 
id="index-hycontrol_002dkeep_002dwindow_002dflag"></a>
+<a class="index-entry-id" id="index-screen_002c-f"></a>
+<a class="index-entry-id" id="index-f"></a>
 </dd>
-<dt><kbd>{f}</kbd></dt>
+<dt><kbd class="kbd">{f}</kbd></dt>
 <dd><p>Clone the selected window to a new similarly sized frame.
-<span id="index-screen_002c-F"></span>
-<span id="index-F"></span>
+<a class="index-entry-id" id="index-screen_002c-F"></a>
+<a class="index-entry-id" id="index-F"></a>
 </p></dd>
-<dt><kbd>{F}</kbd></dt>
+<dt><kbd class="kbd">{F}</kbd></dt>
 <dd><p>Clone the selected window to a new similarly sized frame.  Delete the
 original window unless there is only one window in the source frame or
-if <code>hycontrol-keep-window-flag</code> is non-nil.
+if <code class="code">hycontrol-keep-window-flag</code> is non-nil.
 </p>
-<span id="index-screen_002c-I"></span>
-<span id="index-screen_002c-J"></span>
-<span id="index-screen_002c-K"></span>
-<span id="index-screen_002c-M"></span>
-<span id="index-I"></span>
+<a class="index-entry-id" id="index-screen_002c-I"></a>
+<a class="index-entry-id" id="index-screen_002c-J"></a>
+<a class="index-entry-id" id="index-screen_002c-K"></a>
+<a class="index-entry-id" id="index-screen_002c-M"></a>
+<a class="index-entry-id" id="index-I"></a>
 </dd>
-<dt><kbd>{I}</kbd></dt>
-<dd><span id="index-J"></span>
+<dt><kbd class="kbd">{I}</kbd></dt>
+<dd><a class="index-entry-id" id="index-J"></a>
 </dd>
-<dt><kbd>{J}</kbd></dt>
-<dd><span id="index-K"></span>
+<dt><kbd class="kbd">{J}</kbd></dt>
+<dd><a class="index-entry-id" id="index-K"></a>
 </dd>
-<dt><kbd>{K}</kbd></dt>
-<dd><span id="index-M"></span>
+<dt><kbd class="kbd">{K}</kbd></dt>
+<dd><a class="index-entry-id" id="index-M"></a>
 </dd>
-<dt><kbd>{M}</kbd></dt>
+<dt><kbd class="kbd">{M}</kbd></dt>
 <dd><p>Select another window or frame in the given direction depending on the
 current HyControl mode.  I=above, J=left, K=right and M=below.
 </p>
-<span id="index-frame_002c-to-edge"></span>
-<span id="index-frame_002c-percentage-resize"></span>
-<span id="index-resize-frame-percentage"></span>
-<span id="index-screen_002c-i"></span>
-<span id="index-screen_002c-j"></span>
-<span id="index-screen_002c-k"></span>
-<span id="index-screen_002c-m"></span>
-<span id="index-i"></span>
+<a class="index-entry-id" id="index-frame_002c-to-edge"></a>
+<a class="index-entry-id" id="index-frame_002c-percentage-resize"></a>
+<a class="index-entry-id" id="index-resize-frame-percentage"></a>
+<a class="index-entry-id" id="index-screen_002c-i"></a>
+<a class="index-entry-id" id="index-screen_002c-j"></a>
+<a class="index-entry-id" id="index-screen_002c-k"></a>
+<a class="index-entry-id" id="index-screen_002c-m"></a>
+<a class="index-entry-id" id="index-i"></a>
 </dd>
-<dt><kbd>{i}</kbd></dt>
-<dd><span id="index-j"></span>
+<dt><kbd class="kbd">{i}</kbd></dt>
+<dd><a class="index-entry-id" id="index-j"></a>
 </dd>
-<dt><kbd>{j}</kbd></dt>
-<dd><span id="index-k"></span>
+<dt><kbd class="kbd">{j}</kbd></dt>
+<dd><a class="index-entry-id" id="index-k"></a>
 </dd>
-<dt><kbd>{k}</kbd></dt>
-<dd><span id="index-m"></span>
+<dt><kbd class="kbd">{k}</kbd></dt>
+<dd><a class="index-entry-id" id="index-m"></a>
 </dd>
-<dt><kbd>{m}</kbd></dt>
+<dt><kbd class="kbd">{m}</kbd></dt>
 <dd><p>Expand the selected frame to the respective screen edge based on U.S.
 keyboard key layout.  i=top, j=left, k=right and m=bottom screen edge.
 If already at the edge, adjusts the perpendicular dimension to ARG percent
 of the screen (50% by default if ARG is 1 or nil) but keep it at the screen
 edge.  Respects the pixel edge offsets returned by
-<code>hycontrol-get-screen-offsets</code>.
+<code class="code">hycontrol-get-screen-offsets</code>.
 </p>
-<span id="index-balance-windows"></span>
-<span id="index-windows_002c-balance"></span>
-<span id="index-equalize-windows"></span>
-<span id="index-windows_002c-equalize"></span>
-<span id="index-screen_002c-_003d"></span>
-<span id="index-_003d"></span>
+<a class="index-entry-id" id="index-balance-windows"></a>
+<a class="index-entry-id" id="index-windows_002c-balance"></a>
+<a class="index-entry-id" id="index-equalize-windows"></a>
+<a class="index-entry-id" id="index-windows_002c-equalize"></a>
+<a class="index-entry-id" id="index-screen_002c-_003d"></a>
+<a class="index-entry-id" id="index-_003d"></a>
 </dd>
-<dt><kbd>{=}</kbd></dt>
+<dt><kbd class="kbd">{=}</kbd></dt>
 <dd><p>After confirmation, in WINDOWS mode, make the current frame&rsquo;s 
windows
 approximately the same size.  In FRAMES mode, make all visible frames
 the size of the selected frame.
 </p>
-<span id="index-shrink-window"></span>
-<span id="index-window_002c-shrink"></span>
-<span id="index-screen_002c-_002d-1"></span>
-<span id="index-_002d-1"></span>
+<a class="index-entry-id" id="index-shrink-window"></a>
+<a class="index-entry-id" id="index-window_002c-shrink"></a>
+<a class="index-entry-id" id="index-screen_002c-_002d-1"></a>
+<a class="index-entry-id" id="index-_002d-1"></a>
 </dd>
-<dt><kbd>{-}</kbd></dt>
+<dt><kbd class="kbd">{-}</kbd></dt>
 <dd><p>In WINDOWS mode, shrink window to its smallest possible number of lines
 to display the entire buffer, if possible.  Otherwise or if the window
 is already displaying all of its lines, shrink it to about one line,
 if possible.
 </p>
-<span id="index-frame_002c-shrink"></span>
-<span id="index-shrink-frame"></span>
+<a class="index-entry-id" id="index-frame_002c-shrink"></a>
+<a class="index-entry-id" id="index-shrink-frame"></a>
 <p>In FRAMES mode, make the frame as small as possible while still
 displaying it.
 </p>
-<span id="index-window_002c-maximize"></span>
-<span id="index-maximize-window"></span>
-<span id="index-frame_002c-maximize"></span>
-<span id="index-maximize-frame"></span>
-<span id="index-screen_002c-_002b"></span>
-<span id="index-_002b"></span>
+<a class="index-entry-id" id="index-window_002c-maximize"></a>
+<a class="index-entry-id" id="index-maximize-window"></a>
+<a class="index-entry-id" id="index-frame_002c-maximize"></a>
+<a class="index-entry-id" id="index-maximize-frame"></a>
+<a class="index-entry-id" id="index-screen_002c-_002b"></a>
+<a class="index-entry-id" id="index-_002b"></a>
 </dd>
-<dt><kbd>{+}</kbd></dt>
+<dt><kbd class="kbd">{+}</kbd></dt>
 <dd><p>Make the window or frame (based on mode) as large as possible.  In 
FRAMES
 mode, a second press of this key restores its size to whatever it was prior
 to the first use of this command.
 </p>
-<span id="index-burying"></span>
-<span id="index-unburying"></span>
-<span id="index-buffer_002c-bury"></span>
-<span id="index-buffer_002c-unbury"></span>
-<span id="index-screen_002c-b"></span>
-<span id="index-b"></span>
+<a class="index-entry-id" id="index-burying"></a>
+<a class="index-entry-id" id="index-unburying"></a>
+<a class="index-entry-id" id="index-buffer_002c-bury"></a>
+<a class="index-entry-id" id="index-buffer_002c-unbury"></a>
+<a class="index-entry-id" id="index-screen_002c-b"></a>
+<a class="index-entry-id" id="index-b"></a>
 </dd>
-<dt><kbd>{b}</kbd></dt>
+<dt><kbd class="kbd">{b}</kbd></dt>
 <dd><p>Bury the selected buffer within the buffer list, displaying the next
 buffer.
-<span id="index-screen_002c-u"></span>
-<span id="index-u"></span>
+<a class="index-entry-id" id="index-screen_002c-u"></a>
+<a class="index-entry-id" id="index-u"></a>
 </p></dd>
-<dt><kbd>{u}</kbd></dt>
+<dt><kbd class="kbd">{u}</kbd></dt>
 <dd><p>Unbury the bottom buffer in the buffer list and display it in the
 selected window.
 </p>
-<span id="index-swapping"></span>
-<span id="index-buffer_002c-swap-1"></span>
-<span id="index-screen_002c-_007e"></span>
-<span id="index-_007e"></span>
+<a class="index-entry-id" id="index-swapping"></a>
+<a class="index-entry-id" id="index-buffer_002c-swap-1"></a>
+<a class="index-entry-id" id="index-screen_002c-_007e"></a>
+<a class="index-entry-id" id="index-_007e"></a>
 </dd>
-<dt><kbd>{~}</kbd></dt>
+<dt><kbd class="kbd">{~}</kbd></dt>
 <dd><p>Swap two buffers between the selected window or frame and one other.
 In WINDOWS mode, there must be precisely two windows in the selected
 frame.  In FRAMES mode, the second frame must have a single window.
 </p>
-<span id="index-zooming"></span>
-<span id="index-window_002c-zoom"></span>
-<span id="index-frame_002c-zoom"></span>
-<span id="index-zoom_002dfrm_002eel"></span>
-<span id="index-screen_002c-Z"></span>
-<span id="index-Z"></span>
+<a class="index-entry-id" id="index-zooming"></a>
+<a class="index-entry-id" id="index-window_002c-zoom"></a>
+<a class="index-entry-id" id="index-frame_002c-zoom"></a>
+<a class="index-entry-id" id="index-zoom_002dfrm_002eel"></a>
+<a class="index-entry-id" id="index-screen_002c-Z"></a>
+<a class="index-entry-id" id="index-Z"></a>
 </dd>
-<dt><kbd>{Z}</kbd></dt>
+<dt><kbd class="kbd">{Z}</kbd></dt>
 <dd><p>Zoom in selected window or frame text based on mode, increasing default
 face size.
-<span id="index-screen_002c-z"></span>
-<span id="index-z"></span>
+<a class="index-entry-id" id="index-screen_002c-z"></a>
+<a class="index-entry-id" id="index-z"></a>
 </p></dd>
-<dt><kbd>{z}</kbd></dt>
+<dt><kbd class="kbd">{z}</kbd></dt>
 <dd><p>Zoom out selected window or frame text based on mode, increasing default
 face size.  Zooming supports an argument of between 1 and 9 (any other
 value sets the argument to 1).  The argument determines the number of
 sizes by which to zoom.
 </p>
 <p>FRAMES mode zooming requires the separately available
-<samp>zoom-frm.el</samp> library.  WINDOWS zooming works without this library.
+<samp class="file">zoom-frm.el</samp> library.  WINDOWS zooming works without 
this library.
 </p>
-<span id="index-HyControl-switch-modes"></span>
-<span id="index-HyControl-toggle-modes"></span>
-<span id="index-toggle-HyControl-mode"></span>
-<span id="index-screen_002c-t-1"></span>
-<span id="index-t"></span>
+<a class="index-entry-id" id="index-HyControl-switch-modes"></a>
+<a class="index-entry-id" id="index-HyControl-toggle-modes"></a>
+<a class="index-entry-id" id="index-toggle-HyControl-mode"></a>
+<a class="index-entry-id" id="index-screen_002c-t-1"></a>
+<a class="index-entry-id" id="index-t"></a>
 </dd>
-<dt><kbd>{t}</kbd></dt>
+<dt><kbd class="kbd">{t}</kbd></dt>
 <dd><p>Toggle between WINDOWS and FRAMES submodes.
 </p>
-<span id="index-HyControl-quit"></span>
-<span id="index-HyControl-exit"></span>
-<span id="index-quit-HyControl"></span>
-<span id="index-exit-HyControl"></span>
-<span id="index-screen_002c-Q-1"></span>
-<span id="index-screen_002c-q-1"></span>
-<span id="index-Q"></span>
-</dd>
-<dt><kbd>{Q}</kbd></dt>
-<dd><span id="index-q-1"></span>
-</dd>
-<dt><kbd>{q}</kbd></dt>
-<dd><p>Press <kbd>{Q}</kbd> to globally quit HyControl mode and restore normal 
key bindings.
-Typically <kbd>{q}</kbd> works as well, unless in a help buffer where
-<kbd>{q}</kbd> is bound to <code>quit-window</code>, then that is run instead 
of quitting
-HyControl.  A second press of <kbd>{q}</kbd> will then quit HyControl.
+<a class="index-entry-id" id="index-HyControl-quit"></a>
+<a class="index-entry-id" id="index-HyControl-exit"></a>
+<a class="index-entry-id" id="index-quit-HyControl"></a>
+<a class="index-entry-id" id="index-exit-HyControl"></a>
+<a class="index-entry-id" id="index-screen_002c-Q-1"></a>
+<a class="index-entry-id" id="index-screen_002c-q-1"></a>
+<a class="index-entry-id" id="index-Q"></a>
+</dd>
+<dt id='index-q-1'><span><kbd class="kbd">{Q}</kbd><a class="copiable-link" 
href='#index-q-1'> &para;</a></span></dt>
+<dt><kbd class="kbd">{q}</kbd></dt>
+<dd><p>Press <kbd class="kbd">{Q}</kbd> to globally quit HyControl mode and 
restore normal key bindings.
+Typically <kbd class="kbd">{q}</kbd> works as well, unless in a help buffer 
where
+<kbd class="kbd">{q}</kbd> is bound to <code class="code">quit-window</code>, 
then that is run instead of quitting
+HyControl.  A second press of <kbd class="kbd">{q}</kbd> will then quit 
HyControl.
 </p></dd>
 </dl>
 
@@ -5169,147 +4563,141 @@ HyControl.  A second press of <kbd>{q}</kbd> will 
then quit HyControl.
 settings.  You may ignore it if you are not familiar with Emacs
 variables and functions or with customized Emacs.
 </p>
-<span id="index-HyControl-edge-placement"></span>
-<span id="index-HyControl-corner-placement"></span>
+<a class="index-entry-id" id="index-HyControl-edge-placement"></a>
+<a class="index-entry-id" id="index-HyControl-corner-placement"></a>
 <p>HyControl allows placement of frames at screen edges and corners with the
-frame cycle command, <kbd>{c}</kbd>, and direct placement using the layout of 
the
-numeric keypad keys, if available, or the <kbd>p</kbd> virtual keypad key
+frame cycle command, <kbd class="kbd">{c}</kbd>, and direct placement using 
the layout of the
+numeric keypad keys, if available, or the <kbd class="kbd">p</kbd> virtual 
keypad key
 otherwise.  (Note that a screen may span multiple physical monitors).
 </p>
-<span id="index-HyControl-screen-edge-offsets"></span>
-<span id="index-screen_002c-edge-offsets"></span>
-<span id="index-hycontrol_002dscreen_002doffset_002dalist"></span>
-<span id="index-hycontrol_002dset_002dscreen_002doffsets"></span>
-<span id="index-hycontrol_002dget_002dscreen_002doffsets"></span>
+<a class="index-entry-id" id="index-HyControl-screen-edge-offsets"></a>
+<a class="index-entry-id" id="index-screen_002c-edge-offsets"></a>
+<a class="index-entry-id" 
id="index-hycontrol_002dscreen_002doffset_002dalist"></a>
+<a class="index-entry-id" 
id="index-hycontrol_002dset_002dscreen_002doffsets"></a>
+<a class="index-entry-id" 
id="index-hycontrol_002dget_002dscreen_002doffsets"></a>
 <p>To prevent widgets and toolbars at the corners of the screen from
 being obscured, HyControl can offset each frame from each screen edge
 by a fixed number of pixels.  These offsets are specified by the
-variable,<code>hycontrol-screen-offset-alist</code> and can differ for each 
type of
+variable,<code class="code">hycontrol-screen-offset-alist</code> and can 
differ for each type of
 screen; see its documentation for details.  If you change its value,
-then call <code>hycontrol-set-screen-offsets</code> to set any new offset
-values.  <code>hycontrol-get-screen-offsets</code> returns the list of offsets
+then call <code class="code">hycontrol-set-screen-offsets</code> to set any 
new offset
+values.  <code class="code">hycontrol-get-screen-offsets</code> returns the 
list of offsets
 in clockwise order starting from the top edge.  Both functions display a
 minibuffer message with the current offsets when called interactively.
 </p>
-<span id="index-hycontrol_002dframe_002doffset-1"></span>
-<span id="index-frame_002c-make"></span>
-<span id="index-make-frame"></span>
+<a class="index-entry-id" id="index-hycontrol_002dframe_002doffset-1"></a>
+<a class="index-entry-id" id="index-frame_002c-make"></a>
+<a class="index-entry-id" id="index-make-frame"></a>
 <p>When HyControl creates a new frame, it automatically sizes it to the
 same size as the previously selected frame and offsets it from that
 frame by the (X . Y) number of pixels given in the variable,
-<code>hycontrol-frame-offset</code>.
+<code class="code">hycontrol-frame-offset</code>.
 </p>
-<span id="index-file_002c-hycontrol_002eel"></span>
-<span id="index-hycontrol_002denable_002dframes_002dmode"></span>
-<span id="index-hycontrol_002denable_002d_002dwindows_002dmode"></span>
-<p>The source code for the HyControl system is in <samp>hycontrol.el</samp>
-within your Hyperbole source directory, given by <code>hyperb:dir</code>.
+<a class="index-entry-id" id="index-file_002c-hycontrol_002eel"></a>
+<a class="index-entry-id" 
id="index-hycontrol_002denable_002dframes_002dmode"></a>
+<a class="index-entry-id" 
id="index-hycontrol_002denable_002d_002dwindows_002dmode"></a>
+<p>The source code for the HyControl system is in <samp 
class="file">hycontrol.el</samp>
+within your Hyperbole source directory, given by <code 
class="code">hyperb:dir</code>.
 HyControl uses standard Emacs keymaps, so any keys can be rebound.
-Remember that Hyperbole typically binds <kbd>{C-c \}</kbd> to the windows
+Remember that Hyperbole typically binds <kbd class="kbd">{C-c \}</kbd> to the 
windows
 control menu, but if you would like to bind either of the two
 HyControl minor mode invocation commands to keys, they are,
-<code>hycontrol-enable-windows-mode</code> and 
<code>hycontrol-enable-frames-mode</code>.
+<code class="code">hycontrol-enable-windows-mode</code> and <code 
class="code">hycontrol-enable-frames-mode</code>.
 Generally, you need only one of these bound to a key since when you
-press that key, the other command can be reached by pressing <kbd>{t}</kbd>.
+press that key, the other command can be reached by pressing <kbd 
class="kbd">{t}</kbd>.
 </p>
 
 <hr>
-<span id="Koutliner"></span><div class="header">
+</div>
+<div class="chapter-level-extent" id="Koutliner">
+<div class="nav-panel">
 <p>
-Next: <a href="#HyRolo" accesskey="n" rel="next">HyRolo</a>, Previous: <a 
href="#HyControl" accesskey="p" rel="prev">HyControl</a>, Up: <a href="#Top" 
accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#HyRolo" accesskey="n" rel="next">HyRolo</a>, Previous: <a 
href="#HyControl" accesskey="p" rel="prev">HyControl</a>, Up: <a href="#Top" 
accesskey="u" rel="up">GNU Hyperbole</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Koutliner-1"></span><h2 class="chapter">7 Koutliner</h2>
+<h2 class="chapter" id="Koutliner-1">7 Koutliner</h2>
 
-<span id="index-outliner"></span>
-<span id="index-autonumber"></span>
-<span id="index-relative-autonumber"></span>
-<span id="index-permanent-identifier"></span>
-<span id="index-idstamp"></span>
-<span id="index-hyperlink-anchor"></span>
+<a class="index-entry-id" id="index-outliner"></a>
+<a class="index-entry-id" id="index-autonumber"></a>
+<a class="index-entry-id" id="index-relative-autonumber"></a>
+<a class="index-entry-id" id="index-permanent-identifier"></a>
+<a class="index-entry-id" id="index-idstamp"></a>
+<a class="index-entry-id" id="index-hyperlink-anchor"></a>
 <p>The Hyperbole outliner, the Koutliner (pronounced Kay-outliner),
 produces structured, autonumbered documents composed of hierarchies of
-cells.  Each <em>cell</em> has two identifiers, a
-<em>relative identifier</em> indicating its present position within the
-outline and a <em>permanent identifier</em> called an <em>idstamp</em>,
+cells.  Each <em class="dfn">cell</em> has two identifiers, a
+<em class="dfn">relative identifier</em> indicating its present position 
within the
+outline and a <em class="dfn">permanent identifier</em> called an <em 
class="dfn">idstamp</em>,
 suitable for use within hyperlink references to the cell.  The idstamp
 is typically not displayed but is available when needed.
-See <a href="#Autonumbering">Autonumbering</a>.
+See <a class="xref" href="#Autonumbering">Autonumbering</a>.
 </p>
 <p>Cells also store their time of creation and the user who created the
-cell.  User-defined attributes may also be added to cells.  See <a 
href="#Cell-Attributes">Cell Attributes</a>.
+cell.  User-defined attributes may also be added to cells.  See <a 
class="xref" href="#Cell-Attributes">Cell Attributes</a>.
 </p>
-<span id="index-file_002c-EXAMPLE_002ekotl"></span>
-<span id="index-menu_002c-Outline_002fExample"></span>
-<span id="index-C_002dh-h-k-e"></span>
-<p>This chapter expands on the information given in the 
<samp>EXAMPLE.kotl</samp>
-file included with Hyperbole.  Use <kbd>{C-h h k e}</kbd> to display that
+<a class="index-entry-id" id="index-file_002c-EXAMPLE_002ekotl"></a>
+<a class="index-entry-id" id="index-menu_002c-Outline_002fExample"></a>
+<a class="index-entry-id" id="index-C_002dh-h-k-e"></a>
+<p>This chapter expands on the information given in the <samp 
class="file">EXAMPLE.kotl</samp>
+file included with Hyperbole.  Use <kbd class="kbd">{C-h h k e}</kbd> to 
display that
 file, as pictured on the following page.  It is an actual outline file
 that explains major outliner operations.  You can test out the viewing,
 editing and motion commands with this file since a personal copy is made
 when you invoke this command.  If you have already edited this file and
 want to start with a fresh one, give the command a prefix argument:
-<kbd>{C-u C-h h k e}</kbd>.
+<kbd class="kbd">{C-u C-h h k e}</kbd>.
 </p>
-<p>See <a href="#Koutliner-Keys">Koutliner Keys</a>, for a full summary of the 
key bindings and
+<p>See <a class="xref" href="#Koutliner-Keys">Koutliner Keys</a>, for a full 
summary of the key bindings and
 commands available in the Koutliner.
 </p>
-<div class="float"><span id="image_003aKoutliner"></span>
-
-<img src="im/koutliner.png" alt="Koutliner Screenshot">
-<div class="float-caption"><p><strong>Image 7.1: </strong>Koutliner 
Screenshot</p></div></div><br>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Menu-Commands" 
accesskey="1">Menu Commands</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Creating-Outlines" 
accesskey="2">Creating Outlines</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Autonumbering" 
accesskey="3">Autonumbering</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Idstamps" 
accesskey="4">Idstamps</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Editing-Outlines" 
accesskey="5">Editing Outlines</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Viewing-Outlines" 
accesskey="6">Viewing Outlines</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Klinks" 
accesskey="7">Klinks</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Cell-Attributes" 
accesskey="8">Cell Attributes</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Koutliner-History" 
accesskey="9">Koutliner History</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
+<div class="float" id="image_003aKoutliner">
+
+<img class="image" src="im/koutliner.png" alt="Koutliner Screenshot">
+<div class="caption"><p><strong class="strong">Image 7.1: </strong>Koutliner 
Screenshot</p></div></div><br>
 
 
+
+<ul class="mini-toc">
+<li><a href="#Menu-Commands" accesskey="1">Menu Commands</a></li>
+<li><a href="#Creating-Outlines" accesskey="2">Creating Outlines</a></li>
+<li><a href="#Autonumbering" accesskey="3">Autonumbering</a></li>
+<li><a href="#Idstamps" accesskey="4">Idstamps</a></li>
+<li><a href="#Editing-Outlines" accesskey="5">Editing Outlines</a></li>
+<li><a href="#Viewing-Outlines" accesskey="6">Viewing Outlines</a></li>
+<li><a href="#Klinks" accesskey="7">Klinks</a></li>
+<li><a href="#Cell-Attributes" accesskey="8">Cell Attributes</a></li>
+<li><a href="#Koutliner-History" accesskey="9">Koutliner History</a></li>
+</ul>
 <hr>
-<span id="Menu-Commands"></span><div class="header">
+<div class="section-level-extent" id="Menu-Commands">
+<div class="nav-panel">
 <p>
 Next: <a href="#Creating-Outlines" accesskey="n" rel="next">Creating 
Outlines</a>, Previous: <a href="#Koutliner" accesskey="p" 
rel="prev">Koutliner</a>, Up: <a href="#Koutliner" accesskey="u" 
rel="up">Koutliner</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Menu-Commands-1"></span><h3 class="section">7.1 Menu Commands</h3>
+<h3 class="section" id="Menu-Commands-1">7.1 Menu Commands</h3>
 
 <p>The Kotl/ menu entry on the Hyperbole minibuffer menu provides access to
 a number of major Koutliner commands:
 </p>
-<span id="index-outliner-commands"></span>
-<span id="index-Koutliner-commands"></span>
-<span id="index-Koutliner-import_002fexport-commands"></span>
-<span id="index-importing_002c-Koutliner"></span>
-<span id="index-exporting_002c-Koutliner"></span>
-<span id="index-Koutliner-menu"></span>
-<span id="index-menu_002c-Koutliner"></span>
-<span id="index-kotl_002dmode_003ashow_002dall"></span>
-<span id="index-kvspec_003atoggle_002dblank_002dlines"></span>
-<span id="index-kfile_003afind"></span>
-<span id="index-kotl_002dmode_003ahide_002dsublevels"></span>
-<span id="index-kotl_002dmode_003ahide_002dtree"></span>
-<span id="index-kotl_002dmode_003akill_002dtree"></span>
-<span id="index-klink_003acreate"></span>
-<span id="index-kotl_002dmode_003aoverview"></span>
-<span id="index-kotl_002dmode_003ashow_002dtree"></span>
-<span id="index-kotl_002dmode_003atop_002dcells"></span>
-<span id="index-kvspec_003aactivate"></span>
+<a class="index-entry-id" id="index-outliner-commands"></a>
+<a class="index-entry-id" id="index-Koutliner-commands"></a>
+<a class="index-entry-id" id="index-Koutliner-import_002fexport-commands"></a>
+<a class="index-entry-id" id="index-importing_002c-Koutliner"></a>
+<a class="index-entry-id" id="index-exporting_002c-Koutliner"></a>
+<a class="index-entry-id" id="index-Koutliner-menu"></a>
+<a class="index-entry-id" id="index-menu_002c-Koutliner"></a>
+<a class="index-entry-id" id="index-kotl_002dmode_003ashow_002dall"></a>
+<a class="index-entry-id" id="index-kvspec_003atoggle_002dblank_002dlines"></a>
+<a class="index-entry-id" id="index-kfile_003afind"></a>
+<a class="index-entry-id" id="index-kotl_002dmode_003ahide_002dsublevels"></a>
+<a class="index-entry-id" id="index-kotl_002dmode_003ahide_002dtree"></a>
+<a class="index-entry-id" id="index-kotl_002dmode_003akill_002dtree"></a>
+<a class="index-entry-id" id="index-klink_003acreate"></a>
+<a class="index-entry-id" id="index-kotl_002dmode_003aoverview"></a>
+<a class="index-entry-id" id="index-kotl_002dmode_003ashow_002dtree"></a>
+<a class="index-entry-id" id="index-kotl_002dmode_003atop_002dcells"></a>
+<a class="index-entry-id" id="index-kvspec_003aactivate"></a>
 <div class="example">
-<pre class="example">Menu Item    Command                    Description
+<pre class="example-preformatted">Menu Item    Command                    
Description
 ====================================================================
 All          kotl-mode:show-all         Expand all cells
 Blanks       kvspec:toggle-blank-lines  Toggle blank lines on or off
@@ -5328,38 +4716,40 @@ Vspec        kvspec:activate            Set a view 
specification
 ====================================================================
 </pre></div>
 
-<span id="index-C_002dmouse_002d3"></span>
-<span id="index-popup-menu_002c-Koutliner"></span>
-<span id="index-menubar-menu_002c-Koutliner"></span>
+<a class="index-entry-id" id="index-C_002dmouse_002d3"></a>
+<a class="index-entry-id" id="index-popup-menu_002c-Koutliner"></a>
+<a class="index-entry-id" id="index-menubar-menu_002c-Koutliner"></a>
 <p>The popup and menubar Koutline menu, as displayed here, offers a more
-complete set of the Koutliner commands.  <kbd>{C-mouse-3}</kbd> pops up the
+complete set of the Koutliner commands.  <kbd class="kbd">{C-mouse-3}</kbd> 
pops up the
 mode-specific menu in Emacs.  Experiment with the menu or
 read the following sections explaining commands.
 </p>
-<div class="float"><span id="image_003aKoutline-Menu"></span>
+<div class="float" id="image_003aKoutline-Menu">
 
-<img src="im/menu-koutline.png" alt="Koutline Menu">
-<div class="float-caption"><p><strong>Image 7.2: </strong>Koutline 
Menu</p></div></div><br>
+<img class="image" src="im/menu-koutline.png" alt="Koutline Menu">
+<div class="caption"><p><strong class="strong">Image 7.2: </strong>Koutline 
Menu</p></div></div><br>
 
 <hr>
-<span id="Creating-Outlines"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Creating-Outlines">
+<div class="nav-panel">
 <p>
 Next: <a href="#Autonumbering" accesskey="n" rel="next">Autonumbering</a>, 
Previous: <a href="#Menu-Commands" accesskey="p" rel="prev">Menu Commands</a>, 
Up: <a href="#Koutliner" accesskey="u" rel="up">Koutliner</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Creating-Outlines-1"></span><h3 class="section">7.2 Creating 
Outlines</h3>
+<h3 class="section" id="Creating-Outlines-1">7.2 Creating Outlines</h3>
 
-<span id="index-outline-file-suffix"></span>
-<span id="index-outline_002c-creating"></span>
-<span id="index-file_002c-_002ekotl-suffix"></span>
+<a class="index-entry-id" id="index-outline-file-suffix"></a>
+<a class="index-entry-id" id="index-outline_002c-creating"></a>
+<a class="index-entry-id" id="index-file_002c-_002ekotl-suffix"></a>
 <p>In addition to the Kotl/Create menu item, you can create and experiment
-with outline files simply by finding a file, <kbd>{C-x C-f}</kbd>, with a
-<samp>.kotl</samp> suffix.  <samp>.kot</samp> will also work for users 
impaired by
+with outline files simply by finding a file, <kbd class="kbd">{C-x C-f}</kbd>, 
with a
+<samp class="file">.kotl</samp> suffix.  <samp class="file">.kot</samp> will 
also work for users impaired by
 operating systems with 3-character suffix limitations.
 </p>
-<span id="index-root-cell"></span>
-<span id="index-top_002dlevel-cell"></span>
-<span id="index-cell_002c-top_002dlevel"></span>
-<span id="index-cell_002c-idstamp-0"></span>
+<a class="index-entry-id" id="index-root-cell"></a>
+<a class="index-entry-id" id="index-top_002dlevel-cell"></a>
+<a class="index-entry-id" id="index-cell_002c-top_002dlevel"></a>
+<a class="index-entry-id" id="index-cell_002c-idstamp-0"></a>
 <p>When a new koutline is created, an invisible root cell is added.  Its
 permanent and relative ids are both 0, and it is considered to be at
 level 0 in the outline.  All visible cells in the outline are at level 1
@@ -5371,38 +4761,40 @@ commands operate upon the entire outline.
 entering text in the outline.  A koutline always has at least one
 visible cell in it.
 </p>
-<p>See <a href="#Autonumbering">Autonumbering</a>, which explains how cells 
are labeled according to their
+<p>See <a class="xref" href="#Autonumbering">Autonumbering</a>, which explains 
how cells are labeled according to their
 respective levels in the outline and how these labels are updated as the
 structure of the outline changes.
 </p>
 
 <hr>
-<span id="Autonumbering"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Autonumbering">
+<div class="nav-panel">
 <p>
 Next: <a href="#Idstamps" accesskey="n" rel="next">Idstamps</a>, Previous: <a 
href="#Creating-Outlines" accesskey="p" rel="prev">Creating Outlines</a>, Up: 
<a href="#Koutliner" accesskey="u" rel="up">Koutliner</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Autonumbering-1"></span><h3 class="section">7.3 Autonumbering</h3>
+<h3 class="section" id="Autonumbering-1">7.3 Autonumbering</h3>
 
-<span id="index-autonumber-1"></span>
-<span id="index-relative-identifier"></span>
-<p>See <a href="#Adding-and-Killing">Adding and Killing</a>, for information 
on how to add new cells to or
+<a class="index-entry-id" id="index-autonumber-1"></a>
+<a class="index-entry-id" id="index-relative-identifier"></a>
+<p>See <a class="xref" href="#Adding-and-Killing">Adding and Killing</a>, for 
information on how to add new cells to or
 remove cells from a koutline.  As you do this, or as you promote or
 demote cells within the outline, the labels preceding the contents of
 each cell automatically update to reflect the new structure.  These
-labels are also known as <em>autonumbers</em> and as <em>relative ids</em>
+labels are also known as <em class="dfn">autonumbers</em> and as <em 
class="dfn">relative ids</em>
 because they change as the structure changes.
 </p>
-<span id="index-outline-structure"></span>
+<a class="index-entry-id" id="index-outline-structure"></a>
 <p>The outline structure is shown by these labels and by the indentation of
 each outline level.  Normally, each deeper level is indented another
 three characters, to reflect the nesting.
 </p>
-<span id="index-label-type_002c-alpha"></span>
-<span id="index-label-type_002c-legal"></span>
-<span id="index-alpha-labels"></span>
-<span id="index-legal-labels"></span>
-<span id="index-outline_002c-label-type"></span>
-<p>The default autonumbers are called <em>alphanumeric labels</em> because
+<a class="index-entry-id" id="index-label-type_002c-alpha"></a>
+<a class="index-entry-id" id="index-label-type_002c-legal"></a>
+<a class="index-entry-id" id="index-alpha-labels"></a>
+<a class="index-entry-id" id="index-legal-labels"></a>
+<a class="index-entry-id" id="index-outline_002c-label-type"></a>
+<p>The default autonumbers are called <em class="dfn">alphanumeric labels</em> 
because
 they alternate between using numbers and letters to distinguish each
 successive level.  Each alphanumeric label uniquely identifies a cell&rsquo;s
 position in an outline, so that there is no need to scan back to prior
@@ -5419,65 +4811,67 @@ to read aloud than equivalent legal ones.  They also 
simplify
 distinguishing between even and odd level labels because of the
 alternating character set.
 </p>
-<span id="index-koutliner_002c-C_002dc-C_002dl"></span>
-<span id="index-label-type_002c-changing"></span>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-C_002dl"></a>
+<a class="index-entry-id" id="index-label-type_002c-changing"></a>
 <p>You can change the labeling scheme used in a particular outline with
-the command <kbd>{C-c C-l}</kbd>.  A <kbd>{?}</kbd> will show all of the
+the command <kbd class="kbd">{C-c C-l}</kbd>.  A <kbd class="kbd">{?}</kbd> 
will show all of the
 labeling options.  The default, alpha labels, legal labels, and
 permanent idstamps (permanent cell ids) are all available.
 </p>
-<span id="index-label-separator_002c-changing"></span>
-<span id="index-cell-label-separator"></span>
-<span id="index-outline-label-separator"></span>
-<span id="index-koutliner_002c-C_002dc-M_002dl"></span>
-<span id="index-koutliner_002c-C_002du-C_002dc-M_002dl"></span>
+<a class="index-entry-id" id="index-label-separator_002c-changing"></a>
+<a class="index-entry-id" id="index-cell-label-separator"></a>
+<a class="index-entry-id" id="index-outline-label-separator"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-M_002dl"></a>
+<a class="index-entry-id" 
id="index-koutliner_002c-C_002du-C_002dc-M_002dl"></a>
 <p>A cell label is normally followed by a period and a space, called the
-<em>label separator</em>, prior to the start of the cell contents.  You can
-change the separator for the current outline with <kbd>{C-c M-l}</kbd>.
-<kbd>{C-u C-c M-l}</kbd> will additionally change the default separator
+<em class="dfn">label separator</em>, prior to the start of the cell contents. 
 You can
+change the separator for the current outline with <kbd class="kbd">{C-c 
M-l}</kbd>.
+<kbd class="kbd">{C-u C-c M-l}</kbd> will additionally change the default 
separator
 value used when new outlines are created (for the current session only).
 For example, use the value &quot;  &quot; (two spaces) to get eliminate the
 trailing period after each cell label.  The separator must be at least
 two characters long but may be longer.
 </p>
-<span id="index-file_002c-_002eemacs-3"></span>
-<span id="index-initialization-file"></span>
+<a class="index-entry-id" id="index-file_002c-_002eemacs-3"></a>
+<a class="index-entry-id" id="index-initialization-file"></a>
 <p>If you find a separator that you prefer for all outlines, change the
 separator setting permanently by adding the following line to your Emacs
-initialization file, <samp>~/.emacs</samp>, substituting for 
&lsquo;your-separator&rsquo;:
+initialization file, <samp class="file">~/.emacs</samp>, substituting for 
&lsquo;your-separator&rsquo;:
 </p>
-<span id="index-label-separator_002c-default"></span>
-<span id="index-kview_003adefault_002dlabel_002dseparator"></span>
-<div class="lisp">
-<pre class="lisp">(setq kview:default-label-separator 
&quot;your-separator&quot;)
+<a class="index-entry-id" id="index-label-separator_002c-default"></a>
+<a class="index-entry-id" 
id="index-kview_003adefault_002dlabel_002dseparator"></a>
+<div class="example lisp">
+<pre class="lisp-preformatted">(setq kview:default-label-separator 
&quot;your-separator&quot;)
 </pre></div>
 
 
 <hr>
-<span id="Idstamps"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Idstamps">
+<div class="nav-panel">
 <p>
 Next: <a href="#Editing-Outlines" accesskey="n" rel="next">Editing 
Outlines</a>, Previous: <a href="#Autonumbering" accesskey="p" 
rel="prev">Autonumbering</a>, Up: <a href="#Koutliner" accesskey="u" 
rel="up">Koutliner</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Idstamps-1"></span><h3 class="section">7.4 Idstamps</h3>
+<h3 class="section" id="Idstamps-1">7.4 Idstamps</h3>
 
-<span id="index-permanent-identifier-1"></span>
-<span id="index-idstamp-1"></span>
+<a class="index-entry-id" id="index-permanent-identifier-1"></a>
+<a class="index-entry-id" id="index-idstamp-1"></a>
 <p>Idstamps (permanent ids) are associated with each cell.  They maintain
-hyperlinks as cells are reordered within a koutline.  See <a 
href="#Klinks">Klinks</a>.
+hyperlinks as cells are reordered within a koutline.  See <a class="xref" 
href="#Klinks">Klinks</a>.
 Idstamps may be displayed in place of the outline level relative ids.
-Use <kbd>{C-c C-l id <span class="key">RET</span>}</kbd>.
+Use <kbd class="kbd">{C-c C-l id <kbd class="key">RET</kbd>}</kbd>.
 </p>
-<span id="index-idstamp-counter"></span>
+<a class="index-entry-id" id="index-idstamp-counter"></a>
 <p>An idstamp counter for each outline starts at 0 and is incremented by
 one each time a cell is added to the outline.  This idstamp stays with
 the cell no matter where it is moved within the outline.  If the cell is
 deleted, its idstamp is not reused.
 </p>
-<span id="index-root-cell-1"></span>
-<span id="index-top_002dlevel-cell-1"></span>
-<span id="index-cell_002c-top_002dlevel-1"></span>
-<span id="index-cell_002c-idstamp-0-1"></span>
-<span id="index-idstamp-0"></span>
+<a class="index-entry-id" id="index-root-cell-1"></a>
+<a class="index-entry-id" id="index-top_002dlevel-cell-1"></a>
+<a class="index-entry-id" id="index-cell_002c-top_002dlevel-1"></a>
+<a class="index-entry-id" id="index-cell_002c-idstamp-0-1"></a>
+<a class="index-entry-id" id="index-idstamp-0"></a>
 <p>The 0 idstamp is always assigned to the root node of the entire outline.
 This node is never visible within the outline, but is used so that the
 outline may be treated as a single tree when needed.  Idstamps always
@@ -5485,117 +4879,113 @@ begin with a 0, as in 012, to distinguish them from 
relative ids.
 </p>
 
 <hr>
-<span id="Editing-Outlines"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Editing-Outlines">
+<div class="nav-panel">
 <p>
 Next: <a href="#Viewing-Outlines" accesskey="n" rel="next">Viewing 
Outlines</a>, Previous: <a href="#Idstamps" accesskey="p" 
rel="prev">Idstamps</a>, Up: <a href="#Koutliner" accesskey="u" 
rel="up">Koutliner</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Editing-Outlines-1"></span><h3 class="section">7.5 Editing 
Outlines</h3>
+<h3 class="section" id="Editing-Outlines-1">7.5 Editing Outlines</h3>
 
 <p>Text editing within the Koutliner works just as it does for other
 buffers, except when you need to deal with the structural components of
 an outline.  Within the contents of a cell, all of your standard editing
 keys should work properly.  You can just type in text and the left and
-right margins of the lines will be maintained for you.  See <a 
href="#Filling">Filling</a>,
+right margins of the lines will be maintained for you.  See <a class="xref" 
href="#Filling">Filling</a>,
 for the times when you need to refill a paragraph or to control when
 filling occurs.
 </p>
-<p>Don&rsquo;t invoke editing commands with <kbd>{M-x command-name <span 
class="key">RET</span>}</kbd>
+<p>Don&rsquo;t invoke editing commands with <kbd class="kbd">{M-x command-name 
<kbd class="key">RET</kbd>}</kbd>
 since the Koutliner uses differently named commands made to act
 like the regular editing commands.  Koutliner commands, however, account
 for the structure and indentation in koutlines.
 </p>
-<span id="index-cell-selection"></span>
+<a class="index-entry-id" id="index-cell-selection"></a>
 <p>You may use the mouse to select parts of the contents of a single cell
 for editing.  But don&rsquo;t drag across cell boundaries and then edit the
 selected region, since that will destroy the outline structure.
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Adding-and-Killing" 
accesskey="1">Adding and Killing</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Promoting-and-Demoting" 
accesskey="2">Promoting and Demoting</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Relocating-and-Copying" 
accesskey="3">Relocating and Copying</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Moving-Around" 
accesskey="4">Moving Around</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Filling" 
accesskey="5">Filling</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Transposing" 
accesskey="6">Transposing</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Splitting-and-Appending" 
accesskey="7">Splitting and Appending</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Inserting-and-Importing" 
accesskey="8">Inserting and Importing</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Exporting" 
accesskey="9">Exporting</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#Adding-and-Killing" accesskey="1">Adding and Killing</a></li>
+<li><a href="#Promoting-and-Demoting" accesskey="2">Promoting and 
Demoting</a></li>
+<li><a href="#Relocating-and-Copying" accesskey="3">Relocating and 
Copying</a></li>
+<li><a href="#Moving-Around" accesskey="4">Moving Around</a></li>
+<li><a href="#Filling" accesskey="5">Filling</a></li>
+<li><a href="#Transposing" accesskey="6">Transposing</a></li>
+<li><a href="#Splitting-and-Appending" accesskey="7">Splitting and 
Appending</a></li>
+<li><a href="#Inserting-and-Importing" accesskey="8">Inserting and 
Importing</a></li>
+<li><a href="#Exporting" accesskey="9">Exporting</a></li>
+</ul>
 <hr>
-<span id="Adding-and-Killing"></span><div class="header">
+<div class="subsection-level-extent" id="Adding-and-Killing">
+<div class="nav-panel">
 <p>
 Next: <a href="#Promoting-and-Demoting" accesskey="n" rel="next">Promoting and 
Demoting</a>, Previous: <a href="#Editing-Outlines" accesskey="p" 
rel="prev">Editing Outlines</a>, Up: <a href="#Editing-Outlines" accesskey="u" 
rel="up">Editing Outlines</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Adding-and-Killing-1"></span><h4 class="subsection">7.5.1 Adding and 
Killing</h4>
+<h4 class="subsection" id="Adding-and-Killing-1">7.5.1 Adding and Killing</h4>
 
-<span id="index-koutliner_002c-C_002dj"></span>
-<span id="index-koutliner_002c-C_002du-c_002dj"></span>
-<span id="index-koutliner_002c-C_002dc-a"></span>
-<span id="index-koutliner_002c-C_002dc-p"></span>
-<span id="index-cell_002c-adding"></span>
-<span id="index-cell_002c-creating"></span>
-<p><kbd>{C-j}</kbd> adds a new cell as a successor sibling of the
+<a class="index-entry-id" id="index-koutliner_002c-C_002dj"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002du-c_002dj"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-a"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-p"></a>
+<a class="index-entry-id" id="index-cell_002c-adding"></a>
+<a class="index-entry-id" id="index-cell_002c-creating"></a>
+<p><kbd class="kbd">{C-j}</kbd> adds a new cell as a successor sibling of the
 current cell, that is, the next cell at the same level as the current
 cell.  If you enter a positive number as a prefix argument, that number
-of cells will be inserted, all at the same level.  <kbd>{C-u C-j}</kbd> is
+of cells will be inserted, all at the same level.  <kbd class="kbd">{C-u 
C-j}</kbd> is
 handled specially.  It adds a single cell as a child of the current cell.
-<kbd>{C-c a}</kbd> does the same thing.  <kbd>{C-c p}</kbd> adds the cell as
+<kbd class="kbd">{C-c a}</kbd> does the same thing.  <kbd class="kbd">{C-c 
p}</kbd> adds the cell as
 the successor of the current cell&rsquo;s parent.
 </p>
-<span id="index-koutliner_002c-C_002dc-C_002dk"></span>
-<span id="index-koutliner_002c-C_002dc-k"></span>
-<span id="index-koutliner_002c-C_002du-C_002dc-k"></span>
-<span id="index-koutliner_002c-C_002dy"></span>
-<span id="index-cell_002c-killing"></span>
-<span id="index-cell_002c-yanking-contents"></span>
-<span id="index-tree_002c-killing"></span>
-<p><kbd>{C-c C-k}</kbd> kills the current cell and its entire subtree.
-<kbd>{C-c k}</kbd> kills the contents of a cell from point through the end
-of the cell; it does not remove the cell itself.  <kbd>{C-u C-c k}</kbd>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-C_002dk"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-k"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002du-C_002dc-k"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dy"></a>
+<a class="index-entry-id" id="index-cell_002c-killing"></a>
+<a class="index-entry-id" id="index-cell_002c-yanking-contents"></a>
+<a class="index-entry-id" id="index-tree_002c-killing"></a>
+<p><kbd class="kbd">{C-c C-k}</kbd> kills the current cell and its entire 
subtree.
+<kbd class="kbd">{C-c k}</kbd> kills the contents of a cell from point through 
the end
+of the cell; it does not remove the cell itself.  <kbd class="kbd">{C-u C-c 
k}</kbd>
 kills the entire contents of the cell regardless of the location of
 point.  You may then yank the contents into another cell or another
-buffer with <kbd>{C-y}</kbd>.
+buffer with <kbd class="kbd">{C-y}</kbd>.
 </p>
 <hr>
-<span id="Promoting-and-Demoting"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Promoting-and-Demoting">
+<div class="nav-panel">
 <p>
 Next: <a href="#Relocating-and-Copying" accesskey="n" rel="next">Relocating 
and Copying</a>, Previous: <a href="#Adding-and-Killing" accesskey="p" 
rel="prev">Adding and Killing</a>, Up: <a href="#Editing-Outlines" 
accesskey="u" rel="up">Editing Outlines</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Promoting-and-Demoting-1"></span><h4 class="subsection">7.5.2 
Promoting and Demoting</h4>
+<h4 class="subsection" id="Promoting-and-Demoting-1">7.5.2 Promoting and 
Demoting</h4>
 
-<span id="index-promotion"></span>
-<span id="index-demotion"></span>
-<span id="index-tree_002c-promoting"></span>
-<span id="index-tree_002c-demoting"></span>
-<p><em>Demotion</em> is the act of moving a tree down one or more levels in the
+<a class="index-entry-id" id="index-promotion"></a>
+<a class="index-entry-id" id="index-demotion"></a>
+<a class="index-entry-id" id="index-tree_002c-promoting"></a>
+<a class="index-entry-id" id="index-tree_002c-demoting"></a>
+<p><em class="dfn">Demotion</em> is the act of moving a tree down one or more 
levels in the
 outline.  The new tree will become either the successor or the first
-child of the cell which precedes it in the outline.  <em>Promotion</em> is
+child of the cell which precedes it in the outline.  <em 
class="dfn">Promotion</em> is
 the inverse operation.  Note that trees (cells and their entire
 substructure) are promoted and demoted, not individual cells.
 </p>
-<span id="index-koutliner_002c-TAB"></span>
-<span id="index-koutliner_002c-M_002dTAB"></span>
-<span id="index-koutliner_002c-Shift_002dTAB"></span>
-<span id="index-koutliner_002c-M_002dleft"></span>
-<span id="index-koutliner_002c-M_002dright"></span>
-<span id="index-koutliner_002c-M_002dShift_002dleft"></span>
-<span id="index-koutliner_002c-M_002dShift_002dright"></span>
-<span id="index-koutliner_002c-C_002dc-C_002d_002c"></span>
-<span id="index-koutliner_002c-C_002dc-C_002d_002e"></span>
-<span id="index-koutliner_002c-C_002dc-C_002d_003e"></span>
-<span id="index-koutliner_002c-C_002dc-C_002d_003c"></span>
+<a class="index-entry-id" id="index-koutliner_002c-TAB"></a>
+<a class="index-entry-id" id="index-koutliner_002c-M_002dTAB"></a>
+<a class="index-entry-id" id="index-koutliner_002c-Shift_002dTAB"></a>
+<a class="index-entry-id" id="index-koutliner_002c-M_002dleft"></a>
+<a class="index-entry-id" id="index-koutliner_002c-M_002dright"></a>
+<a class="index-entry-id" id="index-koutliner_002c-M_002dShift_002dleft"></a>
+<a class="index-entry-id" id="index-koutliner_002c-M_002dShift_002dright"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-C_002d_002c"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-C_002d_002e"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-C_002d_003e"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-C_002d_003c"></a>
 
 <div class="example">
-<pre 
class="example">|-----------------------------+----------------------------|
+<pre 
class="example-preformatted">|-----------------------------+----------------------------|
 | Promotion Outside Org Table | Demotion Outside Org Table |
 |-----------------------------+----------------------------|
 | Shift-TAB or M-TAB          | TAB                        |
@@ -5607,52 +4997,52 @@ substructure) are promoted and demoted, not individual 
cells.
 </pre></div>
 
 
-<p>Trees may be demoted or promoted by pressing <tt class="key">TAB</tt> or
-<kbd>{M-<span class="key">TAB</span>}</kbd> (or <kbd>{<span 
class="key">SHIFT</span>-<span class="key">TAB</span>}</kbd>) respectively, as
-in most outliners today.  <kbd>{M-0 <span class="key">TAB</span>}</kbd> and 
<kbd>{M-0
-M-<span class="key">TAB</span>}</kbd> demote and promote trees and 
additionally refill each
+<p>Trees may be demoted or promoted by pressing <kbd class="key">TAB</kbd> or
+<kbd class="kbd">{M-<kbd class="key">TAB</kbd>}</kbd> (or <kbd 
class="kbd">{<kbd class="key">SHIFT</kbd>-<kbd class="key">TAB</kbd>}</kbd>) 
respectively, as
+in most outliners today.  <kbd class="kbd">{M-0 <kbd 
class="key">TAB</kbd>}</kbd> and <kbd class="kbd">{M-0
+M-<kbd class="key">TAB</kbd>}</kbd> demote and promote trees and additionally 
refill each
 cell that is not specially marked to prevent refilling.
-See <a href="#Filling">Filling</a>.  A positive or negative prefix argument to 
these
+See <a class="xref" href="#Filling">Filling</a>.  A positive or negative 
prefix argument to these
 commands promotes or demotes the tree up to a maximum of the number of
 levels given by the argument.  The outline may not support movement of
 the tree by the number of levels requested, however, in which case the
 maximal possible adjustment is made.
 </p>
-<span id="index-koutliner_002c-M_002d1-TAB"></span>
-<span id="index-inserting-tabs"></span>
-<span id="index-tabs_002c-inserting"></span>
-<span id="index-kotl_002dmode_003aindent_002dtabs_002dmode"></span>
-<span id="index-Koutliner_002c-toggle-tab-behavior"></span>
-<p><kbd>{M-1 <span class="key">TAB</span>}</kbd> behaves specially.  It 
toggles the function of
-<tt class="key">TAB</tt> and <kbd>{M-<span class="key">TAB</span>}</kbd> so 
that they insert a tab
+<a class="index-entry-id" id="index-koutliner_002c-M_002d1-TAB"></a>
+<a class="index-entry-id" id="index-inserting-tabs"></a>
+<a class="index-entry-id" id="index-tabs_002c-inserting"></a>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003aindent_002dtabs_002dmode"></a>
+<a class="index-entry-id" id="index-Koutliner_002c-toggle-tab-behavior"></a>
+<p><kbd class="kbd">{M-1 <kbd class="key">TAB</kbd>}</kbd> behaves specially.  
It toggles the function of
+<kbd class="key">TAB</kbd> and <kbd class="kbd">{M-<kbd 
class="key">TAB</kbd>}</kbd> so that they insert a tab
 and remove the previous character, respectively.  This is useful when
 one is formatting information within a single cell.  When in this
-mode, <kbd>{<span class="key">TAB</span>}</kbd> inserts a literal TAB 
character, by default.
-Set the variable, <code>kotl-mode:indent-tabs-mode</code>, to
-&lsquo;<samp>nil</samp>&rsquo; if you want space characters used to form the 
tab.
-Use <kbd>{M-1 <span class="key">TAB</span>}</kbd> to toggle the <tt 
class="key">TAB</tt> and
-<kbd>{M-<span class="key">TAB</span>}</kbd> keys back to promoting and 
demoting trees.
+mode, <kbd class="kbd">{<kbd class="key">TAB</kbd>}</kbd> inserts a literal 
TAB character, by default.
+Set the variable, <code class="code">kotl-mode:indent-tabs-mode</code>, to
+&lsquo;<samp class="samp">nil</samp>&rsquo; if you want space characters used 
to form the tab.
+Use <kbd class="kbd">{M-1 <kbd class="key">TAB</kbd>}</kbd> to toggle the <kbd 
class="key">TAB</kbd> and
+<kbd class="kbd">{M-<kbd class="key">TAB</kbd>}</kbd> keys back to promoting 
and demoting trees.
 </p>
 
-<span id="index-Org-tables"></span>
-<p>The Koutliner also supports Org Table editing, see <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/org.html#Tables";>Tables</a>
 in <cite>the Org
-Mode Manual</cite>, via Org table minor mode.  Use <kbd>{M-x orgtbl-mode <span 
class="key">RET</span>}</kbd>
-to toggle this on and off.  A press of the Action Key on a <code>|</code> 
symbol,
+<a class="index-entry-id" id="index-Org-tables"></a>
+<p>The Koutliner also supports Org Table editing, see <a data-manual="org" 
href="https://www.gnu.org/software/emacs/manual/html_mono/org.html#Tables";>Tables</a>
 in <cite class="cite">the Org
+Mode Manual</cite>, via Org table minor mode.  Use <kbd class="kbd">{M-x 
orgtbl-mode <kbd class="key">RET</kbd>}</kbd>
+to toggle this on and off.  A press of the Action Key on a <code 
class="code">|</code> symbol,
 also toggles this minor mode on or off.
 </p>
-<span id="index-outline-mode"></span>
-<span id="index-M_002d0-TAB"></span>
-<span id="index-M_002d0-M_002dTAB"></span>
+<a class="index-entry-id" id="index-outline-mode"></a>
+<a class="index-entry-id" id="index-M_002d0-TAB"></a>
+<a class="index-entry-id" id="index-M_002d0-M_002dTAB"></a>
 <p>Tree demotion and promotion keys match the defaults in Org mode and
 Outline mode, plus some easier to type ones.  The tables below
 summarize which keys work whether inside an Org table or outside.
 </p>
-<p>Note that you must use <kbd>{M-0 <span class="key">TAB</span>}</kbd> and 
<kbd>{M-0 M-<span class="key">TAB</span>}</kbd> to
-demote/promote Koutline trees when in a table since <tt class="key">TAB</tt> 
by itself
+<p>Note that you must use <kbd class="kbd">{M-0 <kbd 
class="key">TAB</kbd>}</kbd> and <kbd class="kbd">{M-0 M-<kbd 
class="key">TAB</kbd>}</kbd> to
+demote/promote Koutline trees when in a table since <kbd class="key">TAB</kbd> 
by itself
 moves between fields within a table.
 </p>
 <div class="example">
-<pre 
class="example">|----------------------------+-----------------------------|
+<pre 
class="example-preformatted">|----------------------------+-----------------------------|
 | Promotion Inside Org Table | Demotion Inside Org Table   |
 |----------------------------+-----------------------------|
 | M-0 Shift-TAB or M-0 M-TAB | M-0 TAB                     |
@@ -5662,18 +5052,20 @@ moves between fields within a table.
 </pre></div>
 
 <hr>
-<span id="Relocating-and-Copying"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Relocating-and-Copying">
+<div class="nav-panel">
 <p>
 Next: <a href="#Moving-Around" accesskey="n" rel="next">Moving Around</a>, 
Previous: <a href="#Promoting-and-Demoting" accesskey="p" rel="prev">Promoting 
and Demoting</a>, Up: <a href="#Editing-Outlines" accesskey="u" 
rel="up">Editing Outlines</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Relocating-and-Copying-1"></span><h4 class="subsection">7.5.3 
Relocating and Copying</h4>
+<h4 class="subsection" id="Relocating-and-Copying-1">7.5.3 Relocating and 
Copying</h4>
 
-<span id="index-tree_002c-copying"></span>
-<span id="index-tree_002c-moving"></span>
-<span id="index-Action-Key_002c-cell-argument"></span>
-<span id="index-koutliner_002c-Action-Key_002c-cell-argument"></span>
+<a class="index-entry-id" id="index-tree_002c-copying"></a>
+<a class="index-entry-id" id="index-tree_002c-moving"></a>
+<a class="index-entry-id" id="index-Action-Key_002c-cell-argument"></a>
+<a class="index-entry-id" 
id="index-koutliner_002c-Action-Key_002c-cell-argument"></a>
 <p>Like Org mode, you can move the tree rooted at point past trees rooted
-at the same level with <kbd>{M-down}</kbd> and before trees with 
<kbd>{M-up}</kbd>.
+at the same level with <kbd class="kbd">{M-down}</kbd> and before trees with 
<kbd class="kbd">{M-up}</kbd>.
 Give a prefix argument to move past that many other trees.  (A 0 valued
 argument is automatically changed to 1).
 </p>
@@ -5692,55 +5084,55 @@ arguments for which each command prompts.  Note how the 
use of prefix
 arguments changes each command&rsquo;s behavior from insertion at the sibling
 level to insertion at the child level.
 </p>
-<dl compact="compact">
-<dd><span id="index-M_002ddown"></span>
+<dl class="table">
+<dd><a class="index-entry-id" id="index-M_002ddown"></a>
 </dd>
-<dt><kbd>{M-down}</kbd></dt>
+<dt><kbd class="kbd">{M-down}</kbd></dt>
 <dd><p>Move current tree past prefix arg same level trees.
-<span id="index-M_002dup"></span>
+<a class="index-entry-id" id="index-M_002dup"></a>
 </p></dd>
-<dt><kbd>{M-up}</kbd></dt>
+<dt><kbd class="kbd">{M-up}</kbd></dt>
 <dd><p>Move current tree back prefix arg same level trees.
 </p>
-<span id="index-C_002dc-c"></span>
+<a class="index-entry-id" id="index-C_002dc-c"></a>
 </dd>
-<dt><kbd>{C-c c}</kbd></dt>
+<dt><kbd class="kbd">{C-c c}</kbd></dt>
 <dd><p>Copy &lt;tree&gt; to be the successor of &lt;cell&gt;.
-<span id="index-C_002du-C_002dc-c"></span>
+<a class="index-entry-id" id="index-C_002du-C_002dc-c"></a>
 </p></dd>
-<dt><kbd>{C-u C-c c}</kbd></dt>
+<dt><kbd class="kbd">{C-u C-c c}</kbd></dt>
 <dd><p>Copy &lt;tree&gt; to follow as the first child of &lt;cell&gt;.
 </p>
-<span id="index-C_002dc-C_002dc-1"></span>
+<a class="index-entry-id" id="index-C_002dc-C_002dc-1"></a>
 </dd>
-<dt><kbd>{C-c C-c}</kbd></dt>
+<dt><kbd class="kbd">{C-c C-c}</kbd></dt>
 <dd><p>Copy &lt;tree&gt; to be the predecessor of &lt;cell&gt;.
-<span id="index-C_002du-C_002dc-C_002dc"></span>
+<a class="index-entry-id" id="index-C_002du-C_002dc-C_002dc"></a>
 </p></dd>
-<dt><kbd>{C-u C-c C-c}</kbd></dt>
+<dt><kbd class="kbd">{C-u C-c C-c}</kbd></dt>
 <dd><p>Copy &lt;tree&gt; to be the first child of the parent of &lt;cell&gt;.
 </p>
-<span id="index-C_002dc-m"></span>
+<a class="index-entry-id" id="index-C_002dc-m"></a>
 </dd>
-<dt><kbd>{C-c m}</kbd></dt>
+<dt><kbd class="kbd">{C-c m}</kbd></dt>
 <dd><p>Move &lt;tree&gt; to be the successor of &lt;cell&gt;.
-<span id="index-C_002du-C_002dc-m"></span>
+<a class="index-entry-id" id="index-C_002du-C_002dc-m"></a>
 </p></dd>
-<dt><kbd>{C-u C-c m}</kbd></dt>
+<dt><kbd class="kbd">{C-u C-c m}</kbd></dt>
 <dd><p>Move &lt;tree&gt; to follow as the first child of &lt;cell&gt;.
 </p>
-<span id="index-C_002dc-C_002dm"></span>
+<a class="index-entry-id" id="index-C_002dc-C_002dm"></a>
 </dd>
-<dt><kbd>{C-c C-m}</kbd></dt>
+<dt><kbd class="kbd">{C-c C-m}</kbd></dt>
 <dd><p>Move &lt;tree&gt; to precede &lt;cell&gt;.
-<span id="index-C_002du-C_002dc-C_002dm"></span>
+<a class="index-entry-id" id="index-C_002du-C_002dc-C_002dm"></a>
 </p></dd>
-<dt><kbd>{C-u C-c C-m}</kbd></dt>
+<dt><kbd class="kbd">{C-u C-c C-m}</kbd></dt>
 <dd><p>Move &lt;tree&gt; to be the first child of the parent of &lt;cell&gt;.
 </p></dd>
 </dl>
 
-<span id="index-mouse_002c-moving-trees"></span>
+<a class="index-entry-id" id="index-mouse_002c-moving-trees"></a>
 <p>If you have mouse support under Hyperbole, you can move entire trees
 with mouse clicks.  Click the Assist Key within the indentation to the
 left of a cell and you will be prompted for a tree to move.  Double
@@ -5752,138 +5144,142 @@ it to follow as a successor.
 right now, so don&rsquo;t try to to move trees across different outline files.
 You can, however, copy an outline tree to a non-outline buffer with:
 </p>
-<span id="index-tree_002c-exporting"></span>
-<span id="index-outline_002c-exporting"></span>
-<span id="index-tree_002c-mailing"></span>
-<span id="index-outline_002c-mailing"></span>
-<span id="index-exporting-an-outline"></span>
-<span id="index-mailing-an-outline"></span>
-<dl compact="compact">
-<dd><span id="index-C_002dc-M_002dc"></span>
+<a class="index-entry-id" id="index-tree_002c-exporting"></a>
+<a class="index-entry-id" id="index-outline_002c-exporting"></a>
+<a class="index-entry-id" id="index-tree_002c-mailing"></a>
+<a class="index-entry-id" id="index-outline_002c-mailing"></a>
+<a class="index-entry-id" id="index-exporting-an-outline"></a>
+<a class="index-entry-id" id="index-mailing-an-outline"></a>
+<dl class="table">
+<dd><a class="index-entry-id" id="index-C_002dc-M_002dc"></a>
 </dd>
-<dt><kbd>{C-c M-c}</kbd></dt>
+<dt><kbd class="kbd">{C-c M-c}</kbd></dt>
 <dd><p>Copy a &lt;tree&gt; to a non-koutline buffer.
-<span id="index-C_002dc-C_002d_0040"></span>
+<a class="index-entry-id" id="index-C_002dc-C_002d_0040"></a>
 </p></dd>
-<dt><kbd>{C-c C-@}</kbd></dt>
+<dt><kbd class="kbd">{C-c C-@}</kbd></dt>
 <dd><p>Copy a &lt;tree&gt; to an outgoing mail message.
 </p></dd>
 </dl>
 
-<span id="index-outline_002c-importing"></span>
-<span id="index-copying"></span>
+<a class="index-entry-id" id="index-outline_002c-importing"></a>
+<a class="index-entry-id" id="index-copying"></a>
 <p>You may also import cells into the current koutline from another
-koutline with the <kbd>{M-x kimport:text <span class="key">RET</span>}</kbd> 
command.
-See <a href="#Inserting-and-Importing">Inserting and Importing</a>.
+koutline with the <kbd class="kbd">{M-x kimport:text <kbd 
class="key">RET</kbd>}</kbd> command.
+See <a class="xref" href="#Inserting-and-Importing">Inserting and 
Importing</a>.
 </p>
 
 <hr>
-<span id="Moving-Around"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Moving-Around">
+<div class="nav-panel">
 <p>
 Next: <a href="#Filling" accesskey="n" rel="next">Filling</a>, Previous: <a 
href="#Relocating-and-Copying" accesskey="p" rel="prev">Relocating and 
Copying</a>, Up: <a href="#Editing-Outlines" accesskey="u" rel="up">Editing 
Outlines</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Moving-Around-1"></span><h4 class="subsection">7.5.4 Moving 
Around</h4>
+<h4 class="subsection" id="Moving-Around-1">7.5.4 Moving Around</h4>
 
-<span id="index-outline_002c-motion"></span>
+<a class="index-entry-id" id="index-outline_002c-motion"></a>
 <p>In addition to normal emacs movement commands, you can move within a
 cell or from one cell or tree to another.
 </p>
-<dl compact="compact">
-<dd><span id="index-C_002dc-_002c"></span>
+<dl class="table">
+<dd><a class="index-entry-id" id="index-C_002dc-_002c"></a>
 </dd>
-<dt><kbd>{C-c ,}</kbd></dt>
+<dt><kbd class="kbd">{C-c ,}</kbd></dt>
 <dd><p>Move to the beginning of the current cell.
-<span id="index-C_002dc-_002e-1"></span>
+<a class="index-entry-id" id="index-C_002dc-_002e-1"></a>
 </p></dd>
-<dt><kbd>{C-c .}</kbd></dt>
+<dt><kbd class="kbd">{C-c .}</kbd></dt>
 <dd><p>Move to the end of the current cell.
 </p>
-<span id="index-C_002dc-C_002dn"></span>
+<a class="index-entry-id" id="index-C_002dc-C_002dn"></a>
 </dd>
-<dt><kbd>{C-c C-n}</kbd></dt>
+<dt><kbd class="kbd">{C-c C-n}</kbd></dt>
 <dd><p>Move to the next visible cell, regardless of level.
-<span id="index-C_002dc-C_002dp"></span>
+<a class="index-entry-id" id="index-C_002dc-C_002dp"></a>
 </p></dd>
-<dt><kbd>{C-c C-p}</kbd></dt>
+<dt><kbd class="kbd">{C-c C-p}</kbd></dt>
 <dd><p>Move to the previous visible cell, regardless of level.
 </p>
-<span id="index-C_002dc-C_002df"></span>
+<a class="index-entry-id" id="index-C_002dc-C_002df"></a>
 </dd>
-<dt><kbd>{C-c C-f}</kbd></dt>
+<dt><kbd class="kbd">{C-c C-f}</kbd></dt>
 <dd><p>Move forward to this cell&rsquo;s successor, if any.
-<span id="index-C_002dc-C_002db"></span>
+<a class="index-entry-id" id="index-C_002dc-C_002db"></a>
 </p></dd>
-<dt><kbd>{C-c C-b}</kbd></dt>
+<dt><kbd class="kbd">{C-c C-b}</kbd></dt>
 <dd><p>Move backward to this cell&rsquo;s predecessor, if any.
 </p>
-<span id="index-C_002dc-C_002dd"></span>
+<a class="index-entry-id" id="index-C_002dc-C_002dd"></a>
 </dd>
-<dt><kbd>{C-c C-d}</kbd></dt>
+<dt><kbd class="kbd">{C-c C-d}</kbd></dt>
 <dd><p>Move to the first child of the current cell, if any.
-<span id="index-C_002dc-C_002du"></span>
+<a class="index-entry-id" id="index-C_002dc-C_002du"></a>
 </p></dd>
-<dt><kbd>{C-c C-u}</kbd></dt>
+<dt><kbd class="kbd">{C-c C-u}</kbd></dt>
 <dd><p>Move to the parent cell of the current cell, if any.
 </p>
-<span id="index-C_002dc-_003c"></span>
+<a class="index-entry-id" id="index-C_002dc-_003c"></a>
 </dd>
-<dt><kbd>{C-c &lt;}</kbd></dt>
+<dt><kbd class="kbd">{C-c &lt;}</kbd></dt>
 <dd><p>Move to the first sibling at the current level within this tree.
-<span id="index-C_002dc-_003e"></span>
+<a class="index-entry-id" id="index-C_002dc-_003e"></a>
 </p></dd>
-<dt><kbd>{C-c &gt;}</kbd></dt>
+<dt><kbd class="kbd">{C-c &gt;}</kbd></dt>
 <dd><p>Move to the last sibling at the current level within this tree.
 </p>
-<span id="index-C_002dc-_005e"></span>
+<a class="index-entry-id" id="index-C_002dc-_005e"></a>
 </dd>
-<dt><kbd>{C-c ^}</kbd></dt>
+<dt><kbd class="kbd">{C-c ^}</kbd></dt>
 <dd><p>Move to the level 1 root cell of the current tree.
-<span id="index-C_002dc-_0024"></span>
+<a class="index-entry-id" id="index-C_002dc-_0024"></a>
 </p></dd>
-<dt><kbd>{C-c $}</kbd></dt>
+<dt><kbd class="kbd">{C-c $}</kbd></dt>
 <dd><p>Move to the last cell in the tree rooted at point, regardless of level.
 </p></dd>
 </dl>
 
 
 <hr>
-<span id="Filling"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Filling">
+<div class="nav-panel">
 <p>
 Next: <a href="#Transposing" accesskey="n" rel="next">Transposing</a>, 
Previous: <a href="#Moving-Around" accesskey="p" rel="prev">Moving Around</a>, 
Up: <a href="#Editing-Outlines" accesskey="u" rel="up">Editing Outlines</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Filling-1"></span><h4 class="subsection">7.5.5 Filling</h4>
+<h4 class="subsection" id="Filling-1">7.5.5 Filling</h4>
 
-<span id="index-outline_002c-filling"></span>
-<span id="index-filling"></span>
-<span id="index-word-wrap"></span>
-<p><em>Filling</em> is the process of distributing words among lines to extend
+<a class="index-entry-id" id="index-outline_002c-filling"></a>
+<a class="index-entry-id" id="index-filling"></a>
+<a class="index-entry-id" id="index-word-wrap"></a>
+<p><em class="dfn">Filling</em> is the process of distributing words among 
lines to extend
 short lines and to reduce long ones.  Commands are provided to fill a
 paragraph within a cell or to fill a whole cell, which may have multiple
 paragraphs.
 </p>
-<span id="index-filling-1"></span>
-<span id="index-cell_002c-filling"></span>
-<span id="index-paragraph_002c-filling"></span>
-<span id="index-tree_002c-filling"></span>
-<span id="index-margin"></span>
-<span id="index-koutliner_002c-M_002dq"></span>
-<span id="index-koutliner_002c-M_002dj"></span>
-<span id="index-koutliner_002c-C_002dc-M_002dq"></span>
-<span id="index-koutliner_002c-C_002dc-M_002dj"></span>
-<span id="index-koutliner_002c-C_002dM_002dq"></span>
-<span id="index-koutliner_002c-C_002dM_002dj"></span>
-<p><kbd>{M-q}</kbd> or <kbd>{M-j}</kbd> refills a paragraph within a
+<a class="index-entry-id" id="index-filling-1"></a>
+<a class="index-entry-id" id="index-cell_002c-filling"></a>
+<a class="index-entry-id" id="index-paragraph_002c-filling"></a>
+<a class="index-entry-id" id="index-tree_002c-filling"></a>
+<a class="index-entry-id" id="index-margin"></a>
+<a class="index-entry-id" id="index-koutliner_002c-M_002dq"></a>
+<a class="index-entry-id" id="index-koutliner_002c-M_002dj"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-M_002dq"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-M_002dj"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dM_002dq"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dM_002dj"></a>
+<p><kbd class="kbd">{M-q}</kbd> or <kbd class="kbd">{M-j}</kbd> refills a 
paragraph within a
 cell so that its lines wrap within the current margin settings.
-<kbd>{C-c M-q}</kbd> or <kbd>{C-c M-j}</kbd> refills all paragraphs within a
-cell.  <kbd>{C-M-q}</kbd> or <kbd>{C-M-j}</kbd> refills all cells within a 
tree.
+<kbd class="kbd">{C-c M-q}</kbd> or <kbd class="kbd">{C-c M-j}</kbd> refills 
all paragraphs within a
+cell.  <kbd class="kbd">{C-M-q}</kbd> or <kbd class="kbd">{C-M-j}</kbd> 
refills all cells within a tree.
 See the GNU Emacs manual for information on how to set the left and
 right margins.
 </p>
-<span id="index-kotl_002dmode_003arefill_002dflag"></span>
-<span id="index-refilling"></span>
-<span id="index-attribute_002c-no_002dfill"></span>
-<span id="index-cell-no_002dfill-attribute"></span>
-<p>Set the variable, <code>kotl-mode:refill-flag</code>, to 
&lsquo;<samp>t</samp>&rsquo; if you
+<a class="index-entry-id" id="index-kotl_002dmode_003arefill_002dflag"></a>
+<a class="index-entry-id" id="index-refilling"></a>
+<a class="index-entry-id" id="index-attribute_002c-no_002dfill"></a>
+<a class="index-entry-id" id="index-cell-no_002dfill-attribute"></a>
+<p>Set the variable, <code class="code">kotl-mode:refill-flag</code>, to 
&lsquo;<samp class="samp">t</samp>&rsquo; if you
 want moving, promoting, demoting, exchanging, splitting and appending
 cells to also automatically refill each cell, aside from any that have
 a &lsquo;no-fill&rsquo; property.  Generally, this is not recommended since if 
you
@@ -5892,126 +5288,132 @@ a &lsquo;no-fill&rsquo; property, then your 
formatting will be lost.
 </p>
 
 <hr>
-<span id="Transposing"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Transposing">
+<div class="nav-panel">
 <p>
 Next: <a href="#Splitting-and-Appending" accesskey="n" rel="next">Splitting 
and Appending</a>, Previous: <a href="#Filling" accesskey="p" 
rel="prev">Filling</a>, Up: <a href="#Editing-Outlines" accesskey="u" 
rel="up">Editing Outlines</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Transposing-1"></span><h4 class="subsection">7.5.6 Transposing</h4>
+<h4 class="subsection" id="Transposing-1">7.5.6 Transposing</h4>
 
 <p>The Koutliner move and copy commands rearrange entire trees.  The
 following two commands, in contrast, exchange the locations of two
 individual cells.
 </p>
-<span id="index-koutliner_002c-C_002dc-e"></span>
-<span id="index-cell_002c-transposing"></span>
-<span id="index-cell_002c-exchanging"></span>
-<span id="index-exchanging-cells"></span>
-<span id="index-transposing-cells"></span>
-<p><kbd>{C-c e}</kbd> prompts for two cell addresses and exchanges the cell
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-e"></a>
+<a class="index-entry-id" id="index-cell_002c-transposing"></a>
+<a class="index-entry-id" id="index-cell_002c-exchanging"></a>
+<a class="index-entry-id" id="index-exchanging-cells"></a>
+<a class="index-entry-id" id="index-transposing-cells"></a>
+<p><kbd class="kbd">{C-c e}</kbd> prompts for two cell addresses and exchanges 
the cell
 locations.
 </p>
-<span id="index-koutliner_002c-C_002dc-t"></span>
-<p><kbd>{C-c t}</kbd> does not prompt.  It exchanges the current
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-t"></a>
+<p><kbd class="kbd">{C-c t}</kbd> does not prompt.  It exchanges the current
 and immediately prior cell, regardless of their levels.  If there is no
 prior cell it exchanges the current and next cell.
 </p>
-<span id="index-cell_002c-mark-and-point"></span>
-<span id="index-koutliner_002c-M_002d0-C_002dc-t"></span>
-<p><kbd>{M-0 C-c t}</kbd> exchanges the cells in which point and mark fall.
-<kbd>{C-c t}</kbd> with a non-zero numeric prefix argument, N, moves
+<a class="index-entry-id" id="index-cell_002c-mark-and-point"></a>
+<a class="index-entry-id" id="index-koutliner_002c-M_002d0-C_002dc-t"></a>
+<p><kbd class="kbd">{M-0 C-c t}</kbd> exchanges the cells in which point and 
mark fall.
+<kbd class="kbd">{C-c t}</kbd> with a non-zero numeric prefix argument, N, 
moves
 the current tree maximally past the next N visible cells.  If there are
 fewer visible, it makes the current cell the last cell in the outline.
 </p>
 
 <hr>
-<span id="Splitting-and-Appending"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Splitting-and-Appending">
+<div class="nav-panel">
 <p>
 Next: <a href="#Inserting-and-Importing" accesskey="n" rel="next">Inserting 
and Importing</a>, Previous: <a href="#Transposing" accesskey="p" 
rel="prev">Transposing</a>, Up: <a href="#Editing-Outlines" accesskey="u" 
rel="up">Editing Outlines</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Splitting-and-Appending-1"></span><h4 class="subsection">7.5.7 
Splitting and Appending</h4>
+<h4 class="subsection" id="Splitting-and-Appending-1">7.5.7 Splitting and 
Appending</h4>
 
-<span id="index-splitting-a-cell"></span>
-<span id="index-cell_002c-splitting"></span>
-<span id="index-koutliner_002c-C_002dc-s"></span>
-<span id="index-koutliner_002c-C_002du-C_002dc-s"></span>
-<p>One cell may be split into two adjacent sibling cells with <kbd>{C-c
+<a class="index-entry-id" id="index-splitting-a-cell"></a>
+<a class="index-entry-id" id="index-cell_002c-splitting"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-s"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002du-C_002dc-s"></a>
+<p>One cell may be split into two adjacent sibling cells with <kbd 
class="kbd">{C-c
 s}</kbd>.  This leaves the cell contents preceding point in the current
 cell, minus any trailing whitespace, and moves the contents following
 point to a new sibling cell which is inserted into the outline.
-<kbd>{C-u C-c s}</kbd> instead adds the new cell as the first child of the
+<kbd class="kbd">{C-u C-c s}</kbd> instead adds the new cell as the first 
child of the
 original cell, rather than as its successor.
 </p>
 <p>All cell attributes in the original cell are propagated to the new one,
 aside from the creation attributes and idstamp.
 </p>
-<span id="index-koutliner_002c-C_002dc-_002b"></span>
-<span id="index-cell_002c-appending"></span>
-<span id="index-appending-to-a-cell"></span>
-<span id="index-attribute_002c-no_002dfill-1"></span>
-<span id="index-cell-no_002dfill-attribute-1"></span>
-<p><kbd>{C-c +}</kbd> appends the contents of a specified cell to the end of
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-_002b"></a>
+<a class="index-entry-id" id="index-cell_002c-appending"></a>
+<a class="index-entry-id" id="index-appending-to-a-cell"></a>
+<a class="index-entry-id" id="index-attribute_002c-no_002dfill-1"></a>
+<a class="index-entry-id" id="index-cell-no_002dfill-attribute-1"></a>
+<p><kbd class="kbd">{C-c +}</kbd> appends the contents of a specified cell to 
the end of
 another cell.  It has no effect on cell attributes, except that if one
 cell has a &lsquo;no-fill&rsquo; attribute, which prevents all but user 
requested
 filling of a cell, then the cell appended to inherits this property.
 This helps maintain any special formatting the appended text may have.
 </p>
 <hr>
-<span id="Inserting-and-Importing"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Inserting-and-Importing">
+<div class="nav-panel">
 <p>
 Next: <a href="#Exporting" accesskey="n" rel="next">Exporting</a>, Previous: 
<a href="#Splitting-and-Appending" accesskey="p" rel="prev">Splitting and 
Appending</a>, Up: <a href="#Editing-Outlines" accesskey="u" rel="up">Editing 
Outlines</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Inserting-and-Importing-1"></span><h4 class="subsection">7.5.8 
Inserting and Importing</h4>
+<h4 class="subsection" id="Inserting-and-Importing-1">7.5.8 Inserting and 
Importing</h4>
 
-<span id="index-outline_002c-inserting-into"></span>
-<span id="index-outline_002c-importing-into"></span>
-<span id="index-importing"></span>
-<span id="index-insertion"></span>
-<span id="index-koutliner_002c-C_002dx-i"></span>
-<span id="index-outline_002c-foreign-file"></span>
+<a class="index-entry-id" id="index-outline_002c-inserting-into"></a>
+<a class="index-entry-id" id="index-outline_002c-importing-into"></a>
+<a class="index-entry-id" id="index-importing"></a>
+<a class="index-entry-id" id="index-insertion"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dx-i"></a>
+<a class="index-entry-id" id="index-outline_002c-foreign-file"></a>
 <p>The paragraphs of another buffer or file may be inserted into a koutline
-as a set of cells by using the <kbd>{C-x i}</kbd> command.  When prompted,
+as a set of cells by using the <kbd class="kbd">{C-x i}</kbd> command.  When 
prompted,
 you may use a buffer name or filename from which to insert;
 completion is provided for filenames only.
 </p>
-<span id="index-koutliner_002c-C_002du-C_002dx-i"></span>
+<a class="index-entry-id" id="index-koutliner_002c-C_002du-C_002dx-i"></a>
 <p>The elements from the original buffer are converted into kcells and
-inserted as the successors of the current cell.  If <kbd>{C-u C-x i}</kbd>
+inserted as the successors of the current cell.  If <kbd class="kbd">{C-u C-x 
i}</kbd>
 is used, they are instead inserted as the initial children of the current
 cell.
 </p>
-<span id="index-kimport_003amode_002dalist"></span>
-<span id="index-kimport_003asuffix_002dalist"></span>
-<span id="index-outline_002c-formatting"></span>
-<span id="index-kotl_002dmode"></span>
-<span id="index-outline-mode-1"></span>
-<span id="index-koutline-mode"></span>
-<span id="index-file_002c-importing"></span>
-<span id="index-importing-a-file"></span>
-<span id="index-Koutline-import"></span>
+<a class="index-entry-id" id="index-kimport_003amode_002dalist"></a>
+<a class="index-entry-id" id="index-kimport_003asuffix_002dalist"></a>
+<a class="index-entry-id" id="index-outline_002c-formatting"></a>
+<a class="index-entry-id" id="index-kotl_002dmode"></a>
+<a class="index-entry-id" id="index-outline-mode-1"></a>
+<a class="index-entry-id" id="index-koutline-mode"></a>
+<a class="index-entry-id" id="index-file_002c-importing"></a>
+<a class="index-entry-id" id="index-importing-a-file"></a>
+<a class="index-entry-id" id="index-Koutline-import"></a>
 <p>For information on mode and suffix-specific conversions performed on
 file elements before they are inserted, see the documentation for the
-variables, <code>kimport:mode-alist</code> and 
<code>kimport:suffix-alist</code>.  This
-same conversion process applies if you invoke <kbd>{M-x kotl-mode
-<span class="key">RET</span>}</kbd> in a non-koutline buffer or if you perform 
a generic file import
+variables, <code class="code">kimport:mode-alist</code> and <code 
class="code">kimport:suffix-alist</code>.  This
+same conversion process applies if you invoke <kbd class="kbd">{M-x kotl-mode
+<kbd class="key">RET</kbd>}</kbd> in a non-koutline buffer or if you perform a 
generic file import
 as described later in this section.
 </p>
-<span id="index-kimport_003ainsert_002dfile_002dcontents"></span>
-<p>Use <kbd>{M-x kimport:insert-file-contents <span 
class="key">RET</span>}</kbd> to insert an
+<a class="index-entry-id" 
id="index-kimport_003ainsert_002dfile_002dcontents"></a>
+<p>Use <kbd class="kbd">{M-x kimport:insert-file-contents <kbd 
class="key">RET</kbd>}</kbd> to insert an
 entire file into the current cell following point.
 </p>
-<span id="index-kimport_003afile"></span>
-<span id="index-C_002dh-h-k-f-f"></span>
+<a class="index-entry-id" id="index-kimport_003afile"></a>
+<a class="index-entry-id" id="index-C_002dh-h-k-f-f"></a>
 <p>The outliner supports conversion of three types of files into koutline
 files.  You can import a file into an existing koutline,
 following the tree at point, or can create a new koutline from the
-imported file contents.  <kbd>{C-h h k f f}</kbd> or <kbd>{M-x kimport:file 
<span class="key">RET</span>}</kbd>
+imported file contents.  <kbd class="kbd">{C-h h k f f}</kbd> or <kbd 
class="kbd">{M-x kimport:file <kbd class="key">RET</kbd>}</kbd>
 selects the importation type based on the buffer or filename suffix of the
 file to import.
 </p>
-<span id="index-kotl_002dmode-1"></span>
+<a class="index-entry-id" id="index-kotl_002dmode-1"></a>
 <p>If you want to convert a buffer from some other mode into a koutline and
 then want to save the converted buffer back to its original file,
-thereby replacing the original format, use <kbd>{M-x kotl-mode <span 
class="key">RET</span>}</kbd>.
+thereby replacing the original format, use <kbd class="kbd">{M-x kotl-mode 
<kbd class="key">RET</kbd>}</kbd>.
 Remember that you will lose the old format of the buffer when you do
 this.
 </p>
@@ -6019,178 +5421,182 @@ this.
 the type of importation used on some text.  With these commands, your
 original file remains intact.
 </p>
-<span id="index-kimport_003atext"></span>
-<span id="index-text-file"></span>
-<p>Use <kbd>{M-x kimport:text <span class="key">RET</span>}</kbd> and you will 
be prompted for a text
+<a class="index-entry-id" id="index-kimport_003atext"></a>
+<a class="index-entry-id" id="index-text-file"></a>
+<p>Use <kbd class="kbd">{M-x kimport:text <kbd class="key">RET</kbd>}</kbd> 
and you will be prompted for a text
 buffer or file to import and the new koutline buffer or file to create
 from its text.  Each paragraph will be imported as a separate cell, with
 all imported cells at the same level, since indentation of paragraphs is
 presently ignored.  This same command can be used to import the
 contents, attributes and level structure of cells from another koutline.
 </p>
-<span id="index-kimport_003astar_002doutline"></span>
-<span id="index-emacs-outline"></span>
-<span id="index-star-outline"></span>
+<a class="index-entry-id" id="index-kimport_003astar_002doutline"></a>
+<a class="index-entry-id" id="index-emacs-outline"></a>
+<a class="index-entry-id" id="index-star-outline"></a>
 <p>Star outlines are standard emacs outlines where each entry begins with
-one or more asterisk characters.  Use <kbd>{M-x kimport:star-outline
-<span class="key">RET</span>}</kbd> and you will be prompted for the star 
outline buffer or
+one or more asterisk characters.  Use <kbd class="kbd">{M-x 
kimport:star-outline
+<kbd class="key">RET</kbd>}</kbd> and you will be prompted for the star 
outline buffer or
 file to import and the new koutline buffer or file to create.
 </p>
-<span id="index-Augment-outline"></span>
-<span id="index-kimport_003aaug_002dpost_002doutline"></span>
+<a class="index-entry-id" id="index-Augment-outline"></a>
+<a class="index-entry-id" id="index-kimport_003aaug_002dpost_002doutline"></a>
 <p>(Skip this if you are unfamiliar with the Augment/NLS system originally
 created at SRI.)  Files exported from the Augment system as text often
 have alphanumeric statement identifiers on the right side.  You can
 import such files while maintaining their outline structure.  Use
-<kbd>{M-x kimport:aug-post-outline <span class="key">RET</span>}</kbd> and you 
will be
+<kbd class="kbd">{M-x kimport:aug-post-outline <kbd 
class="key">RET</kbd>}</kbd> and you will be
 prompted for the Augment buffer or file to import and the koutline to
-create.  See <a 
href="https://dougengelbart.org/content/view/148/";>https://dougengelbart.org/content/view/148/</a>
 for more
+create.  See <a class="url" 
href="https://dougengelbart.org/content/view/148/";>https://dougengelbart.org/content/view/148/</a>
 for more
 information.
 </p>
 <hr>
-<span id="Exporting"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Exporting">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Inserting-and-Importing" accesskey="p" 
rel="prev">Inserting and Importing</a>, Up: <a href="#Editing-Outlines" 
accesskey="u" rel="up">Editing Outlines</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Exporting-1"></span><h4 class="subsection">7.5.9 Exporting</h4>
+<h4 class="subsection" id="Exporting-1">7.5.9 Exporting</h4>
 
-<span id="index-outline_002c-exporting-1"></span>
-<span id="index-outline_002c-HTML-conversion"></span>
-<span id="index-exporting"></span>
-<span id="index-HTML-conversion"></span>
-<p>Koutlines may be <em>exported</em> to other file formats.  Presently, the
+<a class="index-entry-id" id="index-outline_002c-exporting-1"></a>
+<a class="index-entry-id" id="index-outline_002c-HTML-conversion"></a>
+<a class="index-entry-id" id="index-exporting"></a>
+<a class="index-entry-id" id="index-HTML-conversion"></a>
+<p>Koutlines may be <em class="dfn">exported</em> to other file formats.  
Presently, the
 only format supported is conversion to HTML for publishing on the
-World-Wide Web.  Use the Kotl/Format minibuffer menu, <kbd>{C-h h k f}</kbd>,
+World-Wide Web.  Use the Kotl/Format minibuffer menu, <kbd class="kbd">{C-h h 
k f}</kbd>,
 for this.
 </p>
-<span id="index-kexport_003adisplay"></span>
-<span id="index-browse_002durl_002dbrowser_002dfunction-2"></span>
-<span id="index-C_002dh-h-k-f-d"></span>
-<p><kbd>{C-h h k f d}</kbd> or <kbd>{M-x kexport:display <span 
class="key">RET</span>}</kbd> exports the
+<a class="index-entry-id" id="index-kexport_003adisplay"></a>
+<a class="index-entry-id" 
id="index-browse_002durl_002dbrowser_002dfunction-2"></a>
+<a class="index-entry-id" id="index-C_002dh-h-k-f-d"></a>
+<p><kbd class="kbd">{C-h h k f d}</kbd> or <kbd class="kbd">{M-x 
kexport:display <kbd class="key">RET</kbd>}</kbd> exports the
 current Koutline buffer to a temporary HTML file and displays the file
-in the web browser given by <code>browse-url-browser-function</code>.  Any tree
+in the web browser given by <code 
class="code">browse-url-browser-function</code>.  Any tree
 in the HTML outline may be expanded or collapsed by clicking the left
 mouse button on its root cell, for ease of viewing.
 </p>
-<span id="index-kexport_003ahtml"></span>
-<span id="index-C_002dh-h-k-f-h"></span>
-<p>Alternatively, <kbd>{C-h h k f h}</kbd> or <kbd>{M-x kexport:html <span 
class="key">RET</span>}</kbd>
+<a class="index-entry-id" id="index-kexport_003ahtml"></a>
+<a class="index-entry-id" id="index-C_002dh-h-k-f-h"></a>
+<p>Alternatively, <kbd class="kbd">{C-h h k f h}</kbd> or <kbd 
class="kbd">{M-x kexport:html <kbd class="key">RET</kbd>}</kbd>
 prompts for the koutline buffer or file to export, the HTML file or buffer
 to which to output, and the title to use for the HTML file.  Completion of
 filenames is provided.  The conversion will then be done and the output
 file or buffer will be written; the output file will not be displayed.
 You must display it manually, if desired.
 </p>
-<span id="index-kexport_003akoutline"></span>
-<span id="index-C_002dh-h-k-f-k"></span>
-<p><kbd>{C-h h k f k}</kbd> or <kbd>{M-x kexport:koutline <span 
class="key">RET</span>}</kbd> exports the current
-Koutline buffer to a <samp>.html</samp> file of the same name.  The output 
file will
+<a class="index-entry-id" id="index-kexport_003akoutline"></a>
+<a class="index-entry-id" id="index-C_002dh-h-k-f-k"></a>
+<p><kbd class="kbd">{C-h h k f k}</kbd> or <kbd class="kbd">{M-x 
kexport:koutline <kbd class="key">RET</kbd>}</kbd> exports the current
+Koutline buffer to a <samp class="file">.html</samp> file of the same name.  
The output file will
 not be displayed; you must display it manually, if desired.
 </p>
 <hr>
-<span id="Viewing-Outlines"></span><div class="header">
+</div>
+</div>
+<div class="section-level-extent" id="Viewing-Outlines">
+<div class="nav-panel">
 <p>
 Next: <a href="#Klinks" accesskey="n" rel="next">Klinks</a>, Previous: <a 
href="#Editing-Outlines" accesskey="p" rel="prev">Editing Outlines</a>, Up: <a 
href="#Koutliner" accesskey="u" rel="up">Koutliner</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Viewing-Outlines-1"></span><h3 class="section">7.6 Viewing 
Outlines</h3>
+<h3 class="section" id="Viewing-Outlines-1">7.6 Viewing Outlines</h3>
 
-<span id="index-outline_002c-viewing"></span>
-<span id="index-view"></span>
+<a class="index-entry-id" id="index-outline_002c-viewing"></a>
+<a class="index-entry-id" id="index-view"></a>
 <p>The Koutliner has very flexible viewing facilities to allow you to
 effectively browse and study large amounts of material.
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Hiding-and-Showing" 
accesskey="1">Hiding and Showing</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#View-Specs" 
accesskey="2">View Specs</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#Hiding-and-Showing" accesskey="1">Hiding and Showing</a></li>
+<li><a href="#View-Specs" accesskey="2">View Specs</a></li>
+</ul>
 <hr>
-<span id="Hiding-and-Showing"></span><div class="header">
+<div class="subsection-level-extent" id="Hiding-and-Showing">
+<div class="nav-panel">
 <p>
 Next: <a href="#View-Specs" accesskey="n" rel="next">View Specs</a>, Previous: 
<a href="#Viewing-Outlines" accesskey="p" rel="prev">Viewing Outlines</a>, Up: 
<a href="#Viewing-Outlines" accesskey="u" rel="up">Viewing Outlines</a> &nbsp; 
[<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Hiding-and-Showing-1"></span><h4 class="subsection">7.6.1 Hiding and 
Showing</h4>
+<h4 class="subsection" id="Hiding-and-Showing-1">7.6.1 Hiding and Showing</h4>
 
-<span id="index-outline_002c-hiding"></span>
-<span id="index-outline_002c-showing"></span>
-<span id="index-collapsing"></span>
-<span id="index-expanding"></span>
-<span id="index-hiding"></span>
-<span id="index-showing"></span>
+<a class="index-entry-id" id="index-outline_002c-hiding"></a>
+<a class="index-entry-id" id="index-outline_002c-showing"></a>
+<a class="index-entry-id" id="index-collapsing"></a>
+<a class="index-entry-id" id="index-expanding"></a>
+<a class="index-entry-id" id="index-hiding"></a>
+<a class="index-entry-id" id="index-showing"></a>
 <p>Individual cells, branches, or particular levels in the outline may be
 hidden or shown.  These commands work even when an outline buffer is
 read-only, e.g. when its file is not checked out of a version control
 system yet, so that you can get effective views of an outline without
 editing it.  Some of these commands affect the current view spec.
-See <a href="#View-Specs">View Specs</a>.
+See <a class="xref" href="#View-Specs">View Specs</a>.
 </p>
 
 <p>Here are the major commands for showing and hiding Koutline cells.
 </p>
-<dl compact="compact">
-<dd><span id="index-hide-tree"></span>
-<span id="index-tree_002c-show"></span>
-<span id="index-C_002dc-C_002dh"></span>
+<dl class="table">
+<dd><a class="index-entry-id" id="index-hide-tree"></a>
+<a class="index-entry-id" id="index-tree_002c-show"></a>
+<a class="index-entry-id" id="index-C_002dc-C_002dh"></a>
 </dd>
-<dt><kbd>{C-c C-h}</kbd></dt>
+<dt><kbd class="kbd">{C-c C-h}</kbd></dt>
 <dd><p>Hide (collapse) the tree rooted at point.
-<span id="index-show-tree"></span>
-<span id="index-tree_002c-show-1"></span>
-<span id="index-C_002dc-C_002ds"></span>
+<a class="index-entry-id" id="index-show-tree"></a>
+<a class="index-entry-id" id="index-tree_002c-show-1"></a>
+<a class="index-entry-id" id="index-C_002dc-C_002ds"></a>
 </p></dd>
-<dt><kbd>{C-c C-s}</kbd></dt>
+<dt><kbd class="kbd">{C-c C-s}</kbd></dt>
 <dd><p>Show (expand) the tree rooted at point.
 </p>
-<span id="index-outline_002c-all-cells"></span>
-<span id="index-cell_002c-show-all"></span>
-<span id="index-C_002dc-C_002da"></span>
+<a class="index-entry-id" id="index-outline_002c-all-cells"></a>
+<a class="index-entry-id" id="index-cell_002c-show-all"></a>
+<a class="index-entry-id" id="index-C_002dc-C_002da"></a>
 </dd>
-<dt><kbd>{C-c C-a}</kbd></dt>
+<dt><kbd class="kbd">{C-c C-a}</kbd></dt>
 <dd><p>Show (expand) all of the cells in the outline.  With a prefix arg,
 also toggle the display of blank lines between cells.
-<span id="index-level"></span>
-<span id="index-cell_002c-show-levels"></span>
-<span id="index-outline_002c-show-levels"></span>
-<span id="index-C_002dx-_0024"></span>
+<a class="index-entry-id" id="index-level"></a>
+<a class="index-entry-id" id="index-cell_002c-show-levels"></a>
+<a class="index-entry-id" id="index-outline_002c-show-levels"></a>
+<a class="index-entry-id" id="index-C_002dx-_0024"></a>
 </p></dd>
-<dt><kbd>{C-x $}</kbd></dt>
+<dt><kbd class="kbd">{C-x $}</kbd></dt>
 <dd><p>Show all of the cells down to a particular &lt;level&gt;.  You are 
prompted
 for the level or a prefix argument may be given.
 </p>
-<span id="index-subtree_002c-hide"></span>
-<span id="index-tree_002c-hide-subtree"></span>
-<span id="index-cell_002c-hide-subtree"></span>
-<span id="index-hide-subtree"></span>
-<span id="index-C_002dM_002dh"></span>
+<a class="index-entry-id" id="index-subtree_002c-hide"></a>
+<a class="index-entry-id" id="index-tree_002c-hide-subtree"></a>
+<a class="index-entry-id" id="index-cell_002c-hide-subtree"></a>
+<a class="index-entry-id" id="index-hide-subtree"></a>
+<a class="index-entry-id" id="index-C_002dM_002dh"></a>
 </dd>
-<dt><kbd>{C-M-h}</kbd></dt>
+<dt><kbd class="kbd">{C-M-h}</kbd></dt>
 <dd><p>Hide the subtree at point, excluding the root cell.
-<span id="index-subtree_002c-show"></span>
-<span id="index-tree_002c-show-subtree"></span>
-<span id="index-cell_002c-show-subtree"></span>
-<span id="index-show-subtree"></span>
-<span id="index-M_002dx-kotl_002dmode_003ashow_002dsubtree"></span>
+<a class="index-entry-id" id="index-subtree_002c-show"></a>
+<a class="index-entry-id" id="index-tree_002c-show-subtree"></a>
+<a class="index-entry-id" id="index-cell_002c-show-subtree"></a>
+<a class="index-entry-id" id="index-show-subtree"></a>
+<a class="index-entry-id" 
id="index-M_002dx-kotl_002dmode_003ashow_002dsubtree"></a>
 </p></dd>
-<dt><kbd>{M-x kotl-mode:show-subtree}</kbd></dt>
-<dd><p>Show the subtree at point.  Use <kbd>{C-c C-s}</kbd> to achieve a 
similar
+<dt><kbd class="kbd">{M-x kotl-mode:show-subtree}</kbd></dt>
+<dd><p>Show the subtree at point.  Use <kbd class="kbd">{C-c C-s}</kbd> to 
achieve a similar
 effect; the only difference is that it will additionally expand the root
 cell.
 </p>
-<span id="index-overview"></span>
-<span id="index-outline_002c-overview"></span>
-<span id="index-C_002dc-C_002do"></span>
+<a class="index-entry-id" id="index-overview"></a>
+<a class="index-entry-id" id="index-outline_002c-overview"></a>
+<a class="index-entry-id" id="index-C_002dc-C_002do"></a>
 </dd>
-<dt><kbd>{C-c C-o}</kbd></dt>
+<dt><kbd class="kbd">{C-c C-o}</kbd></dt>
 <dd><p>Show an overview of the outline by showing only the first line of
 every cell.  With a prefix arg, also toggle the display of blank lines
 between cells.
-<span id="index-top_002dlevel-view"></span>
-<span id="index-outline_002c-top_002dlevel"></span>
-<span id="index-C_002dc-C_002dt"></span>
+<a class="index-entry-id" id="index-top_002dlevel-view"></a>
+<a class="index-entry-id" id="index-outline_002c-top_002dlevel"></a>
+<a class="index-entry-id" id="index-C_002dc-C_002dt"></a>
 </p></dd>
-<dt><kbd>{C-c C-t}</kbd></dt>
+<dt><kbd class="kbd">{C-c C-t}</kbd></dt>
 <dd><p>Show a top-level view of the outline by hiding all cells but those at
 level 1 and collapsing the visible cells so that only their first lines
 are visible.  With a prefix arg, also toggle the display of blank lines
@@ -6198,40 +5604,42 @@ between cells.
 </p></dd>
 </dl>
 
-<span id="index-koutliner_002c-Action-Key_002c-hide-or-show-cell"></span>
-<span id="index-Action-Key_002c-hide-or-show-cell"></span>
-<span id="index-cell_002c-collapse"></span>
-<span id="index-cell_002c-expand"></span>
-<span id="index-koutliner_002c-M_002dRET"></span>
+<a class="index-entry-id" 
id="index-koutliner_002c-Action-Key_002c-hide-or-show-cell"></a>
+<a class="index-entry-id" id="index-Action-Key_002c-hide-or-show-cell"></a>
+<a class="index-entry-id" id="index-cell_002c-collapse"></a>
+<a class="index-entry-id" id="index-cell_002c-expand"></a>
+<a class="index-entry-id" id="index-koutliner_002c-M_002dRET"></a>
 <p>A click or a press of the Action Key within a cell&rsquo;s body, but not on 
a
 Hyperbole button, toggles between hiding and showing the tree rooted at
-point.  Try it with either your mouse or with <kbd>{M-<span 
class="key">RET</span>}</kbd>.
+point.  Try it with either your mouse or with <kbd class="kbd">{M-<kbd 
class="key">RET</kbd>}</kbd>.
 </p>
 
 <hr>
-<span id="View-Specs"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="View-Specs">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Hiding-and-Showing" accesskey="p" rel="prev">Hiding and 
Showing</a>, Up: <a href="#Viewing-Outlines" accesskey="u" rel="up">Viewing 
Outlines</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="View-Specs-1"></span><h4 class="subsection">7.6.2 View Specs</h4>
+<h4 class="subsection" id="View-Specs-1">7.6.2 View Specs</h4>
 
-<span id="index-view-spec"></span>
-<span id="index-modeline_002c-view-spec"></span>
-<span id="index-kvspec_003astring"></span>
-<span id="index-pipe-character"></span>
-<span id="index-_007c"></span>
-<span id="index-_003c_007cviewspec_003e"></span>
-<p><em>View specifications</em> (view specs, for short) are short codes used
+<a class="index-entry-id" id="index-view-spec"></a>
+<a class="index-entry-id" id="index-modeline_002c-view-spec"></a>
+<a class="index-entry-id" id="index-kvspec_003astring"></a>
+<a class="index-entry-id" id="index-pipe-character"></a>
+<a class="index-entry-id" id="index-_007c"></a>
+<a class="index-entry-id" id="index-_003c_007cviewspec_003e"></a>
+<p><em class="dfn">View specifications</em> (view specs, for short) are short 
codes used
 to control the view of a koutline.  The view specs in effect for an
 outline are always displayed in the modeline of the outline&rsquo;s window,
 following the outline buffer name, unless the variable,
-<code>kvspec:string</code>, has been set to &lsquo;<samp>nil</samp>&rsquo; to 
disable view spec
+<code class="code">kvspec:string</code>, has been set to &lsquo;<samp 
class="samp">nil</samp>&rsquo; to disable view spec
 display.  The modeline display appears as &lt;|viewspec&gt; to aid rapid
 visual location.  The | (pipe character) is also used in links that
 specify view specs to indicate the start of a view spec sequence.
-See <a href="#Klinks">Klinks</a>.
+See <a class="xref" href="#Klinks">Klinks</a>.
 </p>
-<span id="index-outline_002c-view-specs"></span>
+<a class="index-entry-id" id="index-outline_002c-view-specs"></a>
 <p>The current view spec is saved whenever the outline is saved.  The next
 time the outline is read in, the same view spec will be applied.
 </p>
@@ -6240,393 +5648,399 @@ presently supported and explains how to invoke a view 
spec.  There is no
 user-level means of adding your own view spec characters, so all other
 character codes are reserved for future use.
 </p>
-<span id="index-koutliner_002c-C_002dc-C_002dv"></span>
-<span id="index-view-spec_002c-setting"></span>
-<span id="index-view-spec_002c-changing"></span>
-<span id="index-changing-the-view-spec"></span>
-<span id="index-setting-the-view-spec"></span>
-<p><kbd>{C-c C-v}</kbd> prompts for a new view spec setting in which the 
following
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-C_002dv"></a>
+<a class="index-entry-id" id="index-view-spec_002c-setting"></a>
+<a class="index-entry-id" id="index-view-spec_002c-changing"></a>
+<a class="index-entry-id" id="index-changing-the-view-spec"></a>
+<a class="index-entry-id" id="index-setting-the-view-spec"></a>
+<p><kbd class="kbd">{C-c C-v}</kbd> prompts for a new view spec setting in 
which the following
 codes are valid.  Any invalid characters in a view spec are ignored.
 Characters are evaluated in an order meant to do the right thing, even
 when you use conflicting view spec characters.  The standard initial
 view spec is &lt;|ben&gt;.
 </p>
-<span id="index-view-spec_002c-characters"></span>
-<dl compact="compact">
-<dd><span id="index-view-spec_002c-all-lines-and-levels"></span>
+<a class="index-entry-id" id="index-view-spec_002c-characters"></a>
+<dl class="table">
+<dd><a class="index-entry-id" 
id="index-view-spec_002c-all-lines-and-levels"></a>
 </dd>
-<dt><kbd>a</kbd></dt>
+<dt><kbd class="kbd">a</kbd></dt>
 <dd><p>Show all cell levels and all lines in cells.
 </p>
-<span id="index-koutliner_002c-C_002dc-b"></span>
-<span id="index-blank-lines_002c-toggle"></span>
-<span id="index-view-spec_002c-blank-lines"></span>
-<span id="index-koutliner_002c-C_002dc-b-1"></span>
-<span id="index-toggling-blank-lines"></span>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-b"></a>
+<a class="index-entry-id" id="index-blank-lines_002c-toggle"></a>
+<a class="index-entry-id" id="index-view-spec_002c-blank-lines"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-b-1"></a>
+<a class="index-entry-id" id="index-toggling-blank-lines"></a>
 </dd>
-<dt><kbd>b</kbd></dt>
+<dt><kbd class="kbd">b</kbd></dt>
 <dd><p>Turn on blank lines between cells.  Without this character, blank lines
-will be turned off.  You may also use the <kbd>{C-c b}</kbd> key binding to
+will be turned off.  You may also use the <kbd class="kbd">{C-c b}</kbd> key 
binding to
 toggle blank lines on and off independently of any other view settings.
 </p>
-<span id="index-view-spec_002c-lines-per-cell"></span>
-<span id="index-hide-lines"></span>
-<span id="index-collapse-lines"></span>
-<span id="index-cutoff-lines"></span>
+<a class="index-entry-id" id="index-view-spec_002c-lines-per-cell"></a>
+<a class="index-entry-id" id="index-hide-lines"></a>
+<a class="index-entry-id" id="index-collapse-lines"></a>
+<a class="index-entry-id" id="index-cutoff-lines"></a>
 </dd>
-<dt><kbd>cN</kbd></dt>
+<dt><kbd class="kbd">cN</kbd></dt>
 <dd><p>Hide any lines greater than N in each cell.  0 means don&rsquo;t cutoff 
any
 lines.
 </p>
-<span id="index-ellipses"></span>
-<span id="index-view-spec_002c-ellipses"></span>
+<a class="index-entry-id" id="index-ellipses"></a>
+<a class="index-entry-id" id="index-view-spec_002c-ellipses"></a>
 </dd>
-<dt><kbd>e</kbd></dt>
+<dt><kbd class="kbd">e</kbd></dt>
 <dd><p>Show ellipses when some content of a cell or its subtree is hidden.
 This cannot be turned off.
 </p>
-<span id="index-level-1"></span>
-<span id="index-cell_002c-hiding-levels"></span>
-<span id="index-hide-levels"></span>
-<span id="index-view-spec_002c-show-levels"></span>
+<a class="index-entry-id" id="index-level-1"></a>
+<a class="index-entry-id" id="index-cell_002c-hiding-levels"></a>
+<a class="index-entry-id" id="index-hide-levels"></a>
+<a class="index-entry-id" id="index-view-spec_002c-show-levels"></a>
 </dd>
-<dt><kbd>lN</kbd></dt>
+<dt><kbd class="kbd">lN</kbd></dt>
 <dd><p>Hide cells at levels deeper than N.  0 means don&rsquo;t hide any cells.
 </p>
-<span id="index-label-type"></span>
-<span id="index-view-spec_002c-label-type"></span>
-<span id="index-kview_003adefault_002dlabel_002dtype"></span>
-<span id="index-default-label-type"></span>
+<a class="index-entry-id" id="index-label-type"></a>
+<a class="index-entry-id" id="index-view-spec_002c-label-type"></a>
+<a class="index-entry-id" id="index-kview_003adefault_002dlabel_002dtype"></a>
+<a class="index-entry-id" id="index-default-label-type"></a>
 </dd>
-<dt><kbd>n</kbd></dt>
+<dt><kbd class="kbd">n</kbd></dt>
 <dd><p>Turn on the default label type, as given by the variable,
-<code>kview:default-label-type</code>.  Normally, this is alphanumeric labels.
-<span id="index-label-type_002c-idstamps"></span>
+<code class="code">kview:default-label-type</code>.  Normally, this is 
alphanumeric labels.
+<a class="index-entry-id" id="index-label-type_002c-idstamps"></a>
 </p></dd>
-<dt><kbd>n0</kbd></dt>
+<dt><kbd class="kbd">n0</kbd></dt>
 <dd><p>Display idstamps, e.g. 086.
-<span id="index-label-type_002c-alpha-1"></span>
+<a class="index-entry-id" id="index-label-type_002c-alpha-1"></a>
 </p></dd>
-<dt><kbd>n1</kbd></dt>
+<dt><kbd class="kbd">n1</kbd></dt>
 <dd><p>Display alpha labels, e.g. 1d3
-<span id="index-label-type_002c-legal-1"></span>
+<a class="index-entry-id" id="index-label-type_002c-legal-1"></a>
 </p></dd>
-<dt><kbd>n.</kbd></dt>
+<dt><kbd class="kbd">n.</kbd></dt>
 <dd><p>Display legal labels, e.g. 1.4.3
 </p></dd>
 </dl>
 
-<span id="index-view-spec_002c-example"></span>
-<p>As a test, use <kbd>{C-h h k e}</kbd> to display the example koutline.
-Then use <kbd>{C-c C-v}</kbd> to set a view spec of &lsquo;c2l1&rsquo;.  This 
will turn
+<a class="index-entry-id" id="index-view-spec_002c-example"></a>
+<p>As a test, use <kbd class="kbd">{C-h h k e}</kbd> to display the example 
koutline.
+Then use <kbd class="kbd">{C-c C-v}</kbd> to set a view spec of 
&lsquo;c2l1&rsquo;.  This will turn
 off blank lines, clip each cell after its second line, and hide all
 cells below level one.
 </p>
 <hr>
-<span id="Klinks"></span><div class="header">
+</div>
+</div>
+<div class="section-level-extent" id="Klinks">
+<div class="nav-panel">
 <p>
 Next: <a href="#Cell-Attributes" accesskey="n" rel="next">Cell Attributes</a>, 
Previous: <a href="#Viewing-Outlines" accesskey="p" rel="prev">Viewing 
Outlines</a>, Up: <a href="#Koutliner" accesskey="u" rel="up">Koutliner</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Klinks-1"></span><h3 class="section">7.7 Klinks</h3>
+<h3 class="section" id="Klinks-1">7.7 Klinks</h3>
 
-<span id="index-link"></span>
-<span id="index-hyperlink"></span>
-<span id="index-klink-1"></span>
-<span id="index-_003c_003e-delimiters"></span>
+<a class="index-entry-id" id="index-link"></a>
+<a class="index-entry-id" id="index-hyperlink"></a>
+<a class="index-entry-id" id="index-klink-1"></a>
+<a class="index-entry-id" id="index-_003c_003e-delimiters"></a>
 <p>Cells may include hyperlinks that refer to other cells or to external
 sources of information.  Explicit Hyperbole buttons may be created as
-usual with mouse drags (see <a href="#By-Dragging">Creation Via Action Key
+usual with mouse drags (see <a class="pxref" href="#By-Dragging">Creation Via 
Action Key
 Drags</a>).  Implicit Hyperbole buttons may be added to Koutline text as
-well.  A <em>klink</em> is a special implicit link button, delimited by
+well.  A <em class="dfn">klink</em> is a special implicit link button, 
delimited by
 &lt;&gt; separators, that jumps to a koutline cell and may also adjust the
 current outline viewspecs.  This section discusses klinks.
 </p>
-<span id="index-klink_002c-formats"></span>
+<a class="index-entry-id" id="index-klink_002c-formats"></a>
 <p>There are three forms of klinks:
 </p>
-<dl compact="compact">
-<dd><span id="index-internal-klink"></span>
-<span id="index-klink_002c-internal"></span>
-<span id="index-_003c_0040-klink_003e"></span>
+<dl class="table">
+<dd><a class="index-entry-id" id="index-internal-klink"></a>
+<a class="index-entry-id" id="index-klink_002c-internal"></a>
+<a class="index-entry-id" id="index-_003c_0040-klink_003e"></a>
 </dd>
-<dt><em>internal</em></dt>
-<dd><p>&lsquo;<samp>&lt;@ 2b=06&gt;</samp>&rsquo; is an internal klink, since 
it refers to the koutline in
+<dt><em class="emph">internal</em></dt>
+<dd><p>&lsquo;<samp class="samp">&lt;@ 2b=06&gt;</samp>&rsquo; is an internal 
klink, since it refers to the koutline in
 which it is embedded.  When activated, it jumps to the cell within the
 current outline which has permanent id &lsquo;06&rsquo; and relative id
-&lsquo;2b&rsquo;.  &lsquo;<samp>&lt;@ 06&gt;</samp>&rsquo; does the same 
thing, as does &lsquo;<samp>&lt;@ 2b&gt;</samp>&rsquo;,
+&lsquo;2b&rsquo;.  &lsquo;<samp class="samp">&lt;@ 06&gt;</samp>&rsquo; does 
the same thing, as does &lsquo;<samp class="samp">&lt;@ 2b&gt;</samp>&rsquo;,
 though this latter form will not maintain the link properly if the
 cell is moved elsewhere within the outline.  The form,
-&lsquo;<samp>&lt;@ 2b=06 |ben&gt;</samp>&rsquo; additionally sets the view 
spec of the current
+&lsquo;<samp class="samp">&lt;@ 2b=06 |ben&gt;</samp>&rsquo; additionally sets 
the view spec of the current
 outline back to the default value, with a blank line between each cell
 and the whole outline visible.
 </p>
-<span id="index-external-klink"></span>
-<span id="index-klink_002c-external"></span>
+<a class="index-entry-id" id="index-external-klink"></a>
+<a class="index-entry-id" id="index-klink_002c-external"></a>
 </dd>
-<dt><em>external</em></dt>
+<dt><em class="emph">external</em></dt>
 <dd><p>The second klink format is an external link to another koutline, such
-as, &lsquo;<samp>&lt;EXAMPLE.kotl, 3=012 |c1e&gt;</samp>&rsquo;, which 
displays the named file,
+as, &lsquo;<samp class="samp">&lt;EXAMPLE.kotl, 3=012 |c1e&gt;</samp>&rsquo;, 
which displays the named file,
 starting at the cell 3 (whose permanent identifier is 012), with the
 view specification of: blank lines turned off, cutoff after one line
 per cell, and showing ellipses for cells or trees which are collapsed.
 </p>
-<span id="index-klink_002c-view-spec"></span>
-<span id="index-view-spec_002c-klink"></span>
+<a class="index-entry-id" id="index-klink_002c-view-spec"></a>
+<a class="index-entry-id" id="index-view-spec_002c-klink"></a>
 </dd>
-<dt><em>view spec</em></dt>
+<dt><em class="emph">view spec</em></dt>
 <dd><p>The third format sets a view spec for the current koutline.  For
-example, &lsquo;<samp>&lt;|ben&gt;</samp>&rsquo;, when activated, sets the 
view in the current
+example, &lsquo;<samp class="samp">&lt;|ben&gt;</samp>&rsquo;, when activated, 
sets the view in the current
 outline to display blank lines, to use ellipses after collapsed lines
 and to label cells with the alphanumeric style.
 </p></dd>
 </dl>
 
-<span id="index-koutliner_002c-Action-Key_002c-klink"></span>
-<span id="index-Action-Key_002c-klink"></span>
-<span id="index-klink_002c-activating"></span>
-<span id="index-klink-referent"></span>
+<a class="index-entry-id" id="index-koutliner_002c-Action-Key_002c-klink"></a>
+<a class="index-entry-id" id="index-Action-Key_002c-klink"></a>
+<a class="index-entry-id" id="index-klink_002c-activating"></a>
+<a class="index-entry-id" id="index-klink-referent"></a>
 <p>Press the Action Key over a klink to follow it.  This will flash the
 klink as a button and then will display its referent in the other
 window.  If the klink contains a view spec, it will be applied when
 the referent is displayed.
 </p>
-<span id="index-klink_002c-inserting"></span>
-<span id="index-koutliner_002c-C_002dc-l"></span>
+<a class="index-entry-id" id="index-klink_002c-inserting"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-l"></a>
 <p>There are a number of easy ways to insert klinks into koutlines.  If you
 have mouse support under Hyperbole, simply click the Action Key within
 the indentation to the left of a cell text.  If you then double click on
 some cell, a link to that cell will be inserted where you started.  From
-a keyboard, use <kbd>{C-c l}</kbd> when in a koutline or <kbd>{C-h h k 
l}</kbd> when
+a keyboard, use <kbd class="kbd">{C-c l}</kbd> when in a koutline or <kbd 
class="kbd">{C-h h k l}</kbd> when
 not in a koutline to insert a klink.  Since klinks are implicit buttons,
 you may instead type in the text of the klink just as you saw them in the
 examples above and they will work exactly as if they had been entered with
 the insert link command.
 </p>
-<span id="index-M_002dw"></span>
-<span id="index-C_002dy"></span>
-<span id="index-klink_002c-copying"></span>
-<span id="index-klink_002c-yanking"></span>
-<span id="index-cell-link"></span>
-<span id="index-cell-reference"></span>
-<span 
id="index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dkill_002dring"></span>
+<a class="index-entry-id" id="index-M_002dw"></a>
+<a class="index-entry-id" id="index-C_002dy"></a>
+<a class="index-entry-id" id="index-klink_002c-copying"></a>
+<a class="index-entry-id" id="index-klink_002c-yanking"></a>
+<a class="index-entry-id" id="index-cell-link"></a>
+<a class="index-entry-id" id="index-cell-reference"></a>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dkill_002dring"></a>
 <p>If you prefer the standard copy and yank model that Emacs provides, place
-point within a klink when there is no active region and use <kbd>{M-w}</kbd> to
+point within a klink when there is no active region and use <kbd 
class="kbd">{M-w}</kbd> to
 copy the klink.  To instead copy a reference to the current Koutline cell,
-use <kbd>{M-w}</kbd> <em>outside of</em> a klink when no region is active or
-<kbd>{M-x kotl-mode:copy-absolute-klink-to-kill-ring <span 
class="key">RET</span>}</kbd> anywhere
-within a cell.  Then <kbd>{C-y}</kbd> will yank the last copied text into any
-buffer you desire.  Of course, when a region is active, <kbd>{M-w}</kbd> will
+use <kbd class="kbd">{M-w}</kbd> <em class="emph">outside of</em> a klink when 
no region is active or
+<kbd class="kbd">{M-x kotl-mode:copy-absolute-klink-to-kill-ring <kbd 
class="key">RET</kbd>}</kbd> anywhere
+within a cell.  Then <kbd class="kbd">{C-y}</kbd> will yank the last copied 
text into any
+buffer you desire.  Of course, when a region is active, <kbd 
class="kbd">{M-w}</kbd> will
 copy the region as it does normally in Emacs.
 </p>
-<span id="index-C_002dx-r-i"></span>
-<span id="index-C_002dx-r-s"></span>
-<span id="index-klink_002c-to_002ffrom-Emacs-register"></span>
-<span id="index-register_002c-klinks"></span>
-<span 
id="index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dregister"></span>
+<a class="index-entry-id" id="index-C_002dx-r-i"></a>
+<a class="index-entry-id" id="index-C_002dx-r-s"></a>
+<a class="index-entry-id" id="index-klink_002c-to_002ffrom-Emacs-register"></a>
+<a class="index-entry-id" id="index-register_002c-klinks"></a>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dregister"></a>
 <p>Similarly, you can copy to an Emacs register rather than the kill ring.
-When no region is active/highlighted, <kbd>{C-x r s}</kbd> prompts for an Emacs
+When no region is active/highlighted, <kbd class="kbd">{C-x r s}</kbd> prompts 
for an Emacs
 register and saves to it either the current klink or, when outside of a
-klink, a reference to the current cell.  <kbd>{M-x
-kotl-mode:copy-absolute-klink-to-register <span class="key">RET</span>}</kbd> 
anywhere within a cell
+klink, a reference to the current cell.  <kbd class="kbd">{M-x
+kotl-mode:copy-absolute-klink-to-register <kbd class="key">RET</kbd>}</kbd> 
anywhere within a cell
 saves a reference to the current cell to a register.
 </p>
-<p><kbd>{C-x r i}</kbd> with the same register then inserts at point the 
Koutline
+<p><kbd class="kbd">{C-x r i}</kbd> with the same register then inserts at 
point the Koutline
 reference previously saved.  When a region is active, these operate on the
 region instead.
 </p>
-<span 
id="index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dkill_002dring-1"></span>
-<span 
id="index-kotl_002dmode_003acopy_002drelative_002dklink_002dto_002dkill_002dring"></span>
-<span 
id="index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dregister-1"></span>
-<span 
id="index-kotl_002dmode_003acopy_002drelative_002dklink_002dto_002dregister"></span>
-<span id="index-cell-reference_002c-copying"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dkill_002dring-1"></a>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003acopy_002drelative_002dklink_002dto_002dkill_002dring"></a>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dregister-1"></a>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003acopy_002drelative_002dklink_002dto_002dregister"></a>
+<a class="index-entry-id" id="index-cell-reference_002c-copying"></a>
 <p>There are also commands not bound to keys that always copy a klink reference
 to the current cell:
 </p><div class="example">
-<pre class="example">kotl-mode:copy-absolute-klink-to-kill-ring
+<div class="group"><pre 
class="example-preformatted">kotl-mode:copy-absolute-klink-to-kill-ring
 kotl-mode:copy-relative-klink-to-kill-ring
 kotl-mode:copy-absolute-klink-to-register
 kotl-mode:copy-relative-klink-to-register
-</pre></div>
+</pre></div></div>
 
-<span id="index-klink_003aignore_002dmodes"></span>
-<span id="index-klink_003ac_002dstyle_002dmodes"></span>
-<span id="index-modes-to-ignore-klinks"></span>
-<span id="index-klinks_002c-ignoring"></span>
+<a class="index-entry-id" id="index-klink_003aignore_002dmodes"></a>
+<a class="index-entry-id" id="index-klink_003ac_002dstyle_002dmodes"></a>
+<a class="index-entry-id" id="index-modes-to-ignore-klinks"></a>
+<a class="index-entry-id" id="index-klinks_002c-ignoring"></a>
 <p>Because klinks use a very generic syntax, surrounded by &lt;angle 
brackets&gt;,
 in certain modes, mostly C-based programming modes, certain non-klink syntax
 can be mistakenly identified as klinks.  Therefore, the Koutliner provides
 two customizable variables which disable klink recognition in selected major
-modes, <code>klink:ignore-modes</code> and <code>klink:c-style-modes</code>.  
Add a mode
+modes, <code class="code">klink:ignore-modes</code> and <code 
class="code">klink:c-style-modes</code>.  Add a mode
 to one of these if you find any syntax that improperly registers as a klink.
 </p>
-<p><code>klink:ignore-modes</code> is for non-programming modes, as Hyperbole 
ensures
+<p><code class="code">klink:ignore-modes</code> is for non-programming modes, 
as Hyperbole ensures
 that within all programming major modes, klinks are recognized only when point
 is within a comment.
 </p>
-<p><code>klink:c-style-modes</code> is rarely needed but is there if Hyperbole 
ever
+<p><code class="code">klink:c-style-modes</code> is rarely needed but is there 
if Hyperbole ever
 mistakenly recognizes a pattern within a comment as a klink when it 
isn&rsquo;t.
 </p>
 <hr>
-<span id="Cell-Attributes"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Cell-Attributes">
+<div class="nav-panel">
 <p>
 Next: <a href="#Koutliner-History" accesskey="n" rel="next">Koutliner 
History</a>, Previous: <a href="#Klinks" accesskey="p" rel="prev">Klinks</a>, 
Up: <a href="#Koutliner" accesskey="u" rel="up">Koutliner</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Cell-Attributes-1"></span><h3 class="section">7.8 Cell 
Attributes</h3>
+<h3 class="section" id="Cell-Attributes-1">7.8 Cell Attributes</h3>
 
-<span id="index-cell-attribute"></span>
-<span id="index-attribute"></span>
-<p><em>Attributes</em> are named properties whose values are specific to an
+<a class="index-entry-id" id="index-cell-attribute"></a>
+<a class="index-entry-id" id="index-attribute"></a>
+<p><em class="dfn">Attributes</em> are named properties whose values are 
specific to an
 outline cell.  Thus, each cell, including the invisible 0 root cell,
 has its own attribute list.  Every cell has three standard attributes:
 </p>
-<dl compact="compact">
-<dd><span id="index-idstamp-attribute"></span>
+<dl class="table">
+<dd><a class="index-entry-id" id="index-idstamp-attribute"></a>
 </dd>
-<dt><em>idstamp</em></dt>
+<dt><em class="emph">idstamp</em></dt>
 <dd><p>The permanent id of the cell, typically used in cross-file hyperlinks
 that reference the cell, this is a whole number that starts from 0, which
 is always the hidden root cell of the outline tree.
 </p>
-<span id="index-creator-attribute"></span>
-<span id="index-e_002dmail-address-1"></span>
-<span id="index-mail-address"></span>
+<a class="index-entry-id" id="index-creator-attribute"></a>
+<a class="index-entry-id" id="index-e_002dmail-address-1"></a>
+<a class="index-entry-id" id="index-mail-address"></a>
 </dd>
-<dt><em>creator</em></dt>
+<dt><em class="emph">creator</em></dt>
 <dd><p>The e-mail address of the person who created this cell.
 </p>
-<span id="index-create_002dtime-attribute"></span>
-<span id="index-cell-creation-time"></span>
+<a class="index-entry-id" id="index-create_002dtime-attribute"></a>
+<a class="index-entry-id" id="index-cell-creation-time"></a>
 </dd>
-<dt><em>create-time</em></dt>
+<dt><em class="emph">create-time</em></dt>
 <dd><p>The time at which the cell was created.  This is stored in a form that
 allows for easy data comparisons but is displayed in a human readable
-format, such as &lsquo;<samp>Jan 28 18:27:59 CST 2021</samp>&rsquo;.
+format, such as &lsquo;<samp class="samp">Jan 28 18:27:59 CST 
2021</samp>&rsquo;.
 </p></dd>
 </dl>
 
-<span id="index-koutliner_002c-C_002dc-C_002di"></span>
-<span id="index-attribute_002c-adding"></span>
-<span id="index-attribute_002c-modifying"></span>
-<span id="index-attribute_002c-removing"></span>
-<span id="index-attribute_002c-setting"></span>
-<p><kbd>{C-c C-i}</kbd> adds, modifies or removes an attribute from a cell.
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-C_002di"></a>
+<a class="index-entry-id" id="index-attribute_002c-adding"></a>
+<a class="index-entry-id" id="index-attribute_002c-modifying"></a>
+<a class="index-entry-id" id="index-attribute_002c-removing"></a>
+<a class="index-entry-id" id="index-attribute_002c-setting"></a>
+<p><kbd class="kbd">{C-c C-i}</kbd> adds, modifies or removes an attribute 
from a cell.
 The prefix argument given to this command determines what it does.
 </p>
-<dl compact="compact">
-<dt><kbd>{C-c C-i}</kbd></dt>
+<dl class="table">
+<dt><kbd class="kbd">{C-c C-i}</kbd></dt>
 <dd><p>sets an attribute of the cell at point; setting an attribute&rsquo;s 
value
-to &lsquo;<samp>nil</samp>&rsquo; is the same as removing it.
+to &lsquo;<samp class="samp">nil</samp>&rsquo; is the same as removing it.
 </p>
 </dd>
-<dt><kbd>{C-u C-c C-i}</kbd></dt>
+<dt><kbd class="kbd">{C-u C-c C-i}</kbd></dt>
 <dd><p>removes an attribute of the cell at point
 </p>
 </dd>
-<dt><kbd>{C-0 C-c C-i}</kbd></dt>
+<dt><kbd class="kbd">{C-0 C-c C-i}</kbd></dt>
 <dd><p>sets an attribute of the invisible 0 root cell
 </p>
 </dd>
-<dt><kbd>{C--1 C-c C-i}</kbd></dt>
+<dt><kbd class="kbd">{C--1 C-c C-i}</kbd></dt>
 <dd><p>removes an attribute of the invisible 0 root cell
 </p></dd>
 </dl>
 
 
-<span id="index-attribute_002c-no_002dfill-2"></span>
-<span id="index-cell-no_002dfill-attribute-2"></span>
-<span id="index-no_002dfill-attribute"></span>
-<p>The &lsquo;no-fill&rsquo; attribute is special.  When set to 
&lsquo;<samp>t</samp>&rsquo;, it
+<a class="index-entry-id" id="index-attribute_002c-no_002dfill-2"></a>
+<a class="index-entry-id" id="index-cell-no_002dfill-attribute-2"></a>
+<a class="index-entry-id" id="index-no_002dfill-attribute"></a>
+<p>The &lsquo;no-fill&rsquo; attribute is special.  When set to &lsquo;<samp 
class="samp">t</samp>&rsquo;, it
 prevents movement, promotion, demotion, exchange, split or append
 commands from refilling the cell, even if the variable,
-<code>kotl-mode:refill-flag</code>, is set to &lsquo;<samp>t</samp>&rsquo;.  
It does not prevent
+<code class="code">kotl-mode:refill-flag</code>, is set to &lsquo;<samp 
class="samp">t</samp>&rsquo;.  It does not prevent
 you from invoking explicit commands that refill the cell.
-See <a href="#Filling">Filling</a>.
-</p>
-<span id="index-koutliner_002c-Assist-Key_002c-listing-attributes"></span>
-<span id="index-Assist-Key_002c-listing-attributes"></span>
-<span id="index-attributes_002c-displaying"></span>
-<span id="index-displaying-attributes"></span>
-<span id="index-outline_002c-attribute-list"></span>
-<span id="index-koutliner_002c-C_002dc-h"></span>
-<p><kbd>{C-c h}</kbd> prompts for a cell label and displays the cell&rsquo;s
-attributes.  <kbd>{C-u C-c h}</kbd> prompts for a cell label and displays
+See <a class="xref" href="#Filling">Filling</a>.
+</p>
+<a class="index-entry-id" 
id="index-koutliner_002c-Assist-Key_002c-listing-attributes"></a>
+<a class="index-entry-id" id="index-Assist-Key_002c-listing-attributes"></a>
+<a class="index-entry-id" id="index-attributes_002c-displaying"></a>
+<a class="index-entry-id" id="index-displaying-attributes"></a>
+<a class="index-entry-id" id="index-outline_002c-attribute-list"></a>
+<a class="index-entry-id" id="index-koutliner_002c-C_002dc-h"></a>
+<p><kbd class="kbd">{C-c h}</kbd> prompts for a cell label and displays the 
cell&rsquo;s
+attributes.  <kbd class="kbd">{C-u C-c h}</kbd> prompts for a cell label and 
displays
 the attributes for it and its subtree; use 0 as the kcell id to see
 attributes for all visible cells in the outline.
 </p>
 <hr>
-<span id="Koutliner-History"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Koutliner-History">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Cell-Attributes" accesskey="p" rel="prev">Cell 
Attributes</a>, Up: <a href="#Koutliner" accesskey="u" rel="up">Koutliner</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Koutliner-History-1"></span><h3 class="section">7.9 Koutliner 
History</h3>
+<h3 class="section" id="Koutliner-History-1">7.9 Koutliner History</h3>
 
-<span id="index-NLS"></span>
-<span id="index-Augment"></span>
-<span id="index-Engelbart"></span>
+<a class="index-entry-id" id="index-NLS"></a>
+<a class="index-entry-id" id="index-Augment"></a>
+<a class="index-entry-id" id="index-Engelbart"></a>
 <p>Much of the Hyperbole outliner design is based upon concepts pioneered
-in the Augment/NLS system, <cite>[Eng84a]</cite>.  Augment treated documents as
+in the Augment/NLS system, <cite class="cite">[Eng84a]</cite>.  Augment 
treated documents as
 a hierarchical set of nodes, called statements, rather than cells.
 Every Augment document utilized this intrinsic structure.
 </p>
-<span id="index-distributed-collaboration"></span>
-<span id="index-collaboration"></span>
+<a class="index-entry-id" id="index-distributed-collaboration"></a>
+<a class="index-entry-id" id="index-collaboration"></a>
 <p>The system could rapidly change the view of a document by collapsing,
 expanding, generating, clipping, filtering, including or reordering
 these nodes.  It could also map individual views to multiple workstation
 displays across a network to aid in distributed, collaborative work.
 </p>
-<span id="index-knowledge-transfer"></span>
-<span id="index-idea-structuring"></span>
-<span id="index-cross-referencing"></span>
+<a class="index-entry-id" id="index-knowledge-transfer"></a>
+<a class="index-entry-id" id="index-idea-structuring"></a>
+<a class="index-entry-id" id="index-cross-referencing"></a>
 <p>These facilities aided greatly in idea structuring, cross-referencing,
 and knowledge transfer.  The Koutliner is a start at bringing
 these capabilities back into the mainstream of modern computing culture.
 </p>
 
 <hr>
-<span id="HyRolo"></span><div class="header">
+</div>
+</div>
+<div class="chapter-level-extent" id="HyRolo">
+<div class="nav-panel">
 <p>
-Next: <a href="#Window-Configurations" accesskey="n" rel="next">Window 
Configurations</a>, Previous: <a href="#Koutliner" accesskey="p" 
rel="prev">Koutliner</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Window-Configurations" accesskey="n" rel="next">Window 
Configurations</a>, Previous: <a href="#Koutliner" accesskey="p" 
rel="prev">Koutliner</a>, Up: <a href="#Top" accesskey="u" rel="up">GNU 
Hyperbole</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="HyRolo-1"></span><h2 class="chapter">8 HyRolo</h2>
+<h2 class="chapter" id="HyRolo-1">8 HyRolo</h2>
 
-<span id="index-Rolo"></span>
-<span id="index-HyRolo"></span>
+<a class="index-entry-id" id="index-Rolo"></a>
+<a class="index-entry-id" id="index-HyRolo"></a>
 <p>Hyperbole includes a complete, advanced rolo system, HyRolo, for
 convenient management of hierarchical, record-oriented information.
 Most often this is used for contact management but it can quickly be
 adapted to most any record-oriented lookup task requiring fast retrieval.
 </p>
-<span id="index-rolo_002c-buttons-in"></span>
+<a class="index-entry-id" id="index-rolo_002c-buttons-in"></a>
 <p>Hyperbole buttons may be included within rolo records and then
 manually activated whenever their records are retrieved in a search.
 </p>
 <p>The following subsections explain use and basic customization of this
 tool.
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#HyRolo-Concepts" 
accesskey="1">HyRolo Concepts</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#HyRolo-Menu" 
accesskey="2">HyRolo Menu</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#HyRolo-Searching" 
accesskey="3">HyRolo Searching</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#HyRolo-Keys" 
accesskey="4">HyRolo Keys</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#HyRolo-Settings" 
accesskey="5">HyRolo Settings</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#HyRolo-Concepts" accesskey="1">HyRolo Concepts</a></li>
+<li><a href="#HyRolo-Menu" accesskey="2">Rolo Menu</a></li>
+<li><a href="#HyRolo-Searching" accesskey="3">HyRolo Searching</a></li>
+<li><a href="#HyRolo-Keys" accesskey="4">HyRolo Keys</a></li>
+<li><a href="#HyRolo-Settings" accesskey="5">HyRolo Settings</a></li>
+</ul>
 <hr>
-<span id="HyRolo-Concepts"></span><div class="header">
+<div class="section-level-extent" id="HyRolo-Concepts">
+<div class="nav-panel">
 <p>
-Next: <a href="#HyRolo-Menu" accesskey="n" rel="next">HyRolo Menu</a>, 
Previous: <a href="#HyRolo" accesskey="p" rel="prev">HyRolo</a>, Up: <a 
href="#HyRolo" accesskey="u" rel="up">HyRolo</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#HyRolo-Menu" accesskey="n" rel="next">Rolo Menu</a>, Previous: 
<a href="#HyRolo" accesskey="p" rel="prev">HyRolo</a>, Up: <a href="#HyRolo" 
accesskey="u" rel="up">HyRolo</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="HyRolo-Concepts-1"></span><h3 class="section">8.1 HyRolo 
Concepts</h3>
+<h3 class="section" id="HyRolo-Concepts-1">8.1 HyRolo Concepts</h3>
 
-<span id="index-rolo-file"></span>
-<span id="index-rolo-entry"></span>
-<p>HyRolo manages and searches rolo files.  A <em>rolo file</em> consists of
+<a class="index-entry-id" id="index-rolo-file"></a>
+<a class="index-entry-id" id="index-rolo-entry"></a>
+<p>HyRolo manages and searches rolo files.  A <em class="dfn">rolo file</em> 
consists of
 an optional header that starts and ends with a line of equal signs
 (at least three equal signs starting at the beginning of a line),
 followed by zero or more rolo records.  You must manually add a header
@@ -6636,16 +6050,16 @@ to any rolo file if you want it to have one.
 automatically added by HyRolo whenever a new record is added.
 </p>
 <div class="example">
-<pre 
class="example">==================================================================
+<div class="group"><pre 
class="example-preformatted">==================================================================
                           PERSONAL ROLO
 &lt;Last-Name&gt;, &lt;First&gt;  &lt;Email&gt;        W&lt;Work#&gt;       
F&lt;Fax#&gt;
 ==================================================================
 *   Smith, John       &lt;js@hiho.com&gt; W708-555-2001  F708-321-1492
         Chief Ether Maintainer, HiHo Industries
         05/24/2020
-</pre></div>
+</pre></div></div>
 
-<p>We call rolo records, <em>entries</em>.  Entries begin with a delimiter
+<p>We call rolo records, <em class="dfn">entries</em>.  Entries begin with a 
delimiter
 of one or more &lsquo;*&rsquo; characters at the beginning of a line.  Entries 
may
 be arranged in a hierarchy, where child entries start with one more 
&lsquo;*&rsquo;
 character than do their parents.  Top-level entries begin with a single
@@ -6670,69 +6084,71 @@ visual location.
 <p>For example, a search on &quot;Company&quot; could retrieve the following:
 </p>
 <div class="example">
-<pre 
class="example">==================================================================
+<div class="group"><pre 
class="example-preformatted">==================================================================
                         COMPANY ROLO
 ==================================================================
 *    Company
 **     Manager
 ***      Staffer
-</pre></div>
+</pre></div></div>
 
 <p>Thus, searching for Company retrieves all listed employees.
 Searching for Manager turns up all Staffer entries.
 </p>
 
 <hr>
-<span id="HyRolo-Menu"></span><div class="header">
+</div>
+<div class="section-level-extent" id="HyRolo-Menu">
+<div class="nav-panel">
 <p>
 Next: <a href="#HyRolo-Searching" accesskey="n" rel="next">HyRolo 
Searching</a>, Previous: <a href="#HyRolo-Concepts" accesskey="p" 
rel="prev">HyRolo Concepts</a>, Up: <a href="#HyRolo" accesskey="u" 
rel="up">HyRolo</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Rolo-Menu"></span><h3 class="section">8.2 Rolo Menu</h3>
+<h3 class="section" id="Rolo-Menu">8.2 Rolo Menu</h3>
 
 <p>The Rolo submenu of the Hyperbole menu offers a full set of commands
 for searching and maintaining a personal address book.  It looks like
 so.
 </p>
-<div class="float"><span id="image_003aRolo-Menu"></span>
-
-<img src="im/menu-rolo.png" alt="HyRolo Menu">
-<div class="float-caption"><p><strong>Image 8.1: </strong>HyRolo 
Menu</p></div></div>
-<span id="index-Rolo-menu"></span>
-<span id="index-HyRolo-menu"></span>
-<span id="index-menu_002c-HyRolo"></span>
-<span id="index-menu_002c-Rolo-1"></span>
-<span id="index-C_002dmouse_002d3-1"></span>
-<span id="index-popup-menu_002c-HyRolo"></span>
-<span id="index-popup-menu_002c-Rolo"></span>
-<span id="index-menubar-menu_002c-HyRolo"></span>
-<span id="index-menubar-menu_002c-Rolo"></span>
+<div class="float" id="image_003aRolo-Menu">
+
+<img class="image" src="im/menu-rolo.png" alt="HyRolo Menu">
+<div class="caption"><p><strong class="strong">Image 8.1: </strong>HyRolo 
Menu</p></div></div>
+<a class="index-entry-id" id="index-Rolo-menu"></a>
+<a class="index-entry-id" id="index-HyRolo-menu"></a>
+<a class="index-entry-id" id="index-menu_002c-HyRolo"></a>
+<a class="index-entry-id" id="index-menu_002c-Rolo-1"></a>
+<a class="index-entry-id" id="index-C_002dmouse_002d3-1"></a>
+<a class="index-entry-id" id="index-popup-menu_002c-HyRolo"></a>
+<a class="index-entry-id" id="index-popup-menu_002c-Rolo"></a>
+<a class="index-entry-id" id="index-menubar-menu_002c-HyRolo"></a>
+<a class="index-entry-id" id="index-menubar-menu_002c-Rolo"></a>
 <p>The Rolo/ menu entry on the Hyperbole minibuffer menu provides the same
 set of commands as the menubar and popup menus, with more concise labels.
-<kbd>{C-mouse-3}</kbd> pops up the mode-specific menu in Emacs.  Experiment 
with
+<kbd class="kbd">{C-mouse-3}</kbd> pops up the mode-specific menu in Emacs.  
Experiment with
 the menu or read the following sections explaining commands.
 </p>
 <p>The minibuffer Rolo/ menu offers the following commands:
 </p>
-<span id="index-Rolo-commands"></span>
-<span id="index-HyRolo-commands"></span>
-<span id="index-hyrolo_002dadd"></span>
-<span id="index-hyrolo_002ddisplay_002dmatches"></span>
-<span id="index-hyrolo_002dedit"></span>
-<span id="index-hyrolo_002dfind_002dfile"></span>
-<span id="index-hyrolo_002dkill"></span>
-<span id="index-hyrolo_002dmail_002dto"></span>
-<span id="index-hyrolo_002dsort"></span>
-<span id="index-hyrolo_002dgrep"></span>
-<span id="index-hyrolo_002dfgrep"></span>
-<span id="index-hyrolo_002dword"></span>
-<span id="index-hyrolo_002dyank"></span>
+<a class="index-entry-id" id="index-Rolo-commands"></a>
+<a class="index-entry-id" id="index-HyRolo-commands"></a>
+<a class="index-entry-id" id="index-hyrolo_002dadd"></a>
+<a class="index-entry-id" id="index-hyrolo_002ddisplay_002dmatches"></a>
+<a class="index-entry-id" id="index-hyrolo_002dedit"></a>
+<a class="index-entry-id" id="index-hyrolo_002dfind_002dfile"></a>
+<a class="index-entry-id" id="index-hyrolo_002dkill"></a>
+<a class="index-entry-id" id="index-hyrolo_002dmail_002dto"></a>
+<a class="index-entry-id" id="index-hyrolo_002dsort"></a>
+<a class="index-entry-id" id="index-hyrolo_002dgrep"></a>
+<a class="index-entry-id" id="index-hyrolo_002dfgrep"></a>
+<a class="index-entry-id" id="index-hyrolo_002dword"></a>
+<a class="index-entry-id" id="index-hyrolo_002dyank"></a>
 <div class="example">
-<pre class="example">Menu Item       Command                 Description
+<div class="group"><pre class="example-preformatted">Menu Item       Command   
              Description
 =====================================================================
 Add             hyrolo-add              Adds a hyrolo entry
 Display         hyrolo-display-matches  Displays last matches again
 Edit            hyrolo-edit             Edits an existing hyrolo entry
-File            hyrolo-find-file        Edits a <code>hyrolo-file-list</code> 
file
+File            hyrolo-find-file        Edits a <code 
class="code">hyrolo-file-list</code> file
 Info            id-info                 Displays a hyrolo manual entry
 Kill            hyrolo-kill             Deletes a hyrolo entry
 Mail            hyrolo-mail             Mails to an address at point
@@ -6747,10 +6163,10 @@ WordFind        hyrolo-word             Finds all 
entries containing
 Yank            hyrolo-yank             Inserts the first matching
                                           hyrolo entry at point
 =====================================================================
-</pre></div>
+</pre></div></div>
 
 <p>The &rsquo;File&rsquo; menu item displays and edits the first file listed in
-<code>hyrolo-file-list</code> unless given a prefix argument, in which case
+<code class="code">hyrolo-file-list</code> unless given a prefix argument, in 
which case
 it prompts with completion for the file to edit.
 </p>
 <p>A prefix argument used with any of the above menu items with 
&rsquo;Find&rsquo; in
@@ -6764,10 +6180,10 @@ to locate a child entry below a specific parent.  
Hence, for a HyRolo
 which looks like so:
 </p>
 <div class="example">
-<pre class="example">*    Company
+<div class="group"><pre class="example-preformatted">*    Company
 **     Manager
 ***      Staffer
-</pre></div>
+</pre></div></div>
 
 <p>you can refer to the Staffer entry with the following hierarchical
 notation, Company/Manager/Staffer.  This hierarchical
@@ -6776,62 +6192,64 @@ entire HyRolo anyway.  Thus, &quot;Staffer&quot; as a 
search pattern will find a
 containing &quot;Staffer&quot; at any level in a hierarchy, like so:
 </p>
 <div class="example">
-<pre class="example">***      Staffer
+<pre class="example-preformatted">***      Staffer
 </pre></div>
 
 <hr>
-<span id="HyRolo-Searching"></span><div class="header">
+</div>
+<div class="section-level-extent" id="HyRolo-Searching">
+<div class="nav-panel">
 <p>
-Next: <a href="#HyRolo-Keys" accesskey="n" rel="next">HyRolo Keys</a>, 
Previous: <a href="#HyRolo-Menu" accesskey="p" rel="prev">HyRolo Menu</a>, Up: 
<a href="#HyRolo" accesskey="u" rel="up">HyRolo</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#HyRolo-Keys" accesskey="n" rel="next">HyRolo Keys</a>, 
Previous: <a href="#HyRolo-Menu" accesskey="p" rel="prev">Rolo Menu</a>, Up: <a 
href="#HyRolo" accesskey="u" rel="up">HyRolo</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="HyRolo-Searching-1"></span><h3 class="section">8.3 HyRolo 
Searching</h3>
+<h3 class="section" id="HyRolo-Searching-1">8.3 HyRolo Searching</h3>
 
-<span id="index-rolo-searching"></span>
-<span id="index-searching_002c-rolo"></span>
-<span id="index-menu-item_002c-RegexFind"></span>
-<span id="index-menu-item_002c-WordFind"></span>
-<span id="index-menu-item_002c-StringFind"></span>
-<p>See <a href="#HyRolo-Menu">HyRolo Menu</a>, for the list of HyRolo search 
commands.  In this
+<a class="index-entry-id" id="index-rolo-searching"></a>
+<a class="index-entry-id" id="index-searching_002c-rolo"></a>
+<a class="index-entry-id" id="index-menu-item_002c-RegexFind"></a>
+<a class="index-entry-id" id="index-menu-item_002c-WordFind"></a>
+<a class="index-entry-id" id="index-menu-item_002c-StringFind"></a>
+<p>See <a class="xref" href="#HyRolo-Menu">Rolo Menu</a>, for the list of 
HyRolo search commands.  In this
 section, the menu item names from the minibuffer menu are used to
 refer to each command.
 </p>
-<p>The <code>RegexFind</code> menu item searches the rolo list for all entries 
+<p>The <code class="code">RegexFind</code> menu item searches the rolo list 
for all entries 
 which contain matches for a given regular expression.  The regular
 expression syntax used is the same as the one used within Emacs
-and across the GNU set of tools.  See <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Regexps";>Syntax
 of Regular
-Expressions</a> in <cite>the GNU Emacs Manual</cite>, for full documentation 
on this
+and across the GNU set of tools.  See <a data-manual="emacs" 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Regexps";>Syntax
 of Regular
+Expressions</a> in <cite class="cite">the GNU Emacs Manual</cite>, for full 
documentation on this
 format.
 </p>
-<p>The <code>WordFind</code> menu item locates full-word matches so that if you
-search for &lsquo;<samp>product</samp>&rsquo;, it won&rsquo;t match to 
occurrences of
-&lsquo;<samp>production</samp>&rsquo;.  It is also handy for more precise name 
matching.
+<p>The <code class="code">WordFind</code> menu item locates full-word matches 
so that if you
+search for &lsquo;<samp class="samp">product</samp>&rsquo;, it won&rsquo;t 
match to occurrences of
+&lsquo;<samp class="samp">production</samp>&rsquo;.  It is also handy for more 
precise name matching.
 </p>
-<span id="index-logical-rolo-searches"></span>
-<p>The <code>StringFind</code> menu item has two uses.  It can find all entry
+<a class="index-entry-id" id="index-logical-rolo-searches"></a>
+<p>The <code class="code">StringFind</code> menu item has two uses.  It can 
find all entry
 matches for a string or can execute logical queries for more
 precise matching.  The format of logical queries is explained here; a
 simple parenthesis delimited prefix format is used with the following
 logical operators.
 </p>
 <div class="example">
-<pre class="example">Operator Name   Number of Arguments    Description
+<div class="group"><pre class="example-preformatted">Operator Name   Number of 
Arguments    Description
 =====================================================================
 and             two or more            Match entries with all args
 or              two or more            Match entries with any args
 xor             two or more            Match entries with 1 arg only
 not             one                    Match entries without the arg
 =====================================================================
-</pre></div>
+</pre></div></div>
 
 
 <p>For example:
 </p>
 <div class="example">
-<pre class="example">(and Company (not Vice-President))
+<pre class="example-preformatted">(and Company (not Vice-President))
 </pre></div>
 
-<p>would match those entries for people associated with 
&lsquo;<samp>Company</samp>&rsquo; who
-do not have &lsquo;<samp>Vice-President</samp>&rsquo; titles.
+<p>would match those entries for people associated with &lsquo;<samp 
class="samp">Company</samp>&rsquo; who
+do not have &lsquo;<samp class="samp">Vice-President</samp>&rsquo; titles.
 </p>
 <p>The following example would provide a list of all people marked as
 clients whose area codes are outside of 408 and all non-clients within
@@ -6840,195 +6258,199 @@ the 408 area code have been contacted and you want to 
see who else
 you should contact.
 </p>
 <div class="example">
-<pre class="example">(xor 408- client)
+<pre class="example-preformatted">(xor 408- client)
 </pre></div>
 
 
 <hr>
-<span id="HyRolo-Keys"></span><div class="header">
+</div>
+<div class="section-level-extent" id="HyRolo-Keys">
+<div class="nav-panel">
 <p>
 Next: <a href="#HyRolo-Settings" accesskey="n" rel="next">HyRolo Settings</a>, 
Previous: <a href="#HyRolo-Searching" accesskey="p" rel="prev">HyRolo 
Searching</a>, Up: <a href="#HyRolo" accesskey="u" rel="up">HyRolo</a> &nbsp; 
[<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="HyRolo-Keys-1"></span><h3 class="section">8.4 HyRolo Keys</h3>
+<h3 class="section" id="HyRolo-Keys-1">8.4 HyRolo Keys</h3>
 
-<span id="index-hyrolo-menu"></span>
-<span id="index-rolo-keys"></span>
-<p>After a rolo search is performed, point is left in the <em>rolo
-match buffer</em>, <samp>*Hyperbole Rolo*</samp>, which uses 
<code>hyrolo-mode</code> to
-simplify browsing many HyRolo matches.  Press <kbd>{?}</kbd> when in the
+<a class="index-entry-id" id="index-hyrolo-menu"></a>
+<a class="index-entry-id" id="index-rolo-keys"></a>
+<p>After a rolo search is performed, point is left in the <em class="dfn">rolo
+match buffer</em>, <samp class="file">*Hyperbole Rolo*</samp>, which uses 
<code class="code">hyrolo-mode</code> to
+simplify browsing many HyRolo matches.  Press <kbd class="kbd">{?}</kbd> when 
in the
 match buffer for a summary of available keys, all of which are
 documented in this section.
 </p>
-<span id="index-rolo_002c-r"></span>
-<span id="index-rolo_002c-search-again"></span>
-<p>If your HyRolo search did not match what you want, use <kbd>{r}</kbd> to 
start
-a new regular expression query or <kbd>{C-u r}</kbd> for a string query.  The
+<a class="index-entry-id" id="index-rolo_002c-r"></a>
+<a class="index-entry-id" id="index-rolo_002c-search-again"></a>
+<p>If your HyRolo search did not match what you want, use <kbd 
class="kbd">{r}</kbd> to start
+a new regular expression query or <kbd class="kbd">{C-u r}</kbd> for a string 
query.  The
 rest of the match buffer keys work with the search results currently
 displayed.
 </p>
-<span id="index-HyRolo_002c-see-rolo"></span>
-<span id="index-rolo_002c-TAB"></span>
-<span id="index-rolo_002c-M_002dTAB"></span>
-<span id="index-rolo_002c-SHIFT_002dTAB"></span>
-<span id="index-rolo_002c-highlighting-matches"></span>
-<span id="index-rolo_002c-finding-matches"></span>
-<span id="index-rolo_002c-moving-through-matches"></span>
+<a class="index-entry-id" id="index-HyRolo_002c-see-rolo"></a>
+<a class="index-entry-id" id="index-rolo_002c-TAB"></a>
+<a class="index-entry-id" id="index-rolo_002c-M_002dTAB"></a>
+<a class="index-entry-id" id="index-rolo_002c-SHIFT_002dTAB"></a>
+<a class="index-entry-id" id="index-rolo_002c-highlighting-matches"></a>
+<a class="index-entry-id" id="index-rolo_002c-finding-matches"></a>
+<a class="index-entry-id" id="index-rolo_002c-moving-through-matches"></a>
 <p>If your emacs version supports textual highlighting, each search match
-is highlighted for quick, visual location.  {<tt class="key">TAB</tt>} moves 
point
+is highlighted for quick, visual location.  {<kbd class="key">TAB</kbd>} moves 
point
 forward to successive spans of text which match the search expression.
-<kbd>{M-<span class="key">TAB</span>}</kbd> or <kbd>{<span 
class="key">SHIFT</span>-<span class="key">TAB</span>}</kbd> move point backward
+<kbd class="kbd">{M-<kbd class="key">TAB</kbd>}</kbd> or <kbd 
class="kbd">{<kbd class="key">SHIFT</kbd>-<kbd class="key">TAB</kbd>}</kbd> 
move point backward
 to earlier matches.  These keys allow you to quickly find the matching
 entry of most interest to you if your search expression failed to
 narrow the matches sufficiently.
 </p>
-<span id="index-rolo_002c-M_002ds"></span>
-<span id="index-rolo_002c-C_002ds"></span>
-<span id="index-rolo_002c-C_002dr"></span>
-<span id="index-rolo_002c-l"></span>
-<span id="index-rolo_002c-extending-a-match"></span>
-<span id="index-rolo_002c-interactive-searching"></span>
-<span id="index-rolo_002c-locating-a-name"></span>
+<a class="index-entry-id" id="index-rolo_002c-M_002ds"></a>
+<a class="index-entry-id" id="index-rolo_002c-C_002ds"></a>
+<a class="index-entry-id" id="index-rolo_002c-C_002dr"></a>
+<a class="index-entry-id" id="index-rolo_002c-l"></a>
+<a class="index-entry-id" id="index-rolo_002c-extending-a-match"></a>
+<a class="index-entry-id" id="index-rolo_002c-interactive-searching"></a>
+<a class="index-entry-id" id="index-rolo_002c-locating-a-name"></a>
 <p>If you want to extend the match expression with some more characters
-to find a particular entry, use <kbd>{M-s}</kbd>.  This performs an
+to find a particular entry, use <kbd class="kbd">{M-s}</kbd>.  This performs an
 interactive search forward for the match expression.  You may add to
 or delete characters from this expression to find different
-occurrences or move to the next match with <kbd>{C-s}</kbd>.
-<kbd>{C-r}</kbd> reverses the direction of the search.
+occurrences or move to the next match with <kbd class="kbd">{C-s}</kbd>.
+<kbd class="kbd">{C-r}</kbd> reverses the direction of the search.
 </p>
 <p>If you would like to search for a specific entry name in the match
-buffer, use <kbd>{l}</kbd> to interactively locate the text immediately
+buffer, use <kbd class="kbd">{l}</kbd> to interactively locate the text 
immediately
 following the entry start delimiter, typically one or more asterisks.
 This lets you find entries by last name quickly, eliminating other
-matches.  Standard string, <kbd>{C-s}</kbd>, and regular expression,
-<kbd>{C-M-s}</kbd>, interactive search commands are also available within
+matches.  Standard string, <kbd class="kbd">{C-s}</kbd>, and regular 
expression,
+<kbd class="kbd">{C-M-s}</kbd>, interactive search commands are also available 
within
 the rolo match buffer.
 </p>
-<span id="index-rolo_002c-o"></span>
-<span id="index-rolo_002c-t"></span>
-<span id="index-rolo_002c-top_002dlevel-entries"></span>
-<span id="index-rolo_002c-outline-of-entries"></span>
+<a class="index-entry-id" id="index-rolo_002c-o"></a>
+<a class="index-entry-id" id="index-rolo_002c-t"></a>
+<a class="index-entry-id" id="index-rolo_002c-top_002dlevel-entries"></a>
+<a class="index-entry-id" id="index-rolo_002c-outline-of-entries"></a>
 <p>Single key outlining commands are also available for browsing matches.
-If your search matches a large number of entries, use <kbd>{t}</kbd> to get
+If your search matches a large number of entries, use <kbd 
class="kbd">{t}</kbd> to get
 a top-level summary of entries.  Only the first line of each
 first-level match is shown.  If you want to see an overview of all the
-levels, use <kbd>{o}</kbd> which shows the first line of every entry level.
-If you want an overview of just the first two levels, <kbd>{C-u 2 o}</kbd>
+levels, use <kbd class="kbd">{o}</kbd> which shows the first line of every 
entry level.
+If you want an overview of just the first two levels, <kbd class="kbd">{C-u 2 
o}</kbd>
 will work.
 </p>
-<span id="index-rolo_002c-a"></span>
-<span id="index-rolo_002c-h"></span>
-<span id="index-rolo_002c-s"></span>
-<span id="index-rolo_002c-auto_002dexpanding-entries"></span>
-<span id="index-rolo_002c-hiding-entries"></span>
-<span id="index-rolo_002c-showing-entries"></span>
-<p>Press <kbd>{s}</kbd> to show (expand) the entry at point.  Use 
<kbd>{h}</kbd> to hide
-(collapse) the entry.  Press <kbd>{a}</kbd> to expand all entries in the
+<a class="index-entry-id" id="index-rolo_002c-a"></a>
+<a class="index-entry-id" id="index-rolo_002c-h"></a>
+<a class="index-entry-id" id="index-rolo_002c-s"></a>
+<a class="index-entry-id" id="index-rolo_002c-auto_002dexpanding-entries"></a>
+<a class="index-entry-id" id="index-rolo_002c-hiding-entries"></a>
+<a class="index-entry-id" id="index-rolo_002c-showing-entries"></a>
+<p>Press <kbd class="kbd">{s}</kbd> to show (expand) the entry at point.  Use 
<kbd class="kbd">{h}</kbd> to hide
+(collapse) the entry.  Press <kbd class="kbd">{a}</kbd> to expand all entries 
in the
 buffer.  If an entry is collapsed/hidden, moving to any hidden part
 auto-expands it and then re-collapses it when point is moved to another
-entry (just like isearch).  A side-effect of this is that the <kbd>{h}</kbd>
+entry (just like isearch).  A side-effect of this is that the <kbd 
class="kbd">{h}</kbd>
 hide entry subtree command now moves to the beginning of the entry.
 </p>
 <p>Other keys are defined to help you work with matching entries.
 </p>
-<span id="index-rolo_002c-moving-to-entries"></span>
-<dl compact="compact">
-<dd><span id="index-rolo_002c-b"></span>
-<span id="index-b-1"></span>
+<a class="index-entry-id" id="index-rolo_002c-moving-to-entries"></a>
+<dl class="table">
+<dd><a class="index-entry-id" id="index-rolo_002c-b"></a>
+<a class="index-entry-id" id="index-b-1"></a>
 </dd>
-<dt><kbd>{b}</kbd></dt>
+<dt><kbd class="kbd">{b}</kbd></dt>
 <dd><p>Move to the previous entry at the same level as the current entry.
-<span id="index-rolo_002c-f"></span>
-<span id="index-f-1"></span>
+<a class="index-entry-id" id="index-rolo_002c-f"></a>
+<a class="index-entry-id" id="index-f-1"></a>
 </p></dd>
-<dt><kbd>{f}</kbd></dt>
+<dt><kbd class="kbd">{f}</kbd></dt>
 <dd><p>Move to the next entry at the same level as the current entry.
-<span id="index-rolo_002c-n"></span>
-<span id="index-n-1"></span>
+<a class="index-entry-id" id="index-rolo_002c-n"></a>
+<a class="index-entry-id" id="index-n-1"></a>
 </p></dd>
-<dt><kbd>{n}</kbd></dt>
+<dt><kbd class="kbd">{n}</kbd></dt>
 <dd><p>Move to the next entry at any level.
-<span id="index-rolo_002c-p"></span>
-<span id="index-p-1"></span>
+<a class="index-entry-id" id="index-rolo_002c-p"></a>
+<a class="index-entry-id" id="index-p-1"></a>
 </p></dd>
-<dt><kbd>{p}</kbd></dt>
+<dt><kbd class="kbd">{p}</kbd></dt>
 <dd><p>Move to the previous entry at any level.
-<span id="index-rolo_002c-u"></span>
-<span id="index-u-1"></span>
+<a class="index-entry-id" id="index-rolo_002c-u"></a>
+<a class="index-entry-id" id="index-u-1"></a>
 </p></dd>
-<dt><kbd>{u}</kbd></dt>
+<dt><kbd class="kbd">{u}</kbd></dt>
 <dd><p>Move to the previous higher entry one level up.
-<span id="index-rolo_002c-_002c"></span>
-<span id="index-_002c"></span>
+<a class="index-entry-id" id="index-rolo_002c-_002c"></a>
+<a class="index-entry-id" id="index-_002c"></a>
 </p></dd>
-<dt><kbd>{,}</kbd></dt>
+<dt><kbd class="kbd">{,}</kbd></dt>
 <dd><p>Move to the beginning of the entry.  With a prefix argument,
 move to the beginning of highest ancestor level.
-<span id="index-rolo_002c-_002e"></span>
-<span id="index-_002e-1"></span>
+<a class="index-entry-id" id="index-rolo_002c-_002e"></a>
+<a class="index-entry-id" id="index-_002e-1"></a>
 </p></dd>
-<dt><kbd>{.}</kbd></dt>
+<dt><kbd class="kbd">{.}</kbd></dt>
 <dd><p>Move to the end of the entry.  With a prefix argument,
 move to the end of the entire subtree.
-<span id="index-rolo_002c-_003c"></span>
-<span id="index-_003c"></span>
+<a class="index-entry-id" id="index-rolo_002c-_003c"></a>
+<a class="index-entry-id" id="index-_003c"></a>
 </p></dd>
-<dt><kbd>{&lt;}</kbd></dt>
+<dt><kbd class="kbd">{&lt;}</kbd></dt>
 <dd><p>Move to the beginning of the buffer.
-<span id="index-rolo_002c-_003e"></span>
-<span id="index-_003e"></span>
+<a class="index-entry-id" id="index-rolo_002c-_003e"></a>
+<a class="index-entry-id" id="index-_003e"></a>
 </p></dd>
-<dt><kbd>{&gt;}</kbd></dt>
+<dt><kbd class="kbd">{&gt;}</kbd></dt>
 <dd><p>Move to the end of the buffer.
-<span id="index-rolo_002c-DEL"></span>
-<span id="index-DEL"></span>
+<a class="index-entry-id" id="index-rolo_002c-DEL"></a>
+<a class="index-entry-id" id="index-DEL"></a>
 </p></dd>
-<dt><kbd>{<span class="key">DEL</span>}</kbd></dt>
+<dt><kbd class="kbd">{<kbd class="key">DEL</kbd>}</kbd></dt>
 <dd><p>Scroll backward a windowful.
-<span id="index-rolo_002c-SPC"></span>
-<span id="index-SPC"></span>
+<a class="index-entry-id" id="index-rolo_002c-SPC"></a>
+<a class="index-entry-id" id="index-SPC"></a>
 </p></dd>
-<dt><kbd>{<span class="key">SPC</span>}</kbd></dt>
+<dt><kbd class="kbd">{<kbd class="key">SPC</kbd>}</kbd></dt>
 <dd><p>Scroll forward a windowful.
 </p></dd>
 </dl>
 
-<span id="index-rolo_002c-e"></span>
-<span id="index-rolo_002c-editing"></span>
-<span id="index-datestamps"></span>
-<span id="index-rolo_002c-datestamps"></span>
-<span id="index-customize_002c-rolo-datestamps"></span>
-<span id="index-menu_002c-Toggle_002dRolo_002dDates"></span>
-<span id="index-customize_002c-rolo-edits"></span>
-<span id="index-customize_002c-rolo-additions"></span>
-<span id="index-hyrolo_002dedit_002dhook"></span>
-<span id="index-hyrolo_002dadd_002dhook"></span>
-<p>Use the <kbd>{e}</kbd> key to edit the current entry within your personal
+<a class="index-entry-id" id="index-rolo_002c-e"></a>
+<a class="index-entry-id" id="index-rolo_002c-editing"></a>
+<a class="index-entry-id" id="index-datestamps"></a>
+<a class="index-entry-id" id="index-rolo_002c-datestamps"></a>
+<a class="index-entry-id" id="index-customize_002c-rolo-datestamps"></a>
+<a class="index-entry-id" id="index-menu_002c-Toggle_002dRolo_002dDates"></a>
+<a class="index-entry-id" id="index-customize_002c-rolo-edits"></a>
+<a class="index-entry-id" id="index-customize_002c-rolo-additions"></a>
+<a class="index-entry-id" id="index-hyrolo_002dedit_002dhook"></a>
+<a class="index-entry-id" id="index-hyrolo_002dadd_002dhook"></a>
+<p>Use the <kbd class="kbd">{e}</kbd> key to edit the current entry within 
your personal
 rolo file.  A datestamp will automatically be added or updated at the end
 of the entry, unless this feature has been turned off via the
-Cust/Toggle-Rolo-Dates menu item.  The variable, <code>hyrolo-edit-hook</code>,
+Cust/Toggle-Rolo-Dates menu item.  The variable, <code 
class="code">hyrolo-edit-hook</code>,
 is evaluated after the update of the entry datestamp.  This allows
 programmed modification of the way rolo edits work.  The variable,
-<code>hyrolo-add-hook</code>, works the same way but is evaluated when a new
+<code class="code">hyrolo-add-hook</code>, works the same way but is evaluated 
when a new
 entry is first added.
 </p>
-<span id="index-rolo_002c-q"></span>
-<span id="index-rolo_002c-quitting"></span>
+<a class="index-entry-id" id="index-rolo_002c-q"></a>
+<a class="index-entry-id" id="index-rolo_002c-quitting"></a>
 <p>Once you have found an entry of interest and you want to remove the
-rolo match buffer, use <kbd>{q}</kbd> to quit.  This will restore your
+rolo match buffer, use <kbd class="kbd">{q}</kbd> to quit.  This will restore 
your
 current frame to its state prior to the rolo search.
 </p>
 <hr>
-<span id="HyRolo-Settings"></span><div class="header">
+</div>
+<div class="section-level-extent" id="HyRolo-Settings">
+<div class="nav-panel">
 <p>
 Previous: <a href="#HyRolo-Keys" accesskey="p" rel="prev">HyRolo Keys</a>, Up: 
<a href="#HyRolo" accesskey="u" rel="up">HyRolo</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="HyRolo-Settings-1"></span><h3 class="section">8.5 HyRolo 
Settings</h3>
+<h3 class="section" id="HyRolo-Settings-1">8.5 HyRolo Settings</h3>
 
-<span id="index-hyrolo_002dfile_002dlist"></span>
-<span id="index-rolo_002c-personal"></span>
+<a class="index-entry-id" id="index-hyrolo_002dfile_002dlist"></a>
+<a class="index-entry-id" id="index-rolo_002c-personal"></a>
 <p>The files used in any rolo search are given by the
-<code>hyrolo-file-list</code> variable, whose default value is typically
-<code>&quot;~/.rolo.otl&quot;</code>.  Searches scan only your personal rolo 
file.
+<code class="code">hyrolo-file-list</code> variable, whose default value is 
typically
+<code class="code">&quot;~/.rolo.otl&quot;</code>.  Searches scan only your 
personal rolo file.
 Any entries added to this list should be absolute filenames.  If a
 file in the list does not exist or is not readable, it is skipped.
 Files are searched in the order in which they appear in the list.  In
@@ -7044,38 +6466,38 @@ it whenever the HyRolo system is loaded.
 following to your Emacs initialization file:
 </p>
 <div class="format">
-<pre class="format">(add-hook &rsquo;hyperbole-init-hook
+<pre class="format-preformatted">(add-hook &rsquo;hyperbole-init-hook
          (lambda ()
            (require &rsquo;org)
            (setq hyrolo-file-list (append (hyrolo-initialize-file-list)
                                           (cddr (directory-files 
org-directory))))))
 </pre></div>
 
-<span id="index-BBDB"></span>
-<span id="index-Big-Brother-DataBase"></span>
+<a class="index-entry-id" id="index-BBDB"></a>
+<a class="index-entry-id" id="index-Big-Brother-DataBase"></a>
 <p>If you use the Big Brother DataBase (BBDB) Emacs package to capture
 email addresses and store contact information, the rolo automatically
 works with it.  If the BBDB package is loaded before HyRolo, then your
-<code>bbdb-file</code> of contacts is added as the second entry in
-<code>hyrolo-file-list</code> and will be searched automatically for any 
matches by
+<code class="code">bbdb-file</code> of contacts is added as the second entry in
+<code class="code">hyrolo-file-list</code> and will be searched automatically 
for any matches by
 the rolo find commands.  Presently there is no support for editing
 BBDB entries, just finding them.
 </p>
 <p>For finding matches within only BBDB, there are the commands
-<code>hyrolo-bbdb-fgrep</code> (string finding) and 
<code>hyrolo-bbdb-grep</code>
+<code class="code">hyrolo-bbdb-fgrep</code> (string finding) and <code 
class="code">hyrolo-bbdb-grep</code>
 (regular expression finding).  They may be bound to keys if desired.
 </p>
-<span id="index-contacts_002c-Google"></span>
-<span id="index-Google-Contacts"></span>
-<span id="index-Gmail-Contacts"></span>
+<a class="index-entry-id" id="index-contacts_002c-Google"></a>
+<a class="index-entry-id" id="index-Google-Contacts"></a>
+<a class="index-entry-id" id="index-Gmail-Contacts"></a>
 <p>If you use Google/Gmail Contacts, you can configure the HyRolo to
 query your Google Contacts for matches.  First you must download and
-install the external <samp>google-contacts</samp> package using the Emacs
+install the external <samp class="file">google-contacts</samp> package using 
the Emacs
 Package Manager.  Then you must install the non-Emacs GNU Privacy
-Guard (GPG) package from <a href="https://gnupg.org";>https://gnupg.org</a> so 
that
-the <samp>gpg</samp> or <samp>gpg2</samp> executable is in your command-line
+Guard (GPG) package from <a class="url" 
href="https://gnupg.org";>https://gnupg.org</a> so that
+the <samp class="file">gpg</samp> or <samp class="file">gpg2</samp> executable 
is in your command-line
 search path.  Once these are in place, either restart Emacs or
-use <kbd>{M-x hyrolo-initialize-file-list <span class="key">RET</span>}</kbd> 
to add Google
+use <kbd class="kbd">{M-x hyrolo-initialize-file-list <kbd 
class="key">RET</kbd>}</kbd> to add Google
 Contacts to your searches.
 </p>
 <p>When you next do a search, you will be prompted for your Google
@@ -7084,88 +6506,74 @@ that will be displayed on your screen.  After 
authorization, your
 your information will be cached so that you are not prompted for
 it again within this Emacs session.
 </p>
-<span id="index-hyrolo_002dgoogle_002dcontacts_002dfgrep"></span>
-<span id="index-hyrolo_002dgoogle_002dcontacts_002dgrep"></span>
+<a class="index-entry-id" 
id="index-hyrolo_002dgoogle_002dcontacts_002dfgrep"></a>
+<a class="index-entry-id" 
id="index-hyrolo_002dgoogle_002dcontacts_002dgrep"></a>
 <p>For finding matches within only Google Contacts, there are the commands
-<code>hyrolo-google-contacts-fgrep</code> (string finding) and
-<code>hyrolo-google-contacts-grep</code> (regular expression finding).  They
+<code class="code">hyrolo-google-contacts-fgrep</code> (string finding) and
+<code class="code">hyrolo-google-contacts-grep</code> (regular expression 
finding).  They
 may be bound to keys if desired.
 </p>
-<span id="index-hyrolo_002dgoogle_002dcontacts_002dflag"></span>
+<a class="index-entry-id" 
id="index-hyrolo_002dgoogle_002dcontacts_002dflag"></a>
 <p>If you ever need to disable Google Contacts usage, there is a
-flag, <code>hyrolo-google-contacts-flag</code>, which when set to 
&lsquo;<samp>nil</samp>&rsquo;
+flag, <code class="code">hyrolo-google-contacts-flag</code>, which when set to 
&lsquo;<samp class="samp">nil</samp>&rsquo;
 disables searching of your Google Contacts.
 </p>
 <p>Below are the rest of the settings available with HyRolo:
 </p>
-<dl compact="compact">
+<dl class="vtable">
 <dd>
-<span id="index-rolo_002c-highlighting-matches-1"></span>
+<a class="index-entry-id" id="index-rolo_002c-highlighting-matches-1"></a>
 </dd>
-<dt><code>hyrolo-highlight-face</code>
-<span id="index-hyrolo_002dhighlight_002dface"></span>
-</dt>
+<dt id='index-hyrolo_002dhighlight_002dface'><span><code 
class="code">hyrolo-highlight-face</code><a class="copiable-link" 
href='#index-hyrolo_002dhighlight_002dface'> &para;</a></span></dt>
 <dd><p>If textual highlighting is available in your emacs on your current
-display type, the rolo uses the value of <code>hyrolo-highlight-face</code> as
+display type, the rolo uses the value of <code 
class="code">hyrolo-highlight-face</code> as
 the face which highlights search matches.
 </p>
 </dd>
-<dt><code>hyrolo-kill-buffers-after-use</code>
-<span id="index-hyrolo_002dkill_002dbuffers_002dafter_002duse"></span>
-</dt>
+<dt id='index-hyrolo_002dkill_002dbuffers_002dafter_002duse'><span><code 
class="code">hyrolo-kill-buffers-after-use</code><a class="copiable-link" 
href='#index-hyrolo_002dkill_002dbuffers_002dafter_002duse'> 
&para;</a></span></dt>
 <dd><p>HyRolo file buffers are left around after they are searched, on the
 assumption that another search is likely to follow within this emacs
 session.  You may wish to change this behavior with the following
-setting: <code>(setq hyrolo-kill-buffers-after-use t)</code>.
+setting: <code class="code">(setq hyrolo-kill-buffers-after-use t)</code>.
 </p>
 </dd>
-<dt><code>hyrolo-save-buffers-after-use</code>
-<span id="index-hyrolo_002dsave_002dbuffers_002dafter_002duse"></span>
-</dt>
+<dt id='index-hyrolo_002dsave_002dbuffers_002dafter_002duse'><span><code 
class="code">hyrolo-save-buffers-after-use</code><a class="copiable-link" 
href='#index-hyrolo_002dsave_002dbuffers_002dafter_002duse'> 
&para;</a></span></dt>
 <dd><p>After an entry is killed, the modified rolo file is automatically
 saved.  If you would rather always save files yourself, use this
-setting: <code>(setq hyrolo-save-buffers-after-use nil)</code>.
+setting: <code class="code">(setq hyrolo-save-buffers-after-use nil)</code>.
 </p>
 </dd>
-<dt><code>hyrolo-email-format</code>
-<span id="index-hyrolo_002demail_002dformat"></span>
-</dt>
+<dt id='index-hyrolo_002demail_002dformat'><span><code 
class="code">hyrolo-email-format</code><a class="copiable-link" 
href='#index-hyrolo_002demail_002dformat'> &para;</a></span></dt>
 <dd><p>When an entry is being added from within a mail reader buffer, the
 rolo extracts the sender&rsquo;s name and e-mail address and prompts you
 with the name as a default.  If you accept the default, it will enter
 the name and the email address using the format given by the
-<code>hyrolo-email-format</code> variable.  See its documentation if you want 
to
+<code class="code">hyrolo-email-format</code> variable.  See its documentation 
if you want to
 change its value.
 </p>
 </dd>
-<dt><code>hyrolo-hdr-regexp</code>
-<span id="index-hyrolo_002dhdr_002dregexp"></span>
-</dt>
+<dt id='index-hyrolo_002dhdr_002dregexp'><span><code 
class="code">hyrolo-hdr-regexp</code><a class="copiable-link" 
href='#index-hyrolo_002dhdr_002dregexp'> &para;</a></span></dt>
 <dd><p>A rolo file may begin with an optional header section which is copied
 to the match display buffer whenever any matches are found during a
 search.  The start and end lines of this header are controlled by the
-regular expression variable, <code>hyrolo-hdr-regexp</code>, whose default 
value
+regular expression variable, <code class="code">hyrolo-hdr-regexp</code>, 
whose default value
 is &quot;^===&quot;.  This allows lines of all equal signs to visually separate
 matching entries retrieved from multiple files during a single search.
 </p>
 </dd>
-<dt><code>hyrolo-entry-regexp</code>
-<span id="index-hyrolo_002dentry_002dregexp"></span>
-</dt>
+<dt id='index-hyrolo_002dentry_002dregexp'><span><code 
class="code">hyrolo-entry-regexp</code><a class="copiable-link" 
href='#index-hyrolo_002dentry_002dregexp'> &para;</a></span></dt>
 <dd><p>The rolo entry start delimiter is given by the regular expression
-variable, <code>hyrolo-entry-regexp</code>, whose default value is 
&quot;^\*+&quot;, i.e. 
+variable, <code class="code">hyrolo-entry-regexp</code>, whose default value 
is &quot;^\*+&quot;, i.e. 
 one or more asterisks at the beginning of a line.
 </p>
 </dd>
-<dt><code>hyrolo-display-format-function</code>
-<span id="index-hyrolo_002ddisplay_002dformat_002dfunction"></span>
-</dt>
+<dt id='index-hyrolo_002ddisplay_002dformat_002dfunction'><span><code 
class="code">hyrolo-display-format-function</code><a class="copiable-link" 
href='#index-hyrolo_002ddisplay_002dformat_002dfunction'> &para;</a></span></dt>
 <dd><p>When a rolo search is done, each matching entry is passed through the
-function given by the variable, <code>hyrolo-display-format-function</code>,
+function given by the variable, <code 
class="code">hyrolo-display-format-function</code>,
 before it is displayed.  This should be a function of one argument,
 namely the matching rolo entry as a string.  The string that this
 function returns is what is displayed in the rolo match buffer.  The
-default function used is <code>identity</code> which passes the string through
+default function used is <code class="code">identity</code> which passes the 
string through
 unchanged.  If you use the rolo code to search other kinds of
 record-oriented data, this variable can be used to format each entry
 however you would like to see it displayed.  With a little experience,
@@ -7177,17 +6585,20 @@ There is never a need to learn a complicated query 
language.
 </dl>
 
 <hr>
-<span id="Window-Configurations"></span><div class="header">
+</div>
+</div>
+<div class="chapter-level-extent" id="Window-Configurations">
+<div class="nav-panel">
 <p>
-Next: <a href="#Developing-with-Hyperbole" accesskey="n" rel="next">Developing 
with Hyperbole</a>, Previous: <a href="#HyRolo" accesskey="p" 
rel="prev">HyRolo</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; 
[<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Developing-with-Hyperbole" accesskey="n" rel="next">Developing 
with Hyperbole</a>, Previous: <a href="#HyRolo" accesskey="p" 
rel="prev">HyRolo</a>, Up: <a href="#Top" accesskey="u" rel="up">GNU 
Hyperbole</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Window-Configurations-1"></span><h2 class="chapter">9 Window 
Configurations</h2>
+<h2 class="chapter" id="Window-Configurations-1">9 Window Configurations</h2>
 
-<span id="index-window-configurations"></span>
-<span id="index-restoring-windows"></span>
-<span id="index-saving-window-configurations"></span>
-<span id="index-file_002c-hywconfig_002eel"></span>
-<p>This chapter explains Hyperbole&rsquo;s <samp>hywconfig.el</samp> library.  
It lets you
+<a class="index-entry-id" id="index-window-configurations"></a>
+<a class="index-entry-id" id="index-restoring-windows"></a>
+<a class="index-entry-id" id="index-saving-window-configurations"></a>
+<a class="index-entry-id" id="index-file_002c-hywconfig_002eel"></a>
+<p>This chapter explains Hyperbole&rsquo;s <samp 
class="file">hywconfig.el</samp> library.  It lets you
 save and restore window configurations, i.e. the layout of windows and
 buffers displayed within an emacs frame.  This is useful to save a
 particular working context and then to jump back to it at a later time
@@ -7214,19 +6625,19 @@ hywconfig window configuration commands:
 </pre>
 <p>The operations on this menu are defined as follows.
 </p>
-<span id="index-hywconfig-commands"></span>
-<span id="index-wconfig-commands"></span>
-<span id="index-window-configuration-commands"></span>
-<span id="index-named-window-configuration"></span>
-<span id="index-window-configuration-ring"></span>
-<span id="index-hywconfig_002dadd_002dby_002dname"></span>
-<span id="index-hywconfig_002ddelete_002dby_002dname"></span>
-<span id="index-hywconfig_002drestore_002dby_002dname"></span>
-<span id="index-hywconfig_002ddelete_002dpop"></span>
-<span id="index-hywconfig_002dring_002dsave"></span>
-<span id="index-hywconfig_002dyank_002dpop"></span>
+<a class="index-entry-id" id="index-hywconfig-commands"></a>
+<a class="index-entry-id" id="index-wconfig-commands"></a>
+<a class="index-entry-id" id="index-window-configuration-commands"></a>
+<a class="index-entry-id" id="index-named-window-configuration"></a>
+<a class="index-entry-id" id="index-window-configuration-ring"></a>
+<a class="index-entry-id" id="index-hywconfig_002dadd_002dby_002dname"></a>
+<a class="index-entry-id" id="index-hywconfig_002ddelete_002dby_002dname"></a>
+<a class="index-entry-id" id="index-hywconfig_002drestore_002dby_002dname"></a>
+<a class="index-entry-id" id="index-hywconfig_002ddelete_002dpop"></a>
+<a class="index-entry-id" id="index-hywconfig_002dring_002dsave"></a>
+<a class="index-entry-id" id="index-hywconfig_002dyank_002dpop"></a>
 <div class="example">
-<pre class="example">Menu Item       Command                     Description
+<div class="group"><pre class="example-preformatted">Menu Item       Command   
                  Description
 =====================================================================
 AddName         hywconfig-add-by-name       Name current wconfig
 DeleteName      hywconfig-delete-by-name    Delete wconfig by name
@@ -7236,7 +6647,7 @@ PopRing         hywconfig-delete-pop        Restore and 
delete wconfig
 SaveRing        hywconfig-ring-save         Store wconfig to the ring
 YankRing        hywconfig-yank-pop          Restore the next wconfig
 =====================================================================
-</pre></div>
+</pre></div></div>
 
 <p>The easiest method to save and restore window configurations shown here is
 by name, but it requires that you type the chosen name.  Instead, the ring
@@ -7244,46 +6655,48 @@ commands permit saves and restores using only the 
mouse.  Since the ring
 commands are a bit more complex than their by-name counterparts, the
 following paragraphs explain them in more detail.
 </p>
-<span id="index-kill_002dring"></span>
+<a class="index-entry-id" id="index-kill_002dring"></a>
 <p>HyWconfig creates a ring structure that operates just like the Emacs
-<code>kill-ring</code> (see <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Kill-Ring";>Kill
 Ring</a> in <cite>the GNU Emacs Manual</cite>) but its
+<code class="code">kill-ring</code> (see <a data-manual="emacs" 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Kill-Ring";>Kill
 Ring</a> in <cite class="cite">the GNU Emacs Manual</cite>) but its
 elements are window configurations rather than text regions.  You can
 add an element to the ring to save the current window configuration in
 the selected frame.  After several elements are in the ring, you can
 walk through all of them in sequence until the desired configuration
 is restored.
 </p>
-<span id="index-hywconfig_002dring_002dsave-1"></span>
-<p>SaveRing executes the <code>hywconfig-ring-save</code> command which
+<a class="index-entry-id" id="index-hywconfig_002dring_002dsave-1"></a>
+<p>SaveRing executes the <code class="code">hywconfig-ring-save</code> command 
which
 saves the current window configuration to the ring.
 </p>
-<span id="index-hywconfig_002dyank_002dpop-1"></span>
-<p>YankRing executes the <code>hywconfig-yank-pop</code> command.  It restores
+<a class="index-entry-id" id="index-hywconfig_002dyank_002dpop-1"></a>
+<p>YankRing executes the <code class="code">hywconfig-yank-pop</code> command. 
 It restores
 the window configuration currently pointed to within the ring.  It
 does not delete this configuration from the ring but it does move the
 pointer to the prior ring element.  Repeated calls to this command
 thus restore successive window configurations until the ring pointer
 wraps around.  Simply stop when a desired configuration appears and
-use <kbd>{q}</kbd> to quit from the minibuffer menu.
+use <kbd class="kbd">{q}</kbd> to quit from the minibuffer menu.
 </p>
-<span id="index-hywconfig_002ddelete_002dpop-1"></span>
-<p>PopRing calls the <code>hywconfig-delete-pop</code> command.  It is used to
+<a class="index-entry-id" id="index-hywconfig_002ddelete_002dpop-1"></a>
+<p>PopRing calls the <code class="code">hywconfig-delete-pop</code> command.  
It is used to
 restore a previously saved configuration and to delete it from the ring.
-Simply stop when a desired configuration appears and use <kbd>{q}</kbd> to
+Simply stop when a desired configuration appears and use <kbd 
class="kbd">{q}</kbd> to
 quit from the minibuffer menu.
 </p>
-<span id="index-hywconfig_002dring_002dmax"></span>
+<a class="index-entry-id" id="index-hywconfig_002dring_002dmax"></a>
 <p>The maximum number of elements the ring can hold is set by the
-<code>hywconfig-ring-max</code> variable whose default is 10.  Any saves beyond
+<code class="code">hywconfig-ring-max</code> variable whose default is 10.  
Any saves beyond
 this value will delete the oldest element in the ring before a new one
 is added.
 </p>
 <hr>
-<span id="Developing-with-Hyperbole"></span><div class="header">
+</div>
+<div class="chapter-level-extent" id="Developing-with-Hyperbole">
+<div class="nav-panel">
 <p>
-Next: <a href="#Glossary" accesskey="n" rel="next">Glossary</a>, Previous: <a 
href="#Window-Configurations" accesskey="p" rel="prev">Window 
Configurations</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; 
[<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Glossary" accesskey="n" rel="next">Glossary</a>, Previous: <a 
href="#Window-Configurations" accesskey="p" rel="prev">Window 
Configurations</a>, Up: <a href="#Top" accesskey="u" rel="up">GNU Hyperbole</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Developing-with-Hyperbole-1"></span><h2 class="chapter">10 
Developing with Hyperbole</h2>
+<h2 class="chapter" id="Developing-with-Hyperbole-1">10 Developing with 
Hyperbole</h2>
 
 <p>This chapter is for people who wish to customize Hyperbole, to extend
 it, or to develop other systems using Hyperbole as a base.  Most of it
@@ -7292,163 +6705,121 @@ implicit button types may be created with knowledge 
of only Emacs
 regular expressions.
 </p>
 
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Hook-Variables" 
accesskey="1">Hook Variables</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Creating-Types" 
accesskey="2">Creating Types</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Explicit-Button-Technicalities" accesskey="3">Explicit Button 
Technicalities</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Encapsulating-Systems" 
accesskey="4">Encapsulating Systems</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Embedding-Hyperbole" 
accesskey="5">Embedding Hyperbole</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#Hook-Variables" accesskey="1">Hook Variables</a></li>
+<li><a href="#Creating-Types" accesskey="2">Creating Types</a></li>
+<li><a href="#Explicit-Button-Technicalities" accesskey="3">Explicit Button 
Technicalities</a></li>
+<li><a href="#Encapsulating-Systems" accesskey="4">Encapsulating 
Systems</a></li>
+<li><a href="#Embedding-Hyperbole" accesskey="5">Embedding Hyperbole</a></li>
+</ul>
 <hr>
-<span id="Hook-Variables"></span><div class="header">
+<div class="section-level-extent" id="Hook-Variables">
+<div class="nav-panel">
 <p>
 Next: <a href="#Creating-Types" accesskey="n" rel="next">Creating Types</a>, 
Previous: <a href="#Developing-with-Hyperbole" accesskey="p" 
rel="prev">Developing with Hyperbole</a>, Up: <a 
href="#Developing-with-Hyperbole" accesskey="u" rel="up">Developing with 
Hyperbole</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Hook-Variables-1"></span><h3 class="section">10.1 Hook Variables</h3>
+<h3 class="section" id="Hook-Variables-1">10.1 Hook Variables</h3>
 
-<span id="index-variables"></span>
-<span id="index-hook-variables"></span>
+<a class="index-entry-id" id="index-variables"></a>
+<a class="index-entry-id" id="index-hook-variables"></a>
 <p>Hyperbole supplies a number of hook variables that allow you to adjust
 its basic operations to meet your own needs, without requiring you to
 change the code for those operations.
 </p>
-<span id="index-add_002dhook"></span>
+<a class="index-entry-id" id="index-add_002dhook"></a>
 <p>We find it best to always set the value of hook variables either to
-&lsquo;<samp>nil</samp>&rsquo; or to a list of function names of no arguments, 
each of which
+&lsquo;<samp class="samp">nil</samp>&rsquo; or to a list of function names of 
no arguments, each of which
 will be called in sequence when the hook is triggered.  If you use
-the <code>add-hook</code> function to adjust the value of hooks, it will do
+the <code class="code">add-hook</code> function to adjust the value of hooks, 
it will do
 this automatically for you.
 </p>
 <p>Given the name of a function, a Hyperbole hook variable triggered within
-that function has the same name as the function with a 
&lsquo;<samp>-hook</samp>&rsquo;
+that function has the same name as the function with a &lsquo;<samp 
class="samp">-hook</samp>&rsquo;
 appended.  Hyperbole includes the following hook variables:
 </p>
-<dl compact="compact">
-<dt><code>hyperbole-init-hook</code>
-<span id="index-hyperbole_002dinit_002dhook-1"></span>
-</dt>
+<dl class="vtable">
+<dt id='index-hyperbole_002dinit_002dhook-1'><span><code 
class="code">hyperbole-init-hook</code><a class="copiable-link" 
href='#index-hyperbole_002dinit_002dhook-1'> &para;</a></span></dt>
 <dd><p>For customization at Hyperbole initialization time.  Use this to load
 any personal Hyperbole type definitions or key bindings you might have.
 It is run after Hyperbole support code is loaded but before Hyperbole is
 initialized, i.e. prior to keyboard and mouse bindings.
 </p>
 </dd>
-<dt><code>action-key-depress-hook</code>
-<span id="index-action_002dkey_002ddepress_002dhook"></span>
-</dt>
-<dt><code>assist-key-depress-hook</code>
-<span id="index-assist_002dkey_002ddepress_002dhook"></span>
-</dt>
+<dt id='index-action_002dkey_002ddepress_002dhook'><span><code 
class="code">action-key-depress-hook</code><a class="copiable-link" 
href='#index-action_002dkey_002ddepress_002dhook'> &para;</a></span></dt>
+<dt id='index-assist_002dkey_002ddepress_002dhook'><span><code 
class="code">assist-key-depress-hook</code><a class="copiable-link" 
href='#index-assist_002dkey_002ddepress_002dhook'> &para;</a></span></dt>
 <dd><p>Run after an Action or Assist Mouse Key depress is detected.
 </p>
 </dd>
-<dt><code>action-key-release-hook</code>
-<span id="index-action_002dkey_002drelease_002dhook"></span>
-</dt>
-<dt><code>assist-key-release-hook</code>
-<span id="index-assist_002dkey_002drelease_002dhook"></span>
-</dt>
+<dt id='index-action_002dkey_002drelease_002dhook'><span><code 
class="code">action-key-release-hook</code><a class="copiable-link" 
href='#index-action_002dkey_002drelease_002dhook'> &para;</a></span></dt>
+<dt id='index-assist_002dkey_002drelease_002dhook'><span><code 
class="code">assist-key-release-hook</code><a class="copiable-link" 
href='#index-assist_002dkey_002drelease_002dhook'> &para;</a></span></dt>
 <dd><p>Run after an Action or Assist Mouse Key release is detected, before
 any associated action is executed.
 </p>
-<span id="index-hbut_003acurrent"></span>
+<a class="index-entry-id" id="index-hbut_003acurrent"></a>
 </dd>
-<dt><code>action-act-hook</code>
-<span id="index-action_002dact_002dhook"></span>
-</dt>
+<dt id='index-action_002dact_002dhook'><span><code 
class="code">action-act-hook</code><a class="copiable-link" 
href='#index-action_002dact_002dhook'> &para;</a></span></dt>
 <dd><p>Run before each Hyperbole button activation.
-The variable <code>hbut:current</code> contains the button to be activated when
+The variable <code class="code">hbut:current</code> contains the button to be 
activated when
 this is run.
 </p>
 </dd>
-<dt><code>ebut-create-hook</code>
-<span id="index-ebut_002dcreate_002dhook"></span>
-</dt>
+<dt id='index-ebut_002dcreate_002dhook'><span><code 
class="code">ebut-create-hook</code><a class="copiable-link" 
href='#index-ebut_002dcreate_002dhook'> &para;</a></span></dt>
 <dd><p>Adds to the Hyperbole explicit button creation process.
 </p>
 </dd>
-<dt><code>ebut-delete-hook</code>
-<span id="index-ebut_002ddelete_002dhook"></span>
-</dt>
+<dt id='index-ebut_002ddelete_002dhook'><span><code 
class="code">ebut-delete-hook</code><a class="copiable-link" 
href='#index-ebut_002ddelete_002dhook'> &para;</a></span></dt>
 <dd><p>Adds to the Hyperbole explicit button deletion process.
 </p>
 </dd>
-<dt><code>ebut-modify-hook</code>
-<span id="index-ebut_002dmodify_002dhook"></span>
-</dt>
+<dt id='index-ebut_002dmodify_002dhook'><span><code 
class="code">ebut-modify-hook</code><a class="copiable-link" 
href='#index-ebut_002dmodify_002dhook'> &para;</a></span></dt>
 <dd><p>Executed when an explicit button&rsquo;s attributes are modified.
 </p>
 </dd>
-<dt><code>hibtypes-begin-load-hook</code>
-<span id="index-hibtypes_002dbegin_002dload_002dhook"></span>
-</dt>
+<dt id='index-hibtypes_002dbegin_002dload_002dhook'><span><code 
class="code">hibtypes-begin-load-hook</code><a class="copiable-link" 
href='#index-hibtypes_002dbegin_002dload_002dhook'> &para;</a></span></dt>
 <dd><p>Executed prior to loading of standard Hyperbole implicit button types.
 Used to load site-specific low priority implicit button types since
 lowest priority ibtypes are loaded first.
 </p>
 </dd>
-<dt><code>hibtypes-end-load-hook</code>
-<span id="index-hibtypes_002dend_002dload_002dhook"></span>
-</dt>
+<dt id='index-hibtypes_002dend_002dload_002dhook'><span><code 
class="code">hibtypes-end-load-hook</code><a class="copiable-link" 
href='#index-hibtypes_002dend_002dload_002dhook'> &para;</a></span></dt>
 <dd><p>Executed after loading of standard Hyperbole implicit button types.
 Used to load site-specific high priority implicit button types since
 highest priority ibtypes are loaded last.
 </p>
 </dd>
-<dt><code>htype-create-hook</code>
-<span id="index-htype_002dcreate_002dhook"></span>
-</dt>
+<dt id='index-htype_002dcreate_002dhook'><span><code 
class="code">htype-create-hook</code><a class="copiable-link" 
href='#index-htype_002dcreate_002dhook'> &para;</a></span></dt>
 <dd><p>Executed whenever a Hyperbole type (e.g. action type or implicit button
 type) is added to the environment.
 </p>
 </dd>
-<dt><code>htype-delete-hook</code>
-<span id="index-htype_002ddelete_002dhook"></span>
-</dt>
+<dt id='index-htype_002ddelete_002dhook'><span><code 
class="code">htype-delete-hook</code><a class="copiable-link" 
href='#index-htype_002ddelete_002dhook'> &para;</a></span></dt>
 <dd><p>Executed whenever a type is deleted from the environment.
 </p>
 </dd>
-<dt><code>kotl-mode-hook</code>
-<span id="index-kotl_002dmode_002dhook"></span>
-</dt>
+<dt id='index-kotl_002dmode_002dhook'><span><code 
class="code">kotl-mode-hook</code><a class="copiable-link" 
href='#index-kotl_002dmode_002dhook'> &para;</a></span></dt>
 <dd><p>Executed whenever a koutline is created or read in or when kotl-mode is
 invoked.
 </p>
 </dd>
-<dt><code>hyrolo-add-hook</code>
-<span id="index-hyrolo_002dadd_002dhook-1"></span>
-</dt>
+<dt id='index-hyrolo_002dadd_002dhook-1'><span><code 
class="code">hyrolo-add-hook</code><a class="copiable-link" 
href='#index-hyrolo_002dadd_002dhook-1'> &para;</a></span></dt>
 <dd><p>Executed after the addition of a new rolo entry.
 </p>
 </dd>
-<dt><code>hyrolo-display-hook</code>
-<span id="index-hyrolo_002ddisplay_002dhook"></span>
-</dt>
+<dt id='index-hyrolo_002ddisplay_002dhook'><span><code 
class="code">hyrolo-display-hook</code><a class="copiable-link" 
href='#index-hyrolo_002ddisplay_002dhook'> &para;</a></span></dt>
 <dd><p>Executed when rolo matches are displayed.
 </p>
 </dd>
-<dt><code>hyrolo-edit-hook</code>
-<span id="index-hyrolo_002dedit_002dhook-1"></span>
-</dt>
+<dt id='index-hyrolo_002dedit_002dhook-1'><span><code 
class="code">hyrolo-edit-hook</code><a class="copiable-link" 
href='#index-hyrolo_002dedit_002dhook-1'> &para;</a></span></dt>
 <dd><p>Executed after point is successfully moved to an entry to be edited.
 </p>
 </dd>
-<dt><code>hyrolo-mode-hook</code>
-<span id="index-hyrolo_002dmode_002dhook"></span>
-</dt>
+<dt id='index-hyrolo_002dmode_002dhook'><span><code 
class="code">hyrolo-mode-hook</code><a class="copiable-link" 
href='#index-hyrolo_002dmode_002dhook'> &para;</a></span></dt>
 <dd><p>Executed when a rolo match buffer is created and put into hyrolo-mode.
 </p>
-<span id="index-yank_002c-reformatting"></span>
+<a class="index-entry-id" id="index-yank_002c-reformatting"></a>
 </dd>
-<dt><code>hyrolo-yank-reformat-function</code>
-<span id="index-hyrolo_002dyank_002dreformat_002dfunction"></span>
-</dt>
+<dt id='index-hyrolo_002dyank_002dreformat_002dfunction'><span><code 
class="code">hyrolo-yank-reformat-function</code><a class="copiable-link" 
href='#index-hyrolo_002dyank_002dreformat_002dfunction'> &para;</a></span></dt>
 <dd><p>A variable whose value may be set to a function of two arguments, START
 and END, which give the region of the rolo entry yanked into the
 current buffer by the hyrolo-yank command.  The function may reformat this
@@ -7459,27 +6830,23 @@ region to meet user-specific needs.
 
 <p>Hyperbole also makes use of a number of standard Emacs hook variables.
 </p>
-<dl compact="compact">
+<dl class="vtable">
 <dd>
-<span id="index-button-highlighting"></span>
+<a class="index-entry-id" id="index-button-highlighting"></a>
 </dd>
-<dt><code>find-file-hook</code>
-<span id="index-find_002dfile_002dhook"></span>
-</dt>
+<dt id='index-find_002dfile_002dhook'><span><code 
class="code">find-file-hook</code><a class="copiable-link" 
href='#index-find_002dfile_002dhook'> &para;</a></span></dt>
 <dd><p>This is called whenever a file is read into a buffer.  Hyperbole uses
 it to highlight any buttons within files.
 </p>
-<span id="index-button-data-saving"></span>
+<a class="index-entry-id" id="index-button-data-saving"></a>
 </dd>
-<dt><code>write-file-hooks</code>
-<span id="index-write_002dfile_002dhooks"></span>
-</dt>
+<dt id='index-write_002dfile_002dhooks'><span><code 
class="code">write-file-hooks</code><a class="copiable-link" 
href='#index-write_002dfile_002dhooks'> &para;</a></span></dt>
 <dd><p>This is called whenever a buffer is written to a file.  Hyperbole uses
 it to save modified button attributes associated with any file from the
 same directory as the current file.
 </p>
-<span id="index-mail-hooks"></span>
-<span id="index-news-hooks"></span>
+<a class="index-entry-id" id="index-mail-hooks"></a>
+<a class="index-entry-id" id="index-news-hooks"></a>
 <p>Hyperbole mail and news facilities also utilize a number of Emacs hook
 variables.  These hide button data and highlight buttons if possible.
 See the Hyperbole files with &lsquo;mail&rsquo; and &lsquo;gnus&rsquo; in 
their names for
@@ -7488,68 +6855,69 @@ specific usage of such hooks.
 </dl>
 
 <hr>
-<span id="Creating-Types"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Creating-Types">
+<div class="nav-panel">
 <p>
 Next: <a href="#Explicit-Button-Technicalities" accesskey="n" 
rel="next">Explicit Button Technicalities</a>, Previous: <a 
href="#Hook-Variables" accesskey="p" rel="prev">Hook Variables</a>, Up: <a 
href="#Developing-with-Hyperbole" accesskey="u" rel="up">Developing with 
Hyperbole</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Creating-Types-1"></span><h3 class="section">10.2 Creating Types</h3>
+<h3 class="section" id="Creating-Types-1">10.2 Creating Types</h3>
 
-<span id="index-type-definition"></span>
-<span id="index-type-redefinition-1"></span>
+<a class="index-entry-id" id="index-type-definition"></a>
+<a class="index-entry-id" id="index-type-redefinition-1"></a>
 <p>To define or redefine a single Hyperbole type, you may either:
 </p>
-<ul>
-<li> <span id="index-C_002dM_002dx"></span>
-<span id="index-eval_002ddefun"></span>
-<span id="index-C_002dx-C_002de"></span>
-<span id="index-eval_002dlast_002dsexp"></span>
+<ul class="itemize mark-bullet">
+<li><a class="index-entry-id" id="index-C_002dM_002dx"></a>
+<a class="index-entry-id" id="index-eval_002ddefun"></a>
+<a class="index-entry-id" id="index-C_002dx-C_002de"></a>
+<a class="index-entry-id" id="index-eval_002dlast_002dsexp"></a>
 move your Emacs point to within the type definition and use
-<kbd>{C-M-x}</kbd> <code>(eval-defun)</code> (only works in Emacs Lisp mode);
+<kbd class="kbd">{C-M-x}</kbd> <code class="code">(eval-defun)</code> (only 
works in Emacs Lisp mode);
 
-</li><li> or move your point to the end of the last line of the type 
definition and
-use <kbd>{C-x C-e}</kbd> <code>(eval-last-sexp)</code> (works in most modes).
+</li><li>or move your point to the end of the last line of the type definition 
and
+use <kbd class="kbd">{C-x C-e}</kbd> <code 
class="code">(eval-last-sexp)</code> (works in most modes).
 </li></ul>
 
-<span id="index-Hyperbole-types"></span>
-<span id="index-class_002c-htype"></span>
-<p>The functions from the &lsquo;<samp>htype</samp>&rsquo; class may be 
applied to any
+<a class="index-entry-id" id="index-Hyperbole-types"></a>
+<a class="index-entry-id" id="index-class_002c-htype"></a>
+<p>The functions from the &lsquo;<samp class="samp">htype</samp>&rsquo; class 
may be applied to any
 Hyperbole types, if needed.
 </p>
-<span id="index-file_002c-hactypes_002eel"></span>
-<span id="index-file_002c-hibtypes_002eel-1"></span>
+<a class="index-entry-id" id="index-file_002c-hactypes_002eel"></a>
+<a class="index-entry-id" id="index-file_002c-hibtypes_002eel-1"></a>
 <p>The following subsections explain the specifics of Hyperbole type
 definitions which are beyond standard practice for Emacs Lisp programming.
-See the definitions of the standard types in <samp>hactypes.el</samp>
-and <samp>hibtypes.el</samp> for examples.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Creating-Action-Types" 
accesskey="1">Creating Action Types</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Creating-Implicit-Button-Types" accesskey="2">Creating Implicit Button 
Types</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-</table>
+See the definitions of the standard types in <samp 
class="file">hactypes.el</samp>
+and <samp class="file">hibtypes.el</samp> for examples.
+</p>
 
+<ul class="mini-toc">
+<li><a href="#Creating-Action-Types" accesskey="1">Creating Action 
Types</a></li>
+<li><a href="#Creating-Implicit-Button-Types" accesskey="2">Creating Implicit 
Button Types</a></li>
+</ul>
 <hr>
-<span id="Creating-Action-Types"></span><div class="header">
+<div class="subsection-level-extent" id="Creating-Action-Types">
+<div class="nav-panel">
 <p>
 Next: <a href="#Creating-Implicit-Button-Types" accesskey="n" 
rel="next">Creating Implicit Button Types</a>, Previous: <a 
href="#Creating-Types" accesskey="p" rel="prev">Creating Types</a>, Up: <a 
href="#Creating-Types" accesskey="u" rel="up">Creating Types</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Creating-Action-Types-1"></span><h4 class="subsection">10.2.1 
Creating Action Types</h4>
+<h4 class="subsection" id="Creating-Action-Types-1">10.2.1 Creating Action 
Types</h4>
 
-<span id="index-actype_003acreate"></span>
-<span id="index-file_002c-hactypes_002eel-1"></span>
-<span id="index-file_002c-hbut_002eel"></span>
+<a class="index-entry-id" id="index-actype_003acreate"></a>
+<a class="index-entry-id" id="index-file_002c-hactypes_002eel-1"></a>
+<a class="index-entry-id" id="index-file_002c-hbut_002eel"></a>
 <p>New forms of explicit buttons may be created by adding new action types
-to a Hyperbole environment.  The file, <samp>hactypes.el</samp>, contains
+to a Hyperbole environment.  The file, <samp class="file">hactypes.el</samp>, 
contains
 many examples of working action types.
 </p>
-<span id="index-action-type_002c-creation"></span>
-<span id="index-defact"></span>
-<span id="index-actype_003acreate-1"></span>
+<a class="index-entry-id" id="index-action-type_002c-creation"></a>
+<a class="index-entry-id" id="index-defact"></a>
+<a class="index-entry-id" id="index-actype_003acreate-1"></a>
 <p>An action type is created, i.e. loaded into the Hyperbole environment,
-with the <code>(defact)</code> function (which is an alias for
-<code>(actype:create)</code>).  The calling signature for this function is
-given in its documentation; it is the same as that of <code>(defun)</code>
+with the <code class="code">(defact)</code> function (which is an alias for
+<code class="code">(actype:create)</code>).  The calling signature for this 
function is
+given in its documentation; it is the same as that of <code 
class="code">(defun)</code>
 except that a documentation string is required.  An interactive
 calling form is also required if the action type has formal parameters
 and is to be used in explicit or global button definitions.  Implicit
@@ -7564,79 +6932,79 @@ created.  The rest of its body is used when a button 
with this action
 type is activated.  Then the button attributes together with the action
 type body are used to form an action that is executed in response to the
 button activation.  The action&rsquo;s result is returned to the action caller
-unless it returns &lsquo;<samp>nil</samp>&rsquo;, in which case 
&lsquo;<samp>t</samp>&rsquo; is returned to the
+unless it returns &lsquo;<samp class="samp">nil</samp>&rsquo;, in which case 
&lsquo;<samp class="samp">t</samp>&rsquo; is returned to the
 caller to ensure that it registers the performance of the action.
 </p>
 <p>An action type body may perform any computation that uses Emacs Lisp and
 Hyperbole functions.
 </p>
-<span id="index-interactive-form"></span>
-<span id="index-interactive"></span>
+<a class="index-entry-id" id="index-interactive-form"></a>
+<a class="index-entry-id" id="index-interactive"></a>
 <p>The interactive calling form for an action type is of the same form as
 that of a regular Emacs Lisp function definition (see the
-documentation for the Emacs Lisp <code>(interactive)</code> form
-or see <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/elisp.html#Interactive-Codes";>Code
 Characters for &rsquo;interactive&rsquo;</a> in <cite>the GNU Emacs Lisp 
Reference Manual</cite>.  It may additionally use
+documentation for the Emacs Lisp <code class="code">(interactive)</code> form
+or see <a data-manual="elisp" 
href="https://www.gnu.org/software/emacs/manual/html_mono/elisp.html#Interactive-Codes";>Code
 Characters for &rsquo;interactive&rsquo;</a> in <cite class="cite">the GNU 
Emacs Lisp Reference Manual</cite>.  It may additionally use
 Hyperbole command character extensions when the form is given as a
-string.  Each such extension character <em>must</em> be preceded by a
-plus sign, &lsquo;<samp>+</samp>&rsquo;, in order to be recognized, since such 
characters
+string.  Each such extension character <em class="emph">must</em> be preceded 
by a
+plus sign, &lsquo;<samp class="samp">+</samp>&rsquo;, in order to be 
recognized, since such characters
 may also have different standard interactive meanings.
 </p>
 <p>The present Hyperbole extension characters are:
 </p>
-<dl compact="compact">
-<dd><span id="index-argument_002c-Info-node"></span>
-<span id="index-interactive-cmd-char_002c-_002bI"></span>
+<dl class="table">
+<dd><a class="index-entry-id" id="index-argument_002c-Info-node"></a>
+<a class="index-entry-id" id="index-interactive-cmd-char_002c-_002bI"></a>
 </dd>
-<dt><code>+I</code></dt>
+<dt><code class="code">+I</code></dt>
 <dd><p>Prompts with completion for an existing Info (filename)nodename.
 </p>
-<span id="index-argument_002c-kcell"></span>
-<span id="index-argument_002c-koutline"></span>
-<span id="index-interactive-cmd-char_002c-_002bK"></span>
+<a class="index-entry-id" id="index-argument_002c-kcell"></a>
+<a class="index-entry-id" id="index-argument_002c-koutline"></a>
+<a class="index-entry-id" id="index-interactive-cmd-char_002c-_002bK"></a>
 </dd>
-<dt><code>+K</code></dt>
+<dt><code class="code">+K</code></dt>
 <dd><p>Prompts for an existing kcell identifier, either a full outline level
 identifier or a permanent idstamp.
 </p>
-<span id="index-argument_002c-klink"></span>
-<span id="index-interactive-cmd-char_002c-_002bL"></span>
+<a class="index-entry-id" id="index-argument_002c-klink"></a>
+<a class="index-entry-id" id="index-interactive-cmd-char_002c-_002bL"></a>
 </dd>
-<dt><code>+L</code></dt>
+<dt><code class="code">+L</code></dt>
 <dd><p>Prompts for a klink specification.  See the documentation for the 
function
-<code>(kcell-view:reference)</code> for details of the format of a klink.
+<code class="code">(kcell-view:reference)</code> for details of the format of 
a klink.
 </p>
-<span id="index-interactive-cmd-char_002c-_002bM"></span>
-<span id="index-argument_002c-mail-message"></span>
+<a class="index-entry-id" id="index-interactive-cmd-char_002c-_002bM"></a>
+<a class="index-entry-id" id="index-argument_002c-mail-message"></a>
 </dd>
-<dt><code>+M</code></dt>
+<dt><code class="code">+M</code></dt>
 <dd><p>Prompts for a mail message date and the filename in which it resides.
 The mail parameters prompted for by this character code may change in
 the future.
 </p>
-<span id="index-argument_002c-view-spec"></span>
-<span id="index-interactive-cmd-char_002c-_002bV"></span>
+<a class="index-entry-id" id="index-argument_002c-view-spec"></a>
+<a class="index-entry-id" id="index-interactive-cmd-char_002c-_002bV"></a>
 </dd>
-<dt><code>+V</code></dt>
+<dt><code class="code">+V</code></dt>
 <dd><p>Prompts for a Koutliner view specification string, with the current
 view spec, if any, as a default.
 </p>
-<span id="index-argument_002c-Info-index-item"></span>
-<span id="index-interactive-cmd-char_002c-_002bX"></span>
+<a class="index-entry-id" id="index-argument_002c-Info-index-item"></a>
+<a class="index-entry-id" id="index-interactive-cmd-char_002c-_002bX"></a>
 </dd>
-<dt><code>+X</code></dt>
+<dt><code class="code">+X</code></dt>
 <dd><p>Prompts with completion for an existing Info index (filename)itemname.
 </p>
 </dd>
 </dl>
 
-<span id="index-class_002c-hargs"></span>
-<span id="index-argument_002c-reading"></span>
-<p>Arguments are read by the functions in Hyperbole&rsquo;s <code>hargs</code> 
class,
-rather than the standard Lisp <code>read</code> functions, in order to allow
+<a class="index-entry-id" id="index-class_002c-hargs"></a>
+<a class="index-entry-id" id="index-argument_002c-reading"></a>
+<p>Arguments are read by the functions in Hyperbole&rsquo;s <code 
class="code">hargs</code> class,
+rather than the standard Lisp <code class="code">read</code> functions, in 
order to allow
 direct selection of arguments via the Action Key.
 </p>
 <p>If an action type create is successful, the symbol that Hyperbole uses
-internally to reference the type is returned.  On failure, 
&lsquo;<samp>nil</samp>&rsquo; is
+internally to reference the type is returned.  On failure, &lsquo;<samp 
class="samp">nil</samp>&rsquo; is
 returned so that you may test whether or not the operation succeeds.
 </p>
 <p>Once you have defined an action type within your present Hyperbole
@@ -7644,18 +7012,20 @@ environment, you can create new explicit buttons which 
use it.  There is
 no explicit button type beyond its action type, so no other work is
 necessary.
 </p>
-<span id="index-actype_003adelete"></span>
-<p>Call <code>(actype:delete)</code> to remove an action type from a Hyperbole
+<a class="index-entry-id" id="index-actype_003adelete"></a>
+<p>Call <code class="code">(actype:delete)</code> to remove an action type 
from a Hyperbole
 environment.  It takes a single parameter which should be the same type
 symbol used in the type definition call (not the Hyperbole symbol
 returned by the call).
 </p>
 <hr>
-<span id="Creating-Implicit-Button-Types"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Creating-Implicit-Button-Types">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Creating-Action-Types" accesskey="p" rel="prev">Creating 
Action Types</a>, Up: <a href="#Creating-Types" accesskey="u" rel="up">Creating 
Types</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Creating-Implicit-Button-Types-1"></span><h4 
class="subsection">10.2.2 Creating Implicit Button Types</h4>
+<h4 class="subsection" id="Creating-Implicit-Button-Types-1">10.2.2 Creating 
Implicit Button Types</h4>
 
 <p>Implicit buttons leverage the same action types used by explicit and
 global buttons but each carries an additional implicit button type
@@ -7671,19 +7041,19 @@ hyperbuttons in thousands of documents with no other 
effort.
 two are meant to allow non-programmers to extend Hyperbole with
 simplified types.
 </p>
-<dl compact="compact">
-<dt><b>Action Button Link Types</b></dt>
+<dl class="table">
+<dt><b class="b">Action Button Link Types</b></dt>
 <dd><p>The first is very simple but can create only link buttons with a
 specific textual form, i.e. &lt;action-type button-text&gt;.
 </p>
 </dd>
-<dt><b>Implicit Button Link Types</b></dt>
+<dt><b class="b">Implicit Button Link Types</b></dt>
 <dd><p>The second is also limited to link buttons and requires regular 
expression
 knowledge; it allows for any string or regular expression button
 delimiters and regular expression or function link specifications.
 </p>
 </dd>
-<dt><b>Programmatic Implicit Button Types</b></dt>
+<dt><b class="b">Programmatic Implicit Button Types</b></dt>
 <dd><p>The third requires ELisp programming knowledge but can create any 
implicit
 button type.
 </p></dd>
@@ -7692,33 +7062,31 @@ button type.
 <p>The sections below examine these three implicit button type creation
 techniques.
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Action-Button-Link-Types" 
accesskey="1">Action Button Link Types</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Implicit-Button-Link-Types" 
accesskey="2">Implicit Button Link Types</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Programmatic-Implicit-Button-Types" accesskey="3">Programmatic Implicit 
Button Types</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#Action-Button-Link-Types" accesskey="1">Action Button Link 
Types</a></li>
+<li><a href="#Implicit-Button-Link-Types" accesskey="2">Implicit Button Link 
Types</a></li>
+<li><a href="#Programmatic-Implicit-Button-Types" accesskey="3">Programmatic 
Implicit Button Types</a></li>
+</ul>
 <hr>
-<span id="Action-Button-Link-Types"></span><div class="header">
+<div class="subsubsection-level-extent" id="Action-Button-Link-Types">
+<div class="nav-panel">
 <p>
 Next: <a href="#Implicit-Button-Link-Types" accesskey="n" rel="next">Implicit 
Button Link Types</a>, Previous: <a href="#Creating-Implicit-Button-Types" 
accesskey="p" rel="prev">Creating Implicit Button Types</a>, Up: <a 
href="#Creating-Implicit-Button-Types" accesskey="u" rel="up">Creating Implicit 
Button Types</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Action-Button-Link-Types-1"></span><h4 
class="subsubsection">10.2.2.1 Action Button Link Types</h4>
+<h4 class="subsubsection" id="Action-Button-Link-Types-1">10.2.2.1 Action 
Button Link Types</h4>
 
 <p>The simplest way to create a new implicit link type (from which any
 number of buttons can be recognized within text) is to create an
-<em>action button link type</em>.
+<em class="emph">action button link type</em>.
 </p>
-<p>A call to the <code>defal</code> macro of the form:
+<p>A call to the <code class="code">defal</code> macro of the form:
 </p>
-<p><code>(defal TYPE LINK-EXPR &amp;optional DOC)</code>
+<p><code class="code">(defal TYPE LINK-EXPR &amp;optional DOC)</code>
 </p>
 <p>will create a Hyperbole action button link TYPE (an unquoted symbol)
-whose buttons always take the form of: <code>&lt;TYPE link-text&gt;</code> 
where
-<code>link-text</code> is substituted into LINK-EXPR as grouping 1 (wherever
+whose buttons always take the form of: <code class="code">&lt;TYPE 
link-text&gt;</code> where
+<code class="code">link-text</code> is substituted into LINK-EXPR as grouping 
1 (wherever
 %s or \\1 is found) to form the link referent that is displayed for
 each button.  Hyperbole automatically creates a doc string for the
 type but you can override this by providing an optional DOC string.
@@ -7727,23 +7095,23 @@ type but you can override this by providing an optional 
DOC string.
 delimiters and the text in-between matches to TEXT-REGEXP, then the
 button is activated and does one of four things with LINK-EXPR:
 </p>
-<ol>
+<ol class="enumerate">
 <li> executes it as a brace-delimited key series;
 </li><li> displays it in a web browser as a URL;
 </li><li> displays it as a path (possibly with trailing colon-separated line 
and column numbers);
 </li><li> invokes a function or action type of one argument, the button text 
sans the function name, to display it.
 </li></ol>
 
-<p>For example, if you use Python and have a 
&lsquo;<samp>PYTHONLIBPATH</samp>&rsquo; environment
-variable, then pressing <kbd>{C-x C-e}</kbd> <code>eval-last-sexp</code> after
+<p>For example, if you use Python and have a &lsquo;<samp 
class="samp">PYTHONLIBPATH</samp>&rsquo; environment
+variable, then pressing <kbd class="kbd">{C-x C-e}</kbd> <code 
class="code">eval-last-sexp</code> after
 this expression:
 </p>
-<p><code>(defal pylib &quot;${PYTHONLIBPATH}/%s&quot;)</code>
+<p><code class="code">(defal pylib &quot;${PYTHONLIBPATH}/%s&quot;)</code>
 </p>
 <p>defines a new action button link type called ’pylib’ whose buttons
 take the form of:
 </p>
-<p><code>&lt;pylib PYTHON-LIBRARY-FILENAME&gt;</code>
+<p><code class="code">&lt;pylib PYTHON-LIBRARY-FILENAME&gt;</code>
 </p>
 <p>and display the associated Python libraries (typically Python source
 files).  Optional colon separated line and column numbers may be given
@@ -7751,30 +7119,32 @@ as well.
 </p>
 <p>Therefore an Action Key press on:
 </p>
-<p><code>&lt;pylib string.py:5:7&gt;</code>
+<p><code class="code">&lt;pylib string.py:5:7&gt;</code>
 </p>
-<p>would display the source for <samp>string.py</samp> (wherever it is
+<p>would display the source for <samp class="file">string.py</samp> (wherever 
it is
 installed on your system) from the Python standard library with point
 on the fifth line at the seventh character.
 </p>
-<p>See <a href="#Implicit-Button-Link-Types">Implicit Button Link Types</a>, 
for more flexible regular
-expression-based link type creation.  See <a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a>, for the most general implicit button type creation.
+<p>See <a class="xref" href="#Implicit-Button-Link-Types">Implicit Button Link 
Types</a>, for more flexible regular
+expression-based link type creation.  See <a class="xref" 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a>, for the most general implicit button type creation.
 </p>
 <hr>
-<span id="Implicit-Button-Link-Types"></span><div class="header">
+</div>
+<div class="subsubsection-level-extent" id="Implicit-Button-Link-Types">
+<div class="nav-panel">
 <p>
 Next: <a href="#Programmatic-Implicit-Button-Types" accesskey="n" 
rel="next">Programmatic Implicit Button Types</a>, Previous: <a 
href="#Action-Button-Link-Types" accesskey="p" rel="prev">Action Button Link 
Types</a>, Up: <a href="#Creating-Implicit-Button-Types" accesskey="u" 
rel="up">Creating Implicit Button Types</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Implicit-Button-Link-Types-1"></span><h4 
class="subsubsection">10.2.2.2 Implicit Button Link Types</h4>
+<h4 class="subsubsection" id="Implicit-Button-Link-Types-1">10.2.2.2 Implicit 
Button Link Types</h4>
 
-<p>If you understand Emacs regular expressions (see <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Regexps";>Syntax
 of
-Regular Expressions</a> in <cite>the GNU Emacs Manual</cite>), you can create 
new
+<p>If you understand Emacs regular expressions (see <a data-manual="emacs" 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Regexps";>Syntax
 of
+Regular Expressions</a> in <cite class="cite">the GNU Emacs Manual</cite>), 
you can create new
 implicit button types without understanding how to program in Emacs
 Lisp, aside from the instructions provided here.
 </p>
-<p>A call to the <code>defil</code> macro of the form:
+<p>A call to the <code class="code">defil</code> macro of the form:
 </p>
-<p><code>(defil TYPE START-DELIM END-DELIM TEXT-REGEXP LINK-EXPR
+<p><code class="code">(defil TYPE START-DELIM END-DELIM TEXT-REGEXP LINK-EXPR
              &amp;optional START-REGEXP-FLAG END-REGEXP-FLAG DOC)</code>
 </p>
 <p>will create a new Hyperbole implicit button link TYPE (an unquoted
@@ -7790,7 +7160,7 @@ optional DOC string.
 delimiters and the text in-between matches to TEXT-REGEXP, then the
 button is activated and does one of four things with LINK-EXPR:
 </p>
-<ol>
+<ol class="enumerate">
 <li> executes it as a brace-delimited key series;
 </li><li> displays it in a web browser as a URL;
 </li><li> displays it as a path (possibly with trailing colon-separated line 
and column numbers);
@@ -7798,32 +7168,32 @@ button is activated and does one of four things with 
LINK-EXPR:
 </li></ol>
 
 <p>Prior to activation, for the first three kinds of LINK-EXPR, a
-<code>replace-match</code> is done on the expression to generate the
+<code class="code">replace-match</code> is done on the expression to generate 
the
 button-specific referent to display.  Thus, either the whole button
-text (&lsquo;<samp>\\&amp;</samp>&rsquo;) or any numbered grouping from 
TEXT-REGEXP,
-e.g. &lsquo;<samp>\\1</samp>&rsquo;, may be referenced in the LINK-EXPR to 
form the
+text (&lsquo;<samp class="samp">\\&amp;</samp>&rsquo;) or any numbered 
grouping from TEXT-REGEXP,
+e.g. &lsquo;<samp class="samp">\\1</samp>&rsquo;, may be referenced in the 
LINK-EXPR to form the
 link referent.
 </p>
 <p>Here is a sample use case.  Let&rsquo;s create a button type whose
 buttons perform a grep-like function over a current repo&rsquo;s git log
 entries.  The buttons use this format: [&lt;text to match&gt;].
 </p>
-<p>The following defines the button type called <code>search-git-log</code> 
with a 
+<p>The following defines the button type called <code 
class="code">search-git-log</code> with a 
 a key series action surrounded by braces:
 </p>
-<p><code>(defil search-git-log &quot;[&lt;&quot; &quot;&gt;]&quot; 
&quot;.*&quot; &quot;{M-: (hypb:fgrep-git-log \&quot;\\&amp;\&quot;) 
RET}&quot;)</code>
+<p><code class="code">(defil search-git-log &quot;[&lt;&quot; 
&quot;&gt;]&quot; &quot;.*&quot; &quot;{M-: (hypb:fgrep-git-log 
\&quot;\\&amp;\&quot;) RET}&quot;)</code>
 </p>
 <p>or this simpler version skips the explicit text substitution (\\\\&amp;)
 and instead uses the function that takes the button text as an argument:
 </p>
-<p><code>(defil search-git-log &quot;[&lt;&quot; &quot;&gt;]&quot; 
&quot;.*&quot; #’hypb:fgrep-git-log)</code>
+<p><code class="code">(defil search-git-log &quot;[&lt;&quot; 
&quot;&gt;]&quot; &quot;.*&quot; #’hypb:fgrep-git-log)</code>
 </p>
 <p>Place point after one of the above expressions and evaluate it with
-<kbd>{C-x C-e}</kbd> <code>eval-last-sexp</code> to define the implicit button
+<kbd class="kbd">{C-x C-e}</kbd> <code class="code">eval-last-sexp</code> to 
define the implicit button
 type.  Then if you have cloned the Hyperbole repo and are in a
 Hyperbole source buffer, an Action Key press on a button of the form:
 </p>
-<p><code>;; [&lt;test release&gt;]</code>
+<p><code class="code">;; [&lt;test release&gt;]</code>
 </p>
 <p>will display one line per commit whose change set matches &rsquo;test
 release&rsquo;.  An Action Key press on any such line will then display the
@@ -7834,45 +7204,47 @@ Action Buttons of the form: &lt;hypb:fgrep-git-log 
&quot;string&quot;&gt; to do
 same thing without any special definitions.
 </p>
 <hr>
-<span id="Programmatic-Implicit-Button-Types"></span><div class="header">
+</div>
+<div class="subsubsection-level-extent" 
id="Programmatic-Implicit-Button-Types">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Implicit-Button-Link-Types" accesskey="p" 
rel="prev">Implicit Button Link Types</a>, Up: <a 
href="#Creating-Implicit-Button-Types" accesskey="u" rel="up">Creating Implicit 
Button Types</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Programmatic-Implicit-Button-Types-1"></span><h4 
class="subsubsection">10.2.2.3 Programmatic Implicit Button Types</h4>
+<h4 class="subsubsection" id="Programmatic-Implicit-Button-Types-1">10.2.2.3 
Programmatic Implicit Button Types</h4>
 
-<span id="index-implicit-button-type"></span>
-<span id="index-ibtype"></span>
-<span id="index-defib"></span>
-<span id="index-ibtype_003acreate"></span>
-<p>An implicit button type is created or loaded via the <code>(defib)</code>
-function (which is an alias for <code>(ibtype:create)</code>).  The calling
+<a class="index-entry-id" id="index-implicit-button-type-1"></a>
+<a class="index-entry-id" id="index-ibtype"></a>
+<a class="index-entry-id" id="index-defib"></a>
+<a class="index-entry-id" id="index-ibtype_003acreate"></a>
+<p>An implicit button type is created or loaded via the <code 
class="code">(defib)</code>
+function (which is an alias for <code class="code">(ibtype:create)</code>).  
The calling
 signature for this function is given in its documentation; it is the
-same as that of <code>(defun)</code>, but with a number of constraints.  The
+same as that of <code class="code">(defun)</code>, but with a number of 
constraints.  The
 parameter list should always be empty since no parameters will be used.
 A documentation string is required; it is followed by the body of the
 type.
 </p>
-<span id="index-ibtype_002c-predicate"></span>
-<span id="index-ibtype_002c-argument"></span>
-<span id="index-ibtype_002c-return-val"></span>
-<span id="index-ibtype_002c-actype"></span>
+<a class="index-entry-id" id="index-ibtype_002c-predicate"></a>
+<a class="index-entry-id" id="index-ibtype_002c-argument"></a>
+<a class="index-entry-id" id="index-ibtype_002c-return-val"></a>
+<a class="index-entry-id" id="index-ibtype_002c-actype"></a>
 <p>The body of an implicit button type is a predicate which determines
 whether or not point is within an implicit button of the type.  If not,
-the predicate returns &lsquo;<samp>nil</samp>&rsquo;.  If so, it may 
optionally setup to
+the predicate returns &lsquo;<samp class="samp">nil</samp>&rsquo;.  If so, it 
may optionally setup to
 flash the button and then to perform one or more actions.  A call of the
-form: <code>(ibut:label-set label start-pos end-pos)</code> is used to setup
+form: <code class="code">(ibut:label-set label start-pos end-pos)</code> is 
used to setup
 the button flashing, if desired.  This is then typically immediately
 followed by an action invocation of the form:
-<code>(hact 'actype &amp;rest actype-arguments)</code> where 
<code>actype</code> is a
+<code class="code">(hact 'actype &amp;rest actype-arguments)</code> where 
<code class="code">actype</code> is a
 Hyperbole action type symbol or an Emacs Lisp function name or lambda;
-<code>actype-arguments</code> are the arguments fed to the action invocation
+<code class="code">actype-arguments</code> are the arguments fed to the action 
invocation
 when an implicit button of the type is activated.
 </p>
 <p>It is imperative that all actions (non-predicate code) be invoked
-through the <code>(hact)</code> function or your ibtypes will not work
+through the <code class="code">(hact)</code> function or your ibtypes will not 
work
 properly.  (Hyperbole first tests to see if any ibtype matches the
 current context before activating any type, so it ensures that
-<code>(hact)</code> calls are disabled during this testing.)  Any action
+<code class="code">(hact)</code> calls are disabled during this testing.)  Any 
action
 types used in the definition of an implicit button type may be created
 before or after the definition, but obviously, must be defined before
 any implicit buttons of the given type are activated; an error will
@@ -7880,73 +7252,75 @@ result, otherwise.
 </p>
 <p>If an implicit button type create is successful, the symbol that
 Hyperbole uses internally to reference the type is returned.  On
-failure, &lsquo;<samp>nil</samp>&rsquo; is returned so that you may test 
whether or not the
+failure, &lsquo;<samp class="samp">nil</samp>&rsquo; is returned so that you 
may test whether or not the
 operation succeeds.  Implicit button type names and action type names
 may be the same without any conflict.  In fact, such naming is
 encouraged when an implicit button type is the exclusive user of an
 action type.
 </p>
-<span id="index-ibtype_003adelete"></span>
-<p>Call <code>(ibtype:delete)</code> to remove an implicit button type from a
+<a class="index-entry-id" id="index-ibtype_003adelete"></a>
+<p>Call <code class="code">(ibtype:delete)</code> to remove an implicit button 
type from a
 Hyperbole environment.  It takes a single parameter which should be the
 same type symbol used in the type definition call (not the Hyperbole
 symbol returned by the call).  This will not delete the action type used
 by the implicit button; that must be done separately.
 </p>
-<span id="index-ibtype_002c-help"></span>
-<span id="index-ibut_003aat_002dp"></span>
-<span id="index-class_002c-hattr"></span>
-<span id="index-class_002c-hbut"></span>
-<span id="index-file_002c-hib_002dkbd_002eel"></span>
+<a class="index-entry-id" id="index-ibtype_002c-help"></a>
+<a class="index-entry-id" id="index-ibut_003aat_002dp"></a>
+<a class="index-entry-id" id="index-class_002c-hattr"></a>
+<a class="index-entry-id" id="index-class_002c-hbut"></a>
+<a class="index-entry-id" id="index-file_002c-hib_002dkbd_002eel"></a>
 <p>By default, a request for help on an implicit button will display the
 button&rsquo;s attributes in the same manner as is done for explicit buttons.
 For some implicit button types, other forms of help will be more
 appropriate.  If an Emacs Lisp function is defined whose name is formed
-from the concatenation of the type name followed by 
&lsquo;<samp>:help</samp>&rsquo;, e.g.
-<code>my-ibtype:help</code>, it is used as the assist-action whenever the
+from the concatenation of the type name followed by &lsquo;<samp 
class="samp">:help</samp>&rsquo;, e.g.
+<code class="code">my-ibtype:help</code>, it is used as the assist-action 
whenever the
 Assist Key is pressed, to respond to requests for help on buttons of
 that type.  Any such function should take a single argument of an
 implicit button construct.  (This is what
-<code>(ibut:at-p)</code> returns when point is within an implicit button
+<code class="code">(ibut:at-p)</code> returns when point is within an implicit 
button
 context.)  The button may be queried for its attributes using
-functions from the &lsquo;<samp>hbut</samp>&rsquo; and 
&lsquo;<samp>hattr</samp>&rsquo; classes.  See
-the <samp>hib-kbd.el</samp> file for an example of a custom help function.
+functions from the &lsquo;<samp class="samp">hbut</samp>&rsquo; and 
&lsquo;<samp class="samp">hattr</samp>&rsquo; classes.  See
+the <samp class="file">hib-kbd.el</samp> file for an example of a custom help 
function.
 </p>
 <hr>
-<span id="Explicit-Button-Technicalities"></span><div class="header">
+</div>
+</div>
+</div>
+<div class="section-level-extent" id="Explicit-Button-Technicalities">
+<div class="nav-panel">
 <p>
 Next: <a href="#Encapsulating-Systems" accesskey="n" rel="next">Encapsulating 
Systems</a>, Previous: <a href="#Creating-Types" accesskey="p" 
rel="prev">Creating Types</a>, Up: <a href="#Developing-with-Hyperbole" 
accesskey="u" rel="up">Developing with Hyperbole</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Explicit-Button-Technicalities-1"></span><h3 class="section">10.3 
Explicit Button Technicalities</h3>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Button-Label-Normalization" 
accesskey="1">Button Label Normalization</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Operational-and-Storage-Formats" accesskey="2">Operational and Storage 
Formats</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Programmatic-Button-Creation" accesskey="3">Programmatic Button 
Creation</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-</table>
+<h3 class="section" id="Explicit-Button-Technicalities-1">10.3 Explicit Button 
Technicalities</h3>
 
+<ul class="mini-toc">
+<li><a href="#Button-Label-Normalization" accesskey="1">Button Label 
Normalization</a></li>
+<li><a href="#Operational-and-Storage-Formats" accesskey="2">Operational and 
Storage Formats</a></li>
+<li><a href="#Programmatic-Button-Creation" accesskey="3">Programmatic Button 
Creation</a></li>
+</ul>
 <hr>
-<span id="Button-Label-Normalization"></span><div class="header">
+<div class="subsection-level-extent" id="Button-Label-Normalization">
+<div class="nav-panel">
 <p>
 Next: <a href="#Operational-and-Storage-Formats" accesskey="n" 
rel="next">Operational and Storage Formats</a>, Previous: <a 
href="#Explicit-Button-Technicalities" accesskey="p" rel="prev">Explicit Button 
Technicalities</a>, Up: <a href="#Explicit-Button-Technicalities" accesskey="u" 
rel="up">Explicit Button Technicalities</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Button-Label-Normalization-1"></span><h4 class="subsection">10.3.1 
Button Label Normalization</h4>
-<span id="index-normalized-label"></span>
-<span id="index-button-label-2"></span>
-<span id="index-button-key"></span>
-<span id="index-hbut_003alabel_002dto_002dkey"></span>
+<h4 class="subsection" id="Button-Label-Normalization-1">10.3.1 Button Label 
Normalization</h4>
+<a class="index-entry-id" id="index-normalized-label"></a>
+<a class="index-entry-id" id="index-button-label-2"></a>
+<a class="index-entry-id" id="index-button-key"></a>
+<a class="index-entry-id" id="index-hbut_003alabel_002dto_002dkey"></a>
 <p>Hyperbole uses a normalized form of button labels called button keys (or
 label keys) for all internal operations.  See the documentation for the
-function <code>(hbut:label-to-key)</code> for details of the normalization
+function <code class="code">(hbut:label-to-key)</code> for details of the 
normalization
 process.  The normalized form permits Hyperbole to recognize buttons that
 are the same but whose labels appear different from one another, due to
 text formatting conventions.  For example, all of the following would
 be recognized as the same button.
 </p>
 <div class="example">
-<pre class="example">  &lt;(fake button)&gt;     &lt;( fake      button)&gt;
+<pre class="example-preformatted">  &lt;(fake button)&gt;     &lt;( fake      
button)&gt;
 
   Pam&gt;  &lt;(fake
   Pam&gt;    button)&gt;
@@ -7958,33 +7332,35 @@ be recognized as the same button.
   /*    button )&gt; */
 </pre></div>
 
-<span id="index-hbut_003afill_002dprefix_002dregexps"></span>
-<span id="index-fill_002dprefix"></span>
-<span id="index-fill-prefix"></span>
-<span id="index-button_002c-multiple-lines"></span>
-<span id="index-button_002c-split-across-lines"></span>
+<a class="index-entry-id" id="index-hbut_003afill_002dprefix_002dregexps"></a>
+<a class="index-entry-id" id="index-fill_002dprefix"></a>
+<a class="index-entry-id" id="index-fill-prefix"></a>
+<a class="index-entry-id" id="index-button_002c-multiple-lines"></a>
+<a class="index-entry-id" id="index-button_002c-split-across-lines"></a>
 <p>The last three examples demonstrate how Hyperbole ignores common fill
 prefix patterns that happen to fall within the middle of a button label
 that spans multiple lines.  As long as such buttons are selected with
 point at a location within the label&rsquo;s first line, the button will be
-recognized.  The variable <code>hbut:fill-prefix-regexps</code> holds the list
+recognized.  The variable <code class="code">hbut:fill-prefix-regexps</code> 
holds the list
 of fill prefixes recognized when embedded within button labels.  All
 such prefixes are recognized (one per button label), regardless of the
-setting of the Emacs variable, <code>fill-prefix</code>, so no user
+setting of the Emacs variable, <code class="code">fill-prefix</code>, so no 
user
 intervention is required.
 </p>
 <hr>
-<span id="Operational-and-Storage-Formats"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Operational-and-Storage-Formats">
+<div class="nav-panel">
 <p>
 Next: <a href="#Programmatic-Button-Creation" accesskey="n" 
rel="next">Programmatic Button Creation</a>, Previous: <a 
href="#Button-Label-Normalization" accesskey="p" rel="prev">Button Label 
Normalization</a>, Up: <a href="#Explicit-Button-Technicalities" accesskey="u" 
rel="up">Explicit Button Technicalities</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Operational-and-Storage-Formats-1"></span><h4 
class="subsection">10.3.2 Operational and Storage Formats</h4>
+<h4 class="subsection" id="Operational-and-Storage-Formats-1">10.3.2 
Operational and Storage Formats</h4>
 
-<span id="index-explicit-button-formats"></span>
-<span id="index-explicit-button-storage"></span>
-<span id="index-storage-manager"></span>
-<span id="index-button-attributes-1"></span>
-<span id="index-hbut_003acurrent-1"></span>
+<a class="index-entry-id" id="index-explicit-button-formats"></a>
+<a class="index-entry-id" id="index-explicit-button-storage"></a>
+<a class="index-entry-id" id="index-storage-manager"></a>
+<a class="index-entry-id" id="index-button-attributes-1"></a>
+<a class="index-entry-id" id="index-hbut_003acurrent-1"></a>
 <p>Hyperbole uses a terse format to store explicit buttons and a more
 meaningful one to show users and to manipulate during editing.  The
 terse format consists solely of button attribute values whereas the edit
@@ -7993,26 +7369,28 @@ in edit format consists of a Lisp symbol together with 
its attribute list
 which holds the attribute names and values.  In this way, buttons may be
 passed along from function to function simply by passing the symbol to
 which the button is attached.  Most functions utilize the pre-defined
-<code>hbut:current</code> symbol by default to store and retrieve the last
+<code class="code">hbut:current</code> symbol by default to store and retrieve 
the last
 encountered button in edit format.
 </p>
-<span id="index-class_002c-hbdata"></span>
-<span id="index-class_002c-ebut"></span>
-<span id="index-class_002c-hbut-1"></span>
-<p>The &lsquo;<samp>hbdata</samp>&rsquo; class handles the terse, stored 
format.  The
-&lsquo;<samp>hbut</samp>&rsquo;, &lsquo;<samp>ebut</samp>&rsquo;, and 
&lsquo;<samp>ibut</samp>&rsquo; classes work with the
+<a class="index-entry-id" id="index-class_002c-hbdata"></a>
+<a class="index-entry-id" id="index-class_002c-ebut"></a>
+<a class="index-entry-id" id="index-class_002c-hbut-1"></a>
+<p>The &lsquo;<samp class="samp">hbdata</samp>&rsquo; class handles the terse, 
stored format.  The
+&lsquo;<samp class="samp">hbut</samp>&rsquo;, &lsquo;<samp 
class="samp">ebut</samp>&rsquo;, and &lsquo;<samp 
class="samp">ibut</samp>&rsquo; classes work with the
 name/value format.  This separation permits the wholesale replacement of
 the storage manager with another, with any interface changes hidden from
 any Hyperbole client programming.
 </p>
 <hr>
-<span id="Programmatic-Button-Creation"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Programmatic-Button-Creation">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Operational-and-Storage-Formats" accesskey="p" 
rel="prev">Operational and Storage Formats</a>, Up: <a 
href="#Explicit-Button-Technicalities" accesskey="u" rel="up">Explicit Button 
Technicalities</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Programmatic-Button-Creation-1"></span><h4 class="subsection">10.3.3 
Programmatic Button Creation</h4>
+<h4 class="subsection" id="Programmatic-Button-Creation-1">10.3.3 Programmatic 
Button Creation</h4>
 
-<span id="index-explicit-button_002c-programmatic-creation"></span>
+<a class="index-entry-id" 
id="index-explicit-button_002c-programmatic-creation"></a>
 <p>A common need when developing with Hyperbole is to create or to modify
 explicit buttons without user interaction.  For example, an application
 might require the addition of an explicit summary button to a file for
@@ -8020,14 +7398,14 @@ each new mail message a user reads that contains a set 
of keywords.  The
 user could then check the summary file and jump to desired messages
 quickly.
 </p>
-<span id="index-class_002c-ebut-1"></span>
-<span id="index-file_002c-hbut_002eel-1"></span>
-<p>The Hyperbole class &lsquo;<samp>ebut</samp>&rsquo; supports programmatic 
access to explicit
-buttons.  Examine it within the <samp>hbut.el</samp> file for full details.
+<a class="index-entry-id" id="index-class_002c-ebut-1"></a>
+<a class="index-entry-id" id="index-file_002c-hbut_002eel-1"></a>
+<p>The Hyperbole class &lsquo;<samp class="samp">ebut</samp>&rsquo; supports 
programmatic access to explicit
+buttons.  Examine it within the <samp class="file">hbut.el</samp> file for 
full details.
 </p>
-<span id="index-ebut_003aprogram"></span>
+<a class="index-entry-id" id="index-ebut_003aprogram"></a>
 <p>The simplest way to create explicit buttons programmatically is to
-call <code>ebut:program</code>.  This generates an explicit button at point
+call <code class="code">ebut:program</code>.  This generates an explicit 
button at point
 from LABEL, ACTYPE (action type) and any optional ACTYPE ARGS.
 It inserts the LABEL text at point surrounded by &lt;( )&gt; delimiters, 
adding any
 necessary instance number of the button after the LABEL.  ACTYPE may
@@ -8035,40 +7413,43 @@ be a Hyperbole action type name (from defact) or an 
Emacs Lisp
 function, followed by a list of arguments for the actype, aside from
 the button LABEL which is automatically provided as the first argument.
 </p>
-<p>For interactive explicit creation, use <code>hui:ebut-create</code> instead.
+<p>For interactive explicit creation, use <code 
class="code">hui:ebut-create</code> instead.
 </p>
-<span id="index-ebut_003acreate"></span>
-<span id="index-ebut_003amap"></span>
-<p>The documentation for <code>(ebut:create)</code> explains the set of
+<a class="index-entry-id" id="index-ebut_003acreate"></a>
+<a class="index-entry-id" id="index-ebut_003amap"></a>
+<p>The documentation for <code class="code">(ebut:create)</code> explains the 
set of
 attributes necessary to create an explicit button.  For operations over
 the whole set of buttons within the visible (non-narrowed) portion of a
-buffer, use the <code>(ebut:map)</code> function.
+buffer, use the <code class="code">(ebut:map)</code> function.
 </p>
-<span id="index-gbut_003aebut_002dprogram"></span>
-<p>Similarly, <code>gbut:ebut-program</code> programmatically adds global 
explicit
+<a class="index-entry-id" id="index-gbut_003aebut_002dprogram"></a>
+<p>Similarly, <code class="code">gbut:ebut-program</code> programmatically 
adds global explicit
 buttons at the end of the personal button file.
 </p>
 
 <hr>
-<span id="Encapsulating-Systems"></span><div class="header">
+</div>
+</div>
+<div class="section-level-extent" id="Encapsulating-Systems">
+<div class="nav-panel">
 <p>
 Next: <a href="#Embedding-Hyperbole" accesskey="n" rel="next">Embedding 
Hyperbole</a>, Previous: <a href="#Explicit-Button-Technicalities" 
accesskey="p" rel="prev">Explicit Button Technicalities</a>, Up: <a 
href="#Developing-with-Hyperbole" accesskey="u" rel="up">Developing with 
Hyperbole</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Encapsulating-Systems-1"></span><h3 class="section">10.4 
Encapsulating Systems</h3>
+<h3 class="section" id="Encapsulating-Systems-1">10.4 Encapsulating 
Systems</h3>
 
-<span id="index-file_002c-hsys_002d_002a"></span>
-<span id="index-Hyperbole_002c-system-encapsulation"></span>
-<span id="index-system-encapsulation"></span>
+<a class="index-entry-id" id="index-file_002c-hsys_002d_002a"></a>
+<a class="index-entry-id" id="index-Hyperbole_002c-system-encapsulation"></a>
+<a class="index-entry-id" id="index-system-encapsulation"></a>
 <p>A powerful use of implicit button types is to provide a Hyperbole-based
 interface to external systems.  The basic idea is to interpret patterns
 output by the application as implicit buttons.
 </p>
-<p>See the <samp>hsys-*</samp> files for examples of how to do this.
+<p>See the <samp class="file">hsys-*</samp> files for examples of how to do 
this.
 Encapsulations are provided for the following systems (the systems
 themselves are not included with Hyperbole):
 </p>
-<dl compact="compact">
-<dt><em>World-Wide Web</em></dt>
+<dl class="table">
+<dt><em class="emph">World-Wide Web</em></dt>
 <dd><p>The world-wide web system originally developed at CERN, that now spans
 the Internet universe.  This is automatically loaded by Hyperbole so
 that a press of the Action Key follows a URL.
@@ -8077,19 +7458,21 @@ that a press of the Action Key follows a URL.
 
 
 <hr>
-<span id="Embedding-Hyperbole"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Embedding-Hyperbole">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Encapsulating-Systems" accesskey="p" 
rel="prev">Encapsulating Systems</a>, Up: <a href="#Developing-with-Hyperbole" 
accesskey="u" rel="up">Developing with Hyperbole</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Embedding-Hyperbole-1"></span><h3 class="section">10.5 Embedding 
Hyperbole</h3>
+<h3 class="section" id="Embedding-Hyperbole-1">10.5 Embedding Hyperbole</h3>
 
 <p>[NOTE: We have never done this ourselves, though we have done similar
 things which leads us to infer that the task should not be difficult.]
 </p>
-<span id="index-Hyperbole-API"></span>
-<span id="index-API"></span>
-<span id="index-programming-interface"></span>
-<span id="index-Hyperbole_002c-embedding"></span>
+<a class="index-entry-id" id="index-Hyperbole-API"></a>
+<a class="index-entry-id" id="index-API"></a>
+<a class="index-entry-id" id="index-programming-interface"></a>
+<a class="index-entry-id" id="index-Hyperbole_002c-embedding"></a>
 <p>The standard Hyperbole user interface has purposely been separated from
 the Hyperbole backend to support the development of alternative
 interfaces and the embedding of Hyperbole functionality within other
@@ -8102,10 +7485,10 @@ its input/output streams attached to another process.
 <p>The public functions and variables from the following files may be
 considered the present Hyperbole API:
 </p>
-<p><samp>hact.el</samp>, <samp>hargs.el</samp>, <samp>hbmap.el</samp>, 
<samp>hbut.el</samp>,
-<samp>hhist.el</samp>, <samp>hmail.el</samp>, <samp>hmoccur.el</samp>, 
<samp>hpath.el</samp>,
-<samp>htz.el</samp>, <samp>hypb.el</samp>, <samp>hyrolo.el</samp>, 
<samp>hyrolo-logic.el</samp>,
-<samp>hywconfig.el</samp> and <samp>set.el</samp>.
+<p><samp class="file">hact.el</samp>, <samp class="file">hargs.el</samp>, 
<samp class="file">hbmap.el</samp>, <samp class="file">hbut.el</samp>,
+<samp class="file">hhist.el</samp>, <samp class="file">hmail.el</samp>, <samp 
class="file">hmoccur.el</samp>, <samp class="file">hpath.el</samp>,
+<samp class="file">htz.el</samp>, <samp class="file">hypb.el</samp>, <samp 
class="file">hyrolo.el</samp>, <samp class="file">hyrolo-logic.el</samp>,
+<samp class="file">hywconfig.el</samp> and <samp class="file">set.el</samp>.
 </p>
 
 <p>Note when looking at these files, that they are divided into sections
@@ -8116,78 +7499,86 @@ private parts that follow the line.
 <p>This API does not include the Hyperbole Koutliner, as it has been
 designed for interactive use, rather than programmatic extensibility.
 You are welcome, however, to study its code, below the
-<samp>hyperbole-${hyperb:version}/kotl/</samp> directory.
+<samp class="file">hyperbole-${hyperb:version}/kotl/</samp> directory.
 </p>
 
 <hr>
-<span id="Glossary"></span><div class="header">
+</div>
+</div>
+<div class="appendix-level-extent" id="Glossary">
+<div class="nav-panel">
 <p>
-Next: <a href="#Setup" accesskey="n" rel="next">Setup</a>, Previous: <a 
href="#Developing-with-Hyperbole" accesskey="p" rel="prev">Developing with 
Hyperbole</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Setup" accesskey="n" rel="next">Setup</a>, Previous: <a 
href="#Developing-with-Hyperbole" accesskey="p" rel="prev">Developing with 
Hyperbole</a>, Up: <a href="#Top" accesskey="u" rel="up">GNU Hyperbole</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Glossary-1"></span><h2 class="appendix">Appendix A Glossary</h2>
+<h2 class="appendix" id="Glossary-1">Appendix A Glossary</h2>
 
-<span id="index-glossary"></span>
-<span id="index-definitions"></span>
+<a class="index-entry-id" id="index-glossary"></a>
+<a class="index-entry-id" id="index-definitions"></a>
 <p>Concepts pertinent to operational usage of Hyperbole are defined here.
-See <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Glossary";>Glossary</a>
 in <cite>the GNU Emacs Manual</cite>,
+See <a data-manual="emacs" 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Glossary";>Glossary</a>
 in <cite class="cite">the GNU Emacs Manual</cite>,
 if any emacs-related terms are unfamiliar to you.
 </p>
-<dl compact="compact">
-<dt><b>Action</b></dt>
-<dd><p>An executable behavior associated with a Hyperbole button.  
<em>Links</em>
+<dl class="table">
+<dt><b class="b">Action</b></dt>
+<dd><p>An executable behavior associated with a Hyperbole button.  <em 
class="dfn">Links</em>
 are a specific class of actions which display existing entities, such as
-files. See also <b>Action Type</b>.
+files. See also <b class="b">Action Type</b>.
 </p>
 </dd>
-<dt><b>Action Button</b></dt>
+<dt><b class="b">Action Button</b></dt>
 <dd><p>An implicit button that uses a universal button syntax delimited by 
&lt;angle brackets&gt;
 to invoke any available Hyperbole action type or Emacs Lisp function.  
Alternatively,
 if it is an Emacs Lisp variable name, its action is to display the variable 
value.
 </p>
 </dd>
-<dt><b>Action Key</b></dt>
-<dd><p>See <b>Smart Key</b>.
+<dt><b class="b">Action Key</b></dt>
+<dd><p>See <b class="b">Smart Key</b>.
 </p>
 </dd>
-<dt><b>Action Type</b></dt>
-<dd><p>A behavioral specification for use within Hyperbole buttons.  Action
-types usually contain a set of parameters which must be given values for
+<dt><b class="b">Action Type</b></dt>
+<dd><p>Emacs Lisp commands that specify Hyperbole button behaviors.  Action
+types contain zero or more arguments which must be given values for
 each button with which they are associated.  An action type together
-with a set of values, called arguments, is an <em>action</em>.
-<em>Actype</em> is a synonym for action type.
+with a set of values is an <em class="dfn">action</em>.  <em 
class="dfn">Actype</em> is a synonym
+for action type.
+</p>
+<p>Internally, Hyperbole defines its own namespace for action types
+defined with its <code class="code">defact</code> macro by prefixing them with
+<code class="code">ibtypes::</code>.  Symbols with this prefix are regular 
Emacs Lisp
+commands.
 </p>
 </dd>
-<dt><b>Activation</b></dt>
+<dt><b class="b">Activation</b></dt>
 <dd><p>A request to a Hyperbole button to perform its action.
 Ordinarily the user presses a key which selects and activates a button.
 </p>
 </dd>
-<dt><b>Argument</b></dt>
+<dt><b class="b">Argument</b></dt>
 <dd><p>A button-specific value fed to a Hyperbole type specification when the
 button is activated.
 </p>
 </dd>
-<dt><b>Assist Key</b></dt>
-<dd><p>See <b>Smart Key</b>.
+<dt><b class="b">Assist Key</b></dt>
+<dd><p>See <b class="b">Smart Key</b>.
 </p>
 </dd>
-<dt><b>Attribute</b></dt>
+<dt><b class="b">Attribute</b></dt>
 <dd><p>A named parameter slot associated with a category or type of Hyperbole
-button.  An <em>attribute value</em> is typically specific to a particular
+button.  An <em class="emph">attribute value</em> is typically specific to a 
particular
 button instance.
 </p>
-<span id="index-Augment-1"></span>
-<span id="index-hypertext-1"></span>
-<span id="index-interactive-computing"></span>
-<span id="index-mouse"></span>
-<span id="index-windows"></span>
-<span id="index-hypertext-2"></span>
-<span id="index-outline-processor"></span>
-<span id="index-groupware"></span>
-<span id="index-digital-signature"></span>
-<span id="index-Engelbart-1"></span>
-</dd>
-<dt><b>Augment</b></dt>
+<a class="index-entry-id" id="index-Augment-1"></a>
+<a class="index-entry-id" id="index-hypertext-1"></a>
+<a class="index-entry-id" id="index-interactive-computing"></a>
+<a class="index-entry-id" id="index-mouse"></a>
+<a class="index-entry-id" id="index-windows"></a>
+<a class="index-entry-id" id="index-hypertext-2"></a>
+<a class="index-entry-id" id="index-outline-processor"></a>
+<a class="index-entry-id" id="index-groupware"></a>
+<a class="index-entry-id" id="index-digital-signature"></a>
+<a class="index-entry-id" id="index-Engelbart-1"></a>
+</dd>
+<dt><b class="b">Augment</b></dt>
 <dd><p>The Augment system, originally named NLS, was a pioneering research and
 production system aimed at augmenting human intellect and group knowledge
 processing capabilities through integrated tools and organizational
@@ -8195,22 +7586,22 @@ development strategies.  This approach led to the 
invention of much of
 interactive computing technology decades ahead of other efforts, including:
 the mouse, chord keyboards, screen windows, true hypertext, outline
 processors, groupware, and digitally signed documents.
-See <a href="#References">References</a>, which cites several Douglas 
Engelbart papers on the
+See <a class="xref" href="#References">References</a>, which cites several 
Douglas Engelbart papers on the
 subject.  The Koutliner demonstrates a few of the concepts pioneered in
 Augment.
 </p>
 </dd>
-<dt><b>Buffer</b></dt>
+<dt><b class="b">Buffer</b></dt>
 <dd><p>An Emacs buffer is an editable or viewable text, possibly with special
 formatting such as an outline or table.  It may also be attached to a
 process, receiving and updating its text as the process handles
 changing information.
 </p>
 </dd>
-<dt><b>Button</b></dt>
+<dt><b class="b">Button</b></dt>
 <dd><p>A selectable Hyperbole construct which performs an action.  A button
 consists of a set of attributes that includes: a textual label, a
-category, a type and zero or more arguments.  <em>Explicit buttons</em>
+category, a type and zero or more arguments.  <em class="emph">Explicit 
buttons</em>
 also have creator, create time, last modifier, and last modifier time
 attributes.
 </p>
@@ -8220,36 +7611,36 @@ managed invisibly by Hyperbole and displayed only in 
response to user
 queries.
 </p>
 </dd>
-<dt><b>Button Activation</b></dt>
-<dd><p>See <b>Activation</b>.
+<dt><b class="b">Button Activation</b></dt>
+<dd><p>See <b class="b">Activation</b>.
 </p>
 </dd>
-<dt><b>Button Attributes</b></dt>
-<dd><p>See <b>Attributes</b>.
+<dt><b class="b">Button Attributes</b></dt>
+<dd><p>See <b class="b">Attributes</b>.
 </p>
 </dd>
-<dt><b>Button Data</b></dt>
+<dt><b class="b">Button Data</b></dt>
 <dd><p>Lists of button attribute values explicitly saved and managed by 
Hyperbole.
 One list for each button created by Hyperbole.
 </p>
 </dd>
-<dt><b>Button File, local</b></dt>
-<dd><p>A per-directory file named <samp>HYPB</samp> that may be used to store 
any
+<dt><b class="b">Button File, local</b></dt>
+<dd><p>A per-directory file named <samp class="file">HYPB</samp> that may be 
used to store any
 buttons that link to files within the directory.  It may be displayed
 via a menu selection whenever a user is within the directory.
 </p>
 </dd>
-<dt><b>Button File, personal</b></dt>
-<dd><p>A per-user file named <samp>HYPB</samp> that stores all global buttons 
for the
+<dt><b class="b">Button File, personal</b></dt>
+<dd><p>A per-user file named <samp class="file">HYPB</samp> that stores all 
global buttons for the
 user and any other buttons used to navigate to other information spaces.
 It may be displayed via a menu selection at any time.
 </p>
 </dd>
-<dt><b>Button Key</b></dt>
-<dd><p>A normalized form of a <b>button label</b> used internally by Hyperbole.
+<dt><b class="b">Button Key</b></dt>
+<dd><p>A normalized form of a <b class="b">button label</b> used internally by 
Hyperbole.
 </p>
 </dd>
-<dt><b>Button Label</b></dt>
+<dt><b class="b">Button Label</b></dt>
 <dd><p>A text string that visually indicates a Hyperbole button location and
 that serves as its name and unique identifier.  Within a buffer, buttons
 with the same label are considered separate views of the same button and
@@ -8258,71 +7649,71 @@ they may be embedded within any text to provide 
non-linear information
 or operational access points.
 </p>
 </dd>
-<dt><b>Button Selection</b></dt>
+<dt><b class="b">Button Selection</b></dt>
 <dd><p>The act of designating a Hyperbole button upon which to operate.
 Use the Action Key to select a button.
 </p>
 </dd>
-<dt><b>Category</b></dt>
+<dt><b class="b">Category</b></dt>
 <dd><p>A class of Hyperbole buttons: implicit, explicit or global.
 </p>
 </dd>
-<dt><b>Cell</b></dt>
-<dd><p>See <code>Kcell</code>.
+<dt><b class="b">Cell</b></dt>
+<dd><p>See <code class="code">Kcell</code>.
 </p>
 </dd>
-<dt><b>Children</b></dt>
+<dt><b class="b">Children</b></dt>
 <dd><p>The set of koutline cells which share a common parent cell and thus, 
are one
 level deeper than the parent.
 </p>
 
 </dd>
-<dt><b>Class</b></dt>
+<dt><b class="b">Class</b></dt>
 <dd><p>A group of functions and variables with the same prefix in their names,
 used to provide an interface to an internal or external Hyperbole
 abstraction.
 </p>
 </dd>
-<dt><b>Context</b></dt>
+<dt><b class="b">Context</b></dt>
 <dd><p>A programmatic or positional state recognized by Hyperbole.
 We speak of Smart Key and implicit button contexts.  Both are typically
 defined in terms of surrounding patterns within a buffer, but may be
 defined by arbitrary Emacs Lisp predicates.
 </p>
 </dd>
-<dt><b>Display</b></dt>
-<dd><p>See <b>Screen</b>.
+<dt><b class="b">Display</b></dt>
+<dd><p>See <b class="b">Screen</b>.
 </p>
 </dd>
-<dt><b>Domain</b></dt>
+<dt><b class="b">Domain</b></dt>
 <dd><p>The contexts in which an implicit button type may be found, i.e. where
 its predicate is true.
 </p>
 </dd>
-<dt><b>Drag</b></dt>
+<dt><b class="b">Drag</b></dt>
 <dd><p>A mouse button press in one location and following release in another
 location.
 </p>
 </dd>
-<dt><b>Elink</b></dt>
-<dt><b>link-to-ebut</b></dt>
+<dt><b class="b">Elink</b></dt>
+<dt><b class="b">link-to-ebut</b></dt>
 <dd><p>An Action Button that links to an explicit button.  It begins with 
&lt;elink:
 followed by an explicit button label, an optional ebut file and ends with a
 closing &gt;.
 </p>
 </dd>
-<dt><b>Environment</b></dt>
-<dd><p>See <b>Hyperbole Environment</b>.
+<dt><b class="b">Environment</b></dt>
+<dd><p>See <b class="b">Hyperbole Environment</b>.
 </p>
 </dd>
-<dt><b>Explicit Button</b></dt>
+<dt><b class="b">Explicit Button</b></dt>
 <dd><p>A button created and managed by Hyperbole, associated with a specific
 action type.  By default, explicit buttons are delimited like
-this &lsquo;<samp>&lt;(fake button)&gt;</samp>&rsquo;.  Direct selection is 
used to operate upon
+this &lsquo;<samp class="samp">&lt;(fake button)&gt;</samp>&rsquo;.  Direct 
selection is used to operate upon
 an explicit button.
 </p>
 </dd>
-<dt><b>Frame</b></dt>
+<dt><b class="b">Frame</b></dt>
 <dd><p>An Emacs frame displays one or more Emacs windows and widgets
 (menubars, toolbars, scrollbars).  Under a graphical window system,
 this is a single window system window.  On a dumb terminal, only one
@@ -8330,60 +7721,60 @@ frame is visible at a time as each frame generally 
fills the whole
 terminal display, providing a virtual screen capability.  Emacs
 windows exist within a frame.
 </p>
-<span id="index-gbut_003afile"></span>
+<a class="index-entry-id" id="index-gbut_003afile"></a>
 </dd>
-<dt><b>Global Button</b></dt>
+<dt><b class="b">Global Button</b></dt>
 <dd><p>A Hyperbole button which is accessed by name rather than direct
 selection.  Global buttons are useful when one wants quick access to
 actions such as jumping to common file locations or for performing
 sequences of operations.  One need not locate them since they are
 always available by name, with full completion offered.  All global
-buttons are stored in the file given by the variable <code>gbut:file</code>
+buttons are stored in the file given by the variable <code 
class="code">gbut:file</code>
 and may be activated with the Action Key when editing this file.  By
 default, this is the same as the user&rsquo;s personal button file.
 </p>
 </dd>
-<dt><b>Glink</b></dt>
-<dt><b>link-to-gbut</b></dt>
+<dt><b class="b">Glink</b></dt>
+<dt><b class="b">link-to-gbut</b></dt>
 <dd><p>An Action Button that links to a global button.  It begins with 
&lt;glink:
 followed by a global button label and then a closing &gt;.
 </p>
 </dd>
-<dt><b>Global Button File</b></dt>
-<dd><p>See <b>Button File, personal</b> and <b>Global Button</b>.
+<dt><b class="b">Global Button File</b></dt>
+<dd><p>See <b class="b">Button File, personal</b> and <b class="b">Global 
Button</b>.
 </p>
 </dd>
-<dt><b>Grid</b></dt>
-<dd><p>See <b>Windows Grid</b>.
+<dt><b class="b">Grid</b></dt>
+<dd><p>See <b class="b">Windows Grid</b>.
 </p>
-<span id="index-hbut_003amax_002dlen-1"></span>
-<span id="index-hbut_003amax_002dlen"></span>
+<a class="index-entry-id" id="index-hbut_003amax_002dlen-1"></a>
+<a class="index-entry-id" id="index-hbut_003amax_002dlen"></a>
 <p>The maximum length of a button label is limited by the variable
-<code>hbut:max-len</code>.  If 0, there is no limit and searches for button
+<code class="code">hbut:max-len</code>.  If 0, there is no limit and searches 
for button
 end delimiters can go as far as the end of the buffer.  Use the
-function, <code>(hbut:max-len)</code>, to read the proper value.
+function, <code class="code">(hbut:max-len)</code>, to read the proper value.
 </p>
-<span id="index-run_002dhooks"></span>
+<a class="index-entry-id" id="index-run_002dhooks"></a>
 </dd>
-<dt><b>Hook Variable</b></dt>
+<dt><b class="b">Hook Variable</b></dt>
 <dd><p>A variable that permits customization of an existing function&rsquo;s
 operation without the need to edit the function&rsquo;s code.  See also the
-documentation for the function <code>(run-hooks)</code>.
+documentation for the function <code class="code">(run-hooks)</code>.
 </p>
 </dd>
-<dt><b>HyControl</b></dt>
+<dt><b class="b">HyControl</b></dt>
 <dd><p>HyControl, the Hyperbole window and frame control manager, offers
 fast, single key manipulation of window and frame creation, deletion,
 sizing, position and face zooming (enlarging/shrinking).
 </p>
 </dd>
-<dt><b>Hyperbole</b></dt>
+<dt><b class="b">Hyperbole</b></dt>
 <dd><p>The flexible, programmable information management and viewing system
 documented by this manual.  It utilizes a button-action model and supports
 hypertextual linkages.  Hyperbole is all things to all people.
 </p>
 </dd>
-<dt><b>Hyperbole Environment</b></dt>
+<dt><b class="b">Hyperbole Environment</b></dt>
 <dd><p>A programmatic context within which Hyperbole operates.  This includes
 the set of Hyperbole types defined and the set of Hyperbole code modules
 loaded.  It does not include the set of accessible buttons.
@@ -8391,43 +7782,47 @@ Although the entire Emacs environment is available to 
Hyperbole, we do
 not speak of this as part of the Hyperbole environment.
 </p>
 </dd>
-<dt><b>Hypertext</b></dt>
+<dt><b class="b">Hypertext</b></dt>
 <dd><p>A text or group of texts which may be explored in a non-linear fashion
 through associative linkages embedded throughout the text.  Instead of
 simply referring to other pieces of work, hypertext references when
 followed actually take you to the works themselves.
 </p>
 </dd>
-<dt><b>HyRolo</b></dt>
+<dt><b class="b">HyRolo</b></dt>
 <dd><p>HyRolo, the Hyperbole record/contact manager, provides rapid lookup of
 multi-line, hierarchically ordered free form text records.  It can
 also lookup records from Google/GMail Contacts and the Big Brother
 DataBase (BBDB) package.
 </p>
 </dd>
-<dt><b>Ilink</b></dt>
-<dt><b>link-to-ibut</b></dt>
+<dt><b class="b">Ilink</b></dt>
+<dt><b class="b">link-to-ibut</b></dt>
 <dd><p>An Action Button that links to another implicit button.  It begins with 
&lt;ilink:
 followed by an implicit button label, an optional ibut file and ends with a
 closing &gt;.
 </p>
 </dd>
-<dt><b>Implicit Button</b></dt>
+<dt><b class="b">Implicit Button</b></dt>
 <dd><p>A button recognized contextually by Hyperbole.  Such buttons contain no
 button data but may have an optional preceding label that looks like this:
-&lsquo;<samp>&lt;[label]&gt;</samp>&rsquo;.  See also <b>implicit button 
type</b>.
+&lsquo;<samp class="samp">&lt;[label]&gt;</samp>&rsquo;.  See also <b 
class="b">implicit button type</b>.
 </p>
 </dd>
-<dt><b>Implicit Button Type</b></dt>
+<dt><b class="b">Implicit Button Type</b></dt>
 <dd><p>A specification of how to recognize and activate implicit buttons of a
 specific kind.  Implicit button types often utilize structure internal
 to documents created and managed by tools other than Hyperbole, for
-example, programming documentation.  <b>Ibtype</b> is a synonym for
-implicit button type.  See also <b>system encapsulation</b>.
+example, programming documentation.  <b class="b">Ibtype</b> is a synonym for
+implicit button type.  See also <b class="b">system encapsulation</b>.
 </p>
-<span id="index-InfoDock"></span>
+<p>Internally, Hyperbole defines its own namespace for ibtypes defined
+with its <code class="code">defib</code> macro by prefixing them with <code 
class="code">ibtypes::</code>.
+Symbols with this prefix are invokable Emacs Lisp functions.
+</p>
+<a class="index-entry-id" id="index-InfoDock"></a>
 </dd>
-<dt><b>InfoDock</b></dt>
+<dt><b class="b">InfoDock</b></dt>
 <dd><p>InfoDock is an older integrated productivity toolset for software 
engineers
 and knowledge workers built atop XEmacs; it is no longer maintained or
 updated, though many of its packages can be used with GNU Emacs.  An older
@@ -8439,30 +7834,30 @@ to using emacs have already been addressed in InfoDock. 
 InfoDock is meant
 for people who prefer a complete, pre-customized environment in one package.
 </p>
 </dd>
-<dt><b>Instance Number</b></dt>
+<dt><b class="b">Instance Number</b></dt>
 <dd><p>A colon prefaced number appended to the label of a newly created button
 when the button&rsquo;s label duplicates the label of an existing button in
 the current buffer.  This number makes the label unique and so allows
 any number of buttons with the same base label within a single buffer.
 </p>
 </dd>
-<dt><b>Jedi</b></dt>
-<dd><p>See also <a 
href="https://tkf.github.io/emacs-jedi/latest/";>https://tkf.github.io/emacs-jedi/latest/</a>.
+<dt><b class="b">Jedi</b></dt>
+<dd><p>See also <a class="url" 
href="https://tkf.github.io/emacs-jedi/latest/";>https://tkf.github.io/emacs-jedi/latest/</a>.
 </p>
 <p>Jedi is a Emacs package for Python completion, definition and documentation 
lookup.
 </p>
 </dd>
-<dt><b>Key Sequence</b></dt>
+<dt><b class="b">Key Sequence</b></dt>
 <dd><p>A single sequence of keys that can invoke an Emacs command.
 </p>
 </dd>
-<dt><b>Key Series</b></dt>
+<dt><b class="b">Key Series</b></dt>
 <dd><p>A series of one or more Emacs key sequences delimited by braces that
 Hyperbole processes when activated as an implicit button, as if the
 keys were typed in by the user.
 </p>
 </dd>
-<dt><b>Kcell Ref</b></dt>
+<dt><b class="b">Kcell Ref</b></dt>
 <dd><p>A reference to a Koutline cell.  Such a reference may be:
 </p>
 <p>12       - a whole number representing a permanent idstamp
@@ -8477,78 +7872,78 @@ keys were typed in by the user.
 </p>
 <p>Optionally, any of these id forms (or the relative form) may be followed by
 zero or more whitespace characters, a | and some view specification
-characters.  See <a href="#View-Specs">View Specs</a>.
+characters.  See <a class="xref" href="#View-Specs">View Specs</a>.
 </p>
 </dd>
-<dt><b>Klink</b></dt>
+<dt><b class="b">Klink</b></dt>
 <dd><p>An angle bracket, &lt;&gt;, delimited implicit button type that 
displays a
 koutline cell referent at the top of a window.  The link may be of any
 of the following forms:
 </p><div class="example">
-<pre class="example">  &lt; pathname [, kcell-ref] &gt;
+<pre class="example-preformatted">  &lt; pathname [, kcell-ref] &gt;
   &lt; [-!&amp;] pathname &gt;
   &lt; @ kcell-ref &gt;
 </pre></div>
 
-<p>See the above definition of <em>Kcell Ref</em> for kcell-ref formats.
+<p>See the above definition of <em class="emph">Kcell Ref</em> for kcell-ref 
formats.
 </p>
 </dd>
-<dt><b>Koutline</b></dt>
+<dt><b class="b">Koutline</b></dt>
 <dd><p>A hierarchically ordered grouping of cells which may be stored as a file
 and viewed and edited as an outline.
 </p>
 </dd>
-<dt><b>Koutliner</b></dt>
+<dt><b class="b">Koutliner</b></dt>
 <dd><p>Koutliner, the Hyperbole outliner, is a powerful autonumbering outliner
 with permanent hypertext anchors for easy hyperlinking and view
 specs for rapid outline view alteration.
 </p>
 </dd>
-<dt><b>Kcell</b></dt>
+<dt><b class="b">Kcell</b></dt>
 <dd><p>Cells or kcells are elements within koutlines.  Each cell may contain
 textual and graphical contents, a relative identifier, a permanent
 identifier and a set of attributes such as the user who created the cell
-and the time of creation.  See also <b>Koutliner</b>.
+and the time of creation.  See also <b class="b">Koutliner</b>.
 </p>
 </dd>
-<dt><b>Link</b></dt>
+<dt><b class="b">Link</b></dt>
 <dd><p>A reference from a Hyperbole button to an existing (non-computed)
-entity.  The referenced entity is called a <em>referent</em>.
+entity.  The referenced entity is called a <em class="dfn">referent</em>.
 Links are a subset of the types of actions that Hyperbole buttons
 support.
 </p>
 </dd>
-<dt><b>Local Button File</b></dt>
-<dd><p>See <b>Button File, local</b>.
+<dt><b class="b">Local Button File</b></dt>
+<dd><p>See <b class="b">Button File, local</b>.
 </p>
 </dd>
-<dt><b>Minibuffer Window</b></dt>
+<dt><b class="b">Minibuffer Window</b></dt>
 <dd><p>The one line window at the bottom of a frame where messages and prompts
 are displayed.
 </p>
 </dd>
-<dt><b>Minibuffer Menu</b></dt>
+<dt><b class="b">Minibuffer Menu</b></dt>
 <dd><p>A Hyperbole menu displayed in the minibuffer window.  Each menu item
 within a minibuffer menu begins with a different letter that can be used
 to invoke the item (case doesn&rsquo;t matter).  Items that display other
-menus end with a forward slash, &lsquo;<samp>/</samp>&rsquo;.
+menus end with a forward slash, &lsquo;<samp class="samp">/</samp>&rsquo;.
 </p>
 </dd>
-<dt><b>Mouse Key</b></dt>
-<dt><b>Mouse Button</b></dt>
-<dd><p>See <b>Smart Key</b>.
+<dt><b class="b">Mouse Key</b></dt>
+<dt><b class="b">Mouse Button</b></dt>
+<dd><p>See <b class="b">Smart Key</b>.
 </p>
 </dd>
-<dt><b>NLS</b></dt>
-<dd><p>See <b>Augment</b>.
+<dt><b class="b">NLS</b></dt>
+<dd><p>See <b class="b">Augment</b>.
 </p>
 </dd>
-<dt><b>Node</b></dt>
-<dd><p>See <b>Link</b> or <b>Cell</b>.
+<dt><b class="b">Node</b></dt>
+<dd><p>See <b class="b">Link</b> or <b class="b">Cell</b>.
 </p>
 </dd>
-<dt><b>The OO-Browser</b></dt>
-<dd><p>See also <a 
href="https://www.gnu.org/software/oo-browser";>https://www.gnu.org/software/oo-browser</a>.
+<dt><b class="b">The OO-Browser</b></dt>
+<dd><p>See also <a class="url" 
href="https://www.gnu.org/software/oo-browser";>https://www.gnu.org/software/oo-browser</a>.
 </p>
 <p>The GNU OO-Browser is a multi-windowed, interactive object-oriented class
 browser similar in use to the well-known Smalltalk browsers.  It runs
@@ -8565,57 +7960,57 @@ Keys that utilize the OO-Browser&rsquo;s capabilities 
both when it is displayed
 on screen and when editing code.
 </p>
 </dd>
-<dt><b>Outline</b></dt>
-<dd><p>See <b>Koutline</b>.
+<dt><b class="b">Outline</b></dt>
+<dd><p>See <b class="b">Koutline</b>.
 </p>
 </dd>
-<dt><b>Parent</b></dt>
+<dt><b class="b">Parent</b></dt>
 <dd><p>Any koutline cell which has children.
 </p>
 </dd>
-<dt><b>Predecessor</b></dt>
+<dt><b class="b">Predecessor</b></dt>
 <dd><p>The previous same level koutline cell with the same parent.
 </p>
 </dd>
-<dt><b>Predicate</b></dt>
-<dd><p>A boolean (&lsquo;<samp>nil</samp>&rsquo; = false, non-nil = true = 
&lsquo;<samp>t</samp>&rsquo;) Lisp
+<dt><b class="b">Predicate</b></dt>
+<dd><p>A boolean (&lsquo;<samp class="samp">nil</samp>&rsquo; = false, non-nil 
= true = &lsquo;<samp class="samp">t</samp>&rsquo;) Lisp
 expression typically evaluated as part of a conditional expression.
 Implicit button types contain predicates that determine whether or not a
 button of that type is to be found at point.
 </p>
 </dd>
-<dt><b>Referent</b></dt>
-<dd><p>See <b>Link</b>.
+<dt><b class="b">Referent</b></dt>
+<dd><p>See <b class="b">Link</b>.
 </p>
 </dd>
-<dt><b>Remote Pathname</b></dt>
+<dt><b class="b">Remote Pathname</b></dt>
 <dd><p>A file or directory on a system not shared within the local area 
network.
-The built-in Emacs library, <b>Tramp</b>, handles remote pathnames and
+The built-in Emacs library, <b class="b">Tramp</b>, handles remote pathnames 
and
 Hyperbole uses it to enable viewing and editing of remote paths of the form:
-<samp>/&lt;protocol&gt;:&lt;user&gt;@&lt;host&gt;:&lt;path&gt;</samp> as well 
as web URLs.  Use the
+<samp 
class="file">/&lt;protocol&gt;:&lt;user&gt;@&lt;host&gt;:&lt;path&gt;</samp> as 
well as web URLs.  Use the
 Cust/Find-File-URLs menu option to enable this feature.
 </p>
 </dd>
-<dt><b>Rolo</b></dt>
-<dd><p>See <b>HyRolo</b>.
+<dt><b class="b">Rolo</b></dt>
+<dd><p>See <b class="b">HyRolo</b>.
 </p>
 </dd>
-<dt><b>Root Cell</b></dt>
+<dt><b class="b">Root Cell</b></dt>
 <dd><p>A koutline cell which has cells below it at lower outline levels.  All
 such cells share the same root cell.
 </p>
-<span id="index-Screen"></span>
+<a class="index-entry-id" id="index-Screen"></a>
 </dd>
-<dt><b>Screen</b></dt>
+<dt><b class="b">Screen</b></dt>
 <dd><p>The total display area available to Emacs frames.  This may consist of
 multiple physical monitors arranged into a single virtual display.
 Screen edges are thus the outer borders of the virtual display.
 </p>
-<span id="index-Smart-Key-1"></span>
-<span id="index-proportional-scrolling"></span>
-<span id="index-scrolling"></span>
+<a class="index-entry-id" id="index-Smart-Key-1"></a>
+<a class="index-entry-id" id="index-proportional-scrolling"></a>
+<a class="index-entry-id" id="index-scrolling"></a>
 </dd>
-<dt><b>Smart Key</b></dt>
+<dt><b class="b">Smart Key</b></dt>
 <dd><p>A context-sensitive key used within Hyperbole and beyond.  There are
 two Smart Keys, the Action Key and the Assist Key.  The Action Key
 activates Hyperbole buttons and scrolls the current buffer line to the
@@ -8625,11 +8020,11 @@ top of the window when pressed at the end of a line.
 current line to the bottom of the window when pressed at the end of a
 line.
 </p>
-<p>The <kbd>{C-h h d s}</kbd> Doc/SmartKeys menu item displays a full summary 
of
-Smart Key capabilities.  See <a href="#Smart-Keys">Smart Keys</a>, for 
complete details.
+<p>The <kbd class="kbd">{C-h h d s}</kbd> Doc/SmartKeys menu item displays a 
full summary of
+Smart Key capabilities.  See <a class="xref" href="#Smart-Keys">Smart 
Keys</a>, for complete details.
 </p>
 </dd>
-<dt><b>Smart Menus</b></dt>
+<dt><b class="b">Smart Menus</b></dt>
 <dd><p>Smart Menus are an older in-buffer menu system that work on dumb
 terminals and pre-dated Emacs&rsquo; own dumb terminal menu support.  They
 are included with InfoDock (which is no longer maintained) and are not
@@ -8637,65 +8032,65 @@ available separately.  They are not a part of Hyperbole 
and are not
 necessary for its use but are still supported by the Smart Keys.
 </p>
 </dd>
-<dt><b>Source Buffer / File</b></dt>
+<dt><b class="b">Source Buffer / File</b></dt>
 <dd><p>The buffer or file within which a Hyperbole button is embedded.
 </p>
 </dd>
-<dt><b>Subtree</b></dt>
+<dt><b class="b">Subtree</b></dt>
 <dd><p>All of the cells in a koutline which share the same root cell, excluding
 the root cell.
 </p>
 </dd>
-<dt><b>Successor</b></dt>
+<dt><b class="b">Successor</b></dt>
 <dd><p>The next same level koutline cell which follows the current cell and
 shares the same parent.
 </p>
 </dd>
-<dt><b>System Encapsulation</b></dt>
+<dt><b class="b">System Encapsulation</b></dt>
 <dd><p>Use of Hyperbole to provide an improved or consistent user
 interface to another system.  Typically, implicit button types are
 defined to recognize and activate button-type constructs managed by the
 other system.
 </p>
 </dd>
-<dt><b>Tramp</b></dt>
+<dt><b class="b">Tramp</b></dt>
 <dd><p>A remote file access library built-in to Emacs.  It uses secure
 transfer and works with many types of hosts.  It allows you to use
 remote pathnames that are accessible via Internet protocols just like
 other pathnames, for example when finding a file.  Hyperbole
 recognizes pathnames of the form,
-<samp>/&lt;protocol&gt;:&lt;user&gt;@&lt;host&gt;:&lt;path&gt;</samp> and web 
URLs.
+<samp 
class="file">/&lt;protocol&gt;:&lt;user&gt;@&lt;host&gt;:&lt;path&gt;</samp> 
and web URLs.
 </p>
 </dd>
-<dt><b>Tree</b></dt>
+<dt><b class="b">Tree</b></dt>
 <dd><p>The set of cells in a koutline that share a common root cell, including
 the root cell.
 </p>
 </dd>
-<dt><b>URL</b></dt>
+<dt><b class="b">URL</b></dt>
 <dd><p>A Universal Resource Locator specification used on the World-Wide web
 to access documents and services via a multiplicity of protocols.
 </p>
 </dd>
-<dt><b>View</b></dt>
+<dt><b class="b">View</b></dt>
 <dd><p>A perspective on some information.  A view can affect the extent of the
 information displayed, its format, modes used to operate on it, its
 display location and so forth.
 </p>
 </dd>
-<dt><b>View Spec</b></dt>
+<dt><b class="b">View Spec</b></dt>
 <dd><p>A terse string that specifies a particular view of a koutline or a link
 referent.  If a view spec is active for a buffer, the view spec appears
-within the modeline like so, &lt;|view spec&gt;.  See <a 
href="#View-Specs">View Specs</a>.
+within the modeline like so, &lt;|view spec&gt;.  See <a class="xref" 
href="#View-Specs">View Specs</a>.
 </p>
 </dd>
-<dt><b>Window</b></dt>
+<dt><b class="b">Window</b></dt>
 <dd><p>An Emacs window displays a single Emacs buffer within a single frame.
 Frames may contain many windows.
 </p>
 </dd>
-<dt><b>Windows Grid</b></dt>
-<dd><p>A feature of HyControl invoked with <kbd>{@}</kbd> which creates, lays 
out
+<dt><b class="b">Windows Grid</b></dt>
+<dd><p>A feature of HyControl invoked with <kbd class="kbd">{@}</kbd> which 
creates, lays out
 and populates a grid of a specified size of new Emacs windows, e.g. 4 rows
 by 3 columns, each displaying a different buffer chosen by a set of user
 specifiable filters or from a list.
@@ -8703,11 +8098,13 @@ specifiable filters or from a list.
 </dl>
 
 <hr>
-<span id="Setup"></span><div class="header">
+</div>
+<div class="appendix-level-extent" id="Setup">
+<div class="nav-panel">
 <p>
-Next: <a href="#Hyperbole-Key-Bindings" accesskey="n" rel="next">Hyperbole Key 
Bindings</a>, Previous: <a href="#Glossary" accesskey="p" 
rel="prev">Glossary</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Hyperbole-Key-Bindings" accesskey="n" rel="next">Hyperbole Key 
Bindings</a>, Previous: <a href="#Glossary" accesskey="p" 
rel="prev">Glossary</a>, Up: <a href="#Top" accesskey="u" rel="up">GNU 
Hyperbole</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Setup-1"></span><h2 class="appendix">Appendix B Setup</h2>
+<h2 class="appendix" id="Setup-1">Appendix B Setup</h2>
 
 <p>Hyperbole must be obtained and setup at your site before you can
 use it.  Instructions are given below.  If you are using InfoDock
@@ -8715,70 +8112,66 @@ version 4.0.7 or higher, Hyperbole is pre-installed so 
you may skip
 the installation instructions and simply continue with the
 next section about customizing Hyperbole&rsquo;s behavior.
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Installation" 
accesskey="1">Installation</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Customization" 
accesskey="2">Customization</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#Installation" accesskey="1">Installation</a></li>
+<li><a href="#Customization" accesskey="2">Customization</a></li>
+</ul>
 <hr>
-<span id="Installation"></span><div class="header">
+<div class="section-level-extent" id="Installation">
+<div class="nav-panel">
 <p>
 Next: <a href="#Customization" accesskey="n" rel="next">Customization</a>, 
Previous: <a href="#Setup" accesskey="p" rel="prev">Setup</a>, Up: <a 
href="#Setup" accesskey="u" rel="up">Setup</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Installation-1"></span><h3 class="section">B.1 Installation</h3>
+<h3 class="section" id="Installation-1">B.1 Installation</h3>
 
 <p>There are multiple package managers you can use to install Hyperbole once
 you have GNU Emacs set up at your site.  Choose one based on your needs.
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a 
href="#Elpa-Stable-Package-Installation" accesskey="1">Elpa Stable Package 
Installation</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Elpa-In_002dDevelopment-Package-Installation" accesskey="2">Elpa 
In-Development Package Installation</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Git-In_002dDevelopment-Package-Installation" accesskey="3">Git 
In-Development Package Installation</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Manual-Tarball-Archive-Installation" accesskey="4">Manual Tarball 
Archive Installation</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-</table>
 
 <p>After installing Hyperbole, read the next section on Invocation.
 </p>
+<ul class="mini-toc">
+<li><a href="#Elpa-Stable-Package-Installation" accesskey="1">Elpa Stable 
Package Installation (Emacs Package Manager)</a></li>
+<li><a href="#Elpa-In_002dDevelopment-Package-Installation" accesskey="2">Elpa 
In-Development Package Installation</a></li>
+<li><a href="#Git-In_002dDevelopment-Package-Installation" accesskey="3">Git 
In-Development Package Installation (Straight Package Manager)</a></li>
+<li><a href="#Manual-Tarball-Archive-Installation" accesskey="4">Manual 
Tarball Archive Installation</a></li>
+</ul>
 <hr>
-<span id="Elpa-Stable-Package-Installation"></span><div class="header">
+<div class="subsection-level-extent" id="Elpa-Stable-Package-Installation">
+<div class="nav-panel">
 <p>
 Next: <a href="#Elpa-In_002dDevelopment-Package-Installation" accesskey="n" 
rel="next">Elpa In-Development Package Installation</a>, Previous: <a 
href="#Installation" accesskey="p" rel="prev">Installation</a>, Up: <a 
href="#Installation" accesskey="u" rel="up">Installation</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span 
id="Elpa-Stable-Package-Installation-_0028Emacs-Package-Manager_0029"></span><h4
 class="subsection">B.1.1 Elpa Stable Package Installation (Emacs Package 
Manager)</h4>
+<h4 class="subsection" 
id="Elpa-Stable-Package-Installation-_0028Emacs-Package-Manager_0029">B.1.1 
Elpa Stable Package Installation (Emacs Package Manager)</h4>
 
-<span id="index-installation"></span>
-<span id="index-elpa-package"></span>
-<span id="index-package-manager"></span>
-<span id="index-Emacs-package-manager"></span>
-<span id="index-stable-release-installation"></span>
-<span id="index-installation_002c-stable"></span>
-<span id="index-obtaining-Hyperbole"></span>
-<span id="index-Hyperbole_002c-obtaining-1"></span>
+<a class="index-entry-id" id="index-installation"></a>
+<a class="index-entry-id" id="index-elpa-package"></a>
+<a class="index-entry-id" id="index-package-manager"></a>
+<a class="index-entry-id" id="index-Emacs-package-manager"></a>
+<a class="index-entry-id" id="index-stable-release-installation"></a>
+<a class="index-entry-id" id="index-installation_002c-stable"></a>
+<a class="index-entry-id" id="index-obtaining-Hyperbole"></a>
+<a class="index-entry-id" id="index-Hyperbole_002c-obtaining-1"></a>
 <p>Once you have Emacs set up at your site, the stable, released version of
 GNU Hyperbole may be installed by using the Emacs Package Manager.  If
-you are not familiar with it, see <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Packages";>Packages</a>
 in <cite>the GNU Emacs
+you are not familiar with it, see <a data-manual="emacs" 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Packages";>Packages</a>
 in <cite class="cite">the GNU Emacs
 Manual</cite>.  Releases are very rare and the in-development branch may be
 many months and features ahead, so you may want to consider using either
 the Elpa In-Development or Git In-Development installation instead.
 </p>
 <p>If you have Hyperbole installed and simply want to upgrade it, invoke
-the Emacs Package Manager with <kbd>{M-x list-packages <span 
class="key">RET</span>}</kbd>,
-then use the <kbd>{U}</kbd> key followed by the <kbd>{x}</kbd> key to upgrade 
all
+the Emacs Package Manager with <kbd class="kbd">{M-x list-packages <kbd 
class="key">RET</kbd>}</kbd>,
+then use the <kbd class="kbd">{U}</kbd> key followed by the <kbd 
class="kbd">{x}</kbd> key to upgrade all
 out-of-date packages, Hyperbole among them.  Then skip the text below
-and move on to the next section, see <a href="#Invocation">Invocation</a>.
+and move on to the next section, see <a class="pxref" 
href="#Invocation">Invocation</a>.
 </p>
 <p>Otherwise, to download and install the Hyperbole package, you should add
-several lines to your personal Emacs initialization file, 
<samp>~/.emacs</samp>.
-(For further details, see <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Init-File";>The
 Emacs Initialization File</a> in <cite>the GNU Emacs Manual</cite>).
+several lines to your personal Emacs initialization file, <samp 
class="file">~/.emacs</samp>.
+(For further details, see <a data-manual="emacs" 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Init-File";>The
 Emacs Initialization File</a> in <cite class="cite">the GNU Emacs 
Manual</cite>).
 </p>
-<div class="lisp">
-<pre class="lisp">;; Below are the lines to add:
+<div class="example lisp">
+<div class="group"><pre class="lisp-preformatted">;; Below are the lines to 
add:
 
 (when (&lt; emacs-major-version 27)
   (error &quot;Hyperbole requires Emacs 27 or above, not %d&quot;
@@ -8788,7 +8181,7 @@ several lines to your personal Emacs initialization file, 
<samp>~/.emacs</samp>.
   (package-refresh-contents)   
   (package-install 'hyperbole))
 (hyperbole-mode 1)
-</pre></div>
+</pre></div></div>
 
 <p>Now save the file and restart Emacs.  Hyperbole will then be downloaded
 and compiled for use with your version of Emacs; give it a minute or two.
@@ -8796,17 +8189,19 @@ You may see a bunch of compilation warnings but these 
can be safely
 ignored.
 </p>
 <hr>
-<span id="Elpa-In_002dDevelopment-Package-Installation"></span><div 
class="header">
+</div>
+<div class="subsection-level-extent" 
id="Elpa-In_002dDevelopment-Package-Installation">
+<div class="nav-panel">
 <p>
-Next: <a href="#Git-In_002dDevelopment-Package-Installation" accesskey="n" 
rel="next">Git In-Development Package Installation</a>, Previous: <a 
href="#Elpa-Stable-Package-Installation" accesskey="p" rel="prev">Elpa Stable 
Package Installation</a>, Up: <a href="#Installation" accesskey="u" 
rel="up">Installation</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Git-In_002dDevelopment-Package-Installation" accesskey="n" 
rel="next">Git In-Development Package Installation (Straight Package 
Manager)</a>, Previous: <a href="#Elpa-Stable-Package-Installation" 
accesskey="p" rel="prev">Elpa Stable Package Installation (Emacs Package 
Manager)</a>, Up: <a href="#Installation" accesskey="u" 
rel="up">Installation</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" rel 
[...]
 </div>
-<span id="Elpa-In_002dDevelopment-Package-Installation-1"></span><h4 
class="subsection">B.1.2 Elpa In-Development Package Installation</h4>
+<h4 class="subsection" 
id="Elpa-In_002dDevelopment-Package-Installation-1">B.1.2 Elpa In-Development 
Package Installation</h4>
 
-<span id="index-elpa_002ddevel-package"></span>
-<span id="index-in_002ddevelopment-installation"></span>
-<span id="index-pre_002drelease-installation"></span>
-<span id="index-installation_002c-pre_002drelease"></span>
-<span id="index-installation_002c-from-git"></span>
+<a class="index-entry-id" id="index-elpa_002ddevel-package"></a>
+<a class="index-entry-id" id="index-in_002ddevelopment-installation"></a>
+<a class="index-entry-id" id="index-pre_002drelease-installation"></a>
+<a class="index-entry-id" id="index-installation_002c-pre_002drelease"></a>
+<a class="index-entry-id" id="index-installation_002c-from-git"></a>
 <p>The Elpa In-Development package pulls from the latest Hyperbole
 development branch tip and does not require installation of any new
 package manager software.  Since Hyperbole is a mature package, this is
@@ -8818,17 +8213,17 @@ requests for changes to the developers; use the Git 
In-Development
 Package instead for that.
 </p>
 <p>If you have Hyperbole installed and simply want to upgrade it, invoke
-the Emacs Package Manager with <kbd>{M-x list-packages <span 
class="key">RET</span>}</kbd>,
-then use the <kbd>{U}</kbd> key followed by the <kbd>{x}</kbd> key to upgrade 
all
+the Emacs Package Manager with <kbd class="kbd">{M-x list-packages <kbd 
class="key">RET</kbd>}</kbd>,
+then use the <kbd class="kbd">{U}</kbd> key followed by the <kbd 
class="kbd">{x}</kbd> key to upgrade all
 out-of-date packages, Hyperbole among them.  Then skip the text below
-and move on to the next section, see <a href="#Invocation">Invocation</a>.
+and move on to the next section, see <a class="pxref" 
href="#Invocation">Invocation</a>.
 </p>
 <p>Otherwise, to download and install the Hyperbole package, you should add
-several lines to your personal Emacs initialization file, 
<samp>~/.emacs</samp>.
-(For further details, see <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Init-File";>The
 Emacs Initialization File</a> in <cite>the GNU Emacs Manual</cite>).
+several lines to your personal Emacs initialization file, <samp 
class="file">~/.emacs</samp>.
+(For further details, see <a data-manual="emacs" 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Init-File";>The
 Emacs Initialization File</a> in <cite class="cite">the GNU Emacs 
Manual</cite>).
 </p>
-<div class="lisp">
-<pre class="lisp">;; Below are the lines to add:
+<div class="example lisp">
+<div class="group"><pre class="lisp-preformatted">;; Below are the lines to 
add:
 
 (when (&lt; emacs-major-version 27)
   (error &quot;Hyperbole requires Emacs 27 or above, not %d&quot;
@@ -8840,7 +8235,7 @@ several lines to your personal Emacs initialization file, 
<samp>~/.emacs</samp>.
   (package-refresh-contents)
   (package-install 'hyperbole))
 (hyperbole-mode 1)
-</pre></div>
+</pre></div></div>
 
 <p>Now save the file and restart Emacs.  Hyperbole will then be downloaded
 and compiled for use with your version of Emacs; give it a minute or two.
@@ -8848,16 +8243,18 @@ You may see a bunch of compilation warnings but these 
can be safely
 ignored.
 </p>
 <hr>
-<span id="Git-In_002dDevelopment-Package-Installation"></span><div 
class="header">
+</div>
+<div class="subsection-level-extent" 
id="Git-In_002dDevelopment-Package-Installation">
+<div class="nav-panel">
 <p>
 Next: <a href="#Manual-Tarball-Archive-Installation" accesskey="n" 
rel="next">Manual Tarball Archive Installation</a>, Previous: <a 
href="#Elpa-In_002dDevelopment-Package-Installation" accesskey="p" 
rel="prev">Elpa In-Development Package Installation</a>, Up: <a 
href="#Installation" accesskey="u" rel="up">Installation</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span 
id="Git-In_002dDevelopment-Package-Installation-_0028Straight-Package-Manager_0029"></span><h4
 class="subsection">B.1.3 Git In-Development Package Installation (Straight 
Package Manager)</h4>
+<h4 class="subsection" 
id="Git-In_002dDevelopment-Package-Installation-_0028Straight-Package-Manager_0029">B.1.3
 Git In-Development Package Installation (Straight Package Manager)</h4>
 
-<span id="index-Straight-package-manager"></span>
-<span id="index-pre_002drelease-installation-1"></span>
-<span id="index-installation_002c-pre_002drelease-1"></span>
-<span id="index-installation_002c-from-git-1"></span>
+<a class="index-entry-id" id="index-Straight-package-manager"></a>
+<a class="index-entry-id" id="index-pre_002drelease-installation-1"></a>
+<a class="index-entry-id" id="index-installation_002c-pre_002drelease-1"></a>
+<a class="index-entry-id" id="index-installation_002c-from-git-1"></a>
 <p>If you potentially want to contribute to Hyperbole development and send
 pull requests to the Hyperbole development team or to try out new
 features still in testing, you can use the Straight package manager.  It
@@ -8866,17 +8263,17 @@ This also gives you a clean installation process 
without showing you any
 minor byte compilation warnings.
 </p>
 <p>If you have Hyperbole installed and simply want to upgrade it, invoke
-the Emacs Package Manager with <kbd>{M-x list-packages <span 
class="key">RET</span>}</kbd>,
-then use the <kbd>{U}</kbd> key followed by the <kbd>{x}</kbd> key to upgrade 
all
+the Emacs Package Manager with <kbd class="kbd">{M-x list-packages <kbd 
class="key">RET</kbd>}</kbd>,
+then use the <kbd class="kbd">{U}</kbd> key followed by the <kbd 
class="kbd">{x}</kbd> key to upgrade all
 out-of-date packages, Hyperbole among them.  Then skip the text below
-and move on to the next section, see <a href="#Invocation">Invocation</a>.
+and move on to the next section, see <a class="pxref" 
href="#Invocation">Invocation</a>.
 </p>
 <p>Otherwise, to download and install the Hyperbole package, you should add
-several lines to your personal Emacs initialization file, 
<samp>~/.emacs</samp>.
-(For further details, see <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Init-File";>The
 Emacs Initialization File</a> in <cite>the GNU Emacs Manual</cite>).
+several lines to your personal Emacs initialization file, <samp 
class="file">~/.emacs</samp>.
+(For further details, see <a data-manual="emacs" 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Init-File";>The
 Emacs Initialization File</a> in <cite class="cite">the GNU Emacs 
Manual</cite>).
 </p>
-<div class="lisp">
-<pre class="lisp">;; Use this in your Emacs init file to install Straight
+<div class="example smalllisp lisp">
+<div class="group"><pre class="lisp-preformatted">;; Use this in your Emacs 
init file to install Straight
 (progn
   (when (&lt; emacs-major-version 27)
     (error &quot;Hyperbole requires Emacs 27 or above, not %d&quot;
@@ -8902,44 +8299,46 @@ several lines to your personal Emacs initialization 
file, <samp>~/.emacs</samp>.
    :host nil
    :repo &quot;https://git.savannah.gnu.org/git/hyperbole.git&quot;
    :config (hyperbole-mode 1)))
-</pre></div>
+</pre></div></div>
 
 <p>Now save the file and restart Emacs.  Hyperbole will then be downloaded
 and compiled for use with your version of Emacs; give it a minute or two.
 </p>
 <hr>
-<span id="Manual-Tarball-Archive-Installation"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Manual-Tarball-Archive-Installation">
+<div class="nav-panel">
 <p>
-Previous: <a href="#Git-In_002dDevelopment-Package-Installation" accesskey="p" 
rel="prev">Git In-Development Package Installation</a>, Up: <a 
href="#Installation" accesskey="u" rel="up">Installation</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#Git-In_002dDevelopment-Package-Installation" accesskey="p" 
rel="prev">Git In-Development Package Installation (Straight Package 
Manager)</a>, Up: <a href="#Installation" accesskey="u" 
rel="up">Installation</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Manual-Tarball-Archive-Installation-1"></span><h4 
class="subsection">B.1.4 Manual Tarball Archive Installation</h4>
+<h4 class="subsection" id="Manual-Tarball-Archive-Installation-1">B.1.4 Manual 
Tarball Archive Installation</h4>
 
 <p>If you are old-school, don&rsquo;t like package managers, and prefer doing
 everything by hand, then you can obtain Hyperbole from a tarball:
 </p>
 <p>Download either:
 </p>
-<dl compact="compact">
+<dl class="table">
 <dt>1. a stable release tar.gz source archive from either:</dt>
-<dd><p><a 
href="ftp://ftp.gnu.org/gnu/hyperbole/";>ftp://ftp.gnu.org/gnu/hyperbole/</a> or
-<a 
href="http://ftpmirror.gnu.org/hyperbole/";>http://ftpmirror.gnu.org/hyperbole/</a>,
 which will find the closest
+<dd><p><a class="url" 
href="ftp://ftp.gnu.org/gnu/hyperbole/";>ftp://ftp.gnu.org/gnu/hyperbole/</a> or
+<a class="url" 
href="http://ftpmirror.gnu.org/hyperbole/";>http://ftpmirror.gnu.org/hyperbole/</a>,
 which will find the closest
 mirror of the GNU ftp site and show it to you.
 </p>
 </dd>
 <dt>2. the latest in-development pre-release tar.gz source archive linked to 
at the top of this web page:</dt>
-<dd><p><a 
href="https://elpa.gnu.org/devel/hyperbole.html";>https://elpa.gnu.org/devel/hyperbole.html</a>.
+<dd><p><a class="url" 
href="https://elpa.gnu.org/devel/hyperbole.html";>https://elpa.gnu.org/devel/hyperbole.html</a>.
 </p></dd>
 </dl>
 
 <p>Then decompress and unpack the archive to a directory of your
-choosing.  Move into the <samp>hyperbole-&lt;version&gt;/</samp> directory and 
execute
-the following Posix shell command, <code>make bin</code>, to
+choosing.  Move into the <samp class="file">hyperbole-&lt;version&gt;/</samp> 
directory and execute
+the following Posix shell command, <code class="code">make bin</code>, to
 byte-compile the Hyperbole lisp files.  Then add the following
 lines to your personal Emacs initialization file,
-<samp>~/.emacs</samp>:
+<samp class="file">~/.emacs</samp>:
 </p>
-<div class="lisp">
-<pre class="lisp">(unless (and (featurep 'hyperbole) hyperbole-mode)
+<div class="example lisp">
+<div class="group"><pre class="lisp-preformatted">(unless (and (featurep 
'hyperbole) hyperbole-mode)
   (when (&lt; emacs-major-version 27)
     (error &quot;Hyperbole requires Emacs 27 or above, not %d&quot;
            emacs-major-version))
@@ -8947,47 +8346,50 @@ lines to your personal Emacs initialization file,
         load-path)
   (require 'hyperbole)
   (hyperbole-mode 1))
-</pre></div>
+</pre></div></div>
 
-<p>Restart Emacs and you should see the <code>Hypb</code> hyperbole minor mode
+<p>Restart Emacs and you should see the <code class="code">Hypb</code> 
hyperbole minor mode
 indicator in your modeline after startup.
 </p>
 <hr>
-<span id="Customization"></span><div class="header">
+</div>
+</div>
+<div class="section-level-extent" id="Customization">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Installation" accesskey="p" rel="prev">Installation</a>, 
Up: <a href="#Setup" accesskey="u" rel="up">Setup</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Customization-1"></span><h3 class="section">B.2 Customization</h3>
+<h3 class="section" id="Customization-1">B.2 Customization</h3>
 
-<span id="index-menu_002c-Cust-1"></span>
-<span id="index-configuration"></span>
-<span id="index-customization"></span>
+<a class="index-entry-id" id="index-menu_002c-Cust-1"></a>
+<a class="index-entry-id" id="index-configuration"></a>
+<a class="index-entry-id" id="index-customization"></a>
 <p>Major Hyperbole user options may be set from the Customize submenu
 below the Hyperbole menubar menu, as seen here.
 </p>
-<div class="float"><span id="image_003aCustomize-Menu"></span>
+<div class="float" id="image_003aCustomize-Menu">
 
-<img src="im/menu-customization.png" alt="Hyperbole Customize Menu">
-<div class="float-caption"><p><strong>Image B.1: </strong>Hyperbole Customize 
Menu</p></div></div><br>
+<img class="image" src="im/menu-customization.png" alt="Hyperbole Customize 
Menu">
+<div class="caption"><p><strong class="strong">Image B.1: </strong>Hyperbole 
Customize Menu</p></div></div><br>
 
 <p>Alternatively, the minibuffer-based menu, Cust/ may be used.
 </p>
-<span id="index-customization-1"></span>
-<span id="index-option-setting"></span>
-<span id="index-variable-setting"></span>
+<a class="index-entry-id" id="index-customization-1"></a>
+<a class="index-entry-id" id="index-option-setting"></a>
+<a class="index-entry-id" id="index-variable-setting"></a>
 <p>Generally, you should not need to change anything other than these options.
 However, if you like to customize your environment extensively, there
 are many additional Hyperbole customization options that may be 
 changed with the Emacs customization interface,
-see <a 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Easy-Customization";>Easy
 Customization Interface</a> in <cite>the GNU
+see <a data-manual="emacs" 
href="https://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Easy-Customization";>Easy
 Customization Interface</a> in <cite class="cite">the GNU
 Emacs Manual</cite>.  When you save any changes within this interface, the
 changes are saved permanently to your personal Emacs initialization
 file and are available in future Emacs sessions.
 </p>
-<span id="index-customize_002dbrowse"></span>
-<span id="index-menu-item_002c-Cust_002fAll_002dOptions"></span>
-<span id="index-C_002dh-h-c-a"></span>
-<p>Use Cust/All-Options <kbd>{C-h h c a}</kbd> to display an expandable tree of
+<a class="index-entry-id" id="index-customize_002dbrowse"></a>
+<a class="index-entry-id" 
id="index-menu-item_002c-Cust_002fAll_002dOptions"></a>
+<a class="index-entry-id" id="index-C_002dh-h-c-a"></a>
+<p>Use Cust/All-Options <kbd class="kbd">{C-h h c a}</kbd> to display an 
expandable tree of
 customizable Hyperbole options.  Hyperbole&rsquo;s customizations are
 further grouped into several sub-categories, one for the Koutliner,
 one for the HyRolo, etc.  You can select either an entire category or a
@@ -8995,57 +8397,50 @@ specific option and they will appear in another window 
for editing.
 Simply follow the instructions on screen and then press the &ldquo;Apply
 and Save&rdquo; button to make any changes permanent.
 </p>
-<span id="index-customize_002dvariable"></span>
+<a class="index-entry-id" id="index-customize_002dvariable"></a>
 <p>If you know the name of the option you want to edit, you can edit it
-at any time without going through the tree of options.  Use <kbd>{M-x
-customize-variable <span class="key">RET</span>}</kbd> and then type the name 
of the variable
-and press <tt class="key">RET</tt> to edit it.
+at any time without going through the tree of options.  Use <kbd 
class="kbd">{M-x
+customize-variable <kbd class="key">RET</kbd>}</kbd> and then type the name of 
the variable
+and press <kbd class="key">RET</kbd> to edit it.
 </p>
 <p>The following sections discuss the customization options most likely to
 be of interest to users.
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Referent-Display" 
accesskey="1">Referent Display</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Internal-Viewers" 
accesskey="2">Internal Viewers</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#External-Viewers" 
accesskey="3">External Viewers</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Link-Variable-Substitution" 
accesskey="4">Link Variable Substitution</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Web-Search-Engines" 
accesskey="5">Web Search Engines</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Using-URLs-with-Find_002dFile" accesskey="6">Using URLs with 
Find-File</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Invisible-Text-Searches" 
accesskey="7">Invisible Text Searches</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Button-Colors" 
accesskey="8">Button Colors</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#Referent-Display" accesskey="1">Referent Display</a></li>
+<li><a href="#Internal-Viewers" accesskey="2">Internal Viewers</a></li>
+<li><a href="#External-Viewers" accesskey="3">External Viewers</a></li>
+<li><a href="#Link-Variable-Substitution" accesskey="4">Link Variable 
Substitution</a></li>
+<li><a href="#Web-Search-Engines" accesskey="5">Web Search Engines</a></li>
+<li><a href="#Using-URLs-with-Find_002dFile" accesskey="6">Using URLs with 
Find-File</a></li>
+<li><a href="#Invisible-Text-Searches" accesskey="7">Invisible Text 
Searches</a></li>
+<li><a href="#Button-Colors" accesskey="8">Configuring Button Colors</a></li>
+</ul>
 <hr>
-<span id="Referent-Display"></span><div class="header">
+<div class="subsection-level-extent" id="Referent-Display">
+<div class="nav-panel">
 <p>
 Next: <a href="#Internal-Viewers" accesskey="n" rel="next">Internal 
Viewers</a>, Previous: <a href="#Customization" accesskey="p" 
rel="prev">Customization</a>, Up: <a href="#Customization" accesskey="u" 
rel="up">Customization</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Referent-Display-1"></span><h4 class="subsection">B.2.1 Referent 
Display</h4>
-<span id="index-hpath_003adisplay_002dwhere-1"></span>
-<span id="index-referent-display"></span>
-<span id="index-link-display"></span>
-<span id="index-display-where"></span>
-<span id="index-display-outside-Emacs"></span>
-<span id="index-where-to-display"></span>
-<span id="index-image-display"></span>
-<span id="index-internal-display"></span>
-<span id="index-external-display"></span>
+<h4 class="subsection" id="Referent-Display-1">B.2.1 Referent Display</h4>
+<a class="index-entry-id" id="index-hpath_003adisplay_002dwhere-1"></a>
+<a class="index-entry-id" id="index-referent-display"></a>
+<a class="index-entry-id" id="index-link-display"></a>
+<a class="index-entry-id" id="index-display-where"></a>
+<a class="index-entry-id" id="index-display-outside-Emacs"></a>
+<a class="index-entry-id" id="index-where-to-display"></a>
+<a class="index-entry-id" id="index-image-display"></a>
+<a class="index-entry-id" id="index-internal-display"></a>
+<a class="index-entry-id" id="index-external-display"></a>
 <p>Hyperbole lets you control where link referents are displayed.  It also
 permits setting a specific Emacs function or external program to display
 them.  There are four categories of referents, each with its own
 customizable display setting, listed in decreasing order of priority.
-All of these variables are defined within <samp>hpath.el</samp>.
+All of these variables are defined within <samp class="file">hpath.el</samp>.
 </p>
 <div class="example">
-<pre class="example">Referent Category             Variable Setting
+<pre class="example-preformatted">Referent Category             Variable 
Setting
 ======================================================================
 Internal Image Display        hpath:native-image-suffixes
 Internal Custom Display       hpath:internal-display-alist
@@ -9057,30 +8452,32 @@ Internal Standard Display     hpath:display-where
 are displayed internally and externally.
 </p>
 <hr>
-<span id="Internal-Viewers"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Internal-Viewers">
+<div class="nav-panel">
 <p>
 Next: <a href="#External-Viewers" accesskey="n" rel="next">External 
Viewers</a>, Previous: <a href="#Referent-Display" accesskey="p" 
rel="prev">Referent Display</a>, Up: <a href="#Customization" accesskey="u" 
rel="up">Customization</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Internal-Viewers-1"></span><h4 class="subsection">B.2.2 Internal 
Viewers</h4>
-<span id="index-hpath_003ainternal_002ddisplay_002dalist"></span>
-<span id="index-file-display-function"></span>
-<span id="index-display-function"></span>
-<span id="index-internal-viewer"></span>
-<span id="index-link_002c-display-function"></span>
-
-<span id="index-internal-image-display"></span>
-<span id="index-hpath_003anative_002dimage_002dsuffixes"></span>
-<span id="index-internal-custom-display"></span>
-<span id="index-hpath_003ainternal_002ddisplay_002dalist-1"></span>
-<span id="index-internal-standard-display"></span>
-<span id="index-hpath_003adisplay_002dwhere-2"></span>
+<h4 class="subsection" id="Internal-Viewers-1">B.2.2 Internal Viewers</h4>
+<a class="index-entry-id" 
id="index-hpath_003ainternal_002ddisplay_002dalist"></a>
+<a class="index-entry-id" id="index-file-display-function"></a>
+<a class="index-entry-id" id="index-display-function"></a>
+<a class="index-entry-id" id="index-internal-viewer"></a>
+<a class="index-entry-id" id="index-link_002c-display-function"></a>
+
+<a class="index-entry-id" id="index-internal-image-display"></a>
+<a class="index-entry-id" 
id="index-hpath_003anative_002dimage_002dsuffixes"></a>
+<a class="index-entry-id" id="index-internal-custom-display"></a>
+<a class="index-entry-id" 
id="index-hpath_003ainternal_002ddisplay_002dalist-1"></a>
+<a class="index-entry-id" id="index-internal-standard-display"></a>
+<a class="index-entry-id" id="index-hpath_003adisplay_002dwhere-2"></a>
 <p>When given a filename to display, Hyperbole first checks if its suffix
-is matched by <code>hpath:native-image-suffixes</code>.  If so and if the
-function <code>image-mode</code> is defined, it uses that mode together with
-the value of <code>hpath:display-where</code> to display the image within an
+is matched by <code class="code">hpath:native-image-suffixes</code>.  If so 
and if the
+function <code class="code">image-mode</code> is defined, it uses that mode 
together with
+the value of <code class="code">hpath:display-where</code> to display the 
image within an
 Emacs buffer.
 </p>
-<p>If no match is found, the <code>hpath:internal-display-alist</code> variable
+<p>If no match is found, the <code 
class="code">hpath:internal-display-alist</code> variable
 is checked for a filename match.  Its value is an association list
 whose elements are (&lt;file-name-regular-expression&gt;
 . &lt;function-of-one-arg&gt;) pairs.  Any path whose name matches
@@ -9091,124 +8488,128 @@ used.  This can be used to format raw data files for 
convenient
 display.
 </p>
 <p>By default, this setting handles the following types of files:
-</p><dl compact="compact">
-<dt><em>&bull; Audio Files</em></dt>
-<dd><p>Major audio format files are played with the 
<code>play-sound-file</code> command.
+</p><dl class="table">
+<dt><em class="emph">&bull; Audio Files</em></dt>
+<dd><p>Major audio format files are played with the <code 
class="code">play-sound-file</code> command.
 </p></dd>
-<dt><em>&bull; Info Manuals</em></dt>
-<dd><p>Files with a <samp>.info</samp> suffix (may also be compressed) are 
displayed in the Info browser.
+<dt><em class="emph">&bull; Info Manuals</em></dt>
+<dd><p>Files with a <samp class="file">.info</samp> suffix (may also be 
compressed) are displayed in the Info browser.
 </p></dd>
-<dt><em>&bull; RDB Files</em></dt>
-<dd><p>Files with an <samp>.rdb</samp> suffix are displayed as relational 
databases using the RDB package
+<dt><em class="emph">&bull; RDB Files</em></dt>
+<dd><p>Files with an <samp class="file">.rdb</samp> suffix are displayed as 
relational databases using the RDB package
 available with InfoDock.
 </p></dd>
 </dl>
 
-<span id="index-menu_002c-Cust_002fReferents"></span>
-<span id="index-C_002dh-h-c-r"></span>
+<a class="index-entry-id" id="index-menu_002c-Cust_002fReferents"></a>
+<a class="index-entry-id" id="index-C_002dh-h-c-r"></a>
 <p>Links to standard files, those which don&rsquo;t match any special referent
 category described earlier, are displayed in an Emacs window specified
-by the <code>hpath:display-where</code> setting.  It may be changed with the
-Cust/Referents <kbd>{C-h h c r}</kbd> menu.
+by the <code class="code">hpath:display-where</code> setting.  It may be 
changed with the
+Cust/Referents <kbd class="kbd">{C-h h c r}</kbd> menu.
 </p>
 <p>Available options are:
 </p>
-<dl compact="compact">
-<dt><em>&bull; Any-Frame</em></dt>
+<dl class="table">
+<dt><em class="emph">&bull; Any-Frame</em></dt>
 <dd><p>Display in the selected window of another existing frame
 </p></dd>
-<dt><em>&bull; Current-Win</em></dt>
+<dt><em class="emph">&bull; Current-Win</em></dt>
 <dd><p>Display in the selected (current) window
 </p></dd>
-<dt><em>&bull; Diff-Frame-One-Win</em></dt>
+<dt><em class="emph">&bull; Diff-Frame-One-Win</em></dt>
 <dd><p>Display in the selected window of another existing frame, deleting its 
other windows
 </p></dd>
-<dt><em>&bull; New-Frame</em></dt>
+<dt><em class="emph">&bull; New-Frame</em></dt>
 <dd><p>Display in a new single window frame
 </p></dd>
-<dt><em>&bull; Other-Win</em></dt>
+<dt><em class="emph">&bull; Other-Win</em></dt>
 <dd><p>Display in another, possibly new window of the selected frame (this is
 the default)
 </p></dd>
-<dt><em>&bull; Single-Win</em></dt>
+<dt><em class="emph">&bull; Single-Win</em></dt>
 <dd><p>Display in a window of the selected frame and delete its other windows
 </p></dd>
 </dl>
 
 <p>Alternatively, you can use the Hyperbole menubar menu as shown here:
 </p>
-<div class="float"><span id="image_003aMenu_002dDisplay_002dReferents"></span>
+<div class="float" id="image_003aMenu_002dDisplay_002dReferents">
 
-<img src="im/menu-display-referents.png" alt="Display Referents Menu">
-<div class="float-caption"><p><strong>Image B.2: </strong>Display Referents 
Menu</p></div></div><br>
+<img class="image" src="im/menu-display-referents.png" alt="Display Referents 
Menu">
+<div class="caption"><p><strong class="strong">Image B.2: </strong>Display 
Referents Menu</p></div></div><br>
 
-<p>See <a href="#External-Viewers">External Viewers</a>, for instructions on 
associating filenames with
+<p>See <a class="xref" href="#External-Viewers">External Viewers</a>, for 
instructions on associating filenames with
 external, window-system specific viewers.
 </p>
 <hr>
-<span id="External-Viewers"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="External-Viewers">
+<div class="nav-panel">
 <p>
 Next: <a href="#Link-Variable-Substitution" accesskey="n" rel="next">Link 
Variable Substitution</a>, Previous: <a href="#Internal-Viewers" accesskey="p" 
rel="prev">Internal Viewers</a>, Up: <a href="#Customization" accesskey="u" 
rel="up">Customization</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="External-Viewers-1"></span><h4 class="subsection">B.2.3 External 
Viewers</h4>
-<span id="index-hpath_003aget_002dexternal_002ddisplay_002dalist"></span>
-<span id="index-hpath_003aexternal_002ddisplay_002dalist_002dmacos"></span>
-<span id="index-hpath_003aexternal_002ddisplay_002dalist_002dmswindows"></span>
-<span id="index-hpath_003aexternal_002ddisplay_002dalist_002dx"></span>
-<span id="index-window-system"></span>
-<span id="index-external-program"></span>
-<span id="index-external-viewer"></span>
-<span id="index-link_002c-viewer-program"></span>
-
-<span id="index-external-display-1"></span>
-<span id="index-hpath_003aget_002dexternal_002ddisplay_002dalist-1"></span>
+<h4 class="subsection" id="External-Viewers-1">B.2.3 External Viewers</h4>
+<a class="index-entry-id" 
id="index-hpath_003aget_002dexternal_002ddisplay_002dalist"></a>
+<a class="index-entry-id" 
id="index-hpath_003aexternal_002ddisplay_002dalist_002dmacos"></a>
+<a class="index-entry-id" 
id="index-hpath_003aexternal_002ddisplay_002dalist_002dmswindows"></a>
+<a class="index-entry-id" 
id="index-hpath_003aexternal_002ddisplay_002dalist_002dx"></a>
+<a class="index-entry-id" id="index-window-system"></a>
+<a class="index-entry-id" id="index-external-program"></a>
+<a class="index-entry-id" id="index-external-viewer"></a>
+<a class="index-entry-id" id="index-link_002c-viewer-program"></a>
+
+<a class="index-entry-id" id="index-external-display-1"></a>
+<a class="index-entry-id" 
id="index-hpath_003aget_002dexternal_002ddisplay_002dalist-1"></a>
 <p>If you use Hyperbole under a window system,
-the <code>hpath:get-external-display-alist</code> function in 
<samp>hpath.el</samp>
+the <code class="code">hpath:get-external-display-alist</code> function in 
<samp class="file">hpath.el</samp>
 supports hyperlinks that open files using external, non-Emacs tools, e.g.
 a pdf reader or a vector graphics viewer.
 </p>
-<p>The value returned by <code>hpath:get-external-display-alist</code> is 
determined
+<p>The value returned by <code 
class="code">hpath:get-external-display-alist</code> is determined
 based on the window system supported by the current frame and the version
 of Emacs in use.  This value is an association list whose elements are
 (&lt;file-name-regular-expression&gt; . &lt;viewer-program-or-list&gt;) pairs. 
 Any
 path whose name matches a &lt;file-name-regular-expression&gt; will be
 displayed using the corresponding viewer-program or the first
 viewer-program found on the system from a list of programs.  If a
-&lt;viewer-program&gt; entry contains a &lsquo;<samp>%s</samp>&rsquo; string, 
the filename to
+&lt;viewer-program&gt; entry contains a &lsquo;<samp 
class="samp">%s</samp>&rsquo; string, the filename to
 display is substituted at that point within the string.
 Otherwise, the filename is appended to the &lt;viewer-program&gt;
 entry.  Alternatively, the viewer-program may be a Lisp function that
 takes a single filename argument.
 </p>
 <p>The association lists used by this function are stored in variables
-for each available window system: 
<code>hpath:external-display-alist-macos</code>,
-<code>hpath:external-display-alist-mswindows</code>, and
-<code>hpath:external-display-alist-x</code>.  Examine and modify these
+for each available window system: <code 
class="code">hpath:external-display-alist-macos</code>,
+<code class="code">hpath:external-display-alist-mswindows</code>, and
+<code class="code">hpath:external-display-alist-x</code>.  Examine and modify 
these
 values to suit your needs.
 </p>
-<span id="index-hpath_003aexternal_002dfile_002dsuffixes"></span>
+<a class="index-entry-id" 
id="index-hpath_003aexternal_002dfile_002dsuffixes"></a>
 <p>Part of these values for each operating system come from the
-variable, <code>hpath:external-file-suffixes</code>&rsquo;, which holds a 
regular
+variable, <code class="code">hpath:external-file-suffixes</code>&rsquo;, which 
holds a regular
 expression of operating system independent file suffixes to open outside
 Emacs.
 </p>
 
 
 <hr>
-<span id="Link-Variable-Substitution"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Link-Variable-Substitution">
+<div class="nav-panel">
 <p>
 Next: <a href="#Web-Search-Engines" accesskey="n" rel="next">Web Search 
Engines</a>, Previous: <a href="#External-Viewers" accesskey="p" 
rel="prev">External Viewers</a>, Up: <a href="#Customization" accesskey="u" 
rel="up">Customization</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Link-Variable-Substitution-1"></span><h4 class="subsection">B.2.4 
Link Variable Substitution</h4>
-<span id="index-hpath_003avariables"></span>
-<span id="index-environment-variables-1"></span>
-<span id="index-Emacs-Lisp-variables-1"></span>
-<span id="index-Lisp-variables-1"></span>
-<p>Another option to consider modifying is <code>hpath:variables</code>.  This
+<h4 class="subsection" id="Link-Variable-Substitution-1">B.2.4 Link Variable 
Substitution</h4>
+<a class="index-entry-id" id="index-hpath_003avariables"></a>
+<a class="index-entry-id" id="index-environment-variables-1"></a>
+<a class="index-entry-id" id="index-Emacs-Lisp-variables-1"></a>
+<a class="index-entry-id" id="index-Lisp-variables-1"></a>
+<p>Another option to consider modifying is <code 
class="code">hpath:variables</code>.  This
 option consists of a list of Emacs Lisp variable names, each of which
 may have a pathname or a list of pathnames as a value.  Whenever a
 Hyperbole file or directory link button is created, its pathname is
-compared against the values in <code>hpath:variables</code>.  The first
+compared against the values in <code class="code">hpath:variables</code>.  The 
first
 match found, if any, is selected and its associated variable name is
 substituted into the link pathname, in place of its literal value.
 When a link button is activated, potentially at a different site,
@@ -9221,35 +8622,37 @@ resolved.
 <p>This permits sharing of links over wide areas, where the variable values
 differ between link creator and link activator.  The entire process
 is wholly transparent to the user; it is explained here simply to help
-you in deciding whether or not to modify the value of 
<code>hpath:variables</code>.
+you in deciding whether or not to modify the value of <code 
class="code">hpath:variables</code>.
 </p>
 <hr>
-<span id="Web-Search-Engines"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Web-Search-Engines">
+<div class="nav-panel">
 <p>
 Next: <a href="#Using-URLs-with-Find_002dFile" accesskey="n" rel="next">Using 
URLs with Find-File</a>, Previous: <a href="#Link-Variable-Substitution" 
accesskey="p" rel="prev">Link Variable Substitution</a>, Up: <a 
href="#Customization" accesskey="u" rel="up">Customization</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Web-Search-Engines-1"></span><h4 class="subsection">B.2.5 Web Search 
Engines</h4>
-
-<span id="index-menu_002c-Find_002fWeb-1"></span>
-<span id="index-menu_002c-Web-1"></span>
-<span id="index-menu_002c-Cust_002fWeb_002dSearch"></span>
-<span id="index-C_002dh-h-c-w"></span>
-<span id="index-C_002dh-h-f-w"></span>
-<span id="index-hyperbole_002dweb_002dsearch_002dalist"></span>
-<span id="index-search-engines-menu"></span>
-<span id="index-web-search-menu"></span>
-<span id="index-customizing-web-search-menu"></span>
+<h4 class="subsection" id="Web-Search-Engines-1">B.2.5 Web Search Engines</h4>
+
+<a class="index-entry-id" id="index-menu_002c-Find_002fWeb-1"></a>
+<a class="index-entry-id" id="index-menu_002c-Web-1"></a>
+<a class="index-entry-id" id="index-menu_002c-Cust_002fWeb_002dSearch"></a>
+<a class="index-entry-id" id="index-C_002dh-h-c-w"></a>
+<a class="index-entry-id" id="index-C_002dh-h-f-w"></a>
+<a class="index-entry-id" 
id="index-hyperbole_002dweb_002dsearch_002dalist"></a>
+<a class="index-entry-id" id="index-search-engines-menu"></a>
+<a class="index-entry-id" id="index-web-search-menu"></a>
+<a class="index-entry-id" id="index-customizing-web-search-menu"></a>
 <p>The Find/Web menu offers quick access to major web search engines.  It
-is typically bound to <kbd>{C-c /}</kbd> or if not, then <kbd>{C-h h f 
w}</kbd> is
+is typically bound to <kbd class="kbd">{C-c /}</kbd> or if not, then <kbd 
class="kbd">{C-h h f w}</kbd> is
 always available.  Your standard web browser will be used to return
 the search results.
 </p>
-<p>The <code>hyperbole-web-search-alist</code> variable controls the items in
+<p>The <code class="code">hyperbole-web-search-alist</code> variable controls 
the items in
 this menu.  Elements of this alist are of the form:
 (&lt;web-service-name&gt; . &lt;url-with-%s-parameter-or-command&gt;).  The 
first
 capitalized character of each &lt;web-service-name&gt; must be unique for
 minibuffer menu selection.  The second part of an element is either:
-</p><dl compact="compact">
+</p><dl class="table">
 <dt>1.</dt>
 <dd><p>a URL with an embedded %s indicating where to substitute a search term
 that is interactively prompted for when the menu item is activated;
@@ -9261,258 +8664,268 @@ search term and then displays the search results.
 </dl>
 
 <p>Advanced users can change the search engines listed in the Find/Web
-menu with <kbd>{M-x customize-variable <span class="key">RET</span>
-hyperbole-web-search-alist <span class="key">RET</span>}</kbd>.  Changes are 
automatically
+menu with <kbd class="kbd">{M-x customize-variable <kbd class="key">RET</kbd>
+hyperbole-web-search-alist <kbd class="key">RET</kbd>}</kbd>.  Changes are 
automatically
 reflected in the Hyperbole menus once applied.  Remember each search
 engine name must begin with a unique letter and each URL must have a
 %s format field indicating where to place the web search term when a
 search is performed.
 </p>
-<p>You can change which browser is used with <kbd>{C-h h c w}</kbd>, the
+<p>You can change which browser is used with <kbd class="kbd">{C-h h c 
w}</kbd>, the
 Cust/Web-Search menu.  Below is the equivalent Hyperbole menubar menu.
 </p>
-<div class="float"><span 
id="image_003aWeb_002dSearch_002dBrowser_002dMenu"></span>
+<div class="float" id="image_003aWeb_002dSearch_002dBrowser_002dMenu">
 
-<img src="im/menu-web-search-browser.png" alt="Web Search Browser Menu">
-<div class="float-caption"><p><strong>Image B.3: </strong>Web Search Browser 
Menu</p></div></div><br>
+<img class="image" src="im/menu-web-search-browser.png" alt="Web Search 
Browser Menu">
+<div class="caption"><p><strong class="strong">Image B.3: </strong>Web Search 
Browser Menu</p></div></div><br>
 
 <hr>
-<span id="Using-URLs-with-Find_002dFile"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Using-URLs-with-Find_002dFile">
+<div class="nav-panel">
 <p>
 Next: <a href="#Invisible-Text-Searches" accesskey="n" rel="next">Invisible 
Text Searches</a>, Previous: <a href="#Web-Search-Engines" accesskey="p" 
rel="prev">Web Search Engines</a>, Up: <a href="#Customization" accesskey="u" 
rel="up">Customization</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Using-URLs-with-Find_002dFile-1"></span><h4 class="subsection">B.2.6 
Using URLs with Find-File</h4>
+<h4 class="subsection" id="Using-URLs-with-Find_002dFile-1">B.2.6 Using URLs 
with Find-File</h4>
 
-<span id="index-find_002dfile"></span>
-<span id="index-find_002dfile_002c-browsing-URLs"></span>
-<span id="index-browsing-URLs"></span>
-<span id="index-URLs_002c-using-with-find_002dfile"></span>
-<span id="index-web-pages_002c-displaying"></span>
-<span id="index-remote-pathnames"></span>
+<a class="index-entry-id" id="index-find_002dfile"></a>
+<a class="index-entry-id" id="index-find_002dfile_002c-browsing-URLs"></a>
+<a class="index-entry-id" id="index-browsing-URLs"></a>
+<a class="index-entry-id" id="index-URLs_002c-using-with-find_002dfile"></a>
+<a class="index-entry-id" id="index-web-pages_002c-displaying"></a>
+<a class="index-entry-id" id="index-remote-pathnames"></a>
 <p>Hyperbole always recognizes URLs within buffers when the Action Key is
 pressed on them.  But sometimes it is useful to enter a URL at a prompt
 and have it displayed.  Hyperbole can recognize s/ftp and www URLs given to
-the <code>find-file</code> command (or any other <code>find-file-*</code> 
commands).
+the <code class="code">find-file</code> command (or any other <code 
class="code">find-file-*</code> commands).
 But because there is added overhead with this feature, it is not enabled by
 default.
 </p>
-<span id="index-menu-item_002c-Find_002dFile_002dURLs"></span>
-<span id="index-menu-item_002c-Find_002dFile_002dAccepts_002dURLs"></span>
+<a class="index-entry-id" id="index-menu-item_002c-Find_002dFile_002dURLs"></a>
+<a class="index-entry-id" 
id="index-menu-item_002c-Find_002dFile_002dAccepts_002dURLs"></a>
 <p>To enable the feature, use the Hyperbole menu item Cust/Find-File-URLs
 (or Find-File-Accepts-URLs on the Hyperbole/Customize pulldown
 menu).  Either of these toggles acceptance of URLs.  When enabled the
 string, URLs, appears in the parenthesized minor-mode section of the
 modeline.
 </p>
-<span id="index-hpath_003afind_002dfile_002durls_002dmode"></span>
-<span id="index-enabling-URLs-in-find_002dfile"></span>
-<span id="index-browsing-URLs-in-find_002dfile"></span>
+<a class="index-entry-id" 
id="index-hpath_003afind_002dfile_002durls_002dmode"></a>
+<a class="index-entry-id" id="index-enabling-URLs-in-find_002dfile"></a>
+<a class="index-entry-id" id="index-browsing-URLs-in-find_002dfile"></a>
 <p>To enable this feature each time you start the editor, add the
 following to your personal initialization file after initializing
-Hyperbole: <code>(hpath:find-file-urls-mode 1)</code>.
+Hyperbole: <code class="code">(hpath:find-file-urls-mode 1)</code>.
 </p>
-<span id="index-abbreviated-URLs"></span>
-<span id="index-URLs_002c-abbreviated"></span>
-<span id="index-Tramp-1"></span>
-<p>Both full URLs and abbreviated ones, like <samp>www.gnu.org</samp>, are
+<a class="index-entry-id" id="index-abbreviated-URLs"></a>
+<a class="index-entry-id" id="index-URLs_002c-abbreviated"></a>
+<a class="index-entry-id" id="index-Tramp-1"></a>
+<p>Both full URLs and abbreviated ones, like <samp 
class="file">www.gnu.org</samp>, are
 recognized.  filename completion does not work with URLs; you
 have to type or paste in the entire URL.  This feature will work only
 if you have the builtin Tramp Emacs Lisp package; if you don&rsquo;t have
 Tramp, an error message will be displayed when you try to enable
 find-file URLs.
 </p>
-<span id="index-C_002dh-h-c-u"></span>
-<span id="index-menu_002c-Cust_002fURL_002dDisplay"></span>
+<a class="index-entry-id" id="index-C_002dh-h-c-u"></a>
+<a class="index-entry-id" id="index-menu_002c-Cust_002fURL_002dDisplay"></a>
 <p>The web browser used to display URLs may be set with the minibuffer
-menu Cust/URL-Display <kbd>{C-h h c u}</kbd> or with this Hyperbole menubar
+menu Cust/URL-Display <kbd class="kbd">{C-h h c u}</kbd> or with this 
Hyperbole menubar
 menu.
 </p>
-<div class="float"><span id="image_003aURL_002dBrowser_002dMenu"></span>
+<div class="float" id="image_003aURL_002dBrowser_002dMenu">
 
-<img src="im/menu-url-browser.png" alt="URL Browser Menu">
-<div class="float-caption"><p><strong>Image B.4: </strong>URL Browser 
Menu</p></div></div><br>
+<img class="image" src="im/menu-url-browser.png" alt="URL Browser Menu">
+<div class="caption"><p><strong class="strong">Image B.4: </strong>URL Browser 
Menu</p></div></div><br>
 
 <hr>
-<span id="Invisible-Text-Searches"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Invisible-Text-Searches">
+<div class="nav-panel">
 <p>
-Next: <a href="#Button-Colors" accesskey="n" rel="next">Button Colors</a>, 
Previous: <a href="#Using-URLs-with-Find_002dFile" accesskey="p" 
rel="prev">Using URLs with Find-File</a>, Up: <a href="#Customization" 
accesskey="u" rel="up">Customization</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Button-Colors" accesskey="n" rel="next">Configuring Button 
Colors</a>, Previous: <a href="#Using-URLs-with-Find_002dFile" accesskey="p" 
rel="prev">Using URLs with Find-File</a>, Up: <a href="#Customization" 
accesskey="u" rel="up">Customization</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Invisible-Text-Searches-1"></span><h4 class="subsection">B.2.7 
Invisible Text Searches</h4>
+<h4 class="subsection" id="Invisible-Text-Searches-1">B.2.7 Invisible Text 
Searches</h4>
 
-<span id="index-menu-item_002c-Isearch_002dInvisible"></span>
-<span id="index-menu-item_002c-Toggle_002dIsearch_002dInvisible"></span>
-<span id="index-isearch"></span>
-<span id="index-search-1"></span>
+<a class="index-entry-id" id="index-menu-item_002c-Isearch_002dInvisible"></a>
+<a class="index-entry-id" 
id="index-menu-item_002c-Toggle_002dIsearch_002dInvisible"></a>
+<a class="index-entry-id" id="index-isearch"></a>
+<a class="index-entry-id" id="index-search-1"></a>
 <p>This is largely for outline modes such as the Koutliner.  By default,
-character-by-character interactive search on <kbd>{C-s}</kbd> will search
+character-by-character interactive search on <kbd class="kbd">{C-s}</kbd> will 
search
 through invisible/hidden text, making the text temporarily visible
 until point moves past that hidden part.  When a search match is
 selected, the surrounding text remains visible.
 </p>
-<p>You can temporarily disable searching of hidden text by typing <kbd>{M-s 
i}</kbd>
+<p>You can temporarily disable searching of hidden text by typing <kbd 
class="kbd">{M-s i}</kbd>
 while in an incremental search.  This key sequence toggles that
 setting and makes searches look at only visible text (or the reverse
 when invoked again).  The setting lasts only through the current
 interactive search.
 </p>
 <hr>
-<span id="Button-Colors"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Button-Colors">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Invisible-Text-Searches" accesskey="p" 
rel="prev">Invisible Text Searches</a>, Up: <a href="#Customization" 
accesskey="u" rel="up">Customization</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Configuring-Button-Colors"></span><h4 class="subsection">B.2.8 
Configuring Button Colors</h4>
-<span id="index-Emacs-support"></span>
-<span id="index-button-highlighting-1"></span>
-<span id="index-highlighting-buttons"></span>
-<span id="index-button-flashing"></span>
-<span id="index-flashing-buttons"></span>
-<span id="index-file_002c-hui_002dep_002a_002eel"></span>
-<span id="index-file_002c-hsettings_002eel"></span>
-<span id="index-hproperty_003acycle_002dbut_002dcolor"></span>
+<h4 class="subsection" id="Configuring-Button-Colors">B.2.8 Configuring Button 
Colors</h4>
+<a class="index-entry-id" id="index-Emacs-support"></a>
+<a class="index-entry-id" id="index-button-highlighting-1"></a>
+<a class="index-entry-id" id="index-highlighting-buttons"></a>
+<a class="index-entry-id" id="index-button-flashing"></a>
+<a class="index-entry-id" id="index-flashing-buttons"></a>
+<a class="index-entry-id" id="index-file_002c-hui_002dep_002a_002eel"></a>
+<a class="index-entry-id" id="index-file_002c-hsettings_002eel"></a>
+<a class="index-entry-id" id="index-hproperty_003acycle_002dbut_002dcolor"></a>
 <p>When Hyperbole is run under a window system, it automatically
 highlights any explicit buttons in a buffer and makes them flash when
 selected.  The main setting you may want change is the selection of a
 color (or style) for button highlighting and button flashing.  See
-the <samp>hui-*-b*.el</samp> files for lists of potential colors and the
+the <samp class="file">hui-*-b*.el</samp> files for lists of potential colors 
and the
 code which supports this behavior.  A call
-to <code>(hproperty:cycle-but-color)</code> in the <samp>hsettings.el</samp> 
file
+to <code class="code">(hproperty:cycle-but-color)</code> in the <samp 
class="file">hsettings.el</samp> file
 changes the color used to highlight and flash explicit buttons.
 </p>
-<span id="index-hproperty_003abut_002dflash_002dtime_002dseconds"></span>
-<span id="index-button-flash-time"></span>
+<a class="index-entry-id" 
id="index-hproperty_003abut_002dflash_002dtime_002dseconds"></a>
+<a class="index-entry-id" id="index-button-flash-time"></a>
 <p>You may also change the length of time in fractions of a second that a
-button flashes by setting <code>hproperty:but-flash-time-seconds</code>.
+button flashes by setting <code 
class="code">hproperty:but-flash-time-seconds</code>.
 </p>
-<span id="index-hproperty_003abut_002dhighlight_002dflag"></span>
+<a class="index-entry-id" 
id="index-hproperty_003abut_002dhighlight_002dflag"></a>
 <p>Whether or not buttons are highlighted is controlled
-by <code>hproperty:but-highlight-flag</code>, which defaults to 
&lsquo;<samp>t</samp>&rsquo;.
-To disable highlighting, change this setting in <samp>hsettings.el</samp> or
+by <code class="code">hproperty:but-highlight-flag</code>, which defaults to 
&lsquo;<samp class="samp">t</samp>&rsquo;.
+To disable highlighting, change this setting in <samp 
class="file">hsettings.el</samp> or
 use Hyperbole menu item, Cust/All-Options, and select the Hyperbole
 Buttons group to edit its options.
 </p>
-<span id="index-hproperty_003abut_002dcreate"></span>
+<a class="index-entry-id" id="index-hproperty_003abut_002dcreate"></a>
 <p>If you read in a file with explicit buttons before you load Hyperbole,
 these buttons won&rsquo;t be highlighted.  Load Hyperbole and then use
-<kbd>{M-x hproperty:but-create <span class="key">RET</span>}</kbd> to 
highlight the buttons in
+<kbd class="kbd">{M-x hproperty:but-create <kbd class="key">RET</kbd>}</kbd> 
to highlight the buttons in
 the current buffer.
 </p>
-<span id="index-button-emphasis"></span>
-<span id="index-hproperty_003abut_002demphasize_002dflag"></span>
-<p>Additionally, if <code>hproperty:but-emphasize-flag</code> is set to 
&lsquo;<samp>t</samp>&rsquo;,
+<a class="index-entry-id" id="index-button-emphasis"></a>
+<a class="index-entry-id" 
id="index-hproperty_003abut_002demphasize_002dflag"></a>
+<p>Additionally, if <code class="code">hproperty:but-emphasize-flag</code> is 
set to &lsquo;<samp class="samp">t</samp>&rsquo;,
 then whenever the mouse pointer moves over an explicit button, it will
 be emphasized in a different color or style.  This emphasis is in
 addition to any non-mouse-sensitive button highlighting.
 </p>
 
 <hr>
-<span id="Hyperbole-Key-Bindings"></span><div class="header">
+</div>
+</div>
+</div>
+<div class="appendix-level-extent" id="Hyperbole-Key-Bindings">
+<div class="nav-panel">
 <p>
-Next: <a href="#Koutliner-Keys" accesskey="n" rel="next">Koutliner Keys</a>, 
Previous: <a href="#Setup" accesskey="p" rel="prev">Setup</a>, Up: <a 
href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Koutliner-Keys" accesskey="n" rel="next">Koutliner Keys</a>, 
Previous: <a href="#Setup" accesskey="p" rel="prev">Setup</a>, Up: <a 
href="#Top" accesskey="u" rel="up">GNU Hyperbole</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Hyperbole-Key-Bindings-1"></span><h2 class="appendix">Appendix C 
Hyperbole Key Bindings</h2>
+<h2 class="appendix" id="Hyperbole-Key-Bindings-1">Appendix C Hyperbole Key 
Bindings</h2>
 
-<span id="index-key-binding-list"></span>
+<a class="index-entry-id" id="index-key-binding-list"></a>
 <p>This appendix covers two topics: 1. how to bind Hyperbole minibuffer
 menu items to global keys and 2. summaries of all of Hyperbole&rsquo;s
 default key bindings.  User-specific Hyperbole key binding customizations
 override Hyperbole&rsquo;s defaults.
-</p><table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a 
href="#Binding-Minibuffer-Menu-Items" accesskey="1">Binding Minibuffer Menu 
Items</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Default-Hyperbole-Bindings" 
accesskey="2">Default Hyperbole Bindings</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Testing" 
accesskey="3">Testing</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
-
+</p>
+<ul class="mini-toc">
+<li><a href="#Binding-Minibuffer-Menu-Items" accesskey="1">Binding Minibuffer 
Menu Items</a></li>
+<li><a href="#Default-Hyperbole-Bindings" accesskey="2">Default Hyperbole 
Bindings</a></li>
+<li><a href="#Testing" accesskey="3">Testing</a></li>
+</ul>
 <hr>
-<span id="Binding-Minibuffer-Menu-Items"></span><div class="header">
+<div class="section-level-extent" id="Binding-Minibuffer-Menu-Items">
+<div class="nav-panel">
 <p>
 Next: <a href="#Default-Hyperbole-Bindings" accesskey="n" rel="next">Default 
Hyperbole Bindings</a>, Previous: <a href="#Hyperbole-Key-Bindings" 
accesskey="p" rel="prev">Hyperbole Key Bindings</a>, Up: <a 
href="#Hyperbole-Key-Bindings" accesskey="u" rel="up">Hyperbole Key 
Bindings</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Binding-Minibuffer-Menu-Items-1"></span><h3 class="section">C.1 
Binding Minibuffer Menu Items</h3>
+<h3 class="section" id="Binding-Minibuffer-Menu-Items-1">C.1 Binding 
Minibuffer Menu Items</h3>
 
-<span id="index-binding-keys"></span>
-<span id="index-minibuffer-menu-bindings"></span>
-<span id="index-hyperbole_002dset_002dkey"></span>
-<p>Use <kbd>{M-x hyperbole-set-key <span class="key">RET</span>}</kbd> to bind 
any global key to
+<a class="index-entry-id" id="index-binding-keys"></a>
+<a class="index-entry-id" id="index-minibuffer-menu-bindings"></a>
+<a class="index-entry-id" id="index-hyperbole_002dset_002dkey"></a>
+<p>Use <kbd class="kbd">{M-x hyperbole-set-key <kbd 
class="key">RET</kbd>}</kbd> to bind any global key to
 any Hyperbole minibuffer menu item.  This command will first prompt for the
 key sequence you want to use to activate the menu item.  Immediately
 after, it will display the Hyperbole top-level minibuffer menu.  Simply
 select the item you want to bind to your key.
 </p>
 <hr>
-<span id="Default-Hyperbole-Bindings"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Default-Hyperbole-Bindings">
+<div class="nav-panel">
 <p>
 Next: <a href="#Testing" accesskey="n" rel="next">Testing</a>, Previous: <a 
href="#Binding-Minibuffer-Menu-Items" accesskey="p" rel="prev">Binding 
Minibuffer Menu Items</a>, Up: <a href="#Hyperbole-Key-Bindings" accesskey="u" 
rel="up">Hyperbole Key Bindings</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Default-Hyperbole-Bindings-1"></span><h3 class="section">C.2 Default 
Hyperbole Bindings</h3>
+<h3 class="section" id="Default-Hyperbole-Bindings-1">C.2 Default Hyperbole 
Bindings</h3>
 
 <p>Hyperbole&rsquo;s default key bindings can be viewed and edited from
 either the Cust/KeyBindings minibuffer menu or from the Hyperbole
 menubar menu as shown here:
 </p>
-<div class="float"><span id="image_003aChange_002dKey_002dBindings"></span>
+<div class="float" id="image_003aChange_002dKey_002dBindings">
 
-<img src="im/menu-key-bindings.png" alt="Change Key Bindings">
-<div class="float-caption"><p><strong>Image C.1: </strong>Hyperbole Key 
Bindings Menu</p></div></div><br>
+<img class="image" src="im/menu-key-bindings.png" alt="Change Key Bindings">
+<div class="caption"><p><strong class="strong">Image C.1: </strong>Hyperbole 
Key Bindings Menu</p></div></div><br>
 
-<span id="index-hyperbole_002dmode_002dmap"></span>
-<span id="index-key-bindings"></span>
-<span id="index-minor-mode_002c-keymap"></span>
+<a class="index-entry-id" id="index-hyperbole_002dmode_002dmap"></a>
+<a class="index-entry-id" id="index-key-bindings"></a>
+<a class="index-entry-id" id="index-minor-mode_002c-keymap"></a>
 <p>Below are descriptions of Hyperbole&rsquo;s default keyboard key bindings.
-All except <kbd>{C-h h}</kbd> (the global key used to enable Hyperbole and
+All except <kbd class="kbd">{C-h h}</kbd> (the global key used to enable 
Hyperbole and
 display its minibuffer menu) are bound within Hyperbole&rsquo;s minor mode
-keymap, <code>hyperbole-mode-map</code>.
+keymap, <code class="code">hyperbole-mode-map</code>.
 </p>
-<dl compact="compact">
-<dd><span id="index-key-binding_002c-M_002dRET"></span>
-<span id="index-M_002dRET-2"></span>
+<dl class="table">
+<dd><a class="index-entry-id" id="index-key-binding_002c-M_002dRET"></a>
+<a class="index-entry-id" id="index-M_002dRET-2"></a>
 </dd>
-<dt><kbd>{M-<span class="key">RET</span>}</kbd></dt>
+<dt><kbd class="kbd">{M-<kbd class="key">RET</kbd>}</kbd></dt>
 <dd><p>Action Key: Invoke the Action Key in the present context.
-<span id="index-C_002du-M_002dRET-1"></span>
+<a class="index-entry-id" id="index-C_002du-M_002dRET-1"></a>
 </p></dd>
-<dt><kbd>{C-u M-<span class="key">RET</span>}</kbd></dt>
+<dt><kbd class="kbd">{C-u M-<kbd class="key">RET</kbd>}</kbd></dt>
 <dd><p>Assist Key: Invoke the Assist Key in the present context.
 </p>
-<span id="index-key-binding_002c-C_002dc-_005c"></span>
-<span id="index-C_002dc-_005c-1"></span>
+<a class="index-entry-id" id="index-key-binding_002c-C_002dc-_005c"></a>
+<a class="index-entry-id" id="index-C_002dc-_005c-1"></a>
 </dd>
-<dt><kbd>{C-c \}</kbd></dt>
+<dt><kbd class="kbd">{C-c \}</kbd></dt>
 <dd><p>HyControl: Control windows, frames and buffer display.  This binding
 is made only if the key is not bound prior to initializing Hyperbole.
 </p>
-<span id="index-C_002dc-_002f-1"></span>
-<span id="index-C_002dh-h-f-w-1"></span>
-<span id="index-menu_002c-Find_002fWeb-2"></span>
-<span id="index-menu_002c-Web-2"></span>
-<span id="index-searching-the-web-1"></span>
-<span id="index-web-search-menu-1"></span>
-<span id="index-C_002dc-_002f-2"></span>
+<a class="index-entry-id" id="index-C_002dc-_002f-1"></a>
+<a class="index-entry-id" id="index-C_002dh-h-f-w-1"></a>
+<a class="index-entry-id" id="index-menu_002c-Find_002fWeb-2"></a>
+<a class="index-entry-id" id="index-menu_002c-Web-2"></a>
+<a class="index-entry-id" id="index-searching-the-web-1"></a>
+<a class="index-entry-id" id="index-web-search-menu-1"></a>
+<a class="index-entry-id" id="index-C_002dc-_002f-2"></a>
 </dd>
-<dt><kbd>{C-c /}</kbd></dt>
+<dt><kbd class="kbd">{C-c /}</kbd></dt>
 <dd><p>Search the Web: Display a minibuffer menu of web search engines.  Once
 an engine is selected, prompt for a search term and perform the
 associated search.  This binding is made only if the key is not bound
 prior to initializing Hyperbole; otherwise, the Find/Web minibuffer menu
-item, <kbd>{C-h h f w}</kbd>, will do the same thing.
-</p>
-<span id="index-C_002dc-_0040"></span>
-<span id="index-key-binding_002c-C_002dc-_0040"></span>
-<span id="index-windows-grid-1"></span>
-<span id="index-grid-of-windows-1"></span>
-<span id="index-C_002dh-h-h"></span>
-<span id="index-restore-frame-configuration"></span>
-<span id="index-frame-configuration_002c-restore"></span>
-<span id="index-restore-window-configuration"></span>
-<span id="index-window-configuration_002c-restore"></span>
-<span id="index-C_002dc-_0040-1"></span>
-</dd>
-<dt><kbd>{C-c @}</kbd></dt>
+item, <kbd class="kbd">{C-h h f w}</kbd>, will do the same thing.
+</p>
+<a class="index-entry-id" id="index-C_002dc-_0040"></a>
+<a class="index-entry-id" id="index-key-binding_002c-C_002dc-_0040"></a>
+<a class="index-entry-id" id="index-windows-grid-1"></a>
+<a class="index-entry-id" id="index-grid-of-windows-1"></a>
+<a class="index-entry-id" id="index-C_002dh-h-h"></a>
+<a class="index-entry-id" id="index-restore-frame-configuration"></a>
+<a class="index-entry-id" id="index-frame-configuration_002c-restore"></a>
+<a class="index-entry-id" id="index-restore-window-configuration"></a>
+<a class="index-entry-id" id="index-window-configuration_002c-restore"></a>
+<a class="index-entry-id" id="index-C_002dc-_0040-1"></a>
+</dd>
+<dt><kbd class="kbd">{C-c @}</kbd></dt>
 <dd><p>Display a grid of windows in the selected frame, sized according to the
 prefix argument.  The left digit of the argument is the number of grid rows
-and the right digit is the number of grid columns.  Use <kbd>{C-h h h}</kbd> to
+and the right digit is the number of grid columns.  Use <kbd class="kbd">{C-h 
h h}</kbd> to
 restore the prior frame configuration.
 </p>
 <p>If the argument is 0, prompt for a major mode whose buffers should be
@@ -9523,51 +8936,48 @@ files that match the pattern in an auto-sized windows 
grid.
 </p>
 <p>This binding is made only if the key is not bound prior to initializing 
Hyperbole.
 </p>
-<p>For further details, see the <kbd>{@}</kbd> key binding description
-in <a href="#HyControl">HyControl</a>.
+<p>For further details, see the <kbd class="kbd">{@}</kbd> key binding 
description
+in <a class="ref" href="#HyControl">HyControl</a>.
 </p>
-<span id="index-key-binding_002c-M_002do"></span>
-<span id="index-M_002do-1"></span>
+<a class="index-entry-id" id="index-key-binding_002c-M_002do"></a>
+<a class="index-entry-id" id="index-M_002do-1"></a>
 </dd>
-<dt><kbd>{M-o}</kbd></dt>
+<dt><kbd class="kbd">{M-o}</kbd></dt>
 <dd><p>Drag Operation: Keyboard emulation of the start and stop of mouse
 drags to invoke Smart Key actions.  This binding is made only if the
 key is not bound prior to initializing Hyperbole and if Emacs is run under
 a window system.  If the Ace Window package is loaded, then Ace Window
-commands are typically bound to <kbd>{M-o}</kbd> instead.  Then <kbd>{M-o 
w}</kbd>
+commands are typically bound to <kbd class="kbd">{M-o}</kbd> instead.  Then 
<kbd class="kbd">{M-o w}</kbd>
 may be used to quickly create an explicit link button in the selected window
 that links to any other window chosen via the Ace Window prompt.
 </p>
-<span id="index-key-binding_002c-C_002dh-h"></span>
-<span id="index-C_002dh-h-2"></span>
+<a class="index-entry-id" id="index-key-binding_002c-C_002dh-h"></a>
+<a class="index-entry-id" id="index-C_002dh-h-2"></a>
 </dd>
-<dt><kbd>{C-h h}</kbd></dt>
-<dd><span id="index-C_002dh-h-X-1"></span>
-</dd>
-<dt><kbd>{C-h h X}</kbd></dt>
-<dd><span id="index-Hyperbole-minibuffer-menu-1"></span>
-<span id="index-enable-Hyperbole-1"></span>
-<span id="index-disable-Hyperbole-1"></span>
+<dt id='index-C_002dh-h-X-1'><span><kbd class="kbd">{C-h h}</kbd><a 
class="copiable-link" href='#index-C_002dh-h-X-1'> &para;</a></span></dt>
+<dt id='index-Hyperbole-minibuffer-menu-1'><span><kbd class="kbd">{C-h h 
X}</kbd><a class="copiable-link" href='#index-Hyperbole-minibuffer-menu-1'> 
&para;</a></span></dt>
+<dd><a class="index-entry-id" id="index-enable-Hyperbole-1"></a>
+<a class="index-entry-id" id="index-disable-Hyperbole-1"></a>
 <p>Hyperbole Mini Menu: Enable Hyperbole minor mode and invoke the
 Hyperbole minibuffer menu, giving access to many Hyperbole commands.
-This is bound globally.  Use <kbd>{C-h h X}</kbd> to close the Hyperbole
+This is bound globally.  Use <kbd class="kbd">{C-h h X}</kbd> to close the 
Hyperbole
 minibuffer menu and disable Hyperbole minor mode.
 </p>
-<span id="index-key-binding_002c-C_002dh-A"></span>
-<span id="index-key-binding_002c-C_002du-C_002dh-A"></span>
-<span id="index-C_002dh-A-1"></span>
+<a class="index-entry-id" id="index-key-binding_002c-C_002dh-A"></a>
+<a class="index-entry-id" id="index-key-binding_002c-C_002du-C_002dh-A"></a>
+<a class="index-entry-id" id="index-C_002dh-A-1"></a>
 </dd>
-<dt><kbd>{C-h A}</kbd></dt>
+<dt><kbd class="kbd">{C-h A}</kbd></dt>
 <dd><p>Action Key Help: Show what the Action Key will do in the current 
context.
-<span id="index-C_002du-C_002dh-A-1"></span>
+<a class="index-entry-id" id="index-C_002du-C_002dh-A-1"></a>
 </p></dd>
-<dt><kbd>{C-u C-h A}</kbd></dt>
+<dt><kbd class="kbd">{C-u C-h A}</kbd></dt>
 <dd><p>Assist Key Help: Show what the Assist Key will do in the same context.
 </p>
-<span id="index-key-binding_002c-C_002dc-RET"></span>
-<span id="index-C_002dc-RET-1"></span>
+<a class="index-entry-id" id="index-key-binding_002c-C_002dc-RET"></a>
+<a class="index-entry-id" id="index-C_002dc-RET-1"></a>
 </dd>
-<dt><kbd>{C-c <span class="key">RET</span>}</kbd></dt>
+<dt><kbd class="kbd">{C-c <kbd class="key">RET</kbd>}</kbd></dt>
 <dd><p>Mark Things: Mark larger and larger syntactical units in a buffer
 when invoked repeatedly, showing in the minibuffer the type of unit
 marked each time.  For example, if on an opening brace at the start of
@@ -9575,92 +8985,92 @@ a C, Java or Javascript function, this marks the whole 
function.  This
 binding is made only if the key is not bound prior to initializing
 Hyperbole.
 </p>
-<span id="index-key-binding_002c-C_002dc-_002e"></span>
-<span id="index-C_002dc-_002e-2"></span>
+<a class="index-entry-id" id="index-key-binding_002c-C_002dc-_002e"></a>
+<a class="index-entry-id" id="index-C_002dc-_002e-2"></a>
 </dd>
-<dt><kbd>{C-c .}</kbd></dt>
+<dt><kbd class="kbd">{C-c .}</kbd></dt>
 <dd><p>Delimited Thing Jump: Jump between the start and end of a delimited
 thing, which may be an HTML tag pair.  This binding is made only if
-the key is not bound prior to initializing Hyperbole.  See <a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a>, for more 
information.
-</p>
-<span id="index-key-binding_002c-M_002dw"></span>
-<span id="index-mark_002deven_002dif_002dinactive"></span>
-<span id="index-hui_002dkill_002dring_002dsave"></span>
-<span id="index-M_002dw-1"></span>
-</dd>
-<dt><kbd>{M-w}</kbd></dt>
-<dd><span id="index-copying-things-to-kill-ring"></span>
-<p>Delimited Thing, Koutline Cell Reference or Region Copy: While Hyperbole is
-active, it sets <code>mark-even-if-inactive</code> to <code>nil</code> and 
overrides
-<kbd>{M-w}</kbd> with its own command, <code>hui-kill-ring-save</code>, which 
copies the
+the key is not bound prior to initializing Hyperbole.  See <a class="xref" 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a>, for more 
information.
+</p>
+<a class="index-entry-id" id="index-key-binding_002c-M_002dw"></a>
+<a class="index-entry-id" id="index-mark_002deven_002dif_002dinactive"></a>
+<a class="index-entry-id" id="index-hui_002dkill_002dring_002dsave"></a>
+<a class="index-entry-id" id="index-M_002dw-1"></a>
+</dd>
+<dt id='index-copying-things-to-kill-ring'><span><kbd 
class="kbd">{M-w}</kbd><a class="copiable-link" 
href='#index-copying-things-to-kill-ring'> &para;</a></span></dt>
+<dd><p>Delimited Thing, Koutline Cell Reference or Region Copy: While 
Hyperbole is
+active, it sets <code class="code">mark-even-if-inactive</code> to <code 
class="code">nil</code> and overrides
+<kbd class="kbd">{M-w}</kbd> with its own command, <code 
class="code">hui-kill-ring-save</code>, which copies the
 region only when it is active/highlighted.  When there is no active region,
-<kbd>{M-w}</kbd> does one of the following:
+<kbd class="kbd">{M-w}</kbd> does one of the following:
 </p>
-<ol>
+<ol class="enumerate">
 <li> in a Koutline klink, copies the klink;
 </li><li> in a Koutline cell, outside any klink, copies a klink reference to 
the current cell;
 </li><li> on a Hyperbole button, copies the text of the button excluding 
delimiters;
 </li><li> at the start of a paired delimiter, copy the text including the 
delimiters.
 </li></ol>
 
-<span id="index-key-binding_002c-C_002dx-r-s"></span>
-<span id="index-C_002dx-r-s-1"></span>
+<a class="index-entry-id" id="index-key-binding_002c-C_002dx-r-s"></a>
+<a class="index-entry-id" id="index-C_002dx-r-s-1"></a>
 </dd>
-<dt><kbd>{C-x r s}</kbd></dt>
-<dd><span id="index-copying-things-to-registers"></span>
-<p>Delimited Thing, Koutline Cell Reference or Region Save to Register: This
-does the same thing as <kbd>{M-w}</kbd> except it copies to an Emacs register
+<dt id='index-copying-things-to-registers'><span><kbd class="kbd">{C-x r 
s}</kbd><a class="copiable-link" href='#index-copying-things-to-registers'> 
&para;</a></span></dt>
+<dd><p>Delimited Thing, Koutline Cell Reference or Region Save to Register: 
This
+does the same thing as <kbd class="kbd">{M-w}</kbd> except it copies to an 
Emacs register
 given by a letter or number rather than the kill ring.  While Hyperbole is 
active,
-it overrides <kbd>{C-x r s}</kbd> with its own command, 
<code>hui-copy-to-register</code>.
+it overrides <kbd class="kbd">{C-x r s}</kbd> with its own command, <code 
class="code">hui-copy-to-register</code>.
 which copies the region only when it is active/highlighted.
 </p></dd>
 </dl>
 
-<span id="index-hkey_002dinit"></span>
-<span id="index-disable-hyperbole-key-bindings"></span>
-<p>The variable, <code>hkey-init</code>, controls whether or not any Hyperbole
-key bindings are made when <code>hyperbole-mode</code> is active.  It is set
-to &lsquo;<samp>t</samp>&rsquo; (true) by default in 
<samp>hyperbole.el</samp>.  This setting
+<a class="index-entry-id" id="index-hkey_002dinit"></a>
+<a class="index-entry-id" id="index-disable-hyperbole-key-bindings"></a>
+<p>The variable, <code class="code">hkey-init</code>, controls whether or not 
any Hyperbole
+key bindings are made when <code class="code">hyperbole-mode</code> is active. 
 It is set
+to &lsquo;<samp class="samp">t</samp>&rsquo; (true) by default in <samp 
class="file">hyperbole.el</samp>.  This setting
 means all Hyperbole key bindings will be initialized when Hyperbole is
 loaded.  If you want to disable these bindings permanently, simply add
-<code>(setq hkey-init nil)</code> to your <samp>~/.emacs</samp> file prior to 
the
+<code class="code">(setq hkey-init nil)</code> to your <samp 
class="file">~/.emacs</samp> file prior to the
 point at which you load Hyperbole; then restart Emacs.  Henceforth, you will
 have to choose the Hyperbole commands that you want to use and bind those to
 keys.
 </p>
-<span id="index-file_002c-_002eemacs-4"></span>
-<span id="index-hyperbole_002dmode-1"></span>
-<span id="index-mouse-key-toggle"></span>
-<span id="index-Smart-Mouse-Key-toggle"></span>
+<a class="index-entry-id" id="index-file_002c-_002eemacs-4"></a>
+<a class="index-entry-id" id="index-hyperbole_002dmode-1"></a>
+<a class="index-entry-id" id="index-mouse-key-toggle"></a>
+<a class="index-entry-id" id="index-Smart-Mouse-Key-toggle"></a>
 <p>If you ever want to temporarily disable Hyperbole key and mouse bindings,
-simply toggle Hyperbole minor mode off with the <code>hyperbole-mode</code>
-command.  There is no default key binding for this command; use <kbd>{M-x
-hyperbole-mode <span class="key">RET</span>}</kbd>.  Alternatively, you may 
select a key and bind it
-as part of any setting of <code>hyperbole-init-hook</code> within your
-personal <samp>~/.emacs</samp> file.  For example, <code>(add-hook
+simply toggle Hyperbole minor mode off with the <code 
class="code">hyperbole-mode</code>
+command.  There is no default key binding for this command; use <kbd 
class="kbd">{M-x
+hyperbole-mode <kbd class="key">RET</kbd>}</kbd>.  Alternatively, you may 
select a key and bind it
+as part of any setting of <code class="code">hyperbole-init-hook</code> within 
your
+personal <samp class="file">~/.emacs</samp> file.  For example, <code 
class="code">(add-hook
 'hyperbole-init-hook (lambda () (global-set-key &quot;\C-ct&quot; 
'hyperbole-mode)))</code>.
 </p>
 <hr>
-<span id="Testing"></span><div class="header">
+</div>
+<div class="section-level-extent" id="Testing">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Default-Hyperbole-Bindings" accesskey="p" 
rel="prev">Default Hyperbole Bindings</a>, Up: <a 
href="#Hyperbole-Key-Bindings" accesskey="u" rel="up">Hyperbole Key 
Bindings</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Testing-1"></span><h3 class="section">C.3 Testing</h3>
+<h3 class="section" id="Testing-1">C.3 Testing</h3>
 
-<p>Hyperbole includes over 200 automated test cases in the <samp>test/</samp>
+<p>Hyperbole includes over 200 automated test cases in the <samp 
class="file">test/</samp>
 subdirectory.  You can run all of them by moving to the Hyperbole home
-directory in a Posix shell and run <code>make test-all</code> or <code>make
+directory in a Posix shell and run <code class="code">make test-all</code> or 
<code class="code">make
 test</code> to run just non-interactive tests.  If any tests fail, you can
 press the Action Key to see the source of the failure.  Full testing is
 supported under POSIX systems only.
 </p>
 <p>With Hyperbole active, you can also define implicit buttons that run
-individual or sets of Hyperbole tests.  The file <samp>hypb-ert.el</samp> 
contains
+individual or sets of Hyperbole tests.  The file <samp 
class="file">hypb-ert.el</samp> contains
 two action link types:
 </p>
 <div class="example">
-<pre class="example"><code>hyperbole-run-test</code>  - run a single Hyperbole 
test by name
-<code>hyperbole-run-tests</code> - run one more tests matching a pattern
+<pre class="example-preformatted"><code class="code">hyperbole-run-test</code> 
 - run a single Hyperbole test by name
+<code class="code">hyperbole-run-tests</code> - run one more tests matching a 
pattern
 
 Example uses with a press of the Action Key:
 
@@ -9675,190 +9085,193 @@ Example uses with a press of the Action Key:
 </pre></div>
 
 <hr>
-<span id="Koutliner-Keys"></span><div class="header">
+</div>
+</div>
+<div class="appendix-level-extent" id="Koutliner-Keys">
+<div class="nav-panel">
 <p>
-Next: <a href="#Smart-Key-Reference" accesskey="n" rel="next">Smart Key 
Reference</a>, Previous: <a href="#Hyperbole-Key-Bindings" accesskey="p" 
rel="prev">Hyperbole Key Bindings</a>, Up: <a href="#Top" accesskey="u" 
rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Smart-Key-Reference" accesskey="n" rel="next">Smart Key 
Reference</a>, Previous: <a href="#Hyperbole-Key-Bindings" accesskey="p" 
rel="prev">Hyperbole Key Bindings</a>, Up: <a href="#Top" accesskey="u" 
rel="up">GNU Hyperbole</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Koutliner-Keys-1"></span><h2 class="appendix">Appendix D Koutliner 
Keys</h2>
+<h2 class="appendix" id="Koutliner-Keys-1">Appendix D Koutliner Keys</h2>
 
-<span id="index-outliner-keys"></span>
+<a class="index-entry-id" id="index-outliner-keys"></a>
 <p>This appendix summarizes the specialized key bindings available when
 editing a koutline with Hyperbole.  Each key is shown together with its
 command binding and the documentation for that command.  Normal emacs
 editing keys are modified to account for the structure within outlines.
-An outliner command which overloads an emacs command named <em>cmd</em>
-is named <em>kotl-mode:cmd</em>.
+An outliner command which overloads an emacs command named <em 
class="emph">cmd</em>
+is named <em class="emph">kotl-mode:cmd</em>.
 </p>
-<dl compact="compact">
+<dl class="table">
 <dd>
-<span id="index-kfile_003awrite"></span>
+<a class="index-entry-id" id="index-kfile_003awrite"></a>
 </dd>
-<dt><code>kfile:write  <kbd>{C-x C-w}</kbd></code></dt>
+<dt><code class="code">kfile:write  <kbd class="kbd">{C-x 
C-w}</kbd></code></dt>
 <dd><p>Write the current outline to FILE.
 </p>
-<span id="index-klink_003acreate-1"></span>
+<a class="index-entry-id" id="index-klink_003acreate-1"></a>
 </dd>
-<dt><code>klink:create  <kbd>{C-c l}</kbd></code></dt>
+<dt><code class="code">klink:create  <kbd class="kbd">{C-c l}</kbd></code></dt>
 <dd><p>Insert at point an implicit link to REFERENCE.
 REFERENCE should be a cell-ref or a string containing &quot;filename, 
cell-ref&quot;.
-See the documentation for <code>(kcell:ref-to-id)</code> for valid cell-ref
+See the documentation for <code class="code">(kcell:ref-to-id)</code> for 
valid cell-ref
 formats.
 </p>
-<span id="index-kotl_002dmode_003aadd_002dcell"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aadd_002dcell"></a>
 </dd>
-<dt><code>kotl-mode:add-cell  <kbd>{C-j}</kbd></code></dt>
+<dt><code class="code">kotl-mode:add-cell  <kbd 
class="kbd">{C-j}</kbd></code></dt>
 <dd><p>Add a cell following current cell at optional RELATIVE-LEVEL with 
CONTENTS string.
 Optional prefix arg RELATIVE-LEVEL means add as sibling if nil or &gt;= 0, as 
child
-if equal to universal argument, <kbd>{C-u}</kbd>, and as sibling of current 
cell&rsquo;s
+if equal to universal argument, <kbd class="kbd">{C-u}</kbd>, and as sibling 
of current cell&rsquo;s
 parent, otherwise.  If added as sibling of current level, RELATIVE-LEVEL is
 used as a repeat count for the number of cells to add.
 </p>
 <p>Return last newly added cell.
 </p>
-<span id="index-kotl_002dmode_003aadd_002dchild"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aadd_002dchild"></a>
 </dd>
-<dt><code>kotl-mode:add-child  <kbd>{C-c a}</kbd></code></dt>
+<dt><code class="code">kotl-mode:add-child  <kbd class="kbd">{C-c 
a}</kbd></code></dt>
 <dd><p>Add a new cell to current kview as first child of current cell.
 </p>
-<span id="index-kotl_002dmode_003aadd_002dparent"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aadd_002dparent"></a>
 </dd>
-<dt><code>kotl-mode:add-parent  <kbd>{C-c p}</kbd></code></dt>
+<dt><code class="code">kotl-mode:add-parent  <kbd class="kbd">{C-c 
p}</kbd></code></dt>
 <dd><p>Add a new cell to current kview as sibling of current cell&rsquo;s 
parent.
 </p>
-<span id="index-kotl_002dmode_003aappend_002dcell"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aappend_002dcell"></a>
 </dd>
-<dt><code>kotl-mode:append-cell  <kbd>{C-c +}</kbd></code></dt>
+<dt><code class="code">kotl-mode:append-cell  <kbd class="kbd">{C-c 
+}</kbd></code></dt>
 <dd><p>Append the CONTENTS-CELL to APPEND-TO-CELL.  If neither cell has a
-no-fill property and <code>kotl-mode:refill-flag</code> is enabled, then
+no-fill property and <code class="code">kotl-mode:refill-flag</code> is 
enabled, then
 APPEND-TO-CELL is refilled.
 </p>
-<span id="index-kotl_002dmode_003aback_002dto_002dindentation"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003aback_002dto_002dindentation"></a>
 </dd>
-<dt><code>kotl-mode:back-to-indentation  <kbd>{M-m}</kbd></code></dt>
+<dt><code class="code">kotl-mode:back-to-indentation  <kbd 
class="kbd">{M-m}</kbd></code></dt>
 <dd><p>Move point to the first non-read-only non-whitespace character on this 
line.
 </p>
-<span id="index-kotl_002dmode_003abackward_002dcell"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003abackward_002dcell"></a>
 </dd>
-<dt><code>kotl-mode:backward-cell  <kbd>{C-c C-b}</kbd></code></dt>
+<dt><code class="code">kotl-mode:backward-cell  <kbd class="kbd">{C-c 
C-b}</kbd></code></dt>
 <dd><p>Move to prefix ARGth prior cell (same level) within current view.
 Return number of cells left to move.
 </p>
-<span id="index-kotl_002dmode_003abackward_002dchar"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003abackward_002dchar"></a>
 </dd>
-<dt><code>kotl-mode:backward-char  <kbd>{C-b}</kbd></code></dt>
+<dt><code class="code">kotl-mode:backward-char  <kbd 
class="kbd">{C-b}</kbd></code></dt>
 <dd><p>Move point backward ARG (or 1) characters and return point.
 </p>
-<span id="index-kotl_002dmode_003abackward_002dkill_002dword"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003abackward_002dkill_002dword"></a>
 </dd>
-<dt><code>kotl-mode:backward-kill-word  <kbd>{M-DEL}</kbd></code></dt>
+<dt><code class="code">kotl-mode:backward-kill-word  <kbd 
class="kbd">{M-DEL}</kbd></code></dt>
 <dd><p>Kill up to prefix ARG (or 1) words preceding point within a single cell.
 </p>
-<span id="index-kotl_002dmode_003abackward_002dsentence"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003abackward_002dsentence"></a>
 </dd>
-<dt><code>kotl-mode:backward-sentence  <kbd>{M-a}</kbd></code></dt>
+<dt><code class="code">kotl-mode:backward-sentence  <kbd 
class="kbd">{M-a}</kbd></code></dt>
 <dd><p>Move point backward ARG (or 1) sentences and return point.
 </p>
-<span id="index-kotl_002dmode_003abackward_002dword"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003abackward_002dword"></a>
 </dd>
-<dt><code>kotl-mode:backward-word  <kbd>{M-b}</kbd></code></dt>
+<dt><code class="code">kotl-mode:backward-word  <kbd 
class="kbd">{M-b}</kbd></code></dt>
 <dd><p>Move point backward ARG (or 1) words and return point.
 </p>
-<span id="index-kotl_002dmode_003abeginning_002dof_002dbuffer"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003abeginning_002dof_002dbuffer"></a>
 </dd>
-<dt><code>kotl-mode:beginning-of-buffer  <kbd>{M-&lt;}</kbd></code></dt>
+<dt><code class="code">kotl-mode:beginning-of-buffer  <kbd 
class="kbd">{M-&lt;}</kbd></code></dt>
 <dd><p>Move point to beginning of buffer and return point.
 </p>
-<span id="index-kotl_002dmode_003abeginning_002dof_002dcell"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003abeginning_002dof_002dcell"></a>
 </dd>
-<dt><code>kotl-mode:beginning-of-cell  <kbd>{C-c ,}</kbd></code></dt>
+<dt><code class="code">kotl-mode:beginning-of-cell  <kbd class="kbd">{C-c 
,}</kbd></code></dt>
 <dd><p>Move point to beginning of current or ARGth - 1 prior cell and return 
point.
 </p>
-<span id="index-kotl_002dmode_003abeginning_002dof_002dline"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003abeginning_002dof_002dline"></a>
 </dd>
-<dt><code>kotl-mode:beginning-of-line  <kbd>{C-a}</kbd></code></dt>
+<dt><code class="code">kotl-mode:beginning-of-line  <kbd 
class="kbd">{C-a}</kbd></code></dt>
 <dd><p>Move point to beginning of current or ARGth - 1 line and return point.
 </p>
-<span id="index-kotl_002dmode_003abeginning_002dof_002dtree"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003abeginning_002dof_002dtree"></a>
 </dd>
-<dt><code>kotl-mode:beginning-of-tree  <kbd>{C-c ^}</kbd></code></dt>
+<dt><code class="code">kotl-mode:beginning-of-tree  <kbd class="kbd">{C-c 
^}</kbd></code></dt>
 <dd><p>Move point to the level 1 root of the current cell&rsquo;s tree.
 Leave point at the start of the cell.
 </p>
-<span id="index-kotl_002dmode_003acell_002dhelp"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003acell_002dhelp"></a>
 </dd>
-<dt><code>kotl-mode:cell-help  <kbd>{C-c h}</kbd></code></dt>
+<dt><code class="code">kotl-mode:cell-help  <kbd class="kbd">{C-c 
h}</kbd></code></dt>
 <dd><p>Display a temporary buffer of CELL-REF&rsquo;s attributes.
 CELL-REF defaults to current cell.  Optional prefix arg CELLS-FLAG
 selects the cells to print:
 </p>
 <div class="example">
-<pre class="example">If = 1, print CELL-REF's cell only;
+<pre class="example-preformatted">If = 1, print CELL-REF's cell only;
 If &gt; 1, print the visible tree rooted at CELL-REF;
 If &lt; 1, print all visible cells in current view
   (In this last case, CELL-REF is not used).
 </pre></div>
 
-<span id="index-kotl_002dmode_003acell_002dattributes"></span>
-<p>See also the documentation for <code>kotl-mode:cell-attributes</code>.
+<a class="index-entry-id" id="index-kotl_002dmode_003acell_002dattributes"></a>
+<p>See also the documentation for <code 
class="code">kotl-mode:cell-attributes</code>.
 </p>
-<span id="index-kotl_002dmode_003acenter_002dline"></span>
-<span id="index-fill_002dcolumn"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003acenter_002dline"></a>
+<a class="index-entry-id" id="index-fill_002dcolumn"></a>
 </dd>
-<dt><code>kotl-mode:center-line  <kbd>{M-s}</kbd></code></dt>
-<dd><p>Center the line point is on, within the width specified by 
<code>fill-column</code>.
+<dt><code class="code">kotl-mode:center-line  <kbd 
class="kbd">{M-s}</kbd></code></dt>
+<dd><p>Center the line point is on, within the width specified by <code 
class="code">fill-column</code>.
 This means adjusting the indentation so that it equals the distance between
-the end of the text and <code>fill-column</code>.
+the end of the text and <code class="code">fill-column</code>.
 </p>
-<span id="index-kotl_002dmode_003acenter_002dparagraph"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003acenter_002dparagraph"></a>
 </dd>
-<dt><code>kotl-mode:center-paragraph  <kbd>{M-S}</kbd></code></dt>
+<dt><code class="code">kotl-mode:center-paragraph  <kbd 
class="kbd">{M-S}</kbd></code></dt>
 <dd><p>Center each nonblank line in the paragraph at or after point.
-See <code>center-line</code> for more information.
+See <code class="code">center-line</code> for more information.
 </p>
-<span id="index-kotl_002dmode_003acopy_002dafter"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003acopy_002dafter"></a>
 </dd>
-<dt><code>kotl-mode:copy-after  <kbd>{C-c c}</kbd></code></dt>
+<dt><code class="code">kotl-mode:copy-after  <kbd class="kbd">{C-c 
c}</kbd></code></dt>
 <dd><p>Copy tree rooted at FROM-CELL-REF to follow tree rooted at TO-CELL-REF.
 If prefix arg CHILD-P is non-nil, make FROM-CELL-REF the first child of
 TO-CELL-REF, otherwise make it the sibling following TO-CELL-REF.
 </p>
 <p>Leave point at the start of the root cell of the new tree.
 </p>
-<span id="index-kotl_002dmode_003acopy_002dbefore"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003acopy_002dbefore"></a>
 </dd>
-<dt><code>kotl-mode:copy-before  <kbd>{C-c C-c}</kbd></code></dt>
+<dt><code class="code">kotl-mode:copy-before  <kbd class="kbd">{C-c 
C-c}</kbd></code></dt>
 <dd><p>Copy tree rooted at FROM-CELL-REF to precede tree rooted at TO-CELL-REF.
 If prefix arg PARENT-P is non-nil, make FROM-CELL-REF the first child of
 TO-CELL-REF&rsquo;s parent, otherwise make it the preceding sibling of 
TO-CELL-REF.
 </p>
 <p>Leave point at the start of the root cell of the new tree.
 </p>
-<span 
id="index-kotl_002dmode_003acopy_002dtree_002dor_002dregion_002dto_002dbuffer"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003acopy_002dtree_002dor_002dregion_002dto_002dbuffer"></a>
 </dd>
-<dt><code>kotl-mode:copy-tree-or-region-to-buffer  <kbd>{C-c 
M-c}</kbd></code></dt>
+<dt><code class="code">kotl-mode:copy-tree-or-region-to-buffer  <kbd 
class="kbd">{C-c M-c}</kbd></code></dt>
 <dd><p>If no usable active region, prompt for and copy a Koutline tree to a
 specified buffer, otherwise, copy the active region.
 </p>
 <p>Use 0 to copy the whole outline buffer.  Prompt for whether or not
 to expand and include any hidden/invisible text within the copied text.
 </p>
-<span id="index-kotl_002dmode_003acopy_002dto_002dregister"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003acopy_002dto_002dregister"></a>
 </dd>
-<dt><code>kotl-mode:copy-to-register  <kbd>{C-x x}</kbd></code></dt>
+<dt><code class="code">kotl-mode:copy-to-register  <kbd class="kbd">{C-x 
x}</kbd></code></dt>
 <dd><p>Copy into REGISTER the region START to END.
 With optional prefix arg DELETE-FLAG, delete region.
 </p>
-<span id="index-kotl_002dmode_003adelete_002dbackward_002dchar"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003adelete_002dbackward_002dchar"></a>
 </dd>
-<dt><code>kotl-mode:delete-backward-char  {<span 
class="key">DEL</span>}</code></dt>
+<dt><code class="code">kotl-mode:delete-backward-char  {<kbd 
class="key">DEL</kbd>}</code></dt>
 <dd><p>Delete up to the preceding prefix ARG characters.
 Return number of characters deleted.
 Optional KILL-FLAG non-nil means save in kill ring instead of deleting.
 Do not delete across cell boundaries.
 </p>
-<span id="index-kotl_002dmode_003adelete_002dblank_002dlines"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003adelete_002dblank_002dlines"></a>
 </dd>
-<dt><code>kotl-mode:delete-blank-lines  <kbd>{C-x C-o}</kbd></code></dt>
+<dt><code class="code">kotl-mode:delete-blank-lines  <kbd class="kbd">{C-x 
C-o}</kbd></code></dt>
 <dd><p>On blank line within a cell, delete all surrounding blank lines, 
leaving just one.
 On isolated blank line, delete that one.
 On nonblank line, delete all blank lines that follow it.
@@ -9866,148 +9279,148 @@ On nonblank line, delete all blank lines that follow 
it.
 <p>If nothing but whitespace follows point until the end of a cell, delete all
 whitespace at the end of the cell.
 </p>
-<span id="index-kotl_002dmode_003adelete_002dchar"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003adelete_002dchar"></a>
 </dd>
-<dt><code>kotl-mode:delete-char  <kbd>{C-d}</kbd></code></dt>
+<dt><code class="code">kotl-mode:delete-char  <kbd 
class="kbd">{C-d}</kbd></code></dt>
 <dd><p>Delete up to prefix ARG characters following point.
 Return number of characters deleted.
 Optional KILL-FLAG non-nil means save in kill ring instead of deleting.
 Do not delete across cell boundaries.
 </p>
-<span id="index-kotl_002dmode_003adelete_002dindentation"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003adelete_002dindentation"></a>
 </dd>
-<dt><code>kotl-mode:delete-indentation  <kbd>{M-^}</kbd></code></dt>
+<dt><code class="code">kotl-mode:delete-indentation  <kbd 
class="kbd">{M-^}</kbd></code></dt>
 <dd><p>Join this line to previous and fix up whitespace at join.
 If there is a fill prefix, delete it from the beginning of this line.
 With argument, join this line to the following line.
 </p>
-<span id="index-kotl_002dmode_003ademote_002dtree"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003ademote_002dtree"></a>
 </dd>
-<dt><code>kotl-mode:demote-tree  {<span class="key">TAB</span>}</code></dt>
+<dt><code class="code">kotl-mode:demote-tree  {<kbd 
class="key">TAB</kbd>}</code></dt>
 <dd><p>Move current tree a maximum of prefix ARG levels lower in current view.
-Each cell is refilled iff its <em>no-fill</em> attribute is nil and
-<code>kotl-mode:refill-flag</code> is non-nil.  With prefix ARG = 0, cells are
-demoted up to one level and <code>kotl-mode:refill-flag</code> is treated as
+Each cell is refilled iff its <em class="emph">no-fill</em> attribute is nil 
and
+<code class="code">kotl-mode:refill-flag</code> is non-nil.  With prefix ARG = 
0, cells are
+demoted up to one level and <code class="code">kotl-mode:refill-flag</code> is 
treated as
 true.
 </p>
-<span id="index-kotl_002dmode_003adown_002dlevel"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003adown_002dlevel"></a>
 </dd>
-<dt><code>kotl-mode:down-level  <kbd>{C-c C-d}</kbd></code></dt>
+<dt><code class="code">kotl-mode:down-level  <kbd class="kbd">{C-c 
C-d}</kbd></code></dt>
 <dd><p>Move down prefix ARG levels lower within current tree.
 </p>
-<span id="index-kotl_002dmode_003aend_002dof_002dbuffer"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003aend_002dof_002dbuffer"></a>
 </dd>
-<dt><code>kotl-mode:end-of-buffer  <kbd>{M-&gt;}</kbd></code></dt>
+<dt><code class="code">kotl-mode:end-of-buffer  <kbd 
class="kbd">{M-&gt;}</kbd></code></dt>
 <dd><p>Move point to the end of buffer and return point.
 </p>
-<span id="index-kotl_002dmode_003aend_002dof_002dcell"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aend_002dof_002dcell"></a>
 </dd>
-<dt><code>kotl-mode:end-of-cell  <kbd>{C-c .}</kbd></code></dt>
+<dt><code class="code">kotl-mode:end-of-cell  <kbd class="kbd">{C-c 
.}</kbd></code></dt>
 <dd><p>Move point to end of current or ARGth - 1 succeeding cell and return 
point.
 </p>
-<span id="index-kotl_002dmode_003aend_002dof_002dline"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aend_002dof_002dline"></a>
 </dd>
-<dt><code>kotl-mode:end-of-line  <kbd>{C-e}</kbd></code></dt>
+<dt><code class="code">kotl-mode:end-of-line  <kbd 
class="kbd">{C-e}</kbd></code></dt>
 <dd><p>Move point to end of current or ARGth - 1 line and return point.
 </p>
-<span id="index-kotl_002dmode_003aend_002dof_002dtree"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aend_002dof_002dtree"></a>
 </dd>
-<dt><code>kotl-mode:end-of-tree  <kbd>{C-c $}</kbd></code></dt>
+<dt><code class="code">kotl-mode:end-of-tree  <kbd class="kbd">{C-c 
$}</kbd></code></dt>
 <dd><p>Move point to the last cell in tree rooted at the current cell.
 Leave point at the start of the cell.
 </p>
-<span id="index-kotl_002dmode_003aexample"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aexample"></a>
 </dd>
-<dt><code>kotl-mode:example</code></dt>
+<dt><code class="code">kotl-mode:example</code></dt>
 <dd><p>Display the Koutliner example file for demonstration use by a user.
 </p>
-<span id="index-kotl_002dmode_003aexchange_002dcells"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aexchange_002dcells"></a>
 </dd>
-<dt><code>kotl-mode:exchange-cells  <kbd>{C-c e}</kbd></code></dt>
+<dt><code class="code">kotl-mode:exchange-cells  <kbd class="kbd">{C-c 
e}</kbd></code></dt>
 <dd><p>Exchange CELL-REF-1 with CELL-REF-2 in current view.  Don&rsquo;t move 
point.
 </p>
-<span id="index-kotl_002dmode_003afill_002dcell"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003afill_002dcell"></a>
 </dd>
-<dt><code>kotl-mode:fill-cell  <kbd>{C-c M-j}</kbd></code></dt>
-<dd><p>Fill current cell if it lacks the <em>no-fill</em> attribute.
+<dt><code class="code">kotl-mode:fill-cell  <kbd class="kbd">{C-c 
M-j}</kbd></code></dt>
+<dd><p>Fill current cell if it lacks the <em class="emph">no-fill</em> 
attribute.
 With optional JUSTIFY, justify cell as well.  IGNORE-COLLAPSED-P is used
 when caller has already expanded cell, indicating it is not collapsed.
 </p>
-<span id="index-kotl_002dmode_003afill_002dparagraph"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003afill_002dparagraph"></a>
 </dd>
-<dt><code>kotl-mode:fill-paragraph  <kbd>{C-x f}</kbd></code></dt>
+<dt><code class="code">kotl-mode:fill-paragraph  <kbd class="kbd">{C-x 
f}</kbd></code></dt>
 <dd><p>Fill current paragraph within cell.  With optional JUSTIFY, justify
-paragraph as well.  Ignore any non-nil <em>no-fill</em> attribute attached
+paragraph as well.  Ignore any non-nil <em class="emph">no-fill</em> attribute 
attached
 to the cell.
 </p>
-<span id="index-kotl_002dmode_003afill_002dtree"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003afill_002dtree"></a>
 </dd>
-<dt><code>kotl-mode:fill-tree  <kbd>{C-M-j}</kbd></code></dt>
+<dt><code class="code">kotl-mode:fill-tree  <kbd 
class="kbd">{C-M-j}</kbd></code></dt>
 <dd><p>Refill each cell within the tree whose root is at point.
 </p>
-<span id="index-kotl_002dmode_003afirst_002dsibling"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003afirst_002dsibling"></a>
 </dd>
-<dt><code>kotl-mode:first-sibling  <kbd>{C-c &lt;}</kbd></code></dt>
+<dt><code class="code">kotl-mode:first-sibling  <kbd class="kbd">{C-c 
&lt;}</kbd></code></dt>
 <dd><p>Move point to the first sibling of the present cell.
 Leave point at the start of the cell or at its present position if it is
 already within the first sibling cell.
 </p>
-<span id="index-kotl_002dmode_003afkey_002dbackward_002dchar"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003afkey_002dbackward_002dchar"></a>
 </dd>
-<dt><code>kotl-mode:fkey-backward-char  <kbd>{C-b}</kbd> or 
<kbd>{left}</kbd></code></dt>
+<dt><code class="code">kotl-mode:fkey-backward-char  <kbd 
class="kbd">{C-b}</kbd> or <kbd class="kbd">{left}</kbd></code></dt>
 <dd><p>Move point backward ARG (or 1) characters and return point.
 </p>
-<span id="index-kotl_002dmode_003afkey_002dforward_002dchar"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003afkey_002dforward_002dchar"></a>
 </dd>
-<dt><code>kotl-mode:fkey-forward-char  <kbd>{C-f}</kbd> or 
<kbd>{right}</kbd></code></dt>
+<dt><code class="code">kotl-mode:fkey-forward-char  <kbd 
class="kbd">{C-f}</kbd> or <kbd class="kbd">{right}</kbd></code></dt>
 <dd><p>Move point forward ARG (or 1) characters and return point.
 </p>
-<span id="index-kotl_002dmode_003afkey_002dnext_002dline"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003afkey_002dnext_002dline"></a>
 </dd>
-<dt><code>kotl-mode:fkey-next-line  <kbd>{C-n}</kbd> or 
<kbd>{down}</kbd></code></dt>
+<dt><code class="code">kotl-mode:fkey-next-line  <kbd class="kbd">{C-n}</kbd> 
or <kbd class="kbd">{down}</kbd></code></dt>
 <dd><p>Move point to ARGth next line and return point.
 </p>
-<span id="index-kotl_002dmode_003afkey_002dprevious_002dline"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003afkey_002dprevious_002dline"></a>
 </dd>
-<dt><code>kotl-mode:fkey-previous-line  <kbd>{C-p}</kbd> or 
<kbd>{up}</kbd></code></dt>
+<dt><code class="code">kotl-mode:fkey-previous-line  <kbd 
class="kbd">{C-p}</kbd> or <kbd class="kbd">{up}</kbd></code></dt>
 <dd><p>Move point to ARGth previous line and return point.
 </p>
-<span id="index-kotl_002dmode_003aforward_002dcell"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aforward_002dcell"></a>
 </dd>
-<dt><code>kotl-mode:forward-cell  <kbd>{C-c C-f}</kbd></code></dt>
+<dt><code class="code">kotl-mode:forward-cell  <kbd class="kbd">{C-c 
C-f}</kbd></code></dt>
 <dd><p>Move to the prefix ARG following cell (same level) within current view.
 Return number of cells left to move.
 </p>
-<span id="index-kotl_002dmode_003aforward_002dchar"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aforward_002dchar"></a>
 </dd>
-<dt><code>kotl-mode:forward-char  <kbd>{C-f}</kbd></code></dt>
+<dt><code class="code">kotl-mode:forward-char  <kbd 
class="kbd">{C-f}</kbd></code></dt>
 <dd><p>Move point forward ARG (or 1) characters and return point.
 </p>
-<span id="index-kotl_002dmode_003aforward_002dpara"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aforward_002dpara"></a>
 </dd>
-<dt><code>kotl-mode:forward-para  <kbd>{M-n}</kbd></code></dt>
+<dt><code class="code">kotl-mode:forward-para  <kbd 
class="kbd">{M-n}</kbd></code></dt>
 <dd><p>Move to prefix ARGth next cell (any level) within current view.
 </p>
-<span id="index-kotl_002dmode_003aforward_002dparagraph"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003aforward_002dparagraph"></a>
 </dd>
-<dt><code>kotl-mode:forward-paragraph  <kbd>{M-]}</kbd></code></dt>
+<dt><code class="code">kotl-mode:forward-paragraph  <kbd 
class="kbd">{M-]}</kbd></code></dt>
 <dd><p>Move to prefix ARG next cell (any level) within current view.
 </p>
-<span id="index-kotl_002dmode_003aforward_002dsentence"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003aforward_002dsentence"></a>
 </dd>
-<dt><code>kotl-mode:forward-sentence  <kbd>{M-e}</kbd></code></dt>
+<dt><code class="code">kotl-mode:forward-sentence  <kbd 
class="kbd">{M-e}</kbd></code></dt>
 <dd><p>Move point forward ARG (or 1) sentences and return point.
 </p>
-<span id="index-kotl_002dmode_003aforward_002dword"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aforward_002dword"></a>
 </dd>
-<dt><code>kotl-mode:forward-word  <kbd>{M-f}</kbd></code></dt>
+<dt><code class="code">kotl-mode:forward-word  <kbd 
class="kbd">{M-f}</kbd></code></dt>
 <dd><p>Move point forward ARG (or 1) words and return point.
 </p>
-<span id="index-kotl_002dmode_003agoto_002dcell"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003agoto_002dcell"></a>
 </dd>
-<dt><code>kotl-mode:goto-cell  <kbd>{C-c g}</kbd></code></dt>
+<dt><code class="code">kotl-mode:goto-cell  <kbd class="kbd">{C-c 
g}</kbd></code></dt>
 <dd><p>Move point to start of cell given by CELL-REF.  (See the documentation
-for <code>(kcell:ref-to-id)</code>, for valid formats).  Return point iff
+for <code class="code">(kcell:ref-to-id)</code>, for valid formats).  Return 
point iff
 CELL-REF is found within current view.  With a prefix argument, CELL-REF
 is assigned the argument value for use as an idstamp.
 </p>
@@ -10015,75 +9428,75 @@ is assigned the argument value for use as an idstamp.
 not found within current view.  Will signal same error if called
 interactively when CELL-REF is not found.
 </p>
-<span id="index-kotl_002dmode_003ahide_002dsublevels-1"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003ahide_002dsublevels-1"></a>
 </dd>
-<dt><code>kotl-mode:hide-sublevels  <kbd>{C-X $}</kbd></code></dt>
+<dt><code class="code">kotl-mode:hide-sublevels  <kbd class="kbd">{C-X 
$}</kbd></code></dt>
 <dd><p>Hide all cells in outline at levels deeper than LEVELS-TO-KEEP (a
 number). Show any hidden cells within LEVELS-TO-KEEP.  1 is the first
 level.
 </p>
-<span id="index-kotl_002dmode_003ahide_002dsubtree"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003ahide_002dsubtree"></a>
 </dd>
-<dt><code>kotl-mode:hide-subtree  <kbd>{C-M-h}</kbd></code></dt>
+<dt><code class="code">kotl-mode:hide-subtree  <kbd 
class="kbd">{C-M-h}</kbd></code></dt>
 <dd><p>Hide subtree, ignoring root, at optional CELL-REF (defaults to cell at
 point).
 </p>
-<span id="index-kotl_002dmode_003ahide_002dtree-1"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003ahide_002dtree-1"></a>
 </dd>
-<dt><code>kotl-mode:hide-tree  <kbd>{C-c BS}</kbd></code></dt>
+<dt><code class="code">kotl-mode:hide-tree  <kbd class="kbd">{C-c 
BS}</kbd></code></dt>
 <dd><p>Collapse tree rooted at optional CELL-REF (defaults to cell at point).
 </p>
-<span id="index-kotl_002dmode_003aindent_002dline"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aindent_002dline"></a>
 </dd>
-<dt><code>kotl-mode:indent-line  {<span class="key">TAB</span>}</code></dt>
+<dt><code class="code">kotl-mode:indent-line  {<kbd 
class="key">TAB</kbd>}</code></dt>
 <dd><p>Indent line relative to the previous one.
 With optional prefix ARG greater than 1, tab forward ARG times.
 See the documentation string of &lsquo;kotl-mode:indent-tabs-mode&rsquo; for 
details
 on when tabs are used for indenting.
 </p>
-<span id="index-kotl_002dmode_003aindent_002dregion"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aindent_002dregion"></a>
 </dd>
-<dt><code>kotl-mode:indent-region  <kbd>{C-M-\}</kbd></code></dt>
+<dt><code class="code">kotl-mode:indent-region  <kbd 
class="kbd">{C-M-\}</kbd></code></dt>
 <dd><p>Indent each nonblank line in the region from START to END.
 If there is a fill prefix, make each line start with the fill prefix.
 With argument COLUMN, indent each line to that column.
 Called from a program, takes three args: START, END and COLUMN.
 </p>
-<span id="index-kimport_003ainsert_002dfile"></span>
+<a class="index-entry-id" id="index-kimport_003ainsert_002dfile"></a>
 </dd>
-<dt><code>kimport:insert-file  <kbd>{C-x i}</kbd></code></dt>
+<dt><code class="code">kimport:insert-file  <kbd class="kbd">{C-x 
i}</kbd></code></dt>
 <dd><p>Insert each paragraph in IMPORT-FROM as a separate cell in the current 
view.
 Insert as sibling cells following the current cell.  IMPORT-FROM may be a
 buffer name or filename (filename completion is provided).
 </p>
-<span id="index-kimport_003ainsert_002dregister"></span>
+<a class="index-entry-id" id="index-kimport_003ainsert_002dregister"></a>
 </dd>
-<dt><code>kimport:insert-register  <kbd>{C-x r i}</kbd></code></dt>
+<dt><code class="code">kimport:insert-register  <kbd class="kbd">{C-x r 
i}</kbd></code></dt>
 <dd><p>Insert contents of REGISTER at point in current cell.
 REGISTER is a character naming the register to insert.
 Normally puts point before and mark after the inserted text.
 If optional second arg is non-nil, puts mark before and point after.
 Interactively, second arg is non-nil if prefix arg is supplied.
 </p>
-<span id="index-kotl_002dmode_003ajust_002done_002dspace"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003ajust_002done_002dspace"></a>
 </dd>
-<dt><code>kotl-mode:just-one-space  <kbd>{M-\}</kbd></code></dt>
+<dt><code class="code">kotl-mode:just-one-space  <kbd 
class="kbd">{M-\}</kbd></code></dt>
 <dd><p>Delete all spaces and tabs around point and leave one space.
 </p>
-<span id="index-kotl_002dmode_003akill_002dcontents"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003akill_002dcontents"></a>
 </dd>
-<dt><code>kotl-mode:kill-contents  <kbd>{C-c k}</kbd></code></dt>
+<dt><code class="code">kotl-mode:kill-contents  <kbd class="kbd">{C-c 
k}</kbd></code></dt>
 <dd><p>Kill contents of cell from point to cell end.
 With prefix ARG, kill entire cell contents.
 </p>
-<span id="index-kotl_002dmode_003akill_002dline"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003akill_002dline"></a>
 </dd>
-<dt><code>kotl-mode:kill-line  <kbd>{C-k}</kbd></code></dt>
+<dt><code class="code">kotl-mode:kill-line  <kbd 
class="kbd">{C-k}</kbd></code></dt>
 <dd><p>Kill ARG lines from point.
 </p>
-<span id="index-kotl_002dmode_003akill_002dregion"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003akill_002dregion"></a>
 </dd>
-<dt><code>kotl-mode:kill-region  <kbd>{C-w}</kbd></code></dt>
+<dt><code class="code">kotl-mode:kill-region  <kbd 
class="kbd">{C-w}</kbd></code></dt>
 <dd><p>Kill region between START and END within a single kcell.
 With optional COPY-P equal to t, copy region to kill ring but don&rsquo;t
 kill it.  With COPY-P any other non-nil value, return region as a
@@ -10091,7 +9504,7 @@ string without affecting the kill ring.
 </p>
 <p>If called interactively and there is no active region, copy any
 delimited selectable thing at point; see the documentation for
-<code>hui:delimited-selectable-thing</code>.
+<code class="code">hui:delimited-selectable-thing</code>.
 </p>
 <p>If the buffer is read-only and COPY-P is nil, the region will not be
 deleted but it will be copied to the kill ring and then an error will be
@@ -10099,42 +9512,42 @@ signaled.
 </p>
 <p>If a completion is active, this aborts the completion only.
 </p>
-<span id="index-kotl_002dmode_003akill_002dring_002dsave"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003akill_002dring_002dsave"></a>
 </dd>
-<dt><code>kotl-mode:kill-ring-save  <kbd>{M-w}</kbd></code></dt>
+<dt><code class="code">kotl-mode:kill-ring-save  <kbd 
class="kbd">{M-w}</kbd></code></dt>
 <dd><p>Copy region between START and END within a single kcell to kill ring.
 </p>
-<span id="index-kotl_002dmode_003akill_002dsentence"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003akill_002dsentence"></a>
 </dd>
-<dt><code>kotl-mode:kill-sentence  <kbd>{M-k}</kbd></code></dt>
+<dt><code class="code">kotl-mode:kill-sentence  <kbd 
class="kbd">{M-k}</kbd></code></dt>
 <dd><p>Kill up to prefix ARG (or 1) sentences following point within a single 
cell.
 </p>
-<span id="index-kotl_002dmode_003akill_002dtree-1"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003akill_002dtree-1"></a>
 </dd>
-<dt><code>kotl-mode:kill-tree  <kbd>{C-c C-k}</kbd></code></dt>
+<dt><code class="code">kotl-mode:kill-tree  <kbd class="kbd">{C-c 
C-k}</kbd></code></dt>
 <dd><p>Kill ARG following trees starting with tree rooted at point.
 If ARG is a non-positive number, nothing is done.
 </p>
-<span id="index-kotl_002dmode_003akill_002dword"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003akill_002dword"></a>
 </dd>
-<dt><code>kotl-mode:kill-word  <kbd>{M-d}</kbd></code></dt>
+<dt><code class="code">kotl-mode:kill-word  <kbd 
class="kbd">{M-d}</kbd></code></dt>
 <dd><p>Kill up to prefix ARG words following point within a single cell.
 </p>
-<span id="index-kotl_002dmode_003alast_002dsibling"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003alast_002dsibling"></a>
 </dd>
-<dt><code>kotl-mode:last-sibling  <kbd>{C-c &gt;}</kbd></code></dt>
+<dt><code class="code">kotl-mode:last-sibling  <kbd class="kbd">{C-c 
&gt;}</kbd></code></dt>
 <dd><p>Move point to the last sibling of the present cell.
 Leave point at the start of the cell or at its present position if it is
 already within the last sibling cell.
 </p>
-<span id="index-kotl_002dmode_003amail_002dtree"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003amail_002dtree"></a>
 </dd>
-<dt><code>kotl-mode:mail-tree  <kbd>{C-c C-@}</kbd></code></dt>
+<dt><code class="code">kotl-mode:mail-tree  <kbd class="kbd">{C-c 
C-@}</kbd></code></dt>
 <dd><p>Mail outline tree rooted at CELL-REF.  Use &quot;0&quot; for whole 
outline buffer.
 </p>
-<span id="index-kotl_002dmode_003amove_002dafter"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003amove_002dafter"></a>
 </dd>
-<dt><code>kotl-mode:move-after  <kbd>{C-c m}</kbd></code></dt>
+<dt><code class="code">kotl-mode:move-after  <kbd class="kbd">{C-c 
m}</kbd></code></dt>
 <dd><p>Move tree rooted at FROM-CELL-REF to follow tree rooted at TO-CELL-REF.
 If prefix arg CHILD-P is non-nil, make FROM-CELL-REF the first child of
 TO-CELL-REF, otherwise make it the sibling following TO-CELL-REF.
@@ -10142,9 +9555,9 @@ With optional COPY-P, copy tree rather than moving it.
 </p>
 <p>Leave point at original location but return the tree&rsquo;s new start 
point.
 </p>
-<span id="index-kotl_002dmode_003amove_002dbefore"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003amove_002dbefore"></a>
 </dd>
-<dt><code>kotl-mode:move-before  <kbd>{C-c <span 
class="key">RET</span>}</kbd></code></dt>
+<dt><code class="code">kotl-mode:move-before  <kbd class="kbd">{C-c <kbd 
class="key">RET</kbd>}</kbd></code></dt>
 <dd><p>Move tree rooted at FROM-CELL-REF to precede tree rooted at TO-CELL-REF.
 If prefix arg PARENT-P is non-nil, make FROM-CELL-REF the first child of
 TO-CELL-REF&rsquo;s parent, otherwise make it the preceding sibling of
@@ -10152,167 +9565,167 @@ TO-CELL-REF.  With optional COPY-P, copy tree rather 
than moving it.
 </p>
 <p>Leave point at original location but return the tree&rsquo;s new start 
point.
 </p>
-<span id="index-kotl_002dmode_003anewline"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003anewline"></a>
 </dd>
-<dt><code>kotl-mode:newline  {<span class="key">RET</span>}</code></dt>
+<dt><code class="code">kotl-mode:newline  {<kbd 
class="key">RET</kbd>}</code></dt>
 <dd><p>Insert a newline.  With ARG, insert ARG newlines.
 In Auto Fill mode, if no numeric arg, break the preceding line if it is
 too long.
 </p>
-<span id="index-kotl_002dmode_003anext_002dcell"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003anext_002dcell"></a>
 </dd>
-<dt><code>kotl-mode:next-cell  <kbd>{C-c C-n}</kbd></code></dt>
+<dt><code class="code">kotl-mode:next-cell  <kbd class="kbd">{C-c 
C-n}</kbd></code></dt>
 <dd><p>Move to prefix ARG next cell (any level) within current view.
 </p>
-<span id="index-kotl_002dmode_003anext_002dline"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003anext_002dline"></a>
 </dd>
-<dt><code>kotl-mode:next-line  <kbd>{C-n}</kbd></code></dt>
+<dt><code class="code">kotl-mode:next-line  <kbd 
class="kbd">{C-n}</kbd></code></dt>
 <dd><p>Move point to ARGth next line and return point.
 </p>
-<span id="index-kotl_002dmode_003aopen_002dline"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aopen_002dline"></a>
 </dd>
-<dt><code>kotl-mode:open-line  <kbd>{C-o}</kbd></code></dt>
+<dt><code class="code">kotl-mode:open-line  <kbd 
class="kbd">{C-o}</kbd></code></dt>
 <dd><p>Insert a newline and leave point before it.
 With arg N, insert N newlines.
 </p>
-<span id="index-kotl_002dmode_003aoverview-1"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aoverview-1"></a>
 </dd>
-<dt><code>kotl-mode:overview  <kbd>{C-c C-o}</kbd></code></dt>
+<dt><code class="code">kotl-mode:overview  <kbd class="kbd">{C-c 
C-o}</kbd></code></dt>
 <dd><p>Show only the first line of each cell in the current outline.  With a
 prefix arg, also toggle the display of blank lines between cells.
 </p>
-<span id="index-kotl_002dmode_003aprevious_002dcell"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aprevious_002dcell"></a>
 </dd>
-<dt><code>kotl-mode:previous-cell  <kbd>{C-c C-p}</kbd></code></dt>
+<dt><code class="code">kotl-mode:previous-cell  <kbd class="kbd">{C-c 
C-p}</kbd></code></dt>
 <dd><p>Move to prefix ARG previous cell (any level) within current view.
 </p>
-<span id="index-kotl_002dmode_003aprevious_002dline"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aprevious_002dline"></a>
 </dd>
-<dt><code>kotl-mode:previous-line  <kbd>{C-p}</kbd></code></dt>
+<dt><code class="code">kotl-mode:previous-line  <kbd 
class="kbd">{C-p}</kbd></code></dt>
 <dd><p>Move point to ARGth previous line and return point.
 </p>
-<span id="index-kotl_002dmode_003apromote_002dtree"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003apromote_002dtree"></a>
 </dd>
-<dt><code>kotl-mode:promote-tree  <kbd>{M-<span class="key">TAB</span>}</kbd> 
or <kbd>{<span class="key">SHIFT</span>-<span 
class="key">TAB</span>}</kbd></code></dt>
+<dt><code class="code">kotl-mode:promote-tree  <kbd class="kbd">{M-<kbd 
class="key">TAB</kbd>}</kbd> or <kbd class="kbd">{<kbd 
class="key">SHIFT</kbd>-<kbd class="key">TAB</kbd>}</kbd></code></dt>
 <dd><p>Move current tree a maximum of prefix ARG levels higher in current view.
-Each cell is refilled iff its <em>no-fill</em> attribute is nil and
-<code>kotl-mode:refill-flag</code> is non-nil.  With prefix ARG = 0, cells are
-promoted up to one level and <code>kotl-mode:refill-flag</code> is treated as 
true.
+Each cell is refilled iff its <em class="emph">no-fill</em> attribute is nil 
and
+<code class="code">kotl-mode:refill-flag</code> is non-nil.  With prefix ARG = 
0, cells are
+promoted up to one level and <code class="code">kotl-mode:refill-flag</code> 
is treated as true.
 </p>
-<span id="index-kotl_002dmode_003ascroll_002ddown"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003ascroll_002ddown"></a>
 </dd>
-<dt><code>kotl-mode:scroll-down  <kbd>{M-v}</kbd></code></dt>
+<dt><code class="code">kotl-mode:scroll-down  <kbd 
class="kbd">{M-v}</kbd></code></dt>
 <dd><p>Scroll text of current window downward ARG lines; or a windowful if no 
ARG.
 </p>
-<span id="index-kotl_002dmode_003ascroll_002dup"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003ascroll_002dup"></a>
 </dd>
-<dt><code>kotl-mode:scroll-up  <kbd>{C-v}</kbd></code></dt>
+<dt><code class="code">kotl-mode:scroll-up  <kbd 
class="kbd">{C-v}</kbd></code></dt>
 <dd><p>Scroll text of current window upward ARG lines; or a windowful if no 
ARG.
 </p>
-<span id="index-kotl_002dmode_003aset_002dcell_002dattribute"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003aset_002dcell_002dattribute"></a>
 </dd>
-<dt><code>kotl-mode:set-cell-attribute  <kbd>{C-c C-i}</kbd></code></dt>
+<dt><code class="code">kotl-mode:set-cell-attribute  <kbd class="kbd">{C-c 
C-i}</kbd></code></dt>
 <dd><p>Include ATTRIBUTE VALUE with the current cell or the cell at optional 
POS.
 Replace any existing value that ATTRIBUTE has.  When called
 interactively, display the setting in the minibuffer as confirmation.
 </p>
-<span id="index-kotl_002dmode_003aset_002dfill_002dprefix"></span>
+<a class="index-entry-id" 
id="index-kotl_002dmode_003aset_002dfill_002dprefix"></a>
 </dd>
-<dt><code>kotl-mode:set-fill-prefix  <kbd>{C-x l}</kbd></code></dt>
+<dt><code class="code">kotl-mode:set-fill-prefix  <kbd class="kbd">{C-x 
l}</kbd></code></dt>
 <dd><p>Set fill prefix to line up to point.
 With prefix arg TURN-OFF or at begin of line, turn fill prefix off.
 </p>
-<span id="index-kotl_002dmode_003ashow_002dall-1"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003ashow_002dall-1"></a>
 </dd>
-<dt><code>kotl-mode:show-all  <kbd>{C-c C-a}</kbd></code></dt>
+<dt><code class="code">kotl-mode:show-all  <kbd class="kbd">{C-c 
C-a}</kbd></code></dt>
 <dd><p>Show (expand) all cells in current view.  With a prefix arg, also
 toggle the display of blank lines between cells.
 </p>
-<span id="index-kotl_002dmode_003ashow_002dsubtree"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003ashow_002dsubtree"></a>
 </dd>
-<dt><code>kotl-mode:show-subtree</code></dt>
+<dt><code class="code">kotl-mode:show-subtree</code></dt>
 <dd><p>Show subtree, ignoring root, at optional CELL-REF (defaults to cell at
 point).
 </p>
-<span id="index-kotl_002dmode_003ashow_002dtree-1"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003ashow_002dtree-1"></a>
 </dd>
-<dt><code>kotl-mode:show-tree  <kbd>{C-c C-s}</kbd></code></dt>
+<dt><code class="code">kotl-mode:show-tree  <kbd class="kbd">{C-c 
C-s}</kbd></code></dt>
 <dd><p>Display fully expanded tree rooted at CELL-REF.
 </p>
-<span id="index-kotl_002dmode_003asplit_002dcell"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003asplit_002dcell"></a>
 </dd>
-<dt><code>kotl-mode:split-cell  <kbd>{C-c s}</kbd></code></dt>
+<dt><code class="code">kotl-mode:split-cell  <kbd class="kbd">{C-c 
s}</kbd></code></dt>
 <dd><p>Split cell into two cells and move to new cell.
 Cell contents after point become part of newly created cell.
 Default is to create new cell as sibling of current cell.
-With optional universal ARG, <kbd>{C-u}</kbd>, new cell is added as child of
+With optional universal ARG, <kbd class="kbd">{C-u}</kbd>, new cell is added 
as child of
 current cell.
 </p>
-<span id="index-kotl_002dmode_003atop_002dcells-1"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003atop_002dcells-1"></a>
 </dd>
-<dt><code>kotl-mode:top-cells  <kbd>{C-c C-t}</kbd></code></dt>
+<dt><code class="code">kotl-mode:top-cells  <kbd class="kbd">{C-c 
C-t}</kbd></code></dt>
 <dd><p>Collapse all level 1 cells in view and hide any deeper sublevels.
 With a prefix arg, also toggle the display of blank lines between
 cells.
 </p>
-<span id="index-kotl_002dmode_003atranspose_002dcells"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003atranspose_002dcells"></a>
 </dd>
-<dt><code>kotl-mode:transpose-cells  <kbd>{C-c t}</kbd></code></dt>
+<dt><code class="code">kotl-mode:transpose-cells  <kbd class="kbd">{C-c 
t}</kbd></code></dt>
 <dd><p>Exchange current and previous visible cells, leaving point after both.
 If no previous cell, exchange current with next cell.
 With prefix ARG, take current cell and move it past ARG cells.
 With prefix ARG = 0, interchange the cell that contains point with the cell
 that contains mark.
 </p>
-<span id="index-kotl_002dmode_003atranspose_002dchars"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003atranspose_002dchars"></a>
 </dd>
-<dt><code>kotl-mode:transpose-chars  <kbd>{C-t}</kbd></code></dt>
+<dt><code class="code">kotl-mode:transpose-chars  <kbd 
class="kbd">{C-t}</kbd></code></dt>
 <dd><p>Interchange characters around point, moving forward one character.
 With prefix ARG, take character before point and drag it forward past ARG
 other characters (backward if ARG negative).
 If no prefix ARG and at end of line, the previous two characters are
 exchanged.
 </p>
-<span id="index-kotl_002dmode_003atranspose_002dlines"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003atranspose_002dlines"></a>
 </dd>
-<dt><code>kotl-mode:transpose-lines  <kbd>{C-x C-t}</kbd></code></dt>
+<dt><code class="code">kotl-mode:transpose-lines  <kbd class="kbd">{C-x 
C-t}</kbd></code></dt>
 <dd><p>Exchange current line and previous line, leaving point after both.
 If no previous line, exchange current with next line.
 With prefix ARG, take previous line and move it past ARG lines.
 With prefix ARG = 0, interchange the line that contains point with the line
 that contains mark.
 </p>
-<span id="index-kotl_002dmode_003atranspose_002dwords"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003atranspose_002dwords"></a>
 </dd>
-<dt><code>kotl-mode:transpose-words  <kbd>{M-t}</kbd></code></dt>
+<dt><code class="code">kotl-mode:transpose-words  <kbd 
class="kbd">{M-t}</kbd></code></dt>
 <dd><p>Interchange words around point, leaving point after both words.
 With prefix ARG, take word before or around point and drag it forward past
 ARG other words (backward if ARG negative).  If ARG is zero, the words around
 or after point and around or after mark are interchanged.
 </p>
-<span id="index-kotl_002dmode_003aup_002dlevel"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003aup_002dlevel"></a>
 </dd>
-<dt><code>kotl-mode:up-level  <kbd>{C-c C-u}</kbd></code></dt>
+<dt><code class="code">kotl-mode:up-level  <kbd class="kbd">{C-c 
C-u}</kbd></code></dt>
 <dd><p>Move up prefix ARG levels higher in current outline view.
 </p>
-<span id="index-kotl_002dmode_003ayank"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003ayank"></a>
 </dd>
-<dt><code>kotl-mode:yank  <kbd>{C-y}</kbd></code></dt>
+<dt><code class="code">kotl-mode:yank  <kbd class="kbd">{C-y}</kbd></code></dt>
 <dd><p>Reinsert the last stretch of killed text.
 More precisely, reinsert the stretch of killed text most recently
 killed OR yanked.  Put point at end, and set mark at beginning.
 With just C-u as argument, same but put point at beginning (and mark at end).
 With argument N, reinsert the Nth most recently killed stretch of killed
 text.
-See also the command, <code>(kotl-mode:yank-pop)</code>.
+See also the command, <code class="code">(kotl-mode:yank-pop)</code>.
 </p>
-<span id="index-kotl_002dmode_003ayank_002dpop"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003ayank_002dpop"></a>
 </dd>
-<dt><code>kotl-mode:yank-pop  <kbd>{M-y}</kbd></code></dt>
+<dt><code class="code">kotl-mode:yank-pop  <kbd 
class="kbd">{M-y}</kbd></code></dt>
 <dd><p>Replace just-yanked stretch of killed text with a different stretch.
-This command is allowed only immediately after a <code>(yank)</code> or a
-<code>(yank-pop)</code>.  At such a time, the region contains a stretch of
-reinserted previously-killed text.  <code>(yank-pop)</code> deletes that text
+This command is allowed only immediately after a <code 
class="code">(yank)</code> or a
+<code class="code">(yank-pop)</code>.  At such a time, the region contains a 
stretch of
+reinserted previously-killed text.  <code class="code">(yank-pop)</code> 
deletes that text
 and inserts in its place a different stretch of killed text.
 </p>
 <p>With no argument, the previous kill is inserted.
@@ -10322,37 +9735,37 @@ If N is negative, this is a more recent kill.
 <p>The sequence of kills wraps around, so that after the oldest one
 comes the newest one.
 </p>
-<span id="index-kotl_002dmode_003azap_002dto_002dchar"></span>
+<a class="index-entry-id" id="index-kotl_002dmode_003azap_002dto_002dchar"></a>
 </dd>
-<dt><code>kotl-mode:zap-to-char  <kbd>{M-z}</kbd></code></dt>
+<dt><code class="code">kotl-mode:zap-to-char  <kbd 
class="kbd">{M-z}</kbd></code></dt>
 <dd><p>Kill up to and including prefix ARGth occurrence of CHAR.
 Goes backward if ARG is negative; error if CHAR not found.
 </p>
-<span id="index-kview_003aset_002dlabel_002dseparator"></span>
+<a class="index-entry-id" id="index-kview_003aset_002dlabel_002dseparator"></a>
 </dd>
-<dt><code>kview:set-label-separator  <kbd>{C-c M-l}</kbd></code></dt>
+<dt><code class="code">kview:set-label-separator  <kbd class="kbd">{C-c 
M-l}</kbd></code></dt>
 <dd><p>Set the LABEL-SEPARATOR (a string) between labels and cell contents for
 the current kview.  With optional prefix arg SET-DEFAULT-P, the default
 separator value used for new outlines is also set to this new value.
 </p>
-<span id="index-kview_003aset_002dlabel_002dtype"></span>
+<a class="index-entry-id" id="index-kview_003aset_002dlabel_002dtype"></a>
 </dd>
-<dt><code>kview:set-label-type  <kbd>{C-c C-l}</kbd></code></dt>
+<dt><code class="code">kview:set-label-type  <kbd class="kbd">{C-c 
C-l}</kbd></code></dt>
 <dd><p>Change kview&rsquo;s label display type to NEW-TYPE, updating all 
displayed labels.
-See documentation for the <code>kview:default-label-type</code> variable,
+See documentation for the <code class="code">kview:default-label-type</code> 
variable,
 for valid values of NEW-TYPE.
 </p>
-<span id="index-kvspec_003aactivate-1"></span>
+<a class="index-entry-id" id="index-kvspec_003aactivate-1"></a>
 </dd>
-<dt><code>kvspec:activate  <kbd>{C-c C-v}</kbd></code></dt>
+<dt><code class="code">kvspec:activate  <kbd class="kbd">{C-c 
C-v}</kbd></code></dt>
 <dd><p>Activate optional VIEW-SPEC or existing view specification over the
 current koutline.  VIEW-SPEC must be a string.  See
-&lsquo;<samp>&lt;<code>${hyperb:dir}</code>/kotl/EXAMPLE.kotl, 
2b17=048&gt;</samp>&rsquo; for details
+&lsquo;<samp class="samp">&lt;<code 
class="code">${hyperb:dir}</code>/kotl/EXAMPLE.kotl, 2b17=048&gt;</samp>&rsquo; 
for details
 on valid view specs.
 </p>
-<span id="index-kvspec_003atoggle_002dblank_002dlines-1"></span>
+<a class="index-entry-id" 
id="index-kvspec_003atoggle_002dblank_002dlines-1"></a>
 </dd>
-<dt><code>kvspec:toggle-blank-lines <kbd>{C-c b}</kbd></code></dt>
+<dt><code class="code">kvspec:toggle-blank-lines <kbd class="kbd">{C-c 
b}</kbd></code></dt>
 <dd><p>Toggle blank lines between cells on or off.
 </p>
 </dd>
@@ -10360,15 +9773,17 @@ on valid view specs.
 
 
 <hr>
-<span id="Smart-Key-Reference"></span><div class="header">
+</div>
+<div class="appendix-level-extent" id="Smart-Key-Reference">
+<div class="nav-panel">
 <p>
-Next: <a href="#Suggestion-or-Bug-Reporting" accesskey="n" 
rel="next">Suggestion or Bug Reporting</a>, Previous: <a href="#Koutliner-Keys" 
accesskey="p" rel="prev">Koutliner Keys</a>, Up: <a href="#Top" accesskey="u" 
rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Suggestion-or-Bug-Reporting" accesskey="n" 
rel="next">Suggestion or Bug Reporting</a>, Previous: <a href="#Koutliner-Keys" 
accesskey="p" rel="prev">Koutliner Keys</a>, Up: <a href="#Top" accesskey="u" 
rel="up">GNU Hyperbole</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-Reference-1"></span><h2 class="appendix">Appendix E Smart 
Key Reference</h2>
+<h2 class="appendix" id="Smart-Key-Reference-1">Appendix E Smart Key 
Reference</h2>
 
 <p>This appendix documents Hyperbole&rsquo;s context-sensitive Smart Key
 operations.  It is quite extensive and is meant for reference rather
-than sequential reading.  See <a href="#Smart-Keys">Smart Keys</a>, for a 
description of the
+than sequential reading.  See <a class="xref" href="#Smart-Keys">Smart 
Keys</a>, for a description of the
 Smart Keys.  That section also describes how to get context-sensitive
 Smart Key help, with which you can explore Smart Key operation bit by
 bit.
@@ -10381,24 +9796,23 @@ checked.  The first matching context is always the one 
applied.
 Within each context, the actions performed by the Action and Assist
 Keys are given.
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Mouse-Keys" 
accesskey="1">Smart Mouse Keys</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Keyboard-Keys" 
accesskey="2">Smart Keyboard Keys</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#Smart-Mouse-Keys" accesskey="1">Smart Mouse Keys</a></li>
+<li><a href="#Smart-Keyboard-Keys" accesskey="2">Smart Keyboard Keys</a></li>
+</ul>
 <hr>
-<span id="Smart-Mouse-Keys"></span><div class="header">
+<div class="section-level-extent" id="Smart-Mouse-Keys">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Keyboard-Keys" accesskey="n" rel="next">Smart Keyboard 
Keys</a>, Previous: <a href="#Smart-Key-Reference" accesskey="p" 
rel="prev">Smart Key Reference</a>, Up: <a href="#Smart-Key-Reference" 
accesskey="u" rel="up">Smart Key Reference</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Mouse-Keys-1"></span><h3 class="section">E.1 Smart Mouse 
Keys</h3>
+<h3 class="section" id="Smart-Mouse-Keys-1">E.1 Smart Mouse Keys</h3>
 
-<span id="index-Smart-Mouse-Keys"></span>
+<a class="index-entry-id" id="index-Smart-Mouse-Keys"></a>
 <p>The contexts and actions in this section, like drags and modeline
 clicks, apply only if you have mouse support within Hyperbole.  The
-Smart Key operations in <a href="#Smart-Keyboard-Keys">Smart Keyboard 
Keys</a>, apply to both mouse
+Smart Key operations in <a class="ref" href="#Smart-Keyboard-Keys">Smart 
Keyboard Keys</a>, apply to both mouse
 and keyboard Smart Key usage.
 </p>
 <p>The following section documents what the Smart Mouse Keys do in each
@@ -10407,72 +9821,68 @@ i.e. the first context to match is the one that is 
used.  If no
 matching mouse key context is found, then the keyboard key contexts
 are searched in order.
 </p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="#Minibuffer-Menu-Activation" 
accesskey="1">Minibuffer Menu Activation</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Thing-Selection" 
accesskey="2">Thing Selection</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Side_002dby_002dSide-Window-Resizing" accesskey="3">Side-by-Side Window 
Resizing</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Modeline-Clicks-and-Drags" 
accesskey="4">Modeline Clicks and Drags</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Mouse-Drags-between-Windows" accesskey="5">Smart Mouse Drags 
between Windows</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Mouse-Drags-within-a-Window" accesskey="6">Smart Mouse Drags 
within a Window</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Mouse-Drags-outside-a-Window" accesskey="7">Smart Mouse Drags 
outside a Window</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-</table>
 
+<ul class="mini-toc">
+<li><a href="#Minibuffer-Menu-Activation" accesskey="1">Minibuffer Menu 
Activation</a></li>
+<li><a href="#Thing-Selection" accesskey="2">Thing Selection</a></li>
+<li><a href="#Side_002dby_002dSide-Window-Resizing" accesskey="3">Side-by-Side 
Window Resizing</a></li>
+<li><a href="#Modeline-Clicks-and-Drags" accesskey="4">Modeline Clicks and 
Drags</a></li>
+<li><a href="#Smart-Mouse-Drags-between-Windows" accesskey="5">Smart Mouse 
Drags between Windows</a></li>
+<li><a href="#Smart-Mouse-Drags-within-a-Window" accesskey="6">Smart Mouse 
Drags within a Window</a></li>
+<li><a href="#Smart-Mouse-Drags-outside-a-Window" accesskey="7">Smart Mouse 
Drags outside a Window</a></li>
+</ul>
 <hr>
-<span id="Minibuffer-Menu-Activation"></span><div class="header">
+<div class="subsection-level-extent" id="Minibuffer-Menu-Activation">
+<div class="nav-panel">
 <p>
 Next: <a href="#Thing-Selection" accesskey="n" rel="next">Thing Selection</a>, 
Previous: <a href="#Smart-Mouse-Keys" accesskey="p" rel="prev">Smart Mouse 
Keys</a>, Up: <a href="#Smart-Mouse-Keys" accesskey="u" rel="up">Smart Mouse 
Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Minibuffer-Menu-Activation-1"></span><h4 class="subsection">E.1.1 
Minibuffer Menu Activation</h4>
-
-<span id="index-menu_002c-top_002dlevel-1"></span>
-<span id="index-minibuffer-menu-1"></span>
-<span id="index-buffer-menu-1"></span>
-<span id="index-minibuffer_002c-buffer-menu"></span>
-<span id="index-minibuffer_002c-default-actions"></span>
-<span id="index-jump-menu-1"></span>
-<span id="index-minibuffer_002c-jump-menu"></span>
-<span id="index-inactive-minibuffer"></span>
-<span id="index-action_002dkey_002dminibuffer_002dfunction"></span>
-<span id="index-assist_002dkey_002dminibuffer_002dfunction"></span>
+<h4 class="subsection" id="Minibuffer-Menu-Activation-1">E.1.1 Minibuffer Menu 
Activation</h4>
+
+<a class="index-entry-id" id="index-menu_002c-top_002dlevel-1"></a>
+<a class="index-entry-id" id="index-minibuffer-menu-1"></a>
+<a class="index-entry-id" id="index-buffer-menu-1"></a>
+<a class="index-entry-id" id="index-minibuffer_002c-buffer-menu"></a>
+<a class="index-entry-id" id="index-minibuffer_002c-default-actions"></a>
+<a class="index-entry-id" id="index-jump-menu-1"></a>
+<a class="index-entry-id" id="index-minibuffer_002c-jump-menu"></a>
+<a class="index-entry-id" id="index-inactive-minibuffer"></a>
+<a class="index-entry-id" 
id="index-action_002dkey_002dminibuffer_002dfunction"></a>
+<a class="index-entry-id" 
id="index-assist_002dkey_002dminibuffer_002dfunction"></a>
 <div class="format">
-<pre class="format">When clicked within an inactive minibuffer:
+<div class="group"><pre class="format-preformatted">When clicked within an 
inactive minibuffer:
   ACTION KEY
      The Hyperbole minibuffer menu is displayed for selection, by default.
-     The variable <code>action-key-minibuffer-function</code> controls this 
behavior.
+     The variable <code class="code">action-key-minibuffer-function</code> 
controls this behavior.
   ASSIST KEY
      The buffer, window and frame jump menu is displayed for selection, by 
default.
      You can jump to buffers categorized by major mode, jump to windows by 
buffer
      name, or to frames by name.  Manage your windows and frames quickly with 
this
      menu as well.  This is the same menu that a click in a blank area of the
      modeline displays by default since they are typically so close together.  
The
-     variable <code>assist-key-minibuffer-function</code> controls this 
behavior.
-</pre></div>
+     variable <code class="code">assist-key-minibuffer-function</code> 
controls this behavior.
+</pre></div></div>
 
 <hr>
-<span id="Thing-Selection"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Thing-Selection">
+<div class="nav-panel">
 <p>
 Next: <a href="#Side_002dby_002dSide-Window-Resizing" accesskey="n" 
rel="next">Side-by-Side Window Resizing</a>, Previous: <a 
href="#Minibuffer-Menu-Activation" accesskey="p" rel="prev">Minibuffer Menu 
Activation</a>, Up: <a href="#Smart-Mouse-Keys" accesskey="u" rel="up">Smart 
Mouse Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Thing-Selection-1"></span><h4 class="subsection">E.1.2 Thing 
Selection</h4>
-
-<span id="index-thing"></span>
-<span id="index-list"></span>
-<span id="index-comment"></span>
-<span id="index-string"></span>
-<span id="index-array"></span>
-<span id="index-vector"></span>
-<span id="index-set"></span>
-<span id="index-function"></span>
-<span id="index-markup-pair"></span>
+<h4 class="subsection" id="Thing-Selection-1">E.1.2 Thing Selection</h4>
+
+<a class="index-entry-id" id="index-thing"></a>
+<a class="index-entry-id" id="index-list"></a>
+<a class="index-entry-id" id="index-comment"></a>
+<a class="index-entry-id" id="index-string"></a>
+<a class="index-entry-id" id="index-array"></a>
+<a class="index-entry-id" id="index-vector"></a>
+<a class="index-entry-id" id="index-set"></a>
+<a class="index-entry-id" id="index-function"></a>
+<a class="index-entry-id" id="index-markup-pair"></a>
 <div class="format">
-<pre class="format">In a programming or markup language buffer, when 
pressed/clicked at
+<div class="group"><pre class="format-preformatted">In a programming or markup 
language buffer, when pressed/clicked at
 the start or end of a delimited thing (including lists, comments,
 strings, arrays/vectors, sets, functions and markup pair tags in a
 markup language), and not at the end of a line:
@@ -10480,20 +9890,20 @@ markup language), and not at the end of a line:
      Marks the thing for editing.
   ASSIST KEY
      Marks and kills the thing for yanking elsewhere.
-</pre></div>
+</pre></div></div>
 
 <p>Note that the press must be on the first character of the delimiter of
 the thing.
 </p>
-<span id="index-Smart-Mouse-Key"></span>
-<span id="index-Action-Mouse-Key"></span>
-<span id="index-Assist-Mouse-Key"></span>
-<span id="index-drag-1"></span>
-<span id="index-copy-and-yank"></span>
-<span id="index-kill-and-yank"></span>
-<span id="index-yanking"></span>
-<span id="index-pasting-a-region"></span>
-<p>There are also <em>drag</em> actions that work on delimited things.
+<a class="index-entry-id" id="index-Smart-Mouse-Key"></a>
+<a class="index-entry-id" id="index-Action-Mouse-Key"></a>
+<a class="index-entry-id" id="index-Assist-Mouse-Key"></a>
+<a class="index-entry-id" id="index-drag-1"></a>
+<a class="index-entry-id" id="index-copy-and-yank"></a>
+<a class="index-entry-id" id="index-kill-and-yank"></a>
+<a class="index-entry-id" id="index-yanking"></a>
+<a class="index-entry-id" id="index-pasting-a-region"></a>
+<p>There are also <em class="emph">drag</em> actions that work on delimited 
things.
 Delimited things include parenthesized lists, single and double quoted
 strings, bracketed arrays/vectors, sets with braces, programming
 language functions and markup pair tags (e.g. &lt;div&gt;
@@ -10515,35 +9925,39 @@ the first line of the thing.
 to use and indispensable.
 </p>
 <hr>
-<span id="Side_002dby_002dSide-Window-Resizing"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Side_002dby_002dSide-Window-Resizing">
+<div class="nav-panel">
 <p>
 Next: <a href="#Modeline-Clicks-and-Drags" accesskey="n" rel="next">Modeline 
Clicks and Drags</a>, Previous: <a href="#Thing-Selection" accesskey="p" 
rel="prev">Thing Selection</a>, Up: <a href="#Smart-Mouse-Keys" accesskey="u" 
rel="up">Smart Mouse Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Side_002dby_002dSide-Window-Resizing-1"></span><h4 
class="subsection">E.1.3 Side-by-Side Window Resizing</h4>
+<h4 class="subsection" id="Side_002dby_002dSide-Window-Resizing-1">E.1.3 
Side-by-Side Window Resizing</h4>
 
-<span id="index-drag_002c-side-edge"></span>
-<span id="index-side-drag"></span>
+<a class="index-entry-id" id="index-drag_002c-side-edge"></a>
+<a class="index-entry-id" id="index-side-drag"></a>
 <div class="format">
-<pre class="format">If dragged from a side-by-side window edge or from the 
immediate left of
+<div class="group"><pre class="format-preformatted">If dragged from a 
side-by-side window edge or from the immediate left of
 a vertical scroll bar:
   ACTION KEY or ASSIST KEY
      Resizes adjacent window sides to the point of the drag release.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Modeline-Clicks-and-Drags"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Modeline-Clicks-and-Drags">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Mouse-Drags-between-Windows" accesskey="n" 
rel="next">Smart Mouse Drags between Windows</a>, Previous: <a 
href="#Side_002dby_002dSide-Window-Resizing" accesskey="p" 
rel="prev">Side-by-Side Window Resizing</a>, Up: <a href="#Smart-Mouse-Keys" 
accesskey="u" rel="up">Smart Mouse Keys</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Modeline-Clicks-and-Drags-1"></span><h4 class="subsection">E.1.4 
Modeline Clicks and Drags</h4>
+<h4 class="subsection" id="Modeline-Clicks-and-Drags-1">E.1.4 Modeline Clicks 
and Drags</h4>
 
-<span id="index-click_002c-modeline"></span>
-<span id="index-modeline-click"></span>
-<span id="index-modeline-drag"></span>
-<span id="index-action_002dkey_002dmodeline_002dfunction-1"></span>
-<span id="index-assist_002dkey_002dmodeline_002dfunction-1"></span>
+<a class="index-entry-id" id="index-click_002c-modeline"></a>
+<a class="index-entry-id" id="index-modeline-click"></a>
+<a class="index-entry-id" id="index-modeline-drag"></a>
+<a class="index-entry-id" 
id="index-action_002dkey_002dmodeline_002dfunction-1"></a>
+<a class="index-entry-id" 
id="index-assist_002dkey_002dmodeline_002dfunction-1"></a>
 <div class="format">
-<pre class="format">If depressed within a window modeline:
+<div class="group"><pre class="format-preformatted">If depressed within a 
window modeline:
   ACTION MOUSE KEY
      (1) clicked on the first blank character of a window&rsquo;s modeline,
          the window&rsquo;s buffer is buried (placed at the bottom of the
@@ -10556,7 +9970,7 @@ Next: <a href="#Smart-Mouse-Drags-between-Windows" 
accesskey="n" rel="next">Smar
          on the current directory, replacing the window&rsquo;s buffer;
          successive clicks walk up the directory tree
      (4) clicked anywhere within the middle of a window&rsquo;s modeline,
-         the function given by <code>action-key-modeline-function</code> is
+         the function given by <code 
class="code">action-key-modeline-function</code> is
          called;
      (5) dragged vertically from a modeline to within a window, the
          modeline is moved to the point of the drag release, thereby
@@ -10566,14 +9980,14 @@ Next: <a href="#Smart-Mouse-Drags-between-Windows" 
accesskey="n" rel="next">Smar
          window, duplicate the modeline&rsquo;s window buffer to the window of
          release;
      (7) dragged from a bottommost modeline when the frame has a non-nil
-         <code>drag-with-mode-line</code> property, then move the frame until
+         <code class="code">drag-with-mode-line</code> property, then move the 
frame until
          release of the Action Mouse Key;
      (8) otherwise, dragged from a another modeline to outside of
          Emacs (MacOS only), create a new frame sized to match the
          selected window with the same buffer.
-</pre></div>
+</pre></div></div>
 <div class="format">
-<pre class="format">  ASSIST MOUSE KEY
+<div class="group"><pre class="format-preformatted">  ASSIST MOUSE KEY
      (1) clicked on the first blank character of a window&rsquo;s modeline,
          the bottom buffer in the buffer list is unburied and placed in
          the window;
@@ -10584,7 +9998,7 @@ Next: <a href="#Smart-Mouse-Drags-between-Windows" 
accesskey="n" rel="next">Smar
      (3) clicked on the buffer id of a window&rsquo;s modeline, the next
          buffer in sequence is displayed in the window;
      (4) clicked anywhere within the middle of a window&rsquo;s modeline,
-         the function given by <code>assist-key-modeline-function</code> is
+         the function given by <code 
class="code">assist-key-modeline-function</code> is
          called;
      (5) dragged vertically from a modeline to within a window, the
          modeline is moved to the point of the drag release, thereby
@@ -10593,18 +10007,18 @@ Next: <a href="#Smart-Mouse-Drags-between-Windows" 
accesskey="n" rel="next">Smar
      (6) dragged other than straight vertically from a modeline to another
          window, swap buffers in the two windows;
      (7) dragged from a bottommost modeline when the frame has a non-nil
-         <code>drag-with-mode-line</code> property, then move the frame until
+         <code class="code">drag-with-mode-line</code> property, then move the 
frame until
          release of the Action Mouse Key;
      (8) dragged from a modeline to outside of Emacs (MacOS only),
          create a new frame sized to match the selected window with
          the same buffer.  If there is only one window in the source
-         frame or if <code>hycontrol-keep-window-flag</code> is non-nil,
+         frame or if <code class="code">hycontrol-keep-window-flag</code> is 
non-nil,
          leave the original window and just clone it into the new
          frame; otherwise, delete the original window.
-</pre></div>
+</pre></div></div>
 
 <div class="format">
-<pre class="format">If dragged from a window and released within a window 
modeline:
+<div class="group"><pre class="format-preformatted">If dragged from a window 
and released within a window modeline:
   ACTION KEY
      (1) If depress was on a buffer name in Buffer-menu/ibuffer mode or on
          a file/directory in dired mode, splits the release window and displays
@@ -10613,67 +10027,71 @@ Next: <a href="#Smart-Mouse-Drags-between-Windows" 
accesskey="n" rel="next">Smar
          buffer in the original release window.
   ASSIST KEY
      Swaps buffers in the two windows.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Mouse-Drags-between-Windows"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Mouse-Drags-between-Windows">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Mouse-Drags-within-a-Window" accesskey="n" 
rel="next">Smart Mouse Drags within a Window</a>, Previous: <a 
href="#Modeline-Clicks-and-Drags" accesskey="p" rel="prev">Modeline Clicks and 
Drags</a>, Up: <a href="#Smart-Mouse-Keys" accesskey="u" rel="up">Smart Mouse 
Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Mouse-Drags-between-Windows-1"></span><h4 
class="subsection">E.1.5 Smart Mouse Drags between Windows</h4>
+<h4 class="subsection" id="Smart-Mouse-Drags-between-Windows-1">E.1.5 Smart 
Mouse Drags between Windows</h4>
 
-<span id="index-active-region"></span>
-<span id="index-copy-and-yank-1"></span>
-<span id="index-kill-and-yank-1"></span>
-<span id="index-yanking-1"></span>
-<span id="index-pasting-a-region-1"></span>
+<a class="index-entry-id" id="index-active-region"></a>
+<a class="index-entry-id" id="index-copy-and-yank-1"></a>
+<a class="index-entry-id" id="index-kill-and-yank-1"></a>
+<a class="index-entry-id" id="index-yanking-1"></a>
+<a class="index-entry-id" id="index-pasting-a-region-1"></a>
 <div class="format">
-<pre class="format">If an active (highlighted) region exists within the editor:
+<div class="group"><pre class="format-preformatted">If an active (highlighted) 
region exists within the editor:
   ACTION KEY
      Copies and yanks (pastes) the region to the release point in a
      different window.
   ASSIST KEY
      Kills (cuts) and yanks (pastes) the region to the release point
      in a different window.
-</pre></div>
+</pre></div></div>
 
 <div class="format">
-<pre class="format">Otherwise, if dragged from inside one window to another:
+<div class="group"><pre class="format-preformatted">Otherwise, if dragged from 
inside one window to another:
   ACTION KEY
      (1) If depress was on a buffer name in Buffer-menu/ibuffer mode or on
          a file/directory in dired mode, displays the item in window of 
release.
-         See <code>hmouse-drag-item-mode-forms</code> for how to allow for 
draggable
+         See <code class="code">hmouse-drag-item-mode-forms</code> for how to 
allow for draggable
          items in other modes.
      (2) Otherwise, creates a new link button at the drag start location, 
linked
          to the drag end location.  If the drag start position is within a 
button,
          this modifies the button to link to the drag end location.
   ASSIST KEY
      Swap buffers in the two windows.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Mouse-Drags-within-a-Window"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Mouse-Drags-within-a-Window">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Mouse-Drags-outside-a-Window" accesskey="n" 
rel="next">Smart Mouse Drags outside a Window</a>, Previous: <a 
href="#Smart-Mouse-Drags-between-Windows" accesskey="p" rel="prev">Smart Mouse 
Drags between Windows</a>, Up: <a href="#Smart-Mouse-Keys" accesskey="u" 
rel="up">Smart Mouse Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Mouse-Drags-within-a-Window-1"></span><h4 
class="subsection">E.1.6 Smart Mouse Drags within a Window</h4>
+<h4 class="subsection" id="Smart-Mouse-Drags-within-a-Window-1">E.1.6 Smart 
Mouse Drags within a Window</h4>
 
-<span id="index-active-region-1"></span>
-<span id="index-region_002c-active"></span>
-<span id="index-drag_002c-with-region-1"></span>
+<a class="index-entry-id" id="index-active-region-1"></a>
+<a class="index-entry-id" id="index-region_002c-active"></a>
+<a class="index-entry-id" id="index-drag_002c-with-region-1"></a>
 <div class="format">
-<pre class="format">If a region is active and a drag occurs within a single 
buffer/window:
+<div class="group"><pre class="format-preformatted">If a region is active and 
a drag occurs within a single buffer/window:
   ACTION KEY
      Restores region to before Action Key drag and signals an error.
   ASSIST KEY
      Restores region to before Action Key drag and signals an error.
-</pre></div>
+</pre></div></div>
 
-<span id="index-drag_002c-horizontal-1"></span>
-<span id="index-horizontal-drag-1"></span>
-<span id="index-hmouse_002dx_002ddrag_002dsensitivity"></span>
+<a class="index-entry-id" id="index-drag_002c-horizontal-1"></a>
+<a class="index-entry-id" id="index-horizontal-drag-1"></a>
+<a class="index-entry-id" id="index-hmouse_002dx_002ddrag_002dsensitivity"></a>
 <div class="format">
-<pre class="format">(Note that <code>hmouse-x-drag-sensitivity</code> sets the 
minimal horizontal
+<div class="group"><pre class="format-preformatted">(Note that <code 
class="code">hmouse-x-drag-sensitivity</code> sets the minimal horizontal
 movement which registers a drag).  If dragged horizontally within a
 single window from anywhere but a thing delimiter:
   ACTION KEY
@@ -10681,13 +10099,13 @@ single window from anywhere but a thing delimiter:
   ASSIST KEY
      Deletes the current window if it is not the sole window in the
      current frame.
-</pre></div>
+</pre></div></div>
 
-<span id="index-drag_002c-vertical-1"></span>
-<span id="index-vertical-drag-1"></span>
-<span id="index-hmouse_002dy_002ddrag_002dsensitivity"></span>
+<a class="index-entry-id" id="index-drag_002c-vertical-1"></a>
+<a class="index-entry-id" id="index-vertical-drag-1"></a>
+<a class="index-entry-id" id="index-hmouse_002dy_002ddrag_002dsensitivity"></a>
 <div class="format">
-<pre class="format">(Note that <code>hmouse-y-drag-sensitivity</code> sets the 
minimal vertical
+<div class="group"><pre class="format-preformatted">(Note that <code 
class="code">hmouse-y-drag-sensitivity</code> sets the minimal vertical
 movement which registers a drag).  If dragged vertically within a
 single window from anywhere but a thing delimiter:
   ACTION KEY
@@ -10695,14 +10113,14 @@ single window from anywhere but a thing delimiter:
   ASSIST KEY
      Deletes the current window if it is not the sole window in the
      current frame.
-</pre></div>
+</pre></div></div>
 
-<span id="index-drag_002c-diagonal-1"></span>
-<span id="index-diagonal-drag-1"></span>
-<span id="index-hmouse_002dx_002ddiagonal_002dsensitivity"></span>
-<span id="index-hmouse_002dy_002ddiagonal_002dsensitivity"></span>
+<a class="index-entry-id" id="index-drag_002c-diagonal-1"></a>
+<a class="index-entry-id" id="index-diagonal-drag-1"></a>
+<a class="index-entry-id" 
id="index-hmouse_002dx_002ddiagonal_002dsensitivity"></a>
+<a class="index-entry-id" 
id="index-hmouse_002dy_002ddiagonal_002dsensitivity"></a>
 <div class="format">
-<pre class="format">If dragged diagonally within a single window while 
depressed
+<div class="group"><pre class="format-preformatted">If dragged diagonally 
within a single window while depressed
 (&lsquo;hmouse-x-diagonal-sensitivity&rsquo; and 
&lsquo;hmouse-y-diagonal-sensitivity&rsquo; set
 the minimal diagonal movements which register a drag):
   ACTION KEY
@@ -10711,276 +10129,258 @@ the minimal diagonal movements which register a 
drag):
   ASSIST KEY
      Restores the prior window configuration from the ring.  A prefix
      argument N specifies the Nth prior configuration from the ring.
-</pre></div>
+</pre></div></div>
      
 <hr>
-<span id="Smart-Mouse-Drags-outside-a-Window"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Mouse-Drags-outside-a-Window">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Smart-Mouse-Drags-within-a-Window" accesskey="p" 
rel="prev">Smart Mouse Drags within a Window</a>, Up: <a 
href="#Smart-Mouse-Keys" accesskey="u" rel="up">Smart Mouse Keys</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Mouse-Drags-outside-a-Window-1"></span><h4 
class="subsection">E.1.7 Smart Mouse Drags outside a Window</h4>
+<h4 class="subsection" id="Smart-Mouse-Drags-outside-a-Window-1">E.1.7 Smart 
Mouse Drags outside a Window</h4>
 
-<span id="index-hmouse_002ddrag_002ditem_002dmode_002dforms"></span>
-<span id="index-hycontrol_002dkeep_002dwindow_002dflag-1"></span>
-<span id="index-dragging-items"></span>
-<span id="index-dragging-outside-Emacs"></span>
-<span id="index-window_002c-clone-2"></span>
-<span id="index-clone-window-2"></span>
-<span id="index-window_002c-move"></span>
-<span id="index-move-window"></span>
+<a class="index-entry-id" 
id="index-hmouse_002ddrag_002ditem_002dmode_002dforms"></a>
+<a class="index-entry-id" 
id="index-hycontrol_002dkeep_002dwindow_002dflag-1"></a>
+<a class="index-entry-id" id="index-dragging-items"></a>
+<a class="index-entry-id" id="index-dragging-outside-Emacs"></a>
+<a class="index-entry-id" id="index-window_002c-clone-2"></a>
+<a class="index-entry-id" id="index-clone-window-2"></a>
+<a class="index-entry-id" id="index-window_002c-move"></a>
+<a class="index-entry-id" id="index-move-window"></a>
 <div class="format">
-<pre class="format">If dragged from an Emacs window to outside of Emacs:
+<div class="group"><pre class="format-preformatted">If dragged from an Emacs 
window to outside of Emacs:
   ACTION KEY
      (1) If depress was on a buffer name in Buffer-menu/ibuffer mode or on
          a file/directory in dired mode, display the item in a new frame.
-         See <code>hmouse-drag-item-mode-forms</code> for how to allow for 
draggable
+         See <code class="code">hmouse-drag-item-mode-forms</code> for how to 
allow for draggable
          items in other modes.
      (2) If depress was anywhere else, create a new frame sized to match the
          selected window with the same buffer.
   ASSIST KEY
      Create a new frame sized to match the selected window with the same 
buffer.
-     If there is only one window in the source frame or if 
<code>hycontrol-keep-window-flag</code>
+     If there is only one window in the source frame or if <code 
class="code">hycontrol-keep-window-flag</code>
      is non-nil, leave the original window and just clone it into the new 
frame;
      otherwise, delete the original window.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Keyboard-Keys"></span><div class="header">
+</div>
+</div>
+<div class="section-level-extent" id="Smart-Keyboard-Keys">
+<div class="nav-panel">
 <p>
 Previous: <a href="#Smart-Mouse-Keys" accesskey="p" rel="prev">Smart Mouse 
Keys</a>, Up: <a href="#Smart-Key-Reference" accesskey="u" rel="up">Smart Key 
Reference</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Keyboard-Keys-1"></span><h3 class="section">E.2 Smart Keyboard 
Keys</h3>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Company-Mode" accesskey="1">Smart Key - Company 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Key-_002d-Org-Mode" 
accesskey="2">Smart Key - Org Mode</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Key-_002d-Ivy" 
accesskey="3">Smart Key - Ivy</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Smart-Key-_002d-Treemacs" 
accesskey="4">Smart Key - Treemacs</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Dired-Sidebar-Mode" accesskey="5">Smart Key - Dired 
Sidebar Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Emacs-Pushbuttons" accesskey="6">Smart Key - Emacs 
Pushbuttons</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Argument-Completion" accesskey="7">Smart Key - Argument 
Completion</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-ID-Edit-Mode" accesskey="8">Smart Key - ID Edit 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029" 
accesskey="9">Smart Key - Emacs Cross-references 
(Xrefs)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Smart-Menus">Smart Key - Smart 
Menus</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Dired-Mode">Smart Key - Dired 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Hyperbole-Buttons">Smart Key - Hyperbole 
Buttons</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-View-Mode">Smart Key - View 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Helm-Mode">Smart Key - Helm 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-The-Koutliner">Smart Key - The 
Koutliner</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-RDB-Mode">Smart Key - RDB 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Help-Buffers">Smart Key - Help 
Buffers</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Custom-Mode">Smart Key - Custom 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Bookmark-Mode">Smart Key - Bookmark 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Pages-Directory-Mode">Smart Key - Pages Directory 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Python-Source-Code">Smart Key - Python Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Identifier-Menu-Mode">Smart Key - Identifier Menu Mode 
</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-C-Source-Code">Smart Key - C Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-C_002b_002b-Source-Code">Smart Key - C++ Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Assembly-Source-Code">Smart Key - Assembly Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Lisp-Source-Code">Smart Key - Lisp Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Java-Source-Code">Smart Key - Java Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-JavaScript-Source-Code">Smart Key - JavaScript Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Objective_002dC-Source-Code">Smart Key - Objective-C 
Source Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Fortran-Source-Code">Smart Key - Fortran Source 
Code</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Occurrence-Matches">Smart Key - Occurrence 
Matches</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Calendar-Mode">Smart Key - Calendar 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Man-Page-Apropos">Smart Key - Man Page 
Apropos</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs Outline 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Info-Manuals">Smart Key - Info 
Manuals</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Email-Readers">Smart Key - Email 
Readers</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-GNUS-Newsreader">Smart Key - GNUS 
Newsreader</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Buffer-Menus">Smart Key - Buffer 
Menus</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Tar-File-Mode">Smart Key - Tar File 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Man-Pages">Smart Key - Man 
Pages</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW 
URLs</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-HyRolo-Match-Buffers">Smart Key - HyRolo Match 
Buffers</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Image-Thumbnails">Smart Key - Image 
Thumbnails</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Gomoku-Game">Smart Key - Gomoku 
Game</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Magit-Mode">Smart Key - Magit 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-The-OO_002dBrowser">Smart Key - The 
OO-Browser</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Todotxt-Mode">Smart Key - Todotxt 
Mode</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a 
href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
-</td></tr>
-</table>
-
+<h3 class="section" id="Smart-Keyboard-Keys-1">E.2 Smart Keyboard Keys</h3>
+
+
+<ul class="mini-toc">
+<li><a href="#Smart-Key-_002d-Company-Mode" accesskey="1">Smart Key - Company 
Mode</a></li>
+<li><a href="#Smart-Key-_002d-Org-Mode" accesskey="2">Smart Key - Org 
Mode</a></li>
+<li><a href="#Smart-Key-_002d-Ivy" accesskey="3">Smart Key - Ivy</a></li>
+<li><a href="#Smart-Key-_002d-Treemacs" accesskey="4">Smart Key - 
Treemacs</a></li>
+<li><a href="#Smart-Key-_002d-Dired-Sidebar-Mode" accesskey="5">Smart Key - 
Dired Sidebar Mode</a></li>
+<li><a href="#Smart-Key-_002d-Emacs-Pushbuttons" accesskey="6">Smart Key - 
Emacs Pushbuttons</a></li>
+<li><a href="#Smart-Key-_002d-Argument-Completion" accesskey="7">Smart Key - 
Argument Completion</a></li>
+<li><a href="#Smart-Key-_002d-ID-Edit-Mode" accesskey="8">Smart Key - ID Edit 
Mode</a></li>
+<li><a href="#Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029" 
accesskey="9">Smart Key - Emacs Cross-references (Xrefs)</a></li>
+<li><a href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></li>
+<li><a href="#Smart-Key-_002d-Smart-Menus">Smart Key - Smart Menus</a></li>
+<li><a href="#Smart-Key-_002d-Dired-Mode">Smart Key - Dired Mode</a></li>
+<li><a href="#Smart-Key-_002d-Hyperbole-Buttons">Smart Key - Hyperbole 
Buttons</a></li>
+<li><a href="#Smart-Key-_002d-View-Mode">Smart Key - View Mode</a></li>
+<li><a href="#Smart-Key-_002d-Helm-Mode">Smart Key - Helm Mode</a></li>
+<li><a href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></li>
+<li><a href="#Smart-Key-_002d-The-Koutliner">Smart Key - The Koutliner</a></li>
+<li><a href="#Smart-Key-_002d-RDB-Mode">Smart Key - RDB Mode</a></li>
+<li><a href="#Smart-Key-_002d-Help-Buffers">Smart Key - Help Buffers</a></li>
+<li><a href="#Smart-Key-_002d-Custom-Mode">Smart Key - Custom Mode</a></li>
+<li><a href="#Smart-Key-_002d-Bookmark-Mode">Smart Key - Bookmark Mode</a></li>
+<li><a href="#Smart-Key-_002d-Pages-Directory-Mode">Smart Key - Pages 
Directory Mode</a></li>
+<li><a href="#Smart-Key-_002d-Python-Source-Code">Smart Key - Python Source 
Code</a></li>
+<li><a href="#Smart-Key-_002d-Identifier-Menu-Mode">Smart Key - Identifier 
Menu Mode</a></li>
+<li><a href="#Smart-Key-_002d-C-Source-Code">Smart Key - C Source Code</a></li>
+<li><a href="#Smart-Key-_002d-C_002b_002b-Source-Code">Smart Key - C++ Source 
Code</a></li>
+<li><a href="#Smart-Key-_002d-Assembly-Source-Code">Smart Key - Assembly 
Source Code</a></li>
+<li><a href="#Smart-Key-_002d-Lisp-Source-Code">Smart Key - Lisp Source 
Code</a></li>
+<li><a href="#Smart-Key-_002d-Java-Source-Code">Smart Key - Java Source 
Code</a></li>
+<li><a href="#Smart-Key-_002d-JavaScript-Source-Code">Smart Key - JavaScript 
Source Code</a></li>
+<li><a href="#Smart-Key-_002d-Objective_002dC-Source-Code">Smart Key - 
Objective-C Source Code</a></li>
+<li><a href="#Smart-Key-_002d-Fortran-Source-Code">Smart Key - Fortran Source 
Code</a></li>
+<li><a href="#Smart-Key-_002d-Occurrence-Matches">Smart Key - Occurrence 
Matches</a></li>
+<li><a href="#Smart-Key-_002d-Calendar-Mode">Smart Key - Calendar Mode</a></li>
+<li><a href="#Smart-Key-_002d-Man-Page-Apropos">Smart Key - Man Page 
Apropos</a></li>
+<li><a href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs Outline 
Mode</a></li>
+<li><a href="#Smart-Key-_002d-Info-Manuals">Smart Key - Info Manuals</a></li>
+<li><a href="#Smart-Key-_002d-Email-Readers">Smart Key - Email Readers</a></li>
+<li><a href="#Smart-Key-_002d-GNUS-Newsreader">Smart Key - GNUS 
Newsreader</a></li>
+<li><a href="#Smart-Key-_002d-Buffer-Menus">Smart Key - Buffer Menus</a></li>
+<li><a href="#Smart-Key-_002d-Tar-File-Mode">Smart Key - Tar File Mode</a></li>
+<li><a href="#Smart-Key-_002d-Man-Pages">Smart Key - Man Pages</a></li>
+<li><a href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW URLs</a></li>
+<li><a href="#Smart-Key-_002d-HyRolo-Match-Buffers">Smart Key - HyRolo Match 
Buffers</a></li>
+<li><a href="#Smart-Key-_002d-Image-Thumbnails">Smart Key - Image 
Thumbnails</a></li>
+<li><a href="#Smart-Key-_002d-Gomoku-Game">Smart Key - Gomoku Game</a></li>
+<li><a href="#Smart-Key-_002d-Magit-Mode">Smart Key - Magit Mode</a></li>
+<li><a href="#Smart-Key-_002d-The-OO_002dBrowser">Smart Key - The 
OO-Browser</a></li>
+<li><a href="#Smart-Key-_002d-Todotxt-Mode">Smart Key - Todotext Mode</a></li>
+<li><a href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></li>
+</ul>
 <hr>
-<span id="Smart-Key-_002d-Company-Mode"></span><div class="header">
+<div class="subsection-level-extent" id="Smart-Key-_002d-Company-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Org-Mode" accesskey="n" rel="next">Smart Key - 
Org Mode</a>, Previous: <a href="#Smart-Keyboard-Keys" accesskey="p" 
rel="prev">Smart Keyboard Keys</a>, Up: <a href="#Smart-Keyboard-Keys" 
accesskey="u" rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Company-Mode-1"></span><h4 class="subsection">E.2.1 
Smart Key - Company Mode</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Company-Mode-1">E.2.1 Smart Key - 
Company Mode</h4>
 
-<span id="index-company_002dmode"></span>
-<span id="index-completion-2"></span>
+<a class="index-entry-id" id="index-company_002dmode"></a>
+<a class="index-entry-id" id="index-completion-2"></a>
 <p>Company mode is an extensive in-buffer completion framework, often used to 
complete programming identifiers.
 </p>
 <div class="format">
-<pre class="format">When company-mode is active:
+<div class="group"><pre class="format-preformatted">When company-mode is 
active:
   ACTION KEY
      Displays selected item&rsquo;s definition.
   ASSIST KEY
      Displays the documentation, if any, for the selected item.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Org-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Org-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Ivy" accesskey="n" rel="next">Smart Key - 
Ivy</a>, Previous: <a href="#Smart-Key-_002d-Company-Mode" accesskey="p" 
rel="prev">Smart Key - Company Mode</a>, Up: <a href="#Smart-Keyboard-Keys" 
accesskey="u" rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Org-Mode-1"></span><h4 class="subsection">E.2.2 
Smart Key - Org Mode</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Org-Mode-1">E.2.2 Smart Key - Org 
Mode</h4>
 
-<span id="index-hsys_002dorg_002denable_002dsmart_002dkeys-1"></span>
-<span id="index-Org-mode"></span>
+<a class="index-entry-id" 
id="index-hsys_002dorg_002denable_002dsmart_002dkeys-1"></a>
+<a class="index-entry-id" id="index-Org-mode"></a>
 <div class="format">
-<pre class="format">When in an Org mode context and 
<code>hsys-org-enable-smart-keys</code> is non-nil:
+<div class="group"><pre class="format-preformatted">When in an Org mode 
context and <code class="code">hsys-org-enable-smart-keys</code> is non-nil:
   ACTION KEY
-     (1) follows internal links in Org mode files.  When pressed on a link
-         referent/target, the link definition is displayed, allowing two-way
-         navigation between definitions and targets.
+     (1) If on an Org todo keyword, cycle through the keywords in
+         that set or if final done keyword, remove it.
 
-     (2) follows Org mode external links.
+     (2) If on an Org agenda item, jump to the item for editing.
 
-     (3) within a radio target definition, this jumps to the first occurrence
-         of an associated radio target.
+     (3) Within a radio or internal target or a link to it, jump between
+         the target and the first link to it, allowing two-way navigation.
 
-     (4) when point is on an outline heading in Org mode, this cycles the view
-         of the subtree at point.
+     (4) Follow other internal links in Org mode files.
 
-     (5) with point on the first line of a code block definition, this executes
-         the code block via the Org mode standard binding of <kbd>{C-c 
C-c}</kbd>,
-         <code>(org-ctrl-c-ctrl-c)</code>.
+     (5) Follow Org mode external links.
 
-     (6) if on an Org todo keyword, cycles through the keywords in that set or
-         if final done keyword, removes it.
+     (6) When on a Hyperbole button, activate the button.
 
-     (7) In any other context besides the end of a line, the Action Key 
invokes the
-         Org mode standard binding of <kbd>{M-<span 
class="key">RET</span>}</kbd>, <code>(org-meta-return)</code>.
+     (7) With point on the :dir path of a code block definition, display the
+         directory given by the path.
 
-  ASSIST KEY
-     (1) on an Org mode heading, this cycles through views of the whole buffer 
outline.
+     (8) With point on any #+BEGIN_SRC, #+END_SRC, #+RESULTS, #+begin_example
+         or #+end_example header, execute the code block via the Org mode
+         standard binding of <kbd class="kbd">{C-c C-c}</kbd>, <code 
class="code">org-ctrl-c-ctrl-c</code>.
 
-     (2) on an Org mode link or agenda item, this displays standard Hyperbole 
help.
+     (9) When point is on an Org mode heading, cycle the view of the subtree
+         at point.
 
-     (3) if on an Org todo keyword, moves to the first todo keyword in the 
next set, if
-         any.
-</pre></div>
+     (10) In any other context besides the end of a line, invoke the Org mode
+          standard binding of <kbd class="kbd">{M-<kbd 
class="key">RET</kbd>}</kbd>, <code class="code">org-meta-return</code>.
+
+   When the ASSIST KEY is pressed, it behaves just like the Action Key except
+   in these contexts:
+
+     (1) If on an Org todo keyword, move to the first todo keyword in
+         the next set, if any.
+
+     (2) If on an Org mode link or agenda item, display Hyperbole
+         context-sensitive help.
+
+     (3) On a Hyperbole button, perform the Assist Key function, generally
+         showing help for the button.
+
+     (4) With point on the :dir value of a code block definition, display
+         a help summary of this implicit directory button.
 
-<span id="index-org_002dlink_002doutside_002dorg_002dmode"></span>
+     (5) With point on any #+BEGIN_SRC, #+END_SRC, #+RESULTS, #+begin_example
+         or #+end_example header, remove source block results.
+
+     (6) Not on a Hyperbole button but on an Org mode heading, cycle
+         through views of the whole buffer outline.
+</pre></div></div>
+
+<a class="index-entry-id" 
id="index-org_002dlink_002doutside_002dorg_002dmode"></a>
 <p>Org links may be used outside of Org mode buffers.  Such links are
-handled by the separate implicit button type, 
<code>org-link-outside-org-mode</code>.
+handled by the separate implicit button type, <code 
class="code">org-link-outside-org-mode</code>.
 </p>
 
 <hr>
-<span id="Smart-Key-_002d-Ivy"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Ivy">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Treemacs" accesskey="n" rel="next">Smart Key - 
Treemacs</a>, Previous: <a href="#Smart-Key-_002d-Org-Mode" accesskey="p" 
rel="prev">Smart Key - Org Mode</a>, Up: <a href="#Smart-Keyboard-Keys" 
accesskey="u" rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Ivy-1"></span><h4 class="subsection">E.2.3 Smart Key 
- Ivy</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Ivy-1">E.2.3 Smart Key - Ivy</h4>
 
-<span id="index-Ivy-completion"></span>
-<span id="index-completion_002c-Ivy"></span>
+<a class="index-entry-id" id="index-Ivy-completion"></a>
+<a class="index-entry-id" id="index-completion_002c-Ivy"></a>
 <p>When an Ivy completion list is active, a press of either Smart Key on a
 completion candidate selects that one and exits the minibuffer.
 </p>
 <hr>
-<span id="Smart-Key-_002d-Treemacs"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Treemacs">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Dired-Sidebar-Mode" accesskey="n" 
rel="next">Smart Key - Dired Sidebar Mode</a>, Previous: <a 
href="#Smart-Key-_002d-Ivy" accesskey="p" rel="prev">Smart Key - Ivy</a>, Up: 
<a href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Treemacs-1"></span><h4 class="subsection">E.2.4 
Smart Key - Treemacs</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Treemacs-1">E.2.4 Smart Key - 
Treemacs</h4>
 
-<span id="index-Treemacs-1"></span>
+<a class="index-entry-id" id="index-Treemacs-1"></a>
 <p>Treemacs is an add-on Emacs package that offers a fixed, per-frame, 
graphical
 window for hierarchically browsing and operating upon directories, files and
 programming tags within files.  Use the Emacs package manager to install it and
-then invoke it with <kbd>{M-x treemacs <span class="key">RET</span>}</kbd> and 
quit with <kbd>{q}</kbd>.
+then invoke it with <kbd class="kbd">{M-x treemacs <kbd 
class="key">RET</kbd>}</kbd> and quit with <kbd class="kbd">{q}</kbd>.
 </p>
 <p>Treemacs items may be dragged with the Action Key to other windows for 
display.
-See <a href="#Displaying-File-and-Buffer-Items">Displaying File and Buffer 
Items</a>.
+See <a class="xref" href="#Displaying-File-and-Buffer-Items">Displaying File 
and Buffer Items</a>.
 </p>
 <div class="format">
-<pre class="format">When in a Treemacs file browser buffer:
+<div class="group"><pre class="format-preformatted">When in a Treemacs file 
browser buffer:
   ACTION KEY or ASSIST KEY
      (1) on an entry icon, the treemacs TAB command is run to expand and
          collapse the entry;
      (2) elsewhere within an entry line, the item is displayed for editing,
          normally in another window;
      (3) at the end of an entry line: if an Action Key press, invokes
-         <code>action-key-eol-function</code>, typically to scroll up 
proportionally;
-         if an Assist Key press, invokes <code>assist-key-eol-function</code>, 
typically
+         <code class="code">action-key-eol-function</code>, typically to 
scroll up proportionally;
+         if an Assist Key press, invokes <code 
class="code">assist-key-eol-function</code>, typically
          to scroll down proportionally;
      (4) on the first line of the buffer (other than the end of line),
          dired is run on the current directory of this Treemacs;
      (5) at the end of the first or last line of the buffer,
          this Treemacs invocation is quit.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Dired-Sidebar-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Dired-Sidebar-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Emacs-Pushbuttons" accesskey="n" 
rel="next">Smart Key - Emacs Pushbuttons</a>, Previous: <a 
href="#Smart-Key-_002d-Treemacs" accesskey="p" rel="prev">Smart Key - 
Treemacs</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart 
Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Dired-Sidebar-Mode-1"></span><h4 
class="subsection">E.2.5 Smart Key - Dired Sidebar Mode</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Dired-Sidebar-Mode-1">E.2.5 Smart 
Key - Dired Sidebar Mode</h4>
 
-<span id="index-dired_002dsidebar_002dmode"></span>
+<a class="index-entry-id" id="index-dired_002dsidebar_002dmode"></a>
 <p>Dired-sidebar is an add-on Emacs package that puts dired in a sidebar
 and optionally integrates with various other packages.  Use the Emacs
 package manager to install it and then invoke it with
-<kbd>{M-x dired-sidebar-toggle-sidebar <span class="key">RET</span>}</kbd> and 
quit with <kbd>{q}</kbd>.
+<kbd class="kbd">{M-x dired-sidebar-toggle-sidebar <kbd 
class="key">RET</kbd>}</kbd> and quit with <kbd class="kbd">{q}</kbd>.
 </p>
 <div class="format">
-<pre class="format">When in a dired-sidebar buffer:
+<div class="group"><pre class="format-preformatted">When in a dired-sidebar 
buffer:
   ACTION KEY or ASSIST KEY
      (1) within an entry line, the item is displayed for editing,
          normally in another window, or if it is a directory and
@@ -10994,42 +10394,46 @@ package manager to install it and then invoke it with
          dired is run on the current directory of this dired-sidebar;
      (4) at the end of the first or last line of the buffer,
          this dired-sidebar invocation is hidden.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Emacs-Pushbuttons"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Emacs-Pushbuttons">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Argument-Completion" accesskey="n" 
rel="next">Smart Key - Argument Completion</a>, Previous: <a 
href="#Smart-Key-_002d-Dired-Sidebar-Mode" accesskey="p" rel="prev">Smart Key - 
Dired Sidebar Mode</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Emacs-Pushbuttons-1"></span><h4 
class="subsection">E.2.6 Smart Key - Emacs Pushbuttons</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Emacs-Pushbuttons-1">E.2.6 Smart 
Key - Emacs Pushbuttons</h4>
 
 <div class="format">
-<pre class="format">When over an Emacs pushbutton:
+<div class="group"><pre class="format-preformatted">When over an Emacs 
pushbutton:
   ACTION KEY
      Performs the button action
   ASSIST KEY
      Displays the help text for the button, if any.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Argument-Completion"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Argument-Completion">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-ID-Edit-Mode" accesskey="n" rel="next">Smart 
Key - ID Edit Mode</a>, Previous: <a href="#Smart-Key-_002d-Emacs-Pushbuttons" 
accesskey="p" rel="prev">Smart Key - Emacs Pushbuttons</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Argument-Completion-1"></span><h4 
class="subsection">E.2.7 Smart Key - Argument Completion</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Argument-Completion-1">E.2.7 Smart 
Key - Argument Completion</h4>
 
-<span id="index-Smart-Keyboard-Keys"></span>
+<a class="index-entry-id" id="index-Smart-Keyboard-Keys"></a>
 <div class="format">
-<pre class="format">When prompting for a Hyperbole argument, a press in the 
minibuffer:
+<div class="group"><pre class="format-preformatted">When prompting for a 
Hyperbole argument, a press in the minibuffer:
   ACTION KEY
      Accepts the current minibuffer argument.
   ASSIST KEY
      Offers completions for the current minibuffer argument.
-</pre></div>
+</pre></div></div>
 
-<span id="index-completion-3"></span>
+<a class="index-entry-id" id="index-completion-3"></a>
 <div class="format">
-<pre class="format">When reading a Hyperbole menu item or an argument with 
completion:
+<div class="group"><pre class="format-preformatted">When reading a Hyperbole 
menu item or an argument with completion:
   ACTION KEY
      Returns the value selected at point if any, else nil.  If the
      value is the same as the contents of the minibuffer, this value is
@@ -11038,84 +10442,92 @@ Next: <a href="#Smart-Key-_002d-ID-Edit-Mode" 
accesskey="n" rel="next">Smart Key
      inserted there, for inspection by the user.
   ASSIST KEY
      Displays Hyperbole menu item help when an item is selected.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-ID-Edit-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-ID-Edit-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029" 
accesskey="n" rel="next">Smart Key - Emacs Cross-references (Xrefs)</a>, 
Previous: <a href="#Smart-Key-_002d-Argument-Completion" accesskey="p" 
rel="prev">Smart Key - Argument Completion</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-ID-Edit-Mode-1"></span><h4 class="subsection">E.2.8 
Smart Key - ID Edit Mode</h4>
+<h4 class="subsection" id="Smart-Key-_002d-ID-Edit-Mode-1">E.2.8 Smart Key - 
ID Edit Mode</h4>
 <div class="format">
-<pre class="format">If in ID Edit mode (a package within InfoDock, not 
included in
+<div class="group"><pre class="format-preformatted">If in ID Edit mode (a 
package within InfoDock, not included in
 Hyperbole, that supports rapid marking, killing, copying, yanking and
 display-management):
   ACTION KEY or ASSIST KEY
      Yanks (pastes) last selected region at point.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span 
id="Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029"></span><div 
class="header">
+</div>
+<div class="subsection-level-extent" 
id="Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Smart-Scrolling" accesskey="n" 
rel="next">Smart Key - Smart Scrolling</a>, Previous: <a 
href="#Smart-Key-_002d-ID-Edit-Mode" accesskey="p" rel="prev">Smart Key - ID 
Edit Mode</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart 
Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span 
id="Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029-1"></span><h4 
class="subsection">E.2.9 Smart Key - Emacs Cross-references (Xrefs)</h4>
+<h4 class="subsection" 
id="Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029-1">E.2.9 Smart 
Key - Emacs Cross-references (Xrefs)</h4>
 
 <div class="format">
-<pre class="format">When over an Emacs cross-reference:
+<div class="group"><pre class="format-preformatted">When over an Emacs 
cross-reference:
   ACTION KEY
      Follows the cross-reference to its source definition in another window.
   ASSIST KEY
      Displays the cross-reference definition in another window but
      stays in the current window.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Smart-Scrolling"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Smart-Scrolling">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Smart-Menus" accesskey="n" rel="next">Smart 
Key - Smart Menus</a>, Previous: <a 
href="#Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029" 
accesskey="p" rel="prev">Smart Key - Emacs Cross-references (Xrefs)</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Smart-Scrolling-1"></span><h4 
class="subsection">E.2.10 Smart Key - Smart Scrolling</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Smart-Scrolling-1">E.2.10 Smart Key 
- Smart Scrolling</h4>
 
-<span id="index-smart_002dscroll_002dproportional"></span>
-<span id="index-proportional-scrolling-1"></span>
-<span id="index-scrolling-1"></span>
-<span id="index-click_002c-end-of-line"></span>
-<span id="index-end-of-line-click"></span>
-<span id="index-action_002dkey_002deol_002dfunction"></span>
-<span id="index-assist_002dkey_002deol_002dfunction"></span>
+<a class="index-entry-id" id="index-smart_002dscroll_002dproportional"></a>
+<a class="index-entry-id" id="index-proportional-scrolling-1"></a>
+<a class="index-entry-id" id="index-scrolling-1"></a>
+<a class="index-entry-id" id="index-click_002c-end-of-line"></a>
+<a class="index-entry-id" id="index-end-of-line-click"></a>
+<a class="index-entry-id" id="index-action_002dkey_002deol_002dfunction"></a>
+<a class="index-entry-id" id="index-assist_002dkey_002deol_002dfunction"></a>
 <div class="format">
-<pre class="format">When pressed at the end of a line but not the end of a 
buffer:
+<div class="group"><pre class="format-preformatted">When pressed at the end of 
a line but not the end of a buffer:
   ACTION KEY
-     Calls the function given by <code>action-key-eol-function</code> whose
-     default value is <code>smart-scroll-up</code>.  This scrolls up according
-     to the value of <code>smart-scroll-proportional</code>.  If
-     <code>smart-scroll-proportional</code> is nil or if point is on the top
+     Calls the function given by <code 
class="code">action-key-eol-function</code> whose
+     default value is <code class="code">smart-scroll-up</code>.  This scrolls 
up according
+     to the value of <code class="code">smart-scroll-proportional</code>.  If
+     <code class="code">smart-scroll-proportional</code> is nil or if point is 
on the top
      window line, it scrolls up (forward) a windowful.  Otherwise, it tries
      to bring the current line to the top of the window, leaving point at
      the end of the line and returning t if scrolled, nil if not.  To disable
      this behavior entirely, evaluate this line:
-     <code>(customize-set-variable 'action-key-eol-function #'ignore)</code>
-</pre></div>
+     <code class="code">(customize-set-variable 'action-key-eol-function 
#'ignore)</code>
+</pre></div></div>
 <div class="format">
-<pre class="format">  ASSIST KEY
-     Calls the function given by <code>assist-key-eol-function</code> whose
-     default value is <code>smart-scroll-down</code>.  This scrolls down 
according
-     to the value of <code>smart-scroll-proportional</code>.  If
-     <code>smart-scroll-proportional</code> is nil or if point is on the bottom
+<div class="group"><pre class="format-preformatted">  ASSIST KEY
+     Calls the function given by <code 
class="code">assist-key-eol-function</code> whose
+     default value is <code class="code">smart-scroll-down</code>.  This 
scrolls down according
+     to the value of <code class="code">smart-scroll-proportional</code>.  If
+     <code class="code">smart-scroll-proportional</code> is nil or if point is 
on the bottom
      window line, it scrolls down (backward) a windowful.  Otherwise, it tries
      to bring the current line to the bottom of the window, leaving point at
      the end of the line and returning t if scrolled, nil if not.  To disable
      this behavior entirely, evaluate this line:
-     <code>(customize-set-variable 'assist-key-eol-function #'ignore)</code>
-</pre></div>
+     <code class="code">(customize-set-variable 'assist-key-eol-function 
#'ignore)</code>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Smart-Menus"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Smart-Menus">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Dired-Mode" accesskey="n" rel="next">Smart Key 
- Dired Mode</a>, Previous: <a href="#Smart-Key-_002d-Smart-Scrolling" 
accesskey="p" rel="prev">Smart Key - Smart Scrolling</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Smart-Menus-1"></span><h4 class="subsection">E.2.11 
Smart Key - Smart Menus</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Smart-Menus-1">E.2.11 Smart Key - 
Smart Menus</h4>
 
 <p>Smart Menus are an older in-buffer menu system that worked on dumb
 terminals and pre-dated Emacs&rsquo; own dumb terminal menu support.  They
@@ -11124,41 +10536,43 @@ available separately.  They are not a part of 
Hyperbole and are not
 necessary for its use.
 </p>
 <div class="format">
-<pre class="format">When pressed on a Smart Menu item (this is an older 
in-buffer menu
+<div class="group"><pre class="format-preformatted">When pressed on a Smart 
Menu item (this is an older in-buffer menu
   system that pre-dates Emacs&rsquo; own menus):
   ACTION KEY
     Activates the item.
   ASSIST KEY
     Displays help for the item.
-</pre></div>
+</pre></div></div>
 
-<span id="index-hkey_002dalways_002ddisplay_002dmenu"></span>
-<span id="index-Smart-Menu"></span>
+<a class="index-entry-id" id="index-hkey_002dalways_002ddisplay_002dmenu"></a>
+<a class="index-entry-id" id="index-Smart-Menu"></a>
 <div class="format">
-<pre class="format">If the Smart Menu package (part of InfoDock) has been 
loaded and
+<div class="group"><pre class="format-preformatted">If the Smart Menu package 
(part of InfoDock) has been loaded and
 &lsquo;hkey-always-display-menu&rsquo; is non-nil:
   ACTION KEY or ASSIST KEY
      Pops up a window with a Smart Menu of commands.
      The menu displayed is selected by (smart-menu-choose-menu).
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Dired-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Dired-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Hyperbole-Buttons" accesskey="n" 
rel="next">Smart Key - Hyperbole Buttons</a>, Previous: <a 
href="#Smart-Key-_002d-Smart-Menus" accesskey="p" rel="prev">Smart Key - Smart 
Menus</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart 
Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Dired-Mode-1"></span><h4 class="subsection">E.2.12 
Smart Key - Dired Mode</h4>
-<span id="index-click_002c-dired"></span>
-<span id="index-drag_002c-dired"></span>
-<span id="index-dired-browsing"></span>
-<span id="index-DisplayHere-mode"></span>
+<h4 class="subsection" id="Smart-Key-_002d-Dired-Mode-1">E.2.12 Smart Key - 
Dired Mode</h4>
+<a class="index-entry-id" id="index-click_002c-dired"></a>
+<a class="index-entry-id" id="index-drag_002c-dired"></a>
+<a class="index-entry-id" id="index-dired-browsing"></a>
+<a class="index-entry-id" id="index-DisplayHere-mode"></a>
 <div class="format">
-<pre class="format">If pressed within a dired-mode (directory editor) buffer:
+<div class="group"><pre class="format-preformatted">If pressed within a 
dired-mode (directory editor) buffer:
   ACTION KEY
      (1) within an entry line, the selected file/directory is displayed
          for editing, normally in another window but if an entry has been 
dragged
          for display in another window, then this entry is displayed in the 
current
-         window (DisplayHere minor mode is shown in the mode-line; use 
<kbd>{g}</kbd> to
+         window (DisplayHere minor mode is shown in the mode-line; use <kbd 
class="kbd">{g}</kbd> to
          disable it)
      (2) on a dired header line (other than the end of line):
          (a) within the leading whitespace, then if any deletes are to be
@@ -11168,68 +10582,74 @@ Next: <a href="#Smart-Key-_002d-Hyperbole-Buttons" 
accesskey="n" rel="next">Smar
              of the current directory path up through the location of point; if
              point is on the first character, then the / root directory is 
used.
      (3) on or after the last line in the buffer, this dired invocation is 
quit.
-</pre></div>
+</pre></div></div>
 <div class="format">
-<pre class="format">  ASSIST KEY
+<div class="group"><pre class="format-preformatted">  ASSIST KEY
      (1) on a ~ character, all backup files in the directory are marked for 
deletion;
      (2) on a # character, all auto-save files in the directory are marked for
          deletion;
      (3) anywhere else within an entry line, the current entry is marked for 
deletion;
      (4) on or after the last line in the buffer, all delete marks on all 
entries are
          undone.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Hyperbole-Buttons"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Hyperbole-Buttons">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-View-Mode" accesskey="n" rel="next">Smart Key 
- View Mode</a>, Previous: <a href="#Smart-Key-_002d-Dired-Mode" accesskey="p" 
rel="prev">Smart Key - Dired Mode</a>, Up: <a href="#Smart-Keyboard-Keys" 
accesskey="u" rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Hyperbole-Buttons-1"></span><h4 
class="subsection">E.2.13 Smart Key - Hyperbole Buttons</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Hyperbole-Buttons-1">E.2.13 Smart 
Key - Hyperbole Buttons</h4>
 
-<span id="index-click_002c-button"></span>
-<span id="index-button-click"></span>
+<a class="index-entry-id" id="index-click_002c-button"></a>
+<a class="index-entry-id" id="index-button-click"></a>
 <div class="format">
-<pre class="format">When pressed on a Hyperbole button:
+<div class="group"><pre class="format-preformatted">When pressed on a 
Hyperbole button:
   ACTION KEY
      Activates the button.
   ASSIST KEY
      Displays help for the button, typically a summary of its
      attributes.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-View-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-View-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Helm-Mode" accesskey="n" rel="next">Smart Key 
- Helm Mode</a>, Previous: <a href="#Smart-Key-_002d-Hyperbole-Buttons" 
accesskey="p" rel="prev">Smart Key - Hyperbole Buttons</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-View-Mode-1"></span><h4 class="subsection">E.2.14 
Smart Key - View Mode</h4>
+<h4 class="subsection" id="Smart-Key-_002d-View-Mode-1">E.2.14 Smart Key - 
View Mode</h4>
 
-<span id="index-view-mode"></span>
+<a class="index-entry-id" id="index-view-mode"></a>
 <div class="format">
-<pre class="format">If pressed within a buffer in View major or minor mode:
+<div class="group"><pre class="format-preformatted">If pressed within a buffer 
in View major or minor mode:
   ACTION KEY
      Scrolls the buffer forward a windowful.  If at the last line of the
      buffer, instead quits from view mode.
   ASSIST KEY
      Scrolls the buffer backward a windowful.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Helm-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Helm-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Delimited-Things" accesskey="n" 
rel="next">Smart Key - Delimited Things</a>, Previous: <a 
href="#Smart-Key-_002d-View-Mode" accesskey="p" rel="prev">Smart Key - View 
Mode</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart 
Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Helm-Mode-1"></span><h4 class="subsection">E.2.15 
Smart Key - Helm Mode</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Helm-Mode-1">E.2.15 Smart Key - 
Helm Mode</h4>
 
 <p>Because of the way helm is written, you may need a modified version of
 helm for these Smart Key actions to work.  Try them in your own
 version and if there are any issues, install helm from
-<samp>github.com/rswgnu/helm</samp>. 
+<samp class="file">github.com/rswgnu/helm</samp>. 
 </p>
-<span id="index-helm-mode"></span>
-<span id="index-completion-4"></span>
+<a class="index-entry-id" id="index-helm-mode"></a>
+<a class="index-entry-id" id="index-completion-4"></a>
 <div class="format">
-<pre class="format">If pressed within a buffer in helm major mode:
+<div class="group"><pre class="format-preformatted">If pressed within a buffer 
in helm major mode:
   ACTION KEY
      (1) at the end of the buffer, quits from helm and exits the minibuffer;
      (2) on a candidate line, performs the candidate&rsquo;s first action and
@@ -11256,26 +10676,28 @@ version and if there are any issues, install helm from
      (6) on a candidate separator line, does nothing;
      (7) in the minibuffer window, ends the helm session and performs
          the selected item&rsquo;s action.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Delimited-Things"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Delimited-Things">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-The-Koutliner" accesskey="n" rel="next">Smart 
Key - The Koutliner</a>, Previous: <a href="#Smart-Key-_002d-Helm-Mode" 
accesskey="p" rel="prev">Smart Key - Helm Mode</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Delimited-Things-1"></span><h4 
class="subsection">E.2.16 Smart Key - Delimited Things</h4>
-
-<span id="index-thing-1"></span>
-<span id="index-list-1"></span>
-<span id="index-comment-1"></span>
-<span id="index-string-1"></span>
-<span id="index-array-1"></span>
-<span id="index-vector-1"></span>
-<span id="index-set-1"></span>
-<span id="index-function-1"></span>
-<span id="index-markup-pair-1"></span>
+<h4 class="subsection" id="Smart-Key-_002d-Delimited-Things-1">E.2.16 Smart 
Key - Delimited Things</h4>
+
+<a class="index-entry-id" id="index-thing-1"></a>
+<a class="index-entry-id" id="index-list-1"></a>
+<a class="index-entry-id" id="index-comment-1"></a>
+<a class="index-entry-id" id="index-string-1"></a>
+<a class="index-entry-id" id="index-array-1"></a>
+<a class="index-entry-id" id="index-vector-1"></a>
+<a class="index-entry-id" id="index-set-1"></a>
+<a class="index-entry-id" id="index-function-1"></a>
+<a class="index-entry-id" id="index-markup-pair-1"></a>
 <div class="format">
-<pre class="format">In a programming or markup language buffer, when 
pressed/clicked at
+<div class="group"><pre class="format-preformatted">In a programming or markup 
language buffer, when pressed/clicked at
 the start or end of a delimited thing (including lists, comments,
 strings, arrays/vectors, sets, functions and markup pair tags in a
 markup language), and not at the end of a line:
@@ -11286,22 +10708,24 @@ markup language), and not at the end of a line:
 Note that the press must be on the first character of the delimiter of
 the thing.
 
-<span id="index-Smart-Mouse-Key-1"></span><span 
id="index-Action-Mouse-Key-1"></span><span 
id="index-Assist-Mouse-Key-1"></span><span id="index-drag-2"></span><span 
id="index-copy-and-yank-2"></span><span id="index-kill-and-yank-2"></span><span 
id="index-yanking-2"></span><span id="index-pasting-a-region-2"></span>There 
are also drag actions that work on delimited things.  If no
+<a class="index-entry-id" id="index-Smart-Mouse-Key-1"></a><a 
class="index-entry-id" id="index-Action-Mouse-Key-1"></a><a 
class="index-entry-id" id="index-Assist-Mouse-Key-1"></a><a 
class="index-entry-id" id="index-drag-2"></a><a class="index-entry-id" 
id="index-copy-and-yank-2"></a><a class="index-entry-id" 
id="index-kill-and-yank-2"></a><a class="index-entry-id" 
id="index-yanking-2"></a><a class="index-entry-id" 
id="index-pasting-a-region-2"></a>There are also drag actions that work on [...]
 region is selected, when the Action Mouse Key is dragged from a thing
 delimiter to another location, it copies the thing and yanks it at the
 new location.  Similarly, the Assist Mouse Key kills the thing at its
 original location and yanks it at the new location.
-</pre></div>
+</pre></div></div>
 
 
 <hr>
-<span id="Smart-Key-_002d-The-Koutliner"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-The-Koutliner">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-RDB-Mode" accesskey="n" rel="next">Smart Key - 
RDB Mode</a>, Previous: <a href="#Smart-Key-_002d-Delimited-Things" 
accesskey="p" rel="prev">Smart Key - Delimited Things</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-The-Koutliner-1"></span><h4 
class="subsection">E.2.17 Smart Key - The Koutliner</h4>
+<h4 class="subsection" id="Smart-Key-_002d-The-Koutliner-1">E.2.17 Smart Key - 
The Koutliner</h4>
 <div class="format">
-<pre class="format">When pressed within a Hyperbole Koutliner buffer 
(kotl-mode):
+<div class="group"><pre class="format-preformatted">When pressed within a 
Hyperbole Koutliner buffer (kotl-mode):
   ACTION KEY
      (1) at the end of the buffer, uncollapses and unhides all cells in
          the view;
@@ -11312,9 +10736,9 @@ Next: <a href="#Smart-Key-_002d-RDB-Mode" accesskey="n" 
rel="next">Smart Key - R
          outline cell; press the Action Key twice on another cell to
          select the link referent cell;
      (4) anywhere else, scrolls up a windowful.
-</pre></div>
+</pre></div></div>
 <div class="format">
-<pre class="format">  ASSIST KEY
+<div class="group"><pre class="format-preformatted">  ASSIST KEY
      (1) at the end of the buffer, collapses all cells and hides all
          non-level-one cells;
      (2) on a header line but not at the beginning or end, displays the
@@ -11325,18 +10749,20 @@ Next: <a href="#Smart-Key-_002d-RDB-Mode" 
accesskey="n" rel="next">Smart Key - R
          the outline; press the Action Key twice to select the tree to
          move and where to move it;
      (4) anywhere else, scrolls down a windowful.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-RDB-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-RDB-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Help-Buffers" accesskey="n" rel="next">Smart 
Key - Help Buffers</a>, Previous: <a href="#Smart-Key-_002d-The-Koutliner" 
accesskey="p" rel="prev">Smart Key - The Koutliner</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-RDB-Mode-1"></span><h4 class="subsection">E.2.18 
Smart Key - RDB Mode</h4>
-<span id="index-rdb_002dmode"></span>
-<span id="index-database"></span>
+<h4 class="subsection" id="Smart-Key-_002d-RDB-Mode-1">E.2.18 Smart Key - RDB 
Mode</h4>
+<a class="index-entry-id" id="index-rdb_002dmode"></a>
+<a class="index-entry-id" id="index-database"></a>
 <div class="format">
-<pre class="format">If pressed within an rdb-mode buffer which manipulates 
in-memory,
+<div class="group"><pre class="format-preformatted">If pressed within an 
rdb-mode buffer which manipulates in-memory,
 relational databases (part of InfoDock):
   ACTION KEY
     (1) on the name of a relation, the relation&rsquo;s full table is shown;
@@ -11347,96 +10773,106 @@ relational databases (part of InfoDock):
         the selected attribute value are removed from the current table 
display;
     (5) on or after the last line in the buffer, the current database is 
redisplayed;
     (6) anywhere else (except the end of a line), the last command is 
undone.&quot;
-</pre></div>
+</pre></div></div>
 <div class="format">
-<pre class="format">  ASSIST KEY
+<div class="group"><pre class="format-preformatted">  ASSIST KEY
     (1) on the name of a relation, the relation is removed from the display;
     (2) on an attribute name, the attribute column is removed from the relation
         display;
     (3) to the left of a tuple (row), the tuple is removed from the display;
     (4) on an attribute value, all tuples with the same attribute value are
         removed from the display.&quot;
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Help-Buffers"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Help-Buffers">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Custom-Mode" accesskey="n" rel="next">Smart 
Key - Custom Mode</a>, Previous: <a href="#Smart-Key-_002d-RDB-Mode" 
accesskey="p" rel="prev">Smart Key - RDB Mode</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Help-Buffers-1"></span><h4 class="subsection">E.2.19 
Smart Key - Help Buffers</h4>
-<span id="index-help-buffer"></span>
+<h4 class="subsection" id="Smart-Key-_002d-Help-Buffers-1">E.2.19 Smart Key - 
Help Buffers</h4>
+<a class="index-entry-id" id="index-help-buffer"></a>
 <div class="format">
-<pre class="format">
+<div class="group"><pre class="format-preformatted">
 
 When pressed at the end of a Help buffer:
   ACTION KEY or ASSIST KEY
     Restores the window configuration prior to the help display.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Custom-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Custom-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Bookmark-Mode" accesskey="n" rel="next">Smart 
Key - Bookmark Mode</a>, Previous: <a href="#Smart-Key-_002d-Help-Buffers" 
accesskey="p" rel="prev">Smart Key - Help Buffers</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Custom-Mode-1"></span><h4 class="subsection">E.2.20 
Smart Key - Custom Mode</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Custom-Mode-1">E.2.20 Smart Key - 
Custom Mode</h4>
 
-<span id="index-Custom-mode"></span>
+<a class="index-entry-id" id="index-Custom-mode"></a>
 <p>When pressed within Custom-mode for editing customizations:
   ACTION KEY
      (1) on the last line of the buffer, exit Custom mode, potentially
          prompting to save any changes;
      (2) at the end of any other line, scroll the window down down a windowful;
      (3) if a mouse event on a widget, activate the widget or display a menu;
-     (4) anywhere else, execute the command bound to <tt class="key">RET</tt>.
+     (4) anywhere else, execute the command bound to <kbd 
class="key">RET</kbd>.
   ASSIST KEY
      (1) on the last line of the buffer, exit Custom mode, potentially
          prompting to save any changes;
      (2) at the end of any other line, scroll the window down down a windowful;
      (3) if a mouse event on a widget, activate the widget or display a menu;
-     (4) anywhere else, execute the command bound to <tt class="key">RET</tt>.
+     (4) anywhere else, execute the command bound to <kbd 
class="key">RET</kbd>.
 </p>
 <hr>
-<span id="Smart-Key-_002d-Bookmark-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Bookmark-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Pages-Directory-Mode" accesskey="n" 
rel="next">Smart Key - Pages Directory Mode</a>, Previous: <a 
href="#Smart-Key-_002d-Custom-Mode" accesskey="p" rel="prev">Smart Key - Custom 
Mode</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart 
Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Bookmark-Mode-1"></span><h4 
class="subsection">E.2.21 Smart Key - Bookmark Mode</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Bookmark-Mode-1">E.2.21 Smart Key - 
Bookmark Mode</h4>
 
 <div class="format">
-<pre class="format">Bookmark-bmenu-mode lists existing per-user Emacs 
bookmarks, which each link to a particular file location.
+<div class="group"><pre class="format-preformatted">Bookmark-bmenu-mode lists 
existing per-user Emacs bookmarks, which each link to a particular file 
location.
 
 When pressed on a bookmark-bmenu-mode entry line:
   ACTION KEY
      Jumps to the file point linked to by the bookmark.
   ASSIST KEY
      Shows what the Action Key does in this context.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Pages-Directory-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Pages-Directory-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Python-Source-Code" accesskey="n" 
rel="next">Smart Key - Python Source Code</a>, Previous: <a 
href="#Smart-Key-_002d-Bookmark-Mode" accesskey="p" rel="prev">Smart Key - 
Bookmark Mode</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Pages-Directory-Mode-1"></span><h4 
class="subsection">E.2.22 Smart Key - Pages Directory Mode</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Pages-Directory-Mode-1">E.2.22 
Smart Key - Pages Directory Mode</h4>
 
 <div class="format">
-<pre class="format">Pages-directory-mode is used in special buffers that 
contain title lines extracted from files consisting of titled, page-delimited 
contents, e.g. Info files.
+<div class="group"><pre class="format-preformatted">Pages-directory-mode is 
used in special buffers that contain title lines extracted from files 
consisting of titled, page-delimited contents, e.g. Info files.
 
 When pressed on a pages-directory-mode entry line:
   ACTION KEY
      Jumps to the associated line in the pages file that contains the entry.
   ASSIST KEY
      Jumps to the associated line in the pages file that contains the entry.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Python-Source-Code"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Python-Source-Code">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Identifier-Menu-Mode" accesskey="n" 
rel="next">Smart Key - Identifier Menu Mode</a>, Previous: <a 
href="#Smart-Key-_002d-Pages-Directory-Mode" accesskey="p" rel="prev">Smart Key 
- Pages Directory Mode</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Python-Source-Code-1"></span><h4 
class="subsection">E.2.23 Smart Key - Python Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Python-Source-Code-1">E.2.23 Smart 
Key - Python Source Code</h4>
 <div class="format">
-<pre class="format">When the Jedi identifier server or the OO-Browser has been 
loaded and the press is
+<div class="group"><pre class="format-preformatted">When the Jedi identifier 
server or the OO-Browser has been loaded and the press is
 within a Python buffer:
   ACTION KEY or ASSIST KEY
      Jumps to the definition of the selected Python construct:
@@ -11445,10 +10881,10 @@ within a Python buffer:
      (3) on a class name, the class definition is shown;
      (4) on a unique identifier reference, its definition is shown (when
          possible).
-</pre></div>
+</pre></div></div>
 
 <div class="format">
-<pre class="format">When pressed within a Python source code file (without the 
OO-Browser):
+<div class="group"><pre class="format-preformatted">When pressed within a 
Python source code file (without the OO-Browser):
   ACTION KEY
      Jumps to the definition of the selected Python identifier,
      assuming the identifier is found within an &quot;etags&quot; generated
@@ -11456,17 +10892,19 @@ within a Python buffer:
      directories.
   ASSIST KEY
      Jumps to the next tag matching an identifier at point.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Identifier-Menu-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Identifier-Menu-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-C-Source-Code" accesskey="n" rel="next">Smart 
Key - C Source Code</a>, Previous: <a 
href="#Smart-Key-_002d-Python-Source-Code" accesskey="p" rel="prev">Smart Key - 
Python Source Code</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Identifier-Menu-Mode-1"></span><h4 
class="subsection">E.2.24 Smart Key - Identifier Menu Mode</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Identifier-Menu-Mode-1">E.2.24 
Smart Key - Identifier Menu Mode</h4>
 
 <div class="format">
-<pre class="format">This works only for identifiers defined within the same 
source file in
+<div class="group"><pre class="format-preformatted">This works only for 
identifiers defined within the same source file in
 which they are referenced.  It requires either Emacs&rsquo; imenu library
 and it requires that an index of identifiers has been built for the
 current buffer.  Other handlers handle identifier references and
@@ -11478,20 +10916,22 @@ When pressed on an identifier name after an 
identifier index has been generated:
   ASSIST KEY
      Prompts with completion for an identifier defined within the buffer and 
then jumps
      to the its source definition.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-C-Source-Code"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-C-Source-Code">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-C_002b_002b-Source-Code" accesskey="n" 
rel="next">Smart Key - C++ Source Code</a>, Previous: <a 
href="#Smart-Key-_002d-Identifier-Menu-Mode" accesskey="p" rel="prev">Smart Key 
- Identifier Menu Mode</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-C-Source-Code-1"></span><h4 
class="subsection">E.2.25 Smart Key - C Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-C-Source-Code-1">E.2.25 Smart Key - 
C Source Code</h4>
 
-<span id="index-smart_002dc_002dcpp_002dinclude_002dpath"></span>
-<span id="index-smart_002dc_002dinclude_002dpath"></span>
-<span id="index-smart_002dc_002duse_002dlib_002dman"></span>
+<a class="index-entry-id" 
id="index-smart_002dc_002dcpp_002dinclude_002dpath"></a>
+<a class="index-entry-id" id="index-smart_002dc_002dinclude_002dpath"></a>
+<a class="index-entry-id" id="index-smart_002dc_002duse_002dlib_002dman"></a>
 <div class="format">
-<pre class="format">When pressed within a C source code file:
+<div class="group"><pre class="format-preformatted">When pressed within a C 
source code file:
   ACTION KEY
      Jumps to the definition of a selected C construct:
      (1) on a #include statement, the include file is displayed;
@@ -11508,19 +10948,21 @@ Next: <a 
href="#Smart-Key-_002d-C_002b_002b-Source-Code" accesskey="n" rel="next
          displayed.
   ASSIST KEY
      Jumps to the next tag matching an identifier at point.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-C_002b_002b-Source-Code"></span><div class="header">
+</div>
+<div class="subsection-level-extent" 
id="Smart-Key-_002d-C_002b_002b-Source-Code">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Assembly-Source-Code" accesskey="n" 
rel="next">Smart Key - Assembly Source Code</a>, Previous: <a 
href="#Smart-Key-_002d-C-Source-Code" accesskey="p" rel="prev">Smart Key - C 
Source Code</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-C_002b_002b-Source-Code-1"></span><h4 
class="subsection">E.2.26 Smart Key - C++ Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-C_002b_002b-Source-Code-1">E.2.26 
Smart Key - C++ Source Code</h4>
 
-<span id="index-c_002b_002b_002dcpp_002dinclude_002dpath"></span>
-<span id="index-c_002b_002b_002dinclude_002dpath"></span>
+<a class="index-entry-id" 
id="index-c_002b_002b_002dcpp_002dinclude_002dpath"></a>
+<a class="index-entry-id" id="index-c_002b_002b_002dinclude_002dpath"></a>
 <div class="format">
-<pre class="format">When the OO-Browser has been loaded and the press is 
within a C++
+<div class="group"><pre class="format-preformatted">When the OO-Browser has 
been loaded and the press is within a C++
 buffer:
   ACTION KEY or ASSIST KEY
      Jumps to the definition of the selected C++ construct via
@@ -11539,10 +10981,10 @@ buffer:
          Environment) is shown;
      (6) on a global variable or function identifier, its definition is
          shown.
-</pre></div>
+</pre></div></div>
 
 <div class="format">
-<pre class="format">When pressed within a C++ source code file (without the 
OO-Browser):
+<div class="group"><pre class="format-preformatted">When pressed within a C++ 
source code file (without the OO-Browser):
   ACTION KEY
      Jumps to the definition of the selected C++ construct:
      (1) on a #include statement, the include file is displayed;
@@ -11559,18 +11001,20 @@ buffer:
          displayed.
   ASSIST KEY
      Jumps to the next tag matching an identifier at point.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Assembly-Source-Code"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Assembly-Source-Code">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Lisp-Source-Code" accesskey="n" 
rel="next">Smart Key - Lisp Source Code</a>, Previous: <a 
href="#Smart-Key-_002d-C_002b_002b-Source-Code" accesskey="p" rel="prev">Smart 
Key - C++ Source Code</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Assembly-Source-Code-1"></span><h4 
class="subsection">E.2.27 Smart Key - Assembly Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Assembly-Source-Code-1">E.2.27 
Smart Key - Assembly Source Code</h4>
 
-<span id="index-smart_002dasm_002dinclude_002dpath"></span>
+<a class="index-entry-id" id="index-smart_002dasm_002dinclude_002dpath"></a>
 <div class="format">
-<pre class="format">When pressed within an assembly source code file:
+<div class="group"><pre class="format-preformatted">When pressed within an 
assembly source code file:
   ACTION KEY
      Jumps to the definition of the selected assembly construct:
      (1) on an include statement, the include file is displayed;
@@ -11582,17 +11026,19 @@ Next: <a href="#Smart-Key-_002d-Lisp-Source-Code" 
accesskey="n" rel="next">Smart
          directories.
   ASSIST KEY
      Jumps to the next tag matching an identifier at point.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Lisp-Source-Code"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Lisp-Source-Code">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Java-Source-Code" accesskey="n" 
rel="next">Smart Key - Java Source Code</a>, Previous: <a 
href="#Smart-Key-_002d-Assembly-Source-Code" accesskey="p" rel="prev">Smart Key 
- Assembly Source Code</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Lisp-Source-Code-1"></span><h4 
class="subsection">E.2.28 Smart Key - Lisp Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Lisp-Source-Code-1">E.2.28 Smart 
Key - Lisp Source Code</h4>
 
 <div class="format">
-<pre class="format"><span id="index-change_002dlog_002dmode"></span><span 
id="index-lisp-identifier"></span><span id="index-elisp-identifier"></span>When 
pressed on a Lisp symbol within any of these types of buffers
+<div class="group"><pre class="format-preformatted"><a class="index-entry-id" 
id="index-change_002dlog_002dmode"></a><a class="index-entry-id" 
id="index-lisp-identifier"></a><a class="index-entry-id" 
id="index-elisp-identifier"></a>When pressed on a Lisp symbol within any of 
these types of buffers
 (Lisp code, debugger, compilation, or help) or in change-log-mode
 on an Emacs Lisp bound identifier:
   ACTION KEY
@@ -11604,18 +11050,20 @@ on an Emacs Lisp bound identifier:
      Jumps to the next tag matching an identifier at point or if
      the identifier is an Emacs Lisp symbol, then this displays the
      documentation for the symbol.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Java-Source-Code"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Java-Source-Code">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-JavaScript-Source-Code" accesskey="n" 
rel="next">Smart Key - JavaScript Source Code</a>, Previous: <a 
href="#Smart-Key-_002d-Lisp-Source-Code" accesskey="p" rel="prev">Smart Key - 
Lisp Source Code</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Java-Source-Code-1"></span><h4 
class="subsection">E.2.29 Smart Key - Java Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Java-Source-Code-1">E.2.29 Smart 
Key - Java Source Code</h4>
 
-<span id="index-smart_002djava_002dpackage_002dpath"></span>
+<a class="index-entry-id" id="index-smart_002djava_002dpackage_002dpath"></a>
 <div class="format">
-<pre class="format">When the OO-Browser has been loaded and the press is 
within a Java
+<div class="group"><pre class="format-preformatted">When the OO-Browser has 
been loaded and the press is within a Java
 buffer:
   ACTION KEY or ASSIST KEY
      Jumps to the definition of the selected Java construct:
@@ -11628,10 +11076,10 @@ buffer:
      (4) on a class name, the class definition is shown;
      (5) on a unique identifier reference, its definition is shown (when
          possible).
-</pre></div>
+</pre></div></div>
 
 <div class="format">
-<pre class="format">When pressed within a Java source code file (without the 
OO-Browser):
+<div class="group"><pre class="format-preformatted">When pressed within a Java 
source code file (without the OO-Browser):
   ACTION KEY
      Jumps to the definition of the selected Java construct:
      (1) within a commented @see cross-reference, the referent is
@@ -11645,17 +11093,19 @@ buffer:
          directories.
   ASSIST KEY
      Jumps to the next tag matching an identifier at point.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-JavaScript-Source-Code"></span><div class="header">
+</div>
+<div class="subsection-level-extent" 
id="Smart-Key-_002d-JavaScript-Source-Code">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Objective_002dC-Source-Code" accesskey="n" 
rel="next">Smart Key - Objective-C Source Code</a>, Previous: <a 
href="#Smart-Key-_002d-Java-Source-Code" accesskey="p" rel="prev">Smart Key - 
Java Source Code</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-JavaScript-Source-Code-1"></span><h4 
class="subsection">E.2.30 Smart Key - JavaScript Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-JavaScript-Source-Code-1">E.2.30 
Smart Key - JavaScript Source Code</h4>
 
 <div class="format">
-<pre class="format">When pressed within a JavaScript source code file:
+<div class="group"><pre class="format-preformatted">When pressed within a 
JavaScript source code file:
   ACTION KEY
      Jumps to the definition of the selected JavaScript identifier,
      assuming the identifier is found within an &quot;etags&quot; generated
@@ -11663,20 +11113,22 @@ Next: <a 
href="#Smart-Key-_002d-Objective_002dC-Source-Code" accesskey="n" rel="
      directories.
   ASSIST KEY
      Jumps to the next tag matching an identifier at point.
-</pre></div>
+</pre></div></div>
 
 
 <hr>
-<span id="Smart-Key-_002d-Objective_002dC-Source-Code"></span><div 
class="header">
+</div>
+<div class="subsection-level-extent" 
id="Smart-Key-_002d-Objective_002dC-Source-Code">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Fortran-Source-Code" accesskey="n" 
rel="next">Smart Key - Fortran Source Code</a>, Previous: <a 
href="#Smart-Key-_002d-JavaScript-Source-Code" accesskey="p" rel="prev">Smart 
Key - JavaScript Source Code</a>, Up: <a href="#Smart-Keyboard-Keys" 
accesskey="u" rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Objective_002dC-Source-Code-1"></span><h4 
class="subsection">E.2.31 Smart Key - Objective-C Source Code</h4>
+<h4 class="subsection" 
id="Smart-Key-_002d-Objective_002dC-Source-Code-1">E.2.31 Smart Key - 
Objective-C Source Code</h4>
 
-<span id="index-objc_002dcpp_002dinclude_002dpath"></span>
-<span id="index-objc_002dinclude_002dpath"></span>
+<a class="index-entry-id" id="index-objc_002dcpp_002dinclude_002dpath"></a>
+<a class="index-entry-id" id="index-objc_002dinclude_002dpath"></a>
 <div class="format">
-<pre class="format">When the OO-Browser has been loaded and the press is 
within a
+<div class="group"><pre class="format-preformatted">When the OO-Browser has 
been loaded and the press is within a
 Objective-C buffer:
   ACTION KEY or ASSIST KEY
      Jumps to the definition of the selected Objective-C construct via
@@ -11692,10 +11144,10 @@ Objective-C buffer:
          shown;
      (5) on a global variable or function identifier, its definition
          is shown.
-</pre></div>
+</pre></div></div>
 
 <div class="format">
-<pre class="format">When pressed within an Objective-C source code file 
(without the
+<div class="group"><pre class="format-preformatted">When pressed within an 
Objective-C source code file (without the
 OO-Browser):
   ACTION KEY
      Jumps to the definition of the selected Objective-C construct:
@@ -11713,46 +11165,52 @@ OO-Browser):
          is displayed.
   ASSIST KEY
      Jumps to the next tag matching an identifier at point.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Fortran-Source-Code"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Fortran-Source-Code">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Occurrence-Matches" accesskey="n" 
rel="next">Smart Key - Occurrence Matches</a>, Previous: <a 
href="#Smart-Key-_002d-Objective_002dC-Source-Code" accesskey="p" 
rel="prev">Smart Key - Objective-C Source Code</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Fortran-Source-Code-1"></span><h4 
class="subsection">E.2.32 Smart Key - Fortran Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Fortran-Source-Code-1">E.2.32 Smart 
Key - Fortran Source Code</h4>
 
 <div class="format">
-<pre class="format">When pressed within a Fortran source code file:
+<div class="group"><pre class="format-preformatted">When pressed within a 
Fortran source code file:
   ACTION KEY or ASSIST KEY
      If on an identifier, the identifier definition (or a definition in
      which the identifier appears) is displayed, assuming the identifier
      is found within an &quot;etags&quot; generated tags file in the current
      directory or any of its ancestor directories.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Occurrence-Matches"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Occurrence-Matches">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Calendar-Mode" accesskey="n" rel="next">Smart 
Key - Calendar Mode</a>, Previous: <a 
href="#Smart-Key-_002d-Fortran-Source-Code" accesskey="p" rel="prev">Smart Key 
- Fortran Source Code</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Occurrence-Matches-1"></span><h4 
class="subsection">E.2.33 Smart Key - Occurrence Matches</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Occurrence-Matches-1">E.2.33 Smart 
Key - Occurrence Matches</h4>
 
 <div class="format">
-<pre class="format">When pressed within an occur-mode, moccur-mode or 
amoccur-mode buffer:
+<div class="group"><pre class="format-preformatted">When pressed within an 
occur-mode, moccur-mode or amoccur-mode buffer:
   ACTION KEY or ASSIST KEY
      Jumps to the source buffer and line of the current occurrence.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Calendar-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Calendar-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Man-Page-Apropos" accesskey="n" 
rel="next">Smart Key - Man Page Apropos</a>, Previous: <a 
href="#Smart-Key-_002d-Occurrence-Matches" accesskey="p" rel="prev">Smart Key - 
Occurrence Matches</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Calendar-Mode-1"></span><h4 
class="subsection">E.2.34 Smart Key - Calendar Mode</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Calendar-Mode-1">E.2.34 Smart Key - 
Calendar Mode</h4>
 
 <div class="format">
-<pre class="format">When pressed within a calendar-mode buffer:
+<div class="group"><pre class="format-preformatted">When pressed within a 
calendar-mode buffer:
   ACTION KEY
      (1) at the end of the buffer, the calendar is scrolled forward 3
          months;
@@ -11767,16 +11225,18 @@ Next: <a href="#Smart-Key-_002d-Man-Page-Apropos" 
accesskey="n" rel="next">Smart
          scrolled forward 3 months;
      (3) anywhere else, all dates with marking diary entries are marked
          in the calendar window.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Man-Page-Apropos"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Man-Page-Apropos">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Emacs-Outline-Mode" accesskey="n" 
rel="next">Smart Key - Emacs Outline Mode</a>, Previous: <a 
href="#Smart-Key-_002d-Calendar-Mode" accesskey="p" rel="prev">Smart Key - 
Calendar Mode</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Man-Page-Apropos-1"></span><h4 
class="subsection">E.2.35 Smart Key - Man Page Apropos</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Man-Page-Apropos-1">E.2.35 Smart 
Key - Man Page Apropos</h4>
 <div class="format">
-<pre class="format">When pressed within a man page apropos buffer or listing:
+<div class="group"><pre class="format-preformatted">When pressed within a man 
page apropos buffer or listing:
   ACTION KEY
      (1) on a UNIX man apropos entry, the man page for that entry is
          displayed in another window;
@@ -11787,21 +11247,23 @@ Next: <a href="#Smart-Key-_002d-Emacs-Outline-Mode" 
accesskey="n" rel="next">Sma
          displayed in another window;
      (2) on or after the last line, the buffer in the other window is
          scrolled down a windowful.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Emacs-Outline-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Emacs-Outline-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Info-Manuals" accesskey="n" rel="next">Smart 
Key - Info Manuals</a>, Previous: <a href="#Smart-Key-_002d-Man-Page-Apropos" 
accesskey="p" rel="prev">Smart Key - Man Page Apropos</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Emacs-Outline-Mode-1"></span><h4 
class="subsection">E.2.36 Smart Key - Emacs Outline Mode</h4>
-<span id="index-selective_002ddisplay"></span>
-<span id="index-outline_002dmode"></span>
-<span id="index-outline_002dminor_002dmode"></span>
-<span id="index-outline_002dmode-1"></span>
-<span id="index-outline_002dminor_002dmode-1"></span>
+<h4 class="subsection" id="Smart-Key-_002d-Emacs-Outline-Mode-1">E.2.36 Smart 
Key - Emacs Outline Mode</h4>
+<a class="index-entry-id" id="index-selective_002ddisplay"></a>
+<a class="index-entry-id" id="index-outline_002dmode"></a>
+<a class="index-entry-id" id="index-outline_002dminor_002dmode"></a>
+<a class="index-entry-id" id="index-outline_002dmode-1"></a>
+<a class="index-entry-id" id="index-outline_002dminor_002dmode-1"></a>
 <div class="format">
-<pre class="format">If pressed within an outline-mode buffer or when no other 
context is matched
+<div class="group"><pre class="format-preformatted">If pressed within an 
outline-mode buffer or when no other context is matched
 and outline-minor-mode is enabled:
   ACTION KEY
      Collapses, expands, and moves outline entries.
@@ -11813,7 +11275,7 @@ and outline-minor-mode is enabled:
      (4) on a header line but not at the beginning or end of the line,
          if the headings subtree is hidden, shows it, otherwise hides
          it;
-     (5) anywhere else, invokes <code>action-key-eol-function</code>, typically
+     (5) anywhere else, invokes <code 
class="code">action-key-eol-function</code>, typically
          to scroll up a windowful.
   ASSIST KEY
      (1) after an outline heading has been cut via the Action Key,
@@ -11824,19 +11286,21 @@ and outline-minor-mode is enabled:
          (sans subtree) from the buffer;
      (4) on a header line but not at the beginning or end, if the
          heading body is hidden, shows it, otherwise hides it;
-     (5) anywhere else, invokes <code>assist-key-eol-function</code>, typically
+     (5) anywhere else, invokes <code 
class="code">assist-key-eol-function</code>, typically
          to scroll down a windowful.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Info-Manuals"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Info-Manuals">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Email-Readers" accesskey="n" rel="next">Smart 
Key - Email Readers</a>, Previous: <a 
href="#Smart-Key-_002d-Emacs-Outline-Mode" accesskey="p" rel="prev">Smart Key - 
Emacs Outline Mode</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Info-Manuals-1"></span><h4 class="subsection">E.2.37 
Smart Key - Info Manuals</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Info-Manuals-1">E.2.37 Smart Key - 
Info Manuals</h4>
 
 <div class="format">
-<pre class="format"><span id="index-click_002c-Info"></span><span 
id="index-Info-browsing"></span><span 
id="index-Info_002dglobal_002dnext"></span><span 
id="index-Info_002dglobal_002dprev"></span>If pressed within an Info manual 
node:
+<div class="group"><pre class="format-preformatted"><a class="index-entry-id" 
id="index-click_002c-Info"></a><a class="index-entry-id" 
id="index-Info-browsing"></a><a class="index-entry-id" 
id="index-Info_002dglobal_002dnext"></a><a class="index-entry-id" 
id="index-Info_002dglobal_002dprev"></a>If pressed within an Info manual node:
   ACTION KEY
      (1) on the first line of an Info Menu Entry or Cross Reference, the
          referenced node is displayed;
@@ -11849,9 +11313,9 @@ Next: <a href="#Smart-Key-_002d-Email-Readers" 
accesskey="n" rel="next">Smart Ke
          is bound);
      (5) anywhere else (e.g. at the end of a line), the current node
          is scrolled up a windowful.
-</pre></div>
+</pre></div></div>
 <div class="format">
-<pre class="format">  ASSIST KEY
+<div class="group"><pre class="format-preformatted">  ASSIST KEY
      (1) on the first line of an Info Menu Entry or Cross Reference, the
          referenced node is displayed;
      (2) on the Up, Next, or Previous entries of a Node Header (first
@@ -11864,19 +11328,21 @@ Next: <a href="#Smart-Key-_002d-Email-Readers" 
accesskey="n" rel="next">Smart Ke
      (5) anywhere else (e.g. at the end of a line), the current node
          is scrolled down a windowful.
 
-Use <kbd>{s}</kbd> within an Info manual to search for any concept that 
interests you.
-</pre></div>
+Use <kbd class="kbd">{s}</kbd> within an Info manual to search for any concept 
that interests you.
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Email-Readers"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Email-Readers">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-GNUS-Newsreader" accesskey="n" 
rel="next">Smart Key - GNUS Newsreader</a>, Previous: <a 
href="#Smart-Key-_002d-Info-Manuals" accesskey="p" rel="prev">Smart Key - Info 
Manuals</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart 
Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Email-Readers-1"></span><h4 
class="subsection">E.2.38 Smart Key - Email Readers</h4>
-<span id="index-hmail_003areader"></span>
-<span id="index-hmail_003alister"></span>
+<h4 class="subsection" id="Smart-Key-_002d-Email-Readers-1">E.2.38 Smart Key - 
Email Readers</h4>
+<a class="index-entry-id" id="index-hmail_003areader"></a>
+<a class="index-entry-id" id="index-hmail_003alister"></a>
 <div class="format">
-<pre class="format">If pressed within a Hyperbole-supported mail reader 
(defined by
+<div class="group"><pre class="format-preformatted">If pressed within a 
Hyperbole-supported mail reader (defined by
 &lsquo;hmail:reader&rsquo;) or a mail summary (defined by 
&lsquo;hmail:lister&rsquo;) buffer:
   ACTION KEY
      (1) in a msg buffer within the first line of a message or at the
@@ -11889,9 +11355,9 @@ Next: <a href="#Smart-Key-_002d-GNUS-Newsreader" 
accesskey="n" rel="next">Smart
          corresponding to the header is displayed in the msg window;
      (5) in a msg summary buffer, on or after the last line, the
          messages marked for deletion are expunged.
-</pre></div>
+</pre></div></div>
 <div class="format">
-<pre class="format">  ASSIST KEY
+<div class="group"><pre class="format-preformatted">  ASSIST KEY
      (1) in a msg buffer within the first line or at the end of a
          message, the previous undeleted message is displayed;
      (2) in a msg buffer within the first line of an Info cross
@@ -11902,18 +11368,20 @@ Next: <a href="#Smart-Key-_002d-GNUS-Newsreader" 
accesskey="n" rel="next">Smart
          corresponding to the header is marked for deletion;
      (5) in a msg summary buffer on or after the last line, all messages
          are marked undeleted.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-GNUS-Newsreader"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-GNUS-Newsreader">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Buffer-Menus" accesskey="n" rel="next">Smart 
Key - Buffer Menus</a>, Previous: <a href="#Smart-Key-_002d-Email-Readers" 
accesskey="p" rel="prev">Smart Key - Email Readers</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-GNUS-Newsreader-1"></span><h4 
class="subsection">E.2.39 Smart Key - GNUS Newsreader</h4>
-<span id="index-click_002c-Gnus"></span>
-<span id="index-Gnus-browsing"></span>
+<h4 class="subsection" id="Smart-Key-_002d-GNUS-Newsreader-1">E.2.39 Smart Key 
- GNUS Newsreader</h4>
+<a class="index-entry-id" id="index-click_002c-Gnus"></a>
+<a class="index-entry-id" id="index-Gnus-browsing"></a>
 <div class="format">
-<pre class="format">If pressed within the Gnus newsgroups listing buffer:
+<div class="group"><pre class="format-preformatted">If pressed within the Gnus 
newsgroups listing buffer:
   ACTION KEY
      (1) on a GNUS-GROUP line, that newsgroup is read;
      (2) if &lsquo;gnus-topic-mode&rsquo; is active, and on a topic line, the 
topic is
@@ -11922,9 +11390,9 @@ Next: <a href="#Smart-Key-_002d-Buffer-Menus" 
accesskey="n" rel="next">Smart Key
          whitespace, the current group is unsubscribed or resubscribed;
      (4) at the end of the GNUS-GROUP buffer after all lines, the
          number of waiting messages per group is updated.
-</pre></div>
+</pre></div></div>
 <div class="format">
-<pre class="format">  ASSIST KEY
+<div class="group"><pre class="format-preformatted">  ASSIST KEY
      (1) on a GNUS-GROUP line, that newsgroup is read;
      (2) if &lsquo;gnus-topic-mode&rsquo; is active, and on a topic line, the 
topic is
          expanded or collapsed as needed;
@@ -11933,52 +11401,54 @@ Next: <a href="#Smart-Key-_002d-Buffer-Menus" 
accesskey="n" rel="next">Smart Key
          or unsubscribe to;
      (4) at the end of the GNUS-GROUP buffer after all lines, the
          newsreader is quit.
-</pre></div>
+</pre></div></div>
 
 <div class="format">
-<pre class="format">If pressed within a Gnus newsreader subject listing buffer:
+<div class="group"><pre class="format-preformatted">If pressed within a Gnus 
newsreader subject listing buffer:
   ACTION KEY
      (1) on a GNUS-SUBJECT line, that article is read, marked deleted,
          and scrolled forward;
      (2) at the end of the GNUS-SUBJECT buffer, the next undeleted
          article is read or the next group is entered.
-</pre></div>
+</pre></div></div>
 <div class="format">
-<pre class="format">  ASSIST KEY
+<div class="group"><pre class="format-preformatted">  ASSIST KEY
      (1) on a GNUS-SUBJECT line, that article is read and scrolled
          backward;
      (2) at the end of the GNUS-SUBJECT buffer, the group is exited and
          the user is returned to the group listing buffer.
-</pre></div>
+</pre></div></div>
 
 <div class="format">
-<pre class="format">If pressed within a Gnus newsreader article buffer:
+<div class="group"><pre class="format-preformatted">If pressed within a Gnus 
newsreader article buffer:
   ACTION KEY
      (1) on the first line or at the end of an article, the next unread
          message is displayed;
      (2) on the first line of an Info cross reference, the referent is
          displayed;
      (3) anywhere else, the window is scrolled up a windowful.
-</pre></div>
+</pre></div></div>
 <div class="format">
-<pre class="format">  ASSIST KEY
+<div class="group"><pre class="format-preformatted">  ASSIST KEY
      (1) on the first line or end of an article, the previous message is
          displayed;
      (2) on the first line of an Info cross reference, the referent is
          displayed;
      (3) anywhere else, the window is scrolled down a windowful.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Buffer-Menus"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Buffer-Menus">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Tar-File-Mode" accesskey="n" rel="next">Smart 
Key - Tar File Mode</a>, Previous: <a href="#Smart-Key-_002d-GNUS-Newsreader" 
accesskey="p" rel="prev">Smart Key - GNUS Newsreader</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Buffer-Menus-1"></span><h4 class="subsection">E.2.40 
Smart Key - Buffer Menus</h4>
-<span id="index-click_002c-buffer-menu"></span>
-<span id="index-buffer-menu-2"></span>
+<h4 class="subsection" id="Smart-Key-_002d-Buffer-Menus-1">E.2.40 Smart Key - 
Buffer Menus</h4>
+<a class="index-entry-id" id="index-click_002c-buffer-menu"></a>
+<a class="index-entry-id" id="index-buffer-menu-2"></a>
 <div class="format">
-<pre class="format">If pressed within a listing of buffers (Buffer-menu-mode):
+<div class="group"><pre class="format-preformatted">If pressed within a 
listing of buffers (Buffer-menu-mode):
   ACTION KEY
      (1) on the first column of an entry, the selected buffer is marked
          for display;
@@ -11990,21 +11460,21 @@ Next: <a href="#Smart-Key-_002d-Tar-File-Mode" 
accesskey="n" rel="next">Smart Ke
          is displayed);
      (4) on or after the last line in the buffer, all saves and deletes
          are done.
-</pre></div>
+</pre></div></div>
 <div class="format">
-<pre class="format">  ASSIST KEY
+<div class="group"><pre class="format-preformatted">  ASSIST KEY
      (1) on the first or second column of an entry, the selected buffer
          is unmarked for display and for saving or deletion;
      (2) anywhere else within an entry line, the selected buffer is
          marked for deletion;
      (3) on or after the last line in the buffer, all display, save, and
          delete marks on all entries are undone.
-</pre></div>
+</pre></div></div>
 
-<span id="index-click_002c-ibuffer-menu"></span>
-<span id="index-ibuffer-menu-1"></span>
+<a class="index-entry-id" id="index-click_002c-ibuffer-menu"></a>
+<a class="index-entry-id" id="index-ibuffer-menu-1"></a>
 <div class="format">
-<pre class="format">If pressed within an interactive buffer menu 
(ibuffer-mode):
+<div class="group"><pre class="format-preformatted">If pressed within an 
interactive buffer menu (ibuffer-mode):
   ACTION KEY
      (1) on the first or second column of an entry, the selected buffer is
          marked for display;
@@ -12013,181 +11483,197 @@ Next: <a href="#Smart-Key-_002d-Tar-File-Mode" 
accesskey="n" rel="next">Smart Ke
          within the OO-Browser user interface, only the selected buffer is
          displayed);
      (3) on the first or last line in the buffer, all deletes are done.
-</pre></div>
+</pre></div></div>
 <div class="format">
-<pre class="format">  ASSIST KEY
+<div class="group"><pre class="format-preformatted">  ASSIST KEY
      (1) on the first or second column of an entry, the selected buffer is 
unmarked
          for display or deletion; 
      (2) anywhere else within an entry line, the selected buffer is marked for
          deletion;
      (3) on the first or last line in the buffer, all display, save, and delete
          marks on all entries are undone.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Tar-File-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Tar-File-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Man-Pages" accesskey="n" rel="next">Smart Key 
- Man Pages</a>, Previous: <a href="#Smart-Key-_002d-Buffer-Menus" 
accesskey="p" rel="prev">Smart Key - Buffer Menus</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Tar-File-Mode-1"></span><h4 
class="subsection">E.2.41 Smart Key - Tar File Mode</h4>
-<span id="index-click_002c-tar"></span>
-<span id="index-tar-archive-browsing"></span>
-<span id="index-extracting-from-tar-files"></span>
+<h4 class="subsection" id="Smart-Key-_002d-Tar-File-Mode-1">E.2.41 Smart Key - 
Tar File Mode</h4>
+<a class="index-entry-id" id="index-click_002c-tar"></a>
+<a class="index-entry-id" id="index-tar-archive-browsing"></a>
+<a class="index-entry-id" id="index-extracting-from-tar-files"></a>
 <div class="format">
-<pre class="format">If pressed within a tar-mode buffer:
+<div class="group"><pre class="format-preformatted">If pressed within a 
tar-mode buffer:
   ACTION KEY
      (1) on an entry line, the selected file/directory is displayed for
          editing in the other window;
      (2) on or after the last line in the buffer, if any deletes are to
          be performed, they are executed after user verification;
          otherwise, this tar file browser is quit.
-</pre></div>
+</pre></div></div>
 <div class="format">
-<pre class="format">  ASSIST KEY
+<div class="group"><pre class="format-preformatted">  ASSIST KEY
      (1) on an entry line, the current entry is marked for deletion;
      (2) on or after the last line in the buffer, all delete marks on
          all entries are undone.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Man-Pages"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Man-Pages">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-WWW-URLs" accesskey="n" rel="next">Smart Key - 
WWW URLs</a>, Previous: <a href="#Smart-Key-_002d-Tar-File-Mode" accesskey="p" 
rel="prev">Smart Key - Tar File Mode</a>, Up: <a href="#Smart-Keyboard-Keys" 
accesskey="u" rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Man-Pages-1"></span><h4 class="subsection">E.2.42 
Smart Key - Man Pages</h4>
-<span id="index-man-page-references"></span>
-<span id="index-smart_002dman_002dc_002droutine_002dref"></span>
+<h4 class="subsection" id="Smart-Key-_002d-Man-Pages-1">E.2.42 Smart Key - Man 
Pages</h4>
+<a class="index-entry-id" id="index-man-page-references"></a>
+<a class="index-entry-id" 
id="index-smart_002dman_002dc_002droutine_002dref"></a>
 <div class="format">
-<pre class="format">If pressed on a cross reference within a man page entry 
section labeled
+<div class="group"><pre class="format-preformatted">If pressed on a cross 
reference within a man page entry section labeled
 NAME, SEE ALSO, or PACKAGES USED, or within a man page C routine
 specification (see &lsquo;smart-man-c-routine-ref&rsquo;) and the man page 
buffer
 has either an attached file or else a man-path local variable
 containing its pathname:
   ACTION KEY or ASSIST KEY
      Displays the man page or source code for the cross reference.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-WWW-URLs"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-WWW-URLs">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-HyRolo-Match-Buffers" accesskey="n" 
rel="next">Smart Key - HyRolo Match Buffers</a>, Previous: <a 
href="#Smart-Key-_002d-Man-Pages" accesskey="p" rel="prev">Smart Key - Man 
Pages</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart 
Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-WWW-URLs-1"></span><h4 class="subsection">E.2.43 
Smart Key - WWW URLs</h4>
-<span id="index-click_002c-world_002dwide-web"></span>
-<span id="index-W3"></span>
-<span id="index-URL-2"></span>
-<span id="index-browse_002durl_002dbrowser_002dfunction-3"></span>
-<span id="index-World_002dwide-Web-2"></span>
-<span id="index-WWW-2"></span>
-<span id="index-C_002dh-h-c-u-1"></span>
-<span id="index-menu_002c-Cust_002fURL_002dDisplay-1"></span>
+<h4 class="subsection" id="Smart-Key-_002d-WWW-URLs-1">E.2.43 Smart Key - WWW 
URLs</h4>
+<a class="index-entry-id" id="index-click_002c-world_002dwide-web"></a>
+<a class="index-entry-id" id="index-W3"></a>
+<a class="index-entry-id" id="index-URL-2"></a>
+<a class="index-entry-id" 
id="index-browse_002durl_002dbrowser_002dfunction-3"></a>
+<a class="index-entry-id" id="index-World_002dwide-Web-2"></a>
+<a class="index-entry-id" id="index-WWW-2"></a>
+<a class="index-entry-id" id="index-C_002dh-h-c-u-1"></a>
+<a class="index-entry-id" id="index-menu_002c-Cust_002fURL_002dDisplay-1"></a>
 <div class="format">
-<pre class="format">If pressed on a World-Wide Web universal resource locator 
(URL):
+<div class="group"><pre class="format-preformatted">If pressed on a World-Wide 
Web universal resource locator (URL):
   ACTION KEY
      Displays the referent for the URL at point using the web browser
-     given by the variable, <code>browse-url-browser-function</code>.  Adjust
-     this setting with the Cust/URL-Display <kbd>{C-h h c u}</kbd> menu.
+     given by the variable, <code 
class="code">browse-url-browser-function</code>.  Adjust
+     this setting with the Cust/URL-Display <kbd class="kbd">{C-h h c u}</kbd> 
menu.
   ASSIST KEY
      Displays help for the ACTION KEY.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-HyRolo-Match-Buffers"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-HyRolo-Match-Buffers">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Image-Thumbnails" accesskey="n" 
rel="next">Smart Key - Image Thumbnails</a>, Previous: <a 
href="#Smart-Key-_002d-WWW-URLs" accesskey="p" rel="prev">Smart Key - WWW 
URLs</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart 
Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-HyRolo-Match-Buffers-1"></span><h4 
class="subsection">E.2.44 Smart Key - HyRolo Match Buffers</h4>
-<span id="index-click_002c-hyrolo-matches"></span>
-<span id="index-hyrolo-matches"></span>
+<h4 class="subsection" id="Smart-Key-_002d-HyRolo-Match-Buffers-1">E.2.44 
Smart Key - HyRolo Match Buffers</h4>
+<a class="index-entry-id" id="index-click_002c-hyrolo-matches"></a>
+<a class="index-entry-id" id="index-hyrolo-matches"></a>
 <div class="format">
-<pre class="format">If pressed within an entry in the HyRolo search results 
buffer:
+<div class="group"><pre class="format-preformatted">If pressed within an entry 
in the HyRolo search results buffer:
   ACTION KEY or ASSIST KEY
      The entry is edited in the other window.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Image-Thumbnails"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Image-Thumbnails">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Gomoku-Game" accesskey="n" rel="next">Smart 
Key - Gomoku Game</a>, Previous: <a 
href="#Smart-Key-_002d-HyRolo-Match-Buffers" accesskey="p" rel="prev">Smart Key 
- HyRolo Match Buffers</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Image-Thumbnails-1"></span><h4 
class="subsection">E.2.45 Smart Key - Image Thumbnails</h4>
-<span id="index-images"></span>
-<span id="index-thumbnails"></span>
-<span id="index-dired_002c-images"></span>
-<span id="index-image_002ddired_002dexternal_002dviewer"></span>
+<h4 class="subsection" id="Smart-Key-_002d-Image-Thumbnails-1">E.2.45 Smart 
Key - Image Thumbnails</h4>
+<a class="index-entry-id" id="index-images"></a>
+<a class="index-entry-id" id="index-thumbnails"></a>
+<a class="index-entry-id" id="index-dired_002c-images"></a>
+<a class="index-entry-id" 
id="index-image_002ddired_002dexternal_002dviewer"></a>
 <div class="format">
-<pre class="format">If pressed within a Dired Image Thumbnail buffer:
+<div class="group"><pre class="format-preformatted">If pressed within a Dired 
Image Thumbnail buffer:
   ACTION KEY
      Selects the chosen thumbnail and scales its image for display in another 
Emacs window.
   ASSIST KEY
-     Selects thumbnail and uses the external viewer named by 
<code>image-dired-external-viewer</code>
+     Selects thumbnail and uses the external viewer named by <code 
class="code">image-dired-external-viewer</code>
      to display it.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Gomoku-Game"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Gomoku-Game">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Magit-Mode" accesskey="n" rel="next">Smart Key 
- Magit Mode</a>, Previous: <a href="#Smart-Key-_002d-Image-Thumbnails" 
accesskey="p" rel="prev">Smart Key - Image Thumbnails</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Gomoku-Game-1"></span><h4 class="subsection">E.2.46 
Smart Key - Gomoku Game</h4>
-<span id="index-game_002c-gomoku"></span>
-<span id="index-gomoku"></span>
+<h4 class="subsection" id="Smart-Key-_002d-Gomoku-Game-1">E.2.46 Smart Key - 
Gomoku Game</h4>
+<a class="index-entry-id" id="index-game_002c-gomoku"></a>
+<a class="index-entry-id" id="index-gomoku"></a>
 <div class="format">
-<pre class="format">If pressed within a Gomoku game buffer:
+<div class="group"><pre class="format-preformatted">If pressed within a Gomoku 
game buffer:
   ACTION KEY
      Makes a move to the selected space.
   ASSIST KEY
      Takes back a prior move made at the selected space.
-</pre></div>
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-Magit-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Magit-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-The-OO_002dBrowser" accesskey="n" 
rel="next">Smart Key - The OO-Browser</a>, Previous: <a 
href="#Smart-Key-_002d-Gomoku-Game" accesskey="p" rel="prev">Smart Key - Gomoku 
Game</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart 
Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Magit-Mode-1"></span><h4 class="subsection">E.2.47 
Smart Key - Magit Mode</h4>
-<span id="index-git"></span>
-<span id="index-magit"></span>
-<span id="index-version-control-4"></span>
-<span id="index-hpath_003adisplay_002dwhere-3"></span>
+<h4 class="subsection" id="Smart-Key-_002d-Magit-Mode-1">E.2.47 Smart Key - 
Magit Mode</h4>
+<a class="index-entry-id" id="index-git"></a>
+<a class="index-entry-id" id="index-magit"></a>
+<a class="index-entry-id" id="index-version-control-4"></a>
+<a class="index-entry-id" id="index-hpath_003adisplay_002dwhere-3"></a>
 <div class="format">
-<pre class="format">If pressed within a Magit buffer and not on a button:
+<div class="group"><pre class="format-preformatted">If pressed within a Magit 
buffer and not on a button:
   ACTION KEY
-     (1) on the last line, quit from the magit mode (<kbd>{q}</kbd> key 
binding);
+     (1) on the last line, quit from the magit mode (<kbd 
class="kbd">{q}</kbd> key binding);
      (2) at the end of a line, scroll up a windowful;
      (3) on an initial read-only header line, cycle visibility of diff 
sections;
-     (4) anywhere else, hide/show the thing at point (<kbd>{<span 
class="key">TAB</span>}</kbd> key binding)
+     (4) anywhere else, hide/show the thing at point (<kbd class="kbd">{<kbd 
class="key">TAB</kbd>}</kbd> key binding)
          unless that does nothing in the mode, then jump to the thing at point
-         (<kbd>{<span class="key">RET</span>}</kbd> key binding) but display 
based on the value of
-         <code>hpath:display-where</code>.
+         (<kbd class="kbd">{<kbd class="key">RET</kbd>}</kbd> key binding) but 
display based on the value of
+         <code class="code">hpath:display-where</code>.
   ASSIST KEY
-     (1) on the last line, quit from the magit mode (<kbd>{q}</kbd> key 
binding);
+     (1) on the last line, quit from the magit mode (<kbd 
class="kbd">{q}</kbd> key binding);
      (2) at the end of a line, scroll down a windowful;
      (3) on an initial read-only header line, cycle visibility of all sections;
-     (4) anywhere else, jump to the thing at point (<kbd>{<span 
class="key">RET</span>}</kbd> key binding)
-         but display based on the value of 
<code>hpath:display-where</code>.&quot;
-</pre></div>
+     (4) anywhere else, jump to the thing at point (<kbd class="kbd">{<kbd 
class="key">RET</kbd>}</kbd> key binding)
+         but display based on the value of <code 
class="code">hpath:display-where</code>.&quot;
+</pre></div></div>
 
 <hr>
-<span id="Smart-Key-_002d-The-OO_002dBrowser"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-The-OO_002dBrowser">
+<div class="nav-panel">
 <p>
-Next: <a href="#Smart-Key-_002d-Todotxt-Mode" accesskey="n" rel="next">Smart 
Key - Todotxt Mode</a>, Previous: <a href="#Smart-Key-_002d-Magit-Mode" 
accesskey="p" rel="prev">Smart Key - Magit Mode</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Smart-Key-_002d-Todotxt-Mode" accesskey="n" rel="next">Smart 
Key - Todotext Mode</a>, Previous: <a href="#Smart-Key-_002d-Magit-Mode" 
accesskey="p" rel="prev">Smart Key - Magit Mode</a>, Up: <a 
href="#Smart-Keyboard-Keys" accesskey="u" rel="up">Smart Keyboard Keys</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-The-OO_002dBrowser-1"></span><h4 
class="subsection">E.2.48 Smart Key - The OO-Browser</h4>
+<h4 class="subsection" id="Smart-Key-_002d-The-OO_002dBrowser-1">E.2.48 Smart 
Key - The OO-Browser</h4>
 
-<span id="index-OO_002dBrowser"></span>
-<span id="index-object_002doriented-code-browsing"></span>
+<a class="index-entry-id" id="index-OO_002dBrowser"></a>
+<a class="index-entry-id" id="index-object_002doriented-code-browsing"></a>
 <div class="format">
-<pre class="format">If pressed within an OO-Browser implementors, elements or 
OOBR-FTR tags
+<div class="group"><pre class="format-preformatted">If pressed within an 
OO-Browser implementors, elements or OOBR-FTR tags
 buffer after an OO-Browser Environment has been loaded:
   ACTION KEY
      Jumps to the definition of the item at point.
   ASSIST KEY
      Displays help for the Action Key context at point.
-</pre></div>
+</pre></div></div>
 
 <div class="format">
-<pre class="format">When pressed within an OO-Browser listing window:
+<div class="group"><pre class="format-preformatted">When pressed within an 
OO-Browser listing window:
   ACTION KEY
      (1) in a blank buffer or at the end of a buffer, browser help
          information is displayed in the viewer window;
@@ -12202,10 +11688,10 @@ buffer after an OO-Browser Environment has been 
loaded:
          listed;
      (7) anywhere else on an entry line, the source is displayed for
          editing.
-</pre></div>
+</pre></div></div>
 
 <div class="format">
-<pre class="format">  ASSIST KEY
+<div class="group"><pre class="format-preformatted">  ASSIST KEY
      (1) in a blank buffer, a selection list of buffer files is
          displayed;
      (2) on a default class name, the statically defined instances of
@@ -12221,92 +11707,100 @@ buffer after an OO-Browser Environment has been 
loaded:
          are listed;
      (8) on a blank line following all entries, the current listing
          buffer is exited.
-</pre></div>
+</pre></div></div>
 
 <div class="format">
-<pre class="format">When pressed within the OO-Browser Command Help Menu 
Buffer:
+<div class="group"><pre class="format-preformatted">When pressed within the 
OO-Browser Command Help Menu Buffer:
   ACTION KEY
      Executes an OO-Browser command whose key binding is at point.
   ASSIST KEY
      Displays help for an OO-Browser command whose key binding is at
      point.
-</pre></div>
+</pre></div></div>
 
 <div class="format">
-<pre class="format">When pressed on an identifier within an OO-Browser source 
file:
+<div class="group"><pre class="format-preformatted">When pressed on an 
identifier within an OO-Browser source file:
   ACTION KEY
      Tries to display the identifier definition.
   ASSIST KEY
      Does nothing.
-</pre></div>
+</pre></div></div>
 
 
 <hr>
-<span id="Smart-Key-_002d-Todotxt-Mode"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Todotxt-Mode">
+<div class="nav-panel">
 <p>
 Next: <a href="#Smart-Key-_002d-Default-Context" accesskey="n" 
rel="next">Smart Key - Default Context</a>, Previous: <a 
href="#Smart-Key-_002d-The-OO_002dBrowser" accesskey="p" rel="prev">Smart Key - 
The OO-Browser</a>, Up: <a href="#Smart-Keyboard-Keys" accesskey="u" 
rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" title="Table 
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Todotext-Mode"></span><h4 class="subsection">E.2.49 
Smart Key - Todotext Mode</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Todotext-Mode">E.2.49 Smart Key - 
Todotext Mode</h4>
 
-<span id="index-todotxt_002dmode"></span>
+<a class="index-entry-id" id="index-todotxt_002dmode"></a>
 <p>todotxt-mode is an add-on package for editing todo.txt files using
 the todotxt-format. For the file format see http://todotxt.org/.
 </p>
 <div class="format">
-<pre class="format">If pressed within a Todotext mode buffer:
+<div class="group"><pre class="format-preformatted">If pressed within a 
Todotext mode buffer:
   ACTION KEY
     (1) at the end of buffer, bury the buffer.
     (2) on a todo item, toggle the completion status of the todo item
   ASSIST KEY
     (1) at the end of buffer, archive all completed todo items
     (2) on a todo item, edit the item
-</pre></div>
+</pre></div></div>
 
 
 <hr>
-<span id="Smart-Key-_002d-Default-Context"></span><div class="header">
+</div>
+<div class="subsection-level-extent" id="Smart-Key-_002d-Default-Context">
+<div class="nav-panel">
 <p>
-Previous: <a href="#Smart-Key-_002d-Todotxt-Mode" accesskey="p" 
rel="prev">Smart Key - Todotxt Mode</a>, Up: <a href="#Smart-Keyboard-Keys" 
accesskey="u" rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#Smart-Key-_002d-Todotxt-Mode" accesskey="p" 
rel="prev">Smart Key - Todotext Mode</a>, Up: <a href="#Smart-Keyboard-Keys" 
accesskey="u" rel="up">Smart Keyboard Keys</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Smart-Key-_002d-Default-Context-1"></span><h4 
class="subsection">E.2.50 Smart Key - Default Context</h4>
-<span id="index-action_002dkey_002ddefault_002dfunction-1"></span>
-<span id="index-assist_002dkey_002ddefault_002dfunction-1"></span>
-<span id="index-hyperbole-1"></span>
-<span id="index-hyperbole_002dpopup_002dmenu-1"></span>
-<span id="index-hkey_002dsummarize"></span>
-<span id="index-Smart-Key_002c-default-context-1"></span>
+<h4 class="subsection" id="Smart-Key-_002d-Default-Context-1">E.2.50 Smart Key 
- Default Context</h4>
+<a class="index-entry-id" 
id="index-action_002dkey_002ddefault_002dfunction-1"></a>
+<a class="index-entry-id" 
id="index-assist_002dkey_002ddefault_002dfunction-1"></a>
+<a class="index-entry-id" id="index-hyperbole-1"></a>
+<a class="index-entry-id" id="index-hyperbole_002dpopup_002dmenu-1"></a>
+<a class="index-entry-id" id="index-hkey_002dsummarize"></a>
+<a class="index-entry-id" id="index-Smart-Key_002c-default-context-1"></a>
 <div class="format">
-<pre class="format">Finally, if pressed within an unrecognized context:
+<div class="group"><pre class="format-preformatted">Finally, if pressed within 
an unrecognized context:
   ACTION KEY
-     Runs the function stored in <code>action-key-default-function</code>.
+     Runs the function stored in <code 
class="code">action-key-default-function</code>.
      By default, it just displays an error message.  Set it to
-     <code>hyperbole</code> if you want it to display the Hyperbole
-     minibuffer menu or <code>hyperbole-popup-menu</code> to popup the
+     <code class="code">hyperbole</code> if you want it to display the 
Hyperbole
+     minibuffer menu or <code class="code">hyperbole-popup-menu</code> to 
popup the
      Hyperbole menubar menu.
   ASSIST KEY
-     Runs the function stored in <code>assist-key-default-function</code>.
+     Runs the function stored in <code 
class="code">assist-key-default-function</code>.
      By default, it just displays an error message.  Set it to
-     <code>hkey-summarize</code> if you want it to display a summary of
+     <code class="code">hkey-summarize</code> if you want it to display a 
summary of
      Smart Key behavior.
-</pre></div>
+</pre></div></div>
 
 
 <hr>
-<span id="Suggestion-or-Bug-Reporting"></span><div class="header">
+</div>
+</div>
+</div>
+<div class="appendix-level-extent" id="Suggestion-or-Bug-Reporting">
+<div class="nav-panel">
 <p>
-Next: <a href="#Questions-and-Answers" accesskey="n" rel="next">Questions and 
Answers</a>, Previous: <a href="#Smart-Key-Reference" accesskey="p" 
rel="prev">Smart Key Reference</a>, Up: <a href="#Top" accesskey="u" 
rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Questions-and-Answers" accesskey="n" rel="next">Questions and 
Answers</a>, Previous: <a href="#Smart-Key-Reference" accesskey="p" 
rel="prev">Smart Key Reference</a>, Up: <a href="#Top" accesskey="u" 
rel="up">GNU Hyperbole</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Suggestion-or-Bug-Reporting-1"></span><h2 class="appendix">Appendix 
F Suggestion or Bug Reporting</h2>
+<h2 class="appendix" id="Suggestion-or-Bug-Reporting-1">Appendix F Suggestion 
or Bug Reporting</h2>
 
-<span id="index-version-description"></span>
-<span id="index-Hyperbole-version"></span>
+<a class="index-entry-id" id="index-version-description"></a>
+<a class="index-entry-id" id="index-Hyperbole-version"></a>
 <p>If you find any errors in Hyperbole&rsquo;s operation or documentation, feel
 free to report them to &lt;bug-hyperbole@gnu.org&gt;.  Be sure to use the
-<kbd>{C-h h m r}</kbd> Msg/Report-Hypb-Bug minibuffer menu item whenever you 
send a message
+<kbd class="kbd">{C-h h m r}</kbd> Msg/Report-Hypb-Bug minibuffer menu item 
whenever you send a message
 to this address since that command will insert important system
 version information for you.
 </p>
-<p>If you use Hyperbole mail or news support (see <a 
href="#Buttons-in-Mail">Buttons in Mail</a>), a
+<p>If you use Hyperbole mail or news support (see <a class="pxref" 
href="#Buttons-in-Mail">Buttons in Mail</a>), a
 press of your Action Key on the Hyperbole mail list address will
 insert a description of your Hyperbole configuration information into
 your outgoing message, so that you do not have to type it.  Otherwise,
@@ -12318,58 +11812,60 @@ top-level Hyperbole menu.
 messages.  If you share information about your use of Hyperbole with
 others, it will promote broader use and development of Hyperbole.
 </p>
-<ul>
-<li> Always use your Subject lines to state the position that your message
+<ul class="itemize mark-bullet">
+<li>Always use your Subject lines to state the position that your message
 takes on the topic that it addresses.
 
 <div class="display">
-<pre class="display">For example, write: &ldquo;Subject: Typo in top-level 
Hyperbole minibuffer menu.&rdquo;
+<pre class="display-preformatted">For example, write: &ldquo;Subject: Typo in 
top-level Hyperbole minibuffer menu.&rdquo;
 
 rather than: &ldquo;Subject: Hyperbole bug&rdquo;
 </pre></div>
 
-</li><li> Statements end with periods, questions with question marks 
(typically),
+</li><li>Statements end with periods, questions with question marks 
(typically),
 and high energy, high impact declarations with exclamation points.  These
 simple rules make all e-mail communication much easier for recipients to
 handle appropriately.
 
-</li><li> <span id="index-emacs_002dversion"></span>
+</li><li><a class="index-entry-id" id="index-emacs_002dversion"></a>
 Question messages should normally include your Hyperbole and Emacs
 version numbers and should clearly explain your problem and surrounding
 issues.  Otherwise, it is difficult for anyone to answer your question.
-(Your top-level Hyperbole menu shows its version number and <kbd>{M-x
-emacs-version <span class="key">RET</span>}</kbd> gives the other.)
+(Your top-level Hyperbole menu shows its version number and <kbd 
class="kbd">{M-x
+emacs-version <kbd class="key">RET</kbd>}</kbd> gives the other.)
 
-</li><li> If you ask questions, you should consider adding to the discussion by
+</li><li>If you ask questions, you should consider adding to the discussion by
 telling people the kinds of work you are doing or contemplating doing
 with Hyperbole.  In this way, the list is not overrun by messages that
 ask for, but provide no information.
 </li></ul>
 
 <p>If you have suggestions on how to improve Hyperbole, send them to
-&lt;hyperbole-users@gnu.com&gt; (<kbd>{C-h h m c}</kbd> minibuffer menu item
+&lt;hyperbole-users@gnu.com&gt; (<kbd class="kbd">{C-h h m c}</kbd> minibuffer 
menu item
 Msg/Compose-Hypb-Mail).  Here are some issues you might address:
 </p>
-<ul>
-<li> What did you like and dislike about the system?
-</li><li> What kinds of tasks, if any, does it seem to help you with?
-</li><li> What did you think of the Emacs-based user interface?
-</li><li> How was the Hyperbole Manual and other documentation?
-</li><li> Was the setup trivial, average or hard?
-</li><li> What areas of Hyperbole would you like to see expanded/added?
-</li><li> How does it compare to other hypertext tools you have used?
-</li><li> Was it easy or difficult to create your own types?  Why?
-</li><li> Did you get any use out of the external system encapsulations?
+<ul class="itemize mark-bullet">
+<li>What did you like and dislike about the system?
+</li><li>What kinds of tasks, if any, does it seem to help you with?
+</li><li>What did you think of the Emacs-based user interface?
+</li><li>How was the Hyperbole Manual and other documentation?
+</li><li>Was the setup trivial, average or hard?
+</li><li>What areas of Hyperbole would you like to see expanded/added?
+</li><li>How does it compare to other hypertext tools you have used?
+</li><li>Was it easy or difficult to create your own types?  Why?
+</li><li>Did you get any use out of the external system encapsulations?
 </li></ul>
 
 <hr>
-<span id="Questions-and-Answers"></span><div class="header">
+</div>
+<div class="appendix-level-extent" id="Questions-and-Answers">
+<div class="nav-panel">
 <p>
-Next: <a href="#Future-Work" accesskey="n" rel="next">Future Work</a>, 
Previous: <a href="#Suggestion-or-Bug-Reporting" accesskey="p" 
rel="prev">Suggestion or Bug Reporting</a>, Up: <a href="#Top" accesskey="u" 
rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Future-Work" accesskey="n" rel="next">Future Work</a>, 
Previous: <a href="#Suggestion-or-Bug-Reporting" accesskey="p" 
rel="prev">Suggestion or Bug Reporting</a>, Up: <a href="#Top" accesskey="u" 
rel="up">GNU Hyperbole</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Questions-and-Answers-1"></span><h2 class="appendix">Appendix G 
Questions and Answers</h2>
+<h2 class="appendix" id="Questions-and-Answers-1">Appendix G Questions and 
Answers</h2>
 
-<ol>
+<ol class="enumerate">
 <li> As I discover the Zen of Hyperbole, will I become so enamored of its 
power that I lose all control of my physical faculties?
 
 <p>This other-worldly reaction is of course an individual matter.  Some
@@ -12384,7 +11880,7 @@ let it flow through you.
 <p>Ok, joking aside, now that we have your attention, here are some
 serious questions and answers.
 </p>
-</li><li> <span id="index-Org_002dmode"></span>
+</li><li> <a class="index-entry-id" id="index-Org_002dmode"></a>
 Isn&rsquo;t Org-mode the same as Hyperbole?
 
 <p>No, they offer very different capabilities when you compare them a bit
@@ -12392,50 +11888,50 @@ more deeply.  In fact, it makes sense to use them 
together and they
 are highly compatible.  The only overlap we see is that Org-mode has a
 more limited kind of hyperlinks and offers some BBDB integration as
 Hyperbole does.  For a list of some differences, see:
-<a 
href="https://www.emacswiki.org/emacs/Hyperbole";>https://www.emacswiki.org/emacs/Hyperbole</a>.
+<a class="url" 
href="https://www.emacswiki.org/emacs/Hyperbole";>https://www.emacswiki.org/emacs/Hyperbole</a>.
 </p>
 <p>Org-mode offers traditional Emacs outlining, todo list management,
 agenda and diary management, so it is very complementary to Hyperbole.
 It did not exist when Hyperbole was first developed.
 </p>
-<span id="index-hsys_002dorg_002denable_002dsmart_002dkeys-2"></span>
+<a class="index-entry-id" 
id="index-hsys_002dorg_002denable_002dsmart_002dkeys-2"></a>
 <p>Smart Key support for Org-mode is already in Hyperbole.  Use the
-<code>hsys-org-enable-smart-keys</code> customization variable to control
-the Smart Keys and <kbd>{M-<span class="key">RET</span>}</kbd> when in 
Org-mode with
-<code>hyperbole-mode</code> active.  <code>t</code> enables Smart Key support
-everywhere.  The symbol, <code>buttons</code>, is the default; it means the
+<code class="code">hsys-org-enable-smart-keys</code> customization variable to 
control
+the Smart Keys and <kbd class="kbd">{M-<kbd class="key">RET</kbd>}</kbd> when 
in Org-mode with
+<code class="code">hyperbole-mode</code> active.  <code class="code">t</code> 
enables Smart Key support
+everywhere.  The symbol, <code class="code">buttons</code>, is the default; it 
means the
 Smart Keys are active only when point is within a Hyperbole button.  A
-<code>nil</code> value means no Smart Key support; Hyperbole gives Org
-complete control over <kbd>{M-<span class="key">RET</span>}</kbd> so that it 
behaves just as it
+<code class="code">nil</code> value means no Smart Key support; Hyperbole 
gives Org
+complete control over <kbd class="kbd">{M-<kbd class="key">RET</kbd>}</kbd> so 
that it behaves just as it
 does normally in Org mode.
 </p>
-</li><li> <span id="index-Smart-Key-2"></span>
-<span id="index-mouse-key-bindings"></span>
-<span id="index-hmouse_002dsetup"></span>
-<span id="index-hmouse_002dget_002dbindings"></span>
-<span id="index-file_002c-hmouse_002dsh_002eel"></span>
+</li><li> <a class="index-entry-id" id="index-Smart-Key-2"></a>
+<a class="index-entry-id" id="index-mouse-key-bindings"></a>
+<a class="index-entry-id" id="index-hmouse_002dsetup"></a>
+<a class="index-entry-id" id="index-hmouse_002dget_002dbindings"></a>
+<a class="index-entry-id" id="index-file_002c-hmouse_002dsh_002eel"></a>
 How can I change the Smart Mouse Key bindings?
 
-<span id="index-hmouse_002dsetup-1"></span>
-<span id="index-hmouse_002dget_002dbindings-1"></span>
+<a class="index-entry-id" id="index-hmouse_002dsetup-1"></a>
+<a class="index-entry-id" id="index-hmouse_002dget_002dbindings-1"></a>
 <p>Since the Smart Mouse Keys are set up for use under many different
 Emacs configurations, there is no easy way to provide user level
 customization.  Any mouse key binding changes require editing the
-<code>(hmouse-setup)</code> and <code>(hmouse-get-bindings)</code> functions 
in the
-<samp>hmouse-sh.el</samp> file.
+<code class="code">(hmouse-setup)</code> and <code 
class="code">(hmouse-get-bindings)</code> functions in the
+<samp class="file">hmouse-sh.el</samp> file.
 </p>
-<span id="index-file_002c-hmouse_002dkey_002eel"></span>
-<span id="index-file_002c-hui_002dwindow_002eel"></span>
-<span id="index-hkey_002dalist"></span>
-<span id="index-hmouse_002dalist"></span>
+<a class="index-entry-id" id="index-file_002c-hmouse_002dkey_002eel"></a>
+<a class="index-entry-id" id="index-file_002c-hui_002dwindow_002eel"></a>
+<a class="index-entry-id" id="index-hkey_002dalist"></a>
+<a class="index-entry-id" id="index-hmouse_002dalist"></a>
 <p>To make the Smart Keys do new things in particular contexts, define new
-types of implicit buttons, see <a href="#Implicit-Buttons">Implicit 
Buttons</a>.
+types of implicit buttons, see <a class="pxref" 
href="#Implicit-Buttons">Implicit Buttons</a>.
 </p>
-<p>The <code>hkey-alist</code> and <code>hmouse-alist</code> variables in
-<samp>hui-mouse.el</samp> and <samp>hui-window.el</samp> must be altered if 
you want
+<p>The <code class="code">hkey-alist</code> and <code 
class="code">hmouse-alist</code> variables in
+<samp class="file">hui-mouse.el</samp> and <samp 
class="file">hui-window.el</samp> must be altered if you want
 to change what the Smart Keys do in standard contexts.  You should
 then update the Smart Key summary documentation in the file,
-<samp>man/hkey-help.txt</samp>, and then regenerate the readable forms of
+<samp class="file">man/hkey-help.txt</samp>, and then regenerate the readable 
forms of
 this manual which includes that file.
 </p>
 </li><li> What if I get mail with a Hyperbole button type I don&rsquo;t have?
@@ -12454,7 +11950,7 @@ requires an iterative process.  If you get a mail 
message with a button
 for which you don&rsquo;t have the action type, you mail the sender and
 request it.
 </p>
-</li><li> <span id="index-global-button_002c-modify"></span>
+</li><li> <a class="index-entry-id" id="index-global-button_002c-modify"></a>
 How can I modify a number of global buttons in succession?
 
 <p>Rather than typing the name for each, it is quicker to jump to the
@@ -12478,7 +11974,7 @@ media.
 </p>
 </li><li> Why are action types defined apart from implicit button types?
 
-<p>Any category of button can make use of an action type.  Some action
+<p>Any category of button can make use of any action type.  Some action
 types are useful as behavior definitions for a variety of button
 categories, so all action types are defined separately to give them
 independence from those types which apply them.
@@ -12492,25 +11988,27 @@ module into your Emacs session.
 
 
 <hr>
-<span id="Future-Work"></span><div class="header">
+</div>
+<div class="appendix-level-extent" id="Future-Work">
+<div class="nav-panel">
 <p>
-Next: <a href="#References" accesskey="n" rel="next">References</a>, Previous: 
<a href="#Questions-and-Answers" accesskey="p" rel="prev">Questions and 
Answers</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#References" accesskey="n" rel="next">References</a>, Previous: 
<a href="#Questions-and-Answers" accesskey="p" rel="prev">Questions and 
Answers</a>, Up: <a href="#Top" accesskey="u" rel="up">GNU Hyperbole</a> &nbsp; 
[<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Future-Work-1"></span><h2 class="appendix">Appendix H Future 
Work</h2>
+<h2 class="appendix" id="Future-Work-1">Appendix H Future Work</h2>
 
 <p>This appendix is included for a number of reasons:
 </p>
-<ul>
-<li> to better allow you to assess whether to work with Hyperbole by
+<ul class="itemize mark-bullet">
+<li>to better allow you to assess whether to work with Hyperbole by
 providing sketches of possible additions;
-</li><li> to direct further development effort towards known needs;
-</li><li> and to acknowledge known weaknesses in the current system.
+</li><li>to direct further development effort towards known needs;
+</li><li>and to acknowledge known weaknesses in the current system.
 </li></ul>
 
 <p>Without any serious interest from users, progress on these fronts will
 be slow.  Here are some new features we have in mind, however.
 </p>
-<dl compact="compact">
+<dl class="table">
 <dt>Button Copying, Killing, and Yanking</dt>
 <dd><p>There is as yet no means of transferring explicit buttons among
 buffers. We realize this is an important need.  Users should be able to
@@ -12562,7 +12060,7 @@ design choices:
 </dl>
 
 <div class="example">
-<pre class="example">           POSITIVE                        NEGATIVE
+<div class="group"><pre class="example-preformatted">           POSITIVE       
                 NEGATIVE
 
 Button data in source file
            Documents can stand alone.      All edit operators have
@@ -12583,11 +12081,11 @@ Button data external to source file
            database-type lookup operations
            need only search one file
            per directory.
-</pre></div>
+</pre></div></div>
 <br>
 <br>
 
-<dl compact="compact">
+<dl class="table">
 <dt>Forms-based Interfaces</dt>
 <dd>
 <p>This will allow one to create buttons more flexibly.  For example, button
@@ -12609,134 +12107,136 @@ could just use a screen sharing program.
 </dl>
 
 <hr>
-<span id="References"></span><div class="header">
+</div>
+<div class="appendix-level-extent" id="References">
+<div class="nav-panel">
 <p>
-Next: <a href="#Key-Index" accesskey="n" rel="next">Key Index</a>, Previous: 
<a href="#Future-Work" accesskey="p" rel="prev">Future Work</a>, Up: <a 
href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Key-Index" accesskey="n" rel="next">Key Index</a>, Previous: 
<a href="#Future-Work" accesskey="p" rel="prev">Future Work</a>, Up: <a 
href="#Top" accesskey="u" rel="up">GNU Hyperbole</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="References-1"></span><h2 class="appendix">Appendix I References</h2>
+<h2 class="appendix" id="References-1">Appendix I References</h2>
 
-<dl compact="compact">
-<dt><b>[AkMcYo88]</b></dt>
+<dl class="table">
+<dt><b class="b">[AkMcYo88]</b></dt>
 <dd><p>Akscyn, R. M., D. L. McCracken and E. A. Yoder. KMS: A
 Distributed Hypermedia System for Managing Knowledge in Organizations.
-<em>Communications of the ACM</em>, Vol. 31, No. 7, July 1988, pp. 820-835.
+<em class="emph">Communications of the ACM</em>, Vol. 31, No. 7, July 1988, 
pp. 820-835.
 </p>
 </dd>
-<dt><b>[Bro87]</b></dt>
+<dt><b class="b">[Bro87]</b></dt>
 <dd><p>Brown, P. J. Turning Ideas into Products: The Guide System.
-<em>Proceedings of Hypertext &rsquo;87</em>, November 13-15, 1987, Chapel 
Hill, NC.
+<em class="emph">Proceedings of Hypertext &rsquo;87</em>, November 13-15, 
1987, Chapel Hill, NC.
 ACM: NY, NY, pp. 33-40.
 </p>
 </dd>
-<dt><b>[Con87]</b></dt>
-<dd><p>Conklin, Jeff. Hypertext: An Introduction and Survey. <em>IEEE
+<dt><b class="b">[Con87]</b></dt>
+<dd><p>Conklin, Jeff. Hypertext: An Introduction and Survey. <em 
class="emph">IEEE
 Computer</em>, Vol. 20, No. 9, September 1987, pp. 17-41.
 </p>
 </dd>
-<dt><b>[Eng68]</b></dt>
+<dt><b class="b">[Eng68]</b></dt>
 <dd><p>Engelbart, D., and W. English.  A research center for augmenting
-human intellect. <em>Proceedings of the Fall Joint Computer Conference</em>,
+human intellect. <em class="emph">Proceedings of the Fall Joint Computer 
Conference</em>,
 33, 1, AFIPS Press: Montvale, NJ, 1968, pp. 395-410.
 </p>
 </dd>
-<dt><b>[Eng84a]</b></dt>
+<dt><b class="b">[Eng84a]</b></dt>
 <dd><p>Engelbart, D. C. Authorship Provisions in Augment.
-<em>Proceedings of the 1984 COMPCON Conference (COMPCON &rsquo;84 Digest)</em>,
+<em class="emph">Proceedings of the 1984 COMPCON Conference (COMPCON &rsquo;84 
Digest)</em>,
 February 27-March 1, 1984, San Francisco, CA. IEEE Computer Society Press,
 Spring, 1984.  465-472. (OAD,2250,)
 </p>
 </dd>
-<dt><b>[Eng84b]</b></dt>
+<dt><b class="b">[Eng84b]</b></dt>
 <dd><p>Engelbart, D. C. Collaboration Support Provisions in Augment.
-<em>Proceedings of the AFIPS Office Automation Conference (OAC &rsquo;84 
Digest)</em>,
+<em class="emph">Proceedings of the AFIPS Office Automation Conference (OAC 
&rsquo;84 Digest)</em>,
 February, 1984, Los Angeles, CA, 1984. 51-58. (OAD,2221,)
 </p>
 </dd>
-<dt><b>[Fos88]</b></dt>
+<dt><b class="b">[Fos88]</b></dt>
 <dd><p>Foss, C. L. Effective Browsing in Hypertext Systems.
-<em>Proceedings of the Conference on User-Oriented Content-Based Text and
+<em class="emph">Proceedings of the Conference on User-Oriented Content-Based 
Text and
 Image Handling (RIAO 88)</em>, March 21-24, MIT, Cambridge MA. Centre de Hautes
 Etudes Internationales d&rsquo;Informatique Documentaire, 1988, pp. 82-98.
 </p>
 </dd>
-<dt><b>[GaSmMe86]</b></dt>
+<dt><b class="b">[GaSmMe86]</b></dt>
 <dd><p>Garrett, N., K. E. Smith and N. Meyrowitz. Intermedia: Issues,
 Strategies, and Tactics in the Design of a Hypermedia Document System.
-<em>Computer-Supported Cooperative Work (CSCW &rsquo;86) Proceedings</em>, 
December
+<em class="emph">Computer-Supported Cooperative Work (CSCW &rsquo;86) 
Proceedings</em>, December
 3-5, Austin, TX, 1986, pp. 163-174.
 </p>
 </dd>
-<dt><b>[HaMoTr87]</b></dt>
+<dt><b class="b">[HaMoTr87]</b></dt>
 <dd><p>Halasz, F. G., T. P. Moran and R. H. Trigg. NoteCards in a
-Nutshell. <em>Proceedings of the CHI and GI &rsquo;87 Conference on Human 
Factors
+Nutshell. <em class="emph">Proceedings of the CHI and GI &rsquo;87 Conference 
on Human Factors
 in Computing Systems</em>, Toronto, J. M. Carroll and P. P. Tanner, (editors),
 ACM: NY, NY, April 1987, pp. 45-52.
 </p>
 </dd>
-<dt><b>[Har88]</b></dt>
-<dd><p>Harvey, G. <em>Understanding HyperCard.</em> Alameda, CA: SYBEX, Inc.,
+<dt><b class="b">[Har88]</b></dt>
+<dd><p>Harvey, G. <em class="emph">Understanding HyperCard.</em> Alameda, CA: 
SYBEX, Inc.,
 1988.
 </p>
 </dd>
-<dt><b>[KaKaBeLaDr90]</b></dt>
+<dt><b class="b">[KaKaBeLaDr90]</b></dt>
 <dd><p>Kaplan, S. J., M. D. Kapor, E. J. Belove, R. A.  Landsman, and
-T. R. Drake.  AGENDA: A personal Information Manager.  <em>Communications
+T. R. Drake.  AGENDA: A personal Information Manager.  <em 
class="emph">Communications
 of the ACM</em>, No. 33, July 1990, pp. 105-116.
 </p>
 </dd>
-<dt><b>[Nel87a]</b></dt>
-<dd><p>Nelson, T. H.  <em>Computer Lib/Dream Machines.</em> MicroSoft Press,
+<dt><b class="b">[Nel87a]</b></dt>
+<dd><p>Nelson, T. H.  <em class="emph">Computer Lib/Dream Machines.</em> 
MicroSoft Press,
 Redmond, WA, 1987.
 </p>
 </dd>
-<dt><b>[Nel87b]</b></dt>
-<dd><p>Nelson, T. H. <em>Literary Machines, Edition 87.1</em>.  Available
+<dt><b class="b">[Nel87b]</b></dt>
+<dd><p>Nelson, T. H. <em class="emph">Literary Machines, Edition 87.1</em>.  
Available
 from the Distributors, 702 South Michigan, South Bend, IN 46618, 1987.
 </p>
 </dd>
-<dt><b>[NoDr86]</b></dt>
-<dd><p>Norman, D. A. and S. W. Draper, editors.  <em>User Centered System
+<dt><b class="b">[NoDr86]</b></dt>
+<dd><p>Norman, D. A. and S. W. Draper, editors.  <em class="emph">User 
Centered System
 Design.</em> Lawrence Erlbaum Associates: Hillsdale, New Jersey, 1986.
 </p>
 </dd>
-<dt><b>[Shn82]</b></dt>
+<dt><b class="b">[Shn82]</b></dt>
 <dd><p>Shneiderman, B. The future of interactive systems and the emergence
-of direct manipulation.  <em>Behavior and Information Technology</em>, Vol. 1,
+of direct manipulation.  <em class="emph">Behavior and Information 
Technology</em>, Vol. 1,
 1982, pp. 237-256.
 </p>
 </dd>
-<dt><b>[Sta87]</b></dt>
-<dd><p>Stallman, R.  <em>GNU Emacs Manual.</em> Free Software Foundation,
+<dt><b class="b">[Sta87]</b></dt>
+<dd><p>Stallman, R.  <em class="emph">GNU Emacs Manual.</em> Free Software 
Foundation,
 Cambridge: MA, March 1987.
 </p>
 </dd>
-<dt><b>[Tri86]</b></dt>
+<dt><b class="b">[Tri86]</b></dt>
 <dd><p>Trigg, R., L. Suchman, and F. Halasz.  Supporting collaboration in
-NoteCards.  <em>Proceedings of the CSCW &rsquo;86 Conference</em>, Austin, TX,
+NoteCards.  <em class="emph">Proceedings of the CSCW &rsquo;86 
Conference</em>, Austin, TX,
 December 1986, pp. 147-153.
 </p>
 </dd>
-<dt><b>[TrMoHa87]</b></dt>
+<dt><b class="b">[TrMoHa87]</b></dt>
 <dd><p>Trigg, R. H., T. P. Moran and F. G. Halasz.  Adaptability and
-Tailorability in NoteCards. <em>Proceedings of INTERACT &rsquo;87</em>, 
Stuttgart,
+Tailorability in NoteCards. <em class="emph">Proceedings of INTERACT 
&rsquo;87</em>, Stuttgart,
 West Germany, September 1987.
 </p>
 </dd>
-<dt><b>[Wei92]</b></dt>
-<dd><p>Weiner, B.  <em>PIEmail: A Personalized Information Environment
+<dt><b class="b">[Wei92]</b></dt>
+<dd><p>Weiner, B.  <em class="emph">PIEmail: A Personalized Information 
Environment
 Mail Tool.</em>  Department of Computer Science Masters Project, Brown
 University: Providence, RI, May 10, 1992.
 </p>
 </dd>
-<dt><b>[YaHaMeDr88]</b></dt>
+<dt><b class="b">[YaHaMeDr88]</b></dt>
 <dd><p>Yankelovich, N., B. J. Haan, N. Meyrowitz and S. M.  Drucker.
 Intermedia: The Concept and the Construction of a Seamless Information
-Environment. <em>IEEE Computer</em>, Vol. 21, No. 1, January 1988, pp.  81-96.
+Environment. <em class="emph">IEEE Computer</em>, Vol. 21, No. 1, January 
1988, pp.  81-96.
 </p>
 </dd>
-<dt><b>[YoAkMc89]</b></dt>
+<dt><b class="b">[YoAkMc89]</b></dt>
 <dd><p>Yoder, E. A., R. M. Akscyn and D. L. McCracken.  Collaboration in
-KMS, A Shared Hypermedia System. <em>Proceedings of the 1989 ACM Conference
+KMS, A Shared Hypermedia System. <em class="emph">Proceedings of the 1989 ACM 
Conference
 on Human Factors in Computer Systems (CHI &rsquo;89)</em>, April 30-May 4, 
1989,
 Austin, TX, ACM: NY,NY, 1989, pp. 37-42.
 </p>
@@ -12746,2537 +12246,2557 @@ Austin, TX, ACM: NY,NY, 1989, pp. 37-42.
 
 
 <hr>
-<span id="Key-Index"></span><div class="header">
+</div>
+<div class="unnumbered-level-extent" id="Key-Index">
+<div class="nav-panel">
 <p>
-Next: <a href="#Function" accesskey="n" rel="next">Function</a>, Previous: <a 
href="#References" accesskey="p" rel="prev">References</a>, Up: <a href="#Top" 
accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of 
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
+Next: <a href="#Function" accesskey="n" rel="next">Function, Variable and File 
Index</a>, Previous: <a href="#References" accesskey="p" 
rel="prev">References</a>, Up: <a href="#Top" accesskey="u" rel="up">GNU 
Hyperbole</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Key-Index-1"></span><h2 class="unnumbered">Key Index</h2>
+<h2 class="unnumbered" id="Key-Index-1">Key Index</h2>
 
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#Key-Index_ky_symbol-1"><b>%</b></a>
+<div class="printindex ky-printindex">
+<table class="ky-letters-header-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-1"><b>%</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-2"><b>(</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_symbol-2"><b>(</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-3"><b>)</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_symbol-3"><b>)</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-4"><b>+</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_symbol-4"><b>+</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-5"><b>,</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_symbol-5"><b>,</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-6"><b>-</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_symbol-6"><b>-</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-7"><b>.</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_symbol-7"><b>.</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-8"><b>0</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_symbol-8"><b>0</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-9"><b>&lt;</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-9"><b>&lt;</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-10"><b>=</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-10"><b>=</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-11"><b>&gt;</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-11"><b>&gt;</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-12"><b>?</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-12"><b>?</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-13"><b>@</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-13"><b>@</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-14"><b>[</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-14"><b>[</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-15"><b>]</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-15"><b>]</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-16"><b>~</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-16"><b>~</b></a>
  &nbsp; 
 <br>
-<a class="summary-letter" href="#Key-Index_ky_letter-A"><b>A</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-A"><b>A</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-B"><b>B</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-B"><b>B</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-C"><b>C</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-C"><b>C</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-D"><b>D</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-D"><b>D</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-F"><b>F</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-F"><b>F</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-H"><b>H</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-H"><b>H</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-I"><b>I</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-I"><b>I</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-J"><b>J</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-J"><b>J</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-K"><b>K</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-K"><b>K</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-L"><b>L</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-L"><b>L</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-M"><b>M</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-M"><b>M</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-N"><b>N</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-N"><b>N</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-O"><b>O</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-O"><b>O</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-P"><b>P</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-P"><b>P</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-Q"><b>Q</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-Q"><b>Q</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-R"><b>R</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-R"><b>R</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-S"><b>S</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-S"><b>S</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-T"><b>T</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-T"><b>T</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-U"><b>U</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-U"><b>U</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-W"><b>W</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-W"><b>W</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-Z"><b>Z</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-Z"><b>Z</b></a>
  &nbsp; 
 </td></tr></table>
-<table class="index-ky" border="0">
-<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> 
Section</th></tr>
+<table class="ky-entries-printindex" border="0">
+<tr><td></td><th class="entries-header-printindex">Index 
Entry</th><td>&nbsp;</td><th class="sections-header-printindex"> 
Section</th></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-1">%</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_0025"><code>%</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_0025"><code>%</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-2">(</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_0028"><code>(</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_0028"><code>(</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-3">)</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_0029"><code>)</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_0029"><code>)</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-4">+</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_002b"><code>+</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002b"><code>+</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-5">,</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_002c"><code>,</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002c"><code>,</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-6">-</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_002d"><code>-</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_002d-1"><code>-</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002d"><code>-</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002d-1"><code>-</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-7">.</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_002e"><code>.</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_002e-1"><code>.</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002e"><code>.</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002e-1"><code>.</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-8">0</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-0_002d9"><code>0-9</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-0_002d9"><code>0-9</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-9">&lt;</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_003c"><code>&lt;</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_003c"><code>&lt;</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-10">=</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_003d"><code>=</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_003d"><code>=</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-11">&gt;</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_003e"><code>&gt;</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_003e"><code>&gt;</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-12">?</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_003f"><code>?</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_003f"><code>?</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-13">@</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_0040"><code>@</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_0040"><code>@</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-14">[</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_005b"><code>[</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_005b"><code>[</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-15">]</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_005d"><code>]</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_005d"><code>]</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_symbol-16">~</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_007e"><code>~</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_007e"><code>~</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-A">A</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-a"><code>a</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-A"><code>A</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Action-Key-1"><code>Action 
Key</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Smart-Keys">Smart 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Action-Key_002c-web-browsing-1"><code>Action Key, web 
browsing</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Assist-Key-1"><code>Assist 
Key</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Smart-Keys">Smart 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a"><code>a</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-A"><code>A</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Action-Key-1"><code>Action Key</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Keys">Smart Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Action-Key_002c-web-browsing-1"><code>Action Key, web 
browsing</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Assist-Key-1"><code>Assist Key</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Keys">Smart Keys</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-B">B</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-b"><code>b</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-b-1"><code>b</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b"><code>b</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b-1"><code>b</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-C">C</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-c"><code>c</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_0024"><code>C-c 
$</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Moving-Around">Moving Around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_002c"><code>C-c 
,</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Moving-Around">Moving Around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_002e"><code>C-c 
.</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_002e-1"><code>C-c 
.</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Moving-Around">Moving Around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_002e-2"><code>C-c 
.</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_002f"><code>C-c 
/</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_002f-1"><code>C-c 
/</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_002f-2"><code>C-c 
/</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_003c"><code>C-c 
&lt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Moving-Around">Moving Around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_003e"><code>C-c 
&gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Moving-Around">Moving Around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_0040"><code>C-c 
@</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_0040-1"><code>C-c 
@</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-c"><code>C-c 
c</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002d_0040"><code>C-c 
C-@</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002da"><code>C-c 
C-a</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002db"><code>C-c 
C-b</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Moving-Around">Moving Around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002dc"><code>C-c 
C-c</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002dc-1"><code>C-c 
C-c</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002dd"><code>C-c 
C-d</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Moving-Around">Moving Around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002df"><code>C-c 
C-f</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Moving-Around">Moving Around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002dh"><code>C-c 
C-h</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002dm"><code>C-c 
C-m</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002dn"><code>C-c 
C-n</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Moving-Around">Moving Around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002do"><code>C-c 
C-o</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002dp"><code>C-c 
C-p</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Moving-Around">Moving Around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002ds"><code>C-c 
C-s</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002dt"><code>C-c 
C-t</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002du"><code>C-c 
C-u</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Moving-Around">Moving Around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002dy"><code>C-c 
C-y</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-m"><code>C-c 
m</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-M_002dc"><code>C-c 
M-c</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-RET"><code>C-c <span 
class="key">RET</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-RET-1"><code>C-c <span 
class="key">RET</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_005c"><code>C-c 
\</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_005c-1"><code>C-c 
\</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-_005e"><code>C-c 
^</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Moving-Around">Moving Around</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-C_002dg"><code>C-g</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-A"><code>C-h 
A</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-A-1"><code>C-h 
A</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h"><code>C-h 
h</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invocation">Invocation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-1"><code>C-h 
h</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-2"><code>C-h 
h</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-c-a"><code>C-h h c 
a</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Customization">Customization</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-c-d"><code>C-h h c 
d</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Debugging">Smart Key Debugging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-c-o"><code>C-h h c 
o</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-c-r"><code>C-h h c 
r</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-c-u"><code>C-h h c 
u</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-c-u-1"><code>C-h h c 
u</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW URLs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-c-w"><code>C-h h c 
w</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Web-Search-Engines">Web Search Engines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-d-d"><code>C-h h d 
d</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-d-i"><code>C-h h d 
i</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Documentation">Documentation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-f-w"><code>C-h h f 
w</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Web-Search-Engines">Web Search Engines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-f-w-1"><code>C-h h f 
w</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-g"><code>C-h h 
g</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Global-Buttons">Global Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-h"><code>C-h h 
h</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-i-a"><code>C-h h i 
a</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-i-e"><code>C-h h i 
e</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-i-l"><code>C-h h i 
l</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-k-e"><code>C-h h k 
e</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner">Koutliner</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-k-f-d"><code>C-h h k f 
d</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Exporting">Exporting</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-k-f-f"><code>C-h h k f 
f</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-k-f-h"><code>C-h h k f 
h</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Exporting">Exporting</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-k-f-k"><code>C-h h k f 
k</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Exporting">Exporting</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-m-c"><code>C-h h m 
c</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Debugging">Smart Key Debugging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-m-r"><code>C-h h m 
r</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Debugging">Smart Key Debugging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-q"><code>C-h h 
q</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invocation">Invocation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-s-f"><code>C-h h s 
f</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-s-w"><code>C-h h s 
w</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-X"><code>C-h h 
X</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invocation">Invocation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-X-1"><code>C-h h 
X</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-t"><code>C-h 
t</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-C_002dM_002dh"><code>C-M-h</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-C_002dM_002dx"><code>C-M-x</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Creating-Types">Creating Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-C_002dmouse_002d3"><code>C-mouse-3</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-C_002dmouse_002d3-1"><code>C-mouse-3</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-C_002dt"><code>C-t</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-C_002du"><code>C-u</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-C_002du-1"><code>C-u</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002du-C_002dc-c"><code>C-u C-c 
c</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-C_002du-C_002dc-C_002dc"><code>C-u C-c 
C-c</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-C_002du-C_002dc-C_002dm"><code>C-u C-c 
C-m</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002du-C_002dc-m"><code>C-u C-c 
m</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002du-C_002dh-A"><code>C-u C-h 
A</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002du-C_002dh-A-1"><code>C-u 
C-h A</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002du-M_002do"><code>C-u 
M-o</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002du-M_002dRET"><code>C-u 
M-<span class="key">RET</span></code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002du-M_002dRET-1"><code>C-u 
M-<span class="key">RET</span></code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Default-Hyperbole-Bindings">Default Hyperbole 
Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dx-_0024"><code>C-x 
$</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dx-_002b"><code>C-x 
+</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dx-C_002de"><code>C-x 
C-e</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Types">Creating Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dx-m"><code>C-x 
m</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dx-o"><code>C-x 
o</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dx-r-i"><code>C-x r 
i</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dx-r-s"><code>C-x r 
s</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dx-r-s-1"><code>C-x r 
s</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-C_002dy"><code>C-y</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-c"><code>c</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_0024"><code>C-c $</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Around">Moving 
Around</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_002c"><code>C-c ,</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Around">Moving 
Around</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_002e"><code>C-c .</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_002e-1"><code>C-c .</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Around">Moving 
Around</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_002e-2"><code>C-c .</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_002f"><code>C-c /</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_002f-1"><code>C-c /</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_002f-2"><code>C-c /</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_003c"><code>C-c &lt;</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Around">Moving 
Around</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_003e"><code>C-c &gt;</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Around">Moving 
Around</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_0040"><code>C-c @</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_0040-1"><code>C-c @</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-c"><code>C-c c</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Relocating-and-Copying">Relocating 
and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002d_0040"><code>C-c 
C-@</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002da"><code>C-c C-a</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002db"><code>C-c C-b</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Around">Moving 
Around</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002dc"><code>C-c C-c</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002dc-1"><code>C-c 
C-c</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002dd"><code>C-c C-d</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Around">Moving 
Around</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002df"><code>C-c C-f</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Around">Moving 
Around</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002dh"><code>C-c C-h</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002dm"><code>C-c C-m</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Relocating-and-Copying">Relocating 
and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002dn"><code>C-c C-n</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Around">Moving 
Around</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002do"><code>C-c C-o</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002dp"><code>C-c C-p</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Around">Moving 
Around</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002ds"><code>C-c C-s</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002dt"><code>C-c C-t</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002du"><code>C-c C-u</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Around">Moving 
Around</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-C_002dy"><code>C-c C-y</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-m"><code>C-c m</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Relocating-and-Copying">Relocating 
and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-M_002dc"><code>C-c M-c</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Relocating-and-Copying">Relocating 
and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-RET"><code>C-c <kbd 
class="key">RET</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-RET-1"><code>C-c <kbd 
class="key">RET</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_005c"><code>C-c \</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_005c-1"><code>C-c \</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dc-_005e"><code>C-c ^</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Around">Moving 
Around</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dg"><code>C-g</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-A"><code>C-h A</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Operations">Smart Key 
Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-A-1"><code>C-h A</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h"><code>C-h h</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Invocation">Invocation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-1"><code>C-h h</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-2"><code>C-h h</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-c-a"><code>C-h h c a</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Customization">Customization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-c-d"><code>C-h h c d</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Debugging">Smart Key 
Debugging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-c-o"><code>C-h h c o</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-c-r"><code>C-h h c r</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Internal-Viewers">Internal 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-c-u"><code>C-h h c u</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Using-URLs-with-Find_002dFile">Using 
URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-c-u-1"><code>C-h h c 
u</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW URLs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-c-w"><code>C-h h c w</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Web-Search-Engines">Web Search 
Engines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-d-d"><code>C-h h d d</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hyperbole-Overview">Hyperbole 
Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-d-i"><code>C-h h d i</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Documentation">Documentation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-f-w"><code>C-h h f w</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Web-Search-Engines">Web Search 
Engines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-f-w-1"><code>C-h h f 
w</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-g"><code>C-h h g</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Global-Buttons">Global 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-h"><code>C-h h h</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-i-a"><code>C-h h i a</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Buttons">Implicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-i-e"><code>C-h h i e</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Buttons">Implicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-i-l"><code>C-h h i l</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Buttons">Implicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-k-e"><code>C-h h k e</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Koutliner">Koutliner</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-k-f-d"><code>C-h h k f 
d</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Exporting">Exporting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-k-f-f"><code>C-h h k f 
f</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-k-f-h"><code>C-h h k f 
h</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Exporting">Exporting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-k-f-k"><code>C-h h k f 
k</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Exporting">Exporting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-m-c"><code>C-h h m c</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Debugging">Smart Key 
Debugging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-m-r"><code>C-h h m r</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Debugging">Smart Key 
Debugging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-q"><code>C-h h q</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Invocation">Invocation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-s-f"><code>C-h h s f</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-s-w"><code>C-h h s w</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-X"><code>C-h h X</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Invocation">Invocation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-h-X-1"><code>C-h h X</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dh-t"><code>C-h t</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hyperbole-Overview">Hyperbole 
Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dM_002dh"><code>C-M-h</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dM_002dx"><code>C-M-x</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Types">Creating 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dmouse_002d3"><code>C-mouse-3</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dmouse_002d3-1"><code>C-mouse-3</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dt"><code>C-t</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002du"><code>C-u</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002du-1"><code>C-u</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002du-C_002dc-c"><code>C-u C-c 
c</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002du-C_002dc-C_002dc"><code>C-u C-c 
C-c</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002du-C_002dc-C_002dm"><code>C-u C-c 
C-m</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002du-C_002dc-m"><code>C-u C-c 
m</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002du-C_002dh-A"><code>C-u C-h 
A</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002du-C_002dh-A-1"><code>C-u C-h 
A</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002du-M_002do"><code>C-u M-o</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002du-M_002dRET"><code>C-u M-<kbd 
class="key">RET</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Bindings">Smart Key 
Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002du-M_002dRET-1"><code>C-u M-<kbd 
class="key">RET</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dx-_0024"><code>C-x $</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dx-_002b"><code>C-x +</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dx-C_002de"><code>C-x C-e</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Types">Creating 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dx-m"><code>C-x m</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dx-o"><code>C-x o</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dx-r-i"><code>C-x r i</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dx-r-s"><code>C-x r s</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dx-r-s-1"><code>C-x r s</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002dy"><code>C-y</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-D">D</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-d"><code>d</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-D"><code>D</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-DEL"><code><span 
class="key">DEL</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-down"><code>down</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d"><code>d</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-D"><code>D</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-DEL"><code><kbd 
class="key">DEL</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-down"><code>down</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-F">F</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-f"><code>f</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-F"><code>F</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-f-1"><code>f</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-f"><code>f</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-F"><code>F</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-f-1"><code>f</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-H">H</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-h"><code>h</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-H"><code>H</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-HyControl_002c-see-screen"><code>HyControl, see 
screen</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-HyControl_002c-see-screen-1"><code>HyControl, see 
screen</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-HyRolo_002c-see-rolo"><code>HyRolo, see 
rolo</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-h"><code>h</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-H"><code>H</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyControl_002c-see-screen"><code>HyControl, see 
screen</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyControl_002c-see-screen-1"><code>HyControl, see 
screen</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyRolo_002c-see-rolo"><code>HyRolo, see 
rolo</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-I">I</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-I"><code>I</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-i"><code>i</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-I"><code>I</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-i"><code>i</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-J">J</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-J"><code>J</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-j"><code>j</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-J"><code>J</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-j"><code>j</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-K">K</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-K"><code>K</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-k"><code>k</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-keypad-number"><code>keypad 
number</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-Action-Key_002c-cell-argument"><code>koutliner, 
Action Key, cell argument</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-Action-Key_002c-hide-or-show-cell"><code>koutliner, 
Action Key, hide or show cell</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-Action-Key_002c-klink"><code>koutliner, Action Key, 
klink</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-Assist-Key_002c-listing-attributes"><code>koutliner,
 Assist Key, listing attributes</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-_002b"><code>koutliner, C-c 
+</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-a"><code>koutliner, C-c 
a</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-b"><code>koutliner, C-c 
b</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-b-1"><code>koutliner, C-c 
b</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-C_002d_002c"><code>koutliner, C-c 
C-,</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-C_002d_002e"><code>koutliner, C-c 
C-.</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-C_002d_003c"><code>koutliner, C-c 
C-&lt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-C_002d_003e"><code>koutliner, C-c 
C-&gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-C_002di"><code>koutliner, C-c 
C-i</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-C_002dk"><code>koutliner, C-c 
C-k</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-C_002dl"><code>koutliner, C-c 
C-l</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-C_002dv"><code>koutliner, C-c 
C-v</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-e"><code>koutliner, C-c 
e</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Transposing">Transposing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-h"><code>koutliner, C-c 
h</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-k"><code>koutliner, C-c 
k</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-l"><code>koutliner, C-c 
l</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-M_002dj"><code>koutliner, C-c 
M-j</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-M_002dl"><code>koutliner, C-c 
M-l</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-M_002dq"><code>koutliner, C-c 
M-q</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-p"><code>koutliner, C-c 
p</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-s"><code>koutliner, C-c 
s</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dc-t"><code>koutliner, C-c 
t</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Transposing">Transposing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dj"><code>koutliner, 
C-j</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dM_002dj"><code>koutliner, 
C-M-j</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dM_002dq"><code>koutliner, 
C-M-q</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002du-C_002dc-k"><code>koutliner, C-u C-c 
k</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002du-C_002dc-M_002dl"><code>koutliner, C-u C-c 
M-l</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002du-C_002dc-s"><code>koutliner, C-u C-c 
s</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002du-c_002dj"><code>koutliner, C-u 
c-j</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002du-C_002dx-i"><code>koutliner, C-u C-x 
i</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dx-i"><code>koutliner, C-x 
i</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-C_002dy"><code>koutliner, 
C-y</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-M_002d0-C_002dc-t"><code>koutliner, M-0 C-c 
t</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Transposing">Transposing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-M_002d1-TAB"><code>koutliner, M-1 <span 
class="key">TAB</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-M_002dj"><code>koutliner, 
M-j</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-M_002dleft"><code>koutliner, 
M-left</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-M_002dq"><code>koutliner, 
M-q</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-M_002dRET"><code>koutliner, M-<span 
class="key">RET</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-M_002dright"><code>koutliner, 
M-right</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-M_002dShift_002dleft"><code>koutliner, 
M-Shift-left</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-M_002dShift_002dright"><code>koutliner, 
M-Shift-right</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-M_002dTAB"><code>koutliner, M-<span 
class="key">TAB</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-Shift_002dTAB"><code>koutliner, Shift-<span 
class="key">TAB</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-koutliner_002c-TAB"><code>koutliner, <span 
class="key">TAB</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-K"><code>K</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-k"><code>k</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-keypad-number"><code>keypad 
number</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-Action-Key_002c-cell-argument"><code>koutliner, 
Action Key, cell argument</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Relocating-and-Copying">Relocating 
and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-Action-Key_002c-hide-or-show-cell"><code>koutliner, 
Action Key, hide or show cell</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-Action-Key_002c-klink"><code>koutliner, Action Key, 
klink</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-Assist-Key_002c-listing-attributes"><code>koutliner,
 Assist Key, listing attributes</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Cell-Attributes">Cell 
Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-_002b"><code>koutliner, C-c 
+</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-a"><code>koutliner, C-c 
a</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-b"><code>koutliner, C-c 
b</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-b-1"><code>koutliner, C-c 
b</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-C_002d_002c"><code>koutliner, C-c 
C-,</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-C_002d_002e"><code>koutliner, C-c 
C-.</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-C_002d_003c"><code>koutliner, C-c 
C-&lt;</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-C_002d_003e"><code>koutliner, C-c 
C-&gt;</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-C_002di"><code>koutliner, C-c 
C-i</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-C_002dk"><code>koutliner, C-c 
C-k</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-C_002dl"><code>koutliner, C-c 
C-l</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-C_002dv"><code>koutliner, C-c 
C-v</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-e"><code>koutliner, C-c 
e</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Transposing">Transposing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-h"><code>koutliner, C-c 
h</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-k"><code>koutliner, C-c 
k</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-l"><code>koutliner, C-c 
l</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-M_002dj"><code>koutliner, C-c 
M-j</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-M_002dl"><code>koutliner, C-c 
M-l</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-M_002dq"><code>koutliner, C-c 
M-q</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-p"><code>koutliner, C-c 
p</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-s"><code>koutliner, C-c 
s</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dc-t"><code>koutliner, C-c 
t</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Transposing">Transposing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dj"><code>koutliner, 
C-j</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dM_002dj"><code>koutliner, 
C-M-j</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dM_002dq"><code>koutliner, 
C-M-q</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002du-C_002dc-k"><code>koutliner, C-u C-c 
k</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002du-C_002dc-M_002dl"><code>koutliner, C-u C-c 
M-l</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002du-C_002dc-s"><code>koutliner, C-u C-c 
s</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002du-c_002dj"><code>koutliner, C-u 
c-j</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002du-C_002dx-i"><code>koutliner, C-u C-x 
i</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dx-i"><code>koutliner, C-x 
i</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-C_002dy"><code>koutliner, 
C-y</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-M_002d0-C_002dc-t"><code>koutliner, M-0 C-c 
t</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Transposing">Transposing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-M_002d1-TAB"><code>koutliner, M-1 <kbd 
class="key">TAB</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-M_002dj"><code>koutliner, 
M-j</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-M_002dleft"><code>koutliner, 
M-left</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-M_002dq"><code>koutliner, 
M-q</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-M_002dRET"><code>koutliner, M-<kbd 
class="key">RET</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-M_002dright"><code>koutliner, 
M-right</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-M_002dShift_002dleft"><code>koutliner, 
M-Shift-left</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-M_002dShift_002dright"><code>koutliner, 
M-Shift-right</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-M_002dTAB"><code>koutliner, M-<kbd 
class="key">TAB</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-Shift_002dTAB"><code>koutliner, Shift-<kbd 
class="key">TAB</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutliner_002c-TAB"><code>koutliner, <kbd 
class="key">TAB</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-L">L</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-l"><code>l</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-left"><code>left</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-l"><code>l</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-left"><code>left</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-M">M</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M"><code>M</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-m"><code>m</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-M_002d0-M_002dTAB"><code>M-0 
M-<span class="key">TAB</span></code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Promoting-and-Demoting">Promoting and 
Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-M_002d0-TAB"><code>M-0 <span 
class="key">TAB</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002db"><code>M-b</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002ddown"><code>M-down</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Relocating-and-Copying">Relocating and 
Copying</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002df"><code>M-f</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002do"><code>M-o</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002do-1"><code>M-o</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Default-Hyperbole-Bindings">Default Hyperbole 
Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002do-i-_003cwindow_002did_003e"><code>M-o i 
&lt;window-id&gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002do-m-_003cwindow_002did_003e"><code>M-o m 
&lt;window-id&gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002do-r-_003cwindow_002did_003e"><code>M-o r 
&lt;window-id&gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002do-t-_003cwindow_002did_003e"><code>M-o t 
&lt;window-id&gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002do-w-_003cwindow_002did_003e"><code>M-o w 
&lt;window-id&gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-M_002dRET"><code>M-<span 
class="key">RET</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-M_002dRET-1"><code>M-<span 
class="key">RET</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-M_002dRET-2"><code>M-<span 
class="key">RET</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002dup"><code>M-up</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Relocating-and-Copying">Relocating and 
Copying</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002dw"><code>M-w</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002dw-1"><code>M-w</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Default-Hyperbole-Bindings">Default Hyperbole 
Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002dx-kotl_002dmode_003ashow_002dsubtree"><code>M-x 
kotl-mode:show-subtree</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-middle-mouse-key-1"><code>middle 
mouse key</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M"><code>M</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-m"><code>m</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002d0-M_002dTAB"><code>M-0 M-<kbd 
class="key">TAB</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002d0-TAB"><code>M-0 <kbd 
class="key">TAB</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002db"><code>M-b</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002ddown"><code>M-down</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Relocating-and-Copying">Relocating 
and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002df"><code>M-f</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002do"><code>M-o</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002do-1"><code>M-o</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002do-i-_003cwindow_002did_003e"><code>M-o i 
&lt;window-id&gt;</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002do-m-_003cwindow_002did_003e"><code>M-o m 
&lt;window-id&gt;</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002do-r-_003cwindow_002did_003e"><code>M-o r 
&lt;window-id&gt;</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002do-t-_003cwindow_002did_003e"><code>M-o t 
&lt;window-id&gt;</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002do-w-_003cwindow_002did_003e"><code>M-o w 
&lt;window-id&gt;</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002dRET"><code>M-<kbd 
class="key">RET</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Bindings">Smart Key 
Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002dRET-1"><code>M-<kbd 
class="key">RET</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002dRET-2"><code>M-<kbd 
class="key">RET</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002dup"><code>M-up</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Relocating-and-Copying">Relocating 
and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002dw"><code>M-w</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002dw-1"><code>M-w</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-M_002dx-kotl_002dmode_003ashow_002dsubtree"><code>M-x 
kotl-mode:show-subtree</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-middle-mouse-key-1"><code>middle mouse 
key</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-N">N</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-n"><code>n</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-n-1"><code>n</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-n"><code>n</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-n-1"><code>n</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-O">O</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-o"><code>o</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-O"><code>O</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-o"><code>o</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-O"><code>O</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-P">P</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-p"><code>p</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-p-1"><code>p</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-p"><code>p</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-p-1"><code>p</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-Q">Q</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-q"><code>q</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Q"><code>Q</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-q-1"><code>q</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-q"><code>q</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Q"><code>Q</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-q-1"><code>q</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-R">R</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-r"><code>r</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-right"><code>right</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-_002c"><code>rolo, 
,</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-_002e"><code>rolo, 
.</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-_003c"><code>rolo, 
&lt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-_003e"><code>rolo, 
&gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-a"><code>rolo, 
a</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-b"><code>rolo, 
b</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-C_002dr"><code>rolo, 
C-r</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-C_002ds"><code>rolo, 
C-s</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-DEL"><code>rolo, <span 
class="key">DEL</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-e"><code>rolo, 
e</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-f"><code>rolo, 
f</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-h"><code>rolo, 
h</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-l"><code>rolo, 
l</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-M_002ds"><code>rolo, 
M-s</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-M_002dTAB"><code>rolo, 
M-<span class="key">TAB</span></code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-n"><code>rolo, 
n</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-o"><code>rolo, 
o</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-p"><code>rolo, 
p</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-q"><code>rolo, 
q</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-r"><code>rolo, 
r</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-s"><code>rolo, 
s</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-rolo_002c-SHIFT_002dTAB"><code>rolo, <span 
class="key">SHIFT</span>-<span 
class="key">TAB</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-SPC"><code>rolo, <span 
class="key">SPC</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-t"><code>rolo, 
t</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-TAB"><code>rolo, <span 
class="key">TAB</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-u"><code>rolo, 
u</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-r"><code>r</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-right"><code>right</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-_002c"><code>rolo, ,</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-_002e"><code>rolo, .</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-_003c"><code>rolo, 
&lt;</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-_003e"><code>rolo, 
&gt;</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-a"><code>rolo, a</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-b"><code>rolo, b</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-C_002dr"><code>rolo, 
C-r</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-C_002ds"><code>rolo, 
C-s</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-DEL"><code>rolo, <kbd 
class="key">DEL</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-e"><code>rolo, e</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-f"><code>rolo, f</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-h"><code>rolo, h</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-l"><code>rolo, l</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-M_002ds"><code>rolo, 
M-s</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-M_002dTAB"><code>rolo, M-<kbd 
class="key">TAB</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-n"><code>rolo, n</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-o"><code>rolo, o</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-p"><code>rolo, p</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-q"><code>rolo, q</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-r"><code>rolo, r</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-s"><code>rolo, s</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-SHIFT_002dTAB"><code>rolo, <kbd 
class="key">SHIFT</kbd>-<kbd 
class="key">TAB</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-SPC"><code>rolo, <kbd 
class="key">SPC</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-t"><code>rolo, t</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-TAB"><code>rolo, <kbd 
class="key">TAB</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-u"><code>rolo, u</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-S">S</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-s"><code>s</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-_0025"><code>screen, 
%</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-_0028"><code>screen, 
(</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-_0029"><code>screen, 
)</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-_002b"><code>screen, 
+</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-_002d"><code>screen, 
-</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-screen_002c-_002d-1"><code>screen, 
-</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-_002e"><code>screen, 
.</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-screen_002c-0_002d9"><code>screen, 
0-9</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-_003d"><code>screen, 
=</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-_003f"><code>screen, 
?</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-_0040"><code>screen, 
@</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-a"><code>screen, 
a</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-A"><code>screen, 
A</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-b"><code>screen, 
b</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-c"><code>screen, 
c</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-screen_002c-C_002dc-_005c"><code>screen, C-c 
\</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-screen_002c-C_002dh-h-s-f"><code>screen, C-h h s 
f</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-screen_002c-C_002dh-h-s-w"><code>screen, C-h h s 
w</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-d"><code>screen, 
d</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-D"><code>screen, 
D</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-down"><code>screen, 
down</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-f"><code>screen, 
f</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-F"><code>screen, 
F</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-h"><code>screen, 
h</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-H"><code>screen, 
H</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-I"><code>screen, 
I</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-i"><code>screen, 
i</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-J"><code>screen, 
J</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-j"><code>screen, 
j</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-K"><code>screen, 
K</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-k"><code>screen, 
k</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-screen_002c-keypad-number"><code>screen, keypad 
number</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-l"><code>screen, 
l</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-left"><code>screen, 
left</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-M"><code>screen, 
M</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-m"><code>screen, 
m</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-n"><code>screen, 
n</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-o"><code>screen, 
o</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-O"><code>screen, 
O</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-p"><code>screen, 
p</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-q"><code>screen, 
q</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-Q"><code>screen, 
Q</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-Q-1"><code>screen, 
Q</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-q-1"><code>screen, 
q</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-r"><code>screen, 
r</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-right"><code>screen, 
right</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-s"><code>screen, 
s</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-t"><code>screen, 
t</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-t-1"><code>screen, 
t</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-u"><code>screen, 
u</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-up"><code>screen, 
up</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-w"><code>screen, 
w</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-W"><code>screen, 
W</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-Z"><code>screen, 
Z</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-z"><code>screen, 
z</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-_005b"><code>screen, 
[</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-_005d"><code>screen, 
]</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-screen_002c-_007e"><code>screen, 
~</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-shift_002dleft-mouse-key"><code>shift-left mouse 
key</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-shift_002dmiddle-mouse-key"><code>shift-middle mouse 
key</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-shift_002dright-mouse-key"><code>shift-right mouse 
key</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Shift_002dTAB"><code>Shift-<span 
class="key">TAB</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-SPC"><code><span 
class="key">SPC</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-s"><code>s</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-_0025"><code>screen, 
%</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-_0028"><code>screen, 
(</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-_0029"><code>screen, 
)</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-_002b"><code>screen, 
+</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-_002d"><code>screen, 
-</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-_002d-1"><code>screen, 
-</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-_002e"><code>screen, 
.</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-0_002d9"><code>screen, 
0-9</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-_003d"><code>screen, 
=</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-_003f"><code>screen, 
?</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-_0040"><code>screen, 
@</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-a"><code>screen, a</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-A"><code>screen, A</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-b"><code>screen, b</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-c"><code>screen, c</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-C_002dc-_005c"><code>screen, C-c 
\</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-C_002dh-h-s-f"><code>screen, C-h h s 
f</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-C_002dh-h-s-w"><code>screen, C-h h s 
w</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-d"><code>screen, d</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-D"><code>screen, D</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-down"><code>screen, 
down</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-f"><code>screen, f</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-F"><code>screen, F</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-h"><code>screen, h</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-H"><code>screen, H</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-I"><code>screen, I</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-i"><code>screen, i</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-J"><code>screen, J</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-j"><code>screen, j</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-K"><code>screen, K</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-k"><code>screen, k</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-keypad-number"><code>screen, keypad 
number</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-l"><code>screen, l</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-left"><code>screen, 
left</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-M"><code>screen, M</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-m"><code>screen, m</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-n"><code>screen, n</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-o"><code>screen, o</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-O"><code>screen, O</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-p"><code>screen, p</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-q"><code>screen, q</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-Q"><code>screen, Q</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-Q-1"><code>screen, 
Q</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-q-1"><code>screen, 
q</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-r"><code>screen, r</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-right"><code>screen, 
right</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-s"><code>screen, s</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-t"><code>screen, t</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-t-1"><code>screen, 
t</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-u"><code>screen, u</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-up"><code>screen, 
up</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-w"><code>screen, w</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-W"><code>screen, W</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-Z"><code>screen, Z</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-z"><code>screen, z</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-_005b"><code>screen, 
[</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-_005d"><code>screen, 
]</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-_007e"><code>screen, 
~</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-shift_002dleft-mouse-key"><code>shift-left mouse 
key</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-shift_002dmiddle-mouse-key"><code>shift-middle mouse 
key</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-shift_002dright-mouse-key"><code>shift-right mouse 
key</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Shift_002dTAB"><code>Shift-<kbd 
class="key">TAB</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-SPC"><code><kbd 
class="key">SPC</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-T">T</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-t"><code>t</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-TAB"><code><span 
class="key">TAB</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-t"><code>t</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-TAB"><code><kbd 
class="key">TAB</kbd></code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-U">U</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-u"><code>u</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-u-1"><code>u</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-up"><code>up</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-u"><code>u</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-u-1"><code>u</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-up"><code>up</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-W">W</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-w"><code>w</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-W"><code>W</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-w"><code>w</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-W"><code>W</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Key-Index_ky_letter-Z">Z</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Z"><code>Z</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-z"><code>z</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Z"><code>Z</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-z"><code>z</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 </table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#Key-Index_ky_symbol-1"><b>%</b></a>
+<table class="ky-letters-footer-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-1"><b>%</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-2"><b>(</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_symbol-2"><b>(</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-3"><b>)</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_symbol-3"><b>)</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-4"><b>+</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_symbol-4"><b>+</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-5"><b>,</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_symbol-5"><b>,</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-6"><b>-</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_symbol-6"><b>-</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-7"><b>.</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_symbol-7"><b>.</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-8"><b>0</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_symbol-8"><b>0</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-9"><b>&lt;</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-9"><b>&lt;</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-10"><b>=</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-10"><b>=</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-11"><b>&gt;</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-11"><b>&gt;</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-12"><b>?</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-12"><b>?</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-13"><b>@</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-13"><b>@</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-14"><b>[</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-14"><b>[</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-15"><b>]</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-15"><b>]</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_symbol-16"><b>~</b></a>
+<a class="summary-letter-printindex" 
href="#Key-Index_ky_symbol-16"><b>~</b></a>
  &nbsp; 
 <br>
-<a class="summary-letter" href="#Key-Index_ky_letter-A"><b>A</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-A"><b>A</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-B"><b>B</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-B"><b>B</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-C"><b>C</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-C"><b>C</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-D"><b>D</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-D"><b>D</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-F"><b>F</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-F"><b>F</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-H"><b>H</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-H"><b>H</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-I"><b>I</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-I"><b>I</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-J"><b>J</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-J"><b>J</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-K"><b>K</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-K"><b>K</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-L"><b>L</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-L"><b>L</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-M"><b>M</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-M"><b>M</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-N"><b>N</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-N"><b>N</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-O"><b>O</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-O"><b>O</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-P"><b>P</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-P"><b>P</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-Q"><b>Q</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-Q"><b>Q</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-R"><b>R</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-R"><b>R</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-S"><b>S</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-S"><b>S</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-T"><b>T</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-T"><b>T</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-U"><b>U</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-U"><b>U</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-W"><b>W</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-W"><b>W</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Key-Index_ky_letter-Z"><b>Z</b></a>
+<a class="summary-letter-printindex" href="#Key-Index_ky_letter-Z"><b>Z</b></a>
  &nbsp; 
 </td></tr></table>
+</div>
 
 <hr>
-<span id="Function"></span><div class="header">
+</div>
+<div class="unnumbered-level-extent" id="Function">
+<div class="nav-panel">
 <p>
-Next: <a href="#Concept-Index" accesskey="n" rel="next">Concept Index</a>, 
Previous: <a href="#Key-Index" accesskey="p" rel="prev">Key Index</a>, Up: <a 
href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Concept-Index" accesskey="n" rel="next">Concept Index</a>, 
Previous: <a href="#Key-Index" accesskey="p" rel="prev">Key Index</a>, Up: <a 
href="#Top" accesskey="u" rel="up">GNU Hyperbole</a> &nbsp; [<a 
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a 
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
 </div>
-<span id="Function_002c-Variable-and-File-Index"></span><h2 
class="unnumbered">Function, Variable and File Index</h2>
+<h2 class="unnumbered" id="Function_002c-Variable-and-File-Index">Function, 
Variable and File Index</h2>
 
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#Function_fn_letter-A"><b>A</b></a>
+<div class="printindex fn-printindex">
+<table class="fn-letters-header-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#Function_fn_letter-A"><b>A</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-B"><b>B</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-B"><b>B</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-C"><b>C</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-C"><b>C</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-D"><b>D</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-D"><b>D</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-E"><b>E</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-E"><b>E</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-F"><b>F</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-F"><b>F</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-G"><b>G</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-G"><b>G</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-H"><b>H</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-H"><b>H</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-I"><b>I</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-I"><b>I</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-K"><b>K</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-K"><b>K</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-L"><b>L</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-L"><b>L</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-M"><b>M</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-M"><b>M</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-O"><b>O</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-O"><b>O</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-R"><b>R</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-R"><b>R</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-S"><b>S</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-S"><b>S</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-W"><b>W</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-W"><b>W</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-Z"><b>Z</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-Z"><b>Z</b></a>
  &nbsp; 
 </td></tr></table>
-<table class="index-fn" border="0">
-<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> 
Section</th></tr>
+<table class="fn-entries-printindex" border="0">
+<tr><td></td><th class="entries-header-printindex">Index 
Entry</th><td>&nbsp;</td><th class="sections-header-printindex"> 
Section</th></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-A">A</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ace_002dwindow-1"><code>ace-window</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action_002dact_002dhook">action-act-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action_002dkey"><code>action-key</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action_002dkey_002ddefault_002dfunction">action-key-default-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action_002dkey_002ddefault_002dfunction-1">action-key-default-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action_002dkey_002ddepress_002dhook">action-key-depress-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action_002dkey_002deol_002dfunction">action-key-eol-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action_002dkey_002dminibuffer_002dfunction">action-key-minibuffer-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Minibuffer-Menu-Activation">Minibuffer Menu 
Activation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action_002dkey_002dmodeline"><code>action-key-modeline</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key 
Modeline Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action_002dkey_002dmodeline_002dfunction">action-key-modeline-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key 
Modeline Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action_002dkey_002dmodeline_002dfunction-1">action-key-modeline-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Modeline-Clicks-and-Drags">Modeline Clicks and 
Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action_002dkey_002drelease_002dhook">action-key-release-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action_002dmouse_002dkey"><code>action-mouse-key</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actype_003acreate"><code>actype:create</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Creating-Action-Types">Creating Action 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actype_003acreate-1"><code>actype:create</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Creating-Action-Types">Creating Action 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actype_003adelete"><code>actype:delete</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Creating-Action-Types">Creating Action 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-annot_002dbib"><code>actypes 
annot-bib</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-completion"><code>actypes 
completion</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-display_002dvariable"><code>actypes 
display-variable</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-eval_002delisp"><code>actypes 
eval-elisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-exec_002dkbd_002dmacro"><code>actypes 
exec-kbd-macro</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-exec_002dshell_002dcmd"><code>actypes 
exec-shell-cmd</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-exec_002dwindow_002dcmd"><code>actypes 
exec-window-cmd</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-hyp_002dconfig"><code>actypes 
hyp-config</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-hyp_002drequest"><code>actypes 
hyp-request</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-hyp_002dsource"><code>actypes 
hyp-source</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-kbd_002dkey"><code>actypes 
kbd-key</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dbookmark"><code>actypes 
link-to-bookmark</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dbuffer_002dtmp"><code>actypes 
link-to-buffer-tmp</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002ddirectory"><code>actypes 
link-to-directory</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002ddoc"><code>actypes 
link-to-doc</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002debut"><code>actypes 
link-to-ebut</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002delisp_002ddoc"><code>actypes 
link-to-elisp-doc</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dfile"><code>actypes 
link-to-file</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dfile_002dline"><code>actypes 
link-to-file-line</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dgbut"><code>actypes 
link-to-gbut</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dibut"><code>actypes 
link-to-ibut</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dInfo_002dindex_002ditem"><code>actypes 
link-to-Info-index-item</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dInfo_002dnode"><code>actypes 
link-to-Info-node</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dkcell"><code>actypes 
link-to-kcell</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dkotl"><code>actypes 
link-to-kotl</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dmail"><code>actypes 
link-to-mail</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dregexp_002dmatch"><code>actypes 
link-to-regexp-match</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002drfc"><code>actypes 
link-to-rfc</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dstring_002dmatch"><code>actypes 
link-to-string-match</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dtexinfo_002dnode"><code>actypes 
link-to-texinfo-node</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-link_002dto_002dweb_002dsearch"><code>actypes 
link-to-web-search</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-man_002dshow"><code>actypes 
man-show</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-rfc_002dtoc"><code>actypes 
rfc-toc</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-text_002dtoc"><code>actypes 
text-toc</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actypes-www_002durl"><code>actypes 
www-url</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-add_002dhook"><code>add-hook</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-assist_002dkey"><code>assist-key</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-assist_002dkey_002ddefault_002dfunction">assist-key-default-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-assist_002dkey_002ddefault_002dfunction-1">assist-key-default-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-assist_002dkey_002ddepress_002dhook">assist-key-depress-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-assist_002dkey_002deol_002dfunction">assist-key-eol-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-assist_002dkey_002dminibuffer_002dfunction">assist-key-minibuffer-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Minibuffer-Menu-Activation">Minibuffer Menu 
Activation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-assist_002dkey_002dmodeline"><code>assist-key-modeline</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key 
Modeline Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-assist_002dkey_002dmodeline_002dfunction">assist-key-modeline-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key 
Modeline Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-assist_002dkey_002dmodeline_002dfunction-1">assist-key-modeline-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Modeline-Clicks-and-Drags">Modeline Clicks and 
Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-assist_002dkey_002drelease_002dhook">assist-key-release-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-assist_002dmouse_002dkey"><code>assist-mouse-key</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ace_002dwindow-1"><code>ace-window</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action_002dact_002dhook">action-act-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action_002dkey"><code>action-key</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-Bindings">Smart Key 
Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action_002dkey_002ddefault_002dfunction">action-key-default-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-Operations">Smart Key 
Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action_002dkey_002ddefault_002dfunction-1">action-key-default-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action_002dkey_002ddepress_002dhook">action-key-depress-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action_002dkey_002deol_002dfunction">action-key-eol-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action_002dkey_002dminibuffer_002dfunction">action-key-minibuffer-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action_002dkey_002dmodeline"><code>action-key-modeline</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action_002dkey_002dmodeline_002dfunction">action-key-modeline-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action_002dkey_002dmodeline_002dfunction-1">action-key-modeline-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Modeline-Clicks-and-Drags">Modeline 
Clicks and Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action_002dkey_002drelease_002dhook">action-key-release-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action_002dmouse_002dkey"><code>action-mouse-key</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-Bindings">Smart Key 
Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actype_003acreate"><code>actype:create</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Creating-Action-Types">Creating 
Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actype_003acreate-1"><code>actype:create</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Creating-Action-Types">Creating 
Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actype_003adelete"><code>actype:delete</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Creating-Action-Types">Creating 
Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-annot_002dbib"><code>actypes 
annot-bib</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-completion"><code>actypes 
completion</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-debbugs_002dgnu_002dquery"><code>actypes 
debbugs-gnu-query</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-display_002dboolean"><code>actypes 
display-boolean</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-display_002dvalue"><code>actypes 
display-value</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-display_002dvariable"><code>actypes 
display-variable</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-eval_002delisp"><code>actypes 
eval-elisp</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-exec_002dkbd_002dmacro"><code>actypes 
exec-kbd-macro</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-exec_002dshell_002dcmd"><code>actypes 
exec-shell-cmd</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-exec_002dwindow_002dcmd"><code>actypes 
exec-window-cmd</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-git_002dreference"><code>actypes 
git-reference</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-github_002dreference"><code>actypes 
github-reference</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-gitlab_002dreference"><code>actypes 
gitlab-reference</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-hyp_002dconfig"><code>actypes 
hyp-config</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-hyp_002drequest"><code>actypes 
hyp-request</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-hyp_002dsource"><code>actypes 
hyp-source</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-kbd_002dkey"><code>actypes 
kbd-key</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Action-Types">Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dbookmark"><code>actypes 
link-to-bookmark</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dbuffer_002dtmp"><code>actypes 
link-to-buffer-tmp</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002ddirectory"><code>actypes 
link-to-directory</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002ddoc"><code>actypes 
link-to-doc</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002debut"><code>actypes 
link-to-ebut</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002delisp_002ddoc"><code>actypes 
link-to-elisp-doc</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dfile"><code>actypes 
link-to-file</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dfile_002dline"><code>actypes 
link-to-file-line</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dgbut"><code>actypes 
link-to-gbut</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dibut"><code>actypes 
link-to-ibut</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dInfo_002dindex_002ditem"><code>actypes 
link-to-Info-index-item</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dInfo_002dnode"><code>actypes 
link-to-Info-node</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dkcell"><code>actypes 
link-to-kcell</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dkotl"><code>actypes 
link-to-kotl</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dmail"><code>actypes 
link-to-mail</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dregexp_002dmatch"><code>actypes 
link-to-regexp-match</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002drfc"><code>actypes 
link-to-rfc</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dstring_002dmatch"><code>actypes 
link-to-string-match</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dtexinfo_002dnode"><code>actypes 
link-to-texinfo-node</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-link_002dto_002dweb_002dsearch"><code>actypes 
link-to-web-search</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-man_002dshow"><code>actypes 
man-show</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Action-Types">Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-org_002dinternal_002dtarget_002dlink"><code>actypes 
org-internal-target-link</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-org_002dlink"><code>actypes 
org-link</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Action-Types">Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-org_002dradio_002dtarget_002dlink"><code>actypes 
org-radio-target-link</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-rfc_002dtoc"><code>actypes 
rfc-toc</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Action-Types">Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-text_002dtoc"><code>actypes 
text-toc</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Action-Types">Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes-www_002durl"><code>actypes 
www-url</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Action-Types">Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-add_002dhook"><code>add-hook</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-assist_002dkey"><code>assist-key</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-Bindings">Smart Key 
Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-assist_002dkey_002ddefault_002dfunction">assist-key-default-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-Operations">Smart Key 
Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-assist_002dkey_002ddefault_002dfunction-1">assist-key-default-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-assist_002dkey_002ddepress_002dhook">assist-key-depress-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-assist_002dkey_002deol_002dfunction">assist-key-eol-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-assist_002dkey_002dminibuffer_002dfunction">assist-key-minibuffer-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-assist_002dkey_002dmodeline"><code>assist-key-modeline</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-assist_002dkey_002dmodeline_002dfunction">assist-key-modeline-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-assist_002dkey_002dmodeline_002dfunction-1">assist-key-modeline-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Modeline-Clicks-and-Drags">Modeline 
Clicks and Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-assist_002dkey_002drelease_002dhook">assist-key-release-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-assist_002dmouse_002dkey"><code>assist-mouse-key</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-Bindings">Smart Key 
Bindings</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-B">B</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-browse_002durl_002dbrowser_002dfunction">browse-url-browser-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-browse_002durl_002dbrowser_002dfunction-1">browse-url-browser-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-browse_002durl_002dbrowser_002dfunction-2">browse-url-browser-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Exporting">Exporting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-browse_002durl_002dbrowser_002dfunction-3">browse-url-browser-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW 
URLs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-browse_002durl_002dbrowser_002dfunction">browse-url-browser-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-browse_002durl_002dbrowser_002dfunction-1">browse-url-browser-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-browse_002durl_002dbrowser_002dfunction-2">browse-url-browser-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Exporting">Exporting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-browse_002durl_002dbrowser_002dfunction-3">browse-url-browser-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-_002d-WWW-URLs">Smart Key 
- WWW URLs</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-C">C</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-c_002b_002b_002dcpp_002dinclude_002dpath">c++-cpp-include-path</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-C_002b_002b-Source-Code">Smart Key - 
C++ Source Code</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-c_002b_002b_002dinclude_002dpath">c++-include-path</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-C_002b_002b-Source-Code">Smart Key - 
C++ Source Code</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-class_002c-ebut">class, 
ebut</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-class_002c-ebut-1">class, 
ebut</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Programmatic-Button-Creation">Programmatic Button Creation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-class_002c-hargs">class, 
hargs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-class_002c-hattr">class, 
hattr</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-class_002c-hbdata">class, 
hbdata</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-class_002c-hbut">class, 
hbut</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-class_002c-hbut-1">class, 
hbut</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-class_002c-htype">class, 
htype</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Types">Creating Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-customize_002dbrowse"><code>customize-browse</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Customization">Customization</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-customize_002dvariable"><code>customize-variable</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Customization">Customization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-c_002b_002b_002dcpp_002dinclude_002dpath">c++-cpp-include-path</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-C_002b_002b-Source-Code">Smart Key - C++ Source 
Code</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-c_002b_002b_002dinclude_002dpath">c++-include-path</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-C_002b_002b-Source-Code">Smart Key - C++ Source 
Code</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-class_002c-ebut">class, ebut</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-class_002c-ebut-1">class, ebut</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Programmatic-Button-Creation">Programmatic Button Creation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-class_002c-hargs">class, hargs</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Action-Types">Creating 
Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-class_002c-hattr">class, hattr</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-class_002c-hbdata">class, hbdata</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-class_002c-hbut">class, hbut</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-class_002c-hbut-1">class, hbut</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-class_002c-htype">class, htype</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Types">Creating 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-customize_002dbrowse"><code>customize-browse</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Customization">Customization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-customize_002dvariable"><code>customize-variable</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Customization">Customization</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-D">D</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-defact"><code>defact</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Creating-Action-Types">Creating Action 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-defib"><code>defib</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Programmatic-Implicit-Button-Types">Programmatic 
Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-dir_002c-_007e_002f_002ehyperb">dir, 
~/.hyperb</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Files">Button Files</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-dired_002djump"><code>dired-jump</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key 
Modeline Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-drag_002dwith_002dmode_002dline">drag-with-mode-line</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Moving-Frames">Moving Frames</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-defact"><code>defact</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Action-Types">Creating 
Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-defib"><code>defib</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-dir_002c-_007e_002f_002ehyperb">dir, 
~/.hyperb</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Button-Files">Button Files</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-dired_002djump"><code>dired-jump</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002dwith_002dmode_002dline">drag-with-mode-line</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Moving-Frames">Moving 
Frames</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-E">E</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ebut_002dcreate_002dhook">ebut-create-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ebut_002ddelete_002dhook">ebut-delete-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ebut_002dmodify_002dhook">ebut-modify-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ebut_003acreate"><code>ebut:create</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Programmatic-Button-Creation">Programmatic Button 
Creation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ebut_003amap"><code>ebut:map</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Programmatic-Button-Creation">Programmatic Button 
Creation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ebut_003aprogram"><code>ebut:program</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Programmatic-Button-Creation">Programmatic Button 
Creation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-emacs_002dversion">emacs-version</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Suggestion-or-Bug-Reporting">Suggestion or Bug 
Reporting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-eval_002ddefun"><code>eval-defun</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Creating-Types">Creating Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-eval_002dlast_002dsexp"><code>eval-last-sexp</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Creating-Types">Creating Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ebut_002dcreate_002dhook">ebut-create-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ebut_002ddelete_002dhook">ebut-delete-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ebut_002dmodify_002dhook">ebut-modify-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ebut_003acreate"><code>ebut:create</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Programmatic-Button-Creation">Programmatic Button Creation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ebut_003amap"><code>ebut:map</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Programmatic-Button-Creation">Programmatic Button Creation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ebut_003aprogram"><code>ebut:program</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Programmatic-Button-Creation">Programmatic Button Creation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-emacs_002dversion">emacs-version</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Suggestion-or-Bug-Reporting">Suggestion or Bug Reporting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-eval_002ddefun"><code>eval-defun</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Creating-Types">Creating 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-eval_002dlast_002dsexp"><code>eval-last-sexp</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Creating-Types">Creating 
Types</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-F">F</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-_002eemacs">file, 
.emacs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invocation">Invocation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-_002eemacs-1">file, 
.emacs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Renaming">Renaming</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-_002eemacs-2">file, 
.emacs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-_002eemacs-3">file, 
.emacs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-_002eemacs-4">file, 
.emacs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-_002ehypb">file, 
.hypb</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-_002ekotl-suffix">file, .kotl 
suffix</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Outlines">Creating Outlines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-DEMO">file, 
DEMO</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-DIR">file, 
DIR</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-EXAMPLE_002ekotl">file, 
EXAMPLE.kotl</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner">Koutliner</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-FAST_002dDEMO-1">file, 
FAST-DEMO</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-hactypes_002eel">file, 
hactypes.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Types">Creating Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hactypes_002eel-1">file, 
hactypes.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-hbut_002eel">file, 
hbut.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-hbut_002eel-1">file, 
hbut.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Programmatic-Button-Creation">Programmatic Button Creation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hib_002ddebbugs_002eel">file, 
hib-debbugs.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hib_002dkbd_002eel">file, 
hib-kbd.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-hibtypes_002eel">file, 
hibtypes.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hibtypes_002eel-1">file, 
hibtypes.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Types">Creating Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-hmail_002eel">file, 
hmail.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hmouse_002dkey_002eel">file, 
hmouse-key.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Questions-and-Answers">Questions and Answers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hmouse_002dsh_002eel">file, 
hmouse-sh.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Questions-and-Answers">Questions and Answers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hsettings_002eel">file, 
hsettings.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Colors">Button Colors</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-hsys_002d_002a">file, 
hsys-*</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Encapsulating-Systems">Encapsulating Systems</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hsys_002dorg_002eel">file, 
hsys-org.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hui_002dep_002a_002eel">file, 
hui-ep*.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Colors">Button Colors</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hui_002dwindow_002eel">file, 
hui-window.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Questions-and-Answers">Questions and Answers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-HYPB">file, 
HYPB</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hyperbole_002eel">file, 
hyperbole.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Renaming">Renaming</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hyperbole_002eel-1">file, 
hyperbole.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-News">Buttons in News</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hyperbole_002eel-2">file, 
hyperbole.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hywconfig_002eel">file, 
hywconfig.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-man_002fhyperbole_002ehtml">file, 
man/hyperbole.html</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Documentation">Documentation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-man_002fhyperbole_002einfo">file, 
man/hyperbole.info</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Documentation">Documentation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-man_002fhyperbole_002epdf">file, 
man/hyperbole.pdf</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Documentation">Documentation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-man_002fhyperbole_002etexi">file, 
man/hyperbole.texi</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Documentation">Documentation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-MANIFEST">file, 
MANIFEST</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-fill_002dcolumn">fill-column</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-fill_002dprefix">fill-prefix</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Button-Label-Normalization">Button Label 
Normalization</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-find_002dfile"><code>find-file</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Using-URLs-with-Find_002dFile">Using URLs with 
Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-find_002dfile_002dhook">find-file-hook</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-_002eemacs">file, .emacs</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Invocation">Invocation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-_002eemacs-1">file, .emacs</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Renaming">Renaming</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-_002eemacs-2">file, .emacs</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-_002eemacs-3">file, .emacs</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-_002eemacs-4">file, .emacs</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-_002ehypb">file, .hypb</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Explicit-Buttons">Explicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-_002ekotl-suffix">file, .kotl 
suffix</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Outlines">Creating Outlines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-DEMO">file, DEMO</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-DIR">file, DIR</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-EXAMPLE_002ekotl">file, 
EXAMPLE.kotl</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Koutliner">Koutliner</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-FAST_002dDEMO-1">file, 
FAST-DEMO</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hactypes_002eel">file, 
hactypes.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Types">Creating Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hactypes_002eel-1">file, 
hactypes.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hbut_002eel">file, hbut.el</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Action-Types">Creating 
Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hbut_002eel-1">file, hbut.el</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Programmatic-Button-Creation">Programmatic Button Creation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hib_002ddebbugs_002eel">file, 
hib-debbugs.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hib_002dkbd_002eel">file, 
hib-kbd.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hibtypes_002eel">file, 
hibtypes.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hibtypes_002eel-1">file, 
hibtypes.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Types">Creating Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hmail_002eel">file, hmail.el</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hmouse_002dkey_002eel">file, 
hmouse-key.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Questions-and-Answers">Questions and Answers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hmouse_002dsh_002eel">file, 
hmouse-sh.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Questions-and-Answers">Questions and Answers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hsettings_002eel">file, 
hsettings.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Button-Colors">Button Colors</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hsys_002d_002a">file, hsys-*</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Encapsulating-Systems">Encapsulating 
Systems</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hsys_002dorg_002eel">file, 
hsys-org.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hui_002dep_002a_002eel">file, 
hui-ep*.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Button-Colors">Button Colors</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hui_002dwindow_002eel">file, 
hui-window.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Questions-and-Answers">Questions and Answers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-HYPB">file, HYPB</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hyperbole_002eel">file, 
hyperbole.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Renaming">Renaming</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hyperbole_002eel-1">file, 
hyperbole.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Buttons-in-News">Buttons in News</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hyperbole_002eel-2">file, 
hyperbole.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hywconfig_002eel">file, 
hywconfig.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-man_002fhyperbole_002ehtml">file, 
man/hyperbole.html</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Documentation">Documentation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-man_002fhyperbole_002einfo">file, 
man/hyperbole.info</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Documentation">Documentation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-man_002fhyperbole_002epdf">file, 
man/hyperbole.pdf</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Documentation">Documentation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-man_002fhyperbole_002etexi">file, 
man/hyperbole.texi</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Documentation">Documentation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-MANIFEST">file, MANIFEST</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-fill_002dcolumn">fill-column</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-fill_002dprefix">fill-prefix</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Label-Normalization">Button 
Label Normalization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-find_002dfile"><code>find-file</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Using-URLs-with-Find_002dFile">Using 
URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-find_002dfile_002dhook">find-file-hook</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-G">G</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-gbut_003aebut_002dprogram"><code>gbut:ebut-program</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Programmatic-Button-Creation">Programmatic Button 
Creation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-gbut_003afile">gbut:file</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-gbut_003aebut_002dprogram"><code>gbut:ebut-program</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Programmatic-Button-Creation">Programmatic Button Creation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-gbut_003afile">gbut:file</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-H">H</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hbmap_003adir_002duser">hbmap:dir-user</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Button-Files">Button Files</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hbmap_003afilename">hbmap:filename</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Button-Files">Button Files</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hbut_003acurrent">hbut:current</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hbut_003acurrent-1">hbut:current</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hbut_003afill_002dprefix_002dregexps">hbut:fill-prefix-regexps</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Button-Label-Normalization">Button Label 
Normalization</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hbut_003alabel_002dto_002dkey">hbut:label-to-key</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Button-Label-Normalization">Button Label 
Normalization</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hbut_003amax_002dlen-1">hbut:max-len</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hbut_003amax_002dlen"><code>hbut:max-len</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hibtypes_002dbegin_002dload_002dhook">hibtypes-begin-load-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hibtypes_002dend_002dload_002dhook">hibtypes-end-load-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hibtypes_002dgit_002ddefault_002dproject">hibtypes-git-default-project</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hibtypes_002dgit_002ddefault_002dproject-1">hibtypes-git-default-project</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hibtypes_002dgithub_002ddefault_002dproject">hibtypes-github-default-project</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hibtypes_002dgithub_002ddefault_002duser">hibtypes-github-default-user</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hibtypes_002dgithub_002ddefault_002duser-1">hibtypes-github-default-user</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hibtypes_002dgitlab_002ddefault_002dproject">hibtypes-gitlab-default-project</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hibtypes_002dgitlab_002ddefault_002duser">hibtypes-gitlab-default-user</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hibtypes_002dgitlab_002ddefault_002duser-1">hibtypes-gitlab-default-user</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hibtypes_002dsocial_002ddefault_002dservice">hibtypes-social-default-service</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hkey_002dace_002dwindow_002dsetup"><code>hkey-ace-window-setup</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hkey_002dalist">hkey-alist</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Questions-and-Answers">Questions and 
Answers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hkey_002dalways_002ddisplay_002dmenu">hkey-always-display-menu</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Smart-Menus">Smart Key - Smart 
Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hkey_002deither"><code>hkey-either</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hkey_002dinit">hkey-init</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Default-Hyperbole-Bindings">Default Hyperbole 
Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hkey_002doperate"><code>hkey-operate</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hkey_002dsummarize"><code>hkey-summarize</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmail_003alister">hmail:lister</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Smart-Key-_002d-Email-Readers">Smart Key - Email 
Readers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmail_003areader">hmail:reader</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Smart-Key-_002d-Email-Readers">Smart Key - Email 
Readers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002dadd_002dunshifted_002dsmart_002dkeys"><code>hmouse-add-unshifted-smart-keys</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002dalist">hmouse-alist</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Questions-and-Answers">Questions and 
Answers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002dcontext_002dibuffer_002dmenu"><code>hmouse-context-ibuffer-menu</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key 
Modeline Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002dcontext_002dmenu"><code>hmouse-context-menu</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key 
Modeline Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002ddrag_002ditem_002dmode_002dforms">hmouse-drag-item-mode-forms</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags 
outside a Window</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002dget_002dbindings"><code>hmouse-get-bindings</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Questions-and-Answers">Questions and 
Answers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002dget_002dbindings-1"><code>hmouse-get-bindings</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Questions-and-Answers">Questions and 
Answers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002dmiddle_002dflag">hmouse-middle-flag</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Keys">Smart Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002dmiddle_002dflag-1">hmouse-middle-flag</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002dsetup"><code>hmouse-setup</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Questions-and-Answers">Questions and 
Answers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002dsetup-1"><code>hmouse-setup</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Questions-and-Answers">Questions and 
Answers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002dx_002ddiagonal_002dsensitivity">hmouse-x-diagonal-sensitivity</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags 
within a Window</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002dx_002ddrag_002dsensitivity">hmouse-x-drag-sensitivity</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags 
within a Window</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002dy_002ddiagonal_002dsensitivity">hmouse-y-diagonal-sensitivity</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags 
within a Window</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hmouse_002dy_002ddrag_002dsensitivity">hmouse-y-drag-sensitivity</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags 
within a Window</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003aat_002dp"><code>hpath:at-p</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003adisplay_002dwhere">hpath:display-where</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003adisplay_002dwhere-1">hpath:display-where</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Referent-Display">Referent Display</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003adisplay_002dwhere-2">hpath:display-where</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Internal-Viewers">Internal Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003adisplay_002dwhere-3">hpath:display-where</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Magit-Mode">Smart Key - Magit 
Mode</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003aexternal_002ddisplay_002dalist_002dmacos">hpath:external-display-alist-macos</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#External-Viewers">External Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003aexternal_002ddisplay_002dalist_002dmswindows">hpath:external-display-alist-mswindows</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#External-Viewers">External Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003aexternal_002ddisplay_002dalist_002dx">hpath:external-display-alist-x</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#External-Viewers">External Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003aexternal_002dfile_002dsuffixes">hpath:external-file-suffixes</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#External-Viewers">External Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003afind"><code>hpath:find</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003afind_002dfile_002durls_002dmode"><code>hpath:find-file-urls-mode</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Using-URLs-with-Find_002dFile">Using URLs with 
Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003aget_002dexternal_002ddisplay_002dalist"><code>hpath:get-external-display-alist</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#External-Viewers">External Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003aget_002dexternal_002ddisplay_002dalist-1"><code>hpath:get-external-display-alist</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#External-Viewers">External Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003ainternal_002ddisplay_002dalist">hpath:internal-display-alist</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Internal-Viewers">Internal Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003ainternal_002ddisplay_002dalist-1">hpath:internal-display-alist</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Internal-Viewers">Internal Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003anative_002dimage_002dsuffixes">hpath:native-image-suffixes</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Internal-Viewers">Internal Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003asuffixes">hpath:suffixes</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003avariable_002dregexp">hpath:variable-regexp</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hpath_003avariables">hpath:variables</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Link-Variable-Substitution">Link Variable 
Substitution</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hproperty_003abut_002dcreate"><code>hproperty:but-create</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Button-Colors">Button Colors</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hproperty_003abut_002demphasize_002dflag">hproperty:but-emphasize-flag</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Button-Colors">Button Colors</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hproperty_003abut_002dflash_002dtime_002dseconds">hproperty:but-flash-time-seconds</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Button-Colors">Button Colors</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hproperty_003abut_002dhighlight_002dflag">hproperty:but-highlight-flag</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Button-Colors">Button Colors</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hproperty_003acycle_002dbut_002dcolor"><code>hproperty:cycle-but-color</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Button-Colors">Button Colors</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hsys_002dorg_002denable_002dsmart_002dkeys">hsys-org-enable-smart-keys</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hsys_002dorg_002denable_002dsmart_002dkeys-1">hsys-org-enable-smart-keys</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Org-Mode">Smart Key - Org 
Mode</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hsys_002dorg_002denable_002dsmart_002dkeys-2">hsys-org-enable-smart-keys</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Questions-and-Answers">Questions and 
Answers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hsys_002dorg_002dmode_002dp"><code>hsys-org-mode-p</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-htype_002dcreate_002dhook">htype-create-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-htype_002ddelete_002dhook">htype-delete-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hui_002dkill_002dring_002dsave"><code>hui-kill-ring-save</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Default-Hyperbole-Bindings">Default Hyperbole 
Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hui_002dmenu_002dscreen_002dcommands"><code>hui-menu-screen-commands</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key 
Modeline Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hui_002dselect_002dgoto_002dmatching_002dtag"><code>hui-select-goto-matching-tag</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-Thing-Selection">Smart Key Thing 
Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hui_002dselect_002dthing"><code>hui-select-thing</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-Thing-Selection">Smart Key Thing 
Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hui_002dselect_002dthing_002dwith_002dmouse"><code>hui-select-thing-with-mouse</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-Thing-Selection">Smart Key Thing 
Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hui_003aebut_002dprompt_002dfor_002daction">hui:ebut-prompt-for-action</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hui_003aebut_002drename"><code>hui:ebut-rename</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Renaming">Renaming</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hui_003ahbut_002ddelete_002dconfirm_002dflag">hui:hbut-delete-confirm-flag</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Deletion">Deletion</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002ddisplay_002dbuffer_002dpredicate_002dlist">hycontrol-display-buffer-predicate-list</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002denable_002d_002dwindows_002dmode"><code>hycontrol-enable--windows-mode</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002denable_002dframes_002dmode"><code>hycontrol-enable-frames-mode</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002dframe_002dheights">hycontrol-frame-heights</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002dframe_002doffset">hycontrol-frame-offset</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002dframe_002doffset-1">hycontrol-frame-offset</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002dframe_002dwidths">hycontrol-frame-widths</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002dget_002dscreen_002doffsets"><code>hycontrol-get-screen-offsets</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002dkeep_002dwindow_002dflag">hycontrol-keep-window-flag</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002dkeep_002dwindow_002dflag-1">hycontrol-keep-window-flag</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags 
outside a Window</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002dscreen_002doffset_002dalist">hycontrol-screen-offset-alist</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002dset_002dscreen_002doffsets"><code>hycontrol-set-screen-offsets</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002dwindow_002dgrid_002drepeatedly"><code>hycontrol-window-grid-repeatedly</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002dwindows_002dgrid_002dby_002dbuffer_002dlist"><code>hycontrol-windows-grid-by-buffer-list</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002dwindows_002dgrid_002dby_002dfile_002dlist"><code>hycontrol-windows-grid-by-file-list</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hycontrol_002dwindows_002dgrid_002dby_002dfile_002dpattern"><code>hycontrol-windows-grid-by-file-pattern</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hypb_003afgrep_002dgit_002dlog"><code>hypb:fgrep-git-log</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hypb_003agrep_002dgit_002dlog"><code>hypb:grep-git-log</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hypb_003argrep_002dcommand">hypb:rgrep-command</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperb_003adir">hyperb:dir</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Documentation">Documentation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole"><code>hyperbole</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Invocation">Invocation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole-1"><code>hyperbole</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole_002dinit_002dhook">hyperbole-init-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hyperbole-Hooks">Hyperbole Hooks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole_002dinit_002dhook-1">hyperbole-init-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole_002dmode-1"><code>hyperbole-mode</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Default-Hyperbole-Bindings">Default Hyperbole 
Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole_002dmode_002dhook">hyperbole-mode-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hyperbole-Hooks">Hyperbole Hooks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole_002dmode_002dmap">hyperbole-mode-map</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Default-Hyperbole-Bindings">Default Hyperbole 
Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole_002dmode_002doff_002dhook">hyperbole-mode-off-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hyperbole-Hooks">Hyperbole Hooks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole_002dmode_002don_002dhook">hyperbole-mode-on-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hyperbole-Hooks">Hyperbole Hooks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole_002dpopup_002dmenu"><code>hyperbole-popup-menu</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole_002dpopup_002dmenu-1"><code>hyperbole-popup-menu</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole_002dset_002dkey"><code>hyperbole-set-key</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Binding-Minibuffer-Menu-Items">Binding Minibuffer Menu 
Items</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole_002dweb_002dsearch_002dalist">hyperbole-web-search-alist</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Web-Search-Engines">Web Search Engines</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole_002dweb_002dsearch_002dbrowser_002dfunction">hyperbole-web-search-browser-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dadd"><code>hyrolo-add</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dadd_002dhook">hyrolo-add-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dadd_002dhook-1">hyrolo-add-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002ddisplay_002dformat_002dfunction">hyrolo-display-format-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002ddisplay_002dhook">hyrolo-display-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002ddisplay_002dmatches"><code>hyrolo-display-matches</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dedit"><code>hyrolo-edit</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dedit_002dhook">hyrolo-edit-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dedit_002dhook-1">hyrolo-edit-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002demail_002dformat">hyrolo-email-format</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dentry_002dregexp">hyrolo-entry-regexp</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dfgrep"><code>hyrolo-fgrep</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dfile_002dlist">hyrolo-file-list</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dfind_002dfile"><code>hyrolo-find-file</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dgoogle_002dcontacts_002dfgrep"><code>hyrolo-google-contacts-fgrep</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dgoogle_002dcontacts_002dflag">hyrolo-google-contacts-flag</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dgoogle_002dcontacts_002dgrep"><code>hyrolo-google-contacts-grep</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dgrep"><code>hyrolo-grep</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dhdr_002dregexp">hyrolo-hdr-regexp</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dhighlight_002dface">hyrolo-highlight-face</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dkill"><code>hyrolo-kill</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dkill_002dbuffers_002dafter_002duse">hyrolo-kill-buffers-after-use</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dmail_002dto"><code>hyrolo-mail-to</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dmode_002dhook">hyrolo-mode-hook</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dsave_002dbuffers_002dafter_002duse">hyrolo-save-buffers-after-use</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dsort"><code>hyrolo-sort</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dword"><code>hyrolo-word</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dyank"><code>hyrolo-yank</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyrolo_002dyank_002dreformat_002dfunction">hyrolo-yank-reformat-function</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hywconfig_002dadd_002dby_002dname"><code>hywconfig-add-by-name</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hywconfig_002ddelete_002dby_002dname"><code>hywconfig-delete-by-name</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hywconfig_002ddelete_002dpop"><code>hywconfig-delete-pop</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hywconfig_002ddelete_002dpop-1"><code>hywconfig-delete-pop</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hywconfig_002drestore_002dby_002dname"><code>hywconfig-restore-by-name</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hywconfig_002dring_002dmax">hywconfig-ring-max</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hywconfig_002dring_002dsave"><code>hywconfig-ring-save</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hywconfig_002dring_002dsave-1"><code>hywconfig-ring-save</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hywconfig_002dyank_002dpop"><code>hywconfig-yank-pop</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hywconfig_002dyank_002dpop-1"><code>hywconfig-yank-pop</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hbmap_003adir_002duser">hbmap:dir-user</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Files">Button 
Files</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hbmap_003afilename">hbmap:filename</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Files">Button 
Files</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hbut_003acurrent">hbut:current</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hbut_003acurrent-1">hbut:current</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hbut_003afill_002dprefix_002dregexps">hbut:fill-prefix-regexps</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Button-Label-Normalization">Button 
Label Normalization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hbut_003alabel_002dto_002dkey">hbut:label-to-key</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Button-Label-Normalization">Button 
Label Normalization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hbut_003amax_002dlen-1">hbut:max-len</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hbut_003amax_002dlen"><code>hbut:max-len</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hibtypes_002dbegin_002dload_002dhook">hibtypes-begin-load-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hibtypes_002dend_002dload_002dhook">hibtypes-end-load-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hibtypes_002dgit_002ddefault_002dproject">hibtypes-git-default-project</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hibtypes_002dgit_002ddefault_002dproject-1">hibtypes-git-default-project</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hibtypes_002dgithub_002ddefault_002dproject">hibtypes-github-default-project</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hibtypes_002dgithub_002ddefault_002duser">hibtypes-github-default-user</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hibtypes_002dgithub_002ddefault_002duser-1">hibtypes-github-default-user</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hibtypes_002dgitlab_002ddefault_002dproject">hibtypes-gitlab-default-project</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hibtypes_002dgitlab_002ddefault_002duser">hibtypes-gitlab-default-user</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hibtypes_002dgitlab_002ddefault_002duser-1">hibtypes-gitlab-default-user</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hibtypes_002dsocial_002ddefault_002dservice">hibtypes-social-default-service</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hkey_002dace_002dwindow_002dsetup"><code>hkey-ace-window-setup</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hkey_002dalist">hkey-alist</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Questions-and-Answers">Questions and 
Answers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hkey_002dalways_002ddisplay_002dmenu">hkey-always-display-menu</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-_002d-Smart-Menus">Smart 
Key - Smart Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hkey_002deither"><code>hkey-either</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-Bindings">Smart Key 
Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hkey_002dinit">hkey-init</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hkey_002doperate"><code>hkey-operate</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hkey_002dsummarize"><code>hkey-summarize</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmail_003alister">hmail:lister</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Email-Readers">Smart 
Key - Email Readers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmail_003areader">hmail:reader</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Email-Readers">Smart 
Key - Email Readers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002dadd_002dunshifted_002dsmart_002dkeys"><code>hmouse-add-unshifted-smart-keys</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-Bindings">Smart Key 
Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002dalist">hmouse-alist</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Questions-and-Answers">Questions and 
Answers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002dcontext_002dibuffer_002dmenu"><code>hmouse-context-ibuffer-menu</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002dcontext_002dmenu"><code>hmouse-context-menu</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002ddrag_002ditem_002dmode_002dforms">hmouse-drag-item-mode-forms</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002dget_002dbindings"><code>hmouse-get-bindings</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Questions-and-Answers">Questions 
and Answers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002dget_002dbindings-1"><code>hmouse-get-bindings</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Questions-and-Answers">Questions 
and Answers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002dmiddle_002dflag">hmouse-middle-flag</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Keys">Smart Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002dmiddle_002dflag-1">hmouse-middle-flag</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-Bindings">Smart Key 
Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002dsetup"><code>hmouse-setup</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Questions-and-Answers">Questions 
and Answers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002dsetup-1"><code>hmouse-setup</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Questions-and-Answers">Questions 
and Answers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002dx_002ddiagonal_002dsensitivity">hmouse-x-diagonal-sensitivity</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002dx_002ddrag_002dsensitivity">hmouse-x-drag-sensitivity</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002dy_002ddiagonal_002dsensitivity">hmouse-y-diagonal-sensitivity</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hmouse_002dy_002ddrag_002dsensitivity">hmouse-y-drag-sensitivity</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003aat_002dp"><code>hpath:at-p</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003adisplay_002dwhere">hpath:display-where</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003adisplay_002dwhere-1">hpath:display-where</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Referent-Display">Referent 
Display</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003adisplay_002dwhere-2">hpath:display-where</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Internal-Viewers">Internal 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003adisplay_002dwhere-3">hpath:display-where</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-_002d-Magit-Mode">Smart 
Key - Magit Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003aexternal_002ddisplay_002dalist_002dmacos">hpath:external-display-alist-macos</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#External-Viewers">External 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003aexternal_002ddisplay_002dalist_002dmswindows">hpath:external-display-alist-mswindows</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#External-Viewers">External 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003aexternal_002ddisplay_002dalist_002dx">hpath:external-display-alist-x</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#External-Viewers">External 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003aexternal_002dfile_002dsuffixes">hpath:external-file-suffixes</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#External-Viewers">External 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003afind"><code>hpath:find</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003afind_002dfile_002durls_002dmode"><code>hpath:find-file-urls-mode</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003aget_002dexternal_002ddisplay_002dalist"><code>hpath:get-external-display-alist</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#External-Viewers">External 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003aget_002dexternal_002ddisplay_002dalist-1"><code>hpath:get-external-display-alist</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#External-Viewers">External 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003ainternal_002ddisplay_002dalist">hpath:internal-display-alist</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Internal-Viewers">Internal 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003ainternal_002ddisplay_002dalist-1">hpath:internal-display-alist</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Internal-Viewers">Internal 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003anative_002dimage_002dsuffixes">hpath:native-image-suffixes</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Internal-Viewers">Internal 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003asuffixes">hpath:suffixes</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003avariable_002dregexp">hpath:variable-regexp</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hpath_003avariables">hpath:variables</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Link-Variable-Substitution">Link 
Variable Substitution</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hproperty_003abut_002dcreate"><code>hproperty:but-create</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Button-Colors">Button 
Colors</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hproperty_003abut_002demphasize_002dflag">hproperty:but-emphasize-flag</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Button-Colors">Button 
Colors</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hproperty_003abut_002dflash_002dtime_002dseconds">hproperty:but-flash-time-seconds</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Button-Colors">Button 
Colors</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hproperty_003abut_002dhighlight_002dflag">hproperty:but-highlight-flag</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Button-Colors">Button 
Colors</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hproperty_003acycle_002dbut_002dcolor"><code>hproperty:cycle-but-color</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Button-Colors">Button 
Colors</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hsys_002dorg_002denable_002dsmart_002dkeys">hsys-org-enable-smart-keys</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hsys_002dorg_002denable_002dsmart_002dkeys-1">hsys-org-enable-smart-keys</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-_002d-Org-Mode">Smart Key 
- Org Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hsys_002dorg_002denable_002dsmart_002dkeys-2">hsys-org-enable-smart-keys</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Questions-and-Answers">Questions 
and Answers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hsys_002dorg_002dmode_002dp"><code>hsys-org-mode-p</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-htype_002dcreate_002dhook">htype-create-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-htype_002ddelete_002dhook">htype-delete-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hui_002dkill_002dring_002dsave"><code>hui-kill-ring-save</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hui_002dmenu_002dscreen_002dcommands"><code>hui-menu-screen-commands</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hui_002dselect_002dgoto_002dmatching_002dtag"><code>hui-select-goto-matching-tag</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart 
Key Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hui_002dselect_002dthing"><code>hui-select-thing</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart 
Key Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hui_002dselect_002dthing_002dwith_002dmouse"><code>hui-select-thing-with-mouse</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart 
Key Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hui_003aebut_002dprompt_002dfor_002daction">hui:ebut-prompt-for-action</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hui_003aebut_002drename"><code>hui:ebut-rename</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Renaming">Renaming</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hui_003ahbut_002ddelete_002dconfirm_002dflag">hui:hbut-delete-confirm-flag</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Deletion">Deletion</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002ddisplay_002dbuffer_002dpredicate_002dlist">hycontrol-display-buffer-predicate-list</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002denable_002d_002dwindows_002dmode"><code>hycontrol-enable--windows-mode</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002denable_002dframes_002dmode"><code>hycontrol-enable-frames-mode</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002dframe_002dheights">hycontrol-frame-heights</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002dframe_002doffset">hycontrol-frame-offset</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002dframe_002doffset-1">hycontrol-frame-offset</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002dframe_002dwidths">hycontrol-frame-widths</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002dget_002dscreen_002doffsets"><code>hycontrol-get-screen-offsets</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002dkeep_002dwindow_002dflag">hycontrol-keep-window-flag</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002dkeep_002dwindow_002dflag-1">hycontrol-keep-window-flag</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002dscreen_002doffset_002dalist">hycontrol-screen-offset-alist</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002dset_002dscreen_002doffsets"><code>hycontrol-set-screen-offsets</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002dwindow_002dgrid_002drepeatedly"><code>hycontrol-window-grid-repeatedly</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002dwindows_002dgrid_002dby_002dbuffer_002dlist"><code>hycontrol-windows-grid-by-buffer-list</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002dwindows_002dgrid_002dby_002dfile_002dlist"><code>hycontrol-windows-grid-by-file-list</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hycontrol_002dwindows_002dgrid_002dby_002dfile_002dpattern"><code>hycontrol-windows-grid-by-file-pattern</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hypb_003afgrep_002dgit_002dlog"><code>hypb:fgrep-git-log</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hypb_003agrep_002dgit_002dlog"><code>hypb:grep-git-log</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hypb_003argrep_002dcommand">hypb:rgrep-command</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperb_003adir">hyperb:dir</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Documentation">Documentation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole"><code>hyperbole</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Invocation">Invocation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole-1"><code>hyperbole</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole_002dinit_002dhook">hyperbole-init-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hyperbole-Hooks">Hyperbole 
Hooks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole_002dinit_002dhook-1">hyperbole-init-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole_002dmode-1"><code>hyperbole-mode</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole_002dmode_002dhook">hyperbole-mode-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hyperbole-Hooks">Hyperbole 
Hooks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole_002dmode_002dmap">hyperbole-mode-map</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole_002dmode_002doff_002dhook">hyperbole-mode-off-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hyperbole-Hooks">Hyperbole 
Hooks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole_002dmode_002don_002dhook">hyperbole-mode-on-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hyperbole-Hooks">Hyperbole 
Hooks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole_002dpopup_002dmenu"><code>hyperbole-popup-menu</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole_002dpopup_002dmenu-1"><code>hyperbole-popup-menu</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole_002dset_002dkey"><code>hyperbole-set-key</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Binding-Minibuffer-Menu-Items">Binding Minibuffer Menu 
Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole_002dweb_002dsearch_002dalist">hyperbole-web-search-alist</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Web-Search-Engines">Web Search 
Engines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole_002dweb_002dsearch_002dbrowser_002dfunction">hyperbole-web-search-browser-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dadd"><code>hyrolo-add</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dadd_002dhook">hyrolo-add-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dadd_002dhook-1">hyrolo-add-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002ddisplay_002dformat_002dfunction">hyrolo-display-format-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002ddisplay_002dhook">hyrolo-display-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002ddisplay_002dmatches"><code>hyrolo-display-matches</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dedit"><code>hyrolo-edit</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dedit_002dhook">hyrolo-edit-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dedit_002dhook-1">hyrolo-edit-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002demail_002dformat">hyrolo-email-format</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dentry_002dregexp">hyrolo-entry-regexp</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dfgrep"><code>hyrolo-fgrep</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dfile_002dlist">hyrolo-file-list</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dfind_002dfile"><code>hyrolo-find-file</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dgoogle_002dcontacts_002dfgrep"><code>hyrolo-google-contacts-fgrep</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dgoogle_002dcontacts_002dflag">hyrolo-google-contacts-flag</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dgoogle_002dcontacts_002dgrep"><code>hyrolo-google-contacts-grep</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dgrep"><code>hyrolo-grep</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dhdr_002dregexp">hyrolo-hdr-regexp</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dhighlight_002dface">hyrolo-highlight-face</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dkill"><code>hyrolo-kill</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dkill_002dbuffers_002dafter_002duse">hyrolo-kill-buffers-after-use</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dmail_002dto"><code>hyrolo-mail-to</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dmode_002dhook">hyrolo-mode-hook</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dsave_002dbuffers_002dafter_002duse">hyrolo-save-buffers-after-use</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dsort"><code>hyrolo-sort</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dword"><code>hyrolo-word</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dyank"><code>hyrolo-yank</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo_002dyank_002dreformat_002dfunction">hyrolo-yank-reformat-function</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hywconfig_002dadd_002dby_002dname"><code>hywconfig-add-by-name</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hywconfig_002ddelete_002dby_002dname"><code>hywconfig-delete-by-name</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hywconfig_002ddelete_002dpop"><code>hywconfig-delete-pop</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hywconfig_002ddelete_002dpop-1"><code>hywconfig-delete-pop</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hywconfig_002drestore_002dby_002dname"><code>hywconfig-restore-by-name</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hywconfig_002dring_002dmax">hywconfig-ring-max</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hywconfig_002dring_002dsave"><code>hywconfig-ring-save</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hywconfig_002dring_002dsave-1"><code>hywconfig-ring-save</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hywconfig_002dyank_002dpop"><code>hywconfig-yank-pop</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hywconfig_002dyank_002dpop-1"><code>hywconfig-yank-pop</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-I">I</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtype_003acreate"><code>ibtype:create</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Programmatic-Implicit-Button-Types">Programmatic 
Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtype_003adelete"><code>ibtype:delete</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Programmatic-Implicit-Button-Types">Programmatic 
Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtypes-actions"><code>ibtypes 
actions</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-annot_002dbib"><code>ibtypes 
annot-bib</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-completion"><code>ibtypes 
completion</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtypes-cscope"><code>ibtypes 
cscope</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtypes-ctags"><code>ibtypes 
ctags</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-debbugs_002dgnu_002dmode"><code>ibtypes 
debbugs-gnu-mode</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-debbugs_002dgnu_002dquery"><code>ibtypes 
debbugs-gnu-query</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-debugger_002dsource"><code>ibtypes 
debugger-source</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-dir_002dsummary"><code>ibtypes 
dir-summary</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-doc_002did"><code>ibtypes 
doc-id</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtypes-elink"><code>ibtypes 
elink</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-elisp_002dcompiler_002dmsg"><code>ibtypes 
elisp-compiler-msg</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtypes-etags"><code>ibtypes 
etags</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-git_002dcommit_002dreference"><code>ibtypes 
git-commit-reference</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-git_002dreference"><code>ibtypes 
git-reference</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-github_002dreference"><code>ibtypes 
github-reference</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-gitlab_002dreference"><code>ibtypes 
gitlab-reference</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtypes-glink"><code>ibtypes 
glink</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-gnus_002dpush_002dbutton"><code>ibtypes 
gnus-push-button</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-grep_002dmsg"><code>ibtypes 
grep-msg</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-hyp_002daddress"><code>ibtypes 
hyp-address</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-hyp_002dsource"><code>ibtypes 
hyp-source</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-hyperbole_002drun_002dtest"><code>ibtypes 
hyperbole-run-test</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-hyperbole_002drun_002dtests"><code>ibtypes 
hyperbole-run-tests</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-id_002dcflow"><code>ibtypes 
id-cflow</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtypes-ilink"><code>ibtypes 
ilink</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-Info_002dnode"><code>ibtypes 
Info-node</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-ipython_002dstack_002dframe"><code>ibtypes 
ipython-stack-frame</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-kbd_002dkey"><code>ibtypes 
kbd-key</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtypes-klink"><code>ibtypes 
klink</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-mail_002daddress"><code>ibtypes 
mail-address</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-man_002dapropos"><code>ibtypes 
man-apropos</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-markdown_002dinternal_002dlink"><code>ibtypes 
markdown-internal-link</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-org_002dmode"><code>ibtypes 
org-mode</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-patch_002dmsg"><code>ibtypes 
patch-msg</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtypes-pathname"><code>ibtypes 
pathname</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-pathname_002dline_002dand_002dcolumn"><code>ibtypes 
pathname-line-and-column</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtypes-rfc"><code>ibtypes 
rfc</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-rfc_002dtoc"><code>ibtypes 
rfc-toc</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-ripgrep_002dmsg"><code>ibtypes 
ripgrep-msg</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-social_002dreference"><code>ibtypes 
social-reference</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-texinfo_002dref"><code>ibtypes 
texinfo-ref</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-text_002dtoc"><code>ibtypes 
text-toc</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtypes-www_002durl"><code>ibtypes 
www-url</code></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibut_003aat_002dp"><code>ibut:at-p</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Programmatic-Implicit-Button-Types">Programmatic 
Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-image_002ddired_002dexternal_002dviewer">image-dired-external-viewer</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Image-Thumbnails">Smart Key - Image 
Thumbnails</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Info_002ddirectory_002dlist">Info-directory-list</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Documentation">Documentation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Info_002dglobal_002dnext"><code>Info-global-next</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Info-Manuals">Smart Key - Info 
Manuals</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Info_002dglobal_002dprev"><code>Info-global-prev</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Info-Manuals">Smart Key - Info 
Manuals</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-interactive"><code>interactive</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Creating-Action-Types">Creating Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtype_003acreate"><code>ibtype:create</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtype_003adelete"><code>ibtype:delete</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-action"><code>ibtypes 
action</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-annot_002dbib"><code>ibtypes 
annot-bib</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-completion"><code>ibtypes 
completion</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-cscope"><code>ibtypes 
cscope</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-ctags"><code>ibtypes 
ctags</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-debbugs_002dgnu_002dmode"><code>ibtypes 
debbugs-gnu-mode</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-debbugs_002dgnu_002dquery"><code>ibtypes 
debbugs-gnu-query</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-debugger_002dsource"><code>ibtypes 
debugger-source</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-dir_002dsummary"><code>ibtypes 
dir-summary</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-doc_002did"><code>ibtypes 
doc-id</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-elink"><code>ibtypes 
elink</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-elisp_002dcompiler_002dmsg"><code>ibtypes 
elisp-compiler-msg</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-etags"><code>ibtypes 
etags</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-git_002dcommit_002dreference"><code>ibtypes 
git-commit-reference</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-glink"><code>ibtypes 
glink</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-gnus_002dpush_002dbutton"><code>ibtypes 
gnus-push-button</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-grep_002dmsg"><code>ibtypes 
grep-msg</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-hyp_002daddress"><code>ibtypes 
hyp-address</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-hyp_002dsource"><code>ibtypes 
hyp-source</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-hyperbole_002drun_002dtest"><code>ibtypes 
hyperbole-run-test</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-hyperbole_002drun_002dtests"><code>ibtypes 
hyperbole-run-tests</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-id_002dcflow"><code>ibtypes 
id-cflow</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-ilink"><code>ibtypes 
ilink</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-Info_002dnode"><code>ibtypes 
Info-node</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-ipython_002dstack_002dframe"><code>ibtypes 
ipython-stack-frame</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-kbd_002dkey"><code>ibtypes 
kbd-key</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-klink"><code>ibtypes 
klink</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-mail_002daddress"><code>ibtypes 
mail-address</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-man_002dapropos"><code>ibtypes 
man-apropos</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-markdown_002dinternal_002dlink"><code>ibtypes 
markdown-internal-link</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-patch_002dmsg"><code>ibtypes 
patch-msg</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-pathname"><code>ibtypes 
pathname</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-pathname_002dline_002dand_002dcolumn"><code>ibtypes 
pathname-line-and-column</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-rfc"><code>ibtypes rfc</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-rfc_002dtoc"><code>ibtypes 
rfc-toc</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-ripgrep_002dmsg"><code>ibtypes 
ripgrep-msg</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-smart_002dorg"><code>ibtypes 
smart-org</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-social_002dreference"><code>ibtypes 
social-reference</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-texinfo_002dref"><code>ibtypes 
texinfo-ref</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-text_002dtoc"><code>ibtypes 
text-toc</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes-www_002durl"><code>ibtypes 
www-url</code></a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibut_003aat_002dp"><code>ibut:at-p</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-image_002ddired_002dexternal_002dviewer">image-dired-external-viewer</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Image-Thumbnails">Smart Key - Image 
Thumbnails</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Info_002ddirectory_002dlist">Info-directory-list</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Documentation">Documentation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Info_002dglobal_002dnext"><code>Info-global-next</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-_002d-Info-Manuals">Smart 
Key - Info Manuals</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Info_002dglobal_002dprev"><code>Info-global-prev</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-_002d-Info-Manuals">Smart 
Key - Info Manuals</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-interactive"><code>interactive</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Action-Types">Creating 
Action Types</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-K">K</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kcell_003aref_002dto_002did"><code>kcell:ref-to-id</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kexport_003adisplay"><code>kexport:display</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Exporting">Exporting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kexport_003ahtml"><code>kexport:html</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Exporting">Exporting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kexport_003akoutline"><code>kexport:koutline</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Exporting">Exporting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kfile_003afind"><code>kfile:find</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kfile_003awrite"><code>kfile:write</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kill_002dring">kill-ring</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kimport_003aaug_002dpost_002doutline"><code>kimport:aug-post-outline</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Inserting-and-Importing">Inserting and 
Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kimport_003afile"><code>kimport:file</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Inserting-and-Importing">Inserting and 
Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kimport_003ainsert_002dfile"><code>kimport:insert-file</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kimport_003ainsert_002dfile_002dcontents"><code>kimport:insert-file-contents</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Inserting-and-Importing">Inserting and 
Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kimport_003ainsert_002dregister"><code>kimport:insert-register</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kimport_003amode_002dalist">kimport:mode-alist</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Inserting-and-Importing">Inserting and 
Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kimport_003astar_002doutline"><code>kimport:star-outline</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Inserting-and-Importing">Inserting and 
Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kimport_003asuffix_002dalist">kimport:suffix-alist</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Inserting-and-Importing">Inserting and 
Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kimport_003atext"><code>kimport:text</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Inserting-and-Importing">Inserting and 
Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-klink_003ac_002dstyle_002dmodes">klink:c-style-modes</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-klink_003acreate"><code>klink:create</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-klink_003acreate-1"><code>klink:create</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-klink_003aignore_002dmodes">klink:ignore-modes</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode"><code>kotl-mode</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Inserting-and-Importing">Inserting and 
Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode-1"><code>kotl-mode</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Inserting-and-Importing">Inserting and 
Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_002dhook">kotl-mode-hook</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aadd_002dcell"><code>kotl-mode:add-cell</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aadd_002dchild"><code>kotl-mode:add-child</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aadd_002dparent"><code>kotl-mode:add-parent</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aappend_002dcell"><code>kotl-mode:append-cell</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aback_002dto_002dindentation"><code>kotl-mode:back-to-indentation</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003abackward_002dcell"><code>kotl-mode:backward-cell</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003abackward_002dchar"><code>kotl-mode:backward-char</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003abackward_002dkill_002dword"><code>kotl-mode:backward-kill-word</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003abackward_002dsentence"><code>kotl-mode:backward-sentence</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003abackward_002dword"><code>kotl-mode:backward-word</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003abeginning_002dof_002dbuffer"><code>kotl-mode:beginning-of-buffer</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003abeginning_002dof_002dcell"><code>kotl-mode:beginning-of-cell</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003abeginning_002dof_002dline"><code>kotl-mode:beginning-of-line</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003abeginning_002dof_002dtree"><code>kotl-mode:beginning-of-tree</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003acell_002dattributes"><code>kotl-mode:cell-attributes</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003acell_002dhelp"><code>kotl-mode:cell-help</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003acenter_002dline"><code>kotl-mode:center-line</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003acenter_002dparagraph"><code>kotl-mode:center-paragraph</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dkill_002dring"><code>kotl-mode:copy-absolute-klink-to-kill-ring</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dkill_002dring-1"><code>kotl-mode:copy-absolute-klink-to-kill-ring</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dregister"><code>kotl-mode:copy-absolute-klink-to-register</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dregister-1"><code>kotl-mode:copy-absolute-klink-to-register</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003acopy_002dafter"><code>kotl-mode:copy-after</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003acopy_002dbefore"><code>kotl-mode:copy-before</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003acopy_002drelative_002dklink_002dto_002dkill_002dring"><code>kotl-mode:copy-relative-klink-to-kill-ring</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003acopy_002drelative_002dklink_002dto_002dregister"><code>kotl-mode:copy-relative-klink-to-register</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003acopy_002dto_002dregister"><code>kotl-mode:copy-to-register</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003acopy_002dtree_002dor_002dregion_002dto_002dbuffer"><code>kotl-mode:copy-tree-or-region-to-buffer</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003adelete_002dbackward_002dchar"><code>kotl-mode:delete-backward-char</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003adelete_002dblank_002dlines"><code>kotl-mode:delete-blank-lines</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003adelete_002dchar"><code>kotl-mode:delete-char</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003adelete_002dindentation"><code>kotl-mode:delete-indentation</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ademote_002dtree"><code>kotl-mode:demote-tree</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003adown_002dlevel"><code>kotl-mode:down-level</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aend_002dof_002dbuffer"><code>kotl-mode:end-of-buffer</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aend_002dof_002dcell"><code>kotl-mode:end-of-cell</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aend_002dof_002dline"><code>kotl-mode:end-of-line</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aend_002dof_002dtree"><code>kotl-mode:end-of-tree</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aexample"><code>kotl-mode:example</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aexchange_002dcells"><code>kotl-mode:exchange-cells</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003afill_002dcell"><code>kotl-mode:fill-cell</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003afill_002dparagraph"><code>kotl-mode:fill-paragraph</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003afill_002dtree"><code>kotl-mode:fill-tree</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003afirst_002dsibling"><code>kotl-mode:first-sibling</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003afkey_002dbackward_002dchar"><code>kotl-mode:fkey-backward-char</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003afkey_002dforward_002dchar"><code>kotl-mode:fkey-forward-char</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003afkey_002dnext_002dline"><code>kotl-mode:fkey-next-line</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003afkey_002dprevious_002dline"><code>kotl-mode:fkey-previous-line</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aforward_002dcell"><code>kotl-mode:forward-cell</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aforward_002dchar"><code>kotl-mode:forward-char</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aforward_002dpara"><code>kotl-mode:forward-para</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aforward_002dparagraph"><code>kotl-mode:forward-paragraph</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aforward_002dsentence"><code>kotl-mode:forward-sentence</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aforward_002dword"><code>kotl-mode:forward-word</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003agoto_002dcell"><code>kotl-mode:goto-cell</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ahide_002dsublevels"><code>kotl-mode:hide-sublevels</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ahide_002dsublevels-1"><code>kotl-mode:hide-sublevels</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ahide_002dsubtree"><code>kotl-mode:hide-subtree</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ahide_002dtree"><code>kotl-mode:hide-tree</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ahide_002dtree-1"><code>kotl-mode:hide-tree</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aindent_002dline"><code>kotl-mode:indent-line</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aindent_002dregion"><code>kotl-mode:indent-region</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aindent_002dtabs_002dmode">kotl-mode:indent-tabs-mode</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Promoting-and-Demoting">Promoting and 
Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ajust_002done_002dspace"><code>kotl-mode:just-one-space</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003akill_002dcontents"><code>kotl-mode:kill-contents</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003akill_002dline"><code>kotl-mode:kill-line</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003akill_002dregion"><code>kotl-mode:kill-region</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003akill_002dring_002dsave"><code>kotl-mode:kill-ring-save</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003akill_002dsentence"><code>kotl-mode:kill-sentence</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003akill_002dtree"><code>kotl-mode:kill-tree</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003akill_002dtree-1"><code>kotl-mode:kill-tree</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003akill_002dword"><code>kotl-mode:kill-word</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003alast_002dsibling"><code>kotl-mode:last-sibling</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003amail_002dtree"><code>kotl-mode:mail-tree</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003amove_002dafter"><code>kotl-mode:move-after</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003amove_002dbefore"><code>kotl-mode:move-before</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003anewline"><code>kotl-mode:newline</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003anext_002dcell"><code>kotl-mode:next-cell</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003anext_002dline"><code>kotl-mode:next-line</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aopen_002dline"><code>kotl-mode:open-line</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aoverview"><code>kotl-mode:overview</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aoverview-1"><code>kotl-mode:overview</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aprevious_002dcell"><code>kotl-mode:previous-cell</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aprevious_002dline"><code>kotl-mode:previous-line</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003apromote_002dtree"><code>kotl-mode:promote-tree</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003arefill_002dflag">kotl-mode:refill-flag</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ascroll_002ddown"><code>kotl-mode:scroll-down</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ascroll_002dup"><code>kotl-mode:scroll-up</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aset_002dcell_002dattribute"><code>kotl-mode:set-cell-attribute</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aset_002dfill_002dprefix"><code>kotl-mode:set-fill-prefix</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ashow_002dall"><code>kotl-mode:show-all</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ashow_002dall-1"><code>kotl-mode:show-all</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ashow_002dsubtree"><code>kotl-mode:show-subtree</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ashow_002dtree"><code>kotl-mode:show-tree</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ashow_002dtree-1"><code>kotl-mode:show-tree</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003asplit_002dcell"><code>kotl-mode:split-cell</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003atop_002dcells"><code>kotl-mode:top-cells</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003atop_002dcells-1"><code>kotl-mode:top-cells</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003atranspose_002dcells"><code>kotl-mode:transpose-cells</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003atranspose_002dchars"><code>kotl-mode:transpose-chars</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003atranspose_002dlines"><code>kotl-mode:transpose-lines</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003atranspose_002dwords"><code>kotl-mode:transpose-words</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003aup_002dlevel"><code>kotl-mode:up-level</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ayank"><code>kotl-mode:yank</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003ayank_002dpop"><code>kotl-mode:yank-pop</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kotl_002dmode_003azap_002dto_002dchar"><code>kotl-mode:zap-to-char</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kview_003adefault_002dlabel_002dseparator">kview:default-label-separator</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kview_003adefault_002dlabel_002dtype">kview:default-label-type</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kview_003aset_002dlabel_002dseparator"><code>kview:set-label-separator</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kview_003aset_002dlabel_002dtype"><code>kview:set-label-type</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kvspec_003aactivate"><code>kvspec:activate</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kvspec_003aactivate-1"><code>kvspec:activate</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kvspec_003astring">kvspec:string</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kvspec_003atoggle_002dblank_002dlines"><code>kvspec:toggle-blank-lines</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-kvspec_003atoggle_002dblank_002dlines-1"><code>kvspec:toggle-blank-lines</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kcell_003aref_002dto_002did"><code>kcell:ref-to-id</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kexport_003adisplay"><code>kexport:display</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Exporting">Exporting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kexport_003ahtml"><code>kexport:html</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Exporting">Exporting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kexport_003akoutline"><code>kexport:koutline</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Exporting">Exporting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kfile_003afind"><code>kfile:find</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kfile_003awrite"><code>kfile:write</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kill_002dring">kill-ring</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kimport_003aaug_002dpost_002doutline"><code>kimport:aug-post-outline</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kimport_003afile"><code>kimport:file</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kimport_003ainsert_002dfile"><code>kimport:insert-file</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kimport_003ainsert_002dfile_002dcontents"><code>kimport:insert-file-contents</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kimport_003ainsert_002dregister"><code>kimport:insert-register</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kimport_003amode_002dalist">kimport:mode-alist</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kimport_003astar_002doutline"><code>kimport:star-outline</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kimport_003asuffix_002dalist">kimport:suffix-alist</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kimport_003atext"><code>kimport:text</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink_003ac_002dstyle_002dmodes">klink:c-style-modes</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink_003acreate"><code>klink:create</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink_003acreate-1"><code>klink:create</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink_003aignore_002dmodes">klink:ignore-modes</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode"><code>kotl-mode</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode-1"><code>kotl-mode</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_002dhook">kotl-mode-hook</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aadd_002dcell"><code>kotl-mode:add-cell</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aadd_002dchild"><code>kotl-mode:add-child</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aadd_002dparent"><code>kotl-mode:add-parent</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aappend_002dcell"><code>kotl-mode:append-cell</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aback_002dto_002dindentation"><code>kotl-mode:back-to-indentation</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003abackward_002dcell"><code>kotl-mode:backward-cell</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003abackward_002dchar"><code>kotl-mode:backward-char</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003abackward_002dkill_002dword"><code>kotl-mode:backward-kill-word</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003abackward_002dsentence"><code>kotl-mode:backward-sentence</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003abackward_002dword"><code>kotl-mode:backward-word</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003abeginning_002dof_002dbuffer"><code>kotl-mode:beginning-of-buffer</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003abeginning_002dof_002dcell"><code>kotl-mode:beginning-of-cell</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003abeginning_002dof_002dline"><code>kotl-mode:beginning-of-line</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003abeginning_002dof_002dtree"><code>kotl-mode:beginning-of-tree</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003acell_002dattributes"><code>kotl-mode:cell-attributes</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003acell_002dhelp"><code>kotl-mode:cell-help</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003acenter_002dline"><code>kotl-mode:center-line</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003acenter_002dparagraph"><code>kotl-mode:center-paragraph</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dkill_002dring"><code>kotl-mode:copy-absolute-klink-to-kill-ring</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dkill_002dring-1"><code>kotl-mode:copy-absolute-klink-to-kill-ring</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dregister"><code>kotl-mode:copy-absolute-klink-to-register</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dregister-1"><code>kotl-mode:copy-absolute-klink-to-register</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003acopy_002dafter"><code>kotl-mode:copy-after</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003acopy_002dbefore"><code>kotl-mode:copy-before</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003acopy_002drelative_002dklink_002dto_002dkill_002dring"><code>kotl-mode:copy-relative-klink-to-kill-ring</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003acopy_002drelative_002dklink_002dto_002dregister"><code>kotl-mode:copy-relative-klink-to-register</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003acopy_002dto_002dregister"><code>kotl-mode:copy-to-register</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003acopy_002dtree_002dor_002dregion_002dto_002dbuffer"><code>kotl-mode:copy-tree-or-region-to-buffer</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003adelete_002dbackward_002dchar"><code>kotl-mode:delete-backward-char</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003adelete_002dblank_002dlines"><code>kotl-mode:delete-blank-lines</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003adelete_002dchar"><code>kotl-mode:delete-char</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003adelete_002dindentation"><code>kotl-mode:delete-indentation</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ademote_002dtree"><code>kotl-mode:demote-tree</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003adown_002dlevel"><code>kotl-mode:down-level</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aend_002dof_002dbuffer"><code>kotl-mode:end-of-buffer</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aend_002dof_002dcell"><code>kotl-mode:end-of-cell</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aend_002dof_002dline"><code>kotl-mode:end-of-line</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aend_002dof_002dtree"><code>kotl-mode:end-of-tree</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aexample"><code>kotl-mode:example</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aexchange_002dcells"><code>kotl-mode:exchange-cells</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003afill_002dcell"><code>kotl-mode:fill-cell</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003afill_002dparagraph"><code>kotl-mode:fill-paragraph</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003afill_002dtree"><code>kotl-mode:fill-tree</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003afirst_002dsibling"><code>kotl-mode:first-sibling</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003afkey_002dbackward_002dchar"><code>kotl-mode:fkey-backward-char</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003afkey_002dforward_002dchar"><code>kotl-mode:fkey-forward-char</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003afkey_002dnext_002dline"><code>kotl-mode:fkey-next-line</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003afkey_002dprevious_002dline"><code>kotl-mode:fkey-previous-line</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aforward_002dcell"><code>kotl-mode:forward-cell</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aforward_002dchar"><code>kotl-mode:forward-char</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aforward_002dpara"><code>kotl-mode:forward-para</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aforward_002dparagraph"><code>kotl-mode:forward-paragraph</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aforward_002dsentence"><code>kotl-mode:forward-sentence</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aforward_002dword"><code>kotl-mode:forward-word</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003agoto_002dcell"><code>kotl-mode:goto-cell</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ahide_002dsublevels"><code>kotl-mode:hide-sublevels</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ahide_002dsublevels-1"><code>kotl-mode:hide-sublevels</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ahide_002dsubtree"><code>kotl-mode:hide-subtree</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ahide_002dtree"><code>kotl-mode:hide-tree</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ahide_002dtree-1"><code>kotl-mode:hide-tree</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aindent_002dline"><code>kotl-mode:indent-line</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aindent_002dregion"><code>kotl-mode:indent-region</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aindent_002dtabs_002dmode">kotl-mode:indent-tabs-mode</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ajust_002done_002dspace"><code>kotl-mode:just-one-space</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003akill_002dcontents"><code>kotl-mode:kill-contents</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003akill_002dline"><code>kotl-mode:kill-line</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003akill_002dregion"><code>kotl-mode:kill-region</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003akill_002dring_002dsave"><code>kotl-mode:kill-ring-save</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003akill_002dsentence"><code>kotl-mode:kill-sentence</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003akill_002dtree"><code>kotl-mode:kill-tree</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003akill_002dtree-1"><code>kotl-mode:kill-tree</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003akill_002dword"><code>kotl-mode:kill-word</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003alast_002dsibling"><code>kotl-mode:last-sibling</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003amail_002dtree"><code>kotl-mode:mail-tree</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003amove_002dafter"><code>kotl-mode:move-after</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003amove_002dbefore"><code>kotl-mode:move-before</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003anewline"><code>kotl-mode:newline</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003anext_002dcell"><code>kotl-mode:next-cell</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003anext_002dline"><code>kotl-mode:next-line</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aopen_002dline"><code>kotl-mode:open-line</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aoverview"><code>kotl-mode:overview</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aoverview-1"><code>kotl-mode:overview</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aprevious_002dcell"><code>kotl-mode:previous-cell</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aprevious_002dline"><code>kotl-mode:previous-line</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003apromote_002dtree"><code>kotl-mode:promote-tree</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003arefill_002dflag">kotl-mode:refill-flag</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ascroll_002ddown"><code>kotl-mode:scroll-down</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ascroll_002dup"><code>kotl-mode:scroll-up</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aset_002dcell_002dattribute"><code>kotl-mode:set-cell-attribute</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aset_002dfill_002dprefix"><code>kotl-mode:set-fill-prefix</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ashow_002dall"><code>kotl-mode:show-all</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ashow_002dall-1"><code>kotl-mode:show-all</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ashow_002dsubtree"><code>kotl-mode:show-subtree</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ashow_002dtree"><code>kotl-mode:show-tree</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ashow_002dtree-1"><code>kotl-mode:show-tree</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003asplit_002dcell"><code>kotl-mode:split-cell</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003atop_002dcells"><code>kotl-mode:top-cells</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003atop_002dcells-1"><code>kotl-mode:top-cells</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003atranspose_002dcells"><code>kotl-mode:transpose-cells</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003atranspose_002dchars"><code>kotl-mode:transpose-chars</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003atranspose_002dlines"><code>kotl-mode:transpose-lines</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003atranspose_002dwords"><code>kotl-mode:transpose-words</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003aup_002dlevel"><code>kotl-mode:up-level</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ayank"><code>kotl-mode:yank</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003ayank_002dpop"><code>kotl-mode:yank-pop</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kotl_002dmode_003azap_002dto_002dchar"><code>kotl-mode:zap-to-char</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kview_003adefault_002dlabel_002dseparator">kview:default-label-separator</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kview_003adefault_002dlabel_002dtype">kview:default-label-type</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kview_003aset_002dlabel_002dseparator"><code>kview:set-label-separator</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kview_003aset_002dlabel_002dtype"><code>kview:set-label-type</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kvspec_003aactivate"><code>kvspec:activate</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kvspec_003aactivate-1"><code>kvspec:activate</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kvspec_003astring">kvspec:string</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kvspec_003atoggle_002dblank_002dlines"><code>kvspec:toggle-blank-lines</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kvspec_003atoggle_002dblank_002dlines-1"><code>kvspec:toggle-blank-lines</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-L">L</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-link_002dto_002dfile"><code>link-to-file</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-locate_002dcommand">locate-command</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link_002dto_002dfile"><code>link-to-file</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Implicit-Buttons">Implicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-locate_002dcommand">locate-command</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-M">M</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-mail"><code>mail</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-mail_002dyank_002doriginal">mail-yank-original</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-mark_002deven_002dif_002dinactive">mark-even-if-inactive</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Default-Hyperbole-Bindings">Default Hyperbole 
Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mail"><code>mail</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mail_002dyank_002doriginal">mail-yank-original</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mark_002deven_002dif_002dinactive">mark-even-if-inactive</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-O">O</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-objc_002dcpp_002dinclude_002dpath">objc-cpp-include-path</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Objective_002dC-Source-Code">Smart Key 
- Objective-C Source Code</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-objc_002dinclude_002dpath">objc-include-path</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Objective_002dC-Source-Code">Smart Key 
- Objective-C Source Code</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-org_002dctrl_002dc_002dctrl_002dc"><code>org-ctrl-c-ctrl-c</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-org_002dlink_002doutside_002dorg_002dmode">org-link-outside-org-mode</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Org-Mode">Smart Key - Org 
Mode</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-org_002dmeta_002dreturn"><code>org-meta-return</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002dminor_002dmode-1"><code>outline-minor-mode</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs 
Outline Mode</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002dmode-1"><code>outline-mode</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs 
Outline Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-objc_002dcpp_002dinclude_002dpath">objc-cpp-include-path</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Objective_002dC-Source-Code">Smart Key - Objective-C 
Source Code</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-objc_002dinclude_002dpath">objc-include-path</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Objective_002dC-Source-Code">Smart Key - Objective-C 
Source Code</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-org_002dctrl_002dc_002dctrl_002dc"><code>org-ctrl-c-ctrl-c</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-org_002dlink_002doutside_002dorg_002dmode">org-link-outside-org-mode</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-_002d-Org-Mode">Smart Key 
- Org Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-org_002dmeta_002dreturn"><code>org-meta-return</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002dminor_002dmode-1"><code>outline-minor-mode</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs Outline 
Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002dmode-1"><code>outline-mode</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs Outline 
Mode</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-R">R</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-run_002dhooks"><code>run-hooks</code></a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-run_002dhooks"><code>run-hooks</code></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-S">S</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-selective_002ddisplay">selective-display</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs 
Outline Mode</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-smail_003acomment">smail:comment</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-smart_002dasm_002dinclude_002dpath">smart-asm-include-path</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Assembly-Source-Code">Smart Key - 
Assembly Source Code</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-smart_002dc_002dcpp_002dinclude_002dpath">smart-c-cpp-include-path</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-C-Source-Code">Smart Key - C Source 
Code</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-smart_002dc_002dinclude_002dpath">smart-c-include-path</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-C-Source-Code">Smart Key - C Source 
Code</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-smart_002dc_002duse_002dlib_002dman">smart-c-use-lib-man</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-C-Source-Code">Smart Key - C Source 
Code</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-smart_002djava_002dpackage_002dpath">smart-java-package-path</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Java-Source-Code">Smart Key - Java 
Source Code</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-smart_002dman_002dc_002droutine_002dref">smart-man-c-routine-ref</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Man-Pages">Smart Key - Man 
Pages</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-smart_002dscroll_002dproportional">smart-scroll-proportional</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-selective_002ddisplay">selective-display</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs Outline 
Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-smail_003acomment">smail:comment</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-smart_002dasm_002dinclude_002dpath">smart-asm-include-path</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Assembly-Source-Code">Smart Key - Assembly Source 
Code</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-smart_002dc_002dcpp_002dinclude_002dpath">smart-c-cpp-include-path</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-C-Source-Code">Smart Key - C Source Code</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-smart_002dc_002dinclude_002dpath">smart-c-include-path</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-C-Source-Code">Smart Key - C Source Code</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-smart_002dc_002duse_002dlib_002dman">smart-c-use-lib-man</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-C-Source-Code">Smart Key - C Source Code</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-smart_002djava_002dpackage_002dpath">smart-java-package-path</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Java-Source-Code">Smart Key - Java Source 
Code</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-smart_002dman_002dc_002droutine_002dref">smart-man-c-routine-ref</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-_002d-Man-Pages">Smart 
Key - Man Pages</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-smart_002dscroll_002dproportional">smart-scroll-proportional</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-W">W</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-write_002dfile_002dhooks">write-file-hooks</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-write_002dfile_002dhooks">write-file-hooks</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Function_fn_letter-Z">Z</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-zoom_002dfrm_002eel"><code>zoom-frm.el</code></a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-zoom_002dfrm_002eel"><code>zoom-frm.el</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 </table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#Function_fn_letter-A"><b>A</b></a>
+<table class="fn-letters-footer-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#Function_fn_letter-A"><b>A</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-B"><b>B</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-B"><b>B</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-C"><b>C</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-C"><b>C</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-D"><b>D</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-D"><b>D</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-E"><b>E</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-E"><b>E</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-F"><b>F</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-F"><b>F</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-G"><b>G</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-G"><b>G</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-H"><b>H</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-H"><b>H</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-I"><b>I</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-I"><b>I</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-K"><b>K</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-K"><b>K</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-L"><b>L</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-L"><b>L</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-M"><b>M</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-M"><b>M</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-O"><b>O</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-O"><b>O</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-R"><b>R</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-R"><b>R</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-S"><b>S</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-S"><b>S</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-W"><b>W</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-W"><b>W</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Function_fn_letter-Z"><b>Z</b></a>
+<a class="summary-letter-printindex" href="#Function_fn_letter-Z"><b>Z</b></a>
  &nbsp; 
 </td></tr></table>
+</div>
 
 <hr>
-<span id="Concept-Index"></span><div class="header">
+</div>
+<div class="unnumbered-level-extent" id="Concept-Index">
+<div class="nav-panel">
 <p>
-Previous: <a href="#Function" accesskey="p" rel="prev">Function</a>, Up: <a 
href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" 
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index" 
title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#Function" accesskey="p" rel="prev">Function, Variable and 
File Index</a>, Up: <a href="#Top" accesskey="u" rel="up">GNU Hyperbole</a> 
&nbsp; [<a href="#SEC_Contents" title="Table of contents" 
rel="contents">Contents</a>][<a href="#Key-Index" title="Index" 
rel="index">Index</a>]</p>
 </div>
-<span id="Concept-Index-1"></span><h2 class="unnumbered">Concept Index</h2>
+<h2 class="unnumbered" id="Concept-Index-1">Concept Index</h2>
 
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#Concept-Index_cp_symbol-1"><b>&lt;</b></a>
+<div class="printindex cp-printindex">
+<table class="cp-letters-header-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#Concept-Index_cp_symbol-1"><b>&lt;</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_symbol-2"><b>|</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_symbol-2"><b>|</b></a>
  &nbsp; 
 <br>
-<a class="summary-letter" href="#Concept-Index_cp_letter-A"><b>A</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-A"><b>A</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-B"><b>B</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-B"><b>B</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-C"><b>C</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-C"><b>C</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-D"><b>D</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-D"><b>D</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-E"><b>E</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-E"><b>E</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-F"><b>F</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-F"><b>F</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-G"><b>G</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-G"><b>G</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-H"><b>H</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-H"><b>H</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-I"><b>I</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-I"><b>I</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-J"><b>J</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-J"><b>J</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-K"><b>K</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-K"><b>K</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-L"><b>L</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-L"><b>L</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-M"><b>M</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-M"><b>M</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-N"><b>N</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-N"><b>N</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-O"><b>O</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-O"><b>O</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-P"><b>P</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-P"><b>P</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-Q"><b>Q</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-Q"><b>Q</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-R"><b>R</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-R"><b>R</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-S"><b>S</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-S"><b>S</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-T"><b>T</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-T"><b>T</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-U"><b>U</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-U"><b>U</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-V"><b>V</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-V"><b>V</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-W"><b>W</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-W"><b>W</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-X"><b>X</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-X"><b>X</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-Y"><b>Y</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-Y"><b>Y</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-Z"><b>Z</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-Z"><b>Z</b></a>
  &nbsp; 
 </td></tr></table>
-<table class="index-cp" border="0">
-<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> 
Section</th></tr>
+<table class="cp-entries-printindex" border="0">
+<tr><td></td><th class="entries-header-printindex">Index 
Entry</th><td>&nbsp;</td><th class="sections-header-printindex"> 
Section</th></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_symbol-1">&lt;</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_003c_003e-delimiters">&lt;&gt; 
delimiters</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_003c_0040-klink_003e">&lt;@ 
klink&gt;</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_003c_007cviewspec_003e">&lt;|viewspec&gt;</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_003c_003e-delimiters">&lt;&gt; 
delimiters</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_003c_0040-klink_003e">&lt;@ klink&gt;</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_003c_007cviewspec_003e">&lt;|viewspec&gt;</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_symbol-2">|</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_007c">|</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_007c">|</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-A">A</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-abbreviated-URLs">abbreviated 
URLs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ace_002dwindow">ace-window</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action">action</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action-1">action</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-action-button">action 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Buttons">Action Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-action-implicit-button">action 
implicit button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Action-Key">Action 
Key</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Smart-Keys">Smart 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Action-Key-drag">Action Key 
drag</a>:</td><td>&nbsp;</td><td valign="top"><a href="#By-Dragging">By 
Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Action-Key_002c-cell-argument">Action Key, cell 
argument</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Action-Key_002c-hide-or-show-cell">Action Key, hide or show 
cell</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Action-Key_002c-klink">Action 
Key, klink</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Action-Key_002c-web-browsing">Action Key, web 
browsing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Action-Mouse-Key">Action Mouse 
Key</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Action-Mouse-Key-1">Action Mouse 
Key</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Action-Mouse-Key-drag">Action 
Mouse Key drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Drags">Smart Mouse Key Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-action-type">action 
type</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Action-Types">Action 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-action-type_002c-creation">action type, 
creation</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-activating-implicit-button">activating implicit 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-activation">activation</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-active-region">active 
region</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-between-Windows">Smart Mouse Drags between 
Windows</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-active-region-1">active 
region</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-actype_002c-link_002dto_002dmail">actype, 
link-to-mail</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-actypes_002c-list-of">actypes, 
list of</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Action-Types">Action 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-address">address</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-alpha-labels">alpha 
labels</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-anonymous-ftp">anonymous 
ftp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Top">Top</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-API">API</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Embedding-Hyperbole">Embedding Hyperbole</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-appending-to-a-cell">appending 
to a cell</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-argument-entry">argument 
entry</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Argument-Selection">Smart Key Argument Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-argument_002c-Info-index-item">argument, Info index 
item</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-argument_002c-Info-node">argument, Info 
node</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-argument_002c-kcell">argument, 
kcell</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-argument_002c-klink">argument, 
klink</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-argument_002c-koutline">argument, 
koutline</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-argument_002c-mail-message">argument, mail 
message</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-argument_002c-reading">argument, 
reading</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-argument_002c-use">argument, 
use</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Action-Types">Action 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-argument_002c-view-spec">argument, view 
spec</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-array">array</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Thing-Selection">Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-array-1">array</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Assist-Key">Assist 
Key</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Smart-Keys">Smart 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Assist-Key_002c-listing-attributes">Assist Key, listing 
attributes</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Assist-Mouse-Key">Assist Mouse 
Key</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Assist-Mouse-Key-1">Assist Mouse 
Key</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Assist-Mouse-Key-drag">Assist 
Mouse Key drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Drags">Smart Mouse Key Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-attribute">attribute</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-attribute_002c-adding">attribute, 
adding</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Cell-Attributes">Cell 
Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-attribute_002c-modifying">attribute, 
modifying</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-attribute_002c-no_002dfill">attribute, 
no-fill</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-attribute_002c-no_002dfill-1">attribute, 
no-fill</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-attribute_002c-no_002dfill-2">attribute, 
no-fill</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-attribute_002c-removing">attribute, 
removing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-attribute_002c-setting">attribute, 
setting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-attributes_002c-displaying">attributes, 
displaying</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Augment">Augment</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner-History">Koutliner History</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Augment-1">Augment</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Augment-outline">Augment 
outline</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-autonumber">autonumber</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner">Koutliner</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-autonumber-1">autonumber</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-abbreviated-URLs">abbreviated URLs</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Using-URLs-with-Find_002dFile">Using 
URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ace_002dwindow">ace-window</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action">action</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action-1">action</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action-button">action button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action-button-1">action button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Buttons">Action 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action-implicit-button">action implicit 
button</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Action-Key">Action Key</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Keys">Smart Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Action-Key-drag">Action Key drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#By-Dragging">By 
Dragging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Action-Key_002c-cell-argument">Action Key, cell 
argument</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Action-Key_002c-hide-or-show-cell">Action Key, hide or show 
cell</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Action-Key_002c-klink">Action Key, 
klink</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Action-Key_002c-web-browsing">Action Key, web 
browsing</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Action-Mouse-Key">Action Mouse Key</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Action-Mouse-Key-1">Action Mouse Key</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Action-Mouse-Key-drag">Action Mouse Key 
drag</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Drags">Smart Mouse Key Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action-type">action type</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-action-type_002c-creation">action type, 
creation</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-activating-implicit-button">activating implicit 
button</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-activation">activation</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Operations">Smart Key 
Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-active-region">active region</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-between-Windows">Smart Mouse Drags between 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-active-region-1">active region</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actype_002c-link_002dto_002dmail">actype, 
link-to-mail</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-actypes_002c-list-of">actypes, list of</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-address">address</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-alpha-labels">alpha labels</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-anonymous-ftp">anonymous ftp</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-API">API</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Embedding-Hyperbole">Embedding 
Hyperbole</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-appending-to-a-cell">appending to a 
cell</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-argument-entry">argument entry</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Argument-Selection">Smart 
Key Argument Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-argument_002c-Info-index-item">argument, Info index 
item</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-argument_002c-Info-node">argument, Info 
node</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-argument_002c-kcell">argument, kcell</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Action-Types">Creating 
Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-argument_002c-klink">argument, klink</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Action-Types">Creating 
Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-argument_002c-koutline">argument, 
koutline</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-argument_002c-mail-message">argument, mail 
message</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-argument_002c-reading">argument, 
reading</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-argument_002c-use">argument, use</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-argument_002c-view-spec">argument, view 
spec</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-array">array</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-array-1">array</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Assist-Key">Assist Key</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Keys">Smart Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Assist-Key_002c-listing-attributes">Assist Key, listing 
attributes</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Assist-Mouse-Key">Assist Mouse Key</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Assist-Mouse-Key-1">Assist Mouse Key</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Assist-Mouse-Key-drag">Assist Mouse Key 
drag</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Drags">Smart Mouse Key Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-attribute">attribute</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Cell-Attributes">Cell 
Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-attribute_002c-adding">attribute, 
adding</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-attribute_002c-modifying">attribute, 
modifying</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-attribute_002c-no_002dfill">attribute, 
no-fill</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-attribute_002c-no_002dfill-1">attribute, 
no-fill</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-attribute_002c-no_002dfill-2">attribute, 
no-fill</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-attribute_002c-removing">attribute, 
removing</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-attribute_002c-setting">attribute, 
setting</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-attributes_002c-displaying">attributes, 
displaying</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Augment">Augment</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Koutliner-History">Koutliner 
History</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Augment-1">Augment</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Augment-outline">Augment outline</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-autonumber">autonumber</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Koutliner">Koutliner</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-autonumber-1">autonumber</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-B">B</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-balance-windows">balance 
windows</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-BBDB">BBDB</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-bibliography">bibliography</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Big-Brother-DataBase">Big 
Brother DataBase</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-binding-keys">binding 
keys</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Binding-Minibuffer-Menu-Items">Binding Minibuffer Menu 
Items</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-blank-lines_002c-toggle">blank 
lines, toggle</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-bookmarks">bookmarks</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Global-Buttons">Global Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-boolean-expressions">boolean 
expressions</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-breakpoint">breakpoint</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-browsing-URLs">browsing 
URLs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-browsing-URLs-in-find_002dfile">browsing URLs in 
find-file</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-buffer-id">buffer 
id</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-buffer-menu">buffer 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-buffer-menu-1">buffer 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-buffer-menu-2">buffer 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Buffer-Menus">Smart Key - Buffer Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-buffer-menu-item-drag">buffer 
menu item drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Displaying-File-and-Buffer-Items">Displaying File and Buffer 
Items</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-buffer-replace">buffer 
replace</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-buffer_002c-bury">buffer, 
bury</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-buffer_002c-copy">buffer, 
copy</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Displaying-Buffers">Displaying Buffers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-buffer_002c-swap">buffer, 
swap</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Swapping-Buffers">Swapping Buffers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-buffer_002c-swap-1">buffer, 
swap</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-buffer_002c-unbury">buffer, 
unbury</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-buffers-swap">buffers 
swap</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bug-tracking">bug 
tracking</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-bury-buffer">bury 
buffer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-burying">burying</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-button">button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons">Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-action">button 
action</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Action-Types">Action 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-activation">button 
activation</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-attribute">button 
attribute</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-attributes">button 
attributes</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Editing">Editing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-attributes-1">button 
attributes</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-category">button 
category</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons">Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-click">button 
click</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Hyperbole-Buttons">Smart Key - Hyperbole 
Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-creation">button 
creation</a>:</td><td>&nbsp;</td><td valign="top"><a href="#By-Dragging">By 
Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-data">button 
data</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-data-saving">button data 
saving</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-deletion">button 
deletion</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Deletion">Deletion</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-demo">button 
demo</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-editing">button 
editing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Editing">Editing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-emphasis">button 
emphasis</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Colors">Button Colors</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-button-file_002c-directory">button file, 
directory</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Files">Button Files</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-file_002c-HYPB">button 
file, HYPB</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-button-file_002c-personal">button file, 
personal</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Files">Button Files</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-files">button 
files</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Button-Files">Button 
Files</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-flash-time">button flash 
time</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Button-Colors">Button 
Colors</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-flashing">button 
flashing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Colors">Button Colors</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-help">button 
help</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-help-1">button 
help</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Searching-and-Summarizing">Searching and Summarizing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-highlighting">button 
highlighting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-highlighting-1">button 
highlighting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Colors">Button Colors</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-instance">button 
instance</a>:</td><td>&nbsp;</td><td valign="top"><a href="#By-Menu">By 
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-key">button 
key</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Label-Normalization">Button Label Normalization</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-label">button 
label</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-label-1">button 
label</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Global-Buttons">Global 
Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-label-2">button 
label</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Label-Normalization">Button Label Normalization</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-label-overlap">button 
label overlap</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Type-Precedence">Button Type Precedence</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-mailing">button 
mailing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-name">button 
name</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-posting">button 
posting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-posting-1">button 
posting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-News">Buttons in News</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-precedence">button 
precedence</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Type-Precedence">Button Type Precedence</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-renaming">button 
renaming</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Renaming">Renaming</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-searching">button 
searching</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Searching-and-Summarizing">Searching and Summarizing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button-summary">button 
summary</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Searching-and-Summarizing">Searching and Summarizing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button_002c-explicit">button, 
explicit</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons">Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button_002c-explicit-1">button, 
explicit</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button_002c-global">button, 
global</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons">Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button_002c-global-1">button, 
global</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Global-Buttons">Global Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button_002c-implicit">button, 
implicit</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons">Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button_002c-implicit-1">button, 
implicit</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-button_002c-moving">button, 
moving</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-button_002c-multiple-lines">button, multiple 
lines</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Label-Normalization">Button Label Normalization</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-button_002c-split-across-lines">button, split across 
lines</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Label-Normalization">Button Label Normalization</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-byte-compiler-error">byte 
compiler error</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-balance-windows">balance windows</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-BBDB">BBDB</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-bibliography">bibliography</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Big-Brother-DataBase">Big Brother 
DataBase</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-binding-keys">binding keys</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Binding-Minibuffer-Menu-Items">Binding Minibuffer Menu 
Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-blank-lines_002c-toggle">blank lines, 
toggle</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-bookmarks">bookmarks</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Global-Buttons">Global 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-boolean-expressions">boolean 
expressions</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-breakpoint">breakpoint</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-browsing-URLs">browsing URLs</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Using-URLs-with-Find_002dFile">Using 
URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-browsing-URLs-in-find_002dfile">browsing URLs in 
find-file</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-buffer-id">buffer id</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-buffer-menu">buffer menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-buffer-menu-1">buffer menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-buffer-menu-2">buffer menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Buffer-Menus">Smart 
Key - Buffer Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-buffer-menu-item-drag">buffer menu item 
drag</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Displaying-File-and-Buffer-Items">Displaying File and Buffer 
Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-buffer-replace">buffer replace</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-buffer_002c-bury">buffer, bury</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-buffer_002c-copy">buffer, copy</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Displaying-Buffers">Displaying 
Buffers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-buffer_002c-swap">buffer, swap</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Swapping-Buffers">Swapping 
Buffers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-buffer_002c-swap-1">buffer, swap</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-buffer_002c-unbury">buffer, unbury</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-buffers-swap">buffers swap</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-bug-tracking">bug tracking</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-bury-buffer">bury buffer</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-burying">burying</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button">button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons">Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-action">button action</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-activation">button activation</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Operations">Smart Key 
Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-attribute">button attribute</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Explicit-Buttons">Explicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-attributes">button attributes</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Editing">Editing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-attributes-1">button attributes</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-category">button category</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons">Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-click">button click</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Hyperbole-Buttons">Smart Key - Hyperbole 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-creation">button creation</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#By-Dragging">By 
Dragging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-data">button data</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Explicit-Buttons">Explicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-data-saving">button data saving</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-deletion">button deletion</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Deletion">Deletion</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-demo">button demo</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hyperbole-Overview">Hyperbole 
Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-editing">button editing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Editing">Editing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-emphasis">button emphasis</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Colors">Button 
Colors</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-file_002c-directory">button file, 
directory</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Button-Files">Button Files</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-file_002c-HYPB">button file, 
HYPB</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-file_002c-personal">button file, 
personal</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Button-Files">Button Files</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-files">button files</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Files">Button 
Files</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-flash-time">button flash time</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Colors">Button 
Colors</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-flashing">button flashing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Colors">Button 
Colors</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-help">button help</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Operations">Smart Key 
Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-help-1">button help</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Searching-and-Summarizing">Searching 
and Summarizing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-highlighting">button 
highlighting</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hook-Variables">Hook Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-highlighting-1">button 
highlighting</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Button-Colors">Button Colors</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-instance">button instance</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#By-Menu">By Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-key">button key</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Label-Normalization">Button 
Label Normalization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-label">button label</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Explicit-Buttons">Explicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-label-1">button label</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Global-Buttons">Global 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-label-2">button label</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Label-Normalization">Button 
Label Normalization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-label-overlap">button label 
overlap</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Button-Type-Precedence">Button Type Precedence</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-mailing">button mailing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-name">button name</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Explicit-Buttons">Explicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-posting">button posting</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-posting-1">button posting</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-News">Buttons in 
News</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-precedence">button precedence</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Type-Precedence">Button Type 
Precedence</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-renaming">button renaming</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Renaming">Renaming</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-searching">button searching</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Searching-and-Summarizing">Searching 
and Summarizing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button-summary">button summary</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Searching-and-Summarizing">Searching 
and Summarizing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button_002c-explicit">button, explicit</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons">Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button_002c-explicit-1">button, 
explicit</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button_002c-global">button, global</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons">Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button_002c-global-1">button, global</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Global-Buttons">Global 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button_002c-implicit">button, implicit</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons">Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button_002c-implicit-1">button, 
implicit</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button_002c-moving">button, moving</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Explicit-Buttons">Explicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button_002c-multiple-lines">button, multiple 
lines</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Button-Label-Normalization">Button Label Normalization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-button_002c-split-across-lines">button, split across 
lines</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Button-Label-Normalization">Button Label Normalization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-byte-compiler-error">byte compiler 
error</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-C">C</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C-call-tree">C call 
tree</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C-flow-graph">C flow 
graph</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-C_002fC_002b_002b-call-trees">C/C++ call 
trees</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-C_002fC_002b_002b-cross_002dreference">C/C++ 
cross-reference</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-call-tree_002c-C">call tree, 
C</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell-attribute">cell 
attribute</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell-creation-time">cell 
creation time</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell-label-separator">cell label 
separator</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell-link">cell 
link</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell-no_002dfill-attribute">cell 
no-fill attribute</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-cell-no_002dfill-attribute-1">cell no-fill 
attribute</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-cell-no_002dfill-attribute-2">cell no-fill 
attribute</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell-reference">cell 
reference</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-cell-reference_002c-copying">cell reference, 
copying</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell-selection">cell 
selection</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Editing-Outlines">Editing Outlines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-adding">cell, 
adding</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-appending">cell, 
appending</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-collapse">cell, 
collapse</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-creating">cell, 
creating</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-exchanging">cell, 
exchanging</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Transposing">Transposing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-expand">cell, 
expand</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-filling">cell, 
filling</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-hide-subtree">cell, 
hide subtree</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-hiding-levels">cell, 
hiding levels</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-idstamp-0">cell, 
idstamp 0</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Outlines">Creating Outlines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-idstamp-0-1">cell, 
idstamp 0</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Idstamps">Idstamps</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-killing">cell, 
killing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-mark-and-point">cell, 
mark and point</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Transposing">Transposing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-show-all">cell, show 
all</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-show-levels">cell, 
show levels</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-show-subtree">cell, 
show subtree</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-splitting">cell, 
splitting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-top_002dlevel">cell, 
top-level</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Outlines">Creating Outlines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-top_002dlevel-1">cell, 
top-level</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Idstamps">Idstamps</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cell_002c-transposing">cell, 
transposing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Transposing">Transposing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-cell_002c-yanking-contents">cell, yanking 
contents</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-change-key-bindings">change key 
bindings</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invocation">Invocation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-change_002dlog_002dmode">change-log-mode</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Lisp-Source-Code">Smart Key - Lisp 
Source Code</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-changing-the-view-spec">changing 
the view spec</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-click_002c-buffer-menu">click, 
buffer menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Buffer-Menus">Smart Key - Buffer Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-click_002c-button">click, 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Hyperbole-Buttons">Smart Key - Hyperbole 
Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-click_002c-dired">click, 
dired</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Dired-Mode">Smart Key - Dired Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-click_002c-end-of-line">click, 
end of line</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-click_002c-Gnus">click, 
Gnus</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-GNUS-Newsreader">Smart Key - GNUS 
Newsreader</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-click_002c-hyrolo-matches">click, hyrolo 
matches</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-HyRolo-Match-Buffers">Smart Key - HyRolo Match 
Buffers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-click_002c-ibuffer-menu">click, 
ibuffer menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Buffer-Menus">Smart Key - Buffer Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-click_002c-Info">click, 
Info</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Info-Manuals">Smart Key - Info Manuals</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-click_002c-modeline">click, 
modeline</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Modeline-Clicks-and-Drags">Modeline Clicks and Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-click_002c-tar">click, 
tar</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Tar-File-Mode">Smart Key - Tar File Mode</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-click_002c-world_002dwide-web">click, world-wide 
web</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW URLs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-clone-window">clone 
window</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cloning-Windows">Cloning Windows</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-clone-window-1">clone 
window</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-clone-window-2">clone 
window</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-code-block">code 
block</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-code-block-selection">code block 
selection</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-collaboration">collaboration</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Koutliner-History">Koutliner History</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-collapse-lines">collapse 
lines</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-collapsing">collapsing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-colon_002dseparated-paths">colon-separated 
paths</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-comment">comment</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Thing-Selection">Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-comment-1">comment</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-company_002dmode">company-mode</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Smart-Key-_002d-Company-Mode">Smart Key - Company 
Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-compiler-error">compiler 
error</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-compiler-error-1">compiler 
error</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-completion">completion</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Argument-Selection">Smart Key Argument Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-completion-1">completion</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Implicit-Button-Types">Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-completion-2">completion</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Smart-Key-_002d-Company-Mode">Smart Key - Company 
Mode</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-completion-3">completion</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Smart-Key-_002d-Argument-Completion">Smart Key - 
Argument Completion</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-completion-4">completion</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Smart-Key-_002d-Helm-Mode">Smart Key - Helm 
Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-completion_002c-Ivy">completion, 
Ivy</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Ivy">Smart Key - Ivy</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-configuration">configuration</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Customization">Customization</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-contacts_002c-Google">contacts, 
Google</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-context">context</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-context_002dsensitive-help">context-sensitive 
help</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-copy-and-yank">copy and 
yank</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-copy-and-yank-1">copy and 
yank</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-between-Windows">Smart Mouse Drags between 
Windows</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-copy-and-yank-2">copy and 
yank</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-copy-buffer">copy 
buffer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Displaying-Buffers">Displaying Buffers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-copy-region">copy 
region</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-copying">copying</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-copying-things-to-kill-ring">copying things to kill 
ring</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-copying-things-to-registers">copying things to 
registers</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-create-link-button">create link 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-create_002dtime-attribute">create-time 
attribute</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-creating-buttons">creating 
buttons</a>:</td><td>&nbsp;</td><td valign="top"><a href="#By-Dragging">By 
Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-creating-links">creating 
links</a>:</td><td>&nbsp;</td><td valign="top"><a href="#By-Dragging">By 
Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-creator-attribute">creator 
attribute</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-credits">credits</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Top">Top</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cross-referencing">cross 
referencing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner-History">Koutliner History</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-cross_002dreference_002c-Texinfo">cross-reference, 
Texinfo</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Cscope">Cscope</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ctags-entry">ctags 
entry</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Custom-mode">Custom 
mode</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Custom-Mode">Smart Key - Custom Mode</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-customization">customization</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Customization">Customization</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-customization-1">customization</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Customization">Customization</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-customize">customize</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-customize_002c-rolo-additions">customize, rolo 
additions</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-customize_002c-rolo-datestamps">customize, rolo 
datestamps</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-customize_002c-rolo-edits">customize, rolo 
edits</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-customizing-web-search-menu">customizing web search 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Web-Search-Engines">Web 
Search Engines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cut-region">cut 
region</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-cutoff-lines">cutoff 
lines</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-C-call-tree">C 
call tree</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C-flow-graph">C flow graph</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002fC_002b_002b-call-trees">C/C++ call 
trees</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-C_002fC_002b_002b-cross_002dreference">C/C++ 
cross-reference</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-call-tree_002c-C">call tree, C</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell-attribute">cell attribute</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Cell-Attributes">Cell 
Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell-creation-time">cell creation time</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Cell-Attributes">Cell 
Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell-label-separator">cell label 
separator</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell-link">cell link</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell-no_002dfill-attribute">cell no-fill 
attribute</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell-no_002dfill-attribute-1">cell no-fill 
attribute</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell-no_002dfill-attribute-2">cell no-fill 
attribute</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell-reference">cell reference</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell-reference_002c-copying">cell reference, 
copying</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell-selection">cell selection</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Editing-Outlines">Editing 
Outlines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-adding">cell, adding</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Adding-and-Killing">Adding and 
Killing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-appending">cell, appending</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Splitting-and-Appending">Splitting 
and Appending</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-collapse">cell, collapse</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-creating">cell, creating</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Adding-and-Killing">Adding and 
Killing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-exchanging">cell, exchanging</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Transposing">Transposing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-expand">cell, expand</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-filling">cell, filling</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-hide-subtree">cell, hide 
subtree</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-hiding-levels">cell, hiding 
levels</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-idstamp-0">cell, idstamp 0</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Outlines">Creating 
Outlines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-idstamp-0-1">cell, idstamp 0</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Idstamps">Idstamps</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-killing">cell, killing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Adding-and-Killing">Adding and 
Killing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-mark-and-point">cell, mark and 
point</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Transposing">Transposing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-show-all">cell, show all</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-show-levels">cell, show 
levels</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-show-subtree">cell, show 
subtree</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-splitting">cell, splitting</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Splitting-and-Appending">Splitting 
and Appending</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-top_002dlevel">cell, 
top-level</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Outlines">Creating Outlines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-top_002dlevel-1">cell, 
top-level</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Idstamps">Idstamps</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-transposing">cell, 
transposing</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Transposing">Transposing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cell_002c-yanking-contents">cell, yanking 
contents</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-change-key-bindings">change key 
bindings</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Invocation">Invocation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-change_002dlog_002dmode">change-log-mode</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Lisp-Source-Code">Smart Key - Lisp Source 
Code</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-changing-the-view-spec">changing the view 
spec</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-click_002c-buffer-menu">click, buffer 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-Buffer-Menus">Smart Key - Buffer Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-click_002c-button">click, button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Hyperbole-Buttons">Smart Key - Hyperbole 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-click_002c-dired">click, dired</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Dired-Mode">Smart 
Key - Dired Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-click_002c-end-of-line">click, end of 
line</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-click_002c-Gnus">click, Gnus</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-GNUS-Newsreader">Smart Key - GNUS 
Newsreader</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-click_002c-hyrolo-matches">click, hyrolo 
matches</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-HyRolo-Match-Buffers">Smart Key - HyRolo Match 
Buffers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-click_002c-ibuffer-menu">click, ibuffer 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-Buffer-Menus">Smart Key - Buffer Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-click_002c-Info">click, Info</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Info-Manuals">Smart 
Key - Info Manuals</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-click_002c-modeline">click, modeline</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Modeline-Clicks-and-Drags">Modeline 
Clicks and Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-click_002c-tar">click, tar</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Tar-File-Mode">Smart 
Key - Tar File Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-click_002c-world_002dwide-web">click, world-wide 
web</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW URLs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-clone-window">clone window</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Cloning-Windows">Cloning 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-clone-window-1">clone window</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-clone-window-2">clone window</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-code-block">code block</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-code-block-selection">code block 
selection</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-collaboration">collaboration</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Koutliner-History">Koutliner 
History</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-collapse-lines">collapse lines</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-collapsing">collapsing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-colon_002dseparated-paths">colon-separated 
paths</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-comment">comment</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-comment-1">comment</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-company_002dmode">company-mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Company-Mode">Smart 
Key - Company Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-compiler-error">compiler error</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-compiler-error-1">compiler error</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-completion">completion</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Argument-Selection">Smart 
Key Argument Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-completion-1">completion</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-completion-2">completion</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Company-Mode">Smart 
Key - Company Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-completion-3">completion</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Argument-Completion">Smart Key - Argument 
Completion</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-completion-4">completion</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Helm-Mode">Smart Key 
- Helm Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-completion_002c-Ivy">completion, Ivy</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Ivy">Smart Key - 
Ivy</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-configuration">configuration</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Customization">Customization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-contacts_002c-Google">contacts, Google</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-context">context</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Buttons">Implicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-context_002dsensitive-help">context-sensitive 
help</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copy-and-yank">copy and yank</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copy-and-yank-1">copy and yank</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-between-Windows">Smart Mouse Drags between 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copy-and-yank-2">copy and yank</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copy-buffer">copy buffer</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Displaying-Buffers">Displaying 
Buffers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copy-region">copy region</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying">copying</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Relocating-and-Copying">Relocating 
and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-things-to-kill-ring">copying things to kill 
ring</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-things-to-registers">copying things to 
registers</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-create-link-button">create link button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-create_002dtime-attribute">create-time 
attribute</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-creating-buttons">creating buttons</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#By-Dragging">By 
Dragging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-creating-links">creating links</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#By-Dragging">By 
Dragging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-creator-attribute">creator attribute</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Cell-Attributes">Cell 
Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-credits">credits</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cross-referencing">cross referencing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Koutliner-History">Koutliner 
History</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cross_002dreference_002c-Texinfo">cross-reference, 
Texinfo</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Cscope">Cscope</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ctags-entry">ctags entry</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Custom-mode">Custom mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Custom-Mode">Smart 
Key - Custom Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-customization">customization</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Customization">Customization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-customization-1">customization</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Customization">Customization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-customize">customize</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-customize_002c-rolo-additions">customize, rolo 
additions</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-customize_002c-rolo-datestamps">customize, rolo 
datestamps</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-customize_002c-rolo-edits">customize, rolo 
edits</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-customizing-web-search-menu">customizing web search 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Web-Search-Engines">Web Search Engines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cut-region">cut region</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-cutoff-lines">cutoff lines</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-D">D</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-database">database</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-RDB-Mode">Smart Key - RDB Mode</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-datestamps">datestamps</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-dbx">dbx</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-debugging-Smart-Keys">debugging 
Smart Keys</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Debugging">Smart Key Debugging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-default-label-type">default 
label type</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-default-Smart-Key-context">default Smart Key 
context</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-definitions">definitions</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-delete-frame">delete 
frame</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-delimited-things">delimited 
things</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-demo-file">demo 
file</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Manual-Overview">Manual 
Overview</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-demonstration">demonstration</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-demotion">demotion</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-diagonal-drag">diagonal 
drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Saving-and-Restoring-Window-Configurations">Saving and Restoring Window 
Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-diagonal-drag-1">diagonal 
drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-digital-signature">digital 
signature</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-direct-link-creation">direct 
link creation</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#By-Dragging">By Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-direct-selection">direct 
selection</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Argument-Selection">Smart Key Argument Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-directory-editor">directory 
editor</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-dired">dired</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dired-browsing">dired 
browsing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Dired-Mode">Smart Key - Dired Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dired-item-drag">dired item 
drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Displaying-File-and-Buffer-Items">Displaying File and Buffer 
Items</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dired_002c-images">dired, 
images</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Image-Thumbnails">Smart Key - Image 
Thumbnails</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-dired_002dsidebar_002dmode">dired-sidebar-mode</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Dired-Sidebar-Mode">Smart Key - Dired 
Sidebar Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-disable-Hyperbole">disable 
Hyperbole</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invocation">Invocation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-disable-Hyperbole-1">disable 
Hyperbole</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-disable-hyperbole-key-bindings">disable hyperbole key 
bindings</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-disable-org_002dmode-support">disable org-mode 
support</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-display">display</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-display-function">display 
function</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-display-outside-Emacs">display 
outside Emacs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Referent-Display">Referent Display</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-display-where">display 
where</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Referent-Display">Referent Display</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-DisplayHere-mode">DisplayHere 
mode</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Dired-Mode">Smart Key - Dired Mode</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-displaying-attributes">displaying 
attributes</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-distributed-collaboration">distributed 
collaboration</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner-History">Koutliner History</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-document-identifier">document 
identifier</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-double-click">double 
click</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Argument-Selection">Smart Key Argument Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-drag">drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#By-Dragging">By Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-drag-1">drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Thing-Selection">Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-drag-2">drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag-emulation">drag 
emulation</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag-item">drag 
item</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-drag_002c-buffer-menu-item">drag, buffer menu 
item</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Displaying-File-and-Buffer-Items">Displaying File and Buffer 
Items</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-buffer-swap">drag, 
buffer swap</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Swapping-Buffers">Swapping Buffers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-clone-window">drag, 
clone window</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cloning-Windows">Cloning Windows</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-copy-buffer">drag, 
copy buffer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Displaying-Buffers">Displaying Buffers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-diagonal">drag, 
diagonal</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Saving-and-Restoring-Window-Configurations">Saving and Restoring Window 
Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-diagonal-1">drag, 
diagonal</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-dired">drag, 
dired</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Dired-Mode">Smart Key - Dired Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-dired-item">drag, 
dired item</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Displaying-File-and-Buffer-Items">Displaying File and Buffer 
Items</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-horizontal">drag, 
horizontal</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-horizontal-1">drag, 
horizontal</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-move-frame">drag, move 
frame</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Moving-Frames">Moving 
Frames</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-resize-window">drag, 
resize window</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Resizing-Windows">Resizing Windows</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-side-edge">drag, side 
edge</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Side_002dby_002dSide-Window-Resizing">Side-by-Side Window 
Resizing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-Smart-Mouse-Key">drag, 
Smart Mouse Key</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Drags">Smart Mouse Key Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-Treemacs-item">drag, 
Treemacs item</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Displaying-File-and-Buffer-Items">Displaying File and Buffer 
Items</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-vertical">drag, 
vertical</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-vertical-1">drag, 
vertical</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-drag_002c-window-configuration">drag, window 
configuration</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Saving-and-Restoring-Window-Configurations">Saving and Restoring Window 
Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-with-region">drag, 
with region</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-with-region-1">drag, 
with region</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dragging-frames">dragging 
frames</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Moving-Frames">Moving 
Frames</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dragging-items">dragging 
items</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-dragging-items_002c-buffer-menu">dragging items, buffer 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-dragging-items_002c-dired">dragging items, 
dired</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dragging-outside-Emacs">dragging 
outside Emacs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-database">database</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-RDB-Mode">Smart Key 
- RDB Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-datestamps">datestamps</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-dbx">dbx</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-debugging-Smart-Keys">debugging Smart 
Keys</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Debugging">Smart Key Debugging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-default-label-type">default label type</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-default-Smart-Key-context">default Smart Key 
context</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-definitions">definitions</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-delete-frame">delete frame</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-delimited-things">delimited things</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-demo-file">demo file</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Manual-Overview">Manual 
Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-demonstration">demonstration</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hyperbole-Overview">Hyperbole 
Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-demotion">demotion</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-diagonal-drag">diagonal drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Saving-and-Restoring-Window-Configurations">Saving and Restoring Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-diagonal-drag-1">diagonal drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-digital-signature">digital signature</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-direct-link-creation">direct link 
creation</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#By-Dragging">By Dragging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-direct-selection">direct selection</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Argument-Selection">Smart 
Key Argument Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-directory-editor">directory editor</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-dired">dired</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-dired-browsing">dired browsing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Dired-Mode">Smart 
Key - Dired Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-dired-item-drag">dired item drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Displaying-File-and-Buffer-Items">Displaying File and Buffer 
Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-dired_002c-images">dired, images</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Image-Thumbnails">Smart Key - Image 
Thumbnails</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-dired_002dsidebar_002dmode">dired-sidebar-mode</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Dired-Sidebar-Mode">Smart Key - Dired Sidebar 
Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-disable-Hyperbole">disable Hyperbole</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Invocation">Invocation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-disable-Hyperbole-1">disable Hyperbole</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-disable-hyperbole-key-bindings">disable hyperbole key 
bindings</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-disable-org_002dmode-support">disable org-mode 
support</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-display">display</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-display-function">display function</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Internal-Viewers">Internal 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-display-outside-Emacs">display outside 
Emacs</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Referent-Display">Referent Display</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-display-where">display where</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Referent-Display">Referent 
Display</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-DisplayHere-mode">DisplayHere mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Dired-Mode">Smart 
Key - Dired Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-displaying-attributes">displaying 
attributes</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-distributed-collaboration">distributed 
collaboration</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Koutliner-History">Koutliner History</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-document-identifier">document 
identifier</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-double-click">double click</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Argument-Selection">Smart 
Key Argument Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag">drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#By-Dragging">By 
Dragging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag-1">drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag-2">drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag-emulation">drag emulation</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag-item">drag item</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-buffer-menu-item">drag, buffer menu 
item</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Displaying-File-and-Buffer-Items">Displaying File and Buffer 
Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-buffer-swap">drag, buffer 
swap</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Swapping-Buffers">Swapping Buffers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-clone-window">drag, clone 
window</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cloning-Windows">Cloning Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-copy-buffer">drag, copy 
buffer</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Displaying-Buffers">Displaying Buffers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-diagonal">drag, diagonal</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Saving-and-Restoring-Window-Configurations">Saving and Restoring Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-diagonal-1">drag, diagonal</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-dired">drag, dired</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Dired-Mode">Smart 
Key - Dired Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-dired-item">drag, dired item</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Displaying-File-and-Buffer-Items">Displaying File and Buffer 
Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-horizontal">drag, horizontal</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-horizontal-1">drag, 
horizontal</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-move-frame">drag, move frame</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Frames">Moving 
Frames</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-resize-window">drag, resize 
window</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Resizing-Windows">Resizing Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-side-edge">drag, side edge</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Side_002dby_002dSide-Window-Resizing">Side-by-Side Window 
Resizing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-Smart-Mouse-Key">drag, Smart Mouse 
Key</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Drags">Smart Mouse Key Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-Treemacs-item">drag, Treemacs 
item</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Displaying-File-and-Buffer-Items">Displaying File and Buffer 
Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-vertical">drag, vertical</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-vertical-1">drag, vertical</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-window-configuration">drag, window 
configuration</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Saving-and-Restoring-Window-Configurations">Saving and Restoring Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-with-region">drag, with 
region</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-drag_002c-with-region-1">drag, with 
region</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-dragging-frames">dragging frames</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Frames">Moving 
Frames</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-dragging-items">dragging items</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-dragging-items_002c-buffer-menu">dragging items, buffer 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-dragging-items_002c-dired">dragging items, 
dired</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-dragging-outside-Emacs">dragging outside 
Emacs</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-E">E</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-e_002dmail-address">e-mail 
address</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-e_002dmail-address-1">e-mail 
address</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-elink">elink</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-elisp-identifier">elisp 
identifier</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Lisp-Source-Code">Smart Key - Lisp Source 
Code</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ellipses">ellipses</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-elpa-package">elpa 
package</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-elpa_002ddevel-package">elpa-devel 
package</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Elpa-In_002dDevelopment-Package-Installation">Elpa In-Development 
Package Installation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Emacs">Emacs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Emacs-1">Emacs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Emacs-Lisp">Emacs 
Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Emacs-Lisp-compiler-error">Emacs 
Lisp compiler error</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Emacs-Lisp-variables">Emacs Lisp 
variables</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Emacs-Lisp-variables-1">Emacs 
Lisp variables</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Link-Variable-Substitution">Link Variable Substitution</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-emacs-outline">emacs 
outline</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Emacs-package-manager">Emacs 
package manager</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Emacs-Regression-Test-_0028ERT_0029-symbol">Emacs Regression Test 
(ERT) symbol</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Emacs-Regression-Test-framework">Emacs Regression Test 
framework</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Emacs-support">Emacs 
support</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Colors">Button Colors</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-emulation_002c-drag">emulation, 
drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-enable-Hyperbole">enable 
Hyperbole</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invocation">Invocation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-enable-Hyperbole-1">enable 
Hyperbole</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-enable-org_002dmode-support">enable org-mode 
support</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-enabling-URLs-in-find_002dfile">enabling URLs in 
find-file</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-end-of-line-click">end of line 
click</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Engelbart">Engelbart</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner-History">Koutliner History</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Engelbart-1">Engelbart</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-environment-variables">environment 
variables</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-environment-variables-1">environment 
variables</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Link-Variable-Substitution">Link Variable Substitution</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-equalize-windows">equalize 
windows</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ert">ert</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-etags-entry">etags 
entry</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-exchanging-cells">exchanging 
cells</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Transposing">Transposing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-exit-HyControl">exit 
HyControl</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-expanding">expanding</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-explicit-button">explicit 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons">Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-explicit-button-1">explicit 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-explicit-button-creation">explicit button 
creation</a>:</td><td>&nbsp;</td><td valign="top"><a href="#By-Dragging">By 
Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-explicit-button-deletion">explicit button 
deletion</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Deletion">Deletion</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-explicit-button-editing">explicit button 
editing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Editing">Editing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-explicit-button-formats">explicit button 
formats</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-explicit-button-link">explicit 
button link</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-explicit-button-renaming">explicit button 
renaming</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Renaming">Renaming</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-explicit-button-searching">explicit button 
searching</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Searching-and-Summarizing">Searching and Summarizing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-explicit-button-storage">explicit button 
storage</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-explicit-button-summary">explicit button 
summary</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Searching-and-Summarizing">Searching and Summarizing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-explicit-button_002c-programmatic-creation">explicit button, 
programmatic creation</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Programmatic-Button-Creation">Programmatic Button Creation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-exporting">exporting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Exporting">Exporting</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-exporting-an-outline">exporting 
an outline</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-exporting_002c-Koutliner">exporting, 
Koutliner</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-external-display">external 
display</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Referent-Display">Referent Display</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-external-display-1">external 
display</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#External-Viewers">External Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-external-klink">external 
klink</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-external-program">external 
program</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#External-Viewers">External Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-external-viewer">external 
viewer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#External-Viewers">External Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-extracting-from-tar-files">extracting from tar 
files</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Tar-File-Mode">Smart Key - Tar File Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-e_002dmail-address">e-mail address</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-e_002dmail-address-1">e-mail address</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Cell-Attributes">Cell 
Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-elink">elink</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-elisp-identifier">elisp identifier</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Lisp-Source-Code">Smart Key - Lisp Source 
Code</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ellipses">ellipses</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-elpa-package">elpa package</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-elpa_002ddevel-package">elpa-devel 
package</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Elpa-In_002dDevelopment-Package-Installation">Elpa In-Development 
Package Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Emacs">Emacs</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hyperbole-Overview">Hyperbole 
Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Emacs-1">Emacs</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Emacs-Lisp">Emacs Lisp</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hyperbole-Overview">Hyperbole 
Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Emacs-Lisp-compiler-error">Emacs Lisp compiler 
error</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Emacs-Lisp-variables">Emacs Lisp 
variables</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Emacs-Lisp-variables-1">Emacs Lisp 
variables</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Link-Variable-Substitution">Link Variable Substitution</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-emacs-outline">emacs outline</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Emacs-package-manager">Emacs package 
manager</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Emacs-Regression-Test-_0028ERT_0029-symbol">Emacs Regression Test 
(ERT) symbol</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Emacs-Regression-Test-framework">Emacs Regression Test 
framework</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Emacs-support">Emacs support</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Colors">Button 
Colors</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-emulation_002c-drag">emulation, drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-enable-Hyperbole">enable Hyperbole</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Invocation">Invocation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-enable-Hyperbole-1">enable Hyperbole</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-enable-org_002dmode-support">enable org-mode 
support</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-enabling-URLs-in-find_002dfile">enabling URLs in 
find-file</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-end-of-line-click">end of line click</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Engelbart">Engelbart</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Koutliner-History">Koutliner 
History</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Engelbart-1">Engelbart</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-environment-variables">environment 
variables</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-environment-variables-1">environment 
variables</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Link-Variable-Substitution">Link Variable Substitution</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-equalize-windows">equalize windows</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ert">ert</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-etags-entry">etags entry</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-exchanging-cells">exchanging cells</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Transposing">Transposing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-exit-HyControl">exit HyControl</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-expanding">expanding</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-explicit-button">explicit button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons">Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-explicit-button-1">explicit button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Explicit-Buttons">Explicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-explicit-button-creation">explicit button 
creation</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#By-Dragging">By Dragging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-explicit-button-deletion">explicit button 
deletion</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Deletion">Deletion</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-explicit-button-editing">explicit button 
editing</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Editing">Editing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-explicit-button-formats">explicit button 
formats</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-explicit-button-link">explicit button 
link</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-explicit-button-renaming">explicit button 
renaming</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Renaming">Renaming</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-explicit-button-searching">explicit button 
searching</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Searching-and-Summarizing">Searching and Summarizing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-explicit-button-storage">explicit button 
storage</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-explicit-button-summary">explicit button 
summary</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Searching-and-Summarizing">Searching and Summarizing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-explicit-button_002c-programmatic-creation">explicit button, 
programmatic creation</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Programmatic-Button-Creation">Programmatic Button Creation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-exporting">exporting</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Exporting">Exporting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-exporting-an-outline">exporting an 
outline</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-exporting_002c-Koutliner">exporting, 
Koutliner</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menu-Commands">Menu Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-external-display">external display</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Referent-Display">Referent 
Display</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-external-display-1">external display</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#External-Viewers">External 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-external-klink">external klink</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-external-program">external program</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#External-Viewers">External 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-external-viewer">external viewer</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#External-Viewers">External 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-extracting-from-tar-files">extracting from tar 
files</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-Tar-File-Mode">Smart Key - Tar File Mode</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-F">F</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file-display-function">file 
display function</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file-viewer_002c-Treemacs">file 
viewer, Treemacs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-FAST_002dDEMO">file, 
FAST-DEMO</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Manual-Overview">Manual Overview</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-file_002c-hycontrol_002eel">file, 
hycontrol.el</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-importing">file, 
importing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-filename">filename</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-fill-prefix">fill 
prefix</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Label-Normalization">Button Label Normalization</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-filling">filling</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-filling-1">filling</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Find">Find</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-find_002dfile_002c-browsing-URLs">find-file, browsing 
URLs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-flashing-buttons">flashing 
buttons</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Colors">Button Colors</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-frame-configuration">frame 
configuration</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-frame-configuration_002c-restore">frame configuration, 
restore</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-frame-relocate">frame 
relocate</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-frame-resize">frame 
resize</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-frame_002c-delete">frame, 
delete</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-frame_002c-lower">frame, 
lower</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-frame_002c-make">frame, 
make</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-frame_002c-maximize">frame, 
maximize</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-frame_002c-other">frame, 
other</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-frame_002c-percentage-resize">frame, percentage 
resize</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-frame_002c-raise">frame, 
raise</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-frame_002c-shrink">frame, 
shrink</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-frame_002c-to-edge">frame, to 
edge</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-frame_002c-zoom">frame, 
zoom</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-frames-control">frames 
control</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ftp">ftp</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-function">function</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Thing-Selection">Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-function-1">function</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-function-call-implicit-button">function call implicit 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file-display-function">file display 
function</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file-viewer_002c-Treemacs">file viewer, 
Treemacs</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-FAST_002dDEMO">file, 
FAST-DEMO</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Manual-Overview">Manual Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-hycontrol_002eel">file, 
hycontrol.el</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-file_002c-importing">file, importing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-filename">filename</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-fill-prefix">fill prefix</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Label-Normalization">Button 
Label Normalization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-filling">filling</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-filling-1">filling</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Find">Find</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-find_002dfile_002c-browsing-URLs">find-file, browsing 
URLs</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-flashing-buttons">flashing buttons</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Colors">Button 
Colors</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frame-configuration">frame 
configuration</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frame-configuration_002c-restore">frame configuration, 
restore</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frame-relocate">frame relocate</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frame-resize">frame resize</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frame_002c-delete">frame, delete</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frame_002c-lower">frame, lower</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frame_002c-make">frame, make</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frame_002c-maximize">frame, maximize</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frame_002c-other">frame, other</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frame_002c-percentage-resize">frame, percentage 
resize</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frame_002c-raise">frame, raise</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frame_002c-shrink">frame, shrink</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frame_002c-to-edge">frame, to edge</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frame_002c-zoom">frame, zoom</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-frames-control">frames control</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ftp">ftp</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-function">function</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-function-1">function</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-function-call-implicit-button">function call implicit 
button</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-G">G</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-game_002c-gomoku">game, 
gomoku</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Gomoku-Game">Smart Key - Gomoku Game</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-gdb">gdb</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-git">git</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Magit-Mode">Smart Key - Magit Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-git-commit-reference">git commit 
reference</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-git-grep">git 
grep</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-git-log-grep_002fmatch">git log 
grep/match</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-git-reference">git 
reference</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-github-reference">github 
reference</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-gitlab-reference">gitlab 
reference</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-glink">glink</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-global-button">global 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons">Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-global-button-1">global 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Global-Buttons">Global Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-global-button-2">global 
button</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Button-Files">Button 
Files</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-global-button-link">global 
button link</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-global-button_002c-modify">global button, 
modify</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Questions-and-Answers">Questions and Answers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-glossary">glossary</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Gmail-Contacts">Gmail 
Contacts</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-GNU-Emacs">GNU 
Emacs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-GNU-Hyperbole">GNU 
Hyperbole</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Gnus">Gnus</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Gnus-1">Gnus</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-News">Buttons in News</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Gnus-browsing">Gnus 
browsing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-GNUS-Newsreader">Smart Key - GNUS 
Newsreader</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-GNUS-push_002dbuttons">GNUS 
push-buttons</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-gomoku">gomoku</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Gomoku-Game">Smart Key - Gomoku Game</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Google-Contacts">Google 
Contacts</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-grep">grep</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-grep-1">grep</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Grep">Grep</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-grep-files">grep 
files</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-grid-of-windows">grid of 
windows</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-grid-of-windows-1">grid of 
windows</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-groupware">groupware</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-game_002c-gomoku">game, gomoku</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Gomoku-Game">Smart 
Key - Gomoku Game</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-gdb">gdb</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-git">git</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Magit-Mode">Smart 
Key - Magit Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-git-commit-reference">git commit 
reference</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-git-grep">git 
grep</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-git-log-grep_002fmatch">git log 
grep/match</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-git-reference">git reference</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-github-reference">github reference</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-gitlab-reference">gitlab reference</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-glink">glink</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-global-button">global button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons">Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-global-button-1">global button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Global-Buttons">Global 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-global-button-2">global button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Files">Button 
Files</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-global-button-link">global button link</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-global-button_002c-modify">global button, 
modify</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Questions-and-Answers">Questions and Answers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-glossary">glossary</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Gmail-Contacts">Gmail Contacts</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-GNU-Emacs">GNU 
Emacs</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-GNU-Hyperbole">GNU Hyperbole</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hyperbole-Overview">Hyperbole 
Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Gnus">Gnus</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Gnus-1">Gnus</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-News">Buttons in 
News</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Gnus-browsing">Gnus browsing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-GNUS-Newsreader">Smart Key - GNUS 
Newsreader</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-GNUS-push_002dbuttons">GNUS 
push-buttons</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-gomoku">gomoku</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Gomoku-Game">Smart 
Key - Gomoku Game</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Google-Contacts">Google Contacts</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-grep">grep</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-grep-1">grep</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Grep">Grep</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-grep-files">grep files</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-grid-of-windows">grid of windows</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-grid-of-windows-1">grid of windows</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-groupware">groupware</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-H">H</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hashtag">hashtag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-helm-mode">helm 
mode</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Helm-Mode">Smart Key - Helm Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-help-buffer">help 
buffer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Help-Buffers">Smart Key - Help Buffers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-help_002c-button">help, 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-help_002c-menu-items">help, menu 
items</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-help_002c-Smart-Key">help, Smart 
Key</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hide-levels">hide 
levels</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hide-lines">hide 
lines</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hide-subtree">hide 
subtree</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hide-tree">hide 
tree</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hiding">hiding</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hiding-signatures">hiding 
signatures</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-highlighting-buttons">highlighting 
buttons</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Colors">Button Colors</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-history">history</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hook-variables">hook 
variables</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-horizontal-drag">horizontal 
drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-horizontal-drag-1">horizontal 
drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-HTML-conversion">HTML 
conversion</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Exporting">Exporting</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-HTML-tag-pair">HTML tag 
pair</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-http">http</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-HyControl">HyControl</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-HyControl-corner-placement">HyControl corner 
placement</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-HyControl-edge-placement">HyControl edge 
placement</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-HyControl-exit">HyControl 
exit</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-HyControl-help">HyControl 
help</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-HyControl-quit">HyControl 
quit</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-HyControl-screen-edge-offsets">HyControl screen edge 
offsets</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-HyControl-switch-modes">HyControl switch 
modes</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-HyControl-toggle-modes">HyControl toggle 
modes</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-HyControl-windows-grid">HyControl windows 
grid</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Hyperbole">Hyperbole</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Hyperbole-API">Hyperbole 
API</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Embedding-Hyperbole">Embedding Hyperbole</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Hyperbole-applications">Hyperbole 
applications</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Hyperbole-data-model">Hyperbole 
data model</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Hyperbole-demo">Hyperbole 
demo</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Manual-Overview">Manual 
Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Hyperbole-features">Hyperbole 
features</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Hyperbole-help">Hyperbole 
help</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Argument-Selection">Smart Key Argument Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Hyperbole-mail-comment">Hyperbole mail 
comment</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Hyperbole-mail-list">Hyperbole 
mail list</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Hyperbole-main-menu">Hyperbole 
main menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Hyperbole-manual">Hyperbole 
manual</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Documentation">Documentation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Hyperbole-menubar-menu">Hyperbole menubar 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Hyperbole-minibuffer-menu">Hyperbole minibuffer 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invocation">Invocation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Hyperbole-minibuffer-menu-1">Hyperbole minibuffer 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hyperbole-popup-menu">hyperbole 
popup menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Hyperbole-pulldown-menu">Hyperbole pulldown 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Hyperbole-report">Hyperbole 
report</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Hyperbole-types">Hyperbole 
types</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Types">Creating Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Hyperbole-version">Hyperbole 
version</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Suggestion-or-Bug-Reporting">Suggestion or Bug Reporting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Hyperbole_002c-embedding">Hyperbole, 
embedding</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Embedding-Hyperbole">Embedding Hyperbole</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Hyperbole_002c-obtaining">Hyperbole, 
obtaining</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Top">Top</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Hyperbole_002c-obtaining-1">Hyperbole, 
obtaining</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Hyperbole_002c-starting">Hyperbole, 
starting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Hyperbole_002c-system-encapsulation">Hyperbole, system 
encapsulation</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Encapsulating-Systems">Encapsulating Systems</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperbole_002dmode">hyperbole-mode</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Invocation">Invocation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hyperlink">hyperlink</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hyperlink-anchor">hyperlink 
anchor</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner">Koutliner</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hypertext">hypertext</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hypertext-1">hypertext</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-hypertext-2">hypertext</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-HyRolo">HyRolo</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo">HyRolo</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-HyRolo-commands">HyRolo 
commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hyrolo-matches">hyrolo 
matches</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-HyRolo-Match-Buffers">Smart Key - HyRolo Match 
Buffers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-HyRolo-menu">HyRolo 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hyrolo-menu">hyrolo 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-hywconfig-commands">hywconfig 
commands</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hashtag">hashtag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-helm-mode">helm mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Helm-Mode">Smart Key 
- Helm Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-help-buffer">help buffer</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Help-Buffers">Smart 
Key - Help Buffers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-help_002c-button">help, button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Operations">Smart Key 
Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-help_002c-menu-items">help, menu items</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-help_002c-Smart-Key">help, Smart Key</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Operations">Smart Key 
Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hide-levels">hide levels</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hide-lines">hide lines</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hide-subtree">hide subtree</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hide-tree">hide tree</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hiding">hiding</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hiding-signatures">hiding signatures</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-highlighting-buttons">highlighting 
buttons</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Button-Colors">Button Colors</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-history">history</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hook-variables">hook variables</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-horizontal-drag">horizontal drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-horizontal-drag-1">horizontal drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HTML-conversion">HTML conversion</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Exporting">Exporting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HTML-tag-pair">HTML tag pair</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-http">http</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyControl">HyControl</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyControl-corner-placement">HyControl corner 
placement</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyControl-edge-placement">HyControl edge 
placement</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyControl-exit">HyControl exit</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyControl-help">HyControl help</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyControl-quit">HyControl quit</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyControl-screen-edge-offsets">HyControl screen edge 
offsets</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyControl-switch-modes">HyControl switch 
modes</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyControl-toggle-modes">HyControl toggle 
modes</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyControl-windows-grid">HyControl windows 
grid</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole">Hyperbole</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hyperbole-Overview">Hyperbole 
Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-API">Hyperbole API</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Embedding-Hyperbole">Embedding 
Hyperbole</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-applications">Hyperbole 
applications</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-data-model">Hyperbole data 
model</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-demo">Hyperbole demo</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Manual-Overview">Manual 
Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-features">Hyperbole features</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hyperbole-Overview">Hyperbole 
Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-help">Hyperbole help</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Argument-Selection">Smart 
Key Argument Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-mail-comment">Hyperbole mail 
comment</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-mail-list">Hyperbole mail 
list</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-main-menu">Hyperbole main 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-manual">Hyperbole manual</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Documentation">Documentation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-menubar-menu">Hyperbole menubar 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-minibuffer-menu">Hyperbole minibuffer 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Invocation">Invocation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-minibuffer-menu-1">Hyperbole minibuffer 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole-popup-menu">hyperbole popup 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-pulldown-menu">Hyperbole pulldown 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-report">Hyperbole report</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-types">Hyperbole types</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Types">Creating 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole-version">Hyperbole version</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Suggestion-or-Bug-Reporting">Suggestion or Bug Reporting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole_002c-embedding">Hyperbole, 
embedding</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Embedding-Hyperbole">Embedding Hyperbole</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole_002c-obtaining">Hyperbole, 
obtaining</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole_002c-obtaining-1">Hyperbole, 
obtaining</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole_002c-starting">Hyperbole, 
starting</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Hyperbole_002c-system-encapsulation">Hyperbole, system 
encapsulation</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Encapsulating-Systems">Encapsulating Systems</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperbole_002dmode">hyperbole-mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Invocation">Invocation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperlink">hyperlink</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyperlink-anchor">hyperlink anchor</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Koutliner">Koutliner</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hypertext">hypertext</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hyperbole-Overview">Hyperbole 
Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hypertext-1">hypertext</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hypertext-2">hypertext</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyRolo">HyRolo</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo">HyRolo</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyRolo-commands">HyRolo commands</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo-matches">hyrolo matches</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-HyRolo-Match-Buffers">Smart Key - HyRolo Match 
Buffers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-HyRolo-menu">HyRolo menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hyrolo-menu">hyrolo menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-hywconfig-commands">hywconfig commands</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-I">I</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtype">ibtype</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtype_002c-actype">ibtype, 
actype</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtype_002c-argument">ibtype, 
argument</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ibtype_002c-evaluation-order">ibtype, evaluation 
order</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Type-Precedence">Button Type Precedence</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtype_002c-help">ibtype, 
help</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtype_002c-predicate">ibtype, 
predicate</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtype_002c-return-val">ibtype, 
return val</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibtypes_002c-list-of">ibtypes, 
list of</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibuffer-menu">ibuffer 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-ibuffer-menu-1">ibuffer 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Buffer-Menus">Smart Key - Buffer Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-idea-structuring">idea 
structuring</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner-History">Koutliner History</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-idstamp">idstamp</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner">Koutliner</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-idstamp-1">idstamp</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Idstamps">Idstamps</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-idstamp-0">idstamp 
0</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Idstamps">Idstamps</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-idstamp-attribute">idstamp 
attribute</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-idstamp-counter">idstamp 
counter</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Idstamps">Idstamps</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ilink">ilink</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-image-display">image 
display</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Referent-Display">Referent Display</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-images">images</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Image-Thumbnails">Smart Key - Image 
Thumbnails</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-implicit-action-button">implicit 
action button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Buttons">Action Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-implicit-button">implicit 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons">Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-implicit-button-1">implicit 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-implicit-button-labels">implicit 
button labels</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-implicit-button-link">implicit 
button link</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-implicit-button-names">implicit 
button names</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-implicit-button-type">implicit 
button type</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-implicit-button-types">implicit 
button types</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-importing">importing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-importing-a-file">importing a 
file</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-importing_002c-Koutliner">importing, 
Koutliner</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-in_002ddevelopment-installation">in-development 
installation</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Elpa-In_002dDevelopment-Package-Installation">Elpa In-Development 
Package Installation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-inactive-minibuffer">inactive 
minibuffer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Info-browser">Info 
browser</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Info-browsing">Info 
browsing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Info-Manuals">Smart Key - Info Manuals</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Info-manual">Info 
manual</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Documentation">Documentation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Info-node">Info 
node</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-InfoDock">InfoDock</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-inhibit-org_002dmode-support">inhibit org-mode 
support</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-initialization-file">initialization 
file</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-insert-item">insert 
item</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-inserting-tabs">inserting 
tabs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-insertion">insertion</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-installation">installation</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-installation_002c-from-git">installation, from 
git</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Elpa-In_002dDevelopment-Package-Installation">Elpa In-Development 
Package Installation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-installation_002c-from-git-1">installation, from 
git</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Git-In_002dDevelopment-Package-Installation">Git In-Development Package 
Installation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-installation_002c-pre_002drelease">installation, 
pre-release</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Elpa-In_002dDevelopment-Package-Installation">Elpa In-Development 
Package Installation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-installation_002c-pre_002drelease-1">installation, 
pre-release</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Git-In_002dDevelopment-Package-Installation">Git In-Development Package 
Installation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-installation_002c-stable">installation, 
stable</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-instance-number">instance 
number</a>:</td><td>&nbsp;</td><td valign="top"><a href="#By-Menu">By 
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-interactive-cmd-char_002c-_002bI">interactive cmd char, 
+I</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-interactive-cmd-char_002c-_002bK">interactive cmd char, 
+K</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-interactive-cmd-char_002c-_002bL">interactive cmd char, 
+L</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-interactive-cmd-char_002c-_002bM">interactive cmd char, 
+M</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-interactive-cmd-char_002c-_002bV">interactive cmd char, 
+V</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-interactive-cmd-char_002c-_002bX">interactive cmd char, 
+X</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-interactive-computing">interactive 
computing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-interactive-form">interactive 
form</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-internal-custom-display">internal custom 
display</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-internal-display">internal 
display</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Referent-Display">Referent Display</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-internal-image-display">internal 
image display</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-internal-klink">internal 
klink</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-internal-standard-display">internal standard 
display</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-internal-viewer">internal 
viewer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Internet-RFC">Internet 
RFC</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Internet-RFC-1">Internet 
RFC</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-invoking-HyControl">invoking 
HyControl</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-invoking-Hyperbole">invoking 
Hyperbole</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ipython">ipython</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-isearch">isearch</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invisible-Text-Searches">Invisible Text Searches</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-issue-tracking">issue 
tracking</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-item-drag">item 
drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-item-insert">item 
insert</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-item-throw">item 
throw</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Ivy-completion">Ivy 
completion</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Ivy">Smart Key - Ivy</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtype">ibtype</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtype_002c-actype">ibtype, actype</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtype_002c-argument">ibtype, argument</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtype_002c-evaluation-order">ibtype, evaluation 
order</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Button-Type-Precedence">Button Type Precedence</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtype_002c-help">ibtype, help</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtype_002c-predicate">ibtype, 
predicate</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtype_002c-return-val">ibtype, return 
val</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibtypes_002c-list-of">ibtypes, list of</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibuffer-menu">ibuffer menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ibuffer-menu-1">ibuffer menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Buffer-Menus">Smart 
Key - Buffer Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-idea-structuring">idea structuring</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Koutliner-History">Koutliner 
History</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-idstamp">idstamp</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Koutliner">Koutliner</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-idstamp-1">idstamp</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Idstamps">Idstamps</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-idstamp-0">idstamp 0</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Idstamps">Idstamps</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-idstamp-attribute">idstamp attribute</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Cell-Attributes">Cell 
Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-idstamp-counter">idstamp counter</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Idstamps">Idstamps</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ilink">ilink</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-image-display">image display</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Referent-Display">Referent 
Display</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-images">images</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Image-Thumbnails">Smart Key - Image 
Thumbnails</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-implicit-action-button">implicit action 
button</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Action-Buttons">Action Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-implicit-button">implicit button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons">Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-implicit-button-1">implicit button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Buttons">Implicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-implicit-button-labels">implicit button 
labels</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-implicit-button-link">implicit button 
link</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-implicit-button-names">implicit button 
names</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-implicit-button-type">implicit button 
type</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-implicit-button-type-1">implicit button 
type</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-implicit-button-types">implicit button 
types</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-importing">importing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-importing-a-file">importing a file</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-importing_002c-Koutliner">importing, 
Koutliner</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menu-Commands">Menu Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-in_002ddevelopment-installation">in-development 
installation</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Elpa-In_002dDevelopment-Package-Installation">Elpa In-Development 
Package Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-inactive-minibuffer">inactive 
minibuffer</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Info-browser">Info browser</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Info-browsing">Info browsing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Info-Manuals">Smart 
Key - Info Manuals</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Info-manual">Info manual</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Documentation">Documentation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Info-node">Info node</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-InfoDock">InfoDock</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-inhibit-org_002dmode-support">inhibit org-mode 
support</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-initialization-file">initialization 
file</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-insert-item">insert item</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-inserting-tabs">inserting tabs</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-insertion">insertion</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-installation">installation</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-installation_002c-from-git">installation, from 
git</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Elpa-In_002dDevelopment-Package-Installation">Elpa In-Development 
Package Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-installation_002c-from-git-1">installation, from 
git</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Git-In_002dDevelopment-Package-Installation">Git In-Development Package 
Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-installation_002c-pre_002drelease">installation, 
pre-release</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Elpa-In_002dDevelopment-Package-Installation">Elpa In-Development 
Package Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-installation_002c-pre_002drelease-1">installation, 
pre-release</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Git-In_002dDevelopment-Package-Installation">Git In-Development Package 
Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-installation_002c-stable">installation, 
stable</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-instance-number">instance number</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#By-Menu">By Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-interactive-cmd-char_002c-_002bI">interactive cmd char, 
+I</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-interactive-cmd-char_002c-_002bK">interactive cmd char, 
+K</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-interactive-cmd-char_002c-_002bL">interactive cmd char, 
+L</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-interactive-cmd-char_002c-_002bM">interactive cmd char, 
+M</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-interactive-cmd-char_002c-_002bV">interactive cmd char, 
+V</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-interactive-cmd-char_002c-_002bX">interactive cmd char, 
+X</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Action-Types">Creating Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-interactive-computing">interactive 
computing</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-interactive-form">interactive form</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Action-Types">Creating 
Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-internal-custom-display">internal custom 
display</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-internal-display">internal display</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Referent-Display">Referent 
Display</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-internal-image-display">internal image 
display</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-internal-klink">internal klink</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-internal-standard-display">internal standard 
display</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-internal-viewer">internal viewer</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Internal-Viewers">Internal 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Internet-RFC">Internet RFC</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Internet-RFC-1">Internet RFC</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-invoking-HyControl">invoking HyControl</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-invoking-Hyperbole">invoking Hyperbole</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ipython">ipython</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-isearch">isearch</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Invisible-Text-Searches">Invisible 
Text Searches</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-issue-tracking">issue tracking</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-item-drag">item drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-item-insert">item insert</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-item-throw">item throw</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Ivy-completion">Ivy completion</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Ivy">Smart Key - 
Ivy</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-J">J</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-jump-menu">jump 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-jump-menu-1">jump 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-jump-to-window-by-letter">jump 
to window by letter</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-jump-menu">jump menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-jump-menu-1">jump menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-jump-to-window-by-letter">jump to window by 
letter</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-K">K</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-kbd-function">kbd 
function</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-kcell-link">kcell 
link</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-key-binding-list">key binding 
list</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hyperbole-Key-Bindings">Hyperbole Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-key-binding_002c-C_002dc-_002e">key binding, C-c 
.</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-key-binding_002c-C_002dc-_0040">key binding, C-c 
@</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-key-binding_002c-C_002dc-RET">key binding, C-c <tt 
class="key">RET</tt></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-key-binding_002c-C_002dc-_005c">key binding, C-c 
\</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-key-binding_002c-C_002dh-A">key 
binding, C-h A</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-key-binding_002c-C_002dh-h">key 
binding, C-h h</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-key-binding_002c-C_002du-C_002dh-A">key binding, C-u C-h 
A</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-key-binding_002c-C_002dx-r-s">key binding, C-x r 
s</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-key-binding_002c-M_002do">key 
binding, M-o</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-key-binding_002c-M_002dRET">key 
binding, M-<tt class="key">RET</tt></a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-key-binding_002c-M_002dw">key 
binding, M-w</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-key-binding_002c-menu">key 
binding, menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-key-binding_002c-smart-keys">key 
binding, smart keys</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-key-bindings">key 
bindings</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-key-bindings_002c-toggle">key 
bindings, toggle</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invocation">Invocation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-key-sequence">key 
sequence</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-key-series">key 
series</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-keyboard-drags">keyboard 
drags</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-keyboard_002c-jump-to-window">keyboard, jump to 
window</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-keypad">keypad</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-kill-and-yank">kill and 
yank</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-kill-and-yank-1">kill and 
yank</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-between-Windows">Smart Mouse Drags between 
Windows</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-kill-and-yank-2">kill and 
yank</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-kill-region">kill 
region</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-klink">klink</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-klink-1">klink</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-klink-referent">klink 
referent</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-klink_002c-activating">klink, 
activating</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-klink_002c-copying">klink, 
copying</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-klink_002c-external">klink, 
external</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-klink_002c-formats">klink, 
formats</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-klink_002c-inserting">klink, 
inserting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-klink_002c-internal">klink, 
internal</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-klink_002c-to_002ffrom-Emacs-register">klink, to/from Emacs 
register</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-klink_002c-view-spec">klink, 
view spec</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-klink_002c-yanking">klink, 
yanking</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-klinks_002c-ignoring">klinks, 
ignoring</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-knowledge-transfer">knowledge 
transfer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner-History">Koutliner History</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Koutline-import">Koutline 
import</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-koutline-link">koutline 
link</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-koutline-mode">koutline 
mode</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Koutliner-commands">Koutliner 
commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Koutliner-import_002fexport-commands">Koutliner import/export 
commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Koutliner-menu">Koutliner 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Koutliner_002c-toggle-tab-behavior">Koutliner, toggle tab 
behavior</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kbd-function">kbd function</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kcell-link">kcell link</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-binding-list">key binding list</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hyperbole-Key-Bindings">Hyperbole 
Key Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-binding_002c-C_002dc-_002e">key binding, C-c 
.</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-binding_002c-C_002dc-_0040">key binding, C-c 
@</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-binding_002c-C_002dc-RET">key binding, C-c <kbd 
class="key">RET</kbd></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-binding_002c-C_002dc-_005c">key binding, C-c 
\</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-binding_002c-C_002dh-A">key binding, C-h 
A</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-binding_002c-C_002dh-h">key binding, C-h 
h</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-binding_002c-C_002du-C_002dh-A">key binding, C-u C-h 
A</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-binding_002c-C_002dx-r-s">key binding, C-x r 
s</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-binding_002c-M_002do">key binding, 
M-o</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-binding_002c-M_002dRET">key binding, M-<kbd 
class="key">RET</kbd></a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-binding_002c-M_002dw">key binding, 
M-w</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-binding_002c-menu">key binding, 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-binding_002c-smart-keys">key binding, smart 
keys</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-bindings">key bindings</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-bindings_002c-toggle">key bindings, 
toggle</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Invocation">Invocation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-sequence">key sequence</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-key-series">key series</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-keyboard-drags">keyboard drags</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-keyboard_002c-jump-to-window">keyboard, jump to 
window</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-keypad">keypad</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kill-and-yank">kill and yank</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kill-and-yank-1">kill and yank</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-between-Windows">Smart Mouse Drags between 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kill-and-yank-2">kill and yank</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-kill-region">kill region</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink">klink</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink-1">klink</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink-referent">klink referent</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink_002c-activating">klink, 
activating</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink_002c-copying">klink, copying</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink_002c-external">klink, external</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink_002c-formats">klink, formats</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink_002c-inserting">klink, inserting</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink_002c-internal">klink, internal</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink_002c-to_002ffrom-Emacs-register">klink, to/from Emacs 
register</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink_002c-view-spec">klink, view spec</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klink_002c-yanking">klink, yanking</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-klinks_002c-ignoring">klinks, ignoring</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-knowledge-transfer">knowledge transfer</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Koutliner-History">Koutliner 
History</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Koutline-import">Koutline import</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutline-link">koutline link</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-koutline-mode">koutline mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Koutliner-commands">Koutliner commands</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Koutliner-import_002fexport-commands">Koutliner import/export 
commands</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menu-Commands">Menu Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Koutliner-menu">Koutliner menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Koutliner_002c-toggle-tab-behavior">Koutliner, toggle tab 
behavior</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-L">L</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-label-separator_002c-changing">label separator, 
changing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-label-separator_002c-default">label separator, 
default</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-label-type">label 
type</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-label-type_002c-alpha">label 
type, alpha</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-label-type_002c-alpha-1">label 
type, alpha</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-label-type_002c-changing">label 
type, changing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-label-type_002c-idstamps">label 
type, idstamps</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-label-type_002c-legal">label 
type, legal</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-label-type_002c-legal-1">label 
type, legal</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-label_002c-button">label, 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-label_002c-button-1">label, 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Global-Buttons">Global Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-labeling-implicit-buttons">labeling implicit 
buttons</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-legal-labels">legal 
labels</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-level">level</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-level-1">level</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-line-and-column">line and 
column</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-link">link</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-link-action-types">link action 
types</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Action-Types">Action 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-link-button">link 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-link-button-1">link 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-link-creation">link 
creation</a>:</td><td>&nbsp;</td><td valign="top"><a href="#By-Dragging">By 
Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-link-display">link 
display</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Referent-Display">Referent Display</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-link-to-explicit-button">link to 
explicit button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-link-to-global-button">link to 
global button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-link-to-implicit-button">link to 
implicit button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-link_002c-creation">link, 
creation</a>:</td><td>&nbsp;</td><td valign="top"><a href="#By-Menu">By 
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-link_002c-display-function">link, display 
function</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-link_002c-pathname">link, 
pathname</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-link_002c-pathname-line-and-column">link, pathname line and 
column</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-link_002c-viewer-program">link, 
viewer program</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#External-Viewers">External Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-link_002c-web-search">link, web 
search</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Action-Types">Action 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-linking_002c-in_002dplace">linking, 
in-place</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-links">links</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lisp-identifier">lisp 
identifier</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Lisp-Source-Code">Smart Key - Lisp Source 
Code</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Lisp-variables">Lisp 
variables</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Lisp-variables-1">Lisp 
variables</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Link-Variable-Substitution">Link Variable Substitution</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-list">list</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Thing-Selection">Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-list-1">list</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-locate-files">locate 
files</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-logging-Smart-Key-behavior">logging Smart Key 
behavior</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Debugging">Smart Key Debugging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-logical-rolo-searches">logical 
rolo searches</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Searching">HyRolo Searching</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-lower-frame">lower 
frame</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-label-separator_002c-changing">label separator, 
changing</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-label-separator_002c-default">label separator, 
default</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-label-type">label type</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-label-type_002c-alpha">label type, 
alpha</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-label-type_002c-alpha-1">label type, 
alpha</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-label-type_002c-changing">label type, 
changing</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-label-type_002c-idstamps">label type, 
idstamps</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-label-type_002c-legal">label type, 
legal</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-label-type_002c-legal-1">label type, 
legal</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-label_002c-button">label, button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Explicit-Buttons">Explicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-label_002c-button-1">label, button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Global-Buttons">Global 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-labeling-implicit-buttons">labeling implicit 
buttons</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-legal-labels">legal labels</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-level">level</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-level-1">level</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-line-and-column">line and column</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link">link</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link-action-types">link action types</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link-button">link button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link-button-1">link button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Explicit-Buttons">Explicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link-creation">link creation</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#By-Dragging">By 
Dragging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link-display">link display</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Referent-Display">Referent 
Display</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link-to-explicit-button">link to explicit 
button</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link-to-global-button">link to global 
button</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link-to-implicit-button">link to implicit 
button</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link_002c-creation">link, creation</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#By-Menu">By Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link_002c-display-function">link, display 
function</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link_002c-pathname">link, pathname</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link_002c-pathname-line-and-column">link, pathname line and 
column</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link_002c-viewer-program">link, viewer 
program</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#External-Viewers">External Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-link_002c-web-search">link, web search</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-linking_002c-in_002dplace">linking, 
in-place</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-links">links</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-lisp-identifier">lisp identifier</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Lisp-Source-Code">Smart Key - Lisp Source 
Code</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Lisp-variables">Lisp variables</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Lisp-variables-1">Lisp variables</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Link-Variable-Substitution">Link 
Variable Substitution</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-list">list</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-list-1">list</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-locate-files">locate files</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-logging-Smart-Key-behavior">logging Smart Key 
behavior</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Debugging">Smart Key Debugging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-logical-rolo-searches">logical rolo 
searches</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Searching">HyRolo Searching</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-lower-frame">lower frame</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-M">M</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-magit">magit</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Magit-Mode">Smart Key - Magit Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mail-address">mail 
address</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mail-comment">mail 
comment</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mail-hooks">mail 
hooks</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mail-inclusion">mail 
inclusion</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mail-reader">mail 
reader</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mailer-initialization">mailer 
initialization</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mailing-an-outline">mailing an 
outline</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mailing-buttons">mailing 
buttons</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-make-frame">make 
frame</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-make-window">make 
window</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-man-apropos">man 
apropos</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-man-page">man 
page</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Action-Types">Action 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-man-page-references">man page 
references</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Man-Pages">Smart Key - Man Pages</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-man-pages">man 
pages</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-margin">margin</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-markdown-link">markdown 
link</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-markup-pair">markup 
pair</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-markup-pair-1">markup 
pair</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-match-lines">match 
lines</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-match-lines-1">match 
lines</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-match-lines-2">match 
lines</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-maximize-frame">maximize 
frame</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-maximize-window">maximize 
window</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-help">menu 
help</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item-key-bindings">menu 
item key bindings</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item-selection">menu item 
selection</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item_002c-Act">menu item, 
Act</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-Activate_002dButton_002din_002dBuffer">menu item, 
Activate-Button-in-Buffer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-Back_002dto_002dPrior_002dLocation">menu item, 
Back-to-Prior-Location</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-Cust_002fAll_002dOptions">menu item, 
Cust/All-Options</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Customization">Customization</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-Cust_002fDebug_002dToggle">menu item, 
Cust/Debug-Toggle</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Debugging">Smart Key Debugging</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-Cust_002fMsg_002dToggle_002dEbuts">menu item, 
Cust/Msg-Toggle-Ebuts</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-Cust_002fMsg_002dToggle_002dEbuts-1">menu item, 
Cust/Msg-Toggle-Ebuts</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-News">Buttons in News</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-Doc_002fSmartKeys">menu item, 
Doc/SmartKeys</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-Find_002dFile_002dAccepts_002dURLs">menu item, 
Find-File-Accepts-URLs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-Find_002dFile_002dURLs">menu item, 
Find-File-URLs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-FramesControl">menu item, 
FramesControl</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item_002c-GrepFile">menu 
item, GrepFile</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item_002c-Hist">menu item, 
Hist</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-Ibut_002fAct">menu item, 
Ibut/Act</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-Isearch_002dInvisible">menu item, 
Isearch-Invisible</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invisible-Text-Searches">Invisible Text Searches</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item_002c-LocateFiles">menu 
item, LocateFiles</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-MatchFileBuffers">menu item, 
MatchFileBuffers</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item_002c-OccurHere">menu 
item, OccurHere</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item_002c-RegexFind">menu 
item, RegexFind</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Searching">HyRolo Searching</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-Remove_002dThis_002dMenu">menu item, 
Remove-This-Menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item_002c-RemoveLines">menu 
item, RemoveLines</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item_002c-SaveLines">menu 
item, SaveLines</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item_002c-StringFind">menu 
item, StringFind</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Searching">HyRolo Searching</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-Toggle_002dIsearch_002dInvisible">menu item, 
Toggle-Isearch-Invisible</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invisible-Text-Searches">Invisible Text Searches</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu-item_002c-WindowsControl">menu item, 
WindowsControl</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item_002c-WordFind">menu 
item, WordFind</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Searching">HyRolo Searching</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-prefix">menu 
prefix</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-use">menu 
use</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Butfile">menu, 
Butfile</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Button_002dFile">menu, 
Button-File</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Cust">menu, 
Cust</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Cust-1">menu, 
Cust</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Customization">Customization</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu_002c-Cust_002fReferents">menu, 
Cust/Referents</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu_002c-Cust_002fURL_002dDisplay">menu, 
Cust/URL-Display</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu_002c-Cust_002fURL_002dDisplay-1">menu, 
Cust/URL-Display</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW URLs</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu_002c-Cust_002fWeb_002dSearch">menu, 
Cust/Web-Search</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Web-Search-Engines">Web Search Engines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Customize">menu, 
Customize</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Doc">menu, 
Doc</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Documentation">menu, 
Documentation</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-EBut">menu, 
EBut</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu_002c-Explicit_002dButton">menu, 
Explicit-Button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Find">menu, 
Find</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Find_002fWeb">menu, 
Find/Web</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Find_002fWeb-1">menu, 
Find/Web</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Web-Search-Engines">Web Search Engines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Find_002fWeb-2">menu, 
Find/Web</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Gbut">menu, 
Gbut</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Global-Buttons">Global 
Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Gbut-1">menu, 
Gbut</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu_002c-Global_002dButton">menu, 
Global-Button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Global-Buttons">Global Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu_002c-Global_002dButton-1">menu, 
Global-Button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-HyRolo">menu, 
HyRolo</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Ibut">menu, 
Ibut</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu_002c-Implicit_002dButton">menu, 
Implicit-Button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-KeyBindings">menu, 
KeyBindings</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Kotl">menu, 
Kotl</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Koutline">menu, 
Koutline</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Koutliner">menu, 
Koutliner</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Mail_002dLists">menu, 
Mail-Lists</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Msg">menu, 
Msg</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu_002c-Outline_002fExample">menu, 
Outline/Example</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner">Koutliner</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Outliner">menu, 
Outliner</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Rolo">menu, 
Rolo</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Rolo-1">menu, 
Rolo</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Screen">menu, 
Screen</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu_002c-Toggle_002dRolo_002dDates">menu, 
Toggle-Rolo-Dates</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-top_002dlevel">menu, 
top-level</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-top_002dlevel-1">menu, 
top-level</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Types">menu, 
Types</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Web">menu, 
Web</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Web-1">menu, 
Web</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Web-Search-Engines">Web 
Search Engines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Web-2">menu, 
Web</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-WinConfig">menu, 
WinConfig</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menu_002c-Window_002dConfigurations">menu, 
Window-Configurations</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menubar-menu_002c-HyRolo">menubar menu, 
HyRolo</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menubar-menu_002c-Koutliner">menubar menu, 
Koutliner</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menubar-menu_002c-Rolo">menubar 
menu, Rolo</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-menubar_002c-Hyperbole-menu">menubar, Hyperbole 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Messages-buffer">Messages 
buffer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Debugging">Smart Key Debugging</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-MH_002de">MH-e</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-middle-mouse-key">middle mouse 
key</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Smart-Keys">Smart 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-minibuffer-menu">minibuffer 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-minibuffer-menu-1">minibuffer 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-minibuffer-menu-bindings">minibuffer menu 
bindings</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Binding-Minibuffer-Menu-Items">Binding Minibuffer Menu 
Items</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-minibuffer-menus">minibuffer 
menus</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-minibuffer_002c-buffer-menu">minibuffer, buffer 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-minibuffer_002c-default-actions">minibuffer, default 
actions</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-minibuffer_002c-jump-menu">minibuffer, jump 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-minor-mode_002c-hyperbole">minor 
mode, hyperbole</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invocation">Invocation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-minor-mode_002c-keymap">minor 
mode, keymap</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-modeline-click">modeline 
click</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Modeline-Clicks-and-Drags">Modeline Clicks and Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-modeline-click-and-drag">modeline click and 
drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-modeline-drag">modeline 
drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Modeline-Clicks-and-Drags">Modeline Clicks and Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-modeline-drag_002c-move-frame">modeline drag, move 
frame</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Moving-Frames">Moving 
Frames</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-modeline_002c-buffer-id">modeline, buffer 
id</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-modeline_002c-buffer-menu">modeline, buffer 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-modeline_002c-bury-buffer">modeline, bury 
buffer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-modeline_002c-dired">modeline, 
dired</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-modeline_002c-Info-Browser">modeline, Info 
Browser</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-modeline_002c-jump-menu">modeline, jump 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-modeline_002c-leftmost-character">modeline, leftmost 
character</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-modeline_002c-next-buffer">modeline, next 
buffer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-modeline_002c-prev-buffer">modeline, prev 
buffer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-modeline_002c-screen-command-menu">modeline, screen command 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-modeline_002c-Smart-Keys">modeline, Smart 
Keys</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-modeline_002c-unbury-buffer">modeline, unbury 
buffer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-modeline_002c-view-spec">modeline, view 
spec</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-modes-to-ignore-klinks">modes to 
ignore klinks</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-mouse">mouse</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mouse-bindings">mouse 
bindings</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-mouse-drag_002c-link-creation">mouse drag, link 
creation</a>:</td><td>&nbsp;</td><td valign="top"><a href="#By-Dragging">By 
Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mouse-key-bindings">mouse key 
bindings</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Questions-and-Answers">Questions and Answers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mouse-key-toggle">mouse key 
toggle</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mouse-keys_002c-unshifted">mouse 
keys, unshifted</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mouse-support">mouse 
support</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Smart-Keys">Smart 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mouse_002c-moving-trees">mouse, 
moving trees</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-move-window">move 
window</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-moving-buttons">moving 
buttons</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-moving-frames">moving 
frames</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Moving-Frames">Moving 
Frames</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-multiplier">multiplier</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-magit">magit</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Magit-Mode">Smart 
Key - Magit Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mail-address">mail address</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Cell-Attributes">Cell 
Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mail-comment">mail comment</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mail-hooks">mail hooks</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mail-inclusion">mail inclusion</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mail-reader">mail reader</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mailer-initialization">mailer 
initialization</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mailing-an-outline">mailing an outline</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Relocating-and-Copying">Relocating 
and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mailing-buttons">mailing buttons</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-make-frame">make frame</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-make-window">make window</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-man-apropos">man apropos</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-man-page">man 
page</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Action-Types">Action Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-man-page-references">man page 
references</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-Man-Pages">Smart Key - Man Pages</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-man-pages">man 
pages</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-margin">margin</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-markdown-link">markdown link</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-markup-pair">markup pair</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-markup-pair-1">markup pair</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-match-lines">match lines</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-match-lines-1">match lines</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-match-lines-2">match lines</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-maximize-frame">maximize frame</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-maximize-window">maximize window</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-help">menu help</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item-key-bindings">menu item key 
bindings</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item-selection">menu item 
selection</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Act">menu item, Act</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Activate_002dButton_002din_002dBuffer">menu item, 
Activate-Button-in-Buffer</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Back_002dto_002dPrior_002dLocation">menu item, 
Back-to-Prior-Location</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Cust_002fAll_002dOptions">menu item, 
Cust/All-Options</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Customization">Customization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Cust_002fDebug_002dToggle">menu item, 
Cust/Debug-Toggle</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Debugging">Smart Key 
Debugging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Cust_002fMsg_002dToggle_002dEbuts">menu item, 
Cust/Msg-Toggle-Ebuts</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Cust_002fMsg_002dToggle_002dEbuts-1">menu item, 
Cust/Msg-Toggle-Ebuts</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-News">Buttons in 
News</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Doc_002fSmartKeys">menu item, 
Doc/SmartKeys</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Find_002dFile_002dAccepts_002dURLs">menu item, 
Find-File-Accepts-URLs</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Using-URLs-with-Find_002dFile">Using 
URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Find_002dFile_002dURLs">menu item, 
Find-File-URLs</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-FramesControl">menu item, 
FramesControl</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-GrepFile">menu item, 
GrepFile</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Hist">menu item, Hist</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Ibut_002fAct">menu item, 
Ibut/Act</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Isearch_002dInvisible">menu item, 
Isearch-Invisible</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Invisible-Text-Searches">Invisible 
Text Searches</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-LocateFiles">menu item, 
LocateFiles</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-MatchFileBuffers">menu item, 
MatchFileBuffers</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-OccurHere">menu item, 
OccurHere</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-RegexFind">menu item, 
RegexFind</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Searching">HyRolo Searching</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Remove_002dThis_002dMenu">menu item, 
Remove-This-Menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-RemoveLines">menu item, 
RemoveLines</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-SaveLines">menu item, 
SaveLines</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-StringFind">menu item, 
StringFind</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Searching">HyRolo Searching</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-Toggle_002dIsearch_002dInvisible">menu item, 
Toggle-Isearch-Invisible</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Invisible-Text-Searches">Invisible 
Text Searches</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-WindowsControl">menu item, 
WindowsControl</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-item_002c-WordFind">menu item, 
WordFind</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Searching">HyRolo Searching</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu-prefix">menu prefix</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-menu-use">menu 
use</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Butfile">menu, Butfile</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Button_002dFile">menu, 
Button-File</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Cust">menu, Cust</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Cust-1">menu, Cust</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Customization">Customization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Cust_002fReferents">menu, 
Cust/Referents</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Internal-Viewers">Internal Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Cust_002fURL_002dDisplay">menu, 
Cust/URL-Display</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Using-URLs-with-Find_002dFile">Using 
URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Cust_002fURL_002dDisplay-1">menu, 
Cust/URL-Display</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-WWW-URLs">Smart Key 
- WWW URLs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Cust_002fWeb_002dSearch">menu, 
Cust/Web-Search</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Web-Search-Engines">Web Search Engines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Customize">menu, Customize</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Doc">menu, Doc</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Documentation">menu, 
Documentation</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-EBut">menu, EBut</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Explicit_002dButton">menu, 
Explicit-Button</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Find">menu, Find</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Find_002fWeb">menu, Find/Web</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Find_002fWeb-1">menu, 
Find/Web</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Web-Search-Engines">Web Search Engines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Find_002fWeb-2">menu, 
Find/Web</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Gbut">menu, Gbut</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Global-Buttons">Global 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Gbut-1">menu, Gbut</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Global_002dButton">menu, 
Global-Button</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Global-Buttons">Global Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Global_002dButton-1">menu, 
Global-Button</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-HyRolo">menu, HyRolo</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Ibut">menu, Ibut</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Implicit_002dButton">menu, 
Implicit-Button</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-KeyBindings">menu, 
KeyBindings</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Kotl">menu, Kotl</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Koutline">menu, Koutline</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Koutliner">menu, Koutliner</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Mail_002dLists">menu, 
Mail-Lists</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Msg">menu, Msg</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Outline_002fExample">menu, 
Outline/Example</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Koutliner">Koutliner</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Outliner">menu, Outliner</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Rolo">menu, Rolo</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Rolo-1">menu, Rolo</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Screen">menu, Screen</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Toggle_002dRolo_002dDates">menu, 
Toggle-Rolo-Dates</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-top_002dlevel">menu, 
top-level</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-top_002dlevel-1">menu, 
top-level</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Types">menu, Types</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Web">menu, Web</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Web-1">menu, Web</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Web-Search-Engines">Web Search 
Engines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Web-2">menu, Web</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-WinConfig">menu, WinConfig</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menu_002c-Window_002dConfigurations">menu, 
Window-Configurations</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menubar-menu_002c-HyRolo">menubar menu, 
HyRolo</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menubar-menu_002c-Koutliner">menubar menu, 
Koutliner</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menu-Commands">Menu Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menubar-menu_002c-Rolo">menubar menu, 
Rolo</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-menubar_002c-Hyperbole-menu">menubar, Hyperbole 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Messages-buffer">Messages buffer</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Debugging">Smart Key 
Debugging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-MH_002de">MH-e</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-middle-mouse-key">middle mouse key</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Keys">Smart Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-minibuffer-menu">minibuffer menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-minibuffer-menu-1">minibuffer menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-minibuffer-menu-bindings">minibuffer menu 
bindings</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Binding-Minibuffer-Menu-Items">Binding Minibuffer Menu 
Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-minibuffer-menus">minibuffer menus</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-minibuffer_002c-buffer-menu">minibuffer, buffer 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-minibuffer_002c-default-actions">minibuffer, default 
actions</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-minibuffer_002c-jump-menu">minibuffer, jump 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Minibuffer-Menu-Activation">Minibuffer Menu Activation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-minor-mode_002c-hyperbole">minor mode, 
hyperbole</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Invocation">Invocation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-minor-mode_002c-keymap">minor mode, 
keymap</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline-click">modeline click</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Modeline-Clicks-and-Drags">Modeline 
Clicks and Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline-click-and-drag">modeline click and 
drag</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline-drag">modeline drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Modeline-Clicks-and-Drags">Modeline 
Clicks and Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline-drag_002c-move-frame">modeline drag, move 
frame</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Moving-Frames">Moving Frames</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline_002c-buffer-id">modeline, buffer 
id</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline_002c-buffer-menu">modeline, buffer 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline_002c-bury-buffer">modeline, bury 
buffer</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline_002c-dired">modeline, dired</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline_002c-Info-Browser">modeline, Info 
Browser</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline_002c-jump-menu">modeline, jump 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline_002c-leftmost-character">modeline, leftmost 
character</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline_002c-next-buffer">modeline, next 
buffer</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline_002c-prev-buffer">modeline, prev 
buffer</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline_002c-screen-command-menu">modeline, screen command 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline_002c-Smart-Keys">modeline, Smart 
Keys</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline_002c-unbury-buffer">modeline, unbury 
buffer</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modeline_002c-view-spec">modeline, view 
spec</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-modes-to-ignore-klinks">modes to ignore 
klinks</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mouse">mouse</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mouse-bindings">mouse bindings</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mouse-drag_002c-link-creation">mouse drag, link 
creation</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#By-Dragging">By Dragging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mouse-key-bindings">mouse key bindings</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Questions-and-Answers">Questions and 
Answers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mouse-key-toggle">mouse key toggle</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mouse-keys_002c-unshifted">mouse keys, 
unshifted</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mouse-support">mouse support</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Keys">Smart Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-mouse_002c-moving-trees">mouse, moving 
trees</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-move-window">move window</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-moving-buttons">moving buttons</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Explicit-Buttons">Explicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-moving-frames">moving frames</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Frames">Moving 
Frames</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-multiplier">multiplier</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-N">N</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-name_002c-button">name, 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-named-window-configuration">named window 
configuration</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-naming-implicit-buttons">naming 
implicit buttons</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-news">news</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-news-comment">news 
comment</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-News">Buttons in News</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-news-hooks">news 
hooks</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-news-reader_002fposter">news 
reader/poster</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-News">Buttons in News</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-NLS">NLS</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner-History">Koutliner History</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-no_002dfill-attribute">no-fill 
attribute</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-normalized-label">normalized 
label</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Label-Normalization">Button Label Normalization</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-numeric-argument">numeric 
argument</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-numeric-keypad">numeric 
keypad</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-name_002c-button">name, button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Explicit-Buttons">Explicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-named-window-configuration">named window 
configuration</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-naming-implicit-buttons">naming implicit 
buttons</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-news">news</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-news-comment">news comment</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-News">Buttons in 
News</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-news-hooks">news hooks</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-news-reader_002fposter">news 
reader/poster</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Buttons-in-News">Buttons in News</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-NLS">NLS</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Koutliner-History">Koutliner 
History</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-no_002dfill-attribute">no-fill 
attribute</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-normalized-label">normalized label</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Label-Normalization">Button 
Label Normalization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-numeric-argument">numeric argument</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-numeric-keypad">numeric keypad</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-O">O</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-object_002doriented-code-browsing">object-oriented code 
browsing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-The-OO_002dBrowser">Smart Key - The 
OO-Browser</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-obtaining-Hyperbole">obtaining 
Hyperbole</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-online-library">online 
library</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-OO_002dBrowser">OO-Browser</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Smart-Key-_002d-The-OO_002dBrowser">Smart Key - The 
OO-Browser</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-option-setting">option 
setting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Customization">Customization</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-option-settings">option 
settings</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Org-mode">Org 
mode</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Org-Mode">Smart Key - Org Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Org-tables">Org 
tables</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-org_002dmode">org-mode</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Org_002dmode">Org-mode</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Questions-and-Answers">Questions and Answers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-other-frame">other 
frame</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-other-window">other 
window</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline-file-suffix">outline 
file suffix</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Outlines">Creating Outlines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline-label-separator">outline 
label separator</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline-mode">outline 
mode</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline-mode-1">outline 
mode</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline-processor">outline 
processor</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline-structure">outline 
structure</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline_002c-all-cells">outline, 
all cells</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002c-attribute-list">outline, attribute 
list</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Cell-Attributes">Cell 
Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline_002c-creating">outline, 
creating</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Outlines">Creating Outlines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline_002c-exporting">outline, 
exporting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002c-exporting-1">outline, 
exporting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Exporting">Exporting</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline_002c-filling">outline, 
filling</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002c-foreign-file">outline, foreign 
file</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002c-formatting">outline, 
formatting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline_002c-hiding">outline, 
hiding</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002c-HTML-conversion">outline, HTML 
conversion</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Exporting">Exporting</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline_002c-importing">outline, 
importing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002c-importing-into">outline, importing 
into</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002c-inserting-into">outline, inserting 
into</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002c-label-type">outline, label 
type</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline_002c-mailing">outline, 
mailing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline_002c-motion">outline, 
motion</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Moving-Around">Moving 
Around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline_002c-overview">outline, 
overview</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002c-show-levels">outline, show 
levels</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline_002c-showing">outline, 
showing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002c-top_002dlevel">outline, 
top-level</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002c-view-specs">outline, view 
specs</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outline_002c-viewing">outline, 
viewing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Viewing-Outlines">Viewing Outlines</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002dminor_002dmode">outline-minor-mode</a>:</td><td>&nbsp;</td><td
 valign="top"><a href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs 
Outline Mode</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outline_002dmode">outline-mode</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs 
Outline Mode</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-outliner">outliner</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner">Koutliner</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outliner-commands">outliner 
commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-outliner-keys">outliner 
keys</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-overview">overview</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-object_002doriented-code-browsing">object-oriented code 
browsing</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-The-OO_002dBrowser">Smart Key - The 
OO-Browser</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-obtaining-Hyperbole">obtaining 
Hyperbole</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-online-library">online library</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-OO_002dBrowser">OO-Browser</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-The-OO_002dBrowser">Smart Key - The 
OO-Browser</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-option-setting">option setting</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Customization">Customization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-option-settings">option settings</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-Org-mode">Org 
mode</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-Org-Mode">Smart Key - Org Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Org-tables">Org tables</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-org_002dmode">org-mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Org_002dmode">Org-mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Questions-and-Answers">Questions and 
Answers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-other-frame">other frame</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-other-window">other window</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline-file-suffix">outline file 
suffix</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Outlines">Creating Outlines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline-label-separator">outline label 
separator</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline-mode">outline mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline-mode-1">outline mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline-processor">outline processor</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline-structure">outline structure</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-all-cells">outline, all 
cells</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-attribute-list">outline, attribute 
list</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Cell-Attributes">Cell Attributes</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-creating">outline, 
creating</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-Outlines">Creating Outlines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-exporting">outline, 
exporting</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-exporting-1">outline, 
exporting</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Exporting">Exporting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-filling">outline, filling</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-foreign-file">outline, foreign 
file</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-formatting">outline, 
formatting</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-hiding">outline, hiding</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-HTML-conversion">outline, HTML 
conversion</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Exporting">Exporting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-importing">outline, 
importing</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-importing-into">outline, importing 
into</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-inserting-into">outline, inserting 
into</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-label-type">outline, label 
type</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-mailing">outline, mailing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Relocating-and-Copying">Relocating 
and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-motion">outline, motion</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Moving-Around">Moving 
Around</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-overview">outline, 
overview</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-show-levels">outline, show 
levels</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-showing">outline, showing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-top_002dlevel">outline, 
top-level</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-view-specs">outline, view 
specs</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002c-viewing">outline, viewing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Viewing-Outlines">Viewing 
Outlines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002dminor_002dmode">outline-minor-mode</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs Outline 
Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002dmode">outline-mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs Outline 
Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outliner">outliner</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Koutliner">Koutliner</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outliner-commands">outliner commands</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menu-Commands">Menu 
Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-outliner-keys">outliner keys</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-overview">overview</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-P">P</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-package-manager">package 
manager</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-paragraph_002c-filling">paragraph, 
filling</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-paste-region">paste 
region</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-pasting-a-region">pasting a 
region</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Thing-Selection">Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-pasting-a-region-1">pasting a 
region</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-between-Windows">Smart Mouse Drags between 
Windows</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-pasting-a-region-2">pasting a 
region</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-patch-output">patch 
output</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-PATH_002dtype-variable">PATH-type 
variable</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-pathname">pathname</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-pathname-variables">pathname 
variables</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-pathname_002c-line-and-column">pathname, line and 
column</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-permanent-identifier">permanent 
identifier</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner">Koutliner</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-permanent-identifier-1">permanent 
identifier</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Idstamps">Idstamps</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-pipe-character">pipe 
character</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-popup-menu">popup 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-popup-menu_002c-HyRolo">popup 
menu, HyRolo</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-popup-menu_002c-Koutliner">popup 
menu, Koutliner</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menu-Commands">Menu Commands</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-popup-menu_002c-Rolo">popup 
menu, Rolo</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-posting-buttons">posting 
buttons</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-posting-news">posting 
news</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-News">Buttons in News</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-pre_002drelease-installation">pre-release 
installation</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Elpa-In_002dDevelopment-Package-Installation">Elpa In-Development 
Package Installation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-pre_002drelease-installation-1">pre-release 
installation</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Git-In_002dDevelopment-Package-Installation">Git In-Development Package 
Installation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-precedence_002c-buttons">precedence, 
buttons</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Type-Precedence">Button Type Precedence</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-programming-interface">programming 
interface</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Embedding-Hyperbole">Embedding Hyperbole</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-promotion">promotion</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-proportional-scrolling">proportional 
scrolling</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-proportional-scrolling-1">proportional 
scrolling</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-pulldown-menu">pulldown 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-package-manager">package manager</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-paragraph_002c-filling">paragraph, 
filling</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-paste-region">paste region</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-pasting-a-region">pasting a region</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-pasting-a-region-1">pasting a region</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-between-Windows">Smart Mouse Drags between 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-pasting-a-region-2">pasting a region</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-patch-output">patch output</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-PATH_002dtype-variable">PATH-type 
variable</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-pathname">pathname</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-pathname-variables">pathname variables</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-pathname_002c-line-and-column">pathname, line and 
column</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-permanent-identifier">permanent 
identifier</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Koutliner">Koutliner</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-permanent-identifier-1">permanent 
identifier</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Idstamps">Idstamps</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-pipe-character">pipe character</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-popup-menu">popup menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-popup-menu_002c-HyRolo">popup menu, 
HyRolo</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-popup-menu_002c-Koutliner">popup menu, 
Koutliner</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menu-Commands">Menu Commands</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-popup-menu_002c-Rolo">popup menu, Rolo</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-posting-buttons">posting buttons</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-posting-news">posting news</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-News">Buttons in 
News</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-pre_002drelease-installation">pre-release 
installation</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Elpa-In_002dDevelopment-Package-Installation">Elpa In-Development 
Package Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-pre_002drelease-installation-1">pre-release 
installation</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Git-In_002dDevelopment-Package-Installation">Git In-Development Package 
Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-precedence_002c-buttons">precedence, 
buttons</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Button-Type-Precedence">Button Type Precedence</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-programming-interface">programming 
interface</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Embedding-Hyperbole">Embedding Hyperbole</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-promotion">promotion</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-proportional-scrolling">proportional 
scrolling</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-proportional-scrolling-1">proportional 
scrolling</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-pulldown-menu">pulldown menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-Q">Q</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-quit-HyControl">quit 
HyControl</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-quit-HyControl">quit HyControl</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-R">R</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-radio-target">radio 
target</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-raise-frame">raise 
frame</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-rdb_002dmode">rdb-mode</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-RDB-Mode">Smart Key - RDB Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rebalance-windows">rebalance 
windows</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-reference">reference</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-referent">referent</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Explicit-Buttons">Explicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-referent-display">referent 
display</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Referent-Display">Referent Display</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-refilling">refilling</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-region-selection">region 
selection</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-region-throw">region 
throw</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-region_002c-active">region, 
active</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-register_002c-klinks">register, 
klinks</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-relative-autonumber">relative 
autonumber</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Koutliner">Koutliner</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-relative-identifier">relative 
identifier</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-remote-file">remote 
file</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-remote-path">remote 
path</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-remote-pathnames">remote 
pathnames</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-remove-lines">remove 
lines</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-removing-Hyperbole-menu">removing Hyperbole 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-replace-window-buffer">replace 
window buffer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Request-For-Comment">Request For 
Comment</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Request-For-Comment-1">Request 
For Comment</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-resize-frame-percentage">resize 
frame percentage</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-resizing-windows">resizing 
windows</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Resizing-Windows">Resizing Windows</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-restore-frame-configuration">restore frame 
configuration</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-restore-window-configuration">restore window 
configuration</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-restoring-windows">restoring 
windows</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-RFC">RFC</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-RFC-1">RFC</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-ripgrep">ripgrep</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Rmail">Rmail</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Rolo">Rolo</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo">HyRolo</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo-address">rolo 
address</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Rolo-commands">Rolo 
commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo-entry">rolo 
entry</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Concepts">HyRolo Concepts</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo-file">rolo 
file</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Concepts">HyRolo 
Concepts</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo-keys">rolo 
keys</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Rolo-menu">Rolo 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo-searching">rolo 
searching</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Searching">HyRolo Searching</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-rolo_002c-auto_002dexpanding-entries">rolo, auto-expanding 
entries</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-buttons-in">rolo, 
buttons in</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo">HyRolo</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-datestamps">rolo, 
datestamps</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-editing">rolo, 
editing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-rolo_002c-extending-a-match">rolo, extending a 
match</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-finding-matches">rolo, 
finding matches</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-hiding-entries">rolo, 
hiding entries</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-rolo_002c-highlighting-matches">rolo, highlighting 
matches</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-rolo_002c-highlighting-matches-1">rolo, highlighting 
matches</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-rolo_002c-interactive-searching">rolo, interactive 
searching</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-locating-a-name">rolo, 
locating a name</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-rolo_002c-moving-through-matches">rolo, moving through 
matches</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-rolo_002c-moving-to-entries">rolo, moving to 
entries</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-rolo_002c-outline-of-entries">rolo, outline of 
entries</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-personal">rolo, 
personal</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-quitting">rolo, 
quitting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-search-again">rolo, 
search again</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-rolo_002c-showing-entries">rolo, 
showing entries</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-rolo_002c-top_002dlevel-entries">rolo, top-level 
entries</a>:</td><td>&nbsp;</td><td valign="top"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-root-cell">root 
cell</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Outlines">Creating Outlines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-root-cell-1">root 
cell</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Idstamps">Idstamps</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-running-tests">running 
tests</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-radio-target">radio target</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-raise-frame">raise frame</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rdb_002dmode">rdb-mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-RDB-Mode">Smart Key 
- RDB Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rebalance-windows">rebalance windows</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-reference">reference</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-referent">referent</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Explicit-Buttons">Explicit 
Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-referent-display">referent display</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Referent-Display">Referent 
Display</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-refilling">refilling</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-region-selection">region selection</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-region-throw">region throw</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-region_002c-active">region, active</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-register_002c-klinks">register, klinks</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-relative-autonumber">relative 
autonumber</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Koutliner">Koutliner</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-relative-identifier">relative 
identifier</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-remote-file">remote file</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-remote-path">remote path</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-remote-pathnames">remote pathnames</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Using-URLs-with-Find_002dFile">Using 
URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-remove-lines">remove lines</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-removing-Hyperbole-menu">removing Hyperbole 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-replace-window-buffer">replace window 
buffer</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Request-For-Comment">Request For 
Comment</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Request-For-Comment-1">Request For 
Comment</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-resize-frame-percentage">resize frame 
percentage</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-resizing-windows">resizing windows</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Resizing-Windows">Resizing 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-restore-frame-configuration">restore frame 
configuration</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-restore-window-configuration">restore window 
configuration</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-restoring-windows">restoring windows</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-RFC">RFC</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-RFC-1">RFC</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-ripgrep">ripgrep</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Rmail">Rmail</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Rolo">Rolo</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo">HyRolo</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo-address">rolo address</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Rolo-commands">Rolo commands</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo-entry">rolo entry</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Concepts">HyRolo 
Concepts</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo-file">rolo file</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Concepts">HyRolo 
Concepts</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo-keys">rolo keys</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Rolo-menu">Rolo menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Menu">HyRolo 
Menu</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo-searching">rolo searching</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Searching">HyRolo 
Searching</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-auto_002dexpanding-entries">rolo, auto-expanding 
entries</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-buttons-in">rolo, buttons in</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo">HyRolo</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-datestamps">rolo, datestamps</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-editing">rolo, editing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-extending-a-match">rolo, extending a 
match</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-finding-matches">rolo, finding 
matches</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-hiding-entries">rolo, hiding 
entries</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-highlighting-matches">rolo, highlighting 
matches</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-highlighting-matches-1">rolo, highlighting 
matches</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-interactive-searching">rolo, interactive 
searching</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-locating-a-name">rolo, locating a 
name</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-moving-through-matches">rolo, moving through 
matches</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-moving-to-entries">rolo, moving to 
entries</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-outline-of-entries">rolo, outline of 
entries</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-personal">rolo, personal</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Settings">HyRolo 
Settings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-quitting">rolo, quitting</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-search-again">rolo, search 
again</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-showing-entries">rolo, showing 
entries</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-rolo_002c-top_002dlevel-entries">rolo, top-level 
entries</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-root-cell">root cell</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Outlines">Creating 
Outlines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-root-cell-1">root cell</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Idstamps">Idstamps</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-running-tests">running tests</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-S">S</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-save-lines">save 
lines</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-saving-window-configurations">saving window 
configurations</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-screen">screen</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Screen">Screen</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-screen_002c-edge-offsets">screen, edge 
offsets</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-scrolling">scrolling</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-scrolling-1">scrolling</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-search">search</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-search-1">search</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invisible-Text-Searches">Invisible Text Searches</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-search-engines-menu">search 
engines menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Web-Search-Engines">Web Search Engines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-searching-the-web">searching the 
web</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-searching-the-web-1">searching 
the web</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-searching_002c-rolo">searching, 
rolo</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyRolo-Searching">HyRolo Searching</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-selection">selection</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-selection_002c-menu-items">selection, menu 
items</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-semicolon_002dseparated-paths">semicolon-separated 
paths</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-series-of-keys">series of 
keys</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-set">set</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Thing-Selection">Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-set-1">set</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-setting-the-view-spec">setting 
the view spec</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-sexp-selection">sexp 
selection</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-SGML-tag-pair">SGML tag 
pair</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-show-subtree">show 
subtree</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-show-tree">show 
tree</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-showing">showing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-shrink-frame">shrink 
frame</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-shrink-window">shrink 
window</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-side-drag">side 
drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Side_002dby_002dSide-Window-Resizing">Side-by-Side Window 
Resizing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-signatures_002c-hiding">signatures, 
hiding</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Key">Smart 
Key</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Smart-Keys">Smart 
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Key-1">Smart 
Key</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Key-2">Smart 
Key</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Questions-and-Answers">Questions and Answers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-smart-key-assignments">smart key 
assignments</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-smart-key-commands">smart key 
commands</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Key-debugging">Smart Key 
debugging</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Debugging">Smart Key Debugging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Key-help">Smart Key 
help</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Key-operation">Smart Key 
operation</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Key-summary">Smart Key 
summary</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Smart-Key_002c-default-context">Smart Key, default 
context</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Smart-Key_002c-default-context-1">Smart Key, default 
context</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Keyboard-Keys">Smart 
Keyboard Keys</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Argument-Completion">Smart Key - Argument 
Completion</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-smart-keys_002c-unshifted">smart 
keys, unshifted</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-smart-marking">smart 
marking</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Menu">Smart 
Menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Smart-Menus">Smart Key - Smart Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Mouse-Key">Smart Mouse 
Key</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Mouse-Key-1">Smart Mouse 
Key</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-smart-mouse-key-drag">smart 
mouse key drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Drags">Smart Mouse Key Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Mouse-Key-drag">Smart 
Mouse Key drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Editing">Editing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Mouse-Key-toggle">Smart 
Mouse Key toggle</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Mouse-Keys">Smart Mouse 
Keys</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Smart-Mouse-Keys">Smart 
Mouse Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-smart-selection">smart 
selection</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-social-media">social 
media</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-social-reference">social 
reference</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-source-line">source 
line</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-splitting-a-cell">splitting a 
cell</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Splitting-and-Appending">Splitting and Appending</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-stable-release-installation">stable release 
installation</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-stack-frame">stack 
frame</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-stack-frame-1">stack 
frame</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-star-outline">star 
outline</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-starting-HyControl">starting 
HyControl</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-starting-Hyperbole">starting 
Hyperbole</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-storage-manager">storage 
manager</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Straight-package-manager">Straight package 
manager</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Git-In_002dDevelopment-Package-Installation">Git In-Development Package 
Installation</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-string">string</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Thing-Selection">Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-string-1">string</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-submenus">submenus</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-submodes">submodes</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-subtree_002c-hide">subtree, 
hide</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-subtree_002c-show">subtree, 
show</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-swap-buffers">swap 
buffers</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Swapping-Buffers">Swapping Buffers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-swap-window-buffers">swap window 
buffers</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-swapping">swapping</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-system-encapsulation">system 
encapsulation</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Encapsulating-Systems">Encapsulating Systems</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-save-lines">save lines</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-saving-window-configurations">saving window 
configurations</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen">screen</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Screen">Screen</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-screen_002c-edge-offsets">screen, edge 
offsets</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-scrolling">scrolling</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-scrolling-1">scrolling</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart 
Scrolling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-search">search</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-search-1">search</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Invisible-Text-Searches">Invisible 
Text Searches</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-search-engines-menu">search engines 
menu</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Web-Search-Engines">Web Search Engines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-searching-the-web">searching the web</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-searching-the-web-1">searching the web</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-searching_002c-rolo">searching, rolo</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyRolo-Searching">HyRolo 
Searching</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-selection">selection</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-selection_002c-menu-items">selection, menu 
items</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-semicolon_002dseparated-paths">semicolon-separated 
paths</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-series-of-keys">series of keys</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-set">set</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-set-1">set</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-setting-the-view-spec">setting the view 
spec</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-sexp-selection">sexp selection</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-SGML-tag-pair">SGML tag pair</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-show-subtree">show subtree</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-show-tree">show tree</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-showing">showing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-shrink-frame">shrink frame</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-shrink-window">shrink window</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-side-drag">side drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Side_002dby_002dSide-Window-Resizing">Side-by-Side Window 
Resizing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-signatures_002c-hiding">signatures, 
hiding</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Key">Smart Key</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Keys">Smart Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Key-1">Smart Key</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Key-2">Smart Key</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Questions-and-Answers">Questions and 
Answers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-smart-key-assignments">smart key 
assignments</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-smart-key-commands">smart key commands</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Bindings">Smart Key 
Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Key-debugging">Smart Key 
debugging</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Debugging">Smart Key Debugging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Key-help">Smart Key help</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Operations">Smart Key 
Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Key-operation">Smart Key 
operation</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Key-summary">Smart Key summary</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Operations">Smart Key 
Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Key_002c-default-context">Smart Key, default 
context</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Operations">Smart Key Operations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Key_002c-default-context-1">Smart Key, default 
context</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-Default-Context">Smart Key - Default 
Context</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Keyboard-Keys">Smart Keyboard 
Keys</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-Argument-Completion">Smart Key - Argument 
Completion</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-smart-keys_002c-unshifted">smart keys, 
unshifted</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-smart-marking">smart marking</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Menu">Smart Menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Smart-Menus">Smart 
Key - Smart Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Mouse-Key">Smart Mouse Key</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Mouse-Key-1">Smart Mouse Key</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-smart-mouse-key-drag">smart mouse key 
drag</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Drags">Smart Mouse Key Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Mouse-Key-drag">Smart Mouse Key 
drag</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Editing">Editing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Mouse-Key-toggle">Smart Mouse Key 
toggle</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Smart-Mouse-Keys">Smart Mouse Keys</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Mouse-Keys">Smart Mouse 
Keys</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-smart-selection">smart selection</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-social-media">social media</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-social-reference">social reference</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-source-line">source line</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-splitting-a-cell">splitting a cell</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Splitting-and-Appending">Splitting 
and Appending</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-stable-release-installation">stable release 
installation</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Elpa-Stable-Package-Installation">Elpa Stable Package 
Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-stack-frame">stack frame</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-stack-frame-1">stack frame</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-star-outline">star outline</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-starting-HyControl">starting HyControl</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-starting-Hyperbole">starting Hyperbole</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-storage-manager">storage manager</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Operational-and-Storage-Formats">Operational and Storage 
Formats</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Straight-package-manager">Straight package 
manager</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Git-In_002dDevelopment-Package-Installation">Git In-Development Package 
Installation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-string">string</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-string-1">string</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-submenus">submenus</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-submodes">submodes</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-subtree_002c-hide">subtree, hide</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-subtree_002c-show">subtree, show</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-swap-buffers">swap buffers</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Swapping-Buffers">Swapping 
Buffers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-swap-window-buffers">swap window 
buffers</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-swapping">swapping</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-system-encapsulation">system 
encapsulation</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Encapsulating-Systems">Encapsulating Systems</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-T">T</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-table-of-contents">table of 
contents</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-table-of-contents-1">table of 
contents</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-table-of-contents-2">table of 
contents</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tabs_002c-inserting">tabs, 
inserting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-tag">tag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-TAGS-file">TAGS 
file</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tags-file">tags 
file</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tar-archive-browsing">tar 
archive browsing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Tar-File-Mode">Smart Key - Tar File Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-terminal-use">terminal 
use</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons">Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-testing">testing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Texinfo-cross_002dreference">Texinfo 
cross-reference</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Texinfo-manual">Texinfo 
manual</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Documentation">Documentation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-text-file">text 
file</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Inserting-and-Importing">Inserting and Importing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-thing">thing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Thing-Selection">Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-thing-1">thing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-things">things</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-throw-item">throw 
item</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-throw-region">throw 
region</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-thumbnails">thumbnails</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Image-Thumbnails">Smart Key - Image 
Thumbnails</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-toc-action-type">toc action 
type</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Action-Types">Action 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-toc-implicit-button-type">toc 
implicit button type</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-todotxt_002dmode">todotxt-mode</a>:</td><td>&nbsp;</td><td 
valign="top"><a href="#Smart-Key-_002d-Todotxt-Mode">Smart Key - Todotxt 
Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-toggle-HyControl-mode">toggle 
HyControl mode</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-toggle-key-bindings">toggle key 
bindings</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Invocation">Invocation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-toggling-blank-lines">toggling 
blank lines</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-top_002dlevel-cell">top-level 
cell</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Outlines">Creating Outlines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-top_002dlevel-cell-1">top-level 
cell</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Idstamps">Idstamps</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-top_002dlevel-menu">top-level 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-top_002dlevel-view">top-level 
view</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Tramp">Tramp</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Tramp-1">Tramp</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-transposing-cells">transposing 
cells</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Transposing">Transposing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tree_002c-copying">tree, 
copying</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tree_002c-demoting">tree, 
demoting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tree_002c-exporting">tree, 
exporting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tree_002c-filling">tree, 
filling</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tree_002c-hide-subtree">tree, 
hide subtree</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tree_002c-killing">tree, 
killing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Adding-and-Killing">Adding and Killing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tree_002c-mailing">tree, 
mailing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tree_002c-moving">tree, 
moving</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Relocating-and-Copying">Relocating and Copying</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tree_002c-promoting">tree, 
promoting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tree_002c-show">tree, 
show</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tree_002c-show-1">tree, 
show</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-tree_002c-show-subtree">tree, 
show subtree</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Treemacs">Treemacs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Treemacs-1">Treemacs</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Treemacs">Smart Key - Treemacs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Treemacs-item-drag">Treemacs 
item drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Displaying-File-and-Buffer-Items">Displaying File and Buffer 
Items</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-troubleshooting-Smart-Keys">troubleshooting Smart 
Keys</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Debugging">Smart Key Debugging</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-tutorial">tutorial</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Manual-Overview">Manual Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-type-definition">type 
definition</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Types">Creating Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-type-redefinition">type 
redefinition</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Button-Type-Precedence">Button Type Precedence</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-type-redefinition-1">type 
redefinition</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-Types">Creating Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-table-of-contents">table of contents</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-table-of-contents-1">table of contents</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-table-of-contents-2">table of contents</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tabs_002c-inserting">tabs, inserting</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tag">tag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-TAGS-file">TAGS file</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tags-file">tags file</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tar-archive-browsing">tar archive 
browsing</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-Tar-File-Mode">Smart Key - Tar File Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-terminal-use">terminal use</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons">Buttons</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-testing">testing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Texinfo-cross_002dreference">Texinfo 
cross-reference</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Texinfo-manual">Texinfo manual</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Documentation">Documentation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-text-file">text file</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Inserting-and-Importing">Inserting 
and Importing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-thing">thing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-thing-1">thing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-things">things</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-throw-item">throw item</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-throw-region">throw region</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-thumbnails">thumbnails</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Image-Thumbnails">Smart Key - Image 
Thumbnails</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-toc-action-type">toc action type</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-toc-implicit-button-type">toc implicit button 
type</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-todotxt_002dmode">todotxt-mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Todotxt-Mode">Smart 
Key - Todotxt Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-toggle-HyControl-mode">toggle HyControl 
mode</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-toggle-key-bindings">toggle key 
bindings</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Invocation">Invocation</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-toggling-blank-lines">toggling blank 
lines</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-top_002dlevel-cell">top-level cell</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Outlines">Creating 
Outlines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-top_002dlevel-cell-1">top-level cell</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Idstamps">Idstamps</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-top_002dlevel-menu">top-level menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-top_002dlevel-view">top-level view</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Tramp">Tramp</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Tramp-1">Tramp</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Using-URLs-with-Find_002dFile">Using 
URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-transposing-cells">transposing cells</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Transposing">Transposing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tree_002c-copying">tree, copying</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Relocating-and-Copying">Relocating 
and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tree_002c-demoting">tree, demoting</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tree_002c-exporting">tree, exporting</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Relocating-and-Copying">Relocating 
and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tree_002c-filling">tree, filling</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tree_002c-hide-subtree">tree, hide 
subtree</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tree_002c-killing">tree, killing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Adding-and-Killing">Adding and 
Killing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tree_002c-mailing">tree, mailing</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Relocating-and-Copying">Relocating 
and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tree_002c-moving">tree, moving</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Relocating-and-Copying">Relocating 
and Copying</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tree_002c-promoting">tree, promoting</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tree_002c-show">tree, show</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tree_002c-show-1">tree, show</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hiding-and-Showing">Hiding and 
Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tree_002c-show-subtree">tree, show 
subtree</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Treemacs">Treemacs</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Treemacs-1">Treemacs</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Treemacs">Smart Key 
- Treemacs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Treemacs-item-drag">Treemacs item drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Displaying-File-and-Buffer-Items">Displaying File and Buffer 
Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-troubleshooting-Smart-Keys">troubleshooting Smart 
Keys</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Debugging">Smart Key Debugging</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-tutorial">tutorial</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Manual-Overview">Manual 
Overview</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-type-definition">type definition</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Types">Creating 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-type-redefinition">type redefinition</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Button-Type-Precedence">Button Type 
Precedence</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-type-redefinition-1">type redefinition</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Creating-Types">Creating 
Types</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-U">U</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-unbury-buffer">unbury 
buffer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-unburying">unburying</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-UNIX-manual">UNIX 
manual</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-unshifted-mouse-bindings">unshifted mouse 
bindings</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-unshifted-mouse-keys">unshifted 
mouse keys</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-URL">URL</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-URL-1">URL</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-URL-2">URL</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW URLs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-URLs_002c-abbreviated">URLs, 
abbreviated</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-URLs_002c-using-with-find_002dfile">URLs, using with 
find-file</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-USENET">USENET</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-USENET-1">USENET</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-News">Buttons in News</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-username">username</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-unbury-buffer">unbury buffer</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline 
Clicks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-unburying">unburying</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-UNIX-manual">UNIX manual</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-unshifted-mouse-bindings">unshifted mouse 
bindings</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-unshifted-mouse-keys">unshifted mouse 
keys</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-URL">URL</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-URL-1">URL</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-URL-2">URL</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-WWW-URLs">Smart Key 
- WWW URLs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-URLs_002c-abbreviated">URLs, 
abbreviated</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-URLs_002c-using-with-find_002dfile">URLs, using with 
find-file</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-USENET">USENET</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-USENET-1">USENET</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-News">Buttons in 
News</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-username">username</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-V">V</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-variable-display-implicit-button">variable display implicit 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-variable-setting">variable 
setting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Customization">Customization</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-variables">variables</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-vector">vector</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Thing-Selection">Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-vector-1">vector</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-version-control">version 
control</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-version-control-1">version 
control</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-version-control-2">version 
control</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-version-control-3">version 
control</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-version-control-4">version 
control</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Magit-Mode">Smart Key - Magit Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-version-description">version 
description</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Suggestion-or-Bug-Reporting">Suggestion or Bug Reporting</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-vertical-drag">vertical 
drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-vertical-drag-1">vertical 
drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-view">view</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Viewing-Outlines">Viewing Outlines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-view-mode">view 
mode</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-View-Mode">Smart Key - View Mode</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-view-spec">view 
spec</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-view-spec_002c-all-lines-and-levels">view spec, all lines and 
levels</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-view-spec_002c-blank-lines">view 
spec, blank lines</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-view-spec_002c-changing">view 
spec, changing</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-view-spec_002c-characters">view 
spec, characters</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-view-spec_002c-ellipses">view 
spec, ellipses</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-view-spec_002c-example">view 
spec, example</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-view-spec_002c-klink">view spec, 
klink</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-view-spec_002c-label-type">view 
spec, label type</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-view-spec_002c-lines-per-cell">view spec, lines per 
cell</a>:</td><td>&nbsp;</td><td valign="top"><a href="#View-Specs">View 
Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-view-spec_002c-setting">view 
spec, setting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-view-spec_002c-show-levels">view 
spec, show levels</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#View-Specs">View Specs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-virtual-numeric-keypad">virtual 
numeric keypad</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-VM">VM</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-variable-display-implicit-button">variable display implicit 
button</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-variable-setting">variable setting</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Customization">Customization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-variables">variables</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Hook-Variables">Hook 
Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vector">vector</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vector-1">vector</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-version-control">version control</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-version-control-1">version control</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-version-control-2">version control</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-version-control-3">version control</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-version-control-4">version control</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Magit-Mode">Smart 
Key - Magit Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-version-description">version 
description</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Suggestion-or-Bug-Reporting">Suggestion or Bug Reporting</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vertical-drag">vertical drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vertical-drag-1">vertical drag</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-view">view</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Viewing-Outlines">Viewing 
Outlines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-view-mode">view mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-View-Mode">Smart Key 
- View Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-view-spec">view spec</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-view-spec_002c-all-lines-and-levels">view spec, all lines and 
levels</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-view-spec_002c-blank-lines">view spec, blank 
lines</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-view-spec_002c-changing">view spec, 
changing</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-view-spec_002c-characters">view spec, 
characters</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-view-spec_002c-ellipses">view spec, 
ellipses</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-view-spec_002c-example">view spec, 
example</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-view-spec_002c-klink">view spec, klink</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-view-spec_002c-label-type">view spec, label 
type</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-view-spec_002c-lines-per-cell">view spec, lines per 
cell</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-view-spec_002c-setting">view spec, 
setting</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-view-spec_002c-show-levels">view spec, show 
levels</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#View-Specs">View Specs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-virtual-numeric-keypad">virtual numeric 
keypad</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-VM">VM</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Buttons-in-Mail">Buttons in 
Mail</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-W">W</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-W3">W3</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW URLs</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-wconfig-commands">wconfig 
commands</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-web-pages_002c-displaying">web 
pages, displaying</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-web-search">web 
search</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-web-search-link">web search 
link</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Action-Types">Action 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-web-search-menu">web search 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Web-Search-Engines">Web 
Search Engines</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-web-search-menu-1">web search 
menu</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-where-to-display">where to 
display</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Referent-Display">Referent Display</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window-by-letter">window by 
letter</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window-configuration">window 
configuration</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-window-configuration-commands">window configuration 
commands</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-window-configuration-drag">window configuration 
drag</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Saving-and-Restoring-Window-Configurations">Saving and Restoring Window 
Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-window-configuration-ring">window configuration 
ring</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-window-configuration_002c-restore">window configuration, 
restore</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window-configurations">window 
configurations</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window-link-button">window link 
button</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window-system">window 
system</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#External-Viewers">External Viewers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window_002c-clone">window, 
clone</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Cloning-Windows">Cloning Windows</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window_002c-clone-1">window, 
clone</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window_002c-clone-2">window, 
clone</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window_002c-make">window, 
make</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window_002c-maximize">window, 
maximize</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window_002c-move">window, 
move</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window_002c-other">window, 
other</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window_002c-shrink">window, 
shrink</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window_002c-swap-buffer">window, 
swap buffer</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Swapping-Buffers">Swapping Buffers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-window_002c-zoom">window, 
zoom</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-windows">windows</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-windows-control">windows 
control</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-windows-grid">windows 
grid</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-windows-grid-1">windows 
grid</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-windows_002c-balance">windows, 
balance</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-windows_002c-equalize">windows, 
equalize</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-windows_002c-rebalance">windows, 
rebalance</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-word-wrap">word 
wrap</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-World_002dwide-Web">World-wide 
Web</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-World_002dwide-Web-1">World-wide 
Web</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Action-Types">Action 
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-World_002dwide-Web-2">World-wide 
Web</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW URLs</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-WWW">WWW</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-WWW-1">WWW</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-WWW-2">WWW</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW URLs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-W3">W3</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-WWW-URLs">Smart Key 
- WWW URLs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-wconfig-commands">wconfig commands</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Window-Configurations">Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-web-pages_002c-displaying">web pages, 
displaying</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Using-URLs-with-Find_002dFile">Using URLs with Find-File</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-web-search">web search</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-web-search-link">web search link</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-web-search-menu">web search menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Web-Search-Engines">Web Search 
Engines</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-web-search-menu-1">web search menu</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-where-to-display">where to display</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Referent-Display">Referent 
Display</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window-by-letter">window by letter</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window-configuration">window 
configuration</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window-configuration-commands">window configuration 
commands</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window-configuration-drag">window configuration 
drag</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Saving-and-Restoring-Window-Configurations">Saving and Restoring Window 
Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window-configuration-ring">window configuration 
ring</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window-configuration_002c-restore">window configuration, 
restore</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Default-Hyperbole-Bindings">Default Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window-configurations">window 
configurations</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Window-Configurations">Window Configurations</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window-link-button">window link button</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Keyboard-Drags">Keyboard 
Drags</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window-system">window system</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#External-Viewers">External 
Viewers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window_002c-clone">window, clone</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Cloning-Windows">Cloning 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window_002c-clone-1">window, clone</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window_002c-clone-2">window, clone</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window_002c-make">window, make</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window_002c-maximize">window, maximize</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window_002c-move">window, move</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a 
Window</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window_002c-other">window, other</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window_002c-shrink">window, shrink</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window_002c-swap-buffer">window, swap 
buffer</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Swapping-Buffers">Swapping Buffers</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-window_002c-zoom">window, zoom</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-windows">windows</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-windows-control">windows control</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-windows-grid">windows grid</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-windows-grid-1">windows grid</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Default-Hyperbole-Bindings">Default 
Hyperbole Bindings</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-windows_002c-balance">windows, balance</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-windows_002c-equalize">windows, 
equalize</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-windows_002c-rebalance">windows, 
rebalance</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Creating-and-Deleting-Windows">Creating and Deleting 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-word-wrap">word wrap</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Filling">Filling</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-World_002dwide-Web">World-wide Web</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-World_002dwide-Web-1">World-wide Web</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-World_002dwide-Web-2">World-wide Web</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-WWW-URLs">Smart Key 
- WWW URLs</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-WWW">WWW</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-WWW-1">WWW</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Action-Types">Action 
Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-WWW-2">WWW</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-WWW-URLs">Smart Key 
- WWW URLs</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-X">X</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-xdb">xdb</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-XML-tag-pair">XML tag 
pair</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-xdb">xdb</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-XML-tag-pair">XML tag pair</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-Y">Y</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-yank-region">yank 
region</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-yank_002c-reformatting">yank, 
reformatting</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-yanking">yanking</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Thing-Selection">Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-yanking-1">yanking</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Mouse-Drags-between-Windows">Smart Mouse Drags between 
Windows</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-yanking-2">yanking</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-yank-region">yank region</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-Thing-Selection">Smart Key 
Thing Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-yank_002c-reformatting">yank, 
reformatting</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Hook-Variables">Hook Variables</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-yanking">yanking</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Thing-Selection">Thing 
Selection</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-yanking-1">yanking</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Mouse-Drags-between-Windows">Smart Mouse Drags between 
Windows</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-yanking-2">yanking</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited 
Things</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="Concept-Index_cp_letter-Z">Z</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-zooming">zooming</a>:</td><td>&nbsp;</td><td valign="top"><a 
href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-zooming">zooming</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 </table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#Concept-Index_cp_symbol-1"><b>&lt;</b></a>
+<table class="cp-letters-footer-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#Concept-Index_cp_symbol-1"><b>&lt;</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_symbol-2"><b>|</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_symbol-2"><b>|</b></a>
  &nbsp; 
 <br>
-<a class="summary-letter" href="#Concept-Index_cp_letter-A"><b>A</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-A"><b>A</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-B"><b>B</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-B"><b>B</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-C"><b>C</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-C"><b>C</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-D"><b>D</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-D"><b>D</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-E"><b>E</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-E"><b>E</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-F"><b>F</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-F"><b>F</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-G"><b>G</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-G"><b>G</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-H"><b>H</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-H"><b>H</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-I"><b>I</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-I"><b>I</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-J"><b>J</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-J"><b>J</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-K"><b>K</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-K"><b>K</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-L"><b>L</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-L"><b>L</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-M"><b>M</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-M"><b>M</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-N"><b>N</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-N"><b>N</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-O"><b>O</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-O"><b>O</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-P"><b>P</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-P"><b>P</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-Q"><b>Q</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-Q"><b>Q</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-R"><b>R</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-R"><b>R</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-S"><b>S</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-S"><b>S</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-T"><b>T</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-T"><b>T</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-U"><b>U</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-U"><b>U</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-V"><b>V</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-V"><b>V</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-W"><b>W</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-W"><b>W</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-X"><b>X</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-X"><b>X</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-Y"><b>Y</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-Y"><b>Y</b></a>
  &nbsp; 
-<a class="summary-letter" href="#Concept-Index_cp_letter-Z"><b>Z</b></a>
+<a class="summary-letter-printindex" 
href="#Concept-Index_cp_letter-Z"><b>Z</b></a>
  &nbsp; 
 </td></tr></table>
+</div>
 
-<hr>
+</div>
 
 
 
diff --git a/man/hyperbole.info b/man/hyperbole.info
index 8015cfb9df..43361cd198 100644
Binary files a/man/hyperbole.info and b/man/hyperbole.info differ
diff --git a/man/hyperbole.pdf b/man/hyperbole.pdf
index 199c635ac1..3f769dfd4e 100644
Binary files a/man/hyperbole.pdf and b/man/hyperbole.pdf differ
diff --git a/man/hyperbole.texi b/man/hyperbole.texi
index cebfde5352..55639da5c1 100644
--- a/man/hyperbole.texi
+++ b/man/hyperbole.texi
@@ -7,7 +7,7 @@
 @c Author:       Bob Weiner
 @c
 @c Orig-Date:     6-Nov-91 at 11:18:03
-@c Last-Mod:      3-Dec-22 at 02:35:10 by Bob Weiner
+@c Last-Mod:      7-Jan-23 at 20:23:20 by Bob Weiner
 
 @c %**start of header (This is for running Texinfo on a region.)
 @setfilename hyperbole.info
@@ -156,7 +156,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</P>
 
 <PRE>
 Edition 8.0.1pre
-Printed December 3, 2022.
+Printed January 7, 2023.
 
   Published by the Free Software Foundation, Inc.
   Author:    Bob Weiner
@@ -198,7 +198,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 @example
 Edition 8.0.1pre
-December 3, 2022
+January 7, 2023
 
   Published by the Free Software Foundation, Inc.
   Author:    Bob Weiner
@@ -1951,12 +1951,15 @@ buttons, @pxref{Utilizing Explicit Buttons}.
 
 @cindex link button
 @cindex referent
-Each explicit button is assigned an action type that determines the actions
-it performs.  @dfn{Link action types} connect buttons to particular types
-of @dfn{referents}, the targets of their links.  Link action type names all
-begin with @code{link-}.  Link action button referents are displayed when
-such buttons are activated with a press or a click.  @xref{Action Types},
-for a list of standard action types including link types.
+Each explicit button is assigned an action type that determines the
+actions it performs.  Hyperbole includes its own set of useful action
+types but any named, interactive Emacs Lisp command may be used.  For
+example, @dfn{Link action types} connect buttons to particular types
+of @dfn{referents}, the targets of their links.  Link action type
+names all begin with @code{link-}.  Link action button referents are
+displayed when such buttons are activated with a press or a click.
+@xref{Action Types}, for a list of Hyperbole action types, including
+link types.
 
 @cindex linking, in-place
 @cindex Hyperbole data model
@@ -2032,23 +2035,23 @@ Manual}, for details on bookmarks.
 @cindex button, implicit
 @cindex implicit button
 @findex link-to-file
-@dfn{Implicit buttons} are virtual buttons recognized within the
-natural structure of a document.  For example, a web URL button that
-displays its link or an email address button that starts a mail
-message to the associated address.  Implicit buttons are identified by
-contextual patterns found within documents.
-
-An @dfn{implicit button type} identifies a pattern or state that when
-matched triggers an @emph{action} associated with the implicit button
-type.  The action is specified by either a Hyperbole action type
-(@pxref{Action Types}) or an Emacs Lisp function.  Implicit button
-types may use the same action types that explicit buttons use.  As an
-example, the pathname implicit button type matches to any existing
-local filename or directory name and its action
-type, @code{link-to-file}, displays the associated file or directory,
-typically in another window.  An explicit button could do the same
-thing but has to be created manually, rather than recognized as part
-of the buffer text.
+@dfn{Implicit buttons} are virtual buttons recognized within the natural
+structure of a document.  For example, a web URL button that displays its link
+or an email address button that starts a mail message to the associated
+address.  Implicit buttons are identified by implicit button type contextual
+pattern matchers that identify appropriate textual patterns at point.
+
+@cindex implicit button type
+An @dfn{implicit button type} utilizes Emacs Lisp to identify a pattern or
+state that when matched triggers an @emph{action} associated with the implicit
+button type.  The action is specified by either a Hyperbole action type
+(@pxref{Action Types}) or an Emacs Lisp command.  Implicit button types may use
+the same action types that explicit buttons use.  As an example, the pathname
+implicit button type matches to any existing local filename or directory name
+and its action type, @code{link-to-file}, displays the associated file or
+directory, typically in another window.  An explicit button could do the same
+thing but has to be created manually, rather than recognized as part of the
+buffer text.
 
 @vindex file, hibtypes.el
 @cindex context
@@ -2113,7 +2116,7 @@ implicit button types (they are listed in increasing 
order of priority).
 
 @table @code
 
-@findex ibtypes org-mode
+@findex ibtypes smart-org
 @cindex org-mode
 @cindex radio target
 @cindex code block
@@ -2124,7 +2127,10 @@ implicit button types (they are listed in increasing 
order of priority).
 @findex org-meta-return
 @findex hsys-org-mode-p
 @vindex file, hsys-org.el
-@item org-mode
+@item smart-org
+@code{smart-org} is not an actual implicit button type, just an Elisp function,
+but it behaves similarly, so it is documented here.
+
 Hyperbole recognizes Org mode constructs in any of these modes:
 @code{org-mode}, @code{org-agenda-mode}, @code{outshine-mode}
 or @code{poporg-mode}.  (See the function @code{hsys-org-mode-p}).
@@ -2245,6 +2251,16 @@ at the top of that file for more information.
 Insert the completion at point (from a completions buffer) into the
 minibuffer or the other window.
 
+@findex ibtypes action
+@cindex action button
+@cindex action implicit button
+@cindex function call implicit button
+@cindex variable display implicit button
+@item action
+The Action Button type.  At point, activate any of: an Elisp variable, a
+Hyperbole action-type, or an Elisp function call surrounded by <> rather than
+().  If an Elisp variable, display a message showing its value.
+
 @findex ibtypes hyp-source
 @cindex Hyperbole report
 @vindex file, DEMO
@@ -2325,6 +2341,14 @@ Jump to the source line associated with a debugger stack 
frame or
 breakpoint line.  This works with gdb, dbx, and xdb.  Such lines are
 recognized in any buffer.
 
+@findex ibtypes grep-msg
+@cindex grep
+@cindex compiler error
+@cindex match lines
+@item grep-msg
+Jump to the line associated with a grep or compilation error message.
+Messages are recognized in any buffer.
+
 @findex ibtypes ripgrep-msg
 @cindex grep
 @cindex ripgrep
@@ -2344,13 +2368,15 @@ msg.  ipython outputs each pathname once followed by 
all matching
 lines in that pathname.  Messages are recognized in any buffer (other
 than a helm completion buffer).
 
-@findex ibtypes grep-msg
-@cindex grep
-@cindex compiler error
-@cindex match lines
-@item grep-msg
-Jump to the line associated with a grep or compilation error message.
-Messages are recognized in any buffer.
+@cindex link, pathname line and column
+@cindex line and column
+@cindex pathname, line and column
+@findex ibtypes pathname-line-and-column
+@item pathname-line-and-column
+Make a valid @file{pathname:line-num[:column-num]} pattern display the
+path at @emph{line-num} and optional @emph{column-num}.  Also works
+for remote pathnames.  May also contain hash-style link references
+with the following format: 
@file{<path>[#<link-anchor>]:<line-num>[:<column-num>]}.
 
 @findex ibtypes ilink
 @cindex implicit button link
@@ -2437,6 +2463,40 @@ Any key sequence must be a string of one of the 
following:
 @item or a valid key sequence together with its interactive arguments.
 @end itemize
 
+@findex ibtypes debbugs-gnu-mode
+@cindex bug tracking
+@cindex issue tracking
+@item debbugs-gnu-mode
+Debbugs is a client-server issue tracker used by GNU free software
+projects, including Hyperbole, to manage issues and maintain threads
+of discussion around them.  You issue queries to a Debbugs server and
+it returns a listing entry for each matching issue.  When on a GNU
+Debbugs listing entry in @code{debbugs-gnu-mode}, an Action Key press
+displays the discussion of the selected issue; an Assist Key press
+pretty prints the status of the issue to a window below the listing
+window.
+
+@findex ibtypes debbugs-gnu-query
+@item debbugs-gnu-query
+Display the results of a Debbugs query based on a bug reference string
+around point.  This works in most types of buffers.  If the query
+includes a single id number, it displays the original message
+submission for that id and allows browsing of the followup discussion.
+The following buffer text formats are accepted (with point prior to
+any attribute):
+
+@smallexample
+bug#id-number, bug# id-number, bug #id-number or bug id-number
+bug?attr1=val1&attr2=val2&attr3=val3
+bug#id-number?attr1=val1&attr2=val2&attr3=val3
+@end smallexample
+
+@vindex file, hib-debbugs.el
+@noindent
+Note that @emph{issue} or @emph{debbugs} may also be used in place
+of @emph{bug}.  See the documentation at the top of
+the @file{hib-debbugs.el} file for detailed query format information.
+
 @findex ibtypes dir-summary
 @vindex file, MANIFEST
 @vindex file, DIR
@@ -2505,51 +2565,12 @@ program.
 Summarize contents of an Internet rfc from anywhere within an rfc buffer.
 Each line of the summary may be selected to jump to the associated section.
 
-@findex ibtypes actions
-@cindex action implicit button
-@cindex function call implicit button
-@cindex variable display implicit button
-@item action
-Execute an angle bracket delimited Hyperbole action, Elisp function call or
-display of an Elisp variable and its value.
-
 @findex ibtypes markdown-internal-link
 @cindex markdown link
 @item markdown-internal-link
 Display any in-file Markdown link referent.  Pathnames and urls are
 handled elsewhere.
-
-@findex ibtypes git-reference
-@cindex git reference
-@cindex version control
-@vindex hibtypes-git-default-project
-@item git-reference
-Display the git entity associated with REFERENCE and optional PROJECT.
-See @file{$@{hyperb:dir@}/DEMO#Git (Local) References} for examples.
-
-REFERENCE is a string of one of the following forms:
-@itemize @bullet
-@item <ref-item>
-@item /?<project>/<ref-item>
-@item /<project>.
-@end itemize
-
-<ref-item> is one of these:
-@table @asis
-@item one of the words: branches, commits, or tags
-the associated items are listed
-@item one of the words: branch, commit, or tag followed by a '/' and item id
-the item is shown
-@item a commit reference given by a hex number, 55a1f0
-the commit diff is displayed
-@item a branch or tag reference given by an alphanumeric name, e.g. hyper20
-the files in the branch are listed.
-@end table
-
-@vindex hibtypes-git-default-project
-If given, PROJECT overrides any project value in REFERENCE.  If no PROJECT
-value is provided, it defaults to the value of 
@code{hibtypes-git-default-project}. 
-
+  
 @findex ibtypes git-commit-reference
 @findex hypb:fgrep-git-log
 @findex hypb:grep-git-log
@@ -2564,82 +2585,6 @@ and @code{hypb:grep-git-log} to list git commit 
references whose changesets cont
 either the string (fgrep) or regular expression (grep) given.  Then an Action 
Key
 press displays the associated changeset.
 
-@findex ibtypes github-reference
-@cindex github reference
-@cindex version control
-@vindex hibtypes-github-default-project
-@vindex hibtypes-github-default-user
-@item github-reference
-Display the Github entity associated with REFERENCE and optional USER and 
PROJECT.
-See @file{$@{hyperb:dir@}/DEMO#Github (Remote) References} for examples.
-
-REFERENCE is a string of one of the following forms:
-@itemize @bullet
-@item <ref-item>
-@item <user>/<project>/<ref-item>
-@item <project>/<ref-item>
-@item /<project>.
-@end itemize
-
-<ref-item> is one of these:
-@table @asis
-@item @bullet{} one of the words: branches, commits, issues, pulls, or tags
-the associated items are listed
-@item @bullet{} one of the words: branch, commit, issue, pull or tag followed 
by a '/' and item id
-the item is shown
-@item @bullet{} an issue reference given by a positive integer, e.g. @emph{92} 
or prefaced with @emph{GH-}, like GH-92
-the issue is displayed
-@item @bullet{} a commit reference given by a hex number, 55a1f0
-the commit diff is displayed
-@item @bullet{} a branch or tag reference given by an alphanumeric name, e.g. 
hyper20
-the files in the branch are listed.
-@end table
-
-@vindex hibtypes-github-default-user
-USER defaults to the value of @code{hibtypes-github-default-user}.
-If given, PROJECT overrides any project value in REFERENCE.  If no
-PROJECT value is provided, it defaults to the value of
-@code{hibtypes-github-default-project}.
-
-@findex ibtypes gitlab-reference
-@cindex gitlab reference
-@cindex version control
-@vindex hibtypes-gitlab-default-project
-@vindex hibtypes-gitlab-default-user
-@item gitlab-reference
-Display the Gitlab entity associated with REFERENCE and optional USER and 
PROJECT.
-See @file{../DEMO#Gitlab (Remote) References} for examples.
-
-REFERENCE is a string of one of the following forms:
-@itemize @bullet
-@item <ref-item>
-@item <user>/<project>/<ref-item>
-@item <project>/<ref-item>
-@item /<group>/<project>.
-or
-@item /<project-or-group> (where a group is a collection of projects)
-@end itemize
-
-<ref-item> is one of these:
-@table @asis
-@item @bullet{} one of the words: activity, analytics, boards or kanban, 
branches, commits, contributors, groups, issues or list, jobs, labels, 
merge_requests, milestones, pages, pipelines, pipeline_charts, members or 
people or staff, projects, pulls, schedules, snippets, status or tags
-the associated items are listed
-@item @bullet{} one of the words: branch, commit(s), issue(s), milestone(s), 
pull(s), snippet(s) or tag(s) followed by a '/' or '=' and an item-id
-the item is shown
-@item @bullet{} an issue reference given by a positive integer, e.g. @emph{92} 
or prefaced with @emph{GL-}, like GL-92
-the issue is displayed
-@item @bullet{} a commit reference given by a hex number, 55a1f0
-the commit diff is displayed
-@item @bullet{} a branch or tag reference given by an alphanumeric name, e.g. 
hyper20
-the files in the branch are listed.
-@end table
-
-@vindex hibtypes-gitlab-default-user
-USER defaults to the value of @code{hibtypes-gitlab-default-user}.
-If given, PROJECT overrides any project value in REFERENCE.  If no
-PROJECT value is provided, it defaults to the value of
-@code{hibtypes-gitlab-default-project}.
-
 @findex ibtypes social-reference
 @cindex hashtag
 @cindex username
@@ -2665,40 +2610,6 @@ value of @code{hibtypes-social-default-service} (default 
value of
 ``twitter'') when not given, so #hashtag would be the same as
 twitter#hashtag.
 
-@findex ibtypes debbugs-gnu-mode
-@cindex bug tracking
-@cindex issue tracking
-@item debbugs-gnu-mode
-Debbugs is a client-server issue tracker used by GNU free software
-projects, including Hyperbole, to manage issues and maintain threads
-of discussion around them.  You issue queries to a Debbugs server and
-it returns a listing entry for each matching issue.  When on a GNU
-Debbugs listing entry in @code{debbugs-gnu-mode}, an Action Key press
-displays the discussion of the selected issue; an Assist Key press
-pretty prints the status of the issue to a window below the listing
-window.
-
-@findex ibtypes debbugs-gnu-query
-@item debbugs-gnu-query
-Display the results of a Debbugs query based on a bug reference string
-around point.  This works in most types of buffers.  If the query
-includes a single id number, it displays the original message
-submission for that id and allows browsing of the followup discussion.
-The following buffer text formats are accepted (with point prior to
-any attribute):
-
-@smallexample
-bug#id-number, bug# id-number, bug #id-number or bug id-number
-bug?attr1=val1&attr2=val2&attr3=val3
-bug#id-number?attr1=val1&attr2=val2&attr3=val3
-@end smallexample
-
-@vindex file, hib-debbugs.el
-@noindent
-Note that @emph{issue} or @emph{debbugs} may also be used in place
-of @emph{bug}.  See the documentation at the top of
-the @file{hib-debbugs.el} file for detailed query format information.
-
 @findex ibtypes annot-bib
 @cindex bibliography
 @cindex reference
@@ -2717,16 +2628,6 @@ whose names begin with a ` ' or `*' character.
 @c Display the in-buffer definition of an identifier that point is within or 
after, else nil.
 @c This triggers only when imenu has already been used to generate an 
in-buffer item index.
 
-@cindex link, pathname line and column
-@cindex line and column
-@cindex pathname, line and column
-@findex ibtypes pathname-line-and-column
-@item pathname-line-and-column
-Make a valid @file{pathname:line-num[:column-num]} pattern display the
-path at @emph{line-num} and optional @emph{column-num}.  Also works
-for remote pathnames.  May also contain hash-style link references
-with the following format: 
@file{<path>[#<link-anchor>]:<line-num>[:<column-num>]}.
-
 @findex ibtypes mail-address
 @cindex e-mail address
 @cindex rolo address
@@ -2838,8 +2739,9 @@ button syntax and all button data stored in the button 
source file,
 there are @emph{action buttons}.
 
 @dfn{Action Buttons} are a form of implicit buttons that can execute
-any existing action types or Emacs Lisp functions.  Such buttons are
-delimited by angle brackets, < >, and come in three types:
+any existing action types, Emacs Lisp functions or display the values
+of Emacs Lisp variables and constants.  Such buttons are delimited by
+angle brackets, < >, and come in three types:
 
 @table @dfn
 @item action type invocations
@@ -2949,10 +2851,15 @@ such resources.
 @cindex argument, use
 @cindex action
 @cindex button action
-@dfn{Action types} are special functions that specify Hyperbole button
-behaviors.  Each action type may be used by any category of button:
-global, explicit, or implicit.  The arguments needed by an action type
-are prompted for at button creation time or in the case of an implicit
+@dfn{Action types} are Emacs Lisp commands that specify Hyperbole
+button behaviors.  Hyperbole includes a useful set of action types
+defined within their own namespace and created with the @code{defact}
+macro.  See the Hyperbole file, @file{hactypes.el}, for examples of
+how to define your own Hyperbole action types.
+
+Each action type may be used by any category of button: global,
+explicit, or implicit.  The arguments needed by an action type are
+prompted for at button creation time or in the case of an implicit
 button, computed when the button is activated.  During button
 activation, the arguments are fed to the action type's body to achieve
 the desired result.  This body is called the button @dfn{action}.
@@ -2963,8 +2870,7 @@ creating explicit or global buttons.
 
 @cindex actypes, list of
 @noindent
-The standard action types included with Hyperbole in alphabetical order
-are:
+Hyperbole action types in alphabetical order are:
 
 @table @code
 @findex actypes annot-bib
@@ -2978,6 +2884,20 @@ Insert a completion at point into the minibuffer or a 
buffer.
 Unless point is at the end of buffer or if a completion has already been 
 inserted, in which case, delete the completions window.
 
+@findex actypes debbugs-gnu-query
+@item debbugs-gnu-query
+Display the discussion of Gnu debbugs ID (a positive integer).
+
+@findex actypes display-boolean
+@item display-boolean
+Display a message showing the result value of a BOOL-EXPR.
+Return any non-@samp{nil} value or @samp{t}.
+
+@findex actypes display-value
+@item display-value
+Display a message showing VALUE (a symbol) and its value.
+Return any non-@samp{nil} value or @samp{t}.
+
 @findex actypes display-variable
 @item display-variable-value
 Display a message showing the given variable name and its value.
@@ -3005,6 +2925,113 @@ output to the shell buffer before executing SHELL-CMD.
 @item exec-window-cmd
 Asynchronously execute an external window-based SHELL-CMD string.
 
+@findex actypes git-reference
+@cindex git reference
+@cindex version control
+@vindex hibtypes-git-default-project
+@item git-reference
+Display the git entity associated with REFERENCE and optional PROJECT.
+See @file{$@{hyperb:dir@}/DEMO#Git (Local) References} for examples.
+
+REFERENCE is a string of one of the following forms:
+@itemize @bullet
+@item <ref-item>
+@item /?<project>/<ref-item>
+@item /<project>.
+@end itemize
+
+<ref-item> is one of these:
+@table @asis
+@item one of the words: branches, commits, or tags
+the associated items are listed
+@item one of the words: branch, commit, or tag followed by a '/' and item id
+the item is shown
+@item a commit reference given by a hex number, 55a1f0
+the commit diff is displayed
+@item a branch or tag reference given by an alphanumeric name, e.g. hyper20
+the files in the branch are listed.
+@end table
+
+@vindex hibtypes-git-default-project
+If given, PROJECT overrides any project value in REFERENCE.  If no PROJECT
+value is provided, it defaults to the value of 
@code{hibtypes-git-default-project}. 
+
+@findex actypes github-reference
+@cindex github reference
+@cindex version control
+@vindex hibtypes-github-default-project
+@vindex hibtypes-github-default-user
+@item github-reference
+Display the Github entity associated with REFERENCE and optional USER and 
PROJECT.
+See @file{$@{hyperb:dir@}/DEMO#Github (Remote) References} for examples.
+
+REFERENCE is a string of one of the following forms:
+@itemize @bullet
+@item <ref-item>
+@item <user>/<project>/<ref-item>
+@item <project>/<ref-item>
+@item /<project>.
+@end itemize
+
+<ref-item> is one of these:
+@table @asis
+@item @bullet{} one of the words: branches, commits, issues, pulls, or tags
+the associated items are listed
+@item @bullet{} one of the words: branch, commit, issue, pull or tag followed 
by a '/' and item id
+the item is shown
+@item @bullet{} an issue reference given by a positive integer, e.g. @emph{92} 
or prefaced with @emph{GH-}, like GH-92
+the issue is displayed
+@item @bullet{} a commit reference given by a hex number, 55a1f0
+the commit diff is displayed
+@item @bullet{} a branch or tag reference given by an alphanumeric name, e.g. 
hyper20
+the files in the branch are listed.
+@end table
+
+@vindex hibtypes-github-default-user
+USER defaults to the value of @code{hibtypes-github-default-user}.
+If given, PROJECT overrides any project value in REFERENCE.  If no
+PROJECT value is provided, it defaults to the value of
+@code{hibtypes-github-default-project}.
+
+@findex actypes gitlab-reference
+@cindex gitlab reference
+@cindex version control
+@vindex hibtypes-gitlab-default-project
+@vindex hibtypes-gitlab-default-user
+@item gitlab-reference
+Display the Gitlab entity associated with REFERENCE and optional USER and 
PROJECT.
+See @file{../DEMO#Gitlab (Remote) References} for examples.
+
+REFERENCE is a string of one of the following forms:
+@itemize @bullet
+@item <ref-item>
+@item <user>/<project>/<ref-item>
+@item <project>/<ref-item>
+@item /<group>/<project>.
+or
+@item /<project-or-group> (where a group is a collection of projects)
+@end itemize
+
+<ref-item> is one of these:
+@table @asis
+@item @bullet{} one of the words: activity, analytics, boards or kanban, 
branches, commits, contributors, groups, issues or list, jobs, labels, 
merge_requests, milestones, pages, pipelines, pipeline_charts, members or 
people or staff, projects, pulls, schedules, snippets, status or tags
+the associated items are listed
+@item @bullet{} one of the words: branch, commit(s), issue(s), milestone(s), 
pull(s), snippet(s) or tag(s) followed by a '/' or '=' and an item-id
+the item is shown
+@item @bullet{} an issue reference given by a positive integer, e.g. @emph{92} 
or prefaced with @emph{GL-}, like GL-92
+the issue is displayed
+@item @bullet{} a commit reference given by a hex number, 55a1f0
+the commit diff is displayed
+@item @bullet{} a branch or tag reference given by an alphanumeric name, e.g. 
hyper20
+the files in the branch are listed.
+@end table
+
+@vindex hibtypes-gitlab-default-user
+USER defaults to the value of @code{hibtypes-gitlab-default-user}.
+If given, PROJECT overrides any project value in REFERENCE.  If no
+PROJECT value is provided, it defaults to the value of
+@code{hibtypes-gitlab-default-project}.
+
 @findex actypes hyp-config
 @item hyp-config
 Insert Hyperbole configuration and debugging information at the end
@@ -3021,8 +3048,16 @@ Display a buffer or file from a line beginning with 
@code{hbut:source-prefix}.
 
 @findex actypes kbd-key
 @item kbd-key
-Execute the function binding for KEY-SEQUENCE, delimited by @{@}.
-Return @samp{t} if a KEY-SEQUENCE has a binding, else @samp{nil}.
+Execute a normalized KEY-SERIES (series of key sequences) without curly braces.
+Each key sequence within KEY-SERIES must be a string of one of the following:
+@itemize @bullet
+@item a Hyperbole minibuffer menu item key sequence,
+@item a HyControl key sequence,
+@item a M-x extended command,
+@item or a valid key sequence together with its interactive arguments.
+@end itemize
+
+Return @samp{t} if the sequence appears to be valid, else @samp{nil}.
 
 @cindex link action types
 @findex actypes link-to-bookmark
@@ -3084,7 +3119,13 @@ filename and nodename is available.  Filename may be 
given without the
 
 @findex actypes link-to-ibut
 @item link-to-ibut
-Perform an action given by an implicit button, specified by KEY, optional 
KEY-FILE and POINT.
+Perform implicit button action specified by KEY, optional BUT-SRC and
+POINT.  BUT-SRC defaults to the current buffer’s file or if there is
+no attached file, then to its buffer name.  POINT defaults to the
+current point.
+
+When the button with this action type is created, point must be on the
+implicit button to which to link.
 
 @findex actypes link-to-kcell
 @findex kcell:ref-to-id
@@ -3155,12 +3196,28 @@ and the @code{browse-url} package to display search 
results.
 Display a man page on TOPIC, which may be of the form 
@samp{<command>(<section>}).
 Use @code{hpath:display-where} setting to control where the man page is 
displayed.
 
+@findex actypes org-internal-target-link
+@item org-internal-target-link
+Follow an optional Org mode <<INTERNAL-TARGET>> back to any first link to it.
+If INTERNAL-TARGET is nil, follow any internal target link at point. Otherwise,
+trigger an error.
+
+@findex actypes org-link
+@item org-link
+Follow an optional Org mode LINK to its target.  If LINK is nil, follow any
+link at point.  Otherwise, trigger an error.
+
+@findex actypes org-radio-target-link
+@item org-radio-target-link
+Follow an optional Org mode radio <<TARGET>> back to any first link to it.  If
+TARGET is nil, follow any radio target link at point.  Otherwise, trigger an
+error.
+
 @findex actypes rfc-toc
 @item rfc-toc
-Compute and display a summary of an Internet rfc in BUF-NAME.  Assume
-point has already been moved to the start of the region to summarize.
-Optional OPOINT is the point to return to in BUF-NAME after displaying
-the summary.
+Compute and display a summary of an Internet rfc in BUF-NAME.  Assume point has
+already been moved to the start of the region to summarize.  Optional OPOINT is
+the point to return to in BUF-NAME after displaying the summary.
 
 @findex actypes text-toc
 @cindex table of contents
@@ -6973,11 +7030,16 @@ if it is an Emacs Lisp variable name, its action is to 
display the variable valu
 See @b{Smart Key}.
 
 @item Action Type
-A behavioral specification for use within Hyperbole buttons.  Action
-types usually contain a set of parameters which must be given values for
+Emacs Lisp commands that specify Hyperbole button behaviors.  Action
+types contain zero or more arguments which must be given values for
 each button with which they are associated.  An action type together
-with a set of values, called arguments, is an @dfn{action}.
-@dfn{Actype} is a synonym for action type.
+with a set of values is an @dfn{action}.  @dfn{Actype} is a synonym
+for action type.
+
+Internally, Hyperbole defines its own namespace for action types
+defined with its @code{defact} macro by prefixing them with
+@code{ibtypes::}.  Symbols with this prefix are regular Emacs Lisp
+commands.
 
 @item Activation
 A request to a Hyperbole button to perform its action.
@@ -7215,6 +7277,10 @@ to documents created and managed by tools other than 
Hyperbole, for
 example, programming documentation.  @b{Ibtype} is a synonym for
 implicit button type.  See also @b{system encapsulation}.
 
+Internally, Hyperbole defines its own namespace for ibtypes defined
+with its @code{defib} macro by prefixing them with @code{ibtypes::}.
+Symbols with this prefix are invokable Emacs Lisp functions.
+
 @cindex InfoDock
 @item InfoDock
 InfoDock is an older integrated productivity toolset for software engineers
@@ -9358,35 +9424,53 @@ When company-mode is active:
 @group
 When in an Org mode context and @code{hsys-org-enable-smart-keys} is non-nil:
   ACTION KEY
-     (1) follows internal links in Org mode files.  When pressed on a link
-         referent/target, the link definition is displayed, allowing two-way
-         navigation between definitions and targets.
+     (1) If on an Org todo keyword, cycle through the keywords in
+         that set or if final done keyword, remove it.
 
-     (2) follows Org mode external links.
+     (2) If on an Org agenda item, jump to the item for editing.
 
-     (3) within a radio target definition, this jumps to the first occurrence
-         of an associated radio target.
+     (3) Within a radio or internal target or a link to it, jump between
+         the target and the first link to it, allowing two-way navigation.
 
-     (4) when point is on an outline heading in Org mode, this cycles the view
-         of the subtree at point.
+     (4) Follow other internal links in Org mode files.
 
-     (5) with point on the first line of a code block definition, this executes
-         the code block via the Org mode standard binding of @bkbd{C-c C-c},
-         @code{(org-ctrl-c-ctrl-c)}.
+     (5) Follow Org mode external links.
 
-     (6) if on an Org todo keyword, cycles through the keywords in that set or
-         if final done keyword, removes it.
+     (6) When on a Hyperbole button, activate the button.
 
-     (7) In any other context besides the end of a line, the Action Key 
invokes the
-         Org mode standard binding of @bkbd{M-@key{RET}}, 
@code{(org-meta-return)}.
+     (7) With point on the :dir path of a code block definition, display the
+         directory given by the path.
 
-  ASSIST KEY
-     (1) on an Org mode heading, this cycles through views of the whole buffer 
outline.
+     (8) With point on any #+BEGIN_SRC, #+END_SRC, #+RESULTS, #+begin_example
+         or #+end_example header, execute the code block via the Org mode
+         standard binding of @bkbd{C-c C-c}, @code{org-ctrl-c-ctrl-c}.
+
+     (9) When point is on an Org mode heading, cycle the view of the subtree
+         at point.
+
+     (10) In any other context besides the end of a line, invoke the Org mode
+          standard binding of @bkbd{M-@key{RET}}, @code{org-meta-return}.
+
+   When the ASSIST KEY is pressed, it behaves just like the Action Key except
+   in these contexts:
+
+     (1) If on an Org todo keyword, move to the first todo keyword in
+         the next set, if any.
+
+     (2) If on an Org mode link or agenda item, display Hyperbole
+         context-sensitive help.
+
+     (3) On a Hyperbole button, perform the Assist Key function, generally
+         showing help for the button.
+
+     (4) With point on the :dir value of a code block definition, display
+         a help summary of this implicit directory button.
 
-     (2) on an Org mode link or agenda item, this displays standard Hyperbole 
help.
+     (5) With point on any #+BEGIN_SRC, #+END_SRC, #+RESULTS, #+begin_example
+         or #+end_example header, remove source block results.
 
-     (3) if on an Org todo keyword, moves to the first todo keyword in the 
next set, if
-         any.
+     (6) Not on a Hyperbole button but on an Org mode heading, cycle
+         through views of the whole buffer outline.
 @end group
 @end format
 
@@ -10938,7 +11022,7 @@ media.
 
 @item Why are action types defined apart from implicit button types?
 
-Any category of button can make use of an action type.  Some action
+Any category of button can make use of any action type.  Some action
 types are useful as behavior definitions for a variety of button
 categories, so all action types are defined separately to give them
 independence from those types which apply them.
diff --git a/man/version.texi b/man/version.texi
index bb438555ae..54891f697e 100644
--- a/man/version.texi
+++ b/man/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED December, 2022
-@set UPDATED-MONTH December 2022
+@set UPDATED January, 2022
+@set UPDATED-MONTH January 2022
 @set EDITION 8.0.1pre
 @set VERSION 8.0.1pre



reply via email to

[Prev in Thread] Current Thread [Next in Thread]