[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole 1d2f6cdf76 13/28: Klinks update to new format
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hyperbole 1d2f6cdf76 13/28: Klinks update to new format <file#cell-ref|viewspec> |
Date: |
Tue, 21 Nov 2023 12:58:17 -0500 (EST) |
branch: externals/hyperbole
commit 1d2f6cdf762ee9d7f30dce163ca5d83e17435835
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>
Klinks update to new format <file#cell-ref|viewspec>
Klinks add support for linking to headings ending with colon or
newline at the start of a cell.
Fix klink ibtype priority.
klink:act fix doc to reflect that 'start-pos' arg refers to the start
of the cell-ref in the link, not to the link's referent.
klink:at-p limit referent matches to .kotl? files.
Fix relative line and column numbers. Make Koutline columns relative
to indent.
Add hsys-org-consult-grep function to consult grep over org-directory.
---
ChangeLog | 59 +
HY-NEWS | 407 +-
TAGS | 5046 +++++++--------
hactypes.el | 45 +-
hib-social.el | 5 +-
hinit.el | 8 +-
hmouse-tag.el | 5 +-
hpath.el | 61 +-
hsys-org-roam.el | 10 +-
hsys-org.el | 58 +-
hui-em-but.el | 8 +-
hyrolo.el | 6 +-
kotl/EXAMPLE.kotl | 292 +-
kotl/kcell.el | 63 +-
kotl/klink.el | 86 +-
kotl/kotl-mode.el | 68 +-
kotl/kview.el | 16 +-
man/hyperbole.html | 15745 +++++++++++++++++++++------------------------
man/hyperbole.info | Bin 612808 -> 614592 bytes
man/hyperbole.pdf | Bin 1366947 -> 1367121 bytes
man/hyperbole.texi | 290 +-
test/hibtypes-tests.el | 2 +-
test/hmouse-drv-tests.el | 4 +-
test/hui-tests.el | 20 +-
24 files changed, 10827 insertions(+), 11477 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d6dffb6269..7a8aff22f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2023-10-29 Bob Weiner <rsw@gnu.org>
+
+* hpath.el (hpath:find):
+ hactypes.el (link-to-file-line-and-column): Change so when in a Koutline, col
+ num is relative to the cell indent (in addition to).
+ (hpath:find-line): Add 3rd optional argument of 'col-num'.
+
+* kotl/klink.el (klink:parse, klink:create, klink:replace-label,
+ klink:update-label, klink:yank-handler, klink:absolute):
+ Update to new file#cell-ref|viewspec syntax.
+
+* hsys-org.el (hsys-org-consult-grep-func): Add customization.
+ (hsys-org-consult-grep): Add function.
+ man/hyperbole.texi (Glossary:Consult): Document the above.
+ HY-NEWS: Add recent updates such as 'hsys-org-consult-grep' and refill
+ paragraphs to a common width.
+
+* hui-em-but.el (eval-when-compile (require 'hyrolo)): Comment this out because
+ it causes klink ibtype to load with the wrong priority (before hibtypes.el
+ loads it). See comment in the file.
+ hinit.el: Fix so hibtypes is loaded before hui-menu to prevent klink defib
+ priority from being set improperly.
+
+* kotl/kcell.el (kcell:ref-to-id): Handle string labels at the beginning of
cells.
+ kotl/kview.el (kcell-view:cell-from-ref): Fix to handle strings returned from
+ 'kcell:ref-to-id' with idstamp and viewspec and to handle string labels
+ at the beginning of cells.
+
+2023-10-28 Bob Weiner <rsw@gnu.org>
+
+* hpath.el (hpath:find): Fix off-by-one (too high) error with relative line
+ numbers. A relative line number of 1 means the first line, not the line
+ after the first line, i.e. don't move at all, which of course can be left
+ off but that way, a line number of 2 goes to the second line, which is more
+ natural than moving down 2 lines, as a call to forward-line would. This
+ matches up with absolute line numbering, as well.
+ test/hibtypes-tests.el (ibtypes::pathname-anchor-line-test):
+ test/hmouse-drv-tests.el (hbut-pathname-anchor-line-test,
+ hbut-pathname-line-column-test): Fix relative line
+ numbers to match fix for off-by-one error.
+
+* kotl/kotl-mode.el (requires): Remove 'kvspec' and 'kcell' which are already
+ required by 'kfile'. Add 'klink' which is missing.
+ (kotl-mode:goto-heading): Add to go to a string heading at
+ the beginning of a cell. Must end with a colon or a newline.
+ (kotl-mode:goto-cell): Handle cell headings and tighten
+ idstamp and relative label checks.
+ kotl/kcell.el (kcell:parse-cell-ref): Handle cell headings.
+
+* kotl/klink.el (klink:act): Fix doc to reflect that 'start-pos' arg refers
+ to the start of the cell-ref in the link, not to the link's referent.
+ (klink:at-p): Limit matches to .kotl? files.
+
+* hpath.el (hpath:find):
+* kotl/klink.el (link-to-kotl, klink:parse, klink:at-p, klink:replace-label,
+ klink:update-label): Support # anchor refs that use cell-refs to kotl
files.
+ kotl/kotl-mode.el (kotl-mode:goto-cell-ref): Add for use in kotl anchored
+ pathname refs and in 'link-to-kcell' actype.
+
2023-10-22 Bob Weiner <rsw@gnu.org>
* hbut.el (gbut:save-buffer): Add function to use after global button file is
diff --git a/HY-NEWS b/HY-NEWS
index 5b32778999..ba6b5a54fe 100644
--- a/HY-NEWS
+++ b/HY-NEWS
@@ -63,18 +63,18 @@
mode; {C-h h} re-enables it. See "(hyperbole)menu,
entry/exit commands".
- *** Extensive 150-page Reference Manual: Includes multiple indexes
- for easy cross-referencing, Info viewer version and PDF for printing.
- Some of the updates include:
+ *** Extensive 150-page Reference Manual: Includes multiple indexes for easy
+ cross-referencing, Info viewer version and PDF for printing. Some of
+ the updates include:
- **** Link Menu Items: With two windows on screen, link from source
- window point to referent window point. Do a similar thing when
- more windows are on screen via an Action Mouse Key drag between
- windows. See "(hyperbole)Smart Mouse Drags between Windows".
+ **** Link Menu Items: With two windows on screen, link from source window
+ point to referent window point. Do a similar thing when more windows
+ are on screen via an Action Mouse Key drag between windows. See
+ "(hyperbole)Smart Mouse Drags between Windows".
- **** Ibut Menu: Documented in the manual, notably the new Ibut/Create
- menu item. See "(hyperbole)menu, Ibut/Create". For the Ibut/Link
- menu item, see "(hyperbole)menu, Ibut/Link".
+ **** Ibut Menu: Documented in the manual, notably the new Ibut/Create menu
+ item. See "(hyperbole)menu, Ibut/Create". For the Ibut/Link menu
+ item, see "(hyperbole)menu, Ibut/Link".
**** Manual Glossary: Added Ace Window, Consult, Org Mode, and Org Roam
entries. See "(hyperbole)Glossary".
@@ -96,6 +96,7 @@
*** Auto Save: Automatically save the global button file after any edit.
+
** HYCONTROL (See "(hyperbole)HyControl").
*** I/J/K/M Key Bindings: In Window Control mode, move directionally
@@ -251,14 +252,13 @@
and handling info paths outside `Info-directory-list', like
"man/hyperbole.info".
- *** Read-only Context Errors: Trigger errors when trying to create an
implicit
- button with point on read-only text, read-only Org contexts, explicit
buttons,
- or emacs push-buttons.
+ *** Read-only Context Errors: Trigger errors when trying to create an
+ implicit button with point on read-only text, read-only Org contexts,
+ explicit buttons, or emacs push-buttons.
*** Relative Info Paths: Info files with relative pathnames outside of the
`Info-directory-list' now resolve properly, e.g. "man/hyperbole.info".
-
*** Table of Contents Sections: Hyperbole now recognizes TOCs in any text
derived major mode with the text-toc implicit button type. An Action
Key press on a line with a section name displays the section according
@@ -273,6 +273,14 @@
** KOUTLINER (See "(hyperbole)Koutliner").
+ *** New Klink Format: Hash character, #, may now be used to separate a
+ pathname from a Koutline cell reference. Both <koutline-path#cell-ref>
and
+ "koutline-path#cell-ref" work, e.g. "${hyperb:dir}/kotl/EXAMPLE.kotl#2a"
+
+ *** Link to Cell Headings: A cell heading is a string at the beginning of the
+ editable portion of a cell that ends with a colon or a newline. Links
+ to complete heading names now work:
"${hyperb:dir}/kotl/EXAMPLE.kotl#Klinks"
+
*** {M-S-<left>} and {M-S-<right>}: Org compatibility - Add tree promote and
demote commands to these keys (same as existing {M-<left>} and
{M-<right>} keys). See "(hyperbole)Promoting and Demoting".
@@ -290,15 +298,15 @@
- Instant Link Creation:
- Ebut/Link - Inserts a named ebutton that links to point in another
window.
- See "(hyperbole)menu item, Ebut/Link".
+ Ebut/Link - Inserts a named ebutton that links to point in another
+ window. See "(hyperbole)menu item, Ebut/Link".
Gbut/Link - A single name creates a new global link button to
point.
See "(hyperbole)menu item, Gbut/Link".
- Ibut/Link - Inserts an ibutton that links to point in another
window. With
- a C-u prefix argument, prompts for a name as well.
- See "(hyperbole)menu item, Ibut/Link".
+ Ibut/Link - Inserts an ibutton that links to point in another
window.
+ With a C-u prefix argument, prompts for a name as well. See
+ "(hyperbole)menu item, Ibut/Link".
- Reload Menus and Smart Keys: Action Key press on top-level menu
prefix
reloads Hyperbole minibuffer menus and Smart Key handlers to reflect
@@ -324,22 +332,29 @@
hypb:mail-address-mode-list: Renamed from 'mail-address-mode-list'.
Make all of these variables have a common prefix.
- *** (hypb:devdocs-lookup): Install and load devdocs package and then
- call its `devdocs-lookup' function.
+ *** (hypb:devdocs-lookup): Install and load devdocs package and then call its
+ `devdocs-lookup' function.
+
+ *** (hpath:find): Fix off-by-one (too high) error with relative line numbers.
+ A relative line number of 1 means the first line, not the line after the
+ first line, i.e. don't move at all, which of course can be left off but
+ that way, a line number of 2 goes to the second line, which is more
+ natural than moving down 2 lines, as a call to forward-line would. This
+ matches up with absolute line numbering, as well.
*** (hpath:resolve): Add to resolve path variables without doing a path
expand.
*** (hsys-org-meta-return): Centralize sharing of {M-RET} key with Org mode.
- *** (hypb:require-package): Add to install a package, if necessary,
- and require its library with the same name.
+ *** (hypb:require-package): Add to install a package, if necessary, and
+ require its library with the same name.
*** (hypb:helm-info): Add to require helm package and call helm-info.
- *** (action:help): Allow for Action Button Assist Key :help
- functions, even if the action button type is not a Hyperbole type,
- i.e. is a regular function.
+ *** (action:help): Allow for Action Button Assist Key :help functions, even
+ if the action button type is not a Hyperbole type, i.e. is a regular
+ function.
*** (hproperty:but-clear-all): Clears all colorized Hyperbole button
faces from the current buffer.
@@ -362,6 +377,9 @@
org-roam files with live in-buffer display. It uses the automatically
installed consult package when `hsys-org-roam-consult-grep' is invoked.
+ *** (hsys-org-consult-grep): Add to search `org-directory' using consult
+ grep.
+
*** (hattr:list): Now also returns the attributes of an Emacs push-button
using `hattr:emacs-button-attributes', as recognized by
`hattr:emacs-button-is-p'.
@@ -387,11 +405,11 @@
(set:replace): Now replaces a non-keyed old-value with a new value.
- (set:replace-member): Added this new function to replace an existing set
- member or to add a new one if no matching existing member.
+ (set:replace-member): Added this new function to replace an existing
+ set member or to add a new one if no matching existing member.
- (set:members): Now keeps members in stable order; previously returned in
- reverse order.
+ (set:members): Now keeps members in stable order; previously returned
+ in reverse order.
*** (hycontrol-framemove-*): Add hycontrol-framemove-direction,
hycontrol-framemove-up, hycontrol-framemove-left,
@@ -428,8 +446,8 @@
*** (hyrolo-find-file-noselect-function): Added so can customize low-level
function used to read in each file searched by HyRolo.
- *** (hyrolo-previous-match): Changed so this can be used in a predicate when
- a match is found.
+ *** (hyrolo-previous-match): Changed so this can be used in a predicate
+ when a match is found.
*** (hyrolo-grep): Added support for `outline-regexp' and `outline-level'
variables from multiple file types.
@@ -458,12 +476,18 @@
*** (hpath:shorten): Added and used in 'ibut:insert-text'.
- *** (hui:link-possible-types): When reading a dir or file and not
- on such a string, use the 'default-directory' or 'buffer-file-name'.
- Previously just returned nil in such circumstances.
+ *** (hui:link-possible-types): When reading a dir or file and not on such a
+ string, use the 'default-directory' or 'buffer-file-name'. Previously
+ just returned nil in such circumstances.
*** (gbut:save-buffer): Added to save global button file after edits.
+ *** (kotl-mode:goto-cell-ref): Added to display cell refs after a kotl
+ mode buffer has already been read in.
+
+ *** (kotl-mode:goto-heading): Added to go to a string heading at the
+ beginning of a cell. Must end with a colon or a newline.
+
** ORG MODE INTEGRATION (See "(hyperbole)Smart Key - Org Mode").
@@ -496,10 +520,10 @@
** SMART (ACTION AND ASSIST) KEYS (See "(hyperbole)Smart Keys").
*** Drag Button Referents to Specific Windows: Just as you previously could
- drag Dired or Buffer Menu items to display in a specific window, you can
- now do the same with Hyperbole Buttons. Action or Assist Key drag from
- a Hyperbole button and release in another window where you want the
- button's referent (or the result of its action) displayed. If you
+ drag Dired or Buffer Menu items to display in a specific window, you
+ can now do the same with Hyperbole Buttons. Action or Assist Key drag
+ from a Hyperbole button and release in another window where you want
+ the button's referent (or the result of its action) displayed. If you
release the Smart Key outside of an Emacs window, the referent is
displayed in a new frame. See "(hyperbole)Displaying Items".
@@ -513,17 +537,18 @@
(when not starting from a draggable item) creates an implicit link
button with an action type determined by the referent at the point of
button release. This parallels the same Action Mouse Key drag which
- creates explicit link buttons. See "(hyperbole)creating implicit links".
+ creates explicit link buttons. See "(hyperbole)creating implicit
+ links".
Previously this drag would swap buffers in windows. Now you must drag
from open space in a modeline of the depress window to the buffer text
in the release window to swap buffers in windows.
*** Hyperbole Symbol Tags: Hyperbole now includes a pre-built TAGS file so
- that an Action Key press on any Hyperbole symbol jumps to its definition
- without the need for any additional support. This also works on
- Hyperbole type names (which have a hidden prefix) in a help buffer where
- an Action Key press displays the type definition.
+ that an Action Key press on any Hyperbole symbol jumps to its
+ definition without the need for any additional support. This also
+ works on Hyperbole type names (which have a hidden prefix) in a help
+ buffer where an Action Key press displays the type definition.
*** Lisp Load, Autoload and Require Expressions: Action Key press on any
named target in such expressions displays the associated library.
@@ -533,16 +558,16 @@
functions run with a press of the Assist Key on such buttons. See
"(hyperbole)Action Buttons".
- *** Smart Dired: Action Key subdirectory selection at point now works on any
- dired header line, not just the first one. Use {i} to insert multiple
- subdirectories in Dired mode. Smart Key end-of-line behavior is no
- longer specified in Dired mode but handled globally for consistency
- across modes. See "(hyperbole)Smart Key - Dired Mode".
+ *** Smart Dired: Action Key subdirectory selection at point now works on
+ any dired header line, not just the first one. Use {i} to insert
+ multiple subdirectories in Dired mode. Smart Key end-of-line behavior
+ is no longer specified in Dired mode but handled globally for
+ consistency across modes. See "(hyperbole)Smart Key - Dired Mode".
** TEST CASES (See "${hyperb:dir}/test").
- *** Hyperbole Automated Testing: Over 340 automated test cases. Simply run
+ *** Hyperbole Automated Testing: Over 330 automated test cases. Simply run
'make test-all' or 'make test' from the command-line when in the
Hyperbole source directory and you should see all tests pass. If any
fail, you can press the Action Key to see the source of the failure.
@@ -550,18 +575,18 @@
"test/MANIFEST".
*** The Hyperbole team's CI/CD process automatically runs all test cases
- against Emacs major versions 27, 28 and 29 and the current master branch
- tip whenever a Hyperbole code change is checked in against git.
+ against Emacs major versions 27, 28 and 29 and the current master
+ branch tip whenever a Hyperbole code change is checked in against git.
*** QA: Many quality improvements across Hyperbole and integration with
- Emacs updates with backward compatibility from Emacs 27 through Emacs 29
- releases.
+ Emacs updates with backward compatibility from Emacs 27 through Emacs
+ 29 releases.
** WINDOW GRIDS (See "(hyperbole)grid of windows").
- *** Grid by File Pattern: Fixed so prompt for a string pattern rather than a
- file name and forced use of full pathnames to avoid improper relative
+ *** Grid by File Pattern: Fixed so prompt for a string pattern rather than
+ a file name and forced use of full pathnames to avoid improper relative
path resolution.
Updated to use prefix arg as grid size or to autosize when not given or
@@ -577,21 +602,21 @@
** HYPERBOLE SYSTEM
- *** Installation: Hyperbole package installation options are greatly
expanded.
- Stable or in-development branches may be installed with the Emacs package
- manager. The Straight package manager may be used to keep up with
- git-based development and submit pull requests. And stable and
- in-development tar balls are available for manual installation. See
- "(hyperbole)Installation".
+ *** Installation: Hyperbole package installation options are greatly
+ expanded. Stable or in-development branches may be installed with the
+ Emacs package manager. The Straight package manager may be used to
+ keep up with git-based development and submit pull requests. And
+ stable and in-development tar balls are available for manual
+ installation. See "(hyperbole)Installation".
*** Global Minor Mode: Hyperbole is now a global minor mode that can be
toggled with {M-x hyperbole-mode RET}, meaning all of its key bindings
- can easily be enabled or disabled whenever desired. Your init file needs
- to have (hyperbole-mode 1) in it instead of (require 'hyperbole) or
- Hyperbole will not be enabled upon startup. See "(hyperbole)Usage".
+ can easily be enabled or disabled whenever desired. Your init file
+ needs to have (hyperbole-mode 1) in it instead of (require 'hyperbole)
+ or Hyperbole will not be enabled upon startup. See "(hyperbole)Usage".
- Modeline Indicator: In the modeline where minor modes are shown,
- "Hypb" now appears whenever Hyperbole is active.
+ Modeline Indicator: In the modeline where minor modes are shown, "Hypb"
+ now appears whenever Hyperbole is active.
Hooks: When hyperbole-mode is enabled, hyperbole-mode-hook and
hyperbole-mode-on-hook are run. When hyperbole-mode is disabled,
@@ -604,17 +629,17 @@
** ORG MODE (See "hui-mouse.el#defun smart-org").
*** M-RET: Reworked M-RET interface so can control how much or little of
- Hyperbole works in Org mode when Hyperbole minor mode is enabled.
- See "(hyperbole)enable org-mode support" and "hsys-org.el".
+ Hyperbole works in Org mode when Hyperbole minor mode is enabled. See
+ "(hyperbole)enable org-mode support" and "hsys-org.el".
*** hsys-org-enable-smart-keys: New customization to replace
`inhibit-hsys-org'. This applies only in Org major/minor modes when
- hyperbole-mode is active. t means enable Smart Key support
- everywhere. The symbol, buttons, is the default; it means the Smart
- Keys are active only when point is within a Hyperbole button. A nil
- value means no Smart Key support so {M-RET} behaves just as it does
- normally in Org mode. See "(hyperbole)Org-mode". Use {C-h h c o}
- to customize this setting.
+ hyperbole-mode is active. t means enable Smart Key support everywhere.
+ The symbol, buttons, is the default; it means the Smart Keys are active
+ only when point is within a Hyperbole button. A nil value means no
+ Smart Key support so {M-RET} behaves just as it does normally in Org
+ mode. See "(hyperbole)Org-mode". Use {C-h h c o} to customize this
+ setting.
This table summarizes the operation:
@@ -629,28 +654,26 @@
** EASILY CREATE YOUR OWN BUTTON TYPES
- *** Simple Action Link Button Type Creation: `defal' is a new,
- easy-to-use construct that generates new action button types from
- a type name and a single simple format expression, allowing
- non-programmers to create their own implicit action button link
- types that execute key series, display URLs, display the contents
- of pathnames or invoke functions. See "(hyperbole)Action Button
- Link Types" or the "DEMO#Defining New Action Button Types"
- section.
-
- *** Easy Implicit Link Button Type Creation: `defil' is a new
- construct for those familiar with regular expressions but not
- much Emacs Lisp. This creates more flexible implicit button
- types than `defal' where the delimiters and text substitution
- can be specified with regular expressions. Actions are limited
- to executing key series, displaying URLs, displaying the
- contents of pathnames or invoking functions. See
+ *** Simple Action Link Button Type Creation: `defal' is a new, easy-to-use
+ construct that generates new action button types from a type name and a
+ single simple format expression, allowing non-programmers to create
+ their own implicit action button link types that execute key series,
+ display URLs, display the contents of pathnames or invoke functions.
+ See "(hyperbole)Action Button Link Types" or the "DEMO#Defining New
+ Action Button Types" section.
+
+ *** Easy Implicit Link Button Type Creation: `defil' is a new construct for
+ those familiar with regular expressions but not much Emacs Lisp. This
+ creates more flexible implicit button types than `defal' where the
+ delimiters and text substitution can be specified with regular
+ expressions. Actions are limited to executing key series, displaying
+ URLs, displaying the contents of pathnames or invoking functions. See
"(hyperbole)Implicit Button Link Types".
Elisp programmers should use the existing `defib' macro for full
- flexibility in implicit button type creation. See "hibtypes.el"
- for examples and "(hyperbole)Programmatic Implicit Button Types"
- for documentation.
+ flexibility in implicit button type creation. See "hibtypes.el" for
+ examples and "(hyperbole)Programmatic Implicit Button Types" for
+ documentation.
** TEST CASES
@@ -687,8 +710,8 @@
*** Faster searching within HyRolo match buffer: After performing a HyRolo
search with point in the match buffer, if you want different results,
- you can quickly do a new regular expression HyRolo search with {r} or
- a string/logical search with {C-u r}. This key had moved to previous
+ you can quickly do a new regular expression HyRolo search with {r} or a
+ string/logical search with {C-u r}. This key had moved to previous
matches but that is already bound to {Shift-TAB} and {M-TAB}.
*** Auto-Expansion of Entries: If an entry is collapsed/hidden, moving to
@@ -697,34 +720,34 @@
that the {h} hide entry subtree command now moves to the beginning of
the entry.
- *** Logical Regular Expression Searches: Expanded logical searches to
- allow for regexp-based searches using logical operations prefixed with
- 'r-', so a query might be: (r-and regex1 (r-not regex2)).
+ *** Logical Regular Expression Searches: Expanded logical searches to allow
+ for regexp-based searches using logical operations prefixed with 'r-',
+ so a query might be: (r-and regex1 (r-not regex2)).
*** Separate Last String and Regular Expression Searches: Removed conflict
- between different types of searches when choosing to search again for
- a prior match.
+ between different types of searches when choosing to search again for a
+ prior match.
*** hyrolo-find-file: New command that selects and edits a file in
`hyrolo-file-list', defaulting to the first listed file when not given
a prefix arg. Available in the minibuffer menu as Rolo/File and the
pulldown menu as Rolo/Find-HyRolo-File.
- *** Sorting Entries Rewritten: {C-h h r o} re-ordering HyRolo entries has
+ *** Sorting Entries Rewritten: {C-h h r o} re-ordering HyRolo entries has
been rewritten for compatibility and improved debugging with the latest
Emacs releases.
*** hyrolo-highlight-face: Now uses the Emacs 'match' face by default.
- *** Under MS Windows, the default HyRolo file is now "~/.rolo.otl" like
- all other operating systems, instead of "~/_rolo.otl". Any older file
- name will be relocated to the newer name.
+ *** Under MS Windows, the default HyRolo file is now "~/.rolo.otl" like all
+ other operating systems, instead of "~/_rolo.otl". Any older file name
+ will be relocated to the newer name.
** KOUTLINER (See "(hyperbole)Koutliner").
- *** Export Koutlines to Collapsible Web Pages: {C-h h k f d} or
- {M-x kexport:display RET} command creates and displays a web-based
+ *** Export Koutlines to Collapsible Web Pages: {C-h h k f d} or {M-x
+ kexport:display RET} command creates and displays a web-based
expandable/collapsible outline from the Koutline in the current buffer.
See "(hyperbole)Exporting" and the new Koutliner Format submenu.
@@ -733,10 +756,10 @@
*** Org Table Support: Org table editing now automatically works in the
Koutliner via Org table minor mode. Use {M-x orgtbl-mode RET} to
- toggle this on and off. A press of the Action Key on a | symbol,
- also toggles this minor mode on or off. See "(Org)Tables" for details.
- Use a prefix arg with {TAB} to promote/demote Koutline trees when in
- a table since {TAB} moves between fields within a table.
+ toggle this on and off. A press of the Action Key on a | symbol, also
+ toggles this minor mode on or off. See "(Org)Tables" for details. Use
+ a prefix arg with {TAB} to promote/demote Koutline trees when in a
+ table since {TAB} moves between fields within a table.
*** New Tree Movement Commands: Like Org mode, {[M-down]} and {[M-up]} move
the current tree past or before other trees at the same level. With a
@@ -744,8 +767,9 @@
*** New Tree Promotion/Demotion Keys: Tree promotion and demotion keys now
match many of 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. See "(hyperbole)Promoting and Demoting".
+ easier to type ones. The tables below summarize which keys work
+ whether inside an Org table or outside. See "(hyperbole)Promoting and
+ Demoting".
|----------------------------+-----------------------------|
| Promotion Inside Org Table | Demotion Inside Org Table |
@@ -765,29 +789,28 @@
|-----------------------------+----------------------------|
*** New Mail Tree Key Binding: The `kotl-mode:mail-tree' command that
- extracts the current view of a Koutline in text-only format and
- creates an outgoing email message with it, has moved from {C-c @}
- to {C-c C-@} to prevent conflict with the global hycontrol-window-grid
- command bound to {C-c @}.
+ extracts the current view of a Koutline in text-only format and creates
+ an outgoing email message with it, has moved from {C-c @} to {C-c C-@}
+ to prevent conflict with the global hycontrol-window-grid command bound
+ to {C-c @}.
*** New Copy Command: The new command,
`kotl-mode:copy-tree-or-region-to-buffer',
- bound to {C-c M-c} copies a Koutline tree or the active region
- to a specified buffer. Prompts dictate whether invisible text
- is included or not. This allows copying parts of Koutlines
- directly into other buffers without having to copy to a
- mail/message buffer first.
+ bound to {C-c M-c} copies a Koutline tree or the active region to a
+ specified buffer. Prompts dictate whether invisible text is included
+ or not. This allows copying parts of Koutlines directly into other
+ buffers without having to copy to a mail/message buffer first.
*** Klink Copy: When `transient-mark-mode' is enabled and there is no active
region:
- within a link to a Koutline cell (klink), {M-w} copies the klink; then
- {C-y} yanks it into any buffer you desire.
+ within a link to a Koutline cell (klink), {M-w} copies the klink;
+ then {C-y} yanks it into any buffer you desire.
{M-w} outside of a klink instead copies a reference to the current
Koutline cell.
{C-x r s} prompts for an Emacs register and saves either the current
- klink or the current cell reference to the register; {C-x r i} with the
- same register then inserts at point the saved Koutline reference.
+ klink or the current cell reference to the register; {C-x r i} with
+ the same register then inserts at point the saved Koutline reference.
The new commands that you can bind to your own keys for copying klink
references to the current cell to the kill ring and to registers are:
@@ -797,30 +820,29 @@
kotl-mode:copy-relative-klink-to-register
*** Klinks Ignored Outside Comments in Programming Language Modes: In
- previous Hyperbole versions, this was true for C-based language
- modes. Now it is true for any programming mode descended from
- `prog-mode'.
+ previous Hyperbole versions, this was true for C-based language modes.
+ Now it is true for any programming mode descended from `prog-mode'.
*** Prevent Movement Outside Editable Cell Bounds: Add
- kotl-mode:pre-self-insert-command as a pre-command-hook
- to prevent Koutline editing with point in an invalid location,
- after a mouse-set-point outside of editable bounds.
+ kotl-mode:pre-self-insert-command as a pre-command-hook to prevent
+ Koutline editing with point in an invalid location, after a
+ mouse-set-point outside of editable bounds.
*** {C-h h k e} (kotl-mode:example): Update to allow for an optional
directory or absolute file path. Prompt for the path when interactive.
Given a prefix argument, archive any existing file and start with a
- fresh EXAMPLE.kotl file for editing. Programmatically, give a 2nd
- arg of t to force archiving of any existing file and starting with
- a fresh EXAMPLE.kotl file.
+ fresh EXAMPLE.kotl file for editing. Programmatically, give a 2nd arg
+ of t to force archiving of any existing file and starting with a fresh
+ EXAMPLE.kotl file.
- *** Koutlines have a hidden top-level root cell 0 that allows referring
- to the whole outline as a tree. Now attributes of this cell can be
- set, retrieved or removed like any other cell.
+ *** Koutlines have a hidden top-level root cell 0 that allows referring to
+ the whole outline as a tree. Now attributes of this cell can be set,
+ retrieved or removed like any other cell.
- {C-c h} prompts for a kcell id and displays its attributes.
- {C-u C-c h} prompts for a kcell id 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.
+ {C-c h} prompts for a kcell id and displays its attributes. {C-u C-c
+ h} prompts for a kcell id 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.
{C-c C-i} sets an attribute of the cell at point.
{C-u C-c C-i} removes an attribute of the cell at point.
@@ -833,9 +855,9 @@
*** Uncommented Klinks in Lisp Interaction and Markup Buffers: Klinks are
now recognized in the *scratch* buffer and 'hui-select-markup-mode'
- buffers without the need to be within comments. This is more natural as
- there is no expectation that everything in the *scratch* buffer is valid
- Lisp.
+ buffers without the need to be within comments. This is more natural
+ as there is no expectation that everything in the *scratch* buffer is
+ valid Lisp.
** MENUS
@@ -843,12 +865,12 @@
*** Minibuffer Menu Changes:
- Items Activated by First Capital Letter: Used to be by the first
- letter. This allows more flexibility in naming, e.g.
- where two items start with the same first letter.
+ letter. This allows more flexibility in naming, e.g. where two
+ items start with the same first letter.
- {X} exits Hyperbole mode: This disables the Hyperbole minor mode
- completely and exits from the menu. {C-h h} re-enables the
- global minor mode and display the top-level Hyperbole menu.
+ completely and exits from the menu. {C-h h} re-enables the global
+ minor mode and display the top-level Hyperbole menu.
- Menu Selection a Single Command: Set 'this-command' and command
keys to be the full key sequence for a Hyperbole minibuffer menu
@@ -858,13 +880,13 @@
*** Minibuffer and Pulldown Menu Changes:
- - Find/Web/Jump: Use the Emacs webjump library to select a URL by name
- and jump to it.
+ - Find/Web/Jump: Use the Emacs webjump library to select a URL by
+ name and jump to it.
- - Koutliner Formatting Menus: Full set of commands to import
- text and outline files to Koutlines and to export Koutlines
- to HTML for web viewing. See "(hyperbole)Inserting and Importing"
- and "(hyperbole)Exporting".
+ - Koutliner Formatting Menus: Full set of commands to import text and
+ outline files to Koutlines and to export Koutlines to HTML for web
+ viewing. See "(hyperbole)Inserting and Importing" and
+ "(hyperbole)Exporting".
- Button Modify Commands Removed: Use the Edit commands instead.
This applies to the pull-down menu as well.
@@ -872,9 +894,9 @@
** SMART (ACTION AND ASSIST) KEYS (See "(hyperbole)Smart Keys").
- *** Explicit buttons may be created in any kind of temporary buffer
- without an attached file, similar to what already existed for mail
- message buffers.
+ *** Explicit buttons may be created in any kind of temporary buffer without
+ an attached file, similar to what already existed for mail message
+ buffers.
*** 'ls' and 'grep' Directory Changes: 'ls' listings are now recognized
properly, prepending the preceding directory to each entry for viewing.
@@ -892,15 +914,15 @@
multiple variables per path, embedded . or .. within paths, better
recognition of semicolon separated pathnames in Windows PATH variable.
- Variable substitutions are now made with fixed case, so that the
- case of a value with both upper and lower case characters is
- never changed, for example a value of ${HOME}.
+ Variable substitutions are now made with fixed case, so that the case
+ of a value with both upper and lower case characters is never changed,
+ for example a value of ${HOME}.
- Generalized Anchored Pathnames: "pathname#anchor" now works in
- programming modes as well as text and outlining modes where anchors
- are prefixed with the comment character in each mode or a # symbol.
+ Generalized Anchored Pathnames: "pathname#anchor" now works in
+ programming modes as well as text and outlining modes where anchors are
+ prefixed with the comment character in each mode or a # symbol.
- PATH-style Variable Support: An Action Key press on a defined PATH-style
+ PATH-style Variable Support: An Action Key press on a defined PATH-style
variable name, e.g. MANPATH, 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
@@ -912,16 +934,16 @@
*** Any Lisp or environment variable that stores a directory or set of
directories may be prepended to any "grep -n" output line with the form
- "${var-name}/" and the Action Key will recognize the directory and
display
- the appropriate line.
+ "${var-name}/" and the Action Key will recognize the directory and
+ display the appropriate line.
- *** Treat kbd Strings as Key Series Buttons: An Action Key press within
+ *** Treat 'kbd' Strings as Key Series Buttons: An Action Key press within
the string of (kbd "string") issues the keys in string as if they were
pressed individually, i.e. the same as the key series, {string}.
- *** Mail Address Activation Everywhere: Email addresses are recognized as
- implicit buttons in major modes descended from
`hypb:mail-address-mode-list'.
- If you set that to nil, however, they will be recognized in all major
+ *** Mail Address Activation Everywhere: Email addresses act as implicit
+ buttons in major modes derived from `hypb:mail-address-mode-list'. If
+ you set that to nil, however, they will be recognized in all major
modes.
*** Magit Mode Support: Just click or press the Action Key somewhere and it
@@ -941,12 +963,12 @@
*** Todotxt Mode Support: Smart key support for the todotxt mode
https://github.com/rpdillon/todotxt.el.
- *** UNIX Shell Errors: Jump to associated source line from a shell error of
the
- form: "<pathname>: line <num>: ".
+ *** UNIX Shell Errors: Jump to associated source line from a shell error of
+ the form: "<pathname>: line <num>: ".
- *** Internet RFC Links (e.g. RFC-822): Change to using http to retrieve RFCs
- instead of ftp since this is disabled in many environments. Always
display
- with Emacs' web browser rather than externally.
+ *** Internet RFC Links (e.g. RFC-822): Change to using http to retrieve
+ RFCs instead of ftp since this is disabled in many environments.
+ Always display with Emacs' web browser rather than externally.
*** Implicit Button Types Reprioritization: Modified "hibtypes.el" so if
evaluate: (symset:clear 'ibtypes) and then reload hibtypes.{el,elc},
@@ -962,12 +984,13 @@
hpath:external-display-alist-mswindows
hpath:external-display-alist-x)
are all customizable and their default values utilize the per operating
- system generic 'open' commands based on file suffix associations (for
file
- types not handled by Emacs).
+ system generic 'open' commands based on file suffix associations (for
+ file types not handled by Emacs).
- The new customizable variable, `hpath:external-file-suffixes', holds a
regular
- expression of operating system independent file suffixes to open outside
Emacs
- with the Action Key when not handled by `hpath:native-image-suffixes'.
+ The new customizable variable, `hpath:external-file-suffixes', holds a
+ regular expression of operating system independent file suffixes to
+ open outside Emacs with the Action Key when not handled by
+ `hpath:native-image-suffixes'.
** PROGRAMMING
@@ -976,8 +999,8 @@
for each Smart Key press now include the action type and its arguments
for improved debugging.
- *** Edebuggable Hyperbole Types: `defib' and `defact' type definitions
- are now interactively debuggable via edebug-defun {C-M-x}.
+ *** Edebuggable Hyperbole Types: `defib' and `defact' type definitions are
+ now interactively debuggable via edebug-defun {C-M-x}.
*** ebut:program: Programmatically create an explicit Hyperbole button at
point from LABEL, ACTYPE (action type), and optional ARGS for actype.
@@ -985,8 +1008,8 @@
*** gbut:ebut-program: Programmatically add global explicit buttons at the
end of the personal button file.
- *** kbd-key implicit button type: Interactive creation now allows for
- a full key series, not just a single key binding.
+ *** kbd-key implicit button type: Interactive creation now allows for a
+ full key series, not just a single key binding.
*** kbd-key:is-p: Added this new predicate to test whether point is within
a brace-delimited key series.
@@ -998,8 +1021,8 @@
at the start of another buffer. Can be bound and used in key series.
*** smart-lisp-find-tag: New function that automatically finds tags tables
- and jumps to Emacs Lisp definitions. It can be used in any type
- of file as an action button, e.g. <smart-lisp-find-tag "ibut:at-p">.
+ and jumps to Emacs Lisp definitions. It can be used in any type of
+ file as an action button, e.g. <smart-lisp-find-tag "ibut:at-p">.
*** ibut:at-p: Trigger an error if any implicit button type predicate
permanently moves point to simplify debugging such predicates.
@@ -1013,13 +1036,13 @@
(hkey-ace-window-setup "\M-o") to enable the following capabilities:
*** Fast Window Links: The hkey-window-link command bound to {M-o w}
- rapidly creates a link button at point in the selected window,
- linking to point in the window chosen when prompted.
- See "DEMO2#Displaying File and Buffer Items and Moving Buffers".
+ rapidly creates a link button at point in the selected window, linking
+ to point in the window chosen when prompted. See "DEMO2#Displaying
+ File and Buffer Items and Moving Buffers".
*** Throw A Region Elsewhere Within the Same Buffer: {M-o t <window-id>}
- when used with a selected region can now throw to the source buffer
- as long as point is outside the selected region in the target window.
+ when used with a selected region can now throw to the source buffer as
+ long as point is outside the selected region in the target window.
===========================================================================
* V7.1.3
diff --git a/TAGS b/TAGS
index 983cf1e473..7b8cceb2d6 100644
--- a/TAGS
+++ b/TAGS
@@ -1,58 +1,58 @@
-hact.el,1917
-(defvar hrule:action 28,855
-(defvar symtable:category-plist 41,1465
-(defsubst symtable:hash-table 45,1630
-(defsubst symtable:name 49,1784
-(defsubst symtable:select 53,1895
-(defun symtable:operate 58,2096
-(defun symtable:create 97,3964
-(defvar symtable:actypes 105,4356
-(defvar symtable:ibtypes 111,4678
-(defsubst symtable:actype-p 117,5009
-(defsubst symtable:hyperbole-actype-p 125,5413
-(defsubst symtable:ibtype-p 132,5768
-(defun symtable:add 137,6009
-(defalias 'symtable:delete symtable:delete143,6271
-(defun symtable:get 145,6318
-(defun symtable:remove 150,6549
-(defun symset:create 161,7010
-(defun symset:add 171,7424
-(defun symset:clear 181,7752
-(defalias 'symset:delete symset:delete185,7853
-(defun symset:get 187,7896
-(defun symset:remove 191,7995
-(defun htype:body 202,8500
-(defun htype:category 206,8653
-(defmacro htype:create 218,9174
-(defun htype:def-symbol 237,9998
-(defun htype:delete 247,10388
-(defun htype:doc 259,10855
-(defun htype:names 263,10962
-(defun htype:symbol 281,11785
-(defun action:commandp 292,12324
-(defun action:create 312,13036
-(defun action:kbd-macro 318,13251
-(defun action:params-emacs 322,13433
-(defun action:params 337,13981
-(defun action:param-list 358,14766
-(defun hact 369,15193
-(defun actype:act 379,15686
-(defalias 'actype:elisp-symbol actype:elisp-symbol412,17215
-(defun actype:def-symbol 414,17268
-(defun actype:eval 424,17626
-(defun actype:action 448,18560
-(defun actype:action-body 466,19125
-(defmacro defact 478,19596
-(def-edebug-spec defact492,20222
-(def-edebug-spec lambda-list497,20366
-(defalias 'actype:create actype:create502,20487
-(defun actype:delete 504,20523
-(defun actype:doc 509,20704
-(defun actype:identity 539,21739
-(defun actype:interact 544,21921
-(defun actype:params 552,22293
-(defun actype:param-list 556,22429
+hact.el,1920
+(defvar hrule:action 39,1282
+(defvar symtable:category-plist 52,1892
+(defsubst symtable:hash-table 56,2057
+(defsubst symtable:name 60,2211
+(defsubst symtable:select 64,2322
+(defun symtable:operate 69,2523
+(defun symtable:create 108,4391
+(defvar symtable:actypes 116,4783
+(defvar symtable:ibtypes 122,5105
+(defsubst symtable:actype-p 128,5436
+(defsubst symtable:hyperbole-actype-p 136,5840
+(defsubst symtable:ibtype-p 143,6195
+(defun symtable:add 148,6436
+(defalias 'symtable:delete symtable:delete154,6698
+(defun symtable:get 156,6745
+(defun symtable:remove 161,6976
+(defun symset:create 172,7437
+(defun symset:add 182,7851
+(defun symset:clear 192,8179
+(defalias 'symset:delete symset:delete196,8280
+(defun symset:get 198,8323
+(defun symset:remove 202,8422
+(defun htype:body 213,8927
+(defun htype:category 217,9080
+(defmacro htype:create 229,9601
+(defun htype:def-symbol 248,10425
+(defun htype:delete 258,10815
+(defun htype:doc 270,11282
+(defun htype:names 274,11389
+(defun htype:symbol 292,12212
+(defun action:commandp 303,12751
+(defun action:create 323,13463
+(defun action:kbd-macro 329,13678
+(defun action:params-emacs 333,13860
+(defun action:params 348,14408
+(defun action:param-list 369,15193
+(defun hact 380,15620
+(defun actype:act 390,16113
+(defalias 'actype:elisp-symbol actype:elisp-symbol423,17642
+(defun actype:def-symbol 425,17695
+(defun actype:eval 435,18053
+(defun actype:action 459,18987
+(defun actype:action-body 477,19552
+(defmacro defact 489,20023
+(def-edebug-spec defact503,20649
+(def-edebug-spec lambda-list508,20793
+(defalias 'actype:create actype:create513,20914
+(defun actype:delete 515,20950
+(defun actype:doc 520,21131
+(defun actype:identity 550,22166
+(defun actype:interact 555,22348
+(defun actype:params 563,22720
+(defun actype:param-list 567,22856
hactypes.el,1276
(defact annot-bib 36,1324
@@ -76,237 +76,238 @@ hactypes.el,1276
(defact link-to-file 411,16158
(defact link-to-file-line 427,16789
(defact link-to-file-line-and-column 441,17361
-(defact link-to-gbut 456,18039
-(defact link-to-Info-index-item 476,18812
-(defact link-to-Info-node 491,19569
-(defact link-to-ibut 506,20295
-(defact link-to-kcell 555,22410
-(defact link-to-mail 575,23145
-(defact link-to-org-id 599,24346
-(defact link-to-org-id-marker 608,24656
-(defact link-to-regexp-match 618,25038
-(defact link-to-rfc 645,26085
-(defact link-to-string-match 652,26353
-(defact link-to-texinfo-node 661,26806
-(defact link-to-web-search 686,27859
-(defact man-show 694,28240
-(defact rfc-toc 703,28579
-(defact text-toc 730,29749
-
-hargs.el,997
-(defvar hargs:defaults 42,1462
-(defvar hargs:reading-type 45,1569
-(defalias 'hargs:find-tag-default hargs:find-tag-default70,2663
-(defun hargs:action-get 72,2719
-(defun hargs:buffer-substring 84,3257
-(defun hargs:delimited 94,3810
-(defun hargs:get 217,8828
-(defmacro hargs:make-iform-vector 254,10401
-(defun hargs:match-p 282,11560
-(defun hargs:prompt 293,12095
-(defun hargs:select-event-window 302,12410
-(defun hargs:set-string-to-complete 312,12851
-(defun hargs:unset-string-to-complete 319,13188
-(defun hargs:sexpression-p 323,13323
-(defun hargs:actype-get 351,14506
-(defun hargs:at-p 358,14811
-(defun hargs:completion 539,21946
-(defun hargs:iform-read 613,24491
-(defun hargs:read 688,27330
-(defun hargs:read-buffer-name 730,28961
-(defun hargs:read-match 735,29148
-(defun hargs:select-p 769,30546
-(defvar hargs:reading-symbol 862,33958
-(defconst hargs:iform-vector865,34033
-(defconst hargs:iform-extensions-vector971,37550
-(defvar hargs:string-to-complete 1017,39317
-
-hbdata.el,879
-(defun hbdata:action 77,3183
-(defun hbdata:actype 81,3299
-(defun hbdata:args 95,3832
-(defun hbdata:categ 99,3933
-(defun hbdata:creator 103,4021
-(defun hbdata:create-time 107,4138
-(defun hbdata:key 111,4257
-(defun hbdata:loc-p 115,4352
-(defun hbdata:modifier 120,4546
-(defun hbdata:mod-time 125,4719
-(defun hbdata:referent 130,4889
-(defun hbdata:search 134,4980
-(defun hbdata:delete-entry 161,6051
-(defun hbdata:delete-entry-at-point 192,7197
-(defun hbdata:ebut-build 195,7297
-(defun hbdata:ebut-instance-last 269,10576
-(defun hbdata:get-entry 280,10969
-(defun hbdata:ibut-instance-next 289,11354
-(defun hbdata:ibut-instance-last 304,11898
-(defun hbdata:instance-next 320,12515
-(defun hbdata:to-entry 338,13119
-(defun hbdata:apply-entry 361,14081
-(defun hbdata:to-entry-buf 433,16504
-(defun hbdata:to-hbdata-buffer 480,18334
-(defun hbdata:write 504,19358
-
-hbmap.el,259
+(defact link-to-gbut 459,18143
+(defact link-to-Info-index-item 479,18916
+(defact link-to-Info-node 494,19673
+(defact link-to-ibut 509,20399
+(defact link-to-kcell 558,22514
+(defact link-to-mail 586,23667
+(defact link-to-org-id 610,24868
+(defact link-to-org-id-marker 619,25178
+(defact link-to-regexp-match 629,25560
+(defact link-to-rfc 656,26607
+(defact link-to-string-match 663,26875
+(defact link-to-texinfo-node 672,27328
+(defact link-to-web-search 697,28381
+(defact man-show 705,28762
+(defact rfc-toc 714,29101
+(defact text-toc 741,30271
+
+hargs.el,994
+(defvar hargs:defaults 70,2628
+(defvar hargs:reading-type 73,2735
+(defvar hargs:reading-symbol 83,3163
+(defvar hargs:string-to-complete 86,3238
+(defalias 'hargs:find-tag-default hargs:find-tag-default93,3535
+(defun hargs:action-get 95,3591
+(defun hargs:buffer-substring 107,4129
+(defun hargs:delimited 117,4682
+(defmacro hargs:make-iform-vector 240,9700
+(defconst hargs:iform-extensions-vector267,10805
+(defconst hargs:iform-vector313,12572
+(defun hargs:get 419,16089
+(defun hargs:match-p 457,17716
+(defun hargs:prompt 468,18251
+(defun hargs:select-event-window 477,18566
+(defun hargs:set-string-to-complete 487,19007
+(defun hargs:unset-string-to-complete 494,19344
+(defun hargs:sexpression-p 498,19479
+(defun hargs:actype-get 526,20662
+(defun hargs:at-p 533,20967
+(defun hargs:completion 714,28102
+(defun hargs:iform-read 788,30647
+(defun hargs:read 863,33486
+(defun hargs:read-buffer-name 905,35117
+(defun hargs:read-match 910,35304
+(defun hargs:select-p 944,36702
+
+hbdata.el,881
+(defun hbdata:action 90,3694
+(defun hbdata:actype 94,3810
+(defun hbdata:args 108,4343
+(defun hbdata:categ 112,4444
+(defun hbdata:creator 116,4532
+(defun hbdata:create-time 120,4649
+(defun hbdata:key 124,4768
+(defun hbdata:loc-p 128,4863
+(defun hbdata:modifier 133,5057
+(defun hbdata:mod-time 138,5230
+(defun hbdata:referent 143,5400
+(defun hbdata:search 147,5491
+(defun hbdata:delete-entry 174,6562
+(defun hbdata:delete-entry-at-point 205,7708
+(defun hbdata:ebut-build 208,7808
+(defun hbdata:ebut-instance-last 282,11087
+(defun hbdata:get-entry 293,11480
+(defun hbdata:ibut-instance-next 302,11865
+(defun hbdata:ibut-instance-last 317,12409
+(defun hbdata:instance-next 333,13026
+(defun hbdata:to-entry 351,13630
+(defun hbdata:apply-entry 374,14592
+(defun hbdata:to-entry-buf 446,17015
+(defun hbdata:to-hbdata-buffer 493,18845
+(defun hbdata:write 517,19869
+
+hbmap.el,258
(defvar hbmap:filename 22,642
-(defun hbmap:dir-add 29,900
-(defun hbmap:dir-list 40,1389
-(defun hbmap:dir-remove 56,1849
-(defun hbmap:dir-member 65,2311
-(defun hbmap:dir-operate 86,3138
-(defvar hbmap:dir-user112,4112
-(defvar hbmap:dir-filename120,4405
-
-hbut.el,5761
-(defconst hbut:max-len 33,1060
-(defsubst hbut:max-len 40,1301
-(defvar ebut:hattr-save 55,1886
-(defun ebut:act 59,2003
-(defun ebut:alist 70,2405
-(defun ebut:at-p 76,2626
-(defun ebut:create 83,2933
-(defun ebut:delete 105,3934
-(defun ebut:edit 118,4402
-(defun ebut:get 131,4933
-(defun ebut:is-p 200,7456
-(defun ebut:key 205,7644
-(defun ebut:key-of-label-p 212,7882
-(defalias 'ebut:to-key-src ebut:to-key-src217,8088
-(defalias 'ebut:key-src-set-buffer ebut:key-src-set-buffer218,8142
-(defalias 'ebut:key-src-fmt ebut:key-src-fmt219,8204
-(defalias 'ebut:key-to-label ebut:key-to-label220,8259
-(defun ebut:label-p 224,8341
-(defalias 'ebut:label-regexp ebut:label-regexp287,10914
-(defalias 'ebut:label-instances-regexp ebut:label-instances-regexp288,10974
-(defalias 'ebut:label-to-key ebut:label-to-key290,11045
-(defun ebut:list 292,11096
-(defalias 'map-ebut map-ebut314,11938
-(defun ebut:map 316,11971
-(defun ebut:next-occurrence 326,12462
-(defun ebut:operate 341,13141
-(defun ebut:program 477,18705
-(defun ebut:search 508,20138
-(defun ebut:to 587,22790
-(defun ebut:delimit 623,24163
-(defun ebut:match-regexp 650,25231
-(defconst ebut:label-start 661,25671
-(defconst ebut:label-end 663,25772
-(defconst hbut:instance-sep 665,25871
-(defun gbut:act 672,26211
-(defun gbut:delete 687,26826
-(defun gbut:ebut-program 692,27049
-(defun gbut:file 712,27940
-(defun gbut:get 716,28098
-(defun gbut:help 728,28512
-(defun gbut:label-list 739,28935
-(defun gbut:label-p 743,29054
-(defun gbut:to 758,29869
-(defun gbut:key-list 776,30526
-(defun gbut:ebut-key-list 780,30652
-(defun gbut:ibut-key-list 794,31113
-(defun hattr:attributes 807,31622
-(defun hattr:clear 817,31927
-(defun hattr:copy 828,32303
-(defun hattr:emacs-button-attributes 839,32693
-(defun hattr:emacs-button-is-p 852,33186
-(defun hattr:get 859,33475
-(defun hattr:list 863,33609
-(defun hattr:memq 871,33886
-(defun hattr:report 883,34317
-(defun hattr:save 911,35343
-(defun hattr:set 929,36195
-(defalias 'hattr:summarize hattr:summarize933,36374
-(defvar hattr:filename935,36418
-(defun hbut:act 945,36851
-(defun hbut:action 1007,39548
-(defun hbut:at-p 1018,39884
-(defun hbut:comment 1031,40284
-(defvar hbut:fill-prefix-regexps1064,41511
-(defun hbut:fill-prefix-remove 1088,42359
-(defun hbut:delete 1098,42751
-(defun hbut:funcall 1113,43384
-(defun hbut:get 1143,44606
-(defun hbut:get-key-src 1154,45134
-(defun hbut:is-p 1212,47421
-(defun hbut:key 1217,47580
-(defun hbut:to-key-src 1224,47800
-(defun hbut:key-src-fmt 1231,48119
-(defun hbut:key-src-set-buffer 1247,48769
-(defun hbut:key-to-label 1269,49468
-(defun hbut:label 1290,50152
-(defun hbut:label-list 1297,50398
-(defun hbut:label-p 1301,50552
-(defun hbut:label-regexp 1314,51327
-(defun hbut:label-instances-regexp 1344,52356
-(defun hbut:label-to-key 1379,53595
-(defun hbut:map 1392,54185
-(defvar hbut:syntax-table 1450,56386
-(defun hbut:modify-syntax 1456,56656
-(defun hbut:outside-comment-p 1471,57283
-(defun hbut:rename 1479,57643
-(defun hbut:report 1490,58049
-(defun hbut:source 1549,59983
-(defalias 'hbut:summarize hbut:summarize1564,60556
-(defun hbut:to 1566,60598
-(defvar hbut:current 1573,60926
-(defconst hbut:source-prefix 1576,61031
-(defun hbut:key-list 1583,61362
-(defun hbut:ebut-key-list 1587,61527
-(defun hbut:ibut-key-list 1602,62052
-(defun ibut:act 1616,62595
-(defun ibut:alist 1627,63001
-(defun ibut:at-p 1633,63230
-(defun ibut:at-type-p 1652,64047
-(defun ibut:set-name-and-label-key-p 1666,64657
-(cl-defun ibut:create 1760,68171
-(def-edebug-spec cl-defun1945,74513
-(def-edebug-spec lambda-key-list1950,74660
-(defun ibut:delete 1959,74883
-(defun ibut:delete-occurrence 1991,76055
-(defun ibut:delimit 2000,76382
-(defun ibut:get 2030,77574
-(defun ibut:is-p 2052,78391
-(defun ibut:label-map 2060,78684
-(defun ibut:label-key-match 2072,79273
-(defun ibut:label-p 2083,79702
-(defun ibut:label-regexp 2128,81707
-(defun ibut:label-instances-regexp 2134,81998
-(defun ibut:label-set 2140,82326
-(defun ibut:label-sort-keys 2164,83417
-(defun ibut:list 2183,84047
-(defun ibut:key 2205,84898
-(defalias 'ibut:to-key-src ibut:to-key-src2212,85141
-(defalias 'ibut:key-to-label ibut:key-to-label2213,85189
-(defalias 'ibut:label-to-key ibut:label-to-key2214,85239
-(defalias 'map-ibut map-ibut2215,85289
-(defun ibut:map 2217,85331
-(defun ibut:next-occurrence 2229,85822
-(defun ibut:operate 2244,86567
-(defun ibut:insert-text 2451,96095
-(defun ibut:previous-occurrence 2535,99467
-(defun ibut:program 2550,100198
-(defun ibut:rename 2594,102301
-(defalias 'ibut:summarize ibut:summarize2616,103320
-(defun ibut:to 2618,103362
-(defun ibut:at-to-name-p 2666,105163
-(defun ibut:to-name 2690,105961
-(defun ibut:to-text 2723,107273
-(defconst ibut:label-start 2774,109326
-(defconst ibut:label-end 2776,109427
-(defvar ibut:label-separator 2779,109527
-(defvar ibut:label-separator-regexp 2787,109844
-(defmacro defib 2794,110184
-(def-edebug-spec defib2829,111821
-(def-edebug-spec lambda-list2834,111961
-(defalias 'ibtype:create ibtype:create2839,112079
-(defun ibtype:activate-link 2841,112114
-(defmacro defil 2853,112566
-(defmacro defal 2950,116904
-(defalias 'ibtype:create-action-link-type
ibtype:create-action-link-type3006,119073
-(defalias 'ibtype:create-regexp-link-type
ibtype:create-regexp-link-type3007,119124
-(defun ibtype:def-symbol 3009,119176
-(defun ibtype:delete 3019,119533
+(defvar hbmap:dir-user31,967
+(defvar hbmap:dir-filename39,1260
+(defun hbmap:dir-add 50,1724
+(defun hbmap:dir-list 61,2213
+(defun hbmap:dir-remove 77,2673
+(defun hbmap:dir-member 86,3135
+(defun hbmap:dir-operate 107,3962
+
+hbut.el,5794
+(defconst hbut:max-len 34,1061
+(defsubst hbut:max-len 41,1302
+(defconst ebut:label-start 74,2564
+(defconst ebut:label-end 77,2666
+(defconst hbut:instance-sep 80,2766
+(defvar hattr:filename84,2903
+(defvar ibut:label-separator-regexp 90,3155
+(defvar ibut:label-separator 93,3299
+(defconst hbut:source-prefix 101,3616
+(defvar ebut:hattr-save 114,4246
+(defun ebut:act 118,4363
+(defun ebut:alist 129,4765
+(defun ebut:at-p 135,4986
+(defun ebut:create 142,5293
+(defun ebut:delete 164,6294
+(defun ebut:edit 177,6762
+(defun ebut:get 190,7293
+(defun ebut:is-p 259,9816
+(defun ebut:key 264,10004
+(defun ebut:key-of-label-p 271,10242
+(defalias 'ebut:to-key-src ebut:to-key-src276,10448
+(defalias 'ebut:key-src-set-buffer ebut:key-src-set-buffer277,10502
+(defalias 'ebut:key-src-fmt ebut:key-src-fmt278,10564
+(defalias 'ebut:key-to-label ebut:key-to-label279,10619
+(defun ebut:label-p 283,10701
+(defalias 'ebut:label-regexp ebut:label-regexp346,13274
+(defalias 'ebut:label-instances-regexp ebut:label-instances-regexp347,13334
+(defalias 'ebut:label-to-key ebut:label-to-key349,13405
+(defun ebut:list 351,13456
+(defalias 'map-ebut map-ebut373,14298
+(defun ebut:map 375,14331
+(defun ebut:next-occurrence 385,14822
+(defun ebut:operate 400,15501
+(defun ebut:program 536,21065
+(defun ebut:search 567,22498
+(defun ebut:to 646,25150
+(defun ebut:delimit 682,26523
+(defun ebut:match-regexp 709,27591
+(defun gbut:act 724,28261
+(defun gbut:delete 739,28876
+(defun gbut:ebut-program 744,29099
+(defun gbut:file 764,29990
+(defun gbut:get 768,30148
+(defun gbut:help 780,30562
+(defun gbut:label-list 791,30985
+(defun gbut:label-p 795,31104
+(defun gbut:save-buffer 810,31919
+(defun gbut:to 815,32069
+(defun gbut:key-list 833,32726
+(defun gbut:ebut-key-list 837,32852
+(defun gbut:ibut-key-list 851,33313
+(defun hattr:attributes 864,33822
+(defun hattr:clear 874,34127
+(defun hattr:copy 885,34503
+(defun hattr:emacs-button-attributes 896,34893
+(defun hattr:emacs-button-is-p 909,35386
+(defun hattr:get 916,35675
+(defun hattr:list 920,35809
+(defun hattr:memq 928,36086
+(defun hattr:report 940,36517
+(defun hattr:save 968,37543
+(defun hattr:set 986,38395
+(defalias 'hattr:summarize hattr:summarize990,38574
+(defun hbut:act 996,38799
+(defun hbut:action 1058,41496
+(defun hbut:at-p 1069,41832
+(defun hbut:comment 1082,42232
+(defvar hbut:fill-prefix-regexps1115,43459
+(defun hbut:fill-prefix-remove 1139,44307
+(defun hbut:delete 1149,44699
+(defun hbut:funcall 1164,45332
+(defun hbut:get 1194,46554
+(defun hbut:get-key-src 1205,47082
+(defun hbut:is-p 1263,49369
+(defun hbut:key 1268,49528
+(defun hbut:to-key-src 1275,49748
+(defun hbut:key-src-fmt 1282,50067
+(defun hbut:key-src-set-buffer 1298,50717
+(defun hbut:key-to-label 1320,51416
+(defun hbut:label 1341,52100
+(defun hbut:label-list 1348,52346
+(defun hbut:label-p 1352,52500
+(defun hbut:label-regexp 1365,53275
+(defun hbut:label-instances-regexp 1395,54304
+(defun hbut:label-to-key 1430,55543
+(defun hbut:map 1443,56133
+(defvar hbut:syntax-table 1501,58334
+(defun hbut:modify-syntax 1507,58604
+(defun hbut:outside-comment-p 1522,59231
+(defun hbut:rename 1530,59591
+(defun hbut:report 1541,59997
+(defun hbut:source 1600,61931
+(defalias 'hbut:summarize hbut:summarize1615,62504
+(defun hbut:to 1617,62546
+(defvar hbut:current 1624,62874
+(defun hbut:key-list 1629,63057
+(defun hbut:ebut-key-list 1633,63222
+(defun hbut:ibut-key-list 1648,63747
+(defun ibut:act 1662,64290
+(defun ibut:alist 1673,64696
+(defun ibut:at-p 1679,64925
+(defun ibut:at-type-p 1698,65742
+(defun ibut:set-name-and-label-key-p 1712,66352
+(cl-defun ibut:create 1806,69866
+(def-edebug-spec cl-defun1991,76208
+(def-edebug-spec lambda-key-list1996,76355
+(defun ibut:delete 2005,76578
+(defun ibut:delete-occurrence 2037,77750
+(defun ibut:delimit 2046,78077
+(defun ibut:get 2076,79269
+(defun ibut:is-p 2098,80086
+(defun ibut:label-map 2106,80379
+(defun ibut:label-key-match 2118,80968
+(defun ibut:label-p 2129,81397
+(defun ibut:label-regexp 2174,83402
+(defun ibut:label-instances-regexp 2180,83693
+(defun ibut:label-set 2186,84021
+(defun ibut:label-sort-keys 2210,85112
+(defun ibut:list 2229,85742
+(defun ibut:key 2251,86593
+(defalias 'ibut:to-key-src ibut:to-key-src2258,86836
+(defalias 'ibut:key-to-label ibut:key-to-label2259,86884
+(defalias 'ibut:label-to-key ibut:label-to-key2260,86934
+(defalias 'map-ibut map-ibut2261,86984
+(defun ibut:map 2263,87026
+(defun ibut:next-occurrence 2275,87517
+(defun ibut:operate 2290,88262
+(defun ibut:insert-text 2497,97790
+(defun ibut:previous-occurrence 2581,101162
+(defun ibut:program 2596,101893
+(defun ibut:rename 2640,103996
+(defalias 'ibut:summarize ibut:summarize2662,105015
+(defun ibut:to 2664,105057
+(defun ibut:at-to-name-p 2712,106858
+(defun ibut:to-name 2736,107656
+(defun ibut:to-text 2769,108968
+(defconst ibut:label-start 2820,111021
+(defconst ibut:label-end 2822,111122
+(defmacro defib 2829,111418
+(def-edebug-spec defib2864,113055
+(def-edebug-spec lambda-list2869,113195
+(defalias 'ibtype:create ibtype:create2874,113313
+(defun ibtype:activate-link 2876,113348
+(defmacro defil 2888,113800
+(defmacro defal 2985,118138
+(defalias 'ibtype:create-action-link-type
ibtype:create-action-link-type3041,120307
+(defalias 'ibtype:create-regexp-link-type
ibtype:create-regexp-link-type3042,120358
+(defun ibtype:def-symbol 3044,120410
+(defun ibtype:delete 3054,120767
hgnus.el,110
(defun Gnus-init 54,1683
@@ -315,25 +316,25 @@ hgnus.el,110
(defun rnews:summ-msg-to 67,2111
hhist.el,136
-(defun hhist:add 29,1050
-(defun hhist:element 43,1735
-(defun hhist:pop 47,1850
-(defun hhist:init 72,2674
-(defconst *hhist* 81,2935
+(defconst *hhist* 29,1052
+(defun hhist:add 37,1346
+(defun hhist:element 51,2031
+(defun hhist:pop 55,2146
+(defun hhist:init 80,2970
hib-debbugs.el,468
-(defib debbugs-gnu-query 100,4266
-(defact debbugs-gnu-query 121,5207
-(defun debbugs-gnu-query:help 128,5425
-(defib debbugs-gnu-mode 139,5884
-(defun debbugs-gnu-mode:help 144,6069
-(defun debbugs-gnu-show-discussion 156,6574
-(defun debbugs-gnu-query:string 164,6856
-(defun debbugs-gnu-query:list 187,8010
-(defun smart-debbugs-gnu 202,8597
-(defun debbugs-query:at-p 218,9273
-(defun debbugs-query:status 236,10426
-(defun debbugs-version-sufficient-p 262,11639
+(defib debbugs-gnu-query 100,4267
+(defact debbugs-gnu-query 121,5208
+(defun debbugs-gnu-query:help 128,5426
+(defib debbugs-gnu-mode 139,5885
+(defun debbugs-gnu-mode:help 144,6070
+(defun debbugs-gnu-show-discussion 156,6575
+(defun debbugs-gnu-query:string 164,6857
+(defun debbugs-gnu-query:list 187,8011
+(defun smart-debbugs-gnu 202,8598
+(defun debbugs-query:at-p 218,9274
+(defun debbugs-query:status 236,10427
+(defun debbugs-version-sufficient-p 262,11640
hib-doc-id.el,312
(defvar doc-id-indices 85,3022
@@ -348,122 +349,122 @@ hib-doc-id.el,312
(defun doc-id:help 175,6829
hib-kbd.el,1071
-(defvar kbd-key:named-key-list46,1731
-(defvar kbd-key:named-key-regexp54,2107
-(defvar kbd-key:modified-key-regexp61,2348
-(defconst kbd-key:extended-command-prefix 77,3110
-(defconst kbd-key:extended-command-binding-list 81,3259
-(defvar kbd-key:mini-menu-key 84,3439
-(defact kbd-key 91,3728
-(defib kbd-key 103,4226
-(defun kbd-key:act 168,7140
-(defun kbd-key:execute 187,7839
-(defun kbd-key:execute-special-series 196,8217
-(defun kbd-key:maybe-enable-helm 214,8986
-(defun kbd-key:key-series-to-events 220,9214
-(defun kbd-key:doc 231,9696
-(defun kbd-key:help 257,10559
-(defun kbd-key:is-p 263,10814
-(defun kbd-key:normalize 297,12321
-(defun kbd-key:remove-delimiters 361,15489
-(defun kbd-key:binding 372,16044
-(defun kbd-key:kbd 379,16362
-(defun kbd-key:parse 387,16718
-(defun kbd-key:extended-command-p 482,20420
-(defun kbd-key:hyperbole-hycontrol-key-p 488,20667
-(defun kbd-key:hyperbole-mini-menu-key-p 499,21167
-(defun kbd-key:key-and-arguments 509,21756
-(defun kbd-key:mark-spaces-to-keep 520,22295
-(defun kbd-key:special-sequence-p 539,22949
-
-hib-social.el,1373
-(defgroup hyperbole-buttons 185,9138
-(defcustom hibtypes-social-default-service 189,9259
-(defcustom hibtypes-social-display-function 199,9550
-(defcustom hibtypes-git-default-project 204,9738
-(defcustom hibtypes-git-use-magit-flag 209,9898
-(defcustom hibtypes-github-default-project 214,10066
-(defcustom hibtypes-github-default-user 219,10226
-(defcustom hibtypes-gitlab-default-project 224,10380
-(defcustom hibtypes-gitlab-default-user 229,10540
-(defconst hibtypes-social-hashtag-alist242,11106
-(defconst hibtypes-social-username-alist251,11679
-(defconst hibtypes-git-project-regexp 260,12185
-(defconst hibtypes-git-file-regexp 261,12272
-(defconst hibtypes-social-regexp263,12346
-(defvar hibtypes-social-inhibit-modes 269,12623
-(defib social-reference 276,12952
-(defun social-reference 330,15431
-(defun github-reference 351,16472
-(defun gitlab-reference 460,21738
-(defib git-commit-reference 626,29336
-(defvar hibtypes-git-repos-cache642,30079
-(defun hibtypes-git-get-locate-command 646,30253
-(defun hibtypes-git-build-repos-cache 653,30553
-(defun hibtypes-git-add-project-to-repos-cache 668,31398
-(defun hibtypes-git-build-or-add-to-repos-cache 687,32248
-(defun hibtypes-git-project-directory 697,32780
-(defun git-reference 716,33737
-(defun hibtypes-git-find-execute 856,40560
-(defun hibtypes-git-find 869,41180
-(defun git-find-file 899,42489
+(defvar kbd-key:named-key-list52,1952
+(defvar kbd-key:named-key-regexp60,2328
+(defvar kbd-key:modified-key-regexp67,2569
+(defconst kbd-key:extended-command-prefix 78,3112
+(defconst kbd-key:extended-command-binding-list 82,3261
+(defvar kbd-key:mini-menu-key 85,3441
+(defact kbd-key 92,3730
+(defib kbd-key 104,4228
+(defun kbd-key:act 169,7142
+(defun kbd-key:execute 188,7841
+(defun kbd-key:execute-special-series 197,8219
+(defun kbd-key:maybe-enable-helm 215,8988
+(defun kbd-key:key-series-to-events 221,9216
+(defun kbd-key:doc 232,9698
+(defun kbd-key:help 258,10561
+(defun kbd-key:is-p 264,10816
+(defun kbd-key:normalize 298,12323
+(defun kbd-key:remove-delimiters 362,15491
+(defun kbd-key:binding 373,16046
+(defun kbd-key:kbd 380,16364
+(defun kbd-key:parse 388,16720
+(defun kbd-key:extended-command-p 483,20422
+(defun kbd-key:hyperbole-hycontrol-key-p 489,20669
+(defun kbd-key:hyperbole-mini-menu-key-p 500,21169
+(defun kbd-key:key-and-arguments 510,21758
+(defun kbd-key:mark-spaces-to-keep 521,22297
+(defun kbd-key:special-sequence-p 540,22951
+
+hib-social.el,1374
+(defgroup hyperbole-buttons 191,9375
+(defcustom hibtypes-social-default-service 195,9496
+(defcustom hibtypes-social-display-function 205,9787
+(defcustom hibtypes-git-default-project 210,9975
+(defcustom hibtypes-git-use-magit-flag 215,10135
+(defcustom hibtypes-github-default-project 220,10303
+(defcustom hibtypes-github-default-user 225,10463
+(defcustom hibtypes-gitlab-default-project 230,10617
+(defcustom hibtypes-gitlab-default-user 235,10777
+(defconst hibtypes-social-hashtag-alist244,11108
+(defconst hibtypes-social-username-alist253,11681
+(defconst hibtypes-git-project-regexp 262,12187
+(defconst hibtypes-git-file-regexp 263,12274
+(defconst hibtypes-social-regexp265,12348
+(defvar hibtypes-social-inhibit-modes 271,12625
+(defib social-reference 278,12954
+(defun social-reference 332,15433
+(defun github-reference 353,16474
+(defun gitlab-reference 462,21740
+(defib git-commit-reference 628,29338
+(defvar hibtypes-git-repos-cache643,30080
+(defun hibtypes-git-get-locate-command 647,30254
+(defun hibtypes-git-build-repos-cache 654,30554
+(defun hibtypes-git-add-project-to-repos-cache 669,31399
+(defun hibtypes-git-build-or-add-to-repos-cache 688,32249
+(defun hibtypes-git-project-directory 698,32781
+(defun git-reference 717,33738
+(defun hibtypes-git-find-execute 857,40561
+(defun hibtypes-git-find 870,41181
+(defun git-find-file 900,42490
hibtypes.el,1548
-(defib python-tb-previous-line 76,2614
-(defib org-id 104,3810
-(defun org-id:help 137,5252
-(defib pathname 162,6278
-(defun mail-address-at-p 282,12263
-(defib mail-address 293,12753
-(defib org-link-outside-org-mode 333,14660
-(defib annot-bib 354,15683
-(defun markdown-follow-link-p 381,16838
-(defun markdown-follow-inline-link-p 402,17503
-(defib markdown-internal-link 429,18787
-(defib rfc-toc 459,20331
-(defib id-cflow 484,21401
-(defib ctags 531,23455
-(defib etags 557,24857
-(defib cscope 594,26762
-(defib text-toc 621,27914
-(defib dir-summary 653,29496
-(defib rfc 689,31066
-(defib man-apropos 723,32520
-(defun hlink 751,33776
-(defun hlink:parse-label-and-file 771,34769
-(defconst elink:start 793,35686
-(defconst elink:end 795,35791
-(defib elink 798,35889
-(defconst glink:start 808,36290
-(defconst glink:end 810,36393
-(defib glink 813,36489
-(defconst ilink:start 822,36779
-(defconst ilink:end 824,36884
-(defib ilink 827,36982
-(defib pathname-line-and-column 842,37638
-(defib ipython-stack-frame 874,39356
-(defib ripgrep-msg 916,41518
-(defib grep-msg 962,43659
-(defun hib-python-traceback 1030,47508
-(defib debugger-source 1041,48120
-(defib elisp-compiler-msg 1127,52161
-(defib patch-msg 1229,57232
-(defib texinfo-ref 1256,58436
-(defib gnus-push-button 1341,63034
-(defib Info-node 1353,63576
-(defib hyp-address 1386,65265
-(defib hyp-source 1405,66279
-(defconst action:start 1432,67398
-(defconst action:end 1435,67507
-(defib action 1444,67857
-(defun action:help 1539,72093
-(defib completion 1566,73185
+(defib python-tb-previous-line 88,3079
+(defib org-id 116,4275
+(defun org-id:help 149,5717
+(defib pathname 174,6743
+(defun mail-address-at-p 294,12728
+(defib mail-address 305,13218
+(defib org-link-outside-org-mode 345,15125
+(defib annot-bib 366,16148
+(defun markdown-follow-link-p 393,17323
+(defun markdown-follow-inline-link-p 414,17988
+(defib markdown-internal-link 428,18613
+(defib rfc-toc 458,20137
+(defib id-cflow 483,21207
+(defib ctags 530,23261
+(defib etags 556,24663
+(defib cscope 593,26568
+(defib text-toc 620,27720
+(defib dir-summary 652,29302
+(defib rfc 688,30872
+(defib man-apropos 722,32326
+(defun hlink 750,33582
+(defun hlink:parse-label-and-file 770,34575
+(defconst elink:start 792,35492
+(defconst elink:end 794,35597
+(defib elink 797,35695
+(defconst glink:start 807,36096
+(defconst glink:end 809,36199
+(defib glink 812,36295
+(defconst ilink:start 821,36585
+(defconst ilink:end 823,36690
+(defib ilink 826,36788
+(defib pathname-line-and-column 841,37444
+(defib ipython-stack-frame 873,39162
+(defib ripgrep-msg 915,41324
+(defib grep-msg 961,43465
+(defun hib-python-traceback 1029,47314
+(defib debugger-source 1040,47926
+(defib elisp-compiler-msg 1126,51967
+(defib patch-msg 1228,57038
+(defib texinfo-ref 1255,58242
+(defib gnus-push-button 1340,62840
+(defib Info-node 1352,63382
+(defib hyp-address 1385,65071
+(defib hyp-source 1404,66085
+(defconst action:start 1431,67204
+(defconst action:end 1434,67313
+(defib action 1443,67663
+(defun action:help 1538,71899
+(defib completion 1565,72991
hinit.el,145
-(defvar hyperb:user-email 22,623
-(defun hyperb:init-menubar 44,1525
-(defmacro hui-menu-remove 60,2171
-(defun hyperb:check-dir-user 71,2629
+(defvar hyperb:user-email 22,622
+(defun hyperb:init-menubar 46,1625
+(defmacro hui-menu-remove 62,2271
+(defun hyperb:check-dir-user 73,2729
hload-path.el,484
(defvar hyperb:microsoft-os-p30,916
@@ -477,198 +478,201 @@ hload-path.el,484
(defun hyperb:generate-autoloads 163,6653
(defun hyperb:maybe-load-autoloads 178,7427
-hmail.el,876
-(defvar hnews:composer 38,1419
-(defvar hnews:lister 40,1536
-(defvar hnews:reader 42,1659
-(defcustom hmail:init-function 45,1766
-(defvar hmail:composer 54,2062
-(defvar hmail:lister 56,2169
-(defvar hmail:modifier 58,2270
-(defvar hmail:reader 60,2363
-(defun hmail:hbdata-start 77,3025
-(defun hmail:hbdata-to-p 90,3519
-(defun hmail:browser-p 107,4068
-(defun hmail:buffer 111,4224
-(defun hmail:compose 125,4790
-(defun hmail:composing-dir 140,5451
-(defun hmail:editor-p 150,5769
-(defun hmail:init 154,5942
-(defun hmail:invoke 170,6577
-(defun hmail:lister-p 184,7074
-(defun hnews:lister-p 188,7203
-(defun hmail:mode-is-p 192,7338
-(defun hmail:msg-narrow 199,7598
-(defun hmail:reader-p 209,7992
-(defun hmail:region 213,8151
-(defun rmail:init 237,9137
-(defvar rmail:msg-hdr-prefix 247,9571
-(defun rmail:msg-id-get 250,9697
-(defvar hmail:hbdata-sep 281,10944
+hmail.el,875
+(defvar hnews:composer 45,1683
+(defvar hnews:lister 47,1800
+(defvar hnews:reader 49,1923
+(defcustom hmail:init-function 52,2030
+(defvar hmail:composer 61,2326
+(defvar hmail:lister 63,2433
+(defvar hmail:modifier 65,2534
+(defvar hmail:reader 67,2627
+(defvar hmail:hbdata-sep 74,2889
+(defun hmail:hbdata-start 85,3354
+(defun hmail:hbdata-to-p 98,3848
+(defun hmail:browser-p 115,4397
+(defun hmail:buffer 119,4553
+(defun hmail:compose 133,5119
+(defun hmail:composing-dir 148,5780
+(defun hmail:editor-p 158,6098
+(defun hmail:init 162,6271
+(defun hmail:invoke 178,6906
+(defun hmail:lister-p 192,7403
+(defun hnews:lister-p 196,7532
+(defun hmail:mode-is-p 200,7667
+(defun hmail:msg-narrow 207,7927
+(defun hmail:reader-p 217,8321
+(defun hmail:region 221,8480
+(defun rmail:init 245,9466
+(defvar rmail:msg-hdr-prefix 255,9900
+(defun rmail:msg-id-get 258,10026
hmh.el,542
-(defun Mh-init 44,1310
-(defun Mh-hbut-highlight 69,2164
-(defun Mh-msg-hdrs-full 73,2336
-(defun Mh-msg-narrow 77,2470
-(defun Mh-msg-next 82,2600
-(defun Mh-msg-num 84,2660
-(defun Mh-msg-prev 89,2778
-(defun Mh-msg-to-p 91,2842
-(defun Mh-msg-widen 101,3117
-(defun Mh-to 105,3235
-(defun Mh-Summ-delete 110,3376
-(defalias 'Mh-Summ-expunge Mh-Summ-expunge112,3445
-(defun Mh-Summ-goto 114,3504
-(defun Mh-Summ-to 119,3624
-(defun Mh-Summ-undelete-all 132,3987
-(defun hmh--run-show-hook 148,4821
-(defun hmh--highlight-buttons 156,5114
+(defun Mh-init 50,1534
+(defun Mh-hbut-highlight 75,2388
+(defun Mh-msg-hdrs-full 79,2560
+(defun Mh-msg-narrow 83,2694
+(defun Mh-msg-next 88,2824
+(defun Mh-msg-num 90,2884
+(defun Mh-msg-prev 95,3002
+(defun Mh-msg-to-p 97,3066
+(defun Mh-msg-widen 107,3341
+(defun Mh-to 111,3459
+(defun Mh-Summ-delete 116,3600
+(defalias 'Mh-Summ-expunge Mh-Summ-expunge118,3669
+(defun Mh-Summ-goto 120,3728
+(defun Mh-Summ-to 125,3848
+(defun Mh-Summ-undelete-all 138,4211
+(defun hmh--run-show-hook 154,5045
+(defun hmh--highlight-buttons 162,5338
hmoccur.el,325
-(defconst moccur-source-prefix 55,2080
-(defun moccur 62,2349
-(defun moccur-to 140,4986
-(defalias 'moccur-mode-goto-occurrence moccur-mode-goto-occurrence153,5377
-(defun moccur-mode-display-occurrence 155,5429
-(define-derived-mode moccur-mode 173,6056
-(defun moccur-noselect 185,6515
-(defvar moccur-mode-map 221,7849
+(defconst moccur-source-prefix 61,2308
+(defun moccur 68,2577
+(defun moccur-to 146,5214
+(defalias 'moccur-mode-goto-occurrence moccur-mode-goto-occurrence159,5605
+(defun moccur-mode-display-occurrence 161,5657
+(define-derived-mode moccur-mode 179,6284
+(defun moccur-noselect 191,6743
+(defvar moccur-mode-map 227,8077
hmouse-info.el,570
-(defun Info-read-index-item-name 38,1132
-(defun smart-info 60,1964
-(defun smart-info-assist 107,3518
-(defun Info-handle-in-node-hdr 156,5336
-(defun Info-handle-in-node-hdr-assist 186,6373
-(defun Info-handle-in-note 211,7192
-(defun Info-handle-in-menu 219,7494
-(defun Info-build-menu-item-completions 243,8326
-(defun Info-complete-menu-item 295,10825
-(defun Info-current-filename-sans-extension 313,11708
-(defun Info-menu-item-at-p 325,12153
-(defun Info-node-has-menu-p 345,12739
-(defun Info-note-at-p 352,12910
-(defun Info-read-index-item-name-1 366,13480
-
-hmouse-drv.el,4136
-(defvar hmouse-verify-release-window-flag 37,1121
-(defvar action-key-depressed-flag 48,1679
-(defvar assist-key-depressed-flag 49,1753
-(defvar action-key-depress-args 50,1827
-(defvar assist-key-depress-args 52,1937
-(defvar action-key-release-args 55,2048
-(defvar assist-key-release-args 57,2158
-(defvar action-key-depress-buffer 60,2269
-(defvar assist-key-depress-buffer 63,2440
-(defvar action-key-release-buffer 66,2611
-(defvar assist-key-release-buffer 68,2715
-(defvar action-key-depress-window 71,2820
-(defvar assist-key-depress-window 74,2991
-(defvar action-key-release-window 77,3162
-(defvar assist-key-release-window 79,3266
-(defvar action-key-depress-position 83,3437
-(defvar assist-key-depress-position 85,3559
-(defvar action-key-release-position 87,3681
-(defvar assist-key-release-position 89,3802
-(defvar action-key-depress-prev-point 92,3924
-(defvar assist-key-depress-prev-point 95,4093
-(defvar action-key-release-prev-point 98,4262
-(defvar assist-key-release-prev-point 101,4431
-(defvar action-key-cancelled 105,4601
-(defvar assist-key-cancelled 107,4686
-(defvar action-key-help-flag 110,4772
-(defvar assist-key-help-flag 112,4876
-(defvar assist-flag 115,4981
-(defcustom hkey-debug 120,5191
-(defvar hkey-region 126,5366
-(defvar action-mouse-key-prev-window 158,6425
-(defvar action-mouse-key-prefix-arg 161,6550
-(defvar hkey-help-msg 164,6646
-(defvar hkey--wconfig 165,6709
-(defun hkey-absolute-pixel-position 172,7026
-(defun action-key-depress 179,7298
-(defun assist-key-depress 204,8311
-(defun action-key-depress-emacs 229,9324
-(defun assist-key-depress-emacs 234,9475
-(defun action-mouse-key-emacs 240,9658
-(defun assist-mouse-key-emacs 246,9904
-(defun action-mouse-key 252,10150
-(defun assist-mouse-key 275,11046
-(defun action-key-clear-variables 299,11954
-(defun assist-key-clear-variables 314,12464
-(defun action-key 329,12974
-(defun action-key-internal 342,13470
-(defun assist-key 352,13757
-(defun assist-key-internal 365,14255
-(defun hkey-either 375,14540
-(defun hkey-ace-window-setup 397,15448
-(defun hkey-drag 441,17305
-(defun hkey-drag-stay 473,18675
-(defun hkey-drag-item 488,19242
-(defun hkey-drag-to 521,20638
-(defun hkey-link 553,22016
-(defun hkey-replace 558,22192
-(defun hkey-swap 568,22641
-(defun hkey-throw 597,23998
-(defun hkey-window-link 630,25475
-(defun hkey-insert-region 655,26497
-(defun hkey-buffer-to 690,28134
-(defun hkey-swap-buffers 701,28564
-(defun hmouse-click-to-drag 719,29346
-(defun hmouse-click-to-drag-stay 727,29631
-(defun hmouse-click-to-drag-item 735,29914
-(defun hmouse-click-to-drag-to 743,30202
-(defun hmouse-click-to-replace 751,30497
-(defun hmouse-click-to-swap 762,30899
-(defun hmouse-click-to-throw 770,31162
-(defun hmouse-choose-link-and-referent-windows 777,31454
-(defun hmouse-choose-windows 815,33340
-(defun hmouse-keyboard-choose-windows 842,34398
-(defun hkey-buffer-move-left 872,35596
-(defun hkey-buffer-move-right 878,35773
-(defun hkey-buffer-move-down 884,35952
-(defun hkey-buffer-move-up 890,36126
-(defun hkey-buffer-move 895,36284
-(defun mouse-drag-mode-line 937,38098
-(defun hkey-debug 967,39473
-(defun hkey-execute 995,40480
-(defun hkey-help 1027,41817
-(defun hkey-assist-help 1167,46915
-(defun hkey-help-hide 1179,47347
-(defalias 'quit-window quit-window1194,47883
-(defun hkey-help-show 1205,48316
-(defun hkey-mouse-help 1255,50590
-(defun hkey-operate 1294,52081
-(defun hkey-summarize 1338,53893
-(defun hkey-toggle-debug 1359,54654
-(defun hmouse-depress-inactive-minibuffer-p 1372,55208
-(defun hmouse-vertical-line-spacing 1384,55711
-(defun hmouse-window-at-absolute-pixel-position 1396,56219
-(defun hmouse-window-coordinates 1508,61503
-(defun hmouse-key-release-buffer 1550,63384
-(defun hmouse-key-release-window 1557,63682
-(defun hmouse-key-release-args-emacs 1562,63916
-(defun hmouse-use-region-p 1592,65342
-(defun hmouse-save-region 1597,65497
-(defun hmouse-set-point 1614,66296
-(defun hmouse-set-point-at 1624,66759
-(defun hmouse-release 1645,67687
-(defun hmouse-function 1667,68745
-(defun smart-scroll-down 1696,70077
-(defun smart-scroll-up 1721,70983
-
-hmouse-key.el,393
-(defun hmouse-check-action-key 38,1285
-(defun hmouse-check-assist-key 46,1747
-(defun hmouse-set-bindings 54,2209
-(defun hmouse-install 70,2751
-(defun hmouse-add-unshifted-smart-keys 97,4072
-(defun hmouse-toggle-bindings 103,4250
-(defun hmouse-update-smart-keys 126,5282
-(defvar hmouse-bindings 146,5983
-(defvar hmouse-bindings-flag 149,6073
-(defvar hmouse-previous-bindings 152,6167
+(defun Info-read-index-item-name 47,1436
+(defun smart-info 69,2268
+(defun smart-info-assist 116,3822
+(defun Info-handle-in-node-hdr 165,5640
+(defun Info-handle-in-node-hdr-assist 195,6677
+(defun Info-handle-in-note 220,7496
+(defun Info-handle-in-menu 228,7798
+(defun Info-build-menu-item-completions 252,8630
+(defun Info-complete-menu-item 304,11129
+(defun Info-current-filename-sans-extension 322,12012
+(defun Info-menu-item-at-p 334,12457
+(defun Info-node-has-menu-p 354,13043
+(defun Info-note-at-p 361,13214
+(defun Info-read-index-item-name-1 375,13784
+
+hmouse-drv.el,4157
+(defvar hmouse-verify-release-window-flag 80,2524
+(defvar action-key-depressed-flag 91,3082
+(defvar assist-key-depressed-flag 92,3156
+(defvar action-key-depress-args 93,3230
+(defvar assist-key-depress-args 95,3340
+(defvar action-key-release-args 98,3451
+(defvar assist-key-release-args 100,3561
+(defvar action-key-depress-buffer 103,3672
+(defvar assist-key-depress-buffer 106,3843
+(defvar action-key-release-buffer 109,4014
+(defvar assist-key-release-buffer 111,4118
+(defvar action-key-depress-window 114,4223
+(defvar assist-key-depress-window 117,4394
+(defvar action-key-release-window 120,4565
+(defvar assist-key-release-window 122,4669
+(defvar action-key-depress-position 126,4840
+(defvar assist-key-depress-position 128,4962
+(defvar action-key-release-position 130,5084
+(defvar assist-key-release-position 132,5205
+(defvar action-key-depress-prev-point 135,5327
+(defvar assist-key-depress-prev-point 138,5496
+(defvar action-key-release-prev-point 141,5665
+(defvar assist-key-release-prev-point 144,5834
+(defvar action-key-cancelled 148,6004
+(defvar assist-key-cancelled 150,6089
+(defvar action-key-help-flag 153,6175
+(defvar assist-key-help-flag 155,6279
+(defvar assist-flag 158,6384
+(defcustom hkey-debug 163,6594
+(defvar hkey-region 169,6769
+(defvar action-mouse-key-prev-window 177,7105
+(defvar action-mouse-key-prefix-arg 180,7230
+(defvar hkey-help-msg 183,7326
+(defvar hkey--wconfig 184,7389
+(defun hkey-absolute-pixel-position 191,7706
+(defun action-key-depress 198,7978
+(defun assist-key-depress 223,8991
+(defun action-key-depress-emacs 248,10004
+(defun assist-key-depress-emacs 253,10155
+(defun action-mouse-key-emacs 259,10338
+(defun assist-mouse-key-emacs 265,10584
+(defun action-mouse-key 271,10830
+(defun assist-mouse-key 294,11726
+(defun action-key-clear-variables 318,12634
+(defun assist-key-clear-variables 333,13144
+(defun action-key 348,13654
+(defun action-key-internal 361,14150
+(defun assist-key 371,14437
+(defun assist-key-internal 384,14935
+(defun hkey-either 394,15220
+(defun hkey-ace-window-setup 416,16128
+(defun hkey-drag 460,17985
+(defun hkey-drag-stay 492,19355
+(defun hkey-drag-item 507,19922
+(defun hkey-drag-to 540,21318
+(defun hkey-link 572,22696
+(defun hkey-replace 577,22872
+(defun hkey-swap 587,23321
+(defun hkey-throw 616,24678
+(defun hkey-window-link 649,26155
+(defun hkey-insert-region 674,27180
+(defun hkey-buffer-to 709,28817
+(defun hkey-swap-buffers 720,29247
+(defun hmouse-click-to-drag 738,30029
+(defun hmouse-click-to-drag-stay 746,30314
+(defun hmouse-click-to-drag-item 754,30597
+(defun hmouse-click-to-drag-to 762,30885
+(defun hmouse-click-to-replace 770,31180
+(defun hmouse-click-to-swap 781,31582
+(defun hmouse-click-to-throw 789,31845
+(defun hmouse-choose-link-and-referent-windows 796,32137
+(defun hmouse-choose-windows 834,34023
+(defun hmouse-keyboard-choose-windows 861,35081
+(defun hkey-buffer-move-left 891,36279
+(defun hkey-buffer-move-right 897,36456
+(defun hkey-buffer-move-down 903,36635
+(defun hkey-buffer-move-up 909,36809
+(defun hkey-buffer-move 914,36967
+(defun mouse-drag-mode-line 956,38781
+(defun hkey-debug 986,40156
+(defun hkey-execute 1014,41163
+(defun hkey-help 1046,42500
+(defun hkey-assist-help 1186,47598
+(defun hkey-help-hide 1198,48030
+(defalias 'quit-window quit-window1213,48566
+(defun hkey-help-show 1224,48999
+(defun hkey-mouse-help 1274,51273
+(defun hkey-operate 1313,52764
+(defun hkey-summarize 1357,54576
+(defun hkey-toggle-debug 1378,55337
+(defun hmouse-depress-inactive-minibuffer-p 1391,55891
+(defun hmouse-vertical-line-spacing 1403,56394
+(defun hmouse-window-at-absolute-pixel-position 1415,56902
+(defun hmouse-window-coordinates 1527,62186
+(defun hmouse-key-release-buffer 1569,64067
+(defun hmouse-key-release-window 1576,64365
+(defun hmouse-key-release-args-emacs 1581,64599
+(defun hmouse-use-region-p 1611,66025
+(defun hmouse-save-region 1616,66180
+(defun hmouse-set-point 1633,66979
+(defun hmouse-set-point-at 1643,67442
+(defun hmouse-release 1664,68370
+(defun hmouse-function 1686,69428
+(defun smart-scroll-down 1715,70760
+(defun smart-scroll-up 1740,71666
+
+hmouse-key.el,507
+(defvar hmouse-bindings 50,1769
+(defvar hmouse-bindings-flag 53,1859
+(defvar hmouse-previous-bindings 56,1953
+(defun hmouse-check-action-key 63,2245
+(defun hmouse-check-assist-key 71,2707
+(defun hmouse-set-bindings 79,3169
+(defun hmouse-install 95,3711
+(defun hmouse-add-unshifted-smart-keys 122,5032
+(defun hmouse-toggle-bindings 128,5210
+(defun hmouse-update-smart-keys 151,6242
+(defvar hmouse-bindings 171,6943
+(defvar hmouse-bindings-flag 174,7033
+(defvar hmouse-previous-bindings 177,7127
hmouse-mod.el,403
(defvar hmouse-mod--global-map 74,2697
@@ -683,96 +687,96 @@ hmouse-mod.el,403
(defun hmouse-mod-last-char 206,8116
hmouse-sh.el,449
-(defun hmouse-bind-key-emacs 55,1767
-(defun hmouse-bind-shifted-key-emacs 172,5082
-(defun hmouse-get-bindings 279,8393
-(defun hmouse-get-unshifted-bindings 354,11686
-(defun hmouse-posn-set-point 394,13249
-(defun hmouse-drag-region 412,14031
-(defun hmouse-move-point-emacs 437,15125
-(defun hmouse-move-point-eterm 475,17056
-(defun hmouse-set-key-list 478,17137
-(defun hmouse-shifted-setup 482,17251
-(defun hmouse-unshifted-setup 517,19024
-
-hmouse-tag.el,3201
-(define-obsolete-variable-alias
'smart-asm-include-dirssmart-asm-include-dirs59,2265
-(defcustom smart-asm-include-path 61,2356
-(defconst smart-asm-include-regexp67,2585
-(define-obsolete-variable-alias
'smart-c-cpp-include-dirssmart-c-cpp-include-dirs78,3042
-(defcustom smart-c-cpp-include-path 80,3137
-(define-obsolete-variable-alias
'smart-c-include-dirssmart-c-include-dirs87,3421
-(defcustom smart-c-include-path 89,3508
-(defcustom smart-c-use-lib-man 97,3834
-(defconst smart-c-include-regexp114,4548
-(defcustom smart-java-package-path121,4901
-(define-obsolete-variable-alias
'smart-java-include-dirssmart-java-include-dirs128,5250
-(defconst smart-java-package-regexp131,5344
-(defcustom smart-emacs-tags-file 136,5557
-(defun smart-asm 172,6829
-(defun smart-asm-at-tag-p 198,7907
-(defun smart-c++ 212,8430
-(defun smart-c++-tag 240,9687
-(defconst smart-c++-keywords263,10473
-(defun smart-c++-at-tag-p 281,11632
-(defun smart-c 302,12589
-(defconst smart-c-keywords340,14299
-(defun smart-c-at-tag-p 363,15674
-(defun smart-cc-mode-initialize 378,16260
-(defun smart-emacs-lisp-mode-p 383,16430
-(defun smart-fortran 396,17158
-(defconst smart-fortran-keywords417,18037
-(defun smart-fortran-at-tag-p 437,19213
-(defun smart-java 451,19735
-(defun smart-java-tag 476,20907
-(defun smart-java-oo-browser 487,21347
-(defconst smart-java-keywords507,22245
-(defun smart-java-at-tag-p 518,22812
-(defun smart-javascript 534,23436
-(defconst smart-javascript-keywords555,24329
-(defun smart-javascript-at-tag-p 564,24757
-(defconst smart-lisp-identifier-first-char-regexp 585,25638
-(defconst smart-lisp-identifier-chars 589,25782
-(defconst smart-lisp-identifier 595,26041
-(defun smart-lisp 599,26205
-(defun smart-lisp-find-tag 654,28427
-(defun smart-lisp-at-definition-p 703,30550
-(defun smart-lisp-at-load-expression-p 716,31153
-(defun smart-lisp-at-change-log-tag-p 722,31396
-(defun smart-lisp-htype-tag 733,31869
-(defun smart-lisp-at-tag-p 756,32711
-(defun smart-lisp-at-non-htype-tag-p 764,33052
-(defun smart-lisp-mode-p 795,34495
-(defun smart-objc 801,34672
-(defun smart-objc-tag 830,35967
-(defun smart-objc-oo-browser 854,36846
-(defconst smart-objc-keywords875,37739
-(defun smart-objc-at-tag-p 880,37929
-(defun smart-jedi-find-file 895,38601
-(defun smart-python-jedi-to-definition-p 902,38901
-(defun smart-python 927,40106
-(defun smart-python-tag 952,41144
-(defun smart-python-oo-browser 963,41588
-(defconst smart-python-keywords979,42289
-(defun smart-python-at-tag-p 987,42653
-(defun smart-ancestor-tag-files 1018,43840
-(defun smart-asm-include-file 1037,44526
-(defun smart-c-include-file 1081,46067
-(defun smart-flash-tag 1126,47536
-(defun smart-lisp-at-known-identifier-p 1137,47953
-(defun smart-lisp-bound-symbol-def 1165,49035
-(defun smart-tags-find-p 1175,49486
-(defun smart-java-cross-reference 1186,49919
-(defun smart-java-library-path 1274,53797
-(defun smart-java-packages 1291,54458
-(defun smart-library-symbol 1362,57169
-(defun smart-tags-display 1377,57728
-(defun smart-tags-file-path 1411,59210
-(defun smart-tags-org-src-block-p 1434,60061
-(defun smart-tags-file-list 1439,60249
-(defun smart-tags-noselect-function 1476,61973
-
-hpath.el,5636
+(defun hmouse-bind-key-emacs 70,2402
+(defun hmouse-bind-shifted-key-emacs 187,5717
+(defun hmouse-get-bindings 294,9028
+(defun hmouse-get-unshifted-bindings 369,12321
+(defun hmouse-posn-set-point 409,13884
+(defun hmouse-drag-region 427,14666
+(defun hmouse-move-point-emacs 452,15760
+(defun hmouse-move-point-eterm 490,17691
+(defun hmouse-set-key-list 493,17772
+(defun hmouse-shifted-setup 497,17886
+(defun hmouse-unshifted-setup 532,19659
+
+hmouse-tag.el,3208
+(define-obsolete-variable-alias
'smart-asm-include-dirssmart-asm-include-dirs94,3631
+(defcustom smart-asm-include-path 96,3722
+(defconst smart-asm-include-regexp102,3951
+(define-obsolete-variable-alias
'smart-c-cpp-include-dirssmart-c-cpp-include-dirs113,4408
+(defcustom smart-c-cpp-include-path 115,4503
+(define-obsolete-variable-alias
'smart-c-include-dirssmart-c-include-dirs122,4787
+(defcustom smart-c-include-path 124,4874
+(defcustom smart-c-use-lib-man 132,5200
+(defconst smart-c-include-regexp149,5914
+(defcustom smart-java-package-path156,6267
+(define-obsolete-variable-alias
'smart-java-include-dirssmart-java-include-dirs163,6616
+(defconst smart-java-package-regexp166,6710
+(defcustom smart-emacs-tags-file 171,6923
+(defun smart-asm 180,7253
+(defun smart-asm-at-tag-p 206,8331
+(defun smart-c++ 220,8854
+(defun smart-c++-tag 248,10111
+(defconst smart-c++-keywords271,10897
+(defun smart-c++-at-tag-p 289,12056
+(defun smart-c 310,13013
+(defconst smart-c-keywords348,14723
+(defun smart-c-at-tag-p 371,16098
+(defun smart-cc-mode-initialize 386,16684
+(defun smart-emacs-lisp-mode-p 391,16854
+(defun smart-fortran 404,17582
+(defconst smart-fortran-keywords425,18461
+(defun smart-fortran-at-tag-p 445,19637
+(defun smart-java 459,20159
+(defun smart-java-tag 484,21331
+(defun smart-java-oo-browser 495,21771
+(defconst smart-java-keywords515,22669
+(defun smart-java-at-tag-p 526,23236
+(defun smart-javascript 542,23860
+(defconst smart-javascript-keywords563,24753
+(defun smart-javascript-at-tag-p 572,25181
+(defconst smart-lisp-identifier-first-char-regexp 593,26062
+(defconst smart-lisp-identifier-chars 597,26206
+(defconst smart-lisp-identifier 603,26465
+(defun smart-lisp 607,26629
+(defun smart-lisp-find-tag 662,28851
+(defun smart-lisp-at-definition-p 703,30625
+(defun smart-lisp-at-load-expression-p 716,31228
+(defun smart-lisp-at-change-log-tag-p 722,31471
+(defun smart-lisp-htype-tag 733,31944
+(defun smart-lisp-at-tag-p 756,32786
+(defun smart-lisp-at-non-htype-tag-p 764,33127
+(defun smart-lisp-mode-p 795,34570
+(defun smart-objc 801,34747
+(defun smart-objc-tag 830,36042
+(defun smart-objc-oo-browser 854,36921
+(defconst smart-objc-keywords875,37814
+(defun smart-objc-at-tag-p 880,38004
+(defun smart-jedi-find-file 895,38676
+(defun smart-python-jedi-to-definition-p 902,38976
+(defun smart-python 927,40181
+(defun smart-python-tag 952,41219
+(defun smart-python-oo-browser 963,41663
+(defconst smart-python-keywords979,42364
+(defun smart-python-at-tag-p 987,42728
+(defun smart-ancestor-tag-files 1018,43915
+(defun smart-asm-include-file 1037,44601
+(defun smart-c-include-file 1081,46142
+(defun smart-flash-tag 1126,47611
+(defun smart-lisp-at-known-identifier-p 1137,48028
+(defun smart-lisp-bound-symbol-def 1165,49110
+(defun smart-tags-find-p 1175,49561
+(defun smart-java-cross-reference 1186,49994
+(defun smart-java-library-path 1274,53872
+(defun smart-java-packages 1291,54533
+(defun smart-library-symbol 1362,57244
+(defun smart-tags-display 1377,57803
+(defun smart-tags-file-path 1412,59287
+(defun smart-tags-org-src-block-p 1435,60138
+(defun smart-tags-file-list 1440,60326
+(defun smart-tags-noselect-function 1477,62050
+
+hpath.el,5638
(defcustom hpath:auto-completing-read-modes 42,1401
(defvar hpath:auto-variable-alist49,1706
(defcustom hpath:find-file-urls-mode 59,2134
@@ -782,162 +786,162 @@ hpath.el,5636
(defvar hpath:path-variable-value-regexp84,3290
(defconst hpath:section-line-and-column-regexp103,4358
(defconst hpath:variable-regexp 110,4754
-(defvar hpath:posix-mount-points-regexp139,6132
-(defvar hpath:mswindows-mount-prefix143,6297
-(defconst hpath:mswindows-drive-regexp 153,6572
-(defconst hpath:mswindows-path-regexp 161,6944
-(defvar hpath:posix-mount-point-to-mswindows-alist 166,7135
-(defun hpath:mswindows-to-posix 172,7382
-(defun hpath:mswindows-to-posix-separators 193,8380
-(defun hpath:posix-to-mswindows 208,9160
-(defun hpath:posix-to-mswindows-separators 233,10287
-(defun hpath:posix-path-p 240,10694
-(defun hpath:substitute-posix-or-mswindows-at-point 245,10844
-(defun hpath:substitute-posix-or-mswindows 263,11461
-(defun hpath:cache-mswindows-mount-points 271,11735
-(defcustom hpath:external-open-office-suffixes 333,15019
-(defcustom hpath:external-file-suffixes 344,15492
-(defcustom hpath:external-display-alist-macos 353,15951
-(defcustom hpath:external-display-alist-mswindows 363,16518
-(defcustom hpath:external-display-alist-x 383,17577
-(defvar hpath:info-suffix 393,18032
-(defcustom hpath:internal-display-alist396,18169
-(defvar hpath:display-buffer-alist442,19974
-(defvar hpath:display-where 477,21518
-(defvar hpath:display-where-alist483,21796
-(defcustom hpath:native-image-suffixes 515,23143
-(defcustom hpath:variables535,24107
-(defvar hpath:rfc 547,24678
-(defcustom hpath:suffixes 550,24815
-(defvar hpath:tmp-prefix 556,25032
-(defvar hpath:url-regexp 565,25527
-(defvar hpath:url-hostnames-regexp 577,26315
-(defvar hpath:url-regexp2580,26472
-(defvar hpath:url-regexp3597,27351
-(defconst hpath:url-keyword-grpn 614,28228
-(defconst hpath:url-grpn 617,28363
-(defconst hpath:protocol-grpn 619,28471
-(defconst hpath:username-grpn 621,28586
-(defconst hpath:sitename-grpn 623,28703
-(defconst hpath:hostname-grpn 626,28824
-(defconst hpath:portnumber-grpn 629,28991
-(defconst hpath:pathname-grpn 632,29119
-(defvar hpath:string-url-regexp 636,29246
-(defvar hpath:string-url-regexp2 641,29481
-(defvar hpath:string-url-regexp3 646,29724
-(defconst hpath:html-anchor-id-pattern 655,30144
-(defconst hpath:markdown-anchor-id-pattern 659,30322
-(defconst hpath:markdown-section-pattern 663,30487
-(defconst hpath:markdown-suffix-regexp 667,30696
-(defconst hpath:outline-section-pattern 670,30802
-(defvar hpath:prefix-regexp 674,31037
-(defvar hpath:remote-regexp681,31344
-(defconst hpath:shell-modes 685,31511
-(defconst hpath:texinfo-section-pattern 688,31655
-(defun hpath:abbreviate-file-name 696,32012
-(defun hpath:absolute-arguments 703,32262
-(defun hpath:absolute-to 727,33213
-(defun hpath:tramp-file-name-regexp 766,34595
-(defun hpath:remote-at-p 780,35235
-(defun hpath:remote-p 848,38029
-(defun hpath:at-p 919,40591
-(defun hpath:call 974,43196
-(defun hpath:is-path-variable-p 1069,47675
-(defun hpath:choose-from-path-variable 1076,47975
-(defun hpath:delimited-possible-path 1093,48863
-(defun hpath:display-buffer 1146,51239
-(defun hpath:display-buffer-other-frame 1162,51975
-(defun hpath:display-buffer-function 1183,52770
-(defun hpath:display-path-function 1188,53026
-(defun hpath:resolve 1193,53277
-(defun hpath:expand 1215,54291
-(defun hpath:prepend-shell-directory 1244,55763
-(defvar hpath:compressed-suffix-regexp 1278,57561
-(defun hpath:expand-with-variable 1281,57717
-(defun hpath:file-line-and-column 1319,59436
-(defun hpath:find-noselect 1337,60313
-(defun hpath:find 1346,60662
-(defun hpath:to-markup-anchor 1511,67647
-(defun hpath:find-executable 1582,70727
-(defun hpath:find-line 1597,71231
-(defun hpath:find-other-frame 1617,72001
-(defun hpath:find-other-window 1632,72479
-(defun hpath:get-external-display-alist 1642,72974
-(defun hpath:is-p 1661,73963
-(defun hpath:push-tag-mark 1763,78803
-(defun hpath:relative-arguments 1777,79315
-(defun hpath:relative-to 1787,79745
-(defun hpath:rfc 1819,81033
-(defun hpath:start-end 1824,81206
-(defun hpath:return-one-value 1853,82410
-(defun hpath:shorten 1891,84091
-(defun hpath:substitute-value 1899,84413
-(defun hpath:substitute-var 1943,86068
-(defun hpath:symlink-referent 1981,87534
-(defun hpath:symlink-expand 1996,88129
-(defun hpath:to-line 2031,89768
-(defun hpath:trim 2044,90203
-(defun hpath:normalize 2053,90541
-(defun hpath:validate 2063,91037
-(defun hpath:find-file-urls-p 2086,91944
-(defun hpath:handle-urls 2092,92203
-(defalias
'hyperb:substitute-in-file-namehyperb:substitute-in-file-name2109,92945
-(defun substitute-in-file-name 2112,93036
-(defun hpath:enable-find-file-urls 2125,93678
-(defun hpath:disable-find-file-urls 2156,94808
-(defun hpath:find-file-urls-mode 2185,95843
-(defun hpath:url-at-p 2197,96330
-(defun hpath:url-p 2208,96821
-(defun hpath:www-at-p 2219,97216
-(defun hpath:www-p 2235,97913
-(defun hpath:command-string 2243,98236
-(defun hpath:display-where-function 2252,98643
-(defun hpath:remote-available-p 2262,99113
-(defun hpath:remote-default-user 2281,99960
-(defun hpath:delete-trailer 2295,100416
-(defun hpath:exists-p 2303,100700
-(defun hpath:find-file-mailcap 2334,101697
-(defun hpath:find-program 2350,102213
-(defun hpath:match 2371,103084
-(defun hpath:get-single-string-variable-value 2385,103684
-(defun hpath:substitute-dir 2415,104778
-(defun hpath:substitute-match-value 2481,107861
-(defun hpath:substitute-var-name 2543,110077
-
-hrmail.el,723
-(defun Rmail-init 47,1512
-(defun Rmail-msg-hdrs-full 73,2467
-(defun Rmail-msg-narrow 94,3066
-(defun Rmail-msg-next 101,3311
-(defun Rmail-msg-num 103,3378
-(defun Rmail-msg-prev 116,3722
-(defun Rmail-msg-to-p 118,3793
-(defun Rmail-msg-widen 140,4413
-(defun Rmail-to 152,4750
-(defalias 'Rmail-Summ-delete Rmail-Summ-delete156,4889
-(defalias 'Rmail-Summ-expunge Rmail-Summ-expunge158,4957
-(defalias 'Rmail-Summ-goto Rmail-Summ-goto160,5018
-(defun Rmail-Summ-to 162,5080
-(defalias 'Rmail-Summ-undelete-all Rmail-Summ-undelete-all166,5225
-(defun hrmail--rmail-cease-edit 183,5951
-(defun hrmail--rmail-forward 264,8749
-(defun hrmail--show-msg-and-buttons 335,11295
-(defun hrmail--highlight-buttons 347,11869
-
-hsettings.el,608
-(defvar hkey-always-display-menu 93,3789
-(defcustom hmouse-middle-flag 98,4035
-(defcustom smart-scroll-proportional 104,4252
-(defun hyperbole-update-menus 135,5616
-(defcustom hyperbole-default-web-search-term-max-lines 143,5823
-(defun hyperbole-default-web-search-term 150,6059
-(defun hyperbole-read-web-search-arguments 157,6381
-(defun hyperbole-web-search 170,7098
-(defun hyperbole-toggle-messaging 198,8525
-(defcustom inhibit-hyperbole-messaging 222,9504
-(defcustom hyperbole-web-search-browser-function 240,10311
-(defcustom hyperbole-web-search-alist245,10512
-(defun hui:but-flash 283,12415
+(defvar hpath:posix-mount-points-regexp149,6531
+(defvar hpath:mswindows-mount-prefix153,6696
+(defconst hpath:mswindows-drive-regexp 163,6971
+(defconst hpath:mswindows-path-regexp 171,7343
+(defvar hpath:posix-mount-point-to-mswindows-alist 176,7534
+(defun hpath:mswindows-to-posix 182,7781
+(defun hpath:mswindows-to-posix-separators 203,8779
+(defun hpath:posix-to-mswindows 218,9559
+(defun hpath:posix-to-mswindows-separators 243,10686
+(defun hpath:posix-path-p 250,11093
+(defun hpath:substitute-posix-or-mswindows-at-point 255,11243
+(defun hpath:substitute-posix-or-mswindows 273,11860
+(defun hpath:cache-mswindows-mount-points 281,12134
+(defcustom hpath:external-open-office-suffixes 343,15418
+(defcustom hpath:external-file-suffixes 354,15891
+(defcustom hpath:external-display-alist-macos 363,16350
+(defcustom hpath:external-display-alist-mswindows 373,16917
+(defcustom hpath:external-display-alist-x 393,17976
+(defvar hpath:info-suffix 403,18431
+(defcustom hpath:internal-display-alist406,18568
+(defvar hpath:display-buffer-alist452,20373
+(defvar hpath:display-where 487,21917
+(defvar hpath:display-where-alist493,22195
+(defcustom hpath:native-image-suffixes 525,23542
+(defcustom hpath:variables545,24506
+(defvar hpath:rfc 557,25077
+(defcustom hpath:suffixes 560,25214
+(defvar hpath:tmp-prefix 566,25431
+(defvar hpath:url-regexp 575,25926
+(defvar hpath:url-hostnames-regexp 587,26714
+(defvar hpath:url-regexp2590,26871
+(defvar hpath:url-regexp3607,27750
+(defconst hpath:url-keyword-grpn 624,28627
+(defconst hpath:url-grpn 627,28762
+(defconst hpath:protocol-grpn 629,28870
+(defconst hpath:username-grpn 631,28985
+(defconst hpath:sitename-grpn 633,29102
+(defconst hpath:hostname-grpn 636,29223
+(defconst hpath:portnumber-grpn 639,29390
+(defconst hpath:pathname-grpn 642,29518
+(defvar hpath:string-url-regexp 646,29645
+(defvar hpath:string-url-regexp2 651,29880
+(defvar hpath:string-url-regexp3 656,30123
+(defconst hpath:html-anchor-id-pattern 665,30543
+(defconst hpath:markdown-anchor-id-pattern 669,30721
+(defconst hpath:markdown-section-pattern 673,30886
+(defconst hpath:markdown-suffix-regexp 677,31095
+(defconst hpath:outline-section-pattern 680,31201
+(defvar hpath:prefix-regexp 684,31436
+(defvar hpath:remote-regexp691,31743
+(defconst hpath:shell-modes 695,31910
+(defconst hpath:texinfo-section-pattern 698,32054
+(defun hpath:abbreviate-file-name 706,32411
+(defun hpath:absolute-arguments 713,32661
+(defun hpath:absolute-to 737,33612
+(defun hpath:tramp-file-name-regexp 776,34994
+(defun hpath:remote-at-p 790,35634
+(defun hpath:remote-p 858,38428
+(defun hpath:at-p 929,40990
+(defun hpath:call 984,43595
+(defun hpath:is-path-variable-p 1079,48074
+(defun hpath:choose-from-path-variable 1086,48374
+(defun hpath:delimited-possible-path 1103,49262
+(defun hpath:display-buffer 1156,51638
+(defun hpath:display-buffer-other-frame 1172,52374
+(defun hpath:display-buffer-function 1193,53169
+(defun hpath:display-path-function 1198,53425
+(defun hpath:resolve 1203,53676
+(defun hpath:expand 1225,54690
+(defun hpath:prepend-shell-directory 1254,56162
+(defvar hpath:compressed-suffix-regexp 1288,57960
+(defun hpath:expand-with-variable 1291,58116
+(defun hpath:file-line-and-column 1329,59835
+(defun hpath:find-noselect 1347,60712
+(defun hpath:find 1356,61061
+(defun hpath:to-markup-anchor 1535,68551
+(defun hpath:find-executable 1606,71631
+(defun hpath:find-line 1621,72135
+(defun hpath:find-other-frame 1644,73011
+(defun hpath:find-other-window 1659,73489
+(defun hpath:get-external-display-alist 1669,73984
+(defun hpath:is-p 1688,74973
+(defun hpath:push-tag-mark 1790,79813
+(defun hpath:relative-arguments 1804,80325
+(defun hpath:relative-to 1814,80755
+(defun hpath:rfc 1846,82043
+(defun hpath:start-end 1851,82216
+(defun hpath:return-one-value 1880,83420
+(defun hpath:shorten 1918,85101
+(defun hpath:substitute-value 1926,85423
+(defun hpath:substitute-var 1970,87078
+(defun hpath:symlink-referent 2008,88544
+(defun hpath:symlink-expand 2023,89139
+(defun hpath:to-line 2058,90778
+(defun hpath:trim 2075,91415
+(defun hpath:normalize 2084,91753
+(defun hpath:validate 2094,92249
+(defun hpath:find-file-urls-p 2117,93156
+(defun hpath:handle-urls 2123,93415
+(defalias
'hyperb:substitute-in-file-namehyperb:substitute-in-file-name2140,94157
+(defun substitute-in-file-name 2143,94248
+(defun hpath:enable-find-file-urls 2156,94890
+(defun hpath:disable-find-file-urls 2187,96020
+(defun hpath:find-file-urls-mode 2216,97055
+(defun hpath:url-at-p 2228,97542
+(defun hpath:url-p 2239,98033
+(defun hpath:www-at-p 2250,98428
+(defun hpath:www-p 2266,99125
+(defun hpath:command-string 2274,99448
+(defun hpath:display-where-function 2283,99855
+(defun hpath:remote-available-p 2293,100325
+(defun hpath:remote-default-user 2312,101172
+(defun hpath:delete-trailer 2326,101628
+(defun hpath:exists-p 2334,101912
+(defun hpath:find-file-mailcap 2365,102909
+(defun hpath:find-program 2381,103425
+(defun hpath:match 2402,104296
+(defun hpath:get-single-string-variable-value 2416,104896
+(defun hpath:substitute-dir 2446,105990
+(defun hpath:substitute-match-value 2512,109073
+(defun hpath:substitute-var-name 2574,111289
+
+hrmail.el,722
+(defun Rmail-init 45,1392
+(defun Rmail-msg-hdrs-full 71,2347
+(defun Rmail-msg-narrow 92,2946
+(defun Rmail-msg-next 99,3191
+(defun Rmail-msg-num 101,3258
+(defun Rmail-msg-prev 114,3602
+(defun Rmail-msg-to-p 116,3673
+(defun Rmail-msg-widen 138,4293
+(defun Rmail-to 150,4630
+(defalias 'Rmail-Summ-delete Rmail-Summ-delete154,4769
+(defalias 'Rmail-Summ-expunge Rmail-Summ-expunge156,4837
+(defalias 'Rmail-Summ-goto Rmail-Summ-goto158,4898
+(defun Rmail-Summ-to 160,4960
+(defalias 'Rmail-Summ-undelete-all Rmail-Summ-undelete-all164,5105
+(defun hrmail--rmail-cease-edit 181,5831
+(defun hrmail--rmail-forward 262,8629
+(defun hrmail--show-msg-and-buttons 333,11175
+(defun hrmail--highlight-buttons 345,11749
+
+hsettings.el,609
+(defvar hkey-always-display-menu 97,3951
+(defcustom hmouse-middle-flag 102,4197
+(defcustom smart-scroll-proportional 108,4414
+(defun hyperbole-update-menus 139,5778
+(defcustom hyperbole-default-web-search-term-max-lines 147,5985
+(defun hyperbole-default-web-search-term 154,6221
+(defun hyperbole-read-web-search-arguments 161,6543
+(defun hyperbole-web-search 174,7260
+(defun hyperbole-toggle-messaging 202,8687
+(defcustom inhibit-hyperbole-messaging 226,9666
+(defcustom hyperbole-web-search-browser-function 244,10473
+(defcustom hyperbole-web-search-alist249,10674
+(defun hui:but-flash 287,12577
hsmail.el,177
(defvar smail:comment 33,1064
@@ -946,51 +950,53 @@ hsmail.el,177
(defun message--yank-original-internal 78,3023
(defun mail-yank-original 141,5260
-hsys-org.el,1452
-(defun hsys-org-meta-return-shared-p 42,1288
-(defun hsys-org-meta-return 52,1736
-(defcustom hsys-org-enable-smart-keys 60,1998
-(defvar hsys-org-mode-function 97,3927
-(defact org-link 104,4240
-(defact org-internal-target-link 111,4499
-(defact org-radio-target-link 126,5207
-(defun hsys-org-mode-p 146,6050
-(defun hsys-org-at-read-only-p 154,6336
-(defun hsys-org-cycle 173,6880
-(defun hsys-org-get-value 180,7077
-(defun hsys-org-global-cycle 189,7442
-(defun hsys-org-todo-cycle 196,7664
-(defun hsys-org-todo-set-cycle 201,7816
-(defun hsys-org-todo-occur 207,8022
-(defun hsys-org-region-with-text-property-value 218,8512
-(defun hsys-org-agenda-item-at-p 233,9240
-(defun hsys-org-block-start-at-p 238,9425
-(defun hsys-org-src-block-start-at-p 246,9690
-(defun hsys-org-link-at-p 253,9935
-(defun hsys-org-heading-at-p 262,10347
-(defun hsys-org-target-at-p 268,10572
-(defun hsys-org-todo-at-p 276,10924
-(defun hsys-org-radio-target-link-at-p 282,11142
-(defun hsys-org-radio-target-def-at-p 289,11502
-(defun hsys-org-radio-target-at-p 301,12037
-(defun hsys-org-internal-target-link-at-p 308,12364
-(defun hsys-org-internal-target-def-at-p 316,12764
-(defun hsys-org-internal-target-at-p 328,13294
-(defun hsys-org-face-at-p 335,13632
-(defun hsys-org-search-internal-link-p 344,14014
-(defun hsys-org-search-radio-target-link-p 366,14864
-(defun hsys-org-set-ibut-label 385,15580
-(defun hsys-org-to-next-radio-target-link 393,15909
+hsys-org.el,1544
+(defcustom hsys-org-consult-grep-func 45,1452
+(defcustom hsys-org-enable-smart-keys 67,2207
+(defvar hsys-org-mode-function 94,3708
+(defact org-link 101,4021
+(defact org-internal-target-link 108,4280
+(defact org-radio-target-link 123,4988
+(defun hsys-org-meta-return-shared-p 143,5831
+(defun hsys-org-meta-return 153,6279
+(defun hsys-org-consult-grep 161,6541
+(defun hsys-org-mode-p 176,7083
+(defun hsys-org-at-read-only-p 184,7369
+(defun hsys-org-cycle 203,7913
+(defun hsys-org-get-value 210,8110
+(defun hsys-org-global-cycle 219,8475
+(defun hsys-org-todo-cycle 226,8697
+(defun hsys-org-todo-set-cycle 231,8849
+(defun hsys-org-todo-occur 237,9055
+(defun hsys-org-region-with-text-property-value 248,9545
+(defun hsys-org-agenda-item-at-p 263,10273
+(defun hsys-org-block-start-at-p 268,10458
+(defun hsys-org-src-block-start-at-p 276,10723
+(defun hsys-org-link-at-p 283,10968
+(defun hsys-org-heading-at-p 292,11380
+(defun hsys-org-target-at-p 298,11605
+(defun hsys-org-todo-at-p 306,11957
+(defun hsys-org-radio-target-link-at-p 312,12175
+(defun hsys-org-radio-target-def-at-p 319,12535
+(defun hsys-org-radio-target-at-p 331,13070
+(defun hsys-org-internal-target-link-at-p 338,13397
+(defun hsys-org-internal-target-def-at-p 346,13797
+(defun hsys-org-internal-target-at-p 358,14327
+(defun hsys-org-face-at-p 365,14665
+(defun hsys-org-search-internal-link-p 374,15047
+(defun hsys-org-search-radio-target-link-p 396,15897
+(defun hsys-org-set-ibut-label 415,16613
+(defun hsys-org-to-next-radio-target-link 423,16942
hsys-org-roam.el,43
-(defun hsys-org-roam-consult-grep 39,1257
+(defun hsys-org-roam-consult-grep 39,1256
-hsys-www.el,167
-(defib www-url 63,2565
-(defact www-url 92,3727
-(defun www-url-expand-file-name 120,4864
-(defun www-url-find-file-noselect 133,5263
-(defun eww-browse-url 157,6119
+hsys-www.el,168
+(defib www-url 80,3232
+(defact www-url 109,4394
+(defun www-url-expand-file-name 137,5531
+(defun www-url-find-file-noselect 150,5930
+(defun eww-browse-url 174,6786
hsys-youtube.el,765
(defvar hsys-youtube-start-format 54,1849
@@ -1012,558 +1018,558 @@ hsys-youtube.el,765
(defun hsys-youtube-time-in-hms 198,8468
(defun hsys-youtube-time-in-seconds 222,9456
-htz.el,628
-(defun htz:date-arpa 41,1467
-(defun htz:date-parse 65,2553
-(defun htz:date-sortable 163,6663
-(defun htz:date-sortable-gmt 190,7792
-(defun htz:date-unix 195,8027
-(defun htz:span-in-days 221,9239
-(defun htz:time-parse 242,10242
-(defun htz:date-make-arpa 270,11306
-(defun htz:date-make-unix 280,11682
-(defun htz:date-make-sortable 287,12007
-(defun htz:last-day-of-month 291,12173
-(defun htz:leap-year-p 297,12373
-(defun htz:time-fix 303,12543
-(defun htz:time-make-string 330,13294
-(defun htz:zone-to-hour 334,13450
-(defvar htz:local356,14164
-(defvar htz:world-timezones374,14852
-(defvar htz:months-assoc402,15818
-
-hycontrol.el,7134
-(defvar hycontrol-debug 150,7051
-(defvar hycontrol-display-buffer-predicate-list153,7156
-(defcustom hycontrol-help-flag 165,7686
-(defcustom hycontrol-invert-mode-line-flag 170,7850
-(defcustom hycontrol-keep-window-flag 175,8026
-(defcustom hycontrol-maximum-units 180,8194
-(defcustom hycontrol-frame-offset 189,8545
-(defvar hycontrol-screen-offset-alist195,8786
-(defcustom hycontrol-screen-top-offset 212,9562
-(defcustom hycontrol-screen-right-offset 218,9834
-(defcustom hycontrol-screen-bottom-offset 224,10109
-(defcustom hycontrol-screen-left-offset 230,10387
-(defvar hycontrol-frame-widths237,10661
-(defvar hycontrol-frame-heights242,10858
-(defvar hycontrol-arg 247,11056
-(defvar hycontrol-frames-mode-map257,11436
-(defvar hycontrol-windows-mode-map365,18952
-(defvar hycontrol--frames-prompt-format472,25969
-(defvar hycontrol--windows-prompt-format482,26817
-(defvar hycontrol--prompt-format 492,27556
-(defvar hycontrol--exit-status 495,27667
-(defvar hycontrol--fconfig 501,27892
-(defvar hycontrol--wconfig 504,27985
-(defvar hycontrol--invert-display-buffer-predicates 508,28080
-(defvar hycontrol--quit-function 511,28139
-(defvar hycontrol--screen-edge-position 516,28297
-(defvar hycontrol--frame-widths-pointer 520,28471
-(defvar hycontrol--frame-heights-pointer 521,28516
-(defvar hycontrol--buffer-list 522,28562
-(defvar hycontrol--buffer-list-pointer 523,28598
-(defvar hycontrol--initial-which-key-inhibit 525,28643
-(defsubst hycontrol-windows-grid-valid-size-p 533,28979
-(defun hycontrol-pre-command-hook 541,29260
-(defun hycontrol-post-command-hook 546,29447
-(defun hycontrol-end-mode 559,30079
-(defun hycontrol-stay-in-mode 579,30766
-(defun hycontrol-invert-prefix-arg 584,30893
-(defun hycontrol-minus-key 591,31161
-(defun hycontrol-multiply-universal-arg 602,31600
-(defun hycontrol-reset-prefix-arg 611,31963
-(defun hycontrol-universal-arg-digit 617,32118
-(defun hycontrol-setup 637,32695
-(defun hycontrol-frames-setup 663,33754
-(defun hycontrol-frames 672,34133
-(defun hycontrol-windows-setup 683,34653
-(defun hycontrol-windows 692,35036
-(defsubst hycontrol-frame-edges 706,35603
-(defsubst hycontrol-frame-x-origin 715,36062
-(defsubst hycontrol-frame-y-origin 722,36424
-(defun hycontrol-frame-height 729,36786
-(defun hycontrol-frame-width 736,37069
-(defconst hycontrol-screen-offset-sensitivity 744,37375
-(defun hycontrol-frame-at-left-p 749,37578
-(defun hycontrol-frame-at-top-p 755,37877
-(defun hycontrol-frame-at-right-p 764,38319
-(defun hycontrol-frame-at-bottom-p 770,38646
-(defun hycontrol-frame-zoom 780,39154
-(defun hycontrol-make-frame 790,39593
-(defun hycontrol-move-frame 799,40081
-(defun hycontrol-numeric-keypad 808,40429
-(defun hycontrol-set-frame-height 819,40970
-(defun hycontrol-set-frame-position 833,41670
-(defun hycontrol-set-frame-size 845,42292
-(defun hycontrol-set-frame-width 860,43010
-(defun hycontrol-display-buffer-predicate-results 877,43800
-(defvar hycontrol--blank-buffer 887,44163
-(defun hycontrol-window-display-buffer 891,44329
-(defun hycontrol-window-display-buffer-with-repeats 920,45769
-(defun hycontrol-message 954,47636
-(defun hycontrol-user-error 959,47816
-(defun hycontrol-enable-frames-mode 973,48260
-(defun hycontrol-enable-windows-mode 985,48777
-(defun hycontrol-disable-modes 997,49324
-(defun hycontrol-abort 1005,49587
-(defun hycontrol-quit 1011,49729
-(define-minor-mode hycontrol-local-frames-mode1031,50557
-(define-global-minor-mode hycontrol-frames-mode 1037,50738
-(define-minor-mode hycontrol-local-windows-mode1052,51348
-(define-global-minor-mode hycontrol-windows-mode 1058,51531
-(defun hycontrol-delete-other-frames 1070,51999
-(defun hycontrol-frame-swap-buffers 1076,52213
-(defconst hycontrol--vnk-string1100,53008
-(defun hycontrol-virtual-numeric-keypad 1106,53234
-(defun hycontrol-frame-to-screen-edges 1115,53530
-(defun hycontrol-frame-to-bottom 1132,54368
-(defun hycontrol-frame-to-left 1141,54672
-(defun hycontrol-frame-to-right 1147,54906
-(defun hycontrol-frame-fit-to-screen 1156,55202
-(defun hycontrol-frame-to-top 1187,57250
-(defun hycontrol-frame-to-bottom-center 1193,57481
-(defun hycontrol-frame-to-center 1202,57847
-(defun hycontrol-frame-to-left-center 1211,58135
-(defun hycontrol-frame-to-right-center 1218,58436
-(defun hycontrol-frame-to-top-center 1227,58796
-(defun hycontrol-frame-to-bottom-left 1233,59089
-(defun hycontrol-frame-to-bottom-right 1242,59412
-(defun hycontrol-frame-to-top-left 1253,59801
-(defun hycontrol-frame-to-top-right 1259,60048
-(defun hycontrol-frame-resize-percentage 1269,60385
-(defun hycontrol-frame-resize-arg 1285,61049
-(defun hycontrol-frame-resize-to-bottom 1296,61369
-(defun hycontrol-frame-resize-to-left 1315,62267
-(defun hycontrol-frame-resize-to-right 1334,63170
-(defun hycontrol-frame-resize-to-top 1354,64078
-(defun hycontrol-frame-minimize-lines 1372,64916
-(defun hycontrol-frame-percentage-of-screen 1384,65340
-(defun hycontrol-frame-height-percentage-of-screen 1437,67634
-(defun hycontrol-frame-width-percentage-of-screen 1442,67918
-(defun hycontrol-set-width-percentage-full-height 1449,68228
-(defun hycontrol-set-height-percentage-full-width 1453,68413
-(defun hycontrol-frame-adjust-widths 1458,68615
-(defun hycontrol-frame-adjust-widths-full-height 1475,69419
-(defun hycontrol-frame-adjust-heights 1490,70105
-(defun hycontrol-frame-adjust-heights-full-width 1508,70924
-(defun hycontrol-framemove-direction 1523,71631
-(defun hycontrol-framemove-up 1527,71746
-(defun hycontrol-framemove-left 1532,71888
-(defun hycontrol-framemove-right 1537,72043
-(defun hycontrol-framemove-down 1542,72201
-(defun hycontrol-restore-frame-configuration 1549,72372
-(defun hycontrol-save-frame-configuration 1555,72618
-(defun hycontrol-save-configurations 1561,72860
-(defun hycontrol-invert-mode-line 1569,73019
-(defun hycontrol-windows-grid-marked-items 1579,73437
-(defun hycontrol-windows-grid-buffer-list 1596,74190
-(defun hycontrol-windows-grid 1612,74913
-(defun hycontrol-windows-grid-validate 1671,77661
-(defun hycontrol-windows-grid-number-of-windows 1688,78340
-(defun hycontrol-windows-grid-minimum-size 1704,78992
-(defun hycontrol-windows-grid-by-buffer-list 1718,79691
-(defun hycontrol-windows-grid-by-file-list 1729,80229
-(defun hycontrol-windows-grid-by-file-pattern 1741,80774
-(defun hycontrol-windows-grid-by-major-mode 1773,82229
-(defun hycontrol-windows-grid-repeatedly 1790,83080
-(defun hycontrol-make-windows-grid 1810,83907
-(defun hycontrol-delete-other-windows 1909,88186
-(defun hycontrol-window-maximize-lines 1915,88425
-(defun hycontrol-window-minimize-lines 1920,88587
-(defun hycontrol-window-swap-buffers 1934,89234
-(defun hycontrol-window-to-new-frame 1952,89866
-(defun hycontrol-clone-window-to-new-frame 1980,91039
-(defun hycontrol-restore-window-configuration 1986,91260
-(defun hycontrol-save-window-configuration 1992,91505
-(defun hycontrol-display-screen-offsets 1999,91857
-(defun hycontrol-get-screen-offsets 2008,92214
-(defun hycontrol-set-screen-offsets 2041,93512
-(defun hycontrol-help-key-description 2056,94123
-(defun hycontrol-toggle-help 2060,94316
-
-hui-jmenu.el,1044
-(defun hui-menu-of-buffers 46,1717
-(defun hui-menu-screen-commands 96,3603
-(defun hui-menu-jump-to 101,3808
-(defun hui-menu-jump-to-buffer 110,4063
-(defun hui-menu-jump-to-frame 117,4283
-(defun hui-menu-jump-to-window 123,4474
-(defconst hui-menu-hywconfig128,4653
-(defun hui-menu-buffer-mode-name 146,5444
-(defun hui-menu-frame-name 155,5833
-(defun hui-menu-modeline 159,5932
-(defun hui-menu-to-frame 190,7491
-(defun hui-menu-to-window 194,7594
-(defun hui-menu-sort-buffers 202,7886
-(defun hui-menu-of-frames 226,8865
-(defun hui-menu-of-windows 239,9235
-(defun hui-menu-program-path 253,9666
-(defun hui-menu-window-list-all-frames 270,10224
-(defun hui-menu-delete-buffer 286,10902
-(defun hui-menu-delete-buffer-and-window 291,11082
-(defun hui-menu-delete-frame 297,11310
-(defun hui-menu-move-window-to-new-frame 302,11490
-(defun hui-menu-server-buffer-p 314,11949
-(defun hui-menu-edit-server-finish 320,12199
-(defvar hui-menu-buffer-and-mode-list-cache 334,12715
-(defvar hui-menu-of-buffers-cache 337,12839
-
-hui-menu.el,638
-(defmacro hui-menu-browser 29,900
-(defun hui-menu-explicit-buttons 72,2428
-(defun hui-menu-cutoff-list 100,3233
-(defun hui-menu-global-buttons 109,3559
-(defun hui-menu-key-binding-item 127,4062
-(defun hui-menu-key-bindings 132,4331
-(defun hui-menu-screen 148,6144
-(defun hui-menu-web-search 159,6441
-(defconst hui-menu-about180,7018
-(defconst hui-menu-options188,7233
-(defvar infodock-hyperbole-menu 276,10740
-(defun hyperbole-menubar-menu 283,10988
-(defun hyperbole-popup-menu 306,12009
-(defun infodock-hyperbole-menu 313,12277
-(defvar hui-menu-max-list-length 484,18976
-(defvar hui-menu-order-explicit-buttons 487,19091
-
-hui-mini.el,1484
-(defvar hui:menu-exit-hyperbole 30,929
-(defvar hui:menu-select 33,1081
-(defvar hui:menu-quit 35,1192
-(defvar hui:menu-abort 37,1313
-(defvar hui:menu-top 39,1401
-(defvar hui:menu-keys 42,1502
-(defvar hui:menu-p 47,1701
-(defvar hui:menus 50,1783
-(defun hyperbole 61,2233
-(defun hyperbole-demo 92,3463
-(defun hyperbole-set-key 99,3699
-(defun hui:menu-hyperbole-prefix 142,5628
-(defun hui:menu-act 146,5813
-(defun hui:get-keys 193,7631
-(defun hui:menu-get-keys 205,7997
-(defun hui:menu-backward-item 233,9085
-(defun hui:menu-doc 257,9908
-(defun hui:menu-exit-hyperbole 275,10808
-(defun hui:menu-enter 281,10983
-(defalias 'hui:menu-quit hui:menu-quit301,11741
-(defalias 'hui:menu-abort hui:menu-abort302,11786
-(defalias 'hui:menu-top hui:menu-top303,11831
-(defalias 'hui:menu-select hui:menu-select304,11876
-(defun hui:menu-forward-item 306,11922
-(defun hui:menu-help 330,12739
-(defun hui:menu-item-key 356,13719
-(defun hui:menu-item-keys 371,14279
-(defun hui:menu-choose 378,14600
-(defun hui:menu-to-personal-section 459,17868
-(defun hui:bottom-window 473,18532
-(defun hui:menu-item 483,18861
-(defun hui:menu-line 526,20869
-(defun hui:menu-multi-line 541,21504
-(defun hui:menu-name-at-p 567,22372
-(defun hui:menu-web-search 572,22629
-(defun hui-search-web 593,23246
-(defvar hui:menu-mode-map 615,24105
-(defun hyperbole-minibuffer-menu 643,25544
-(defcustom hui:menu-rolo921,41347
-(defcustom hui:menu-to951,43178
-(defcustom hui:doc-a-z990,44681
-
-hui-mouse.el,3114
-(defvar hmouse-set-point-command 76,2791
-(defun action-key-error 79,2889
-(defun assist-key-error 87,3239
-(defcustom action-key-default-function 95,3590
-(defcustom assist-key-default-function 101,3835
-(defcustom action-key-modeline-buffer-id-function 108,4087
-(defcustom action-key-eol-function 115,4400
-(defcustom assist-key-eol-function 122,4635
-(defvar hkey-value 196,7761
-(defvar hkey-alist199,7858
-(defvar hmouse-alist 535,21315
-(defun first-line-p 569,22647
-(defun last-line-p 573,22779
-(defun smart-completion-help 577,22909
-(defun smart-buffer-menu-no-marks 586,23307
-(defun smart-buffer-menu 599,23779
-(defun smart-buffer-menu-assist 628,24849
-(defun smart-ibuffer-menu-no-marks 656,25943
-(defun smart-ibuffer-menu 669,26418
-(defun smart-ibuffer-menu-assist 696,27429
-(defun smart-custom 726,28602
-(defun smart-custom-assist 747,29447
-(defun smart-calendar 775,30497
-(defun smart-calendar-assist 796,31320
-(defun smart-company-to-definition 825,32523
-(defun smart-company-help 833,32842
-(defun smart-dired-pathname-up-to-point 846,33338
-(defun smart-dired 863,33904
-(defun smart-dired-assist 908,35828
-(defun smart-gnus-group 941,37107
-(defun smart-gnus-group-assist 963,38026
-(defun smart-gnus-summary 985,39004
-(defun smart-gnus-summary-assist 1015,40261
-(defun smart-gnus-article 1037,41207
-(defun smart-gnus-article-assist 1060,42211
-(defun smart-helm-at-header 1088,43431
-(defun smart-helm-get-current-action 1097,43772
-(defun smart-helm-line-has-action 1107,44253
-(defun smart-helm-alive-p 1125,45044
-(defun smart-helm-resume-helm 1133,45350
-(defun smart-helm-at 1142,45685
-(defun smart-helm-to-minibuffer 1174,46802
-(defun smart-helm(1179,46961
-(defun smart-helm-assist(1230,49210
-(defun smart-hmail 1294,52001
-(defun smart-hmail-assist 1327,53211
-(defun smart-hyrolo 1365,54633
-(defalias 'smart-hyrolo-assist smart-hyrolo-assist1375,54976
-(defun smart-image-dired-thumbnail 1381,55211
-(defun smart-image-dired-thumbnail-assist 1386,55441
-(defun smart-imenu-display-item-where 1396,55897
-(defun smart-imenu-item-at-p 1402,56205
-(defun smart-imenu-item-p 1416,56958
-(defun smart-magit-display-file 1464,59124
-(defun smart-magit 1473,59536
-(defun smart-magit-assist 1498,60520
-(defun smart-magit-tab 1529,61830
-(defun smart-apropos 1565,63341
-(defun smart-apropos-assist 1585,64055
-(defun smart-man-display 1605,64832
-(defun smart-man-entry-ref 1609,64972
-(defun smart-man-c-routine-ref 1651,66494
-(defun smart-man-file-ref 1672,67353
-(defun smart-org 1696,68136
-(defvar smart-outline-cut 1853,73850
-(defun smart-outline-level 1865,74281
-(defun smart-outline 1874,74535
-(defun smart-outline-assist 1913,75922
-(defun smart-outline-to-entry-end 1949,77365
-(defun smart-outline-subtree-hidden-p 1959,77720
-(defun smart-outline-char-invisible-p 1965,77975
-(defun smart-todotxt 1981,78655
-(defun smart-todotxt-assist 1991,78934
-(defun smart-eobp 2003,79245
-(defun smart-eolp 2013,79609
-(defun smart-push-button 2026,80196
-(defun smart-push-button-help 2038,80816
-(defun smart-tar 2056,81565
-(defun smart-tar-assist 2081,82379
-
-hui-select.el,2783
-(defcustom hui-select-brace-modes121,5691
-(defcustom hui-select-markup-modes127,5934
-(defcustom hui-select-text-modes133,6171
-(defcustom hui-select-indent-modes139,6434
-(defcustom hui-select-ignore-quoted-sexp-modes148,6824
-(defvar hui-select-indent-non-end-regexp-alist155,7143
-(defvar hui-select-indent-end-regexp-alist175,7926
-(defcustom hui-select-char-p 191,8442
-(defcustom hui-select-display-type 196,8590
-(defcustom hui-select-whitespace 201,8736
-(defvar hui-select-previous 206,8877
-(defvar hui-select-prior-point 207,8910
-(defvar hui-select-prior-buffer 208,8946
-(defconst hui-select-syntax-table214,9161
-(defvar hui-select-bigger-alist222,9458
-(defvar hui-select-prior-buffer 250,10551
-(defvar hui-select-prior-point 251,10588
-(defvar hui-select-previous 253,10625
-(defvar hui-select-region 256,10738
-(defvar hui-select-old-region 260,10902
-(defcustom hui-select-syntax-alist263,11009
-(defun hui-select-at-p 291,11936
-(defun hui-select-goto-matching-delimiter 309,12736
-(defun hui-select-initialize 331,13643
-(defun hui-select-get-region-boundaries 397,18047
-(defun hui-select-get-thing 404,18298
-(defun hui-select-thing 411,18579
-(defun hui-select-thing-with-mouse 450,19997
-(defun hui-select-goto-matching-tag 473,21004
-(defun hui-select-and-copy-thing 579,24555
-(defun hui-select-and-kill-thing 587,24827
-(defun hui-select-boundaries 599,25084
-(defun hui-select-double-click-hook 660,27307
-(defun hui-select-syntactical-region 670,27786
-(defun hui-select-at-delimited-thing-p 702,29080
-(defun hui-select-delimited-thing 721,29910
-(defun hui-select-at-delimited-sexp-p 738,30527
-(defun hui-select-mark-delimited-sexp 746,30917
-(defun hui-select-at-blank-line-or-comment 774,31943
-(defun hui-select-back-to-indentation 796,32712
-(defun hui-select-bigger-thing 806,33131
-(defun hui-select-delimited-thing-call 812,33303
-(defun hui-select-region-bigger-p 834,34253
-(defun hui-select-reset 852,35098
-(defun hui-select-set-region 859,35302
-(defun hui-select-string-p 875,35957
-(defun hui-select-brace-def-or-declaration 922,37755
-(defun hui-select-indent-def 1023,41464
-(defun hui-select-symbol 1078,43583
-(defun hui-select-sexp-start 1094,44194
-(defun hui-select-sexp-end 1102,44492
-(defun hui-select-sexp 1109,44760
-(defun hui-select-sexp-up 1118,45050
-(defun hui-select-preprocessor-def 1130,45549
-(defun hui-select-punctuation 1155,46765
-(defun hui-select-comment 1173,47568
-(defun hui-select-word 1248,49864
-(defun hui-select-string 1260,50228
-(defun hui-select-sentence 1281,50958
-(defun hui-select-whitespace 1290,51249
-(defun hui-select-markup-pair 1306,51863
-(defun hui-select-line 1414,55901
-(defun hui-select-paragraph 1424,56244
-(defun hui-select-page 1434,56582
-(defun hui-select-buffer 1442,56836
+htz.el,627
+(defvar htz:local47,1694
+(defvar htz:world-timezones65,2382
+(defvar htz:months-assoc93,3348
+(defun htz:date-arpa 104,3794
+(defun htz:date-parse 128,4880
+(defun htz:date-sortable 226,8990
+(defun htz:date-sortable-gmt 253,10119
+(defun htz:date-unix 258,10354
+(defun htz:span-in-days 284,11566
+(defun htz:time-parse 305,12569
+(defun htz:date-make-arpa 333,13633
+(defun htz:date-make-unix 343,14009
+(defun htz:date-make-sortable 350,14334
+(defun htz:last-day-of-month 354,14500
+(defun htz:leap-year-p 360,14700
+(defun htz:time-fix 366,14870
+(defun htz:time-make-string 393,15621
+(defun htz:zone-to-hour 397,15777
+
+hycontrol.el,7136
+(defvar hycontrol-debug 155,7271
+(defvar hycontrol-display-buffer-predicate-list158,7376
+(defcustom hycontrol-help-flag 170,7906
+(defcustom hycontrol-invert-mode-line-flag 175,8070
+(defcustom hycontrol-keep-window-flag 180,8246
+(defcustom hycontrol-maximum-units 185,8414
+(defcustom hycontrol-frame-offset 194,8765
+(defvar hycontrol-screen-offset-alist200,9006
+(defcustom hycontrol-screen-top-offset 217,9782
+(defcustom hycontrol-screen-right-offset 223,10054
+(defcustom hycontrol-screen-bottom-offset 229,10329
+(defcustom hycontrol-screen-left-offset 235,10607
+(defvar hycontrol-frame-widths242,10881
+(defvar hycontrol-frame-heights247,11078
+(defvar hycontrol-arg 252,11276
+(defvar hycontrol-frames-mode-map262,11656
+(defvar hycontrol-windows-mode-map370,19172
+(defvar hycontrol--frames-prompt-format477,26189
+(defvar hycontrol--windows-prompt-format487,27037
+(defvar hycontrol--prompt-format 497,27776
+(defvar hycontrol--exit-status 500,27887
+(defvar hycontrol--fconfig 506,28112
+(defvar hycontrol--wconfig 509,28205
+(defvar hycontrol--invert-display-buffer-predicates 513,28300
+(defvar hycontrol--quit-function 516,28359
+(defvar hycontrol--screen-edge-position 521,28517
+(defvar hycontrol--frame-widths-pointer 525,28691
+(defvar hycontrol--frame-heights-pointer 526,28736
+(defvar hycontrol--buffer-list 527,28782
+(defvar hycontrol--buffer-list-pointer 528,28818
+(defvar hycontrol--initial-which-key-inhibit 530,28863
+(defsubst hycontrol-windows-grid-valid-size-p 538,29199
+(defun hycontrol-pre-command-hook 546,29480
+(defun hycontrol-post-command-hook 551,29667
+(defun hycontrol-end-mode 564,30299
+(defun hycontrol-stay-in-mode 584,30986
+(defun hycontrol-invert-prefix-arg 589,31113
+(defun hycontrol-minus-key 596,31381
+(defun hycontrol-multiply-universal-arg 607,31820
+(defun hycontrol-reset-prefix-arg 616,32183
+(defun hycontrol-universal-arg-digit 622,32338
+(defun hycontrol-setup 642,32915
+(defun hycontrol-frames-setup 668,33974
+(defun hycontrol-frames 677,34353
+(defun hycontrol-windows-setup 688,34873
+(defun hycontrol-windows 697,35256
+(defsubst hycontrol-frame-edges 711,35823
+(defsubst hycontrol-frame-x-origin 720,36282
+(defsubst hycontrol-frame-y-origin 727,36644
+(defun hycontrol-frame-height 734,37006
+(defun hycontrol-frame-width 741,37289
+(defconst hycontrol-screen-offset-sensitivity 749,37595
+(defun hycontrol-frame-at-left-p 754,37798
+(defun hycontrol-frame-at-top-p 760,38097
+(defun hycontrol-frame-at-right-p 769,38539
+(defun hycontrol-frame-at-bottom-p 775,38866
+(defun hycontrol-frame-zoom 785,39374
+(defun hycontrol-make-frame 795,39813
+(defun hycontrol-move-frame 804,40301
+(defun hycontrol-numeric-keypad 813,40649
+(defun hycontrol-set-frame-height 824,41190
+(defun hycontrol-set-frame-position 838,41890
+(defun hycontrol-set-frame-size 850,42512
+(defun hycontrol-set-frame-width 865,43230
+(defun hycontrol-display-buffer-predicate-results 882,44020
+(defvar hycontrol--blank-buffer 892,44383
+(defun hycontrol-window-display-buffer 896,44550
+(defun hycontrol-window-display-buffer-with-repeats 925,45990
+(defun hycontrol-message 959,47857
+(defun hycontrol-user-error 964,48037
+(defun hycontrol-enable-frames-mode 978,48481
+(defun hycontrol-enable-windows-mode 990,48998
+(defun hycontrol-disable-modes 1002,49545
+(defun hycontrol-abort 1010,49808
+(defun hycontrol-quit 1016,49950
+(define-minor-mode hycontrol-local-frames-mode1036,50778
+(define-global-minor-mode hycontrol-frames-mode 1042,50959
+(define-minor-mode hycontrol-local-windows-mode1057,51569
+(define-global-minor-mode hycontrol-windows-mode 1063,51752
+(defun hycontrol-delete-other-frames 1075,52220
+(defun hycontrol-frame-swap-buffers 1081,52434
+(defconst hycontrol--vnk-string1105,53229
+(defun hycontrol-virtual-numeric-keypad 1111,53455
+(defun hycontrol-frame-to-screen-edges 1120,53751
+(defun hycontrol-frame-to-bottom 1137,54589
+(defun hycontrol-frame-to-left 1146,54893
+(defun hycontrol-frame-to-right 1152,55127
+(defun hycontrol-frame-fit-to-screen 1161,55423
+(defun hycontrol-frame-to-top 1192,57471
+(defun hycontrol-frame-to-bottom-center 1198,57702
+(defun hycontrol-frame-to-center 1207,58068
+(defun hycontrol-frame-to-left-center 1216,58356
+(defun hycontrol-frame-to-right-center 1223,58657
+(defun hycontrol-frame-to-top-center 1232,59017
+(defun hycontrol-frame-to-bottom-left 1238,59310
+(defun hycontrol-frame-to-bottom-right 1247,59633
+(defun hycontrol-frame-to-top-left 1258,60022
+(defun hycontrol-frame-to-top-right 1264,60269
+(defun hycontrol-frame-resize-percentage 1274,60606
+(defun hycontrol-frame-resize-arg 1290,61270
+(defun hycontrol-frame-resize-to-bottom 1301,61590
+(defun hycontrol-frame-resize-to-left 1320,62488
+(defun hycontrol-frame-resize-to-right 1339,63391
+(defun hycontrol-frame-resize-to-top 1359,64299
+(defun hycontrol-frame-minimize-lines 1377,65137
+(defun hycontrol-frame-percentage-of-screen 1389,65561
+(defun hycontrol-frame-height-percentage-of-screen 1442,67855
+(defun hycontrol-frame-width-percentage-of-screen 1447,68139
+(defun hycontrol-set-width-percentage-full-height 1454,68449
+(defun hycontrol-set-height-percentage-full-width 1458,68634
+(defun hycontrol-frame-adjust-widths 1463,68836
+(defun hycontrol-frame-adjust-widths-full-height 1480,69640
+(defun hycontrol-frame-adjust-heights 1495,70326
+(defun hycontrol-frame-adjust-heights-full-width 1513,71145
+(defun hycontrol-framemove-direction 1528,71852
+(defun hycontrol-framemove-up 1532,71967
+(defun hycontrol-framemove-left 1537,72109
+(defun hycontrol-framemove-right 1542,72264
+(defun hycontrol-framemove-down 1547,72422
+(defun hycontrol-restore-frame-configuration 1554,72593
+(defun hycontrol-save-frame-configuration 1560,72839
+(defun hycontrol-save-configurations 1566,73081
+(defun hycontrol-invert-mode-line 1574,73240
+(defun hycontrol-windows-grid-marked-items 1584,73658
+(defun hycontrol-windows-grid-buffer-list 1601,74411
+(defun hycontrol-windows-grid 1617,75134
+(defun hycontrol-windows-grid-validate 1676,77882
+(defun hycontrol-windows-grid-number-of-windows 1693,78561
+(defun hycontrol-windows-grid-minimum-size 1709,79213
+(defun hycontrol-windows-grid-by-buffer-list 1723,79912
+(defun hycontrol-windows-grid-by-file-list 1734,80450
+(defun hycontrol-windows-grid-by-file-pattern 1746,80995
+(defun hycontrol-windows-grid-by-major-mode 1778,82450
+(defun hycontrol-windows-grid-repeatedly 1795,83301
+(defun hycontrol-make-windows-grid 1815,84128
+(defun hycontrol-delete-other-windows 1914,88407
+(defun hycontrol-window-maximize-lines 1920,88646
+(defun hycontrol-window-minimize-lines 1925,88808
+(defun hycontrol-window-swap-buffers 1939,89455
+(defun hycontrol-window-to-new-frame 1957,90087
+(defun hycontrol-clone-window-to-new-frame 1985,91260
+(defun hycontrol-restore-window-configuration 1991,91481
+(defun hycontrol-save-window-configuration 1997,91726
+(defun hycontrol-display-screen-offsets 2004,92078
+(defun hycontrol-get-screen-offsets 2013,92435
+(defun hycontrol-set-screen-offsets 2046,93733
+(defun hycontrol-help-key-description 2061,94344
+(defun hycontrol-toggle-help 2065,94537
+
+hui-jmenu.el,1042
+(defvar hui-menu-buffer-and-mode-list-cache 51,1934
+(defvar hui-menu-of-buffers-cache 54,2058
+(defun hui-menu-of-buffers 62,2367
+(defun hui-menu-screen-commands 112,4253
+(defun hui-menu-jump-to 117,4458
+(defun hui-menu-jump-to-buffer 126,4713
+(defun hui-menu-jump-to-frame 133,4933
+(defun hui-menu-jump-to-window 139,5124
+(defconst hui-menu-hywconfig144,5303
+(defun hui-menu-buffer-mode-name 162,6094
+(defun hui-menu-frame-name 171,6483
+(defun hui-menu-modeline 175,6582
+(defun hui-menu-to-frame 206,8141
+(defun hui-menu-to-window 210,8244
+(defun hui-menu-sort-buffers 218,8536
+(defun hui-menu-of-frames 242,9515
+(defun hui-menu-of-windows 255,9885
+(defun hui-menu-program-path 269,10316
+(defun hui-menu-window-list-all-frames 286,10874
+(defun hui-menu-delete-buffer 302,11552
+(defun hui-menu-delete-buffer-and-window 307,11732
+(defun hui-menu-delete-frame 313,11960
+(defun hui-menu-move-window-to-new-frame 318,12140
+(defun hui-menu-server-buffer-p 330,12599
+(defun hui-menu-edit-server-finish 336,12849
+
+hui-menu.el,635
+(defvar hui-menu-max-list-length 35,1158
+(defvar hui-menu-order-explicit-buttons 38,1273
+(defmacro hui-menu-browser 47,1673
+(defun hui-menu-explicit-buttons 90,3201
+(defun hui-menu-cutoff-list 118,4006
+(defun hui-menu-global-buttons 127,4332
+(defun hui-menu-key-binding-item 145,4835
+(defun hui-menu-key-bindings 150,5104
+(defun hui-menu-screen 166,6917
+(defun hui-menu-web-search 177,7214
+(defconst hui-menu-about198,7791
+(defconst hui-menu-options206,8006
+(defvar infodock-hyperbole-menu 294,11513
+(defun hyperbole-menubar-menu 301,11761
+(defun hyperbole-popup-menu 324,12782
+(defun infodock-hyperbole-menu 331,13050
+
+hui-mini.el,1489
+(defvar hui:menu-exit-hyperbole 50,1838
+(defvar hui:menu-select 53,1990
+(defvar hui:menu-quit 55,2101
+(defvar hui:menu-abort 57,2222
+(defvar hui:menu-top 59,2310
+(defvar hui:menu-keys 62,2411
+(defvar hui:menu-p 67,2610
+(defvar hui:menus 70,2692
+(defun hyperbole 81,3142
+(defun hyperbole-demo 112,4372
+(defun hyperbole-set-key 119,4608
+(defun hui:menu-hyperbole-prefix 162,6537
+(defun hui:menu-act 166,6722
+(defun hui:get-keys 213,8540
+(defun hui:menu-get-keys 225,8906
+(defun hui:menu-backward-item 253,9994
+(defun hui:menu-doc 277,10817
+(defun hui:menu-exit-hyperbole 295,11717
+(defun hui:menu-enter 301,11892
+(defalias 'hui:menu-quit hui:menu-quit321,12650
+(defalias 'hui:menu-abort hui:menu-abort322,12695
+(defalias 'hui:menu-top hui:menu-top323,12740
+(defalias 'hui:menu-select hui:menu-select324,12785
+(defun hui:menu-forward-item 326,12831
+(defun hui:menu-help 350,13648
+(defun hui:menu-item-key 376,14628
+(defun hui:menu-item-keys 391,15188
+(defun hui:menu-choose 398,15509
+(defun hui:menu-to-personal-section 479,18777
+(defun hui:bottom-window 493,19441
+(defun hui:menu-item 503,19770
+(defun hui:menu-line 546,21778
+(defun hui:menu-multi-line 561,22413
+(defun hui:menu-name-at-p 587,23281
+(defun hui:menu-web-search 592,23538
+(defun hui-search-web 613,24155
+(defvar hui:menu-mode-map 635,25014
+(defun hyperbole-minibuffer-menu 663,26453
+(defcustom hui:menu-rolo941,42256
+(defcustom hui:menu-to971,44107
+(defcustom hui:doc-a-z1010,45630
+
+hui-mouse.el,3115
+(defvar hmouse-set-point-command 87,3191
+(defun action-key-error 90,3289
+(defun assist-key-error 98,3639
+(defcustom action-key-default-function 106,3990
+(defcustom assist-key-default-function 112,4235
+(defcustom action-key-modeline-buffer-id-function 119,4487
+(defcustom action-key-eol-function 126,4800
+(defcustom assist-key-eol-function 133,5035
+(defvar hkey-value 207,8161
+(defvar hkey-alist210,8258
+(defvar hmouse-alist 546,21715
+(defun first-line-p 580,23047
+(defun last-line-p 584,23179
+(defun smart-completion-help 588,23309
+(defun smart-buffer-menu-no-marks 597,23707
+(defun smart-buffer-menu 610,24179
+(defun smart-buffer-menu-assist 639,25249
+(defun smart-ibuffer-menu-no-marks 667,26343
+(defun smart-ibuffer-menu 680,26818
+(defun smart-ibuffer-menu-assist 707,27829
+(defun smart-custom 737,29002
+(defun smart-custom-assist 758,29847
+(defun smart-calendar 786,30897
+(defun smart-calendar-assist 807,31720
+(defun smart-company-to-definition 836,32923
+(defun smart-company-help 844,33242
+(defun smart-dired-pathname-up-to-point 857,33738
+(defun smart-dired 874,34304
+(defun smart-dired-assist 919,36228
+(defun smart-gnus-group 952,37507
+(defun smart-gnus-group-assist 974,38426
+(defun smart-gnus-summary 996,39404
+(defun smart-gnus-summary-assist 1026,40661
+(defun smart-gnus-article 1048,41607
+(defun smart-gnus-article-assist 1071,42611
+(defun smart-helm-at-header 1099,43831
+(defun smart-helm-get-current-action 1108,44172
+(defun smart-helm-line-has-action 1118,44653
+(defun smart-helm-alive-p 1136,45444
+(defun smart-helm-resume-helm 1144,45750
+(defun smart-helm-at 1153,46085
+(defun smart-helm-to-minibuffer 1185,47202
+(defun smart-helm(1190,47361
+(defun smart-helm-assist(1241,49610
+(defun smart-hmail 1305,52401
+(defun smart-hmail-assist 1338,53611
+(defun smart-hyrolo 1376,55033
+(defalias 'smart-hyrolo-assist smart-hyrolo-assist1386,55376
+(defun smart-image-dired-thumbnail 1392,55611
+(defun smart-image-dired-thumbnail-assist 1397,55841
+(defun smart-imenu-display-item-where 1407,56297
+(defun smart-imenu-item-at-p 1413,56605
+(defun smart-imenu-item-p 1427,57358
+(defun smart-magit-display-file 1475,59524
+(defun smart-magit 1484,59936
+(defun smart-magit-assist 1509,60920
+(defun smart-magit-tab 1545,62406
+(defun smart-apropos 1581,63917
+(defun smart-apropos-assist 1601,64631
+(defun smart-man-display 1621,65408
+(defun smart-man-entry-ref 1625,65548
+(defun smart-man-c-routine-ref 1667,67070
+(defun smart-man-file-ref 1688,67929
+(defun smart-org 1712,68712
+(defvar smart-outline-cut 1869,74426
+(defun smart-outline-level 1881,74857
+(defun smart-outline 1890,75111
+(defun smart-outline-assist 1929,76498
+(defun smart-outline-to-entry-end 1965,77941
+(defun smart-outline-subtree-hidden-p 1975,78296
+(defun smart-outline-char-invisible-p 1981,78551
+(defun smart-todotxt 1997,79231
+(defun smart-todotxt-assist 2007,79510
+(defun smart-eobp 2019,79821
+(defun smart-eolp 2029,80185
+(defun smart-push-button 2042,80772
+(defun smart-push-button-help 2054,81392
+(defun smart-tar 2072,82141
+(defun smart-tar-assist 2097,82955
+
+hui-select.el,2784
+(defcustom hui-select-brace-modes121,5692
+(defcustom hui-select-markup-modes127,5935
+(defcustom hui-select-text-modes133,6172
+(defcustom hui-select-indent-modes139,6435
+(defcustom hui-select-ignore-quoted-sexp-modes148,6825
+(defvar hui-select-indent-non-end-regexp-alist155,7144
+(defvar hui-select-indent-end-regexp-alist175,7927
+(defcustom hui-select-char-p 191,8443
+(defcustom hui-select-display-type 196,8591
+(defcustom hui-select-whitespace 201,8737
+(defvar hui-select-previous 206,8878
+(defvar hui-select-prior-point 207,8911
+(defvar hui-select-prior-buffer 208,8947
+(defconst hui-select-syntax-table230,9863
+(defvar hui-select-bigger-alist238,10160
+(defvar hui-select-prior-buffer 266,11253
+(defvar hui-select-prior-point 267,11290
+(defvar hui-select-previous 269,11327
+(defvar hui-select-region 272,11440
+(defvar hui-select-old-region 276,11604
+(defcustom hui-select-syntax-alist279,11711
+(defun hui-select-at-p 307,12638
+(defun hui-select-goto-matching-delimiter 325,13438
+(defun hui-select-initialize 347,14345
+(defun hui-select-get-region-boundaries 413,18749
+(defun hui-select-get-thing 420,19000
+(defun hui-select-thing 427,19281
+(defun hui-select-thing-with-mouse 466,20699
+(defun hui-select-goto-matching-tag 489,21706
+(defun hui-select-and-copy-thing 595,25257
+(defun hui-select-and-kill-thing 603,25529
+(defun hui-select-boundaries 615,25786
+(defun hui-select-double-click-hook 676,28009
+(defun hui-select-syntactical-region 686,28488
+(defun hui-select-at-delimited-thing-p 718,29782
+(defun hui-select-delimited-thing 737,30612
+(defun hui-select-at-delimited-sexp-p 754,31229
+(defun hui-select-mark-delimited-sexp 762,31619
+(defun hui-select-at-blank-line-or-comment 790,32645
+(defun hui-select-back-to-indentation 812,33414
+(defun hui-select-bigger-thing 822,33833
+(defun hui-select-delimited-thing-call 828,34005
+(defun hui-select-region-bigger-p 850,34955
+(defun hui-select-reset 868,35800
+(defun hui-select-set-region 875,36004
+(defun hui-select-string-p 891,36659
+(defun hui-select-brace-def-or-declaration 938,38457
+(defun hui-select-indent-def 1039,42166
+(defun hui-select-symbol 1094,44285
+(defun hui-select-sexp-start 1110,44896
+(defun hui-select-sexp-end 1118,45194
+(defun hui-select-sexp 1125,45462
+(defun hui-select-sexp-up 1134,45752
+(defun hui-select-preprocessor-def 1146,46251
+(defun hui-select-punctuation 1171,47467
+(defun hui-select-comment 1189,48270
+(defun hui-select-word 1264,50566
+(defun hui-select-string 1276,50930
+(defun hui-select-sentence 1297,51660
+(defun hui-select-whitespace 1306,51951
+(defun hui-select-markup-pair 1322,52565
+(defun hui-select-line 1430,56603
+(defun hui-select-paragraph 1440,56946
+(defun hui-select-page 1450,57284
+(defun hui-select-buffer 1458,57538
hui-treemacs.el,72
-(defun smart-treemacs 62,2340
-(defun smart-treemacs-modeline 103,4032
-
-hui-window.el,3359
-(defcustom action-key-minibuffer-function 39,1323
-(defcustom assist-key-minibuffer-function 45,1579
-(defcustom action-key-modeline-function 53,1952
-(defcustom assist-key-modeline-function 58,2142
-(defun hmouse-map-modes-to-form 63,2337
-(defvar hmouse-drag-item-mode-forms74,2756
-(defcustom hmouse-pulse-flag 100,3959
-(defvar hmouse-pulse-iterations 108,4236
-(defvar hmouse-edge-sensitivity 113,4430
-(defvar hmouse-side-sensitivity 116,4549
-(defvar hmouse-x-drag-sensitivity 120,4715
-(defvar hmouse-y-drag-sensitivity 125,4950
-(defvar hmouse-x-diagonal-sensitivity 130,5173
-(defvar hmouse-y-diagonal-sensitivity 134,5411
-(defun hmouse-alist-add-window-handlers 150,6000
-(defun hmouse-at-item-p 243,10625
-(defun hmouse-context-menu 259,11221
-(defun hmouse-context-ibuffer-menu 278,11853
-(defun hmouse-prior-active-region 297,12493
-(defun hmouse-dired-readin-hook 309,13043
-(define-minor-mode hmouse-dired-display-here-mode314,13241
-(defun hmouse-drag-region-active 334,14277
-(defun hmouse-drag-thing 344,14677
-(defun hmouse-kill-region 398,17363
-(defun hmouse-kill-and-yank-region 411,17999
-(defun hmouse-yank-region 449,19932
-(defun hmouse-drag-between-frames 471,20998
-(defun hmouse-drag-between-windows 484,21598
-(defun hmouse-press-release-same-window 495,22130
-(defun hmouse-drag-outside-all-windows 506,22652
-(defun hmouse-drag-item-to-display 513,23023
-(defun hmouse-drag-same-window 536,23914
-(defun hmouse-drag-diagonally 541,24167
-(defun hmouse-drag-horizontally 573,25672
-(defun hmouse-drag-vertically-within-emacs 601,27102
-(defun hmouse-drag-vertically 630,28598
-(defun hmouse-drag-window-side 638,28960
-(defun hmouse-read-only-toggle-key 657,29905
-(defun hmouse-vertical-action-drag 661,30086
-(defun hmouse-vertical-assist-drag 671,30458
-(defun hmouse-horizontal-action-drag 679,30789
-(defun hmouse-horizontal-assist-drag 691,31223
-(defun smart-coords-in-window-p 699,31559
-(defun smart-point-of-coords 721,32272
-(defun smart-window-of-coords 729,32517
-(defun hmouse-split-window 752,33331
-(defun hmouse-buffer-to-window 760,33592
-(defun hmouse-drag-not-allowed 771,34112
-(defun hmouse-set-buffer-and-point 777,34464
-(defun hmouse-goto-region-prev-point 782,34591
-(defun hmouse-goto-depress-point 792,35041
-(defun hmouse-goto-release-point 798,35387
-(defun hmouse-inactive-minibuffer-p 804,35732
-(defun hmouse-insert-region 812,36098
-(defun hmouse-pulse-buffer 825,36604
-(defun hmouse-pulse-line 832,36949
-(defun hmouse-pulse-region 839,37272
-(defun hmouse-item-to-window 845,37591
-(defun action-key-modeline 916,40595
-(defun assist-key-modeline 951,42310
-(defun hmouse-drag-p 990,44170
-(defun hmouse-modeline-click 1003,44697
-(defun hmouse-emacs-modeline-event-p 1012,45093
-(defun hmouse-modeline-event-p 1026,45925
-(defun hmouse-modeline-depress 1033,46183
-(defun hmouse-modeline-release 1041,46472
-(defun hmouse-emacs-at-modeline-buffer-id-p 1048,46699
-(defun hmouse-modeline-resize-window 1059,47281
-(defun hmouse-clone-window-to-frame 1075,47879
-(defun hmouse-move-window-to-frame 1080,48056
-(defun hmouse-release-left-edge 1113,49467
-(defun hmouse-release-right-edge 1131,50285
-(defun hmouse-resize-window-side 1144,50832
-(defun hmouse-swap-buffers 1180,52223
-(defun hmouse-swap-windows 1195,52848
-(defun hmouse-x-coord 1223,53940
-(defun hmouse-y-coord 1247,54727
-
-hui.el,2341
-(defcustom hui:hbut-delete-confirm-flag 39,1219
-(defcustom hui:ebut-prompt-for-action 44,1382
-(defun hui-copy-to-register 55,1804
-(defun hui-kill-ring-save 112,4197
-(defun hui:global-bind-key 164,6358
-(defun hui:bind-key 193,7613
-(defun hui:delimited-selectable-thing 223,8896
-(defun hui:delimited-selectable-thing-and-bounds 244,9676
-(defun hui:ebut-act 267,10720
-(defun hui:ebut-create 282,11244
-(defun hui:ebut-delete 315,12600
-(defun hui:ebut-edit-region 340,13740
-(defun hui:ebut-edit 360,14638
-(defun hui:ebut-rename 410,16468
-(defun hui:ebut-search 472,18984
-(defun hui:gbut-create 508,20411
-(defun hui:gbut-delete 556,22313
-(defun hui:gbut-edit 571,22975
-(defun hui:gbut-link-directly 661,26470
-(defun hui:gbut-rename 694,27748
-(defun hui:gibut-create 706,28214
-(defun hui:hbut-act 734,29268
-(defun hui:hbut-buf 742,29639
-(defun hui:hbut-current-act 767,30401
-(defun hui:hbut-delete 777,30776
-(defun hui:hbut-help 819,32621
-(defun hui:hbut-label 860,34107
-(defun hui:hbut-label-default 872,34634
-(defun hui:hbut-rename 887,35369
-(defun hui:hbut-report 897,35725
-(defalias 'hui:hbut-summarize hui:hbut-summarize908,36077
-(defun hui:ibut-act 910,36127
-(defun hui:ibut-create 925,36690
-(defun hui:ibut-edit 972,38815
-(defun hui:ibut-label-create 1042,41492
-(defun hui:ibut-rename 1080,43367
-(defun hui:ebut-link-directly 1114,44522
-(defun hui:ibut-link-directly 1210,48172
-(defun hui:action 1326,52936
-(defun hui:actype 1377,54648
-(defun hui:buf-writable-err 1396,55641
-(defvar hui:ignore-buffers-regexp 1416,56504
-(defun hui:ebut-delete-op 1419,56674
-(defun hui:ebut-message 1450,57927
-(defun hui:ebut-unmark 1461,58331
-(defun hui:file-find 1521,60794
-(defun hui:hbut-operate 1528,61064
-(defun hui:hbut-term-highlight 1571,63089
-(defun hui:hbut-term-unhighlight 1585,63491
-(defun hui:help-ebut-highlight 1594,63777
-(defun hui:htype-delete 1600,64025
-(defun hui:htype-help 1611,64432
-(defun hui:htype-help-current-window 1662,66200
-(defun hui:ibut-delete-op 1669,66565
-(defun hui:ibut-message 1695,67716
-(defun hui:key-dir 1706,68120
-(defun hui:key-src 1715,68468
-(defun hui:ebut-link-create 1724,68839
-(defun hui:ibut-link-create 1747,70038
-(defun hui:link-possible-types 1784,71665
-(defun hui:list-remove-text-properties 1920,77177
-(defvar hui:ebut-label-prev 1930,77567
+(defun smart-treemacs 72,2739
+(defun smart-treemacs-modeline 113,4431
+
+hui-window.el,3361
+(defcustom action-key-minibuffer-function 72,3096
+(defcustom assist-key-minibuffer-function 78,3352
+(defcustom action-key-modeline-function 86,3725
+(defcustom assist-key-modeline-function 91,3915
+(defun hmouse-map-modes-to-form 96,4110
+(defvar hmouse-drag-item-mode-forms107,4529
+(defcustom hmouse-pulse-flag 133,5732
+(defvar hmouse-pulse-iterations 141,6009
+(defvar hmouse-edge-sensitivity 146,6203
+(defvar hmouse-side-sensitivity 149,6322
+(defvar hmouse-x-drag-sensitivity 153,6488
+(defvar hmouse-y-drag-sensitivity 158,6723
+(defvar hmouse-x-diagonal-sensitivity 163,6946
+(defvar hmouse-y-diagonal-sensitivity 167,7184
+(defun hmouse-alist-add-window-handlers 183,7773
+(defun hmouse-at-item-p 276,12398
+(defun hmouse-context-menu 292,12994
+(defun hmouse-context-ibuffer-menu 311,13626
+(defun hmouse-prior-active-region 330,14266
+(defun hmouse-dired-readin-hook 342,14816
+(define-minor-mode hmouse-dired-display-here-mode347,15014
+(defun hmouse-drag-region-active 367,16050
+(defun hmouse-drag-thing 377,16450
+(defun hmouse-kill-region 431,19136
+(defun hmouse-kill-and-yank-region 444,19772
+(defun hmouse-yank-region 482,21705
+(defun hmouse-drag-between-frames 504,22771
+(defun hmouse-drag-between-windows 517,23371
+(defun hmouse-press-release-same-window 528,23903
+(defun hmouse-drag-outside-all-windows 539,24425
+(defun hmouse-drag-item-to-display 546,24796
+(defun hmouse-drag-same-window 569,25687
+(defun hmouse-drag-diagonally 574,25940
+(defun hmouse-drag-horizontally 606,27445
+(defun hmouse-drag-vertically-within-emacs 634,28875
+(defun hmouse-drag-vertically 663,30371
+(defun hmouse-drag-window-side 671,30733
+(defun hmouse-read-only-toggle-key 690,31678
+(defun hmouse-vertical-action-drag 694,31859
+(defun hmouse-vertical-assist-drag 704,32231
+(defun hmouse-horizontal-action-drag 712,32562
+(defun hmouse-horizontal-assist-drag 724,32996
+(defun smart-coords-in-window-p 732,33332
+(defun smart-point-of-coords 754,34045
+(defun smart-window-of-coords 762,34290
+(defun hmouse-split-window 785,35104
+(defun hmouse-buffer-to-window 793,35365
+(defun hmouse-drag-not-allowed 804,35885
+(defun hmouse-set-buffer-and-point 810,36237
+(defun hmouse-goto-region-prev-point 815,36364
+(defun hmouse-goto-depress-point 825,36814
+(defun hmouse-goto-release-point 831,37160
+(defun hmouse-inactive-minibuffer-p 837,37505
+(defun hmouse-insert-region 845,37871
+(defun hmouse-pulse-buffer 858,38377
+(defun hmouse-pulse-line 865,38722
+(defun hmouse-pulse-region 872,39045
+(defun hmouse-item-to-window 878,39364
+(defun action-key-modeline 949,42368
+(defun assist-key-modeline 984,44083
+(defun hmouse-drag-p 1023,45943
+(defun hmouse-modeline-click 1036,46470
+(defun hmouse-emacs-modeline-event-p 1045,46866
+(defun hmouse-modeline-event-p 1059,47698
+(defun hmouse-modeline-depress 1066,47956
+(defun hmouse-modeline-release 1074,48245
+(defun hmouse-emacs-at-modeline-buffer-id-p 1081,48472
+(defun hmouse-modeline-resize-window 1092,49054
+(defun hmouse-clone-window-to-frame 1108,49652
+(defun hmouse-move-window-to-frame 1113,49829
+(defun hmouse-release-left-edge 1146,51240
+(defun hmouse-release-right-edge 1164,52058
+(defun hmouse-resize-window-side 1177,52605
+(defun hmouse-swap-buffers 1213,53996
+(defun hmouse-swap-windows 1228,54621
+(defun hmouse-x-coord 1256,55713
+(defun hmouse-y-coord 1280,56500
+
+hui.el,2336
+(defcustom hui:hbut-delete-confirm-flag 47,1538
+(defcustom hui:ebut-prompt-for-action 52,1701
+(defvar hui:ebut-label-prev 61,2046
+(defvar hui:ignore-buffers-regexp 65,2190
+(defun hui-copy-to-register 74,2614
+(defun hui-kill-ring-save 131,5007
+(defun hui:global-bind-key 183,7168
+(defun hui:bind-key 212,8423
+(defun hui:delimited-selectable-thing 242,9706
+(defun hui:delimited-selectable-thing-and-bounds 263,10486
+(defun hui:ebut-act 286,11530
+(defun hui:ebut-create 301,12054
+(defun hui:ebut-delete 334,13410
+(defun hui:ebut-edit-region 359,14550
+(defun hui:ebut-edit 379,15448
+(defun hui:ebut-rename 429,17278
+(defun hui:ebut-search 491,19794
+(defun hui:gbut-create 527,21221
+(defun hui:gbut-delete 575,23123
+(defun hui:gbut-edit 591,23804
+(defun hui:gbut-link-directly 680,27289
+(defun hui:gbut-rename 714,28589
+(defun hui:gibut-create 727,29083
+(defun hui:hbut-act 755,30137
+(defun hui:hbut-buf 763,30508
+(defun hui:hbut-current-act 788,31270
+(defun hui:hbut-delete 798,31645
+(defun hui:hbut-help 840,33490
+(defun hui:hbut-label 881,34976
+(defun hui:hbut-label-default 893,35503
+(defun hui:hbut-rename 908,36238
+(defun hui:hbut-report 918,36594
+(defalias 'hui:hbut-summarize hui:hbut-summarize929,36946
+(defun hui:ibut-act 931,36996
+(defun hui:ibut-create 946,37559
+(defun hui:ibut-edit 993,39684
+(defun hui:ibut-label-create 1063,42361
+(defun hui:ibut-rename 1101,44236
+(defun hui:ebut-link-directly 1135,45391
+(defun hui:ibut-link-directly 1231,49041
+(defun hui:action 1347,53808
+(defun hui:actype 1398,55520
+(defun hui:buf-writable-err 1417,56513
+(defun hui:ebut-delete-op 1437,57376
+(defun hui:ebut-message 1468,58629
+(defun hui:ebut-unmark 1479,59033
+(defun hui:file-find 1539,61496
+(defun hui:hbut-operate 1546,61766
+(defun hui:hbut-term-highlight 1589,63791
+(defun hui:hbut-term-unhighlight 1603,64193
+(defun hui:help-ebut-highlight 1612,64479
+(defun hui:htype-delete 1618,64727
+(defun hui:htype-help 1629,65134
+(defun hui:htype-help-current-window 1680,66902
+(defun hui:ibut-delete-op 1687,67267
+(defun hui:ibut-message 1713,68418
+(defun hui:key-dir 1724,68822
+(defun hui:key-src 1733,69170
+(defun hui:ebut-link-create 1742,69541
+(defun hui:ibut-link-create 1765,70740
+(defun hui:link-possible-types 1802,72367
+(defun hui:list-remove-text-properties 1938,77883
hvar.el,272
(defvar var::append-list 34,1095
@@ -1575,139 +1581,112 @@ hvar.el,272
(defun var:run-hook-in-matching-buffers 106,4226
(defvar var::append-list 119,4824
-hversion.el,408
-(defconst hyperb:version 29,875
-(defvar hyperb:mouse-buttons32,947
-(defvar hyperb:automount-prefixes40,1236
-(defun hyperb:stack-frame 56,1880
-(defun hyperb:window-sys-term 96,3424
-(defun hyperb:window-system 118,4388
-(defalias 'id-browse-file id-browse-file138,5295
-(defun id-info 141,5362
-(defun id-info-item 157,5976
-(defalias 'id-tool-quit id-tool-quit185,7224
-(defun id-tool-invoke 188,7292
-
-hvm.el,874
-(defvar vm-edit-message-mode 55,1694
-(defun vm-edit-mode 66,2122
-(defun Vm-init 82,2636
-(defun Vm-msg-hdrs-full 105,3421
-(defun Vm-msg-narrow 116,3758
-(defun Vm-msg-next 123,3969
-(defun Vm-msg-num 125,4023
-(defun Vm-msg-prev 137,4336
-(defun Vm-msg-to-p 139,4394
-(defun Vm-msg-widen 156,4915
-(defun Vm-to 162,5112
-(defun Vm-Summ-delete 166,5247
-(defalias 'Vm-Summ-expunge Vm-Summ-expunge170,5327
-(defalias 'Vm-Summ-goto Vm-Summ-goto172,5384
-(defun Vm-Summ-to 174,5448
-(defun Vm-Summ-undelete-all 178,5584
-(defun Vm-msg-end 186,5881
-(defun vm-show-current-message 199,6342
-(defun vm-scroll-forward-internal 229,7457
-(defun vm-widen-page 267,8579
-(defun vm-edit-message-end 283,9359
-(defun vm-goto-message-at-point 377,13094
-(defun vm-assimilate-new-messages 404,14140
-(defun vm-force-mode-line-update 523,18999
-(defvar Vm-msg-start-regexp 537,19555
-
-hypb.el,2754
-(defconst hypb:help-buf-prefix 28,889
-(defvar hypb:mail-address-mode-list36,1211
-(defconst hypb:mail-address-tld-regexp40,1366
-(defconst hypb:mail-address-regexp68,3230
-(defcustom hypb:rgrep-command72,3441
-(defun hypb:activate-interaction-log-mode 121,5331
-(defmacro hypb:assert-same-start-and-end-buffer 209,9034
-(defun hypb:call-process-p 226,9841
-(defun hypb:char-count 248,10676
-(defun hypb:chmod 256,10906
-(defun hypb:cmd-key-series 266,11340
-(defun hypb:cmd-key-vector 284,12074
-(defun hypb:count-visible-windows 294,12464
-(defun hypb:configuration 299,12684
-(defun hypb:debug 346,15107
-(defun hypb:decode-url 361,15624
-(defun hypb:def-to-buffer 388,16780
-(defun hypb:devdocs-lookup 404,17371
-(defun hypb:domain-name 412,17651
-(defun hypb:error 442,18909
-(defun hypb:fgrep-git-log 451,19198
-(defun hypb:fgrep-git-log-activate 459,19605
-(define-derived-mode hypb:fgrep-git-log-mode 466,19882
-(defun hypb:file-major-mode 472,20229
-(defun hypb:filter-directories 482,20621
-(defun hypb:format-args 497,21282
-(defun hypb:format-quote 501,21464
-(defun hypb:get-completion 515,21938
-(defun hypb:get-raw-syntax-descriptor 538,22978
-(defun hypb:glob-to-regexp 543,23197
-(defun hypb:goto-marker 554,23655
-(defun hypb:grep-git-log 572,24296
-(defun hypb:help-buf-name 579,24671
-(defun hypb:helm-apropos 588,25042
-(defun hypb:helm-info 597,25386
-(defun hypb:hkey-help-file 605,25705
-(defun hypb:indirect-function 619,26258
-(defun hypb:insert-region 633,26810
-(defun hypb:installation-type 649,27566
-(defun hypb:locate 691,29689
-(defun hypb:map-plist 723,31072
-(defun hypb:map-vector 729,31291
-(defun hypb:mark-object 742,31777
-(defun hypb:maximize-window-height 752,32166
-(defun hypb:object-p 765,32647
-(defun hypb:readable-directories 772,32897
-(defun hypb:require-package 782,33333
-(defun hypb:remove-lines 795,33927
-(defun hypb:return-process-output 801,34157
-(defun hypb:rgrep 820,34864
-(defun hypb:save-lines 857,36577
-(defmacro hypb:save-selected-window-and-input-focus 863,36805
-(defun hypb:select-window-frame 870,37134
-(defun hypb:set-raw-syntax-descriptor 877,37450
-(defun hypb:straight-package-plist 891,38051
-(defun hypb:string-count-matches 901,38575
-(defun hypb:supercite-p 929,39583
-(defun hypb:toggle-isearch-invisible 943,40034
-(defun hypb:uuid 963,40958
-(defun hypb:user-name 987,41547
-(defun hypb:window-list 993,41772
-(defvar hypb:home-page 1004,42344
-(defvar hypb:hyperbole-banner-keymap1007,42448
-(defun hypb:display-file-with-logo 1016,42764
-(defun hypb:browse-home-page 1039,43777
-(defun hypb:insert-hyperbole-banner 1049,44102
-(defun hypb:locate-pathnames 1080,45520
-(defun hypb:oct-to-int 1088,45825
-(define-button-type 'hyperbole-banner)hyperbole-banner1105,46406
+hversion.el,410
+(defconst hyperb:version 38,1236
+(defvar hyperb:mouse-buttons40,1307
+(defvar hyperb:automount-prefixes48,1596
+(defun hyperb:stack-frame 59,2015
+(defun hyperb:window-sys-term 99,3559
+(defun hyperb:window-system 121,4523
+(defalias 'id-browse-file id-browse-file141,5430
+(defun id-info 144,5497
+(defun id-info-item 160,6111
+(defalias 'id-tool-quit id-tool-quit188,7359
+(defun id-tool-invoke 191,7427
+
+hypb.el,2757
+(defconst hypb:help-buf-prefix 65,2223
+(defvar hypb:mail-address-mode-list69,2369
+(defconst hypb:mail-address-tld-regexp73,2524
+(defconst hypb:mail-address-regexp101,4388
+(defcustom hypb:rgrep-command105,4599
+(defun hypb:activate-interaction-log-mode 121,5317
+(defmacro hypb:assert-same-start-and-end-buffer 209,9020
+(defun hypb:call-process-p 226,9827
+(defun hypb:char-count 248,10662
+(defun hypb:chmod 256,10892
+(defun hypb:cmd-key-series 266,11326
+(defun hypb:cmd-key-vector 284,12060
+(defun hypb:count-visible-windows 294,12450
+(defun hypb:configuration 299,12670
+(defun hypb:debug 346,15093
+(defun hypb:decode-url 361,15610
+(defun hypb:def-to-buffer 388,16766
+(defun hypb:devdocs-lookup 404,17357
+(defun hypb:domain-name 412,17637
+(defun hypb:error 442,18895
+(defun hypb:fgrep-git-log 451,19184
+(defun hypb:fgrep-git-log-activate 459,19591
+(define-derived-mode hypb:fgrep-git-log-mode 466,19868
+(defun hypb:file-major-mode 472,20215
+(defun hypb:filter-directories 482,20607
+(defun hypb:format-args 497,21268
+(defun hypb:format-quote 501,21450
+(defun hypb:get-completion 515,21924
+(defun hypb:get-raw-syntax-descriptor 538,22964
+(defun hypb:glob-to-regexp 543,23183
+(defun hypb:goto-marker 554,23641
+(defun hypb:grep-git-log 572,24282
+(defun hypb:help-buf-name 579,24657
+(defun hypb:helm-apropos 588,25028
+(defun hypb:helm-info 597,25372
+(defun hypb:hkey-help-file 605,25691
+(defun hypb:indirect-function 619,26244
+(defun hypb:insert-region 633,26796
+(defun hypb:installation-type 649,27552
+(defun hypb:locate 691,29675
+(defun hypb:map-plist 723,31058
+(defun hypb:map-vector 729,31277
+(defun hypb:mark-object 742,31763
+(defun hypb:maximize-window-height 752,32152
+(defun hypb:object-p 765,32633
+(defun hypb:readable-directories 772,32883
+(defun hypb:require-package 782,33319
+(defun hypb:remove-lines 795,33913
+(defun hypb:return-process-output 801,34143
+(defun hypb:rgrep 820,34850
+(defun hypb:save-lines 857,36563
+(defmacro hypb:save-selected-window-and-input-focus 863,36791
+(defun hypb:select-window-frame 870,37120
+(defun hypb:set-raw-syntax-descriptor 877,37436
+(defun hypb:straight-package-plist 891,38037
+(defun hypb:string-count-matches 901,38561
+(defun hypb:supercite-p 929,39569
+(defun hypb:toggle-isearch-invisible 943,40020
+(defun hypb:uuid 963,40944
+(defun hypb:user-name 987,41533
+(defun hypb:window-list 993,41758
+(defvar hypb:home-page 1004,42330
+(defvar hypb:hyperbole-banner-keymap1007,42434
+(defun hypb:display-file-with-logo 1016,42750
+(defun hypb:browse-home-page 1039,43766
+(defun hypb:insert-hyperbole-banner 1049,44091
+(defun hypb:locate-pathnames 1080,45509
+(defun hypb:oct-to-int 1088,45814
+(define-button-type 'hyperbole-banner)hyperbole-banner1105,46395
hyperbole.el,784
-(defconst hyperbole-loading 81,3532
-(defgroup hyperbole 87,3731
-(defgroup hyperbole-commands 93,3872
-(defgroup hyperbole-keys 97,3965
-(defgroup hyperbole-screen 103,4116
-(defgroup hyperbole-koutliner 126,5076
-(defvar hyperbole-mode-map 130,5196
-(defcustom hyperbole-mode-lighter 134,5321
-(define-minor-mode hyperbole-mode141,5543
-(defvar hyperbole--mark-even-if-inactive159,6069
-(defcustom hkey-init 182,7040
-(defun hkey-get-bindings 197,7691
-(defun hkey-global-set-key 204,7954
-(defun hkey-maybe-global-set-key 209,8217
-(defun hkey-maybe-set-key 214,8436
-(defun hkey-set-key 223,8870
-(defun hkey-initialize 242,9598
-(defconst hyperb:cygdrive 452,18832
-(defun hyperb:init 454,18885
-(defun hyperbole--enable-mode 501,20617
-(defun hyperbole--disable-mode 525,21522
+(defconst hyperbole-loading 81,3533
+(defgroup hyperbole 87,3732
+(defgroup hyperbole-commands 93,3873
+(defgroup hyperbole-keys 97,3966
+(defgroup hyperbole-screen 103,4117
+(defgroup hyperbole-koutliner 126,5077
+(defvar hyperbole-mode-map 130,5197
+(defcustom hyperbole-mode-lighter 134,5322
+(define-minor-mode hyperbole-mode141,5544
+(defvar hyperbole--mark-even-if-inactive159,6070
+(defcustom hkey-init 192,7425
+(defun hkey-get-bindings 207,8076
+(defun hkey-global-set-key 214,8339
+(defun hkey-maybe-global-set-key 219,8602
+(defun hkey-maybe-set-key 224,8821
+(defun hkey-set-key 233,9255
+(defun hkey-initialize 252,9983
+(defconst hyperb:cygdrive 462,19217
+(defun hyperb:init 464,19270
+(defun hyperbole--enable-mode 511,21002
+(defun hyperbole--disable-mode 535,21907
hyrolo-demo.el,146
(defvar hyrolo-demo-save-key 29,828
@@ -1715,20 +1694,20 @@ hyrolo-demo.el,146
(defun hyrolo-demo-fgrep-logical 53,1861
(defun hyrolo-demo-quit 81,3128
-hyrolo-logic.el,409
-(defun hyrolo-fgrep-logical 72,2824
-(defun hyrolo-logic 155,6680
-(defun hyrolo-map-logic 186,8153
-(defun hyrolo-map-entries 231,9895
-(defun hyrolo-map-kotl 269,11118
-(defun hyrolo-not 312,12424
-(defun hyrolo-or 326,12910
-(defun hyrolo-xor 342,13431
-(defun hyrolo-and 360,14002
-(defun hyrolo-r-not 377,14557
-(defun hyrolo-r-or 391,15042
-(defun hyrolo-r-xor 407,15562
-(defun hyrolo-r-and 425,16132
+hyrolo-logic.el,410
+(defun hyrolo-fgrep-logical 78,3061
+(defun hyrolo-logic 161,6917
+(defun hyrolo-map-logic 192,8390
+(defun hyrolo-map-entries 237,10132
+(defun hyrolo-map-kotl 275,11355
+(defun hyrolo-not 318,12661
+(defun hyrolo-or 332,13147
+(defun hyrolo-xor 348,13668
+(defun hyrolo-and 366,14239
+(defun hyrolo-r-not 383,14794
+(defun hyrolo-r-or 397,15279
+(defun hyrolo-r-xor 413,15799
+(defun hyrolo-r-and 431,16369
hyrolo-menu.el,191
(defconst infodock-hyrolo-menu29,858
@@ -1737,127 +1716,127 @@ hyrolo-menu.el,191
(defun hyrolo-menubar-menu 101,4375
(defun hyrolo-popup-menu 110,4770
-hyrolo.el,4986
-(defgroup hyperbole-rolo 85,3360
-(defcustom hyrolo-date-format 89,3475
-(defvar hyrolo-display-format-function95,3699
-(defcustom hyrolo-email-format 101,3941
-(defvar hyrolo-entry-name-regexp 107,4203
-(defcustom hyrolo-file-suffix-regexp 110,4367
-(defcustom hyrolo-find-file-function 114,4523
-(defcustom hyrolo-find-file-noselect-function 119,4741
-(defcustom hyrolo-google-contacts-flag 123,4901
-(defvar hyrolo-next-match-function 129,5142
-(defvar hyrolo-add-hook 135,5420
-(defvar hyrolo-edit-hook 138,5492
-(defun hyrolo-google-contacts-p 145,5657
-(defun hyrolo--initialize-file-list 158,6188
-(defun hyrolo-initialize-file-list 165,6437
-(define-obsolete-variable-alias 'rolo-file-list rolo-file-list175,6910
-(defcustom hyrolo-file-list 176,6985
-(defcustom hyrolo-highlight-face 188,7429
-(defcustom hyrolo-kill-buffers-after-use 193,7575
-(defcustom hyrolo-save-buffers-after-use 198,7750
-(defvar hyrolo-yank-reformat-function 206,8040
-(defun hyrolo-add 216,8475
-(defun hyrolo-display-matches 347,13574
-(defun hyrolo-edit 379,14876
-(defun hyrolo-edit-entry 425,16794
-(defun hyrolo-fgrep 447,17772
-(defun hyrolo-find-file 485,19710
-(defun hyrolo-find-file-noselect 509,20659
-(defun hyrolo-forward-visible-line 518,21059
-(defun hyrolo-grep 528,21389
-(defun hyrolo-grep-or-fgrep 606,25040
-(defun hyrolo-hide-subtree 612,25317
-(defun hyrolo-isearch 626,25782
-(defun hyrolo-isearch-regexp 642,26494
-(defun hyrolo-verify 652,26884
-(defun hyrolo-kill 665,27444
-(defun hyrolo-locate 718,29428
-(defun hyrolo-mail-to 723,29605
-(defun hyrolo-next-match 736,30072
-(defun hyrolo-overview 754,30815
-(defun hyrolo-previous-match 770,31466
-(defun hyrolo-prompt 783,32047
-(defun hyrolo-quit 787,32191
-(defun hyrolo-rename 795,32453
-(defun hyrolo-set-display-buffer 822,33572
-(defun hyrolo-sort 829,33784
-(defun hyrolo-sort-level 871,35413
-(defun hyrolo-sort-lines 894,36595
-(defun hyrolo-toggle-datestamps 911,37319
-(defun hyrolo-toggle-narrow-to-entry 926,38050
-(defun hyrolo-top-level 940,38529
-(defun hyrolo-widen 949,38788
-(defun hyrolo-word 955,38974
-(defun hyrolo-yank 981,40294
-(defun hyrolo-bbdb-fgrep 1003,41089
-(defun hyrolo-bbdb-grep 1010,41345
-(defun hyrolo-bbdb-grep-file 1038,42494
-(defun hyrolo-bbdb-entry-format 1053,43323
-(defun hyrolo-google-contacts-fgrep 1062,43662
-(defun hyrolo-google-contacts-grep 1069,43952
-(defun hyrolo-google-contacts-grep-file 1094,44947
-(defun hyrolo-google-contacts-insert-data 1107,45744
-(defun hyrolo-google-contacts-insert-generic-list 1203,51547
-(defun hyrolo-retrieve-google-contacts 1218,52148
-(defun hyrolo-helm-org-rifle 1242,53221
-(defun hyrolo-helm-org-rifle-directory 1265,54185
-(defun hyrolo-helm-org-rifle-directories 1284,54965
-(defun hyrolo-org 1294,55467
-(defun hyrolo-org-roam 1308,56097
-(defun hyrolo-back-to-visible-point 1331,57087
-(defun hyrolo-backward-same-level 1339,57449
-(defun hyrolo-consult-grep 1346,57717
-(defun hyrolo-fgrep-directories 1382,59313
-(defun hyrolo-fgrep-file 1386,59524
-(defun hyrolo-forward-same-level 1400,60236
-(defun hyrolo-grep-directories 1407,60500
-(defun hyrolo-next-regexp-match 1411,60701
-(defun hyrolo-grep-file 1418,60962
-(defun hyrolo-map-level 1518,64864
-(defun hyrolo-map-single-subtree 1555,66642
-(defun hyrolo-mode 1584,67677
-(defun hyrolo-next-visible-heading 1607,68477
-(defun hyrolo-previous-visible-heading 1615,68775
-(defun hyrolo-to 1623,69077
-(defun hyrolo-to-entry-beginning 1675,71185
-(defun hyrolo-to-entry-end 1690,71763
-(defun hyrolo-up-heading 1715,72585
-(defun hyrolo-add-match 1726,73075
-(defun hyrolo-buffer-exists-p 1738,73619
-(defun hyrolo-current-date 1746,73901
-(defun hyrolo-display-to-entry-end 1750,74055
-(defun hyrolo-format-name 1759,74339
-(defun hyrolo-get-consult-version 1766,74653
-(defun hyrolo-highlight-matches 1777,75121
-(defun hyrolo-isearch-for-regexp 1788,75524
-(defun hyrolo-kill-buffer 1799,76016
-(defun hyrolo-name-and-email 1806,76338
-(defun hyrolo-name-at 1841,77533
-(defun hyrolo-save-buffer 1854,78017
-(defun hyrolo-set-date 1862,78402
-(defun hyrolo-min-matched-level 1881,79121
-(defun hyrolo-search-directories 1889,79419
-(defun hyrolo-show-levels 1896,79776
-(defun hyrolo-shrink-window 1933,81180
-(defun hyrolo-to-buffer 1946,81625
-(defun hyrolo-move-backward 1950,81757
-(defun hyrolo-move-forward 1962,82201
-(defun hyrolo-mode-outline-level 1977,82659
-(define-obsolete-variable-alias 'rolo-display-buffer
rolo-display-buffer1998,83533
-(defvar hyrolo-display-buffer 1999,83618
-(defvar hyrolo-entry-group-number 2002,83723
-(defvar hyrolo-entry-trailing-space-group-number 2006,83860
-(define-obsolete-variable-alias 'rolo-entry-regexp
rolo-entry-regexp2009,83986
-(defvar hyrolo-entry-regexp 2010,84067
-(defconst hyrolo-hdr-format2029,84905
-(defconst hyrolo-hdr-regexp 2037,85264
-(defconst hyrolo-match-regexp 2042,85475
-(defvar hyrolo--wconfig 2047,85699
-(defvar hyrolo-mode-syntax-table 2050,85792
-(defvar hyrolo-mode-map 2060,86178
+hyrolo.el,4988
+(define-obsolete-variable-alias 'rolo-display-buffer
rolo-display-buffer118,4714
+(defvar hyrolo-display-buffer 119,4799
+(defgroup hyperbole-rolo 123,4980
+(defcustom hyrolo-google-contacts-flag 127,5095
+(defun hyrolo-google-contacts-p 133,5336
+(defun hyrolo--initialize-file-list 144,5832
+(define-obsolete-variable-alias 'rolo-file-list rolo-file-list150,6066
+(defcustom hyrolo-file-list 151,6141
+(define-obsolete-variable-alias 'rolo-entry-regexp rolo-entry-regexp163,6585
+(defvar hyrolo-entry-regexp 164,6666
+(defcustom hyrolo-date-format 183,7504
+(defvar hyrolo-display-format-function189,7728
+(defcustom hyrolo-email-format 195,7970
+(defvar hyrolo-entry-name-regexp 201,8232
+(defcustom hyrolo-file-suffix-regexp 204,8396
+(defcustom hyrolo-find-file-function 208,8552
+(defcustom hyrolo-find-file-noselect-function 213,8770
+(defvar hyrolo-next-match-function 217,8930
+(defvar hyrolo-add-hook 223,9208
+(defvar hyrolo-edit-hook 226,9280
+(defun hyrolo-initialize-file-list 236,9495
+(defcustom hyrolo-highlight-face 246,9968
+(defcustom hyrolo-kill-buffers-after-use 251,10114
+(defcustom hyrolo-save-buffers-after-use 256,10289
+(defvar hyrolo-yank-reformat-function 264,10579
+(defun hyrolo-add 274,11014
+(defun hyrolo-display-matches 405,16113
+(defun hyrolo-edit 437,17415
+(defun hyrolo-edit-entry 483,19333
+(defun hyrolo-fgrep 505,20311
+(defun hyrolo-find-file 543,22249
+(defun hyrolo-find-file-noselect 567,23198
+(defun hyrolo-forward-visible-line 576,23598
+(defun hyrolo-grep 586,23928
+(defun hyrolo-grep-or-fgrep 664,27579
+(defun hyrolo-hide-subtree 670,27856
+(defun hyrolo-isearch 684,28321
+(defun hyrolo-isearch-regexp 700,29033
+(defun hyrolo-verify 710,29423
+(defun hyrolo-kill 723,29983
+(defun hyrolo-locate 776,31967
+(defun hyrolo-mail-to 781,32144
+(defun hyrolo-next-match 794,32611
+(defun hyrolo-overview 812,33354
+(defun hyrolo-previous-match 828,34005
+(defun hyrolo-prompt 841,34586
+(defun hyrolo-quit 845,34730
+(defun hyrolo-rename 853,34992
+(defun hyrolo-set-display-buffer 880,36111
+(defun hyrolo-sort 887,36323
+(defun hyrolo-sort-level 929,37952
+(defun hyrolo-sort-lines 952,39134
+(defun hyrolo-toggle-datestamps 969,39858
+(defun hyrolo-toggle-narrow-to-entry 984,40589
+(defun hyrolo-top-level 998,41068
+(defun hyrolo-widen 1007,41327
+(defun hyrolo-word 1013,41513
+(defun hyrolo-yank 1039,42833
+(defun hyrolo-bbdb-fgrep 1061,43628
+(defun hyrolo-bbdb-grep 1068,43884
+(defun hyrolo-bbdb-grep-file 1096,45033
+(defun hyrolo-bbdb-entry-format 1111,45862
+(defun hyrolo-google-contacts-fgrep 1120,46201
+(defun hyrolo-google-contacts-grep 1127,46491
+(defun hyrolo-google-contacts-grep-file 1152,47486
+(defun hyrolo-google-contacts-insert-data 1165,48283
+(defun hyrolo-google-contacts-insert-generic-list 1261,54090
+(defun hyrolo-retrieve-google-contacts 1276,54691
+(defun hyrolo-helm-org-rifle 1300,55764
+(defun hyrolo-helm-org-rifle-directory 1323,56728
+(defun hyrolo-helm-org-rifle-directories 1342,57508
+(defun hyrolo-org 1352,58010
+(defun hyrolo-org-roam 1366,58640
+(defun hyrolo-back-to-visible-point 1387,59630
+(defun hyrolo-backward-same-level 1395,59992
+(defun hyrolo-consult-grep 1402,60260
+(defun hyrolo-fgrep-directories 1438,61856
+(defun hyrolo-fgrep-file 1442,62067
+(defun hyrolo-forward-same-level 1456,62779
+(defun hyrolo-grep-directories 1463,63043
+(defun hyrolo-next-regexp-match 1467,63244
+(defun hyrolo-grep-file 1474,63505
+(defun hyrolo-map-level 1574,67407
+(defun hyrolo-map-single-subtree 1611,69185
+(defun hyrolo-mode 1640,70220
+(defun hyrolo-next-visible-heading 1663,71020
+(defun hyrolo-previous-visible-heading 1671,71318
+(defun hyrolo-to 1679,71620
+(defun hyrolo-to-entry-beginning 1731,73728
+(defun hyrolo-to-entry-end 1746,74306
+(defun hyrolo-up-heading 1771,75128
+(defun hyrolo-add-match 1782,75618
+(defun hyrolo-buffer-exists-p 1794,76162
+(defun hyrolo-current-date 1802,76444
+(defun hyrolo-display-to-entry-end 1806,76598
+(defun hyrolo-format-name 1815,76882
+(defun hyrolo-get-consult-version 1822,77196
+(defun hyrolo-highlight-matches 1833,77664
+(defun hyrolo-isearch-for-regexp 1844,78067
+(defun hyrolo-kill-buffer 1855,78559
+(defun hyrolo-name-and-email 1862,78881
+(defun hyrolo-name-at 1897,80076
+(defun hyrolo-save-buffer 1910,80560
+(defun hyrolo-set-date 1918,80945
+(defun hyrolo-min-matched-level 1937,81664
+(defun hyrolo-search-directories 1945,81962
+(defun hyrolo-show-levels 1952,82319
+(defun hyrolo-shrink-window 1989,83723
+(defun hyrolo-to-buffer 2002,84168
+(defun hyrolo-move-backward 2006,84300
+(defun hyrolo-move-forward 2018,84744
+(defun hyrolo-mode-outline-level 2033,85202
+(defvar hyrolo-entry-group-number 2054,86076
+(defvar hyrolo-entry-trailing-space-group-number 2058,86213
+(defconst hyrolo-hdr-format2061,86339
+(defconst hyrolo-hdr-regexp 2069,86698
+(defconst hyrolo-match-regexp 2074,86909
+(defvar hyrolo--wconfig 2079,87133
+(defvar hyrolo-mode-syntax-table 2082,87226
+(defvar hyrolo-mode-map 2092,87612
hywconfig.el,642
(define-obsolete-variable-alias 'wconfig-ring-max wconfig-ring-max61,2094
@@ -1915,7 +1894,7 @@ hypb-ert.el,514
(defun hyperbole-run-test-definition:help 121,4320
hui-dired-sidebar.el,36
-(defun smart-dired-sidebar 35,1188
+(defun smart-dired-sidebar 46,1537
hypb-maintenance.el,150
(defvar hypb:web-repo-location 21,532
@@ -1923,562 +1902,587 @@ hypb-maintenance.el,150
(defconst hypb:hy-news-footer37,928
(defun hypb:web-repo-update 45,1016
-hui-em-but.el,1228
-(defcustom hproperty:but-highlight-flag 40,1128
-(defcustom hproperty:but-emphasize-flag 45,1299
-(defcustom hproperty:but-flash-time 51,1521
-(defcustom hproperty:but-flash-time-seconds 57,1815
-(defface hbut-flash62,1940
-(defcustom hproperty:flash-face 77,2450
-(defcustom hproperty:highlight-face 83,2627
-(defface hbut-face89,2788
-(defcustom hproperty:but-face 97,3087
-(defface hbut-item-face103,3255
-(defcustom hproperty:item-face 118,3785
-(defface ibut-face124,3961
-(defcustom hproperty:ibut-face 132,4276
-(defun hproperty:but-add 147,4789
-(defun hproperty:but-clear 158,5213
-(defun hproperty:but-clear-all 163,5407
-(defun hproperty:but-create 178,6063
-(defun hproperty:but-create-all 192,6594
-(defun hproperty:but-create-on-yank 210,7294
-(defun hproperty:but-get 221,7711
-(defsubst hproperty:list-cycle 231,7996
-(defconst hproperty:color-list240,8377
-(defvar hproperty:color-ptr 244,8458
-(defconst hproperty:good-colors247,8562
-(defun hproperty:cycle-but-color 262,9168
-(defun hproperty:but-p 274,9602
-(defun hproperty:set-but-face 282,9904
-(defun hproperty:but-flash 286,10031
-(defun hproperty:select-item 312,10902
-(defun hproperty:select-line 323,11311
-(defvar hproperty:item-button 334,11777
+hui-em-but.el,1230
+(defcustom hproperty:but-highlight-flag 44,1317
+(defcustom hproperty:but-emphasize-flag 49,1488
+(defcustom hproperty:but-flash-time 55,1710
+(defcustom hproperty:but-flash-time-seconds 61,2004
+(defface hbut-flash66,2129
+(defcustom hproperty:flash-face 81,2639
+(defcustom hproperty:highlight-face 87,2816
+(defface hbut-face93,2977
+(defcustom hproperty:but-face 101,3276
+(defface hbut-item-face107,3444
+(defcustom hproperty:item-face 122,3974
+(defface ibut-face128,4150
+(defcustom hproperty:ibut-face 136,4465
+(defun hproperty:but-add 151,4978
+(defun hproperty:but-clear 162,5402
+(defun hproperty:but-clear-all 167,5596
+(defun hproperty:but-create 182,6252
+(defun hproperty:but-create-all 196,6783
+(defun hproperty:but-create-on-yank 214,7483
+(defun hproperty:but-get 225,7900
+(defsubst hproperty:list-cycle 235,8185
+(defconst hproperty:color-list244,8566
+(defvar hproperty:color-ptr 248,8647
+(defconst hproperty:good-colors251,8751
+(defun hproperty:cycle-but-color 266,9357
+(defun hproperty:but-p 278,9791
+(defun hproperty:set-but-face 286,10093
+(defun hproperty:but-flash 290,10220
+(defun hproperty:select-item 316,11091
+(defun hproperty:select-line 327,11500
+(defvar hproperty:item-button 338,11966
hui-register.el,214
-(cl-defstruct hui-register-but31,784
-(defun hui-register-struct-at-point 36,883
-(cl-defmethod register-val-jump-to 53,1527
-(cl-defmethod register-val-describe 62,1910
-(cl-defmethod register-val-insert 69,2228
+(cl-defstruct hui-register-but31,805
+(defun hui-register-struct-at-point 36,904
+(cl-defmethod register-val-jump-to 53,1548
+(cl-defmethod register-val-describe 62,1931
+(cl-defmethod register-val-insert 69,2249
+
+hvm.el,874
+(defvar vm-edit-message-mode 55,1694
+(defun vm-edit-mode 66,2122
+(defun Vm-init 82,2636
+(defun Vm-msg-hdrs-full 105,3421
+(defun Vm-msg-narrow 116,3758
+(defun Vm-msg-next 123,3969
+(defun Vm-msg-num 125,4023
+(defun Vm-msg-prev 137,4336
+(defun Vm-msg-to-p 139,4394
+(defun Vm-msg-widen 156,4915
+(defun Vm-to 162,5112
+(defun Vm-Summ-delete 166,5247
+(defalias 'Vm-Summ-expunge Vm-Summ-expunge170,5327
+(defalias 'Vm-Summ-goto Vm-Summ-goto172,5384
+(defun Vm-Summ-to 174,5448
+(defun Vm-Summ-undelete-all 178,5584
+(defun Vm-msg-end 186,5881
+(defun vm-show-current-message 199,6342
+(defun vm-scroll-forward-internal 229,7457
+(defun vm-widen-page 267,8579
+(defun vm-edit-message-end 283,9359
+(defun vm-goto-message-at-point 377,13094
+(defun vm-assimilate-new-messages 404,14140
+(defun vm-force-mode-line-update 523,18999
+(defvar Vm-msg-start-regexp 537,19555
kotl/kexport.el,796
-(defvar kexport:input-filename 40,1317
-(defvar kexport:output-filename 43,1427
-(defcustom kexport:html-description46,1538
-(defcustom kexport:html-keywords 53,1829
-(defvar kexport:kcell-reference-regexp61,2049
-(defvar kexport:kcell-partial-reference-regexp64,2139
-(defvar kexport:html-replacement-alist67,2224
-(defconst kexport:font-awesome-css-url111,4016
-(defconst kexport:font-awesome-css-include116,4242
-(defconst kexport:font-awesome-css-include-with-menus190,5132
-(defconst kexport:font-awesome-collapsible-javascript-btn325,7731
-(defun kexport:koutline 369,8967
-(defun kexport:display 383,9570
-(defun kexport:html 397,10164
-(defun kexport:princ-cell 535,15215
-(defun kexport:html-file-klink 562,16509
-(defun kexport:html-markup 576,17058
-(defun kexport:html-url 584,17321
+(defvar kexport:input-filename 40,1318
+(defvar kexport:output-filename 43,1428
+(defcustom kexport:html-description46,1539
+(defcustom kexport:html-keywords 53,1830
+(defvar kexport:kcell-reference-regexp61,2050
+(defvar kexport:kcell-partial-reference-regexp64,2140
+(defvar kexport:html-replacement-alist67,2225
+(defconst kexport:font-awesome-css-url111,4017
+(defconst kexport:font-awesome-css-include116,4243
+(defconst kexport:font-awesome-css-include-with-menus190,5133
+(defconst kexport:font-awesome-collapsible-javascript-btn325,7732
+(defun kexport:koutline 369,8968
+(defun kexport:display 383,9571
+(defun kexport:html 397,10165
+(defun kexport:princ-cell 535,15226
+(defun kexport:html-file-klink 562,16520
+(defun kexport:html-markup 576,17069
+(defun kexport:html-url 584,17332
kotl/kfile.el,623
-(defconst kfile:version 28,859
-(defvar kfile:escape-newlines 38,1277
-(defun kfile:find 46,1577
-(defun kfile:is-p 70,2346
-(defun kfile:view 85,2798
-(defun kfile:create 104,3497
-(defun kfile:read 159,5564
-(defun kfile:read-v2 185,6592
-(defun kfile:read-v4-or-v3 221,7803
-(defun kfile:update 258,9041
-(defun kfile:write 338,12359
-(defun kfile:build-structure-v2 361,13356
-(defun kfile:insert-attributes-v2 390,14327
-(defun kfile:insert-attributes-v3 415,15305
-(defun kfile:narrow-to-kcells 441,16332
-(defun kfile:print-to-string 461,16976
-(defun kfile:pretty-print 522,19041
-(defun kfile:read-name 529,19414
-
-kotl/kfill.el,764
-(defvar kfill:prefix-table24,668
-(defconst kfill:hanging-expression68,2629
-(defvar prior-fill-prefix 76,2921
-(defun kfill:forward-line 85,3331
-(defun kfill:do-auto-fill 103,3959
-(defun kfill:fill-paragraph 117,4383
-(defun set-fill-prefix 155,6080
-(defun kfill:adapt 184,7299
-(defun kfill:c++-comment 197,7621
-(defun kfill:fallback-fill-paragraph 202,7794
-(defun kfill:hanging-list 237,9072
-(defun kfill:lisp-comment 261,9884
-(defun kfill:negate-string 268,10123
-(defun kfill:normal 284,10591
-(defun kfill:normal-included-text 289,10726
-(defun kfill:postscript-comment 296,10973
-(defun kfill:remove-paragraph-prefix 303,11218
-(defun kfill:replace-string 323,11936
-(defun kfill:sh-comment 358,12999
-(defun kfill:supercite-included-text 365,13242
+(defconst kfile:version 28,873
+(defvar kfile:escape-newlines 38,1291
+(defun kfile:find 46,1591
+(defun kfile:is-p 70,2370
+(defun kfile:view 85,2822
+(defun kfile:create 104,3521
+(defun kfile:read 159,5588
+(defun kfile:read-v2 185,6616
+(defun kfile:read-v4-or-v3 221,7827
+(defun kfile:update 258,9065
+(defun kfile:write 338,12413
+(defun kfile:build-structure-v2 361,13415
+(defun kfile:insert-attributes-v2 390,14386
+(defun kfile:insert-attributes-v3 415,15374
+(defun kfile:narrow-to-kcells 441,16411
+(defun kfile:print-to-string 461,17060
+(defun kfile:pretty-print 522,19125
+(defun kfile:read-name 529,19498
+
+kotl/kfill.el,765
+(defvar kfill:prefix-table29,893
+(defconst kfill:hanging-expression73,2854
+(defvar prior-fill-prefix 81,3146
+(defun kfill:forward-line 90,3556
+(defun kfill:do-auto-fill 108,4184
+(defun kfill:fill-paragraph 122,4608
+(defun set-fill-prefix 160,6305
+(defun kfill:adapt 189,7524
+(defun kfill:c++-comment 202,7846
+(defun kfill:fallback-fill-paragraph 207,8019
+(defun kfill:hanging-list 242,9297
+(defun kfill:lisp-comment 266,10109
+(defun kfill:negate-string 273,10348
+(defun kfill:normal 289,10816
+(defun kfill:normal-included-text 294,10951
+(defun kfill:postscript-comment 301,11198
+(defun kfill:remove-paragraph-prefix 308,11443
+(defun kfill:replace-string 328,12161
+(defun kfill:sh-comment 363,13224
+(defun kfill:supercite-included-text 370,13467
kotl/kimport.el,785
-(defvar kimport:mode-alist30,886
-(defvar kimport:suffix-alist53,1914
-(defconst kimport:star-heading 71,2832
-(defun kimport:file 80,3176
-(defun kimport:insert-buffer 111,4598
-(defun kimport:insert-file 120,4882
-(defun kimport:insert-file-contents 139,5628
-(defun kimport:insert-register 148,5955
-(defun kimport:aug-post-outline 176,6993
-(defun kimport:star-outline 249,10067
-(defun kimport:text 327,13344
-(defun kimport:count-paragraphs 420,17131
-(defun kimport:aug-label-lessp 444,18072
-(defun kimport:aug-post-statements 452,18353
-(defun kimport:copy-and-set-buffer 519,21026
-(defun kimport:initialize 560,22606
-(defun kimport:kcells 616,24902
-(defun kimport:star-entries 658,26514
-(defun kimport:text-paragraphs 722,28997
-(defun kimport:unindent-region 768,30810
-
-kotl/klabel.el,1805
-(defvar klabel-type:changing-flag 22,609
-(defun klabel:child 33,947
-(defun klabel:idstamp-p 37,1068
-(defun klabel:increment 44,1263
-(defun klabel:format 48,1389
-(defun klabel:level 59,1875
-(defun klabel:parent 73,2379
-(defun klabel-type:child 80,2560
-(defun klabel-type:increment 95,3090
-(defun klabel-type:parent 111,3776
-(defun klabel:child-alpha 142,4759
-(defun klabel:increment-alpha 150,4998
-(defun klabel:level-alpha 158,5310
-(defun klabel:parent-alpha 179,5841
-(defalias 'klabel:child-partial-alpha klabel:child-partial-alpha192,6215
-(defun klabel:increment-partial-alpha 194,6273
-(defun klabel:child-legal 204,6478
-(defun klabel:increment-legal 211,6661
-(defun klabel:level-legal 221,7030
-(defun klabel:parent-legal 235,7372
-(defun klabel-type:function 261,8357
-(defun klabel-type:alpha-label 286,9285
-(defun klabel-type:legal-label 293,9591
-(defun klabel-type:star-label 307,10221
-(defun klabel-type:set-labels 319,10593
-(defun klabel-type:set-alpha 337,11239
-(defun klabel-type:set-id 378,12975
-(defun klabel-type:set-legal 388,13511
-(defun klabel-type:set-no 423,15010
-(defun klabel-type:set-partial-alpha 433,15528
-(defun klabel-type:set-star 473,17180
-(defun klabel-type:update-labels 487,17866
-(defun klabel-type:update-tree-labels 500,18474
-(defun kotl-label:alpha-to-int 519,19251
-(defun kotl-label:alpha-p 531,19613
-(defun kotl-label:child 535,19786
-(defun kotl-label:create 543,19989
-(defun kotl-label:increment 549,20196
-(defun kotl-label:increment-alpha 574,21322
-(defun kotl-label:increment-int 579,21554
-(defun kotl-label:integer-p 584,21741
-(defun kotl-label:int-to-alpha 592,22121
-(defun kotl-label:is-p 614,22816
-(defun klabel:set 624,23094
-(defun klabel:to-kotl-label 642,23754
-(defun klabel-type:update-labels-from-point 649,24109
-
-kotl/klink.el,470
+(defvar kimport:mode-alist31,905
+(defvar kimport:suffix-alist54,1933
+(defconst kimport:star-heading 72,2851
+(defun kimport:file 81,3195
+(defun kimport:insert-buffer 112,4617
+(defun kimport:insert-file 121,4901
+(defun kimport:insert-file-contents 140,5647
+(defun kimport:insert-register 149,5974
+(defun kimport:aug-post-outline 177,7012
+(defun kimport:star-outline 250,10086
+(defun kimport:text 328,13363
+(defun kimport:count-paragraphs 421,17150
+(defun kimport:aug-label-lessp 445,18091
+(defun kimport:aug-post-statements 453,18372
+(defun kimport:copy-and-set-buffer 520,21045
+(defun kimport:initialize 561,22625
+(defun kimport:kcells 617,24926
+(defun kimport:star-entries 659,26538
+(defun kimport:text-paragraphs 723,29021
+(defun kimport:unindent-region 769,30834
+
+kotl/klabel.el,1807
+(defvar klabel-type:changing-flag 31,862
+(defun klabel:child 42,1200
+(defun klabel:idstamp-p 46,1326
+(defun klabel:increment 53,1521
+(defun klabel:format 57,1652
+(defun klabel:level 68,2143
+(defun klabel:parent 82,2652
+(defun klabel-type:child 89,2838
+(defun klabel-type:increment 104,3373
+(defun klabel-type:parent 120,4064
+(defun klabel:child-alpha 151,5047
+(defun klabel:increment-alpha 159,5286
+(defun klabel:level-alpha 167,5598
+(defun klabel:parent-alpha 188,6129
+(defalias 'klabel:child-partial-alpha klabel:child-partial-alpha201,6503
+(defun klabel:increment-partial-alpha 203,6561
+(defun klabel:child-legal 213,6766
+(defun klabel:increment-legal 220,6949
+(defun klabel:level-legal 230,7318
+(defun klabel:parent-legal 244,7660
+(defun klabel-type:function 270,8645
+(defun klabel-type:alpha-label 295,9578
+(defun klabel-type:legal-label 302,9884
+(defun klabel-type:star-label 316,10514
+(defun klabel-type:set-labels 328,10886
+(defun klabel-type:set-alpha 346,11532
+(defun klabel-type:set-id 387,13273
+(defun klabel-type:set-legal 397,13809
+(defun klabel-type:set-no 432,15313
+(defun klabel-type:set-partial-alpha 442,15831
+(defun klabel-type:set-star 482,17488
+(defun klabel-type:update-labels 496,18174
+(defun klabel-type:update-tree-labels 509,18787
+(defun kotl-label:alpha-to-int 528,19579
+(defun kotl-label:alpha-p 540,19941
+(defun kotl-label:child 544,20114
+(defun kotl-label:create 552,20317
+(defun kotl-label:increment 558,20524
+(defun kotl-label:increment-alpha 583,21650
+(defun kotl-label:increment-int 588,21882
+(defun kotl-label:integer-p 593,22069
+(defun kotl-label:int-to-alpha 601,22449
+(defun kotl-label:is-p 623,23144
+(defun klabel:set 633,23422
+(defun klabel:to-kotl-label 651,24087
+(defun klabel-type:update-labels-from-point 658,24442
+
+kotl/klink.el,472
(defcustom klink:ignore-modes74,2459
(defcustom klink:c-style-modes80,2707
-(defun klink:absolute 90,3085
-(defun klink:create 105,3832
-(defun klink:at-p 146,5663
-(defun klink:set-yank-handler 211,8598
-(defib klink 225,9190
-(defact link-to-kotl 234,9494
-(defun klink:act 270,10915
-(defun klink:parse 284,11452
-(defun klink:replace-label 315,12562
-(defun klink:update-label 329,13044
-(defun klink:yank-handler 341,13590
-(defvar klink:cell-ref-regexp360,14410
-
-kotl/kmenu.el,236
-(defconst kotl-menu-common-body28,853
-(defconst kotl-menu-common-preamble137,6017
-(defconst kotl-menu-common-postamble149,6497
-(defconst id-popup-kotl-menu169,7325
-(defun kotl-menubar-menu 179,7646
-(defun kotl-popup-menu 188,8046
-
-kotl/kotl-mode.el,9347
-(defvar kotl-mode-map 37,1230
-(defvar kotl-previous-mode 40,1320
-(defcustom kotl-mode:shrink-region-flag 43,1424
-(defcustom kotl-mode:refill-flag 52,1797
-(defcustom kotl-mode:tab-flag 60,2137
-(defcustom kotl-mode:indent-tabs-mode 67,2488
-(defvar yank-window-start 76,2909
-(defvar yank-undo-function 77,2940
-(defun kotl-mode 93,3588
-(defun kotl-mode:example 215,8460
-(defalias
'kotl-mode:backward-delete-char-untabifykotl-mode:backward-delete-char-untabify271,10876
-(defalias
'kotl-mode:backward-delete-charkotl-mode:backward-delete-char273,10962
-(defalias
'kotl-mode:delete-forward-charkotl-mode:delete-forward-char275,11039
-(defalias 'kotl-mode:left-char kotl-mode:left-char277,11106
-(defalias 'kotl-mode:right-char kotl-mode:right-char278,11163
-(defun kotl-mode:backward-kill-word 280,11221
-(defun kotl-mode:backward-or-forward-delete-char 296,11741
-(defun kotl-mode:center-line 304,12156
-(defun kotl-mode:center-paragraph 327,13004
-(defun kotl-mode:copy-kcell-reference-to-register 349,13803
-(defun kotl-mode:copy-absolute-kcell-link-to-kill-ring 364,14457
-(defun kotl-mode:copy-relative-kcell-link-to-kill-ring 371,14740
-(defun kotl-mode:copy-absolute-kcell-link-to-register 377,14977
-(defun kotl-mode:copy-relative-kcell-link-to-register 384,15307
-(defun kotl-mode:copy-region-as-kill 391,15627
-(defun kotl-mode:copy-to-register 396,15810
-(defun kotl-mode:delete-backward-char 409,16274
-(defun kotl-mode:delete-blank-lines 423,16791
-(defun kotl-mode:delete-char 446,17657
-(defun kotl-mode:delete-horizontal-space 510,19901
-(defun kotl-mode:delete-indentation 521,20201
-(defun kotl-mode:skip-filling-p 546,21093
-(defun kotl-mode:fill-cell 561,21574
-(defun kotl-mode:fill-paragraph 617,23854
-(defun kotl-mode:fill-tree 650,25258
-(defun kotl-mode:just-one-space 658,25658
-(defun kotl-mode:kill-line 667,25945
-(defalias 'kotl-mode:kill-visual-line kotl-mode:kill-visual-line700,27070
-(defun kotl-mode:kill-whole-line 702,27131
-(defun kotl-mode:kill-region 708,27294
-(defun kotl-mode:kill-or-copy-region 764,29638
-(defalias 'kotl-mode:completion-kill-region
kotl-mode:completion-kill-region799,30816
-(defalias 'kotl-mode:kill-ring-save kotl-mode:kill-ring-save802,30903
-(defun kotl-mode:kill-sentence 804,30972
-(defun kotl-mode:kill-word 820,31474
-(defun kotl-mode:newline 836,31958
-(defalias 'kotl-mode:electric-indent-just-newline
kotl-mode:electric-indent-just-newline856,32512
-(defalias 'kotl-mode:electric-newline-and-maybe-indent
kotl-mode:electric-newline-and-maybe-indent857,32582
-(defalias 'kotl-mode:newline-and-indent kotl-mode:newline-and-indent858,32657
-(defalias 'kotl-mode:reindent-then-newline-and-indent
kotl-mode:reindent-then-newline-and-indent859,32717
-(defun kotl-mode:open-line 861,32792
-(defun kotl-mode:quoted-insert 880,33377
-(defun kotl-mode:set-fill-prefix 919,34990
-(defun kotl-mode:tab-command 925,35217
-(defun kotl-mode:toggle-indent-tabs-mode 940,35836
-(defun kotl-mode:toggle-tab-flag 949,36243
-(defun kotl-mode:transpose-chars 960,36782
-(defun kotl-mode:transpose-lines 973,37471
-(defun kotl-mode:transpose-paragraphs 1022,39382
-(defun kotl-mode:transpose-sentences 1027,39584
-(defun kotl-mode:transpose-words 1032,39775
-(defun kotl-mode:untab-command 1040,40186
-(defun kotl-mode:zap-to-char 1057,40885
-(defun kotl-mode:append-cell 1068,41347
-(defun kotl-mode:clipboard-yank 1093,42392
-(defun kotl-mode:copy-after 1099,42579
-(defun kotl-mode:copy-before 1124,43550
-(defun kotl-mode:move-after 1149,44576
-(defun kotl-mode:move-before 1246,48532
-(defun kotl-mode:yank 1340,52469
-(defun kotl-mode:yank-pop 1375,53964
-(defalias 'kotl-mode:scroll-down-command
kotl-mode:scroll-down-command1421,55887
-(defalias 'kotl-mode:scroll-up-command kotl-mode:scroll-up-command1422,55952
-(defun kotl-mode:back-to-indentation 1424,56015
-(defun kotl-mode:backward-cell 1431,56250
-(defun kotl-mode:backward-char 1452,57040
-(defun kotl-mode:backward-paragraph 1474,57713
-(defalias 'kotl-mode:backward-para kotl-mode:backward-para1488,58195
-(defun kotl-mode:backward-sentence 1490,58262
-(defun kotl-mode:backward-word 1519,59297
-(defun kotl-mode:beginning-of-buffer 1538,59815
-(defun kotl-mode:beginning-of-cell 1549,60169
-(defun kotl-mode:beginning-of-line 1562,60624
-(defalias 'kotl-mode:beginning-of-visual-line
kotl-mode:beginning-of-visual-line1577,61188
-(defalias 'kotl-mode:move-beginning-of-line
kotl-mode:move-beginning-of-line1578,61264
-(defun kotl-mode:beginning-of-tree 1580,61339
-(defun kotl-mode:down-level 1593,61881
-(defun kotl-mode:end-of-buffer 1613,62519
-(defun kotl-mode:end-of-cell 1625,62884
-(defun kotl-mode:to-end-of-line 1641,63547
-(defalias 'kotl-mode:end-of-line kotl-mode:end-of-line1656,64116
-(defalias 'kotl-mode:end-of-visual-line
kotl-mode:end-of-visual-line1657,64176
-(defalias 'kotl-mode:move-end-of-line kotl-mode:move-end-of-line1658,64243
-(defun kotl-mode:end-of-tree 1660,64309
-(defun kotl-mode:first-sibling 1683,65299
-(defun kotl-mode:forward-cell 1695,65831
-(defun kotl-mode:forward-char 1710,66419
-(defun kotl-mode:forward-paragraph 1728,66961
-(defalias 'kotl-mode:forward-para kotl-mode:forward-para1751,67784
-(defun kotl-mode:forward-sentence 1753,67849
-(defun kotl-mode:forward-word 1781,68821
-(defun kotl-mode:goto-cell 1804,69570
-(defun kotl-mode:head-cell 1844,71192
-(defun kotl-mode:last-sibling 1855,71566
-(defun kotl-mode:mark-paragraph 1867,72098
-(defun kotl-mode:mark-whole-buffer 1877,72417
-(defun kotl-mode:next-cell 1885,72670
-(defun kotl-mode:next-line 1899,73135
-(defun kotl-mode:next-tree 1930,74165
-(defun kotl-mode:previous-line 1942,74679
-(defun kotl-mode:previous-cell 1965,75463
-(defun kotl-mode:scroll-down 1986,76159
-(defun kotl-mode:scroll-up 1995,76476
-(defun kotl-mode:tail-cell 2004,76783
-(defun kotl-mode:up-level 2016,77175
-(defun kotl-mode:bobp 2042,78127
-(defun kotl-mode:bocp 2049,78347
-(defun kotl-mode:bolp 2062,78781
-(defun kotl-mode:buffer-empty-p 2067,78930
-(defun kotl-mode:eobp 2073,79117
-(defun kotl-mode:eocp 2078,79275
-(defun kotl-mode:eolp 2089,79588
-(defun kotl-mode:first-cell-p 2100,79986
-(defalias 'kotl-mode:first-line-p kotl-mode:first-line-p2104,80128
-(defun kotl-mode:last-cell-p 2106,80178
-(defun kotl-mode:last-line-p 2110,80314
-(defun kotl-mode:action-key 2121,80661
-(defun kotl-mode:assist-key 2163,82557
-(defun kotl-mode:add-child 2204,84442
-(defun kotl-mode:add-parent 2209,84590
-(defun kotl-mode:add-cell 2214,84742
-(defun kotl-mode:demote-tree 2297,87958
-(defun kotl-mode:exchange-cells 2359,90138
-(defun kotl-mode:kill-contents 2437,92983
-(defun kotl-mode:kill-tree 2445,93231
-(defun kotl-mode:move-tree-backward 2473,94243
-(defun kotl-mode:move-tree-forward 2482,94607
-(defun kotl-mode:promote-tree 2506,95565
-(defun kotl-mode:remove-cell-attribute 2550,97069
-(defun kotl-mode:set-cell-attribute 2595,98743
-(defun kotl-mode:set-or-remove-cell-attribute 2653,101010
-(defun kotl-mode:split-cell 2675,102023
-(defun kotl-mode:transpose-cells 2706,103222
-(defun kotl-mode:copy-region-to-buffer 2760,105318
-(defun kotl-mode:copy-tree-to-buffer 2783,106313
-(defun kotl-mode:copy-tree-or-region-to-buffer 2813,107651
-(defun kotl-mode:mail-tree 2826,108154
-(defun kotl-mode:collapse-tree 2853,109096
-(defun kotl-mode:expand-tree 2865,109579
-(defun kotl-mode:toggle-tree-expansion 2879,110126
-(defun kotl-mode:overview 2892,110574
-(defun kotl-mode:show-all 2902,110860
-(defun kotl-mode:top-cells 2916,111350
-(defun kotl-mode:hide-sublevels 2931,111838
-(defun kotl-mode:hide-subtree 2942,112348
-(defun kotl-mode:show-subtree 2959,112980
-(defun kotl-mode:hide-tree 2965,113185
-(defun kotl-mode:show-tree 2985,113912
-(defun kotl-mode:cell-attributes 2990,114065
-(defun kotl-mode:cell-help 3005,114642
-(defun kotl-mode:get-cell-attribute 3059,116686
-(defun kotl-mode:org-delete-backward-char 3086,117788
-(defun kotl-mode:org-delete-char 3096,118289
-(defun kotl-mode:org-force-self-insert 3106,118768
-(defun kotl-mode:org-self-insert-command 3112,118948
-(defun kotl-mode:orgtbl-ctrl-c-ctrl-c 3120,119296
-(defun kotl-mode:orgtbl-create-or-convert-from-region 3128,119574
-(defun kotl-mode:orgtbl-self-insert-command 3136,119927
-(defun kotl-mode:add-indent-to-region 3163,121240
-(defun kotl-mode:delete-line 3175,121746
-(defun kotl-mode:exchange-point-and-mark 3189,122234
-(defun kotl-mode:indent-line 3195,122512
-(defun kotl-mode:indent-region 3209,123002
-(defun kotl-mode:is-p 3214,123130
-(defun kotl-mode:shrink-region 3221,123370
-(defun kotl-mode:valid-region-p 3240,124246
-(defun kotl-mode:maybe-shrink-region-p 3250,124640
-(defun kotl-mode:tree-end 3275,125626
-(defun kotl-mode:tree-start 3294,126373
-(defun kotl-mode:line-move 3299,126562
-(defun kotl-mode:pre-self-insert-command 3319,127240
-(defun kotl-mode:print-attributes 3334,127859
-(defun kotl-mode:isearch-open-invisible 3353,128608
-(defun kotl-mode:reveal-toggle-invisible 3356,128752
-(defun kotl-mode:set-temp-goal-column 3397,130457
-(defun kotl-mode:to-visible-position 3408,130859
-(defun kotl-mode:to-valid-position 3422,131441
-(defun kotl-mode:transpose-lines-internal 3439,132143
-(defun kotl-mode:update-buffer 3462,132918
-(defun kotl-mode:maintain-region-highlight 3473,133241
-(defun kotl-mode:setup-keymap 3478,133398
-(defun delete-selection-pre-hook 3691,142744
-
-kotl/kotl-orgtbl.el,275
-(defvar kotl-mode-overriding-orgtbl-mode-map 60,2554
-(defun orgtbl-tab 68,2924
-(defun kotl-mode:transpose-lines-up 78,3266
-(defun kotl-mode:transpose-lines-down 86,3534
-(defun kotl-mode:orgtbl-meta-return 93,3705
-(defun kotl-mode:setup-overriding-orgtbl-keymap 98,3836
-
-kotl/kcell.el,692
-(defvar kcell:read-only-attributes40,1519
-(defun kcell:copy 53,1976
-(defun kcell:create 57,2052
-(defun kcell:create-top 67,2379
-(defalias 'kcell:get-attr kcell:get-attr73,2634
-(defun kcell:is-p 75,2673
-(defun kcell:parse-cell-ref 80,2791
-(defun kcell:plist 98,3512
-(defun kcell:ref-to-id 103,3614
-(defun kcell:remove-attr 181,6827
-(defalias 'kcell:set-attr kcell:set-attr201,7308
-(defun kcell:set-create-time 203,7347
-(defun kcell:set-creator 207,7489
-(defun kcell-data:create 215,7722
-(defun kcell-data:idstamp 226,8181
-(defun kcell-data:plist-v2 229,8244
-(defun kcell-data:plist-v3 232,8308
-(defun kcell-data:to-kcell-v2 235,8372
-(defun kcell-data:to-kcell-v3 240,8518
+(defvar klink:cell-ref-regexp100,3472
+(defun klink:absolute 111,3913
+(defun klink:create 126,4659
+(defun klink:at-p 169,6506
+(defun klink:set-yank-handler 236,9543
+(defib klink 250,10135
+(defact link-to-kotl 259,10439
+(defun klink:act 300,12145
+(defun klink:parse 313,12664
+(defun klink:replace-label 344,13881
+(defun klink:update-label 358,14370
+(defun klink:yank-handler 370,14917
+
+kotl/kmenu.el,237
+(defconst kotl-menu-common-body34,1056
+(defconst kotl-menu-common-preamble143,6220
+(defconst kotl-menu-common-postamble155,6700
+(defconst id-popup-kotl-menu175,7528
+(defun kotl-menubar-menu 185,7849
+(defun kotl-popup-menu 194,8249
+
+kotl/kotl-mode.el,9433
+(defvar kotl-mode-map 41,1406
+(defvar kotl-previous-mode 44,1496
+(defcustom kotl-mode:shrink-region-flag 47,1600
+(defcustom kotl-mode:refill-flag 56,1973
+(defcustom kotl-mode:tab-flag 64,2313
+(defcustom kotl-mode:indent-tabs-mode 71,2664
+(defvar yank-window-start 80,3085
+(defvar yank-undo-function 81,3116
+(defun kotl-mode 97,3764
+(defun kotl-mode:example 221,8702
+(defalias
'kotl-mode:backward-delete-char-untabifykotl-mode:backward-delete-char-untabify277,11118
+(defalias
'kotl-mode:backward-delete-charkotl-mode:backward-delete-char279,11204
+(defalias
'kotl-mode:delete-forward-charkotl-mode:delete-forward-char281,11281
+(defalias 'kotl-mode:left-char kotl-mode:left-char283,11348
+(defalias 'kotl-mode:right-char kotl-mode:right-char284,11405
+(defun kotl-mode:backward-kill-word 286,11463
+(defun kotl-mode:backward-or-forward-delete-char 302,11983
+(defun kotl-mode:center-line 310,12398
+(defun kotl-mode:center-paragraph 333,13246
+(defun kotl-mode:copy-kcell-reference-to-register 355,14045
+(defun kotl-mode:copy-absolute-kcell-link-to-kill-ring 370,14699
+(defun kotl-mode:copy-relative-kcell-link-to-kill-ring 377,14982
+(defun kotl-mode:copy-absolute-kcell-link-to-register 383,15219
+(defun kotl-mode:copy-relative-kcell-link-to-register 390,15549
+(defun kotl-mode:copy-region-as-kill 397,15869
+(defun kotl-mode:copy-to-register 402,16052
+(defun kotl-mode:delete-backward-char 415,16516
+(defun kotl-mode:delete-blank-lines 429,17033
+(defun kotl-mode:delete-char 452,17899
+(defun kotl-mode:delete-horizontal-space 516,20153
+(defun kotl-mode:delete-indentation 527,20453
+(defun kotl-mode:skip-filling-p 552,21345
+(defun kotl-mode:fill-cell 567,21826
+(defun kotl-mode:fill-paragraph 623,24116
+(defun kotl-mode:fill-tree 656,25520
+(defun kotl-mode:just-one-space 664,25925
+(defun kotl-mode:kill-line 673,26212
+(defalias 'kotl-mode:kill-visual-line kotl-mode:kill-visual-line706,27337
+(defun kotl-mode:kill-whole-line 708,27398
+(defun kotl-mode:kill-region 714,27561
+(defun kotl-mode:kill-or-copy-region 770,29905
+(defalias 'kotl-mode:completion-kill-region
kotl-mode:completion-kill-region805,31083
+(defalias 'kotl-mode:kill-ring-save kotl-mode:kill-ring-save808,31170
+(defun kotl-mode:kill-sentence 810,31239
+(defun kotl-mode:kill-word 826,31741
+(defun kotl-mode:newline 842,32225
+(defalias 'kotl-mode:electric-indent-just-newline
kotl-mode:electric-indent-just-newline862,32779
+(defalias 'kotl-mode:electric-newline-and-maybe-indent
kotl-mode:electric-newline-and-maybe-indent863,32849
+(defalias 'kotl-mode:newline-and-indent kotl-mode:newline-and-indent864,32924
+(defalias 'kotl-mode:reindent-then-newline-and-indent
kotl-mode:reindent-then-newline-and-indent865,32984
+(defun kotl-mode:open-line 867,33059
+(defun kotl-mode:quoted-insert 886,33644
+(defun kotl-mode:set-fill-prefix 925,35257
+(defun kotl-mode:tab-command 931,35484
+(defun kotl-mode:toggle-indent-tabs-mode 946,36103
+(defun kotl-mode:toggle-tab-flag 955,36510
+(defun kotl-mode:transpose-chars 966,37049
+(defun kotl-mode:transpose-lines 979,37738
+(defun kotl-mode:transpose-paragraphs 1028,39649
+(defun kotl-mode:transpose-sentences 1033,39851
+(defun kotl-mode:transpose-words 1038,40042
+(defun kotl-mode:untab-command 1046,40453
+(defun kotl-mode:zap-to-char 1063,41152
+(defun kotl-mode:append-cell 1074,41614
+(defun kotl-mode:clipboard-yank 1099,42659
+(defun kotl-mode:copy-after 1105,42846
+(defun kotl-mode:copy-before 1130,43822
+(defun kotl-mode:move-after 1155,44853
+(defun kotl-mode:move-before 1252,48824
+(defun kotl-mode:yank 1346,52766
+(defun kotl-mode:yank-pop 1381,54261
+(defalias 'kotl-mode:scroll-down-command
kotl-mode:scroll-down-command1427,56184
+(defalias 'kotl-mode:scroll-up-command kotl-mode:scroll-up-command1428,56249
+(defun kotl-mode:back-to-indentation 1430,56312
+(defun kotl-mode:backward-cell 1437,56547
+(defun kotl-mode:backward-char 1458,57342
+(defun kotl-mode:backward-paragraph 1480,58015
+(defalias 'kotl-mode:backward-para kotl-mode:backward-para1494,58497
+(defun kotl-mode:backward-sentence 1496,58564
+(defun kotl-mode:backward-word 1525,59604
+(defun kotl-mode:beginning-of-buffer 1544,60122
+(defun kotl-mode:beginning-of-cell 1555,60476
+(defun kotl-mode:beginning-of-line 1568,60931
+(defalias 'kotl-mode:beginning-of-visual-line
kotl-mode:beginning-of-visual-line1583,61495
+(defalias 'kotl-mode:move-beginning-of-line
kotl-mode:move-beginning-of-line1584,61571
+(defun kotl-mode:beginning-of-tree 1586,61646
+(defun kotl-mode:down-level 1599,62193
+(defun kotl-mode:end-of-buffer 1619,62831
+(defun kotl-mode:end-of-cell 1631,63196
+(defun kotl-mode:to-end-of-line 1647,63859
+(defalias 'kotl-mode:end-of-line kotl-mode:end-of-line1662,64428
+(defalias 'kotl-mode:end-of-visual-line
kotl-mode:end-of-visual-line1663,64488
+(defalias 'kotl-mode:move-end-of-line kotl-mode:move-end-of-line1664,64555
+(defun kotl-mode:end-of-tree 1666,64621
+(defun kotl-mode:first-sibling 1689,65621
+(defun kotl-mode:forward-cell 1701,66158
+(defun kotl-mode:forward-char 1716,66751
+(defun kotl-mode:forward-paragraph 1734,67293
+(defalias 'kotl-mode:forward-para kotl-mode:forward-para1757,68116
+(defun kotl-mode:forward-sentence 1759,68181
+(defun kotl-mode:forward-word 1787,69158
+(defun kotl-mode:goto-cell 1810,69907
+(defun kotl-mode:goto-cell-ref 1859,71884
+(defun kotl-mode:goto-heading 1876,72413
+(defun kotl-mode:head-cell 1895,73037
+(defun kotl-mode:last-sibling 1906,73416
+(defun kotl-mode:mark-paragraph 1918,73953
+(defun kotl-mode:mark-whole-buffer 1928,74272
+(defun kotl-mode:next-cell 1936,74525
+(defun kotl-mode:next-line 1950,74995
+(defun kotl-mode:next-tree 1981,76025
+(defun kotl-mode:previous-line 1993,76549
+(defun kotl-mode:previous-cell 2016,77333
+(defun kotl-mode:scroll-down 2037,78034
+(defun kotl-mode:scroll-up 2046,78351
+(defun kotl-mode:tail-cell 2055,78658
+(defun kotl-mode:up-level 2067,79055
+(defun kotl-mode:bobp 2093,80012
+(defun kotl-mode:bocp 2100,80232
+(defun kotl-mode:bolp 2113,80666
+(defun kotl-mode:buffer-empty-p 2118,80815
+(defun kotl-mode:eobp 2124,81002
+(defun kotl-mode:eocp 2129,81160
+(defun kotl-mode:eolp 2140,81473
+(defun kotl-mode:first-cell-p 2151,81871
+(defalias 'kotl-mode:first-line-p kotl-mode:first-line-p2155,82013
+(defun kotl-mode:last-cell-p 2157,82063
+(defun kotl-mode:last-line-p 2161,82199
+(defun kotl-mode:action-key 2172,82546
+(defun kotl-mode:assist-key 2214,84442
+(defun kotl-mode:add-child 2255,86327
+(defun kotl-mode:add-parent 2260,86475
+(defun kotl-mode:add-cell 2265,86627
+(defun kotl-mode:demote-tree 2348,89858
+(defun kotl-mode:exchange-cells 2410,92043
+(defun kotl-mode:kill-contents 2488,94898
+(defun kotl-mode:kill-tree 2496,95146
+(defun kotl-mode:move-tree-backward 2524,96163
+(defun kotl-mode:move-tree-forward 2533,96527
+(defun kotl-mode:promote-tree 2557,97485
+(defun kotl-mode:remove-cell-attribute 2601,98994
+(defun kotl-mode:set-cell-attribute 2646,100673
+(defun kotl-mode:set-or-remove-cell-attribute 2704,102950
+(defun kotl-mode:split-cell 2726,103963
+(defun kotl-mode:transpose-cells 2757,105162
+(defun kotl-mode:copy-region-to-buffer 2811,107263
+(defun kotl-mode:copy-tree-to-buffer 2834,108258
+(defun kotl-mode:copy-tree-or-region-to-buffer 2864,109596
+(defun kotl-mode:mail-tree 2877,110099
+(defun kotl-mode:collapse-tree 2904,111041
+(defun kotl-mode:expand-tree 2916,111529
+(defun kotl-mode:toggle-tree-expansion 2930,112081
+(defun kotl-mode:overview 2943,112529
+(defun kotl-mode:show-all 2953,112815
+(defun kotl-mode:top-cells 2967,113315
+(defun kotl-mode:hide-sublevels 2982,113803
+(defun kotl-mode:hide-subtree 2993,114313
+(defun kotl-mode:show-subtree 3010,114945
+(defun kotl-mode:hide-tree 3016,115150
+(defun kotl-mode:show-tree 3036,115877
+(defun kotl-mode:cell-attributes 3041,116030
+(defun kotl-mode:cell-help 3056,116622
+(defun kotl-mode:get-cell-attribute 3110,118686
+(defun kotl-mode:org-delete-backward-char 3137,119793
+(defun kotl-mode:org-delete-char 3147,120294
+(defun kotl-mode:org-force-self-insert 3157,120773
+(defun kotl-mode:org-self-insert-command 3163,120953
+(defun kotl-mode:orgtbl-ctrl-c-ctrl-c 3171,121301
+(defun kotl-mode:orgtbl-create-or-convert-from-region 3179,121579
+(defun kotl-mode:orgtbl-self-insert-command 3187,121932
+(defun kotl-mode:add-indent-to-region 3214,123245
+(defun kotl-mode:delete-line 3226,123751
+(defun kotl-mode:exchange-point-and-mark 3240,124239
+(defun kotl-mode:indent-line 3246,124517
+(defun kotl-mode:indent-region 3260,125007
+(defun kotl-mode:is-p 3265,125135
+(defun kotl-mode:shrink-region 3272,125380
+(defun kotl-mode:valid-region-p 3291,126256
+(defun kotl-mode:maybe-shrink-region-p 3301,126650
+(defun kotl-mode:tree-end 3326,127636
+(defun kotl-mode:tree-start 3345,128393
+(defun kotl-mode:line-move 3350,128582
+(defun kotl-mode:pre-self-insert-command 3370,129260
+(defun kotl-mode:print-attributes 3385,129879
+(defun kotl-mode:isearch-open-invisible 3404,130628
+(defun kotl-mode:reveal-toggle-invisible 3407,130772
+(defun kotl-mode:set-temp-goal-column 3448,132477
+(defun kotl-mode:to-visible-position 3459,132879
+(defun kotl-mode:to-valid-position 3473,133461
+(defun kotl-mode:transpose-lines-internal 3490,134168
+(defun kotl-mode:update-buffer 3513,134943
+(defun kotl-mode:maintain-region-highlight 3524,135271
+(defun kotl-mode:setup-keymap 3529,135428
+(defun delete-selection-pre-hook 3742,144774
+
+kotl/kotl-orgtbl.el,277
+(defvar kotl-mode-overriding-orgtbl-mode-map 68,2917
+(defun orgtbl-tab 76,3287
+(defun kotl-mode:transpose-lines-up 86,3629
+(defun kotl-mode:transpose-lines-down 94,3897
+(defun kotl-mode:orgtbl-meta-return 101,4068
+(defun kotl-mode:setup-overriding-orgtbl-keymap 106,4199
+
+kotl/kcell.el,693
+(defvar kcell:read-only-attributes40,1522
+(defun kcell:copy 53,1979
+(defun kcell:create 57,2055
+(defun kcell:create-top 67,2382
+(defalias 'kcell:get-attr kcell:get-attr73,2637
+(defun kcell:is-p 75,2676
+(defun kcell:parse-cell-ref 80,2794
+(defun kcell:plist 107,3887
+(defun kcell:ref-to-id 112,3989
+(defun kcell:remove-attr 196,7525
+(defalias 'kcell:set-attr kcell:set-attr216,8006
+(defun kcell:set-create-time 218,8045
+(defun kcell:set-creator 222,8187
+(defun kcell-data:create 230,8420
+(defun kcell-data:idstamp 241,8884
+(defun kcell-data:plist-v2 244,8947
+(defun kcell-data:plist-v3 247,9011
+(defun kcell-data:to-kcell-v2 250,9075
+(defun kcell-data:to-kcell-v3 255,9221
kotl/kproperty.el,602
-(defun kproperty:add-properties 31,974
-(defun kproperty:remove-properties 36,1151
-(defun kproperty:all-positions 41,1337
-(defalias 'kproperty:get kproperty:get48,1685
-(defun kproperty:map 50,1731
-(defalias 'kproperty:next-single-change kproperty:next-single-change66,2362
-(defun kproperty:position 68,2433
-(defalias 'kproperty:previous-single-change
kproperty:previous-single-change75,2778
-(defalias 'kproperty:properties kproperty:properties77,2857
-(defun kproperty:put 79,2911
-(defun kproperty:remove 87,3294
-(defun kproperty:replace-separator 105,4120
-(defun kproperty:set 118,4711
-
-kotl/kview.el,3685
-(define-obsolete-variable-alias 'label-sep-len label-sep-len25,737
-(defvar kview-label-sep-len 26,814
-(defcustom kview:default-blank-lines 35,1127
-(defvar kview:default-levels-to-show 42,1369
-(defvar kview:default-lines-to-show 45,1488
-(defcustom kview:default-label-min-width 48,1608
-(defcustom kview:default-label-separator 55,1911
-(defconst kview:outline-regexp 61,2099
-(defcustom kview:default-label-type 66,2316
-(defcustom kview:default-level-indent 80,2897
-(defun kcell-view:backward 95,3403
-(defun kcell-view:cell 123,4376
-(defun kcell-view:cell-from-ref 127,4514
-(defun kcell-view:child 142,5213
-(defun kcell-view:child-p 162,6052
-(defun kcell-view:collapse 172,6442
-(defun kcell-view:collapsed-p 181,6854
-(defun kcell-view:hide 194,7444
-(defun kcell-view:invisible-p 200,7718
-(defun kcell-view:contents 216,8394
-(defun kcell-view:create 236,9141
-(defun kcell-view:end 293,11340
-(defun kcell-view:end-contents 302,11606
-(defun kcell-view:expand 312,11904
-(defun kcell-view:forward 318,12169
-(defun kcell-view:get-attr 346,13174
-(defun kcell-view:idstamp-integer 359,13648
-(defun kcell-view:idstamp 365,13872
-(defun kcell-view:indent 371,14105
-(defun kcell-view:label 381,14521
-(defun kcell-view:level 394,14977
-(defun kcell-view:line 405,15538
-(defun kcell-view:lines-visible 414,15883
-(defun kcell-view:next 424,16338
-(defun kcell-view:next-invisible-p 432,16645
-(defun kcell-view:operate 437,16903
-(defun kcell-view:parent 445,17232
-(defun kcell-view:previous 467,18118
-(defun kcell-view:plist 475,18441
-(defun kcell-view:plist-point 479,18590
-(defun kcell-view:to-label-end 484,18789
-(defun kcell-view:absolute-reference 512,20132
-(defun kcell-view:reference 523,20639
-(defun kcell-view:remove-attr 535,21263
-(defun kcell-view:set-attr 550,21879
-(defun kcell-view:set-cell 566,22556
-(defun kcell-view:sibling-p 573,22794
-(defun kcell-view:start 581,23085
-(defun kcell-view:to-visible-label-end 587,23336
-(defun kcell-view:visible-label 602,23986
-(defun kview:add-cell 615,24422
-(defun kview:beginning-of-actual-line 628,25075
-(defun kview:buffer 633,25258
-(defun kview:char-invisible-p 639,25432
-(defun kview:create 644,25616
-(defun kview:delete-region 701,27892
-(defun kview:end-of-actual-line 705,28026
-(defun kview:fill-region 710,28197
-(defun kview:first-invisible-point 735,29140
-(defun kview:first-visible-point 751,29863
-(defun kview:get-cells-status 764,30408
-(defun kview:goto-cell-id 785,31314
-(defun kview:id-counter 797,31733
-(defun kview:id-increment 801,31898
-(defun kview:idstamp-to-label 807,32118
-(defun kview:insert-contents 813,32330
-(defun kview:is-p 860,33964
-(defun kview:kotl 865,34069
-(defun kview:label 870,34224
-(defun kview:label-function 875,34446
-(defun kview:label-min-width 882,34813
-(defun kview:label-separator 888,35055
-(defun kview:label-separator-length 894,35297
-(defun kview:label-type 899,35522
-(defun kview:level-indent 905,35744
-(defun kview:map-branch 911,35978
-(defun kview:map-cells 943,37404
-(defun kview:map-region 956,37860
-(defun kview:map-siblings 996,39410
-(defun kview:map-expanded-tree 1025,40596
-(defun kview:map-tree 1083,43011
-(defun kview:move 1121,44703
-(defun kview:previous-visible-point 1193,47137
-(defun kview:set-buffer 1209,47827
-(defun kview:set-cells-status 1218,48122
-(defun kview:set-label-type 1246,49423
-(defun kview:top-cell 1278,50568
-(defun kview:valid-position-p 1283,50741
-(defun kview:get-attr 1308,51760
-(defun kcell-view:next-kcell 1312,51892
-(defun kcell-view:previous-kcell 1325,52502
-(defun kview:set-attr 1344,53429
-(defun kview:set-functions 1355,53751
-(defun kview:set-label-separator 1362,54157
-
-kotl/kvspec.el,700
+(defun kproperty:add-properties 31,978
+(defun kproperty:remove-properties 36,1155
+(defun kproperty:all-positions 41,1341
+(defalias 'kproperty:get kproperty:get48,1689
+(defun kproperty:map 50,1735
+(defalias 'kproperty:next-single-change kproperty:next-single-change66,2366
+(defun kproperty:position 68,2437
+(defalias 'kproperty:previous-single-change
kproperty:previous-single-change75,2782
+(defalias 'kproperty:properties kproperty:properties77,2861
+(defun kproperty:put 79,2915
+(defun kproperty:remove 87,3298
+(defun kproperty:replace-separator 105,4124
+(defun kproperty:set 118,4715
+
+kotl/kview.el,3726
+(define-obsolete-variable-alias 'label-sep-len label-sep-len58,2192
+(defvar kview-label-sep-len 59,2269
+(defvar-local kotl-kview 62,2380
+(defcustom kview:default-blank-lines 64,2440
+(defvar kview:default-levels-to-show 71,2682
+(defvar kview:default-lines-to-show 74,2801
+(defcustom kview:default-label-min-width 77,2921
+(defcustom kview:default-label-separator 84,3224
+(defconst kview:outline-regexp 90,3412
+(defcustom kview:default-label-type 95,3629
+(defcustom kview:default-level-indent 109,4210
+(defun kcell-view:backward 124,4716
+(defun kcell-view:cell 152,5699
+(defun kcell-view:cell-from-ref 156,5837
+(defun kcell-view:child 179,6993
+(defun kcell-view:child-p 199,7842
+(defun kcell-view:collapse 209,8232
+(defun kcell-view:collapsed-p 218,8644
+(defun kcell-view:hide 231,9234
+(defun kcell-view:invisible-p 237,9508
+(defun kcell-view:contents 253,10184
+(defun kcell-view:create 273,10931
+(defun kcell-view:end 330,13130
+(defun kcell-view:end-contents 339,13396
+(defun kcell-view:expand 349,13694
+(defun kcell-view:forward 355,13959
+(defun kcell-view:get-attr 383,14974
+(defun kcell-view:idstamp-integer 396,15453
+(defun kcell-view:idstamp 402,15677
+(defun kcell-view:indent 408,15910
+(defun kcell-view:label 418,16331
+(defun kcell-view:level 431,16792
+(defun kcell-view:line 442,17363
+(defun kcell-view:lines-visible 451,17708
+(defun kcell-view:next 461,18168
+(defun kcell-view:next-invisible-p 469,18475
+(defun kcell-view:operate 474,18733
+(defun kcell-view:parent 482,19062
+(defun kcell-view:previous 504,19953
+(defun kcell-view:plist 512,20276
+(defun kcell-view:plist-point 516,20425
+(defun kcell-view:to-label-end 521,20624
+(defun kcell-view:absolute-reference 549,21967
+(defun kcell-view:reference 560,22474
+(defun kcell-view:remove-attr 572,23098
+(defun kcell-view:set-attr 587,23714
+(defun kcell-view:set-cell 603,24396
+(defun kcell-view:sibling-p 610,24634
+(defun kcell-view:start 618,24925
+(defun kcell-view:to-visible-label-end 624,25181
+(defun kcell-view:visible-label 639,25831
+(defun kview:add-cell 652,26267
+(defun kview:beginning-of-actual-line 665,26930
+(defun kview:buffer 670,27113
+(defun kview:char-invisible-p 676,27287
+(defun kview:create 681,27471
+(defun kview:delete-region 738,29777
+(defun kview:end-of-actual-line 742,29911
+(defun kview:fill-region 747,30082
+(defun kview:first-invisible-point 772,31030
+(defun kview:first-visible-point 788,31753
+(defun kview:get-cells-status 801,32298
+(defun kview:goto-cell-id 822,33204
+(defun kview:id-counter 834,33628
+(defun kview:id-increment 838,33793
+(defun kview:idstamp-to-label 844,34013
+(defun kview:insert-contents 850,34225
+(defun kview:is-p 897,35859
+(defun kview:kotl 902,35964
+(defun kview:label 907,36119
+(defun kview:label-function 912,36341
+(defun kview:label-min-width 919,36708
+(defun kview:label-separator 925,36950
+(defun kview:label-separator-length 931,37192
+(defun kview:label-type 936,37417
+(defun kview:level-indent 942,37639
+(defun kview:map-branch 948,37873
+(defun kview:map-cells 980,39299
+(defun kview:map-region 993,39755
+(defun kview:map-siblings 1033,41305
+(defun kview:map-expanded-tree 1062,42491
+(defun kview:map-tree 1120,44906
+(defun kview:move 1158,46598
+(defun kview:previous-visible-point 1230,49062
+(defun kview:set-buffer 1246,49752
+(defun kview:set-cells-status 1255,50047
+(defun kview:set-label-type 1283,51348
+(defun kview:top-cell 1315,52503
+(defun kview:valid-position-p 1320,52676
+(defun kview:get-attr 1345,53695
+(defun kcell-view:next-kcell 1349,53827
+(defun kcell-view:previous-kcell 1362,54437
+(defun kview:set-attr 1381,55364
+(defun kview:set-functions 1392,55686
+(defun kview:set-label-separator 1399,56112
+
+kotl/kvspec.el,657
(defvar kvspec:current 65,2524
-(defun kvspec:activate 73,2851
-(defun kvspec:initialize 86,3376
-(defun kvspec:levels-to-show 92,3624
-(defun kvspec:show-lines-per-cell 116,4569
-(defun kvspec:toggle-blank-lines 126,5014
-(defun kvspec:update 136,5321
-(defun kvspec:blank-lines 164,6505
-(defun kvspec:compute 182,7134
-(defun kvspec:elide 217,8187
-(defun kvspec:hide-levels 221,8332
-(defun kvspec:lines-to-show 232,8777
-(defun kvspec:numbering 242,9218
-(defun kvspec:show-lines-this-cell 259,9907
-(defun kvspec:update-modeline 271,10481
-(defun kvspec:update-view 284,11016
-(defconst kvspec:label-type-alist330,12178
-(defvar kvspec:string 340,12387
-(defvar kvspec:string-format 345,12593
-
-test/hypb-tests.el,88
-(ert-deftest hypb:installation-type-test 26,562
-(ert-deftest hypb--oct-to-int 68,2860
-
-test/demo-tests.el,2725
+(defvar kvspec:string 90,3346
+(defvar kvspec:string-format 95,3552
+(defun kvspec:activate 104,3914
+(defun kvspec:initialize 117,4439
+(defun kvspec:levels-to-show 123,4687
+(defun kvspec:show-lines-per-cell 147,5642
+(defun kvspec:toggle-blank-lines 157,6097
+(defun kvspec:update 167,6404
+(defun kvspec:blank-lines 195,7588
+(defun kvspec:compute 213,8227
+(defun kvspec:elide 248,9305
+(defun kvspec:hide-levels 252,9450
+(defun kvspec:lines-to-show 263,9895
+(defun kvspec:numbering 273,10336
+(defun kvspec:show-lines-this-cell 290,11030
+(defun kvspec:update-modeline 302,11604
+(defun kvspec:update-view 315,12139
+
+test/demo-tests.el,2671
(ert-deftest demo-smart-mouse-keys-ref-test 39,1036
(ert-deftest demo-smart-mouse-keys-ebut-test 51,1400
(ert-deftest demo-table-of-contents-test 62,1729
@@ -2511,45 +2515,83 @@ test/demo-tests.el,2725
(ert-deftest demo-github-user-default-test 361,11934
(ert-deftest demo-github-ignore-default-test 371,12293
(ert-deftest demo-occur-test 382,12672
-(ert-deftest demo-annotated-reference-test 396,13180
-(ert-deftest demo-man-appropos-test 411,13630
-(ert-deftest demo-factorial-test 420,13830
-(ert-deftest demo-factorial-ebutton-test 430,14197
-(ert-deftest fast-demo-key-series-help-buffer 442,14583
-(ert-deftest fast-demo-key-series-window-grid-22 456,15066
-(ert-deftest fast-demo-key-series-kotl-files 466,15385
-(ert-deftest fast-demo-key-series-emacs-lisp-mode 481,15929
-(ert-deftest fast-demo-key-series-hyperbole-dir 493,16384
-(ert-deftest fast-demo-key-series-keep-lines-ext 504,16786
-(ert-deftest fast-demo-key-series-keep-lines-slash 525,17656
-(ert-deftest fast-demo-key-series-keep-lines-dired 544,18418
-(ert-deftest fast-demo-key-series-shell-cd-hyperb-dir 563,19154
-(ert-deftest fast-demo-key-series-shell-grep 586,20217
-(ert-deftest fast-demo-key-series-shell-apropos 607,21421
-(ert-deftest fast-demo-key-series-shell-cd-hyperb-dir-view-mode 628,22496
-(ert-deftest fast-demo-key-series-shell-grep-view-mode 652,23618
+(ert-deftest demo-man-appropos-test 396,13172
+(ert-deftest demo-factorial-test 405,13372
+(ert-deftest demo-factorial-ebutton-test 415,13739
+(ert-deftest fast-demo-key-series-help-buffer 427,14125
+(ert-deftest fast-demo-key-series-window-grid-22 441,14608
+(ert-deftest fast-demo-key-series-kotl-files 451,14927
+(ert-deftest fast-demo-key-series-emacs-lisp-mode 466,15471
+(ert-deftest fast-demo-key-series-hyperbole-dir 478,15926
+(ert-deftest fast-demo-key-series-keep-lines-ext 489,16328
+(ert-deftest fast-demo-key-series-keep-lines-slash 510,17198
+(ert-deftest fast-demo-key-series-keep-lines-dired 529,17960
+(ert-deftest fast-demo-key-series-shell-cd-hyperb-dir 548,18696
+(ert-deftest fast-demo-key-series-shell-grep 572,19810
+(ert-deftest fast-demo-key-series-shell-apropos 594,21065
+(ert-deftest fast-demo-key-series-shell-cd-hyperb-dir-view-mode 616,22191
+(ert-deftest fast-demo-key-series-shell-grep-view-mode 641,23364
-test/hui-register-tests.el,258
-(ert-deftest hui-register-test--create-register-content 24,528
-(ert-deftest hui-register-test--register-val-jump-to 40,1289
-(ert-deftest hui-register-test--register-val-insert-ibut 57,1919
-(ert-deftest hui-register-test--register-val-insert-ebut 80,2785
+test/hactypes-tests.el,95
+(ert-deftest display-boolean-true-test 27,616
+(ert-deftest display-boolean-false-test 31,775
+
+test/hargs-tests.el,122
+(ert-deftest hargs-get-verify-extension-characters 26,601
+(ert-deftest hargs-get-verify-extension-characters-+K 45,1457
+
+test/hbut-tests.el,2399
+(defun hbut-tests:should-match-tmp-folder 28,602
+(ert-deftest ebut-program-link-to-directory 34,904
+(ert-deftest ebut-program-link-to-directory-2 47,1520
+(ert-deftest ebut-program-shell-cmd 57,2040
+(ert-deftest ebut-delete-removes-ebut-and-returns-button-data 67,2476
+(ert-deftest gbut-program-calls-ebut-program 80,2938
+(ert-deftest gbut-program-link-to-directory 91,3461
+(ert-deftest gbut-program-eval-elisp 107,4292
+(ert-deftest gbut-program-link-to-file 120,4912
+(ert-deftest gbut-program-link-to-file-line 133,5554
+(ert-deftest gbut-program-link-to-file-line-and-column 146,6217
+(ert-deftest hypb:program-create-ebut-in-buffer 160,6931
+(ert-deftest hypb:program-create-ebut-in-buffer-with-same-label 168,7322
+(ert-deftest hypb:program-create-link-to-file-line-and-column-but-in-file
178,7774
+(ert-deftest
hypb--ebut-at-p-should-not-insert-hbdata-section-in-non-file-buffers 188,8333
+(ert-deftest hbut-tests-ibut-program-link-to-directory 197,8678
+(ert-deftest hbut-tests-ibut-program-link-to-file 203,8924
+(ert-deftest hbut-tests-ibut-insert-text-link-to-dir 214,9339
+(ert-deftest hbut-tests-ibut-insert-annot-bib 226,9790
+(ert-deftest hbut-tests-ibut-insert-kbd-key 249,10540
+(defconst hbut-tests-actypes-list272,11262
+(ert-deftest hbut-tests-ibut-insert-links 296,12645
+(ert-deftest hbut-tests--ibut-operate--none 345,14469
+(ert-deftest hbut-tests--ibut-operate--fail-create-add-name 369,15785
+(ert-deftest hbut-tests--ibut-operate--name 391,16943
+(ert-deftest hbut-tests--ibut-operate--fail-rename-from-name 415,18146
+(ert-deftest hbut-tests--ibut-operate--fail-rename-from-name-ignore-region
438,19431
+(ert-deftest hbut-tests--ibut-operate--name-ignore-region 465,20868
+(ert-deftest hbut-tests--ibut-operate--region 490,22186
+(ert-deftest hbut-tests--ibut-operate--fail-new-name-ignore-region 513,23320
+(ert-deftest hbut-tests--ibut-operate--remove-name 538,24695
+(ert-deftest hbut-tests--ibut-operate--add-new-name 562,25903
+(ert-deftest hbut-tests--ibut-operate--add-name 587,27193
+(ert-deftest hbut-tests--ibut-operate--rename-from-name 612,28511
+(ert-deftest hbut-tests--ibut-operate--fail-rename-ignore-region 636,29820
+(ert-deftest hbut-tests--ibut-operate--fail-name-ignore-region 657,30909
+(ert-deftest hbut-tests--ibut-operate--fail-rename-from-region 678,31973
+(ert-deftest hbut-tests--ibut-operate--fail-add-new-name-ignore-region
699,33021
test/hib-kbd-tests.el,96
(ert-deftest kbd-key-hy-about-test 28,705
(ert-deftest kbd-key-hy-demo-factorial-test 37,1006
-test/kotl-orgtbl-tests.el,237
-(ert-deftest kotl-orgtbl-enabled-uses-kotl-mode-delete-char-outside-of-table
27,693
-(ert-deftest kotl-orgtbl-action-key-on-vertical-bar-toggles-orgtbl-mode
52,1711
-(ert-deftest kotl-orgtbl-shift-tab-demotes-tree-outside-table 71,2323
-
-test/hmouse-info-tests.el,189
-(ert-deftest hmouse-info-read-index-with-completion 25,561
-(ert-deftest hmouse-info-build-completions-no-match 30,782
-(ert-deftest hmouse-info-build-completions-multiple-matches 39,1088
+test/hib-social-tests.el,253
+(defun hib-social-should-browse-twitter-url 25,560
+(ert-deftest hib-social-twitter-test 30,783
+(defun hib-social-should-browse-github-url 38,1010
+(ert-deftest hib-github-user-default-test 43,1234
+(ert-deftest hib-github-ignore-default-test 51,1512
-test/hibtypes-tests.el,1254
+test/hibtypes-tests.el,1207
(ert-deftest mail-address-at-p-test 33,807
(ert-deftest mail-address-at-p-no-mail-should-fail-test 39,955
(ert-deftest ibtypes::mail-address-test 45,1130
@@ -2565,72 +2607,69 @@ test/hibtypes-tests.el,1254
(ert-deftest ibtypes::pathname-dot-slash-in-other-folder-test 152,4621
(ert-deftest ibtypes::pathname-dot-slash-in-same-folder-test 164,5012
(ert-deftest ibtypes::pathname-directory-test 175,5447
-(ert-deftest ibtypes::annot-bib-test 191,5981
-(ert-deftest ibtypes::ctags-vgrind-test 215,6670
-(ert-deftest ibtypes::etags-test 229,7220
-(ert-deftest ibtypes::text-toc-test 248,7863
-(ert-deftest ibtypes::dir-summary-test 260,8191
-(ert-deftest ibtypes::rfc-test 279,8671
-(ert-deftest ibtypes::man-apropos-test 289,8932
-(ert-deftest ibtypes::info-node-test 324,9341
-
-test/hyrolo-tests.el,570
-(ert-deftest hyrolo-add-items-at-multiple-levels 30,748
-(ert-deftest hyrolo-demo-search-work 46,1341
-(ert-deftest hyrolo-demo-tab-jump-to-first-match 60,1835
-(ert-deftest hyrolo-demo-toggle-visibility 72,2253
-(ert-deftest hyrolo-demo-show-overview 98,3102
-(ert-deftest hyrolo-demo-move-to-beginning-and-end-of-file 124,3956
-(ert-deftest hyrolo-demo-move-between-entries-on-same-level 151,4929
-(ert-deftest hyrolo-demo-no-following-same-level-heading 175,5785
-(ert-deftest hyrolo-sort-test 203,6747
-(ert-deftest hyrolo-sort-records-at-different-levels 234,7905
+(ert-deftest ibtypes::ctags-vgrind-test 202,6270
+(ert-deftest ibtypes::etags-test 216,6820
+(ert-deftest ibtypes::text-toc-test 235,7463
+(ert-deftest ibtypes::dir-summary-test 247,7791
+(ert-deftest ibtypes::rfc-test 266,8271
+(ert-deftest ibtypes::man-apropos-test 276,8532
+(ert-deftest ibtypes::info-node-test 311,8941
+
+test/hmouse-drv-tests.el,2585
+(ert-deftest hbut-defal 28,673
+(defun hbut-defal-url 39,1054
+(ert-deftest hbut-defal-url 44,1265
+(ert-deftest hbut-defal-url-%s 54,1590
+(ert-deftest hbut-defal-key-sequence 65,1953
+(defun hbut-verify-defal 78,2365
+(ert-deftest hbut-defal-function 82,2489
+(ert-deftest hbut-defal-fails-on-file-missing 92,2788
+(ert-deftest hbut-defil-it 106,3257
+(ert-deftest hbut-defil 118,3677
+(ert-deftest hbut-defil-url 128,3996
+(ert-deftest hbut-defil-key-sequence 138,4332
+(ert-deftest hbut-ib-link-to-file-with-label 152,4765
+(ert-deftest hbut-ib-link-to-file-with-label-variants 158,4996
+(ert-deftest hbut-ib-url-with-label 166,5407
+(ert-deftest hbut-ib-create-label 174,5664
+(ert-deftest hbut-ib-create-label-fails-if-label-exists 184,5979
+(ert-deftest hbut-pathname-path-variable-test 197,6448
+(ert-deftest hbut-pathname-path-variable-with-two-colons-a-path-test 204,6683
+(ert-deftest hbut-pathname-path-variable-with-three-colons-is-a-path-test
211,6941
+(ert-deftest
hbut-pathname-path-variable-with-short-first-element-is-not-tramp-url-test
218,7287
+(ert-deftest hbut-mail-address-test 226,7600
+(ert-deftest hbut-pathname-test 237,7904
+(ert-deftest hbut-pathname-lisp-variable-test 246,8189
+(ert-deftest hbut-pathname-env-variable-test 255,8458
+(ert-deftest hbut-pathname-emacs-lisp-file-test 264,8739
+(ert-deftest hbut-pathname-line-test 275,9109
+(ert-deftest hbut-pathname-line-test-duplicate 288,9564
+(ert-deftest hbut-pathname-anchor-test 308,10311
+(ert-deftest hbut-pathname-anchor-trailing-text 321,10760
+(ert-deftest hbut-pathname-anchor-must-match-all 334,11309
+(ert-deftest hbut-pathname-anchor-line-test 350,12013
+(ert-deftest hbut-pathname-line-column-test 363,12487
+(ert-deftest hbut-pathname-load-path-line-column-test 378,13064
+(ert-deftest hbut-pathname-with-dash-loads-file-test 390,13503
+(ert-deftest hbut-pathname-directory-test 399,13835
+(ert-deftest hbut-pathname-dot-slash-in-other-folder-should-fail-test
410,14181
+(ert-deftest hbut-ctags-vgrind-test 429,14920
+(ert-deftest hbut-etags-test 442,15434
+(ert-deftest hbut-text-toc-test 459,16074
+(ert-deftest hbut-dir-summary-test 471,16407
+(ert-deftest hbut-rfc-test 485,16863
+(ert-deftest hbut-man-apropos-test 495,17118
+(ert-deftest hbut-info-node-test 504,17308
+(ert-deftest hbut-find-exec-shell-cmd-test 515,17603
+(ert-deftest hbut-find-exec-window-cmd-test 528,18053
+(ert-deftest hbut-load-modifier-loads-file 540,18482
+(ert-deftest hbut-load-modifier-with-plain-file-loads-file-from-load-path
552,18897
+(ert-deftest hbut-key-press-on-hyphen-in-elisp-symbol 561,19214
-test/kotl-mode-tests.el,2642
-(defmacro setup-kotl-mode-example-test 28,706
-(ert-deftest smart-menu-loads-kotl-example 37,1034
-(ert-deftest kotl-mode-example-loads-kotl-example 46,1374
-(ert-deftest kotl-mode-move-between-cells 51,1533
-(ert-deftest kotl-mode-indent-cell-changes-level 72,2185
-(ert-deftest kotl-mode-extension-open-buffer-in-kotl-mode 87,2716
-(ert-deftest kotl-mode-set-view-with-kbd 96,3073
-(ert-deftest kotl-mode-idstamp-saved-with-file 110,3661
-(ert-deftest kotl-mode-demote-keeps-idstamp 136,4630
-(ert-deftest kotl-mode-demote-change-label 159,5486
-(ert-deftest kotl-mode-label-type-activation 175,6016
-(ert-deftest kotl-mode-move-cell-before-cell 193,6603
-(ert-deftest kotl-mode-move-cell-after-cell 210,7130
-(ert-deftest kotl-mode-copy-cell-after-cell 227,7653
-(ert-deftest kotl-mode-copy-cell-before-cell 244,8176
-(ert-deftest kotl-mode-jump-to-cell 260,8660
-(ert-deftest kotl-mode-goto-child-and-parent 275,9125
-(ert-deftest kotl-mode-kill-cell 292,9673
-(ert-deftest kotl-mode-kill-tree-and-reopen 315,10485
-(ert-deftest kotl-mode-kill-tree-on-empty-file-creates-new-cell 335,11219
-(ert-deftest kotl-mode-split-cell 349,11766
-(ert-deftest kotl-mode-append-cell 364,12310
-(ert-deftest kotl-mode-previous-cell-from-invalid-position 380,12931
-(ert-deftest kotl-mode-backward-cell-from-invalid-position 401,13638
-(ert-deftest kotl-mode-backward-cell-from-invalid-pos-leave-point-in-valid-pos
422,14350
-(ert-deftest kotl-mode-transpose-cell 450,15434
-(ert-deftest kotl-mode-transpose-cell-with-mark 469,16056
-(ert-deftest kotl-mode-transpose-cell-past-multiple-cells 492,16831
-(ert-deftest kotl-mode-copy-kotl-file-updates-root-id-attributes 520,17783
-(ert-deftest kotl-mode-hide-cell 538,18624
-(ert-deftest kotl-mode-move-tree-forward 555,19234
-(ert-deftest kotl-mode-move-tree-backward 580,20137
-(ert-deftest kotl-mode--add-cell-set-fill-attribute 605,21033
-(ert-deftest kotl-mode-cell-help-displays-help-in-temp-buffer 617,21466
-(ert-deftest kotl-mode-cell-help-displays-help-from-root 634,22122
-(ert-deftest kotl-mode-cell-help-displays-help-for-all-cells 652,22823
-(ert-deftest kotl-mode-move-between-lines 672,23613
-(ert-deftest kotl-mode-move-up-from-first-line-shall-message-and-beep
705,24755
-(ert-deftest kotl-mode-move-up-to-first-line 725,25593
-(ert-deftest
kotl-mode-trying-to-move-down-from-last-line-shall-message-and-beep 742,26239
-(ert-deftest kotl-mode-move-down-to-last-line-shall-not-beep 762,27071
-(ert-deftest kotl-mode-move-cursor-forward-over-ellipsis 782,27798
-(ert-deftest kotl-mode-move-cursor-backward-over-ellipsis 806,28719
-(ert-deftest kotl-mode-end-of-visible-portion 831,29694
+test/hmouse-info-tests.el,189
+(ert-deftest hmouse-info-read-index-with-completion 25,561
+(ert-deftest hmouse-info-build-completions-no-match 30,782
+(ert-deftest hmouse-info-build-completions-multiple-matches 39,1088
test/hpath-tests.el,1363
(defconst hpath--should-exist-paths27,657
@@ -2657,79 +2696,6 @@ test/hpath-tests.el,1363
(ert-deftest hpath--at-p-checks-files-with-hash-in-name-exists 262,10403
(ert-deftest
hpath--at-p-checks-file-that-with-hash-that-does-not-exist-returns-nil
279,11148
-test/hib-social-tests.el,253
-(defun hib-social-should-browse-twitter-url 25,560
-(ert-deftest hib-social-twitter-test 30,783
-(defun hib-social-should-browse-github-url 38,1010
-(ert-deftest hib-github-user-default-test 43,1234
-(ert-deftest hib-github-ignore-default-test 51,1512
-
-test/hyperbole-tests.el,197
-(defun hyperbole-key-bindings 28,734
-(ert-deftest hyperbole-keymap-tests 51,2055
-(ert-deftest hyperbole-hkey-init-controls-tests 55,2162
-(ert-deftest hyperbole-global-key-binding-tests 59,2283
-
-test/kimport-tests.el,327
-(ert-deftest kimport--aug-post-outline 23,492
-(ert-deftest kimport--text-file 43,1350
-(ert-deftest kimport--text-file-two-lines-per-paragraph 60,2004
-(ert-deftest kimport--star-outline 81,2896
-(ert-deftest kimport--star-outline-two-lines-per-star-heading 99,3633
-(ert-deftest kimport--star-outline-with-siblings 116,4332
-
-test/hmouse-drv-tests.el,2629
-(ert-deftest hbut-defal 28,674
-(defun hbut-defal-url 39,1055
-(ert-deftest hbut-defal-url 44,1266
-(ert-deftest hbut-defal-url-%s 54,1591
-(ert-deftest hbut-defal-key-sequence 65,1954
-(defun hbut-verify-defal 78,2366
-(ert-deftest hbut-defal-function 82,2490
-(ert-deftest hbut-defal-fails-on-file-missing 92,2789
-(ert-deftest hbut-defil-it 106,3258
-(ert-deftest hbut-defil 118,3678
-(ert-deftest hbut-defil-url 128,3997
-(ert-deftest hbut-defil-key-sequence 138,4333
-(ert-deftest hbut-ib-link-to-file-with-label 152,4766
-(ert-deftest hbut-ib-link-to-file-with-label-variants 158,4997
-(ert-deftest hbut-ib-url-with-label 166,5408
-(ert-deftest hbut-ib-create-label 174,5665
-(ert-deftest hbut-ib-create-label-fails-if-label-exists 184,5980
-(ert-deftest hbut-pathname-path-variable-test 197,6449
-(ert-deftest hbut-pathname-path-variable-with-two-colons-a-path-test 204,6684
-(ert-deftest hbut-pathname-path-variable-with-three-colons-is-a-path-test
211,6942
-(ert-deftest
hbut-pathname-path-variable-with-short-first-element-is-not-tramp-url-test
218,7288
-(ert-deftest hbut-mail-address-test 226,7601
-(ert-deftest hbut-pathname-test 237,7905
-(ert-deftest hbut-pathname-lisp-variable-test 246,8190
-(ert-deftest hbut-pathname-env-variable-test 255,8459
-(ert-deftest hbut-pathname-emacs-lisp-file-test 264,8740
-(ert-deftest hbut-pathname-line-test 275,9110
-(ert-deftest hbut-pathname-line-test-duplicate 288,9565
-(ert-deftest hbut-pathname-anchor-test 308,10312
-(ert-deftest hbut-pathname-anchor-trailing-text 321,10761
-(ert-deftest hbut-pathname-anchor-must-match-all 334,11310
-(ert-deftest hbut-pathname-anchor-line-test 350,12014
-(ert-deftest hbut-pathname-line-column-test 363,12488
-(ert-deftest hbut-pathname-load-path-line-column-test 378,13065
-(ert-deftest hbut-pathname-with-dash-loads-file-test 390,13504
-(ert-deftest hbut-pathname-directory-test 399,13836
-(ert-deftest hbut-pathname-dot-slash-in-other-folder-should-fail-test
410,14182
-(ert-deftest hbut-annot-bib-test 427,14827
-(ert-deftest hbut-ctags-vgrind-test 442,15329
-(ert-deftest hbut-etags-test 455,15843
-(ert-deftest hbut-text-toc-test 472,16483
-(ert-deftest hbut-dir-summary-test 484,16816
-(ert-deftest hbut-rfc-test 498,17272
-(ert-deftest hbut-man-apropos-test 508,17527
-(ert-deftest hbut-info-node-test 517,17717
-(ert-deftest hbut-find-exec-shell-cmd-test 528,18012
-(ert-deftest hbut-find-exec-window-cmd-test 541,18462
-(ert-deftest hbut-load-modifier-loads-file 553,18891
-(ert-deftest hbut-load-modifier-with-plain-file-loads-file-from-load-path
565,19306
-(ert-deftest hbut-key-press-on-hyphen-in-elisp-symbol 574,19623
-
test/hsys-org-tests.el,590
(ert-deftest hsys-org:cycle-on-header-cycles-visibility 25,541
(ert-deftest hsys-org:region-with-text-property-value 37,908
@@ -2743,39 +2709,11 @@ test/hsys-org-tests.el,590
(ert-deftest hsys-org:org-internal-target-at-p 113,3228
(ert-deftest hsys-org:org-face-at-p 122,3522
-test/smart-org-tests.el,851
-(ert-deftest smart-org-mode-on-header-cycles-visibility 29,716
-(ert-deftest smart-org-mode-with-smart-keys-on-delimited-thing-activates
47,1375
-(ert-deftest smart-org-mode-with-smart-keys-on-hypb-button-activates 58,1721
-(ert-deftest smart-org-mode-with-smart-keys-buttons-on-hypb-button-activates
70,2118
-(ert-deftest smart-org-mode-with-smart-keys-on-org-link-activates 81,2519
-(ert-deftest
smart-org-mode-with-smart-keys-buttons-on-delimited-thing-calls-org-meta-return
93,2875
-(ert-deftest smart-org-mode-with-smart-keys-buttons-on-org-link-activates
105,3284
-(ert-deftest
smart-org-mode-with-no-smart-keys-on-delimited-thing-calls-org-meta-return
117,3666
-(ert-deftest
smart-org-mode-with-no-smart-keys-on-hypb-button-calls-org-meta-return 130,4106
-(ert-deftest smart-org-mode-with-no-smart-keys-on-org-link-is-org-meta-return
142,4467
-
-test/kcell-tests.el,136
-(defconst kcell-tests--ref-to-id-tests31,800
-(defun kcell-tests--check-ref-to-id 71,1730
-(ert-deftest kcell-tests--ref-to-id 81,2083
-
-test/kexport-tests.el,407
-(ert-deftest kexport:html-creates-html-file 26,633
-(ert-deftest kexport:html-sets-title-and-header 43,1231
-(ert-deftest kexport:html-contains-each-cell 64,2080
-(ert-deftest kexport:html-creates-hierarchy 84,2791
-(ert-deftest kexport:html-creates-list-hierarchy 110,3778
-(ert-deftest kexport:display-creates-html-file-and-displays-it 133,4743
-(ert-deftest kexport:koutline-calls-kexport:html 152,5509
-
-test/set-tests.el,102
-(ert-deftest set-tests--function-tests-equal 21,475
-(ert-deftest set-tests--equal-op-tests 141,6727
-
-test/hactypes-tests.el,95
-(ert-deftest display-boolean-true-test 27,616
-(ert-deftest display-boolean-false-test 31,775
+test/hui-register-tests.el,258
+(ert-deftest hui-register-test--create-register-content 24,528
+(ert-deftest hui-register-test--register-val-jump-to 40,1289
+(ert-deftest hui-register-test--register-val-insert-ibut 57,1919
+(ert-deftest hui-register-test--register-val-insert-ebut 80,2785
test/hui-select-tests.el,286
(ert-deftest hui-select--at-delimited-thing-p 32,814
@@ -2784,46 +2722,6 @@ test/hui-select-tests.el,286
(ert-deftest hui-select--thing 83,2412
(ert-deftest hui-select--thing-interactive-prints-type-of-match 113,3624
-test/hbut-tests.el,2399
-(defun hbut-tests:should-match-tmp-folder 28,602
-(ert-deftest ebut-program-link-to-directory 34,904
-(ert-deftest ebut-program-link-to-directory-2 47,1520
-(ert-deftest ebut-program-shell-cmd 57,2040
-(ert-deftest ebut-delete-removes-ebut-and-returns-button-data 67,2476
-(ert-deftest gbut-program-calls-ebut-program 80,2938
-(ert-deftest gbut-program-link-to-directory 91,3461
-(ert-deftest gbut-program-eval-elisp 107,4292
-(ert-deftest gbut-program-link-to-file 120,4912
-(ert-deftest gbut-program-link-to-file-line 133,5554
-(ert-deftest gbut-program-link-to-file-line-and-column 146,6217
-(ert-deftest hypb:program-create-ebut-in-buffer 160,6931
-(ert-deftest hypb:program-create-ebut-in-buffer-with-same-label 168,7322
-(ert-deftest hypb:program-create-link-to-file-line-and-column-but-in-file
178,7774
-(ert-deftest
hypb--ebut-at-p-should-not-insert-hbdata-section-in-non-file-buffers 188,8333
-(ert-deftest hbut-tests-ibut-program-link-to-directory 197,8678
-(ert-deftest hbut-tests-ibut-program-link-to-file 203,8924
-(ert-deftest hbut-tests-ibut-insert-text-link-to-dir 214,9339
-(ert-deftest hbut-tests-ibut-insert-annot-bib 226,9790
-(ert-deftest hbut-tests-ibut-insert-kbd-key 249,10540
-(defconst hbut-tests-actypes-list272,11262
-(ert-deftest hbut-tests-ibut-insert-links 296,12645
-(ert-deftest hbut-tests--ibut-operate--none 345,14469
-(ert-deftest hbut-tests--ibut-operate--fail-create-add-name 369,15785
-(ert-deftest hbut-tests--ibut-operate--name 391,16943
-(ert-deftest hbut-tests--ibut-operate--fail-rename-from-name 415,18146
-(ert-deftest hbut-tests--ibut-operate--fail-rename-from-name-ignore-region
438,19431
-(ert-deftest hbut-tests--ibut-operate--name-ignore-region 465,20868
-(ert-deftest hbut-tests--ibut-operate--region 490,22186
-(ert-deftest hbut-tests--ibut-operate--fail-new-name-ignore-region 513,23320
-(ert-deftest hbut-tests--ibut-operate--remove-name 538,24695
-(ert-deftest hbut-tests--ibut-operate--add-new-name 562,25903
-(ert-deftest hbut-tests--ibut-operate--add-name 587,27193
-(ert-deftest hbut-tests--ibut-operate--rename-from-name 612,28511
-(ert-deftest hbut-tests--ibut-operate--fail-rename-ignore-region 636,29820
-(ert-deftest hbut-tests--ibut-operate--fail-name-ignore-region 657,30909
-(ert-deftest hbut-tests--ibut-operate--fail-rename-from-region 678,31973
-(ert-deftest hbut-tests--ibut-operate--fail-add-new-name-ignore-region
699,33021
-
test/hui-tests.el,2720
(ert-deftest hui-gbut-edit-link-to-file-button 36,921
(ert-deftest hui-ibut-label-create 87,3138
@@ -2845,32 +2743,147 @@ test/hui-tests.el,2720
(ert-deftest hui--delimited-selectable-thing--in-ebut-return-ebut-text
296,12368
(ert-deftest hui--delimited-selectable-thing--start-of-paired-delimiter
307,12793
(ert-deftest hui--delimited-selectable-thing--in-kcell-link-return-link
319,13244
-(ert-deftest hui--kill-ring-save--yank-in-same-kotl 342,14076
-(ert-deftest hui--kill-ring-save--yank-in-other-kotl 363,14760
-(ert-deftest hui--kill-ring-save--yank-in-other-file 386,15597
-(ert-deftest hui--kill-ring-save--yank-in-other-file-other-dir 409,16420
-(ert-deftest hui--copy-to-register--yank-in-same-kotl 435,17358
-(ert-deftest hui--copy-to-register--yank-in-other-kotl 458,18166
-(ert-deftest hui--copy-to-register--yank-in-other-file 484,19144
-(ert-deftest hui--copy-to-register--yank-in-other-file-other-dir 509,20092
-(ert-deftest hui--kill-ring-save-in-kotl-mode-copies-region 537,21154
-(ert-deftest hui--kill-ring-save-in-kotl-mode-between-cells-fails 551,21671
-(ert-deftest hui--ibut-create-interactive 564,22160
-(ert-deftest hui--ibut-create-interactive-label-using-region 575,22595
-(ert-deftest hui--ibut-create-interactive-add-comment-char 589,23160
-(ert-deftest hui--ibut-create-interactive-create-label 602,23707
-(ert-deftest hui--ibut-rename-label-at-point 615,24207
-(ert-deftest hui--ibut-rename-label 629,24759
-(ert-deftest hui--ibut-rename-label-not-in-buffer-errors 642,25272
-(ert-deftest hui--ebut-rename 654,25712
-(ert-deftest hui--ebut-rename-only-button-with-that-label 662,26021
-(ert-deftest hui--ebut-rename-nonumbered-label 675,26586
-(ert-deftest hui--ebut-rename-numbered-label 688,27125
-(ert-deftest hui--ebut-rename-all-copies 701,27671
+(ert-deftest hui--kill-ring-save--yank-in-same-kotl 342,14075
+(ert-deftest hui--kill-ring-save--yank-in-other-kotl 363,14758
+(ert-deftest hui--kill-ring-save--yank-in-other-file 386,15594
+(ert-deftest hui--kill-ring-save--yank-in-other-file-other-dir 409,16416
+(ert-deftest hui--copy-to-register--yank-in-same-kotl 435,17353
+(ert-deftest hui--copy-to-register--yank-in-other-kotl 458,18160
+(ert-deftest hui--copy-to-register--yank-in-other-file 484,19137
+(ert-deftest hui--copy-to-register--yank-in-other-file-other-dir 509,20084
+(ert-deftest hui--kill-ring-save-in-kotl-mode-copies-region 537,21145
+(ert-deftest hui--kill-ring-save-in-kotl-mode-between-cells-fails 551,21662
+(ert-deftest hui--ibut-create-interactive 564,22151
+(ert-deftest hui--ibut-create-interactive-label-using-region 575,22586
+(ert-deftest hui--ibut-create-interactive-add-comment-char 589,23151
+(ert-deftest hui--ibut-create-interactive-create-label 602,23698
+(ert-deftest hui--ibut-rename-label-at-point 615,24198
+(ert-deftest hui--ibut-rename-label 629,24750
+(ert-deftest hui--ibut-rename-label-not-in-buffer-errors 642,25263
+(ert-deftest hui--ebut-rename 654,25703
+(ert-deftest hui--ebut-rename-only-button-with-that-label 662,26012
+(ert-deftest hui--ebut-rename-nonumbered-label 675,26577
+(ert-deftest hui--ebut-rename-numbered-label 688,27116
+(ert-deftest hui--ebut-rename-all-copies 701,27662
-test/hargs-tests.el,122
-(ert-deftest hargs-get-verify-extension-characters 26,601
-(ert-deftest hargs-get-verify-extension-characters-+K 45,1457
+test/hypb-tests.el,88
+(ert-deftest hypb:installation-type-test 26,562
+(ert-deftest hypb--oct-to-int 68,2860
+
+test/hyperbole-tests.el,197
+(defun hyperbole-key-bindings 28,734
+(ert-deftest hyperbole-keymap-tests 51,2055
+(ert-deftest hyperbole-hkey-init-controls-tests 55,2162
+(ert-deftest hyperbole-global-key-binding-tests 59,2283
+
+test/hyrolo-tests.el,570
+(ert-deftest hyrolo-add-items-at-multiple-levels 30,748
+(ert-deftest hyrolo-demo-search-work 46,1341
+(ert-deftest hyrolo-demo-tab-jump-to-first-match 60,1835
+(ert-deftest hyrolo-demo-toggle-visibility 72,2253
+(ert-deftest hyrolo-demo-show-overview 98,3102
+(ert-deftest hyrolo-demo-move-to-beginning-and-end-of-file 124,3956
+(ert-deftest hyrolo-demo-move-between-entries-on-same-level 151,4929
+(ert-deftest hyrolo-demo-no-following-same-level-heading 175,5785
+(ert-deftest hyrolo-sort-test 203,6747
+(ert-deftest hyrolo-sort-records-at-different-levels 234,7905
+
+test/kcell-tests.el,136
+(defconst kcell-tests--ref-to-id-tests31,800
+(defun kcell-tests--check-ref-to-id 71,1730
+(ert-deftest kcell-tests--ref-to-id 81,2083
+
+test/kexport-tests.el,407
+(ert-deftest kexport:html-creates-html-file 26,633
+(ert-deftest kexport:html-sets-title-and-header 43,1231
+(ert-deftest kexport:html-contains-each-cell 64,2080
+(ert-deftest kexport:html-creates-hierarchy 84,2791
+(ert-deftest kexport:html-creates-list-hierarchy 110,3778
+(ert-deftest kexport:display-creates-html-file-and-displays-it 133,4743
+(ert-deftest kexport:koutline-calls-kexport:html 152,5509
+
+test/kimport-tests.el,327
+(ert-deftest kimport--aug-post-outline 23,492
+(ert-deftest kimport--text-file 43,1350
+(ert-deftest kimport--text-file-two-lines-per-paragraph 60,2004
+(ert-deftest kimport--star-outline 81,2896
+(ert-deftest kimport--star-outline-two-lines-per-star-heading 99,3633
+(ert-deftest kimport--star-outline-with-siblings 116,4332
+
+test/kotl-mode-tests.el,2921
+(defmacro setup-kotl-mode-example-test 28,707
+(ert-deftest smart-menu-loads-kotl-example 37,1035
+(ert-deftest kotl-mode-example-loads-kotl-example 46,1375
+(ert-deftest kotl-mode-move-between-cells 51,1534
+(ert-deftest kotl-mode-indent-cell-changes-level 72,2186
+(ert-deftest kotl-mode-extension-open-buffer-in-kotl-mode 87,2717
+(ert-deftest kotl-mode-set-view-with-kbd 96,3074
+(ert-deftest kotl-mode-idstamp-saved-with-file 110,3667
+(ert-deftest kotl-mode-kview-buffer-local 136,4649
+(ert-deftest kotl-mode-kvspec-saved-with-file 146,5080
+(ert-deftest kotl-mode-kvspec-independent-between-files 167,5850
+(ert-deftest kotl-mode-demote-keeps-idstamp 194,6995
+(ert-deftest kotl-mode-demote-change-label 217,7851
+(ert-deftest kotl-mode-label-type-activation 233,8381
+(ert-deftest kotl-mode-move-cell-before-cell 251,8968
+(ert-deftest kotl-mode-move-cell-after-cell 268,9495
+(ert-deftest kotl-mode-copy-cell-after-cell 285,10018
+(ert-deftest kotl-mode-copy-cell-before-cell 302,10541
+(ert-deftest kotl-mode-jump-to-cell 318,11025
+(ert-deftest kotl-mode-goto-child-and-parent 333,11490
+(ert-deftest kotl-mode-kill-contents 350,12038
+(ert-deftest kotl-mode-kill-contents-all 361,12371
+(ert-deftest kotl-mode-kill-cell 375,12861
+(ert-deftest kotl-mode-kill-tree-and-reopen 398,13673
+(ert-deftest kotl-mode-kill-tree-on-empty-file-creates-new-cell 418,14407
+(ert-deftest kotl-mode-split-cell 432,14954
+(ert-deftest kotl-mode-append-cell 447,15498
+(ert-deftest kotl-mode-previous-cell-from-invalid-position 463,16119
+(ert-deftest kotl-mode-backward-cell-from-invalid-position 484,16826
+(ert-deftest kotl-mode-backward-cell-from-invalid-pos-leave-point-in-valid-pos
505,17538
+(ert-deftest kotl-mode-transpose-cell 533,18622
+(ert-deftest kotl-mode-transpose-cell-with-mark 552,19244
+(ert-deftest kotl-mode-transpose-cell-past-multiple-cells 575,20019
+(ert-deftest kotl-mode-copy-kotl-file-updates-root-id-attributes 603,20971
+(ert-deftest kotl-mode-hide-cell 621,21812
+(ert-deftest kotl-mode-move-tree-forward 638,22422
+(ert-deftest kotl-mode-move-tree-backward 663,23325
+(ert-deftest kotl-mode--add-cell-set-fill-attribute 688,24221
+(ert-deftest kotl-mode-cell-help-displays-help-in-temp-buffer 700,24654
+(ert-deftest kotl-mode-cell-help-displays-help-from-root 717,25310
+(ert-deftest kotl-mode-cell-help-displays-help-for-all-cells 735,26011
+(ert-deftest kotl-mode-move-between-lines 755,26801
+(ert-deftest kotl-mode-move-up-from-first-line-shall-message-and-beep
788,27943
+(ert-deftest kotl-mode-move-up-to-first-line 811,28917
+(ert-deftest
kotl-mode-trying-to-move-down-from-last-line-shall-message-and-beep 834,29814
+(ert-deftest kotl-mode-move-down-to-last-line-shall-not-beep 857,30767
+(ert-deftest kotl-mode-move-cursor-forward-over-ellipsis 881,31699
+(ert-deftest kotl-mode-move-cursor-backward-over-ellipsis 905,32620
+(ert-deftest kotl-mode-end-of-visible-portion 930,33595
+
+test/kotl-orgtbl-tests.el,237
+(ert-deftest kotl-orgtbl-enabled-uses-kotl-mode-delete-char-outside-of-table
27,693
+(ert-deftest kotl-orgtbl-action-key-on-vertical-bar-toggles-orgtbl-mode
52,1711
+(ert-deftest kotl-orgtbl-shift-tab-demotes-tree-outside-table 71,2323
+
+test/set-tests.el,102
+(ert-deftest set-tests--function-tests-equal 21,475
+(ert-deftest set-tests--equal-op-tests 141,6727
+
+test/smart-org-tests.el,851
+(ert-deftest smart-org-mode-on-header-cycles-visibility 29,716
+(ert-deftest smart-org-mode-with-smart-keys-on-delimited-thing-activates
47,1375
+(ert-deftest smart-org-mode-with-smart-keys-on-hypb-button-activates 58,1721
+(ert-deftest smart-org-mode-with-smart-keys-buttons-on-hypb-button-activates
70,2118
+(ert-deftest smart-org-mode-with-smart-keys-on-org-link-activates 81,2519
+(ert-deftest
smart-org-mode-with-smart-keys-buttons-on-delimited-thing-calls-org-meta-return
93,2875
+(ert-deftest smart-org-mode-with-smart-keys-buttons-on-org-link-activates
105,3284
+(ert-deftest
smart-org-mode-with-no-smart-keys-on-delimited-thing-calls-org-meta-return
117,3666
+(ert-deftest
smart-org-mode-with-no-smart-keys-on-hypb-button-calls-org-meta-return 130,4106
+(ert-deftest smart-org-mode-with-no-smart-keys-on-org-link-is-org-meta-return
142,4467
+
+test/hy-test-dependencies.el,48
+(defun hy-test-ensure-package-installed 27,691
test/hy-test-helpers.el,377
(defun hy-test-helpers:consume-input-events 25,572
@@ -2880,6 +2893,3 @@ test/hy-test-helpers.el,377
(defun hy-test-helpers:kill-buffer 60,2039
(cl-defun hy-test-helpers-verify-hattr-at-p 65,2169
(defun hy-delete-file-and-buffer 75,2641
-
-test/hy-test-dependencies.el,48
-(defun hy-test-ensure-package-installed 27,691
diff --git a/hactypes.el b/hactypes.el
index b611552479..62231726d2 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: 6-Aug-23 at 16:22:54 by Bob Weiner
+;; Last-Mod: 29-Oct-23 at 23:46:32 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -438,8 +438,8 @@ the window or as close as possible."
(compile-goto-error)
(hpath:find-line path line-num))))
-(defact link-to-file-line-and-column (path line-num column-num)
- "Display a file given by PATH scrolled to LINE-NUM with point at COLUMN-NUM."
+(defact link-to-file-line-and-column (path line-num col-num)
+ "Display a file given by PATH scrolled to LINE-NUM with point at COL-NUM."
(interactive "fPath to link to: \nnDisplay at line number: \nnand column
number: ")
;; Remove any double quotes and whitespace at the start and end of
;; the path that interactive use may have introduced.
@@ -449,9 +449,12 @@ the window or as close as possible."
(error t))
(if (and (stringp path) (not (file-name-absolute-p path))
(compilation-buffer-p (current-buffer)))
- (compile-goto-error)
- (hpath:find-line path line-num))
- (move-to-column column-num)))
+ (progn (compile-goto-error)
+ (move-to-column
+ (if (string-match "\\.kotl?\\(\\'\\|#\\)" path)
+ (+ (kcell-view:indent) col-num)
+ col-num)))
+ (hpath:find-line path line-num col-num))))
(defact link-to-gbut (key &optional _key-file)
"Perform an action given by an existing global button, specified by KEY.
@@ -560,17 +563,25 @@ If FILE is nil, use the current buffer.
If CELL-REF is nil, show the first cell in the view."
(interactive (hargs:iform-read '(interactive "fKotl file to link to:
\n+KKcell to link to: ")))
(require 'kfile)
- (cond ((if file
- (hpath:find file)
- (hpath:display-buffer (current-buffer)))
- (if cell-ref
- (kotl-mode:goto-cell cell-ref)
- (kotl-mode:beginning-of-buffer))
- (recenter 0))
- ((and (stringp cell-ref) (> (length cell-ref) 0)
- (eq ?| (aref cell-ref 0)))
- ;; Activate view spec in current window.
- (kotl-mode:goto-cell cell-ref))))
+ ;; May already be in an 'hpath:find' call where the referent buffer
+ ;; has already been made current. In that case, skip a second
+ ;; display of the buffer.
+ (unless (and (hyperb:stack-frame '(hpath:find))
+ ;; Perform a loose test that the current buffer
+ ;; file name matches the path file name since exact
+ ;; matching of path is likely to be wrong in
+ ;; certain cases, e.g. with mount point or os path
+ ;; alterations.
+ buffer-file-name
+ file
+ (or (null file)
+ (string-empty-p file)
+ (equal (file-name-nondirectory file)
+ (file-name-nondirectory buffer-file-name))))
+ (if (stringp file)
+ (hpath:find file)
+ (hpath:display-buffer (current-buffer))))
+ (kotl-mode:goto-cell-ref cell-ref))
(defact link-to-mail (mail-msg-id &optional mail-file)
"Display mail msg with MAIL-MSG-ID from optional MAIL-FILE.
diff --git a/hib-social.el b/hib-social.el
index c09238333a..398231506c 100644
--- a/hib-social.el
+++ b/hib-social.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 20-Jul-16 at 22:41:34
-;; Last-Mod: 3-Oct-23 at 23:24:37 by Mats Lidell
+;; Last-Mod: 28-Oct-23 at 12:27:26 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -632,8 +632,7 @@ A git commit reference has the form \"commit a55e21\".
Hyperbole also includes two commands, `hypb:fgrep-git-log' and
`hypb:grep-git-log' to list git commit references whose changesets
contain either the string (fgrep) or regular expression (grep) given.
-Then an Action Key displays the associated changeset.
-"
+Then an Action Key displays the associated changeset."
(when (save-excursion
(beginning-of-line)
(looking-at "\\(^\\|\\s-+\\)\\(commit
#?\\([0-9a-f][0-9a-f][0-9a-f][0-9a-f]+\\)\\)\\(\\s-\\|$\\)"))
diff --git a/hinit.el b/hinit.el
index d8fa344f31..51aeda854c 100644
--- a/hinit.el
+++ b/hinit.el
@@ -3,11 +3,11 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 1-Oct-91 at 02:32:51
-;; Last-Mod: 25-Jul-22 at 17:44:31 by Mats Lidell
+;; Last-Mod: 29-Oct-23 at 10:07:47 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
-;; Copyright (C) 1991-2022 Free Software Foundation, Inc.
+;; Copyright (C) 1991-2023 Free Software Foundation, Inc.
;; See the "HY-COPY" file for license information.
;;
;; This file is part of GNU Hyperbole.
@@ -26,7 +26,9 @@
;;; Other required Elisp libraries
;;; ************************************************************************
-(eval-and-compile (mapc #'require '(hvar hui-menu hui-mouse hypb hui hui-mini
hbmap hibtypes)))
+;; Note: hibtypes must be loaded before hui-menu or klink defib priority
+;; could be set improperly.
+(eval-and-compile (mapc #'require '(hvar hibtypes hui-menu hui-mouse hypb hui
hui-mini hbmap)))
;;; ************************************************************************
;;; Public functions
diff --git a/hmouse-tag.el b/hmouse-tag.el
index 8067681cc8..1c2affa5ae 100644
--- a/hmouse-tag.el
+++ b/hmouse-tag.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 24-Aug-91
-;; Last-Mod: 21-Oct-23 at 10:45:26 by Bob Weiner
+;; Last-Mod: 30-Oct-23 at 02:02:21 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -1388,7 +1388,8 @@ See the \"${hyperb:dir}/smart-clib-sym\" script for more
information."
(when (boundp 'tags-file-name) tags-file-name)))
find-tag-result
(tags-add-tables nil))
- (cond ((and func (or tags-table-list tags-file-name) (setq find-tag-result
(funcall func tag)))
+ (cond ((and func (or tags-table-list tags-file-name)
+ (setq find-tag-result (funcall func tag)))
(cond ((or (eq (type-of find-tag-result) 'xref-item)
(vectorp find-tag-result))
(hpath:display-buffer (xref-item-buffer find-tag-result))
diff --git a/hpath.el b/hpath.el
index 508a872623..b176e705f9 100644
--- a/hpath.el
+++ b/hpath.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 1-Nov-91 at 00:44:23
-;; Last-Mod: 3-Oct-23 at 17:39:29 by Mats Lidell
+;; Last-Mod: 29-Oct-23 at 23:45:02 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -1373,15 +1373,17 @@ If PATHNAME does not start with a prefix character:
of the form, <file>#<anchor-name>, e.g. \"~/.bashrc#Alias
Section\";
- it may end with a line number and optional column number to which to go,
- of the form, :<line-number>[:<column-number>], e.g. \"~/.bashrc:20:5\";
- normally, this is an absolute line number (disabling buffer restriction),
- but if preceded by a hash-style link reference, it is relative to the
- location of the link anchor;
+ it may end with a line number (starts from 1) and optional column number
+ (starts from 0) to which to go, of the form,
+ :<line-number>[:<column-number>], e.g. \"~/.bashrc:20:5\"; normally, this
+ is an absolute line number (disabling buffer restriction), but if
+ preceded by a hash-style link reference, it is relative to the location
+ of the link anchor and in the case of Koutlines, relative to the indent
+ of the cell;
if it matches a regular expression in the alist returned by
(hpath:get-external-display-alist), invoke the associated external
- display program
+ display program;
if not, consult `hpath:internal-display-alist' for a specialized internal
display function to use;
@@ -1404,7 +1406,8 @@ but locational suffixes within the file are utilized."
;; stripped off, so it is just a findable path.
(let ((case-fold-search t)
(default-directory default-directory)
- modifier loc anchor hash path line-num col-num)
+ modifier loc anchor anchor-start-pos hash
+ kotl-flag path path-with-anchor line-num col-num)
(setq loc (hattr:get 'hbut:current 'loc)
default-directory (or (hattr:get 'hbut:current 'dir)
;; Loc may be a buffer without a file
@@ -1424,6 +1427,8 @@ but locational suffixes within the file are utilized."
(when (string-match hpath:markup-link-anchor-regexp path)
(setq hash t
anchor (match-string 3 path)
+ anchor-start-pos (match-beginning 3)
+ path-with-anchor path
path (if (match-end 1)
(substring path 0 (match-end 1))
(or buffer-file-name "")))
@@ -1486,7 +1491,8 @@ but locational suffixes within the file are utilized."
(hpath:command-string executable pathname))
(error "(hpath:find): No available executable from: %s"
display-executables)))
- (t (setq path (hpath:validate path)) ;; signals error when
invalid
+ (t (setq path (hpath:validate path) ;; signals error when
invalid
+ kotl-flag (string-match "\\.kotl?\\'" path))
(let ((buf (cond
;; If no path, e.g. just an anchor link in
a non-file buffer,
;; then must display within Emacs, ignoring
any external programs.
@@ -1506,16 +1512,24 @@ but locational suffixes within the file are utilized."
(when (and buffer-file-name
(equal (file-name-nondirectory path)
(file-name-nondirectory
buffer-file-name)))
- (when (or hash anchor)
- (hpath:to-markup-anchor hash anchor))
+ (cond ((and anchor kotl-flag)
+ (klink:act path-with-anchor
anchor-start-pos))
+ ((or hash anchor)
+ (hpath:to-markup-anchor hash anchor)))
(when line-num
;; With an anchor, goto line relative to anchor
;; location, otherwise use absolute line number
;; within the visible buffer portion.
(if (or hash anchor)
- (forward-line line-num)
+ (forward-line (1- line-num))
(hpath:to-line line-num)))
- (when col-num (move-to-column col-num))
+ (when col-num
+ (move-to-column
+ (if kotl-flag
+ (+ (kcell-view:indent) col-num)
+ col-num)))
+ (when kotl-flag
+ (kotl-mode:to-valid-position))
(current-buffer)))))))))))
(defun hpath:to-markup-anchor (hash anchor)
@@ -1604,8 +1618,8 @@ Return nil if none are found."
executable-list)
nil))
-(defun hpath:find-line (filename line-num &optional display-where)
- "Edit file FILENAME with point placed at LINE-NUM.
+(defun hpath:find-line (filename line-num &optional col-num display-where)
+ "Edit file FILENAME with point placed at LINE-NUM and optional COL-NUM.
`hpath:display-where-alist' is consulted using the optional
argument, DISPLAY-WHERE (a symbol) or if that is nil, the value
@@ -1618,9 +1632,12 @@ frame. Always return t."
(when (string-match hpath:prefix-regexp filename)
(setq filename (substring filename (match-end 0))))
(hpath:find
- (if (integerp line-num)
- (concat filename ":" (int-to-string line-num))
- filename)
+ (concat
+ filename
+ (when (integerp line-num)
+ (concat ":" (int-to-string line-num)))
+ (when (integerp col-num)
+ (concat ":" (int-to-string col-num))))
display-where)
t)
@@ -2039,11 +2056,15 @@ Return LINKNAME unchanged if it is not a symbolic link
but is a pathname."
referent)
(defun hpath:to-line (line-num)
- "Move point to the start of an absolute LINE-NUM or the last line."
+ "Move point to the start of an absolute LINE-NUM or the last line.
+This ignores any buffer narrowing (aside from Koutlines) when
+computing the line number, but does restore the narrowing if
+point ends within the narrowed region."
(let ((omin (point-min))
(omax (point-max)))
(unwind-protect
- (progn (widen)
+ (progn (unless (derived-mode-p 'kotl-mode)
+ (widen))
(goto-char (point-min))
(if (eq selective-display t)
(re-search-forward "[\n\r]" nil 'end (1- line-num))
diff --git a/hsys-org-roam.el b/hsys-org-roam.el
index 0b40cefe5f..cb2436d221 100644
--- a/hsys-org-roam.el
+++ b/hsys-org-roam.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 26-Feb-23 at 11:20:15 by Bob Weiner
-;; Last-Mod: 6-Oct-23 at 00:11:40 by Mats Lidell
+;; Last-Mod: 29-Oct-23 at 16:08:40 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -37,9 +37,9 @@
;;;###autoload
(defun hsys-org-roam-consult-grep ()
- "Search with the consult org-roam grep command.
-Interactively show all matches from `hyrolo-file-list'.
-Prompt for the search pattern."
+ "Prompt for search terms and run consult grep over `org-roam-directory'
+Actual grep function used is given by the variable,
+`consult-org-roam-grep-func'."
(interactive)
(unless (package-installed-p 'consult-org-roam)
(package-install 'consult-org-roam))
@@ -49,7 +49,7 @@ Prompt for the search pattern."
consult-org-roam-grep-func)))
(if grep-func
(funcall grep-func org-roam-directory)
- (error "(hyrolo-consult-org-roam-grep): `%s' is an invalid function"
+ (error "(hsys-org-roam-consult-grep): `%s' is an invalid function"
consult-org-roam-grep-func))))
(provide 'hsys-org-roam)
diff --git a/hsys-org.el b/hsys-org.el
index 7d15037a2a..07e178a125 100644
--- a/hsys-org.el
+++ b/hsys-org.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 2-Jul-16 at 14:54:14
-;; Last-Mod: 3-Oct-23 at 17:07:24 by Mats Lidell
+;; Last-Mod: 29-Oct-23 at 16:14:28 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -42,6 +42,11 @@
;;; Public declarations
;;; ************************************************************************
+(defcustom hsys-org-consult-grep-func #'consult-grep
+ "Function for consult grep searching over files."
+ :type 'function
+ :group 'org)
+
;; `org-show-context' is obsolete as of Org 9.6, use `org-fold-show-context'
;; instead.
(unless (fboundp #'org-fold-show-context)
@@ -58,24 +63,6 @@
(declare-function action-key "hmouse-drv")
(declare-function hkey-either "hmouse-drv")
-;;;###autoload
-(defun hsys-org-meta-return-shared-p ()
- "Return non-nil if hyperbole-mode is active and shares the org-meta-return
key."
- (let ((org-meta-return-keys (where-is-internal #'org-meta-return
org-mode-map)))
- (when (or (set:intersection org-meta-return-keys
- (where-is-internal #'hkey-either
hyperbole-mode-map))
- (set:intersection org-meta-return-keys
- (where-is-internal #'action-key
hyperbole-mode-map)))
- t)))
-
-;;;###autoload
-(defun hsys-org-meta-return ()
- "Call `org-meta-return' with the numeric value of any prefix arg when given."
- (interactive "P")
- (if current-prefix-arg
- (org-meta-return (prefix-numeric-value current-prefix-arg))
- (org-meta-return)))
-
;;;###autoload
(defcustom hsys-org-enable-smart-keys 'unset
"This applies in Org major/minor modes only when `hyperbole-mode' is active.
@@ -152,6 +139,39 @@ an error."
;;; Public functions
;;; ************************************************************************
+;;;###autoload
+(defun hsys-org-meta-return-shared-p ()
+ "Return non-nil if hyperbole-mode is active and shares the org-meta-return
key."
+ (let ((org-meta-return-keys (where-is-internal #'org-meta-return
org-mode-map)))
+ (when (or (set:intersection org-meta-return-keys
+ (where-is-internal #'hkey-either
hyperbole-mode-map))
+ (set:intersection org-meta-return-keys
+ (where-is-internal #'action-key
hyperbole-mode-map)))
+ t)))
+
+;;;###autoload
+(defun hsys-org-meta-return ()
+ "Call `org-meta-return' with the numeric value of any prefix arg when given."
+ (interactive "P")
+ (if current-prefix-arg
+ (org-meta-return (prefix-numeric-value current-prefix-arg))
+ (org-meta-return)))
+
+;;;###autoload
+(defun hsys-org-consult-grep ()
+ "Prompt for search terms and run consult grep over `org-directory'
+Actual grep function used is given by the variable,
+`hsys-org-consult-grep-func'."
+ (interactive)
+ (require 'org)
+ (let ((grep-func (when (and (boundp 'hsys-org-consult-grep-func)
+ (fboundp hsys-org-consult-grep-func))
+ hsys-org-consult-grep-func)))
+ (if grep-func
+ (funcall grep-func org-directory)
+ (error "(hsys-org-consult-grep): `%s' is an invalid function"
+ hsys-org-consult-grep-func))))
+
;;;###autoload
(defun hsys-org-mode-p ()
"Return non-nil if point is within an Org major or minor-mode buffer."
diff --git a/hui-em-but.el b/hui-em-but.el
index bc551b6811..de0ef5033f 100644
--- a/hui-em-but.el
+++ b/hui-em-but.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 21-Aug-92
-;; Last-Mod: 21-Jun-23 at 00:22:22 by Bob Weiner
+;; Last-Mod: 29-Oct-23 at 10:13:42 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -31,7 +31,11 @@
(require 'hload-path)
(require 'custom) ;; For defface.
(require 'hbut)
-(eval-when-compile (require 'hyrolo))
+
+;; Comment out next line out because this triggers loads of kview
+;; which loads klink which contains a defib whose priority should be set
+;; by loading klink from hibtypes.el instead.
+;; (eval-when-compile (require 'hyrolo))
;;; ************************************************************************
;;; Public variables
diff --git a/hyrolo.el b/hyrolo.el
index 5abbcd74f0..8185900d0b 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: 3-Oct-23 at 17:20:51 by Mats Lidell
+;; Last-Mod: 29-Oct-23 at 16:27:08 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -1364,7 +1364,7 @@ returned to the number given."
;;;###autoload
(defun hyrolo-org-roam (string &optional max-matches)
- "Search Org Roam directory files for STRING or logical sexpression.
+ "Search `org-roam-directory' files for STRING or logical sexpression.
OPTIONAL prefix arg, MAX-MATCHES, limits the number of matches
returned to the number given."
(interactive "sFind Org Roam directory string (or logical sexpression): \nP")
@@ -1384,8 +1384,6 @@ returned to the number given."
;;; Public functions
;;; ************************************************************************
-
-
(defun hyrolo-back-to-visible-point ()
(interactive)
(while (and (not (bobp)) (invisible-p (point)))
diff --git a/kotl/EXAMPLE.kotl b/kotl/EXAMPLE.kotl
index 8fee7f1554..a4fe3b56a6 100644
--- a/kotl/EXAMPLE.kotl
+++ b/kotl/EXAMPLE.kotl
@@ -318,24 +318,24 @@
hide all cells below level one. Use {C-u C-c C-a} to restore a
view of all cells.
- 3c. Hyperlinks may be embedded in cells and may refer to other cells.
- Explicit Hyperbole buttons may be created as usual via mouse drags,
- see "(hyperbole)By Dragging". A klink is a special implicit link
- button that jumps to a specific outline cell.
+ 3c. Klinks: Hyperlinks may be embedded in cells and may refer to other
+ cells. Explicit Hyperbole buttons may be created as usual via
+ mouse drags, see "(hyperbole)By Dragging". A klink is a special
+ implicit link button that jumps to a specific outline cell.
3c1. Here are three klink examples:
- 3c1a. <@ 3b=06> jumps to the cell within this outline which has
- permanent id `06' and relative id `3b'. <@ 06> does the same
- thing, as does <@ 3b>, though this latter form will not
- maintain the link properly if the cell is moved elsewhere
+ 3c1a. <#3b=06> or <@ 3b=06> jumps to the cell within this outline
+ which has permanent id `06' and relative id `3b'. <@ 06> does
+ the same thing, as does <@ 3b>, though this latter form will
+ not maintain the link properly if the cell is moved elsewhere
within the outline.
- 3c1b. <EXAMPLE.kotl, 4=012 |c1e> displays the named file, starting at
- the unimplemented features section whose permanent identifer is
- 012, with the view specification of: blank lines turned off,
- cutoff after one line per cell, and show ellipses for cells or
- trees which are clipped.
+ 3c1b. <EXAMPLE.kotl#4=012|c1e> or <EXAMPLE.kotl, 4=012 |c1e> displays
+ the named file, starting at the unimplemented features section
+ whose permanent identifer is 012, with the view specification
+ of: blank lines turned off, cutoff after one line per cell, and
+ show ellipses for cells or trees which are clipped.
3c1c. <|ben> is a klink consisting of just a view specification.
When activated, it sets the view in the current outline to
@@ -416,7 +416,7 @@
"ben" ;; kvspec:current
-85 ;; id-counter
+150 ;; id-counter
alpha ;; label-type
3 ;; label-min-width
". " ;; label-separator
@@ -424,141 +424,141 @@ alpha ;; label-type
;; depth-first kcell attributes
[[0
- (idstamp 0 creator "rsw@gnu.org" create-time "20220117:22:23:52" id-counter
85 file "/Users/bk/Dropbox/emacs/hyperbole/kotl/EXAMPLE.kotl")]
+ (idstamp 0 creator "rsw@gnu.org" create-time "20220117:22:23:52" id-counter
150 file "/Users/bk/Dropbox/emacs/hyperbole/kotl/EXAMPLE.kotl")]
[20
(creator "rsw@gnu.org" create-time "19940104:17:38:28" no-fill t)]
[2
(creator "rsw@gnu.org" create-time "19940104:17:38:28" no-fill t)]
[34
(creator "rsw@gnu.org" create-time "19940610:16:43:55")]
- [35
- (creator "rsw@gnu.org" create-time "19940610:16:44:03")]
- [4
- (creator "rsw@gnu.org" create-time "19940104:17:38:29")]
- [5
- (creator "rsw@gnu.org" create-time "19940104:17:38:29")]
- [6
- (creator "rsw@gnu.org" create-time "19940104:17:38:29")]
- [14
- (creator "rsw@gnu.org" create-time "19940104:17:38:29")]
- [67
- (creator "rsw@gnu.org" create-time "19951028:04:29:13" no-fill t)]
- [15
- (creator "rsw@gnu.org" create-time "19940104:17:38:29")]
- [31
- (creator "rsw@gnu.org" create-time "19940306:18:11:43")]
- [7
- (creator "rsw@gnu.org" create-time "19940104:17:38:29")]
- [46
- (creator "rsw@gnu.org" create-time "19950614:21:35:17")]
- [43
- (creator "rsw@gnu.org" create-time "19940610:22:00:46")]
- [22
- (creator "rsw@gnu.org" create-time "19940127:22:41:42")]
- [82
- (creator "rsw@gnu.org" create-time "20220126:04:52:26" no-fill t fontified
t)]
- [32
- (creator "rsw@gnu.org" create-time "19940610:16:31:28")]
- [41
- (creator "rsw@gnu.org" create-time "19940610:18:55:09")]
- [42
- (creator "rsw@gnu.org" create-time "19940610:18:55:57")]
- [33
- (creator "rsw@gnu.org" create-time "19940610:16:31:29")]
- [47
- (creator "rsw@gnu.org" create-time "19951022:22:59:26")]
- [8
- (creator "rsw@gnu.org" create-time "19940104:17:38:29")]
- [28
- (creator "rsw@gnu.org" create-time "19940128:22:50:44")]
- [29
- (creator "rsw@gnu.org" create-time "19940128:22:50:54")]
- [10
- (creator "rsw@gnu.org" create-time "19940104:17:38:29")]
- [30
- (creator "rsw@gnu.org" create-time "19940129:00:27:59")]
- [62
- (creator "rsw@gnu.org" create-time "19951026:08:32:57" no-fill t)]
- [70
- (creator "rsw@gnu.org" create-time "19951030:19:18:49" no-fill t)]
- [71
- (creator "rsw@gnu.org" create-time "19951030:19:19:40" no-fill t)]
- [73
- (creator "rsw@gnu.org" create-time "19951030:19:23:09" no-fill t)]
- [63
- (creator "rsw@gnu.org" create-time "19951026:19:31:34" no-fill t)]
- [64
- (creator "rsw@gnu.org" create-time "19951026:19:33:01" no-fill t)]
- [69
- (creator "rsw@gnu.org" create-time "19951029:06:24:35" no-fill t)]
- [68
- (creator "rsw@gnu.org" create-time "19951029:06:24:27" no-fill t)]
- [65
- (creator "rsw@gnu.org" create-time "19951026:19:33:08" no-fill t)]
- [66
- (creator "rsw@gnu.org" create-time "19951026:19:33:15" no-fill t)]
- [77
- (creator "rsw@gnu.org" create-time "19980226:19:54:44" no-fill t)]
- [48
- (creator "rsw@gnu.org" create-time "19951023:05:55:19" no-fill t)]
- [57
- (creator "rsw@gnu.org" create-time "19951023:10:07:06" no-fill t)]
- [58
- (creator "rsw@gnu.org" create-time "19951023:10:07:26" no-fill t)]
- [49
- (creator "rsw@gnu.org" create-time "19951023:05:55:55" no-fill t)]
- [55
- (creator "rsw@gnu.org" create-time "19951023:08:56:41" no-fill t)]
- [50
- (creator "rsw@gnu.org" create-time "19951023:05:57:26" no-fill t)]
- [51
- (creator "rsw@gnu.org" create-time "19951023:05:58:31" no-fill t)]
- [56
- (creator "rsw@gnu.org" create-time "19951023:08:57:09" no-fill t)]
- [52
- (creator "rsw@gnu.org" create-time "19951023:05:59:59" no-fill t)]
- [53
- (creator "rsw@gnu.org" create-time "19951023:06:00:48" no-fill t)]
- [54
- (creator "rsw@gnu.org" create-time "19951023:06:05:50" no-fill t)]
- [26
- (creator "rsw@gnu.org" create-time "19940128:03:56:23")]
- [27
- (creator "rsw@gnu.org" create-time "19940128:22:36:54")]
- [59
- (creator "rsw@gnu.org" create-time "19951024:03:40:05" no-fill t)]
- [60
- (creator "rsw@gnu.org" create-time "19951024:03:40:13" no-fill t)]
- [61
- (creator "rsw@gnu.org" create-time "19951024:03:40:42")]
- [1
- (creator "rsw@gnu.org" create-time "19940104:17:38:29")]
- [83
- (creator "rsw@gnu.org" create-time "20220416:21:55:12")]
- [84
- (creator "rsw@gnu.org" create-time "20220416:22:01:13")]
- [85
- (creator "rsw@gnu.org" create-time "20220416:22:04:05")]
- [11
- (creator "rsw@gnu.org" create-time "19940104:17:38:29")]
- [80
- (no-fill t create-time "20220117:22:26:40" creator "rsw@gnu.org")]
- [81
- (no-fill t create-time "20220117:22:26:47" creator "rsw@gnu.org")]
- [78
- (no-fill t create-time "20220117:22:26:33" creator "rsw@gnu.org")]
- [12
- (creator "rsw@gnu.org" create-time "19940104:17:38:29")]
- [44
- (creator "rsw@gnu.org" create-time "19940728:21:56:49")]
- [36
- (creator "rsw@gnu.org" create-time "19940610:16:49:34")]
- [37
- (creator "rsw@gnu.org" create-time "19940610:16:50:02")]
- [38
- (creator "rsw@gnu.org" create-time "19940610:16:50:13")]
- [13
- (creator "rsw@gnu.org" create-time "19940104:17:38:29")]
- [16
- (creator "rsw@gnu.org" create-time "19940104:17:38:29")]
- nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil]
+ [86
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [87
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [88
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [89
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [90
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [91
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [92
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [93
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [94
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [95
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [96
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [97
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [98
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [99
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [100
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [101
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [102
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [103
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [104
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [105
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [106
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [107
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [108
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [109
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [110
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [111
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [112
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [113
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [114
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [115
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [116
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [117
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [118
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [119
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [120
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [121
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [122
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [123
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [124
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [125
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [126
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [127
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [128
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [129
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [130
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [131
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [132
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [133
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [134
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [135
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [136
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [137
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [138
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [139
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [140
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [141
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [142
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [143
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [144
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [145
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [146
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [147
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [148
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [149
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ [150
+ (creator "rsw@gnu.org" create-time "20231030:06:08:35")]
+ nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil]
diff --git a/kotl/kcell.el b/kotl/kcell.el
index 18331644eb..240fc99270 100644
--- a/kotl/kcell.el
+++ b/kotl/kcell.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 1-May-93
-;; Last-Mod: 4-Oct-23 at 19:10:12 by Mats Lidell
+;; Last-Mod: 29-Oct-23 at 09:16:43 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -85,14 +85,23 @@ If any item in the list is missing, it is nil."
;; !! TODO: Remove any relative specs and view specs from
;; cell-ref to form cell-id. Really should account for Augment-style
;; relative specs here, but we don't yet support them.
- (if (and (stringp cell-ref)
- (string-match "\\(\\.[a-zA-Z]+\\)?\\([|:][^|: \t\n\r\f]
*\\)\\|\\.[a-zA-Z]+"
- cell-ref))
- (setq cell-id (substring cell-ref 0 (match-beginning 0))
- kvspec (when (match-beginning 2)
- (match-string 2 cell-ref)))
- (setq cell-id cell-ref
- kvspec nil))
+ (cond ((and (stringp cell-ref)
+ (string-match "\\(\\.[a-zA-Z]+\\)?\\([|:][^|:
\t\n\r\f]+\\)\\|\\.[a-zA-Z]+"
+ cell-ref))
+ ;; relative cell id and optional kvspec
+ (setq cell-id (substring cell-ref 0 (match-beginning 0))
+ kvspec (when (match-beginning 2)
+ (match-string 2 cell-ref))))
+ ((and (stringp cell-ref)
+ (string-match "[^|\n\r\f]+?\\([|:][^|: \t\n\r\f]+\\)"
+ cell-ref))
+ ;; string heading and optional kvspec
+ (setq cell-id (string-trim (substring cell-ref 0 (match-beginning
0)))
+ kvspec (when (match-beginning 1)
+ (match-string 1 cell-ref))))
+ ;; idstring with no kvspec
+ (t (setq cell-id cell-ref
+ kvspec nil)))
(list cell-id kvspec)))
(defun kcell:plist (kcell)
@@ -103,17 +112,17 @@ If any item in the list is missing, it is nil."
(defun kcell:ref-to-id (cell-ref &optional kviewspec-flag)
"Return a CELL-REF string converted to a cell idstamp (integer).
If CELL-REF contains both a relative and a permanent id, the permanent id is
-returned. If CELL-REF is invalid, nil is returned.
+returned. If CELL-REF is invalid or does not exist, nil is returned.
If optional KVIEWSPEC-FLAG is non-nil and CELL-REF includes a
-viewspec, return the concatenation of the idstamp, an optional space
-and the viewspec.
+viewspec, return the the idstamp concatenated with the viewspec
+(begins with a | character) as a string.
CELL-REF may be a whole number:
12 - permanent idstamp
-or any of the following string forms:
+or may be composed from these string forms:
1 or 1b - relative id, augment style
1.2 - relative id, legal style
012 - permanent idstamp
@@ -136,11 +145,12 @@ Augment capabilities not yet implemented and ignored for
now:
cell-ref)))
((stringp cell-ref)
(let (kviewspec
+ relative-id-string
idstamp-string)
;; Remove whitespace and any comma
(setq cell-ref (replace-regexp-in-string "\\s-*,?\\s-*" ""
cell-ref nil t))
(if (string-equal cell-ref "0")
- "0"
+ (setq idstamp-string "0")
;; Ignore Augment :viewspec.
(when (string-match ":" cell-ref)
(setq cell-ref (substring cell-ref 0 (match-beginning 0))))
@@ -151,27 +161,32 @@ Augment capabilities not yet implemented and ignored for
now:
(setq idstamp-string
(cond
((string-match-p "[^.= \t\n\r\f0-9a-zA-Z]" cell-ref) nil)
- ((or (string-match "^\\([.0-9a-zA-Z]+\\)=\\(0[0-9]*\\)$"
- cell-ref)
- ;; idstamp only
- (string-match "^\\(\\)\\(0[0-9]*\\)$" cell-ref))
+ ((or
+ ;; relative cell ref and idstamp
+ (string-match
"\\`\\([1-9][.0-9a-zA-Z]*\\)=\\(0[0-9]*\\)\\'" cell-ref)
+ ;; idstamp only
+ (string-match "\\`\\(\\)\\(0[0-9]*\\)\\'" cell-ref))
(setq idstamp-string (match-string 2 cell-ref))
;; Validate that idstamp value exists, else return nil
(when (kproperty:position 'idstamp (string-to-number
idstamp-string))
idstamp-string))
- ((string-match "^\\([.0-9a-zA-Z]+\\)$" cell-ref)
- ;; relative label
- (setq idstamp-string (match-string 1 cell-ref))
+ ((string-match "\\`\\([1-9][.0-9a-zA-Z]*\\)\\'" cell-ref)
+ ;; relative cell ref
+ (setq relative-id-string (match-string 1 cell-ref))
(save-excursion
(goto-char (point-min))
- (when (re-search-forward (concat "^[ \t]*"
(regexp-quote idstamp-string)
+ (when (re-search-forward (concat "^[ \t]*"
(regexp-quote relative-id-string)
(regexp-quote
(kview:label-separator kotl-kview)))
nil t)
-
(setq idstamp-string (kcell-view:idstamp))
;; Validate that idstamp value exists, else return
nil
(when (kproperty:position 'idstamp (string-to-number
idstamp-string))
- idstamp-string)))))))
+ idstamp-string))))
+ ((save-excursion
+ (when (kotl-mode:goto-heading cell-ref)
+ ;; textual label at the beginning of a cell
+ (setq idstamp-string (kcell-view:idstamp))))))))
+
(if idstamp-string
(if (and kviewspec-flag kviewspec)
(concat idstamp-string kviewspec)
diff --git a/kotl/klink.el b/kotl/klink.el
index 5b15d14693..6482434e1e 100644
--- a/kotl/klink.el
+++ b/kotl/klink.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 15-Nov-93 at 12:15:16
-;; Last-Mod: 4-Oct-23 at 00:01:43 by Mats Lidell
+;; Last-Mod: 30-Oct-23 at 01:00:01 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -120,12 +120,12 @@ return an absolute klink string. Klink returned is of
the form:
(file (or (car file-and-cell-ref) buffer-file-name))
(cell-ref (nth 1 file-and-cell-ref)))
(klink:set-yank-handler
- (format "<%s, %s>" (expand-file-name file) cell-ref)))))
+ (format "<%s#%s>" (expand-file-name file) cell-ref)))))
;;;###autoload
(defun klink:create (reference)
"Insert at point an implicit link to REFERENCE.
-REFERENCE should be a cell-ref or a string containing \"filename, cell-ref\".
+REFERENCE should be a cell-ref or a string containing \"filename#cell-ref\".
See documentation for `kcell:ref-to-id' for valid cell-ref formats."
(interactive
(progn
@@ -134,7 +134,7 @@ See documentation for `kcell:ref-to-id' for valid cell-ref
formats."
(hattr:set 'hbut:current 'dir default-directory)
(save-excursion
(hargs:iform-read
- '(interactive "*+LInsert link to <[file,] cell-id [|vspecs]>: ")))))
+ '(interactive "*+LInsert link to <[file]#cell-id[|vspecs]>: ")))))
(barf-if-buffer-read-only)
;; Reference generally is a string. It may be a list as a string, e.g.
;; "(\"file\" \"cell\")", in which case, we remove the unneeded internal
@@ -142,7 +142,8 @@ See documentation for `kcell:ref-to-id' for valid cell-ref
formats."
(and (stringp reference) (> (length reference) 0)
(eq (aref reference 0) ?\()
(setq reference (replace-regexp-in-string "\\\"" "" reference nil t)))
- ;; This `default-directory' setting is referenced in "hargs.el" for getting
arguments.
+ ;; This `default-directory' setting is referenced in "hargs.el" for
+ ;; getting arguments.
(hattr:set 'hbut:current 'dir default-directory)
(let (file-ref cell-ref)
(setq reference (klink:parse reference)
@@ -154,13 +155,14 @@ See documentation for `kcell:ref-to-id' for valid
cell-ref formats."
(setq file-ref nil))
(cond (file-ref
(setq file-ref (hpath:relative-to file-ref))
- ;; "./" prefix, if any.
- (if (string-match "^\\./" file-ref)
- (setq file-ref (substring file-ref (match-end 0))))
+ ;; Remove "./" prefix, if any.
+ (when (string-match "^\\./" file-ref)
+ (setq file-ref (substring file-ref (match-end 0))))
(insert "<" file-ref)
- (if cell-ref (insert ", " cell-ref))
+ (when cell-ref
+ (insert "#" cell-ref))
(insert ">"))
- (cell-ref (insert "<@ " cell-ref ">"))
+ (cell-ref (insert "<#" cell-ref ">"))
(t (error "(klink:create) Invalid reference, `%s'" reference)))))
;;;###autoload
@@ -208,16 +210,18 @@ link-end-position, (including delimiters)."
(not (eq (preceding-char) ?#))
;; Don't match to \<(explicit)> or <[implicit]> Hyperbole
;; buttons or message attachments such as <#part ...>
- (not (memq (char-after (1+ (point))) '(?\( ?\[ ?#)))))
+ (not (memq (char-after (1+ (point))) '(?\( ?\[)))
+ (not (looking-at "<#part\\s-"))))
(setq label-and-pos (hbut:label-p t "<" ">" t))
(stringp (setq referent (car label-and-pos)))
(setq referent (string-trim referent))
;; Ensure it conforms to some klink specification.
- (or (string-match "^ *[-@|!&]" referent)
- (if (string-match "\\s-*," referent)
- (progn (setq path (substring referent 0 (match-beginning 0)))
+ (or (string-match "\\`[ \t]*[-#@|!&]" referent)
+ (and (or (when (string-match "\\s-*,\\|#[0-9a-z.=]+\\'" referent)
+ (setq path (substring referent 0 (match-beginning 0)))
(hpath:is-p (expand-file-name path (hbut:get-key-src
t t))))
- (hpath:is-p (expand-file-name referent (hbut:get-key-src t
t)))))
+ (hpath:is-p (expand-file-name referent
(hbut:get-key-src t t))))
+ (string-match "\\.kot" referent)))
;; Eliminate matches to e-mail addresses like, <user@domain>
(not (string-match "[^<> \t\n\r\f][!&@]" referent))
;; Eliminate matches to URLs but allow for single char Windows path
drive prefixes
@@ -255,9 +259,11 @@ See documentation for the `link-to-kotl' function for
valid klink formats."
(defact link-to-kotl (link)
"Display at the top of another window the referent pointed to by LINK.
LINK may be of any of the following forms; the <> are optional:
- < pathname [, cell-ref] >
< [-!&] pathname >
- < @ cell-ref >
+ < pathname [#cell-ref] > or < pathname [, cell-ref] >
+ < #cell-ref > or < @ cell-ref >
+ < |viewspec >
+ < :augment-viewspec >
See documentation for `kcell:ref-to-id' for valid cell-ref formats."
@@ -265,18 +271,21 @@ See documentation for `kcell:ref-to-id' for valid
cell-ref formats."
(unless (stringp link)
(error "(link-to-kotl): Non-string link argument, %s" link))
(cond
- ((or (string-match (format "\\`<?\\s-*@\\s-*\\(%s\\)\\s-*>?\\'"
+ ((or (string-match (format "\\`<?\\s-*[#@]\\s-*\\(%s\\)\\s-*>?\\'"
klink:cell-ref-regexp) link)
(string-match (format "\\`<?\\s-*\\([|:]%s\\)\\s-*>?\\'"
klink:cell-ref-regexp) link))
;; < @ cell-ref > or < |viewspec > or < :augment-viewspec >
(hact 'link-to-kcell nil (match-string 1 link)))
((and (string-match
- (format "\\`<?\\s-*\\([^
\t\n\r\f,<>]+\\)\\s-*\\(,\\s-*\\(%s\\)\\)?\\s-*>?\\'"
+ ;; The path part of this next regexp must be non-greedy (+?)
+ ;; so that an anchored # expression if any is not considered
+ ;; part of the path.
+ (format "\\`<?\\s-*\\([^
\t\n\r\f,<>]*?\\)\\s-*\\([#,]\\s-*\\(%s\\)\\)?\\s-*>?\\'"
klink:cell-ref-regexp)
link)
(match-end 3))
- ;; < pathname, cell-ref >
+ ;; < pathname, cell-ref > or < pathname#cell-ref > or < pathname >
(hact 'link-to-kcell (match-string 1 link) (match-string 3 link)))
((string-match
"\\`<?\\s-*\\(\\([-!&]\\)?\\s-*[^ \t\n\r\f,<>]+\\)\\s-*>?\\'" link)
@@ -288,27 +297,26 @@ See documentation for `kcell:ref-to-id' for valid
cell-ref formats."
;;; Private functions
;;; ************************************************************************
-(defun klink:act (link start-pos)
- "Jump to klink LINK's referent at START-POS.
-Update relative part of klink if its referent has moved.
+(defun klink:act (klink start-pos)
+ "Update relative part of KLINK at START-POS if it has moved and jump to
KLINK.
-See `actypes::link-to-kotl' for valid LINK formats."
+See `actypes::link-to-kotl' for valid KLINK formats."
(let ((obuf (current-buffer)))
- ;; Perform klink's action which is to jump to link referent.
- (prog1 (hact 'link-to-kotl link)
+ ;; Perform klink's action which is to jump to klink referent.
+ (prog1 (hact 'link-to-kotl klink)
(when (derived-mode-p #'kotl-mode)
(save-excursion
;; Update klink label if need be, which might be in a different buffer
;; than the current one.
- (klink:update-label link start-pos obuf))))))
+ (klink:update-label klink start-pos obuf))))))
(defun klink:parse (reference)
"Return (file-ref cell-ref) list parsed from REFERENCE string.
Either element of the list may be nil if REFERENCE does not contain that
element. REFERENCE must be one of the following forms (and may include an
optional pair of <> delimiters) or an error is triggered:
- (pathname, cell-ref)
- pathname, cell-ref
+ (pathname#cell-ref) or pathname#cell-ref
+ (pathname, cell-ref) or pathname, cell-ref
cell-ref
|viewspec
:augment-viewspec (ignored for now)
@@ -321,15 +329,15 @@ See documentation for `kcell:ref-to-id' for valid
cell-ref formats."
(cond
((string-match
(format
- "\\`\\s-*[<\(]?\\s-*\\([^|: \t\n\r,<>][^
\t\n\r,<>]*\\)\\s-*,\\s-*\\(%s\\)\\s-*[\)>]?\\s-*\\'"
+ "\\`\\s-*[<\(]?\\s-*\\([^|: \t\n\r,<>][^
\t\n\r,<>]*\\)\\s-*[#,]\\s-*\\(%s\\)\\s-*[\)>]?\\s-*\\'"
klink:cell-ref-regexp)
reference)
- ;; pathname cell-ref
+ ;; <pathname#cell-ref> or <pathname, cell-ref>
(list (match-string 1 reference) (match-string 2 reference)))
- ((string-match (format "\\`\\s-*<?@?\\s-*\\(%s\\)\\s-*>?\\s-*\\'"
+ ((string-match (format "\\`\\s-*<?[#@]?\\s-*\\(%s\\)\\s-*>?\\s-*\\'"
klink:cell-ref-regexp)
reference)
- ;; cell-ref
+ ;; <#cell-ref> or <@ cell-ref> or cell-ref
(list nil (match-string 1 reference)))
(t (error "(klink:parse): Invalid reference specifier, %s" reference))))
@@ -340,8 +348,8 @@ See documentation for `kcell:ref-to-id' for valid cell-ref
formats."
(message "Relative label should be `%s' in klink <%s>."
new-label klink)
(goto-char start)
- (cond ((or (looking-at "<\\s-*@\\s-*")
- (looking-at "[^,]+,\\s-*"))
+ (cond ((or (looking-at "<\\s-*[#@]\\s-*")
+ (looking-at "[^,]+?[#,]\\s-*"))
(goto-char (match-end 0))
(zap-to-char 1 ?=)
(insert new-label ?=))
@@ -351,7 +359,7 @@ See documentation for `kcell:ref-to-id' for valid cell-ref
formats."
"Update label of KLINK if its relative cell id has changed.
Assume point is in klink referent buffer, where the klink points."
(and (stringp klink)
- (string-match "[@,]\\s-*\\([*0-9][*.0-9a-zA-Z]*\\)\\s-*=\\s-*0[0-9]*"
+ (string-match "[#@,]\\s-*\\([*0-9][*.0-9a-zA-Z]*\\)\\s-*=\\s-*0[0-9]*"
klink)
;; Then klink has both relative and permanent ids.
(let* ((label (match-string 1 klink))
@@ -360,17 +368,17 @@ Assume point is in klink referent buffer, where the klink
points."
(klink:replace-label klink link-buf start new-label)))))
(defun klink:yank-handler (klink)
- (if (string-match "<\\([^,]+\\), \\(.+\\)" klink)
+ (if (string-match "<\\([^,]+?\\)[#,][ \t]*\\(.+\\)" klink)
(let* ((file (match-string 1 klink))
(rest (match-string 2 klink))
(dir (file-name-directory file)))
(cond ((equal file buffer-file-name)
;; Remove the klink filename since yanking into the
;; same file
- (insert (format "<@ %s" rest)))
+ (insert (format "<#%s" rest)))
((and buffer-file-name (equal dir (file-name-directory
buffer-file-name)))
;; Use filename without dir since yanking into same directory
- (insert (format "<%s, %s" (file-name-nondirectory file) rest)))
+ (insert (format "<%s#%s" (file-name-nondirectory file) rest)))
(t (insert klink))))
(insert klink)))
diff --git a/kotl/kotl-mode.el b/kotl/kotl-mode.el
index bada2b8d77..a0bdf2f3ec 100644
--- a/kotl/kotl-mode.el
+++ b/kotl/kotl-mode.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 6/30/93
-;; Last-Mod: 6-Oct-23 at 23:15:03 by Mats Lidell
+;; Last-Mod: 29-Oct-23 at 18:59:47 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -19,8 +19,9 @@
;;; Other required Lisp Libraries
;;; ************************************************************************
+(eval-when-compile '(require 'klink)) ;; hibtypes.el loads this at run-time
(eval-and-compile (mapc #'require '(cl-lib delsel hsettings hmail hypb kfile
klabel
- kvspec kcell outline org org-table
kotl-orgtbl)))
+ outline org org-table kotl-orgtbl)))
;;; ************************************************************************
;;; Public declarations
@@ -95,6 +96,8 @@ Normally set from the UNDO element of a yank-handler; see
;;;###autoload
(defun kotl-mode ()
"The major mode used to edit and view koutlines.
+Automatically invoked on files with a .kotl or .kot suffix.
+
It provides the following keys:
\\{kotl-mode-map}"
(interactive)
@@ -1825,25 +1828,70 @@ for CELL-REF."
(or (kcell:ref-to-id cell-ref t)
(error "(kotl-mode:goto-cell): Invalid cell reference, `%s'"
cell-ref)))
(let* ((opoint (point))
- (found))
- (if (and (stringp cell-ref) (eq ?| (aref cell-ref 0)))
- ;; This is a standalone view spec, not a cell reference.
+ found
+ id-flag)
+ (if (and (stringp cell-ref)
+ (> (length cell-ref) 0)
+ (eq ?| (aref cell-ref 0)))
+ ;; Is a standalone view spec, not a cell reference
(progn (kvspec:activate cell-ref) (setq found (point)))
- (cl-destructuring-bind (cell-id kvspec) (kcell:parse-cell-ref cell-ref)
+ (cl-destructuring-bind (cell-only-ref kvspec) (kcell:parse-cell-ref
cell-ref)
(goto-char (point-min))
- (when (or (integerp cell-id)
- (eq ?0 (aref cell-id 0)))
+ (when (setq id-flag (or (integerp cell-only-ref)
+ (string-match "\\`0[0-9]*\\'" cell-only-ref)))
;; Is an idstamp
- (when (kview:goto-cell-id cell-id)
+ (when (kview:goto-cell-id cell-only-ref)
(setq found (point))))
+ (when (and (not (or id-flag found))
+ (stringp cell-only-ref))
+ ;; Is a heading; this should never run as a heading should
+ ;; have been converted to an idstamp by the
+ ;; 'kcell:ref-to-id' call above already.
+ (setq found (kotl-mode:goto-heading cell-only-ref)))
(if found
- ;; Activate any viewspec associated with cell-ref.
+ ;; Activate any viewspec from cell-ref
(when kvspec (kvspec:activate kvspec))
(goto-char opoint)
(when (or error-flag (called-interactively-p 'interactive))
(error "(kotl-mode:goto-cell): No `%s' cell in this view"
cell-ref)))))
found))
+(defun kotl-mode:goto-cell-ref (cell-ref)
+ "With a current Koutline file buffer, display CELL-REF at window top.
+See documentation for `kcell:ref-to-id' for valid cell-ref formats.
+
+If CELL-REF is nil, show the first cell in the view."
+ (cond ((and (stringp cell-ref)
+ (> (length cell-ref) 0)
+ (eq ?| (aref cell-ref 0)))
+ ;; Activate view spec in current window.
+ (kotl-mode:goto-cell cell-ref))
+ (cell-ref
+ (kotl-mode:goto-cell cell-ref)
+ (recenter 0))
+ (t
+ (kotl-mode:beginning-of-buffer)
+ (recenter 0))))
+
+(defun kotl-mode:goto-heading (heading)
+ "Move to a Koutline cell HEADING (a string) at the start of a cell.
+The matched heading must be followed by a colon or newline.
+Return t if found, else nil (in which case, point does not move)."
+ (let ((opoint (point))
+ npoint
+ match-flag)
+ (kotl-mode:beginning-of-buffer)
+ (while (and (not (and (setq match-flag (re-search-forward (format "\\b%s[
\t]*[:\n\r]" heading) nil t))
+ (setq npoint (point))
+ (progn (goto-char (match-beginning 0))
+ (kotl-mode:bocp))))
+ match-flag)
+ (goto-char npoint))
+ (if match-flag
+ t
+ (goto-char opoint)
+ nil)))
+
(defun kotl-mode:head-cell ()
"Move point to the start of first visible cell at same level as current cell.
If at head cell already, do nothing and return nil."
diff --git a/kotl/kview.el b/kotl/kview.el
index 2f823c7807..3955a867dc 100644
--- a/kotl/kview.el
+++ b/kotl/kview.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 6/30/93
-;; Last-Mod: 4-Oct-23 at 19:14:00 by Mats Lidell
+;; Last-Mod: 29-Oct-23 at 08:55:55 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -155,18 +155,26 @@ Return t unless no such cell."
(defun kcell-view:cell-from-ref (cell-ref)
"Return a kcell referenced by CELL-REF, a cell label, id string or idstamp.
- If an idstamp, it must be an integer.
-Trigger an error if CELL-REF is not a string or is not found."
+If an idstamp, it must be an integer. Trigger an error if CELL-REF is
+not a string or an integer or is not found."
(if (or (stringp cell-ref)
(integerp cell-ref))
(let ((idstamp (kcell:ref-to-id cell-ref))
pos)
+ (when (and (stringp idstamp) (> (length idstamp) 0) (eq (aref idstamp
0) ?0))
+ ;; remove any concatenated viewspec and convert to an integer
+ (setq idstamp (string-to-number (substring idstamp 0 (string-match
"[^0-9]" idstamp)))))
(cond ((and (integerp idstamp) (zerop idstamp))
(kview:top-cell kotl-kview))
((and (integerp idstamp) (setq pos (kproperty:position 'idstamp
idstamp)))
(kcell-view:cell pos))
+ ((save-excursion
+ (and (stringp idstamp)
+ ;; Not an idstamp but a textual label at the beginning of
a cell
+ (kotl-mode:goto-heading idstamp)
+ (kcell-view:cell (point)))))
(t (error "(kcell:get-from-ref): No such Koutline cell: '%s'"
cell-ref))))
- (error "(kcell:get-from-ref): cell-ref arg must be a string, not: %s"
cell-ref)))
+ (error "(kcell:get-from-ref): cell-ref arg must be a string, not: '%s'"
cell-ref)))
(defun kcell-view:child (&optional visible-p lbl-sep-len)
"Move to start of current cell's child.
diff --git a/man/hyperbole.html b/man/hyperbole.html
index d0450c8e3b..ed90f14bb6 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 October, 2023).
-Copyright (C) 1989-2023 Free Software Foundation, Inc.
+Copyright © 1989-2023 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.5, 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,35 +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}
-blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
-blockquote.smallquotation {font-size: smaller}
+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}
-div.smalldisplay {margin-left: 3.2em}
-div.smallexample {margin-left: 3.2em}
-div.smalllisp {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}
-pre.smalldisplay {font-family: inherit; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: inherit; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-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">
@@ -67,9 +63,6 @@ ul.no-bullet {list-style: none}
</head>
<body lang="en">
-<h1 class="settitle" align="center">GNU Hyperbole Manual</h1>
-
-
@@ -83,284 +76,16 @@ ul.no-bullet {list-style: none}
-<a name="SEC_Overview"></a>
-<h2 class="shortcontents-heading">Short Table of Contents</h2>
-<div class="shortcontents">
-<ul class="no-bullet">
-<li><a name="stoc-GNU-Hyperbole" href="#toc-GNU-Hyperbole">GNU
Hyperbole</a></li>
-<li><a name="stoc-Introduction-1" href="#toc-Introduction-1">1
Introduction</a></li>
-<li><a name="stoc-Usage-1" href="#toc-Usage-1">2 Usage</a></li>
-<li><a name="stoc-Smart-Keys-1" href="#toc-Smart-Keys-1">3 Smart Keys</a></li>
-<li><a name="stoc-Buttons-1" href="#toc-Buttons-1">4 Buttons</a></li>
-<li><a name="stoc-Menus-1" href="#toc-Menus-1">5 Menus</a></li>
-<li><a name="stoc-HyControl-1" href="#toc-HyControl-1">6 HyControl</a></li>
-<li><a name="stoc-Koutliner-1" href="#toc-Koutliner-1">7 Koutliner</a></li>
-<li><a name="stoc-HyRolo-1" href="#toc-HyRolo-1">8 HyRolo</a></li>
-<li><a name="stoc-Window-Configurations-1"
href="#toc-Window-Configurations-1">9 Window Configurations</a></li>
-<li><a name="stoc-Developing-with-Hyperbole-1"
href="#toc-Developing-with-Hyperbole-1">10 Developing with Hyperbole</a></li>
-<li><a name="stoc-Glossary-1" href="#toc-Glossary-1">Appendix A
Glossary</a></li>
-<li><a name="stoc-Setup-1" href="#toc-Setup-1">Appendix B Setup</a></li>
-<li><a name="stoc-Hyperbole-Key-Bindings-1"
href="#toc-Hyperbole-Key-Bindings-1">Appendix C Hyperbole Key Bindings</a></li>
-<li><a name="stoc-Koutliner-Keys-1" href="#toc-Koutliner-Keys-1">Appendix D
Koutliner Keys</a></li>
-<li><a name="stoc-Smart-Key-Reference-1"
href="#toc-Smart-Key-Reference-1">Appendix E Smart Key Reference</a></li>
-<li><a name="stoc-Suggestion-or-Bug-Reporting-1"
href="#toc-Suggestion-or-Bug-Reporting-1">Appendix F Suggestion or Bug
Reporting</a></li>
-<li><a name="stoc-Questions-and-Answers-1"
href="#toc-Questions-and-Answers-1">Appendix G Questions and Answers</a></li>
-<li><a name="stoc-Future-Work-1" href="#toc-Future-Work-1">Appendix H Future
Work</a></li>
-<li><a name="stoc-References-1" href="#toc-References-1">Appendix I
References</a></li>
-<li><a name="stoc-Key-Index-1" href="#toc-Key-Index-1">Key Index</a></li>
-<li><a name="stoc-Function_002c-Variable-and-File-Index"
href="#toc-Function_002c-Variable-and-File-Index">Function, Variable and File
Index</a></li>
-<li><a name="stoc-Concept-Index-1" href="#toc-Concept-Index-1">Concept
Index</a></li>
-</ul>
-</div>
-
-<a name="SEC_Contents"></a>
-<h2 class="contents-heading">Table of Contents</h2>
-
-<div class="contents">
-<ul class="no-bullet">
-<li><a name="toc-GNU-Hyperbole" href="#Top">GNU Hyperbole</a></li>
-<li><a name="toc-Introduction-1" href="#Introduction">1 Introduction</a>
-<ul class="no-bullet">
- <li><a name="toc-Manual-Overview-1" href="#Manual-Overview">1.1 Manual
Overview</a></li>
- <li><a name="toc-Motivation-1" href="#Motivation">1.2 Motivation</a></li>
- <li><a name="toc-Hyperbole-Overview-1" href="#Hyperbole-Overview">1.3
Hyperbole Overview</a></li>
- <li><a name="toc-Mail-Lists-1" href="#Mail-Lists">1.4 Mail Lists</a></li>
-</ul></li>
-<li><a name="toc-Usage-1" href="#Usage">2 Usage</a>
-<ul class="no-bullet">
- <li><a name="toc-Invocation-1" href="#Invocation">2.1 Invocation</a></li>
- <li><a name="toc-Documentation-1" href="#Documentation">2.2
Documentation</a></li>
- <li><a name="toc-Hyperbole-Hooks-1" href="#Hyperbole-Hooks">2.3 Hyperbole
Hooks</a></li>
-</ul></li>
-<li><a name="toc-Smart-Keys-1" href="#Smart-Keys">3 Smart Keys</a>
-<ul class="no-bullet">
- <li><a name="toc-Smart-Key-Bindings-1" href="#Smart-Key-Bindings">3.1 Smart
Key Bindings</a></li>
- <li><a name="toc-Smart-Key-Operations-1" href="#Smart-Key-Operations">3.2
Smart Key Operations</a></li>
- <li><a name="toc-Smart-Key-Argument-Selection-1"
href="#Smart-Key-Argument-Selection">3.3 Smart Key Argument Selection</a></li>
- <li><a name="toc-Smart-Key-Debugging-1" href="#Smart-Key-Debugging">3.4
Smart Key Debugging</a></li>
- <li><a name="toc-Smart-Key-Thing-Selection-1"
href="#Smart-Key-Thing-Selection">3.5 Smart Key Thing Selection</a></li>
- <li><a name="toc-Smart-Mouse-Key-Modeline-Clicks-1"
href="#Smart-Mouse-Key-Modeline-Clicks">3.6 Smart Mouse Key Modeline
Clicks</a></li>
- <li><a name="toc-Smart-Mouse-Key-Drags-1" href="#Smart-Mouse-Key-Drags">3.7
Smart Mouse Key Drags</a>
- <ul class="no-bullet">
- <li><a name="toc-Creating-and-Deleting-Windows-1"
href="#Creating-and-Deleting-Windows">3.7.1 Creating and Deleting
Windows</a></li>
- <li><a name="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 name="toc-Resizing-Windows-1" href="#Resizing-Windows">3.7.3
Resizing Windows</a></li>
- <li><a name="toc-Moving-Frames-1" href="#Moving-Frames">3.7.4 Moving
Frames</a></li>
- <li><a name="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 name="toc-Swapping-Buffers-1" href="#Swapping-Buffers">3.7.5.1
Swapping Buffers</a></li>
- <li><a name="toc-Displaying-Buffers-1"
href="#Displaying-Buffers">3.7.5.2 Displaying Buffers</a></li>
- <li><a name="toc-Cloning-Windows-1" href="#Cloning-Windows">3.7.5.3
Cloning Windows</a></li>
- <li><a name="toc-Displaying-Items-1" href="#Displaying-Items">3.7.5.4
Displaying Items</a></li>
- <li><a name="toc-Keyboard-Drags-1" href="#Keyboard-Drags">3.7.5.5
Keyboard Drags</a></li>
- </ul></li>
- </ul></li>
-</ul></li>
-<li><a name="toc-Buttons-1" href="#Buttons">4 Buttons</a>
-<ul class="no-bullet">
- <li><a name="toc-Explicit-Buttons-1" href="#Explicit-Buttons">4.1 Explicit
Buttons</a></li>
- <li><a name="toc-Global-Buttons-1" href="#Global-Buttons">4.2 Global
Buttons</a></li>
- <li><a name="toc-Implicit-Buttons-1" href="#Implicit-Buttons">4.3 Implicit
Buttons</a>
- <ul class="no-bullet">
- <li><a name="toc-Implicit-Button-Types-1"
href="#Implicit-Button-Types">4.3.1 Implicit Button Types</a></li>
- <li><a name="toc-Action-Buttons-1" href="#Action-Buttons">4.3.2 Action
Buttons</a></li>
- </ul></li>
- <li><a name="toc-Button-Files-1" href="#Button-Files">4.4 Button
Files</a></li>
- <li><a name="toc-Action-Types-1" href="#Action-Types">4.5 Action
Types</a></li>
- <li><a name="toc-Button-Type-Precedence-1"
href="#Button-Type-Precedence">4.6 Button Type Precedence</a></li>
- <li><a name="toc-Utilizing-Explicit-Buttons-1"
href="#Utilizing-Explicit-Buttons">4.7 Utilizing Explicit Buttons</a>
- <ul class="no-bullet">
- <li><a name="toc-Creation-1" href="#Creation">4.7.1 Creation</a>
- <ul class="no-bullet">
- <li><a name="toc-Creation-Via-Menus" href="#By-Menu">4.7.1.1 Creation
Via Menus</a></li>
- <li><a name="toc-Creation-Via-Buffer-Link" href="#By-Link">4.7.1.2
Creation Via Buffer Link</a></li>
- <li><a name="toc-Creation-Via-Action-Key-Drags"
href="#By-Dragging">4.7.1.3 Creation Via Action Key Drags</a></li>
- </ul></li>
- <li><a name="toc-Renaming-1" href="#Renaming">4.7.2 Renaming</a></li>
- <li><a name="toc-Deletion-1" href="#Deletion">4.7.3 Deletion</a></li>
- <li><a name="toc-Editing-1" href="#Editing">4.7.4 Editing</a></li>
- <li><a name="toc-Searching-and-Summarizing-1"
href="#Searching-and-Summarizing">4.7.5 Searching and Summarizing</a></li>
- <li><a name="toc-Buttons-in-Mail-1" href="#Buttons-in-Mail">4.7.6 Buttons
in Mail</a></li>
- <li><a name="toc-Buttons-in-News-1" href="#Buttons-in-News">4.7.7 Buttons
in News</a></li>
- </ul></li>
-</ul></li>
-<li><a name="toc-Menus-1" href="#Menus">5 Menus</a></li>
-<li><a name="toc-HyControl-1" href="#HyControl">6 HyControl</a></li>
-<li><a name="toc-Koutliner-1" href="#Koutliner">7 Koutliner</a>
-<ul class="no-bullet">
- <li><a name="toc-Menu-Commands-1" href="#Menu-Commands">7.1 Menu
Commands</a></li>
- <li><a name="toc-Creating-Outlines-1" href="#Creating-Outlines">7.2 Creating
Outlines</a></li>
- <li><a name="toc-Autonumbering-1" href="#Autonumbering">7.3
Autonumbering</a></li>
- <li><a name="toc-Idstamps-1" href="#Idstamps">7.4 Idstamps</a></li>
- <li><a name="toc-Editing-Outlines-1" href="#Editing-Outlines">7.5 Editing
Outlines</a>
- <ul class="no-bullet">
- <li><a name="toc-Adding-and-Killing-1" href="#Adding-and-Killing">7.5.1
Adding and Killing</a></li>
- <li><a name="toc-Promoting-and-Demoting-1"
href="#Promoting-and-Demoting">7.5.2 Promoting and Demoting</a></li>
- <li><a name="toc-Relocating-and-Copying-1"
href="#Relocating-and-Copying">7.5.3 Relocating and Copying</a></li>
- <li><a name="toc-Moving-Around-1" href="#Moving-Around">7.5.4 Moving
Around</a></li>
- <li><a name="toc-Filling-1" href="#Filling">7.5.5 Filling</a></li>
- <li><a name="toc-Transposing-1" href="#Transposing">7.5.6
Transposing</a></li>
- <li><a name="toc-Splitting-and-Appending-1"
href="#Splitting-and-Appending">7.5.7 Splitting and Appending</a></li>
- <li><a name="toc-Inserting-and-Importing-1"
href="#Inserting-and-Importing">7.5.8 Inserting and Importing</a></li>
- <li><a name="toc-Exporting-1" href="#Exporting">7.5.9 Exporting</a></li>
- </ul></li>
- <li><a name="toc-Viewing-Outlines-1" href="#Viewing-Outlines">7.6 Viewing
Outlines</a>
- <ul class="no-bullet">
- <li><a name="toc-Hiding-and-Showing-1" href="#Hiding-and-Showing">7.6.1
Hiding and Showing</a></li>
- <li><a name="toc-View-Specs-1" href="#View-Specs">7.6.2 View Specs</a></li>
- </ul></li>
- <li><a name="toc-Klinks-1" href="#Klinks">7.7 Klinks</a></li>
- <li><a name="toc-Cell-Attributes-1" href="#Cell-Attributes">7.8 Cell
Attributes</a></li>
- <li><a name="toc-Koutliner-History-1" href="#Koutliner-History">7.9
Koutliner History</a></li>
-</ul></li>
-<li><a name="toc-HyRolo-1" href="#HyRolo">8 HyRolo</a>
-<ul class="no-bullet">
- <li><a name="toc-HyRolo-Concepts-1" href="#HyRolo-Concepts">8.1 HyRolo
Concepts</a></li>
- <li><a name="toc-Rolo-Menu" href="#HyRolo-Menu">8.2 Rolo Menu</a></li>
- <li><a name="toc-HyRolo-Searching-1" href="#HyRolo-Searching">8.3 HyRolo
Searching</a></li>
- <li><a name="toc-HyRolo-Keys-1" href="#HyRolo-Keys">8.4 HyRolo Keys</a></li>
- <li><a name="toc-HyRolo-Settings-1" href="#HyRolo-Settings">8.5 HyRolo
Settings</a></li>
-</ul></li>
-<li><a name="toc-Window-Configurations-1" href="#Window-Configurations">9
Window Configurations</a></li>
-<li><a name="toc-Developing-with-Hyperbole-1"
href="#Developing-with-Hyperbole">10 Developing with Hyperbole</a>
-<ul class="no-bullet">
- <li><a name="toc-Hook-Variables-1" href="#Hook-Variables">10.1 Hook
Variables</a></li>
- <li><a name="toc-Creating-Types-1" href="#Creating-Types">10.2 Creating
Types</a>
- <ul class="no-bullet">
- <li><a name="toc-Creating-Action-Types-1"
href="#Creating-Action-Types">10.2.1 Creating Action Types</a></li>
- <li><a name="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 name="toc-Action-Button-Link-Types-1"
href="#Action-Button-Link-Types">10.2.2.1 Action Button Link Types</a></li>
- <li><a name="toc-Implicit-Button-Link-Types-1"
href="#Implicit-Button-Link-Types">10.2.2.2 Implicit Button Link Types</a></li>
- <li><a name="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 name="toc-Explicit-Button-Technicalities-1"
href="#Explicit-Button-Technicalities">10.3 Explicit Button Technicalities</a>
- <ul class="no-bullet">
- <li><a name="toc-Button-Label-Normalization-1"
href="#Button-Label-Normalization">10.3.1 Button Label Normalization</a></li>
- <li><a name="toc-Operational-and-Storage-Formats-1"
href="#Operational-and-Storage-Formats">10.3.2 Operational and Storage
Formats</a></li>
- <li><a name="toc-Programmatic-Button-Creation-1"
href="#Programmatic-Button-Creation">10.3.3 Programmatic Button
Creation</a></li>
- </ul></li>
- <li><a name="toc-Encapsulating-Systems-1" href="#Encapsulating-Systems">10.4
Encapsulating Systems</a></li>
- <li><a name="toc-Embedding-Hyperbole-1" href="#Embedding-Hyperbole">10.5
Embedding Hyperbole</a></li>
-</ul></li>
-<li><a name="toc-Glossary-1" href="#Glossary">Appendix A Glossary</a></li>
-<li><a name="toc-Setup-1" href="#Setup">Appendix B Setup</a>
-<ul class="no-bullet">
- <li><a name="toc-Installation-1" href="#Installation">B.1 Installation</a>
- <ul class="no-bullet">
- <li><a
name="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 name="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
name="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 name="toc-Manual-Tarball-Archive-Installation-1"
href="#Manual-Tarball-Archive-Installation">B.1.4 Manual Tarball Archive
Installation</a></li>
- </ul></li>
- <li><a name="toc-Customization-1" href="#Customization">B.2 Customization</a>
- <ul class="no-bullet">
- <li><a name="toc-Referent-Display-1" href="#Referent-Display">B.2.1
Referent Display</a></li>
- <li><a name="toc-Internal-Viewers-1" href="#Internal-Viewers">B.2.2
Internal Viewers</a></li>
- <li><a name="toc-External-Viewers-1" href="#External-Viewers">B.2.3
External Viewers</a></li>
- <li><a name="toc-Link-Variable-Substitution-1"
href="#Link-Variable-Substitution">B.2.4 Link Variable Substitution</a></li>
- <li><a name="toc-Web-Search-Engines-1" href="#Web-Search-Engines">B.2.5
Web Search Engines</a></li>
- <li><a name="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 name="toc-Invisible-Text-Searches-1"
href="#Invisible-Text-Searches">B.2.7 Invisible Text Searches</a></li>
- <li><a name="toc-Configuring-Button-Colors" href="#Button-Colors">B.2.8
Configuring Button Colors</a></li>
- </ul></li>
-</ul></li>
-<li><a name="toc-Hyperbole-Key-Bindings-1"
href="#Hyperbole-Key-Bindings">Appendix C Hyperbole Key Bindings</a>
-<ul class="no-bullet">
- <li><a name="toc-Binding-Minibuffer-Menu-Items-1"
href="#Binding-Minibuffer-Menu-Items">C.1 Binding Minibuffer Menu Items</a></li>
- <li><a name="toc-Default-Hyperbole-Bindings-1"
href="#Default-Hyperbole-Bindings">C.2 Default Hyperbole Bindings</a></li>
- <li><a name="toc-Testing-1" href="#Testing">C.3 Testing</a></li>
-</ul></li>
-<li><a name="toc-Koutliner-Keys-1" href="#Koutliner-Keys">Appendix D Koutliner
Keys</a></li>
-<li><a name="toc-Smart-Key-Reference-1" href="#Smart-Key-Reference">Appendix E
Smart Key Reference</a>
-<ul class="no-bullet">
- <li><a name="toc-Smart-Mouse-Keys-1" href="#Smart-Mouse-Keys">E.1 Smart
Mouse Keys</a>
- <ul class="no-bullet">
- <li><a name="toc-Minibuffer-Menu-Activation-1"
href="#Minibuffer-Menu-Activation">E.1.1 Minibuffer Menu Activation</a></li>
- <li><a name="toc-Thing-Selection-1" href="#Thing-Selection">E.1.2 Thing
Selection</a></li>
- <li><a name="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 name="toc-Modeline-Clicks-and-Drags-1"
href="#Modeline-Clicks-and-Drags">E.1.4 Modeline Clicks and Drags</a></li>
- <li><a name="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 name="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 name="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 name="toc-Smart-Keyboard-Keys-1" href="#Smart-Keyboard-Keys">E.2
Smart Keyboard Keys</a>
- <ul class="no-bullet">
- <li><a name="toc-Smart-Key-_002d-Company-Mode-1"
href="#Smart-Key-_002d-Company-Mode">E.2.1 Smart Key - Company Mode</a></li>
- <li><a name="toc-Smart-Key-_002d-Org-Mode-1"
href="#Smart-Key-_002d-Org-Mode">E.2.2 Smart Key - Org Mode</a></li>
- <li><a name="toc-Smart-Key-_002d-Ivy-1" href="#Smart-Key-_002d-Ivy">E.2.3
Smart Key - Ivy</a></li>
- <li><a name="toc-Smart-Key-_002d-Treemacs-1"
href="#Smart-Key-_002d-Treemacs">E.2.4 Smart Key - Treemacs</a></li>
- <li><a name="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 name="toc-Smart-Key-_002d-Emacs-Pushbuttons-1"
href="#Smart-Key-_002d-Emacs-Pushbuttons">E.2.6 Smart Key - Emacs
Pushbuttons</a></li>
- <li><a name="toc-Smart-Key-_002d-Argument-Completion-1"
href="#Smart-Key-_002d-Argument-Completion">E.2.7 Smart Key - Argument
Completion</a></li>
- <li><a name="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
name="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 name="toc-Smart-Key-_002d-Smart-Scrolling-1"
href="#Smart-Key-_002d-Smart-Scrolling">E.2.10 Smart Key - Smart
Scrolling</a></li>
- <li><a name="toc-Smart-Key-_002d-Smart-Menus-1"
href="#Smart-Key-_002d-Smart-Menus">E.2.11 Smart Key - Smart Menus</a></li>
- <li><a name="toc-Smart-Key-_002d-Dired-Mode-1"
href="#Smart-Key-_002d-Dired-Mode">E.2.12 Smart Key - Dired Mode</a></li>
- <li><a name="toc-Smart-Key-_002d-Hyperbole-Buttons-1"
href="#Smart-Key-_002d-Hyperbole-Buttons">E.2.13 Smart Key - Hyperbole
Buttons</a></li>
- <li><a name="toc-Smart-Key-_002d-View-Mode-1"
href="#Smart-Key-_002d-View-Mode">E.2.14 Smart Key - View Mode</a></li>
- <li><a name="toc-Smart-Key-_002d-Helm-Mode-1"
href="#Smart-Key-_002d-Helm-Mode">E.2.15 Smart Key - Helm Mode</a></li>
- <li><a name="toc-Smart-Key-_002d-Delimited-Things-1"
href="#Smart-Key-_002d-Delimited-Things">E.2.16 Smart Key - Delimited
Things</a></li>
- <li><a name="toc-Smart-Key-_002d-The-Koutliner-1"
href="#Smart-Key-_002d-The-Koutliner">E.2.17 Smart Key - The Koutliner</a></li>
- <li><a name="toc-Smart-Key-_002d-RDB-Mode-1"
href="#Smart-Key-_002d-RDB-Mode">E.2.18 Smart Key - RDB Mode</a></li>
- <li><a name="toc-Smart-Key-_002d-Help-Buffers-1"
href="#Smart-Key-_002d-Help-Buffers">E.2.19 Smart Key - Help Buffers</a></li>
- <li><a name="toc-Smart-Key-_002d-Custom-Mode-1"
href="#Smart-Key-_002d-Custom-Mode">E.2.20 Smart Key - Custom Mode</a></li>
- <li><a name="toc-Smart-Key-_002d-Bookmark-Mode-1"
href="#Smart-Key-_002d-Bookmark-Mode">E.2.21 Smart Key - Bookmark Mode</a></li>
- <li><a name="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 name="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 name="toc-Smart-Key-_002d-C-Source-Code-1"
href="#Smart-Key-_002d-C-Source-Code">E.2.24 Smart Key - C Source Code</a></li>
- <li><a name="toc-Smart-Key-_002d-C_002b_002b-Source-Code-1"
href="#Smart-Key-_002d-C_002b_002b-Source-Code">E.2.25 Smart Key - C++ Source
Code</a></li>
- <li><a name="toc-Smart-Key-_002d-Assembly-Source-Code-1"
href="#Smart-Key-_002d-Assembly-Source-Code">E.2.26 Smart Key - Assembly Source
Code</a></li>
- <li><a name="toc-Smart-Key-_002d-Lisp-Source-Code-1"
href="#Smart-Key-_002d-Lisp-Source-Code">E.2.27 Smart Key - Lisp Source
Code</a></li>
- <li><a name="toc-Smart-Key-_002d-Java-Source-Code-1"
href="#Smart-Key-_002d-Java-Source-Code">E.2.28 Smart Key - Java Source
Code</a></li>
- <li><a name="toc-Smart-Key-_002d-JavaScript-Source-Code-1"
href="#Smart-Key-_002d-JavaScript-Source-Code">E.2.29 Smart Key - JavaScript
Source Code</a></li>
- <li><a name="toc-Smart-Key-_002d-Objective_002dC-Source-Code-1"
href="#Smart-Key-_002d-Objective_002dC-Source-Code">E.2.30 Smart Key -
Objective-C Source Code</a></li>
- <li><a name="toc-Smart-Key-_002d-Fortran-Source-Code-1"
href="#Smart-Key-_002d-Fortran-Source-Code">E.2.31 Smart Key - Fortran Source
Code</a></li>
- <li><a name="toc-Smart-Key-_002d-Identifier-Menu-Mode-1"
href="#Smart-Key-_002d-Identifier-Menu-Mode">E.2.32 Smart Key - Identifier Menu
Mode</a></li>
- <li><a name="toc-Smart-Key-_002d-Occurrence-Matches-1"
href="#Smart-Key-_002d-Occurrence-Matches">E.2.33 Smart Key - Occurrence
Matches</a></li>
- <li><a name="toc-Smart-Key-_002d-Calendar-Mode-1"
href="#Smart-Key-_002d-Calendar-Mode">E.2.34 Smart Key - Calendar Mode</a></li>
- <li><a name="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 name="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 name="toc-Smart-Key-_002d-Info-Manuals-1"
href="#Smart-Key-_002d-Info-Manuals">E.2.37 Smart Key - Info Manuals</a></li>
- <li><a name="toc-Smart-Key-_002d-Email-Readers-1"
href="#Smart-Key-_002d-Email-Readers">E.2.38 Smart Key - Email Readers</a></li>
- <li><a name="toc-Smart-Key-_002d-GNUS-Newsreader-1"
href="#Smart-Key-_002d-GNUS-Newsreader">E.2.39 Smart Key - GNUS
Newsreader</a></li>
- <li><a name="toc-Smart-Key-_002d-Buffer-Menus-1"
href="#Smart-Key-_002d-Buffer-Menus">E.2.40 Smart Key - Buffer Menus</a></li>
- <li><a name="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 name="toc-Smart-Key-_002d-Man-Pages-1"
href="#Smart-Key-_002d-Man-Pages">E.2.42 Smart Key - Man Pages</a></li>
- <li><a name="toc-Smart-Key-_002d-WWW-URLs-1"
href="#Smart-Key-_002d-WWW-URLs">E.2.43 Smart Key - WWW URLs</a></li>
- <li><a name="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 name="toc-Smart-Key-_002d-Image-Thumbnails-1"
href="#Smart-Key-_002d-Image-Thumbnails">E.2.45 Smart Key - Image
Thumbnails</a></li>
- <li><a name="toc-Smart-Key-_002d-Gomoku-Game-1"
href="#Smart-Key-_002d-Gomoku-Game">E.2.46 Smart Key - Gomoku Game</a></li>
- <li><a name="toc-Smart-Key-_002d-Magit-Mode-1"
href="#Smart-Key-_002d-Magit-Mode">E.2.47 Smart Key - Magit Mode</a></li>
- <li><a name="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 name="toc-Smart-Key-_002d-Todotext-Mode"
href="#Smart-Key-_002d-Todotxt-Mode">E.2.49 Smart Key - Todotext Mode</a></li>
- <li><a name="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 name="toc-Suggestion-or-Bug-Reporting-1"
href="#Suggestion-or-Bug-Reporting">Appendix F Suggestion or Bug
Reporting</a></li>
-<li><a name="toc-Questions-and-Answers-1"
href="#Questions-and-Answers">Appendix G Questions and Answers</a></li>
-<li><a name="toc-Future-Work-1" href="#Future-Work">Appendix H Future
Work</a></li>
-<li><a name="toc-References-1" href="#References">Appendix I
References</a></li>
-<li><a name="toc-Key-Index-1" href="#Key-Index">Key Index</a></li>
-<li><a name="toc-Function_002c-Variable-and-File-Index"
href="#Function">Function, Variable and File Index</a></li>
-<li><a name="toc-Concept-Index-1" href="#Concept-Index">Concept Index</a></li>
-
-</ul>
-</div>
-
-<a name="Top"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="GNU-Hyperbole"></a>
-<h2 class="unnumbered">GNU Hyperbole</h2>
+<h2 class="unnumbered" id="GNU-Hyperbole">GNU Hyperbole</h2>
<CENTER><H1>GNU Hyperbole</H1></CENTER>
@@ -382,7 +107,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</P>
<PRE>
Edition 8.0.1pre
-Printed October 1, 2023.
+Printed October 29, 2023.
Published by the Free Software Foundation, Inc.
Author: Bob Weiner
@@ -395,15 +120,15 @@ Printed October 1, 2023.
<IMG NAME="Hyperbole Screenshot" SRC="im/hyperbole-cv.png"><BR>
</CENTER>
<br>
-<div align="center">——————–
+<div class="center">——————–
</div><br>
-<a name="index-credits"></a>
-<a name="index-Hyperbole_002c-obtaining"></a>
-<a name="index-anonymous-ftp"></a>
+<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
@@ -433,475 +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">• <a href="#Introduction"
accesskey="1">Introduction</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Usage"
accesskey="2">Usage</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Smart-Keys"
accesskey="3">Smart Keys</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Buttons"
accesskey="4">Buttons</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Menus"
accesskey="5">Menus</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#HyControl"
accesskey="6">HyControl</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Koutliner"
accesskey="7">Koutliner</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#HyRolo"
accesskey="8">HyRolo</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Window-Configurations"
accesskey="9">Window Configurations</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Developing-with-Hyperbole">Developing with
Hyperbole</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Glossary">Glossary</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Setup">Setup</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Hyperbole-Key-Bindings">Hyperbole Key
Bindings</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Koutliner-Keys">Koutliner
Keys</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Smart-Key-Reference">Smart
Key Reference</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Suggestion-or-Bug-Reporting">Suggestion or Bug
Reporting</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Questions-and-Answers">Questions and
Answers</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Future-Work">Future
Work</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#References">References</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Key-Index">Key
Index</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Function">Function</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Concept-Index">Concept
Index</a>:</td><td> </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"> — The Detailed Node Listing —
-
-Introduction
-
-</pre></th></tr><tr><td align="left" valign="top">• <a
href="#Manual-Overview">Manual Overview</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Motivation">Motivation</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Hyperbole-Overview">Hyperbole Overview</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Mail-Lists">Mail
Lists</a>:</td><td> </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">• <a
href="#Invocation">Invocation</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Documentation">Documentation</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Hyperbole-Hooks">Hyperbole
Hooks</a>:</td><td> </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">• <a
href="#Smart-Key-Bindings">Smart Key Bindings</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Smart-Key-Operations">Smart
Key Operations</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-Argument-Selection">Smart Key Argument
Selection</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Smart-Key-Debugging">Smart
Key Debugging</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-Thing-Selection">Smart Key Thing
Selection</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Mouse-Key-Modeline-Clicks">Smart Mouse Key Modeline
Clicks</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Mouse-Key-Drags">Smart Mouse Key
Drags</a>:</td><td> </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">• <a
href="#Creating-and-Deleting-Windows">Creating and Deleting
Windows</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Saving-and-Restoring-Window-Configurations">Saving and Restoring Window
Configurations</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Resizing-Windows">Resizing
Windows</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Moving-Frames">Moving
Frames</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Dragging-Buffers">Dragging
Buffers</a>:</td><td> </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">• <a
href="#Swapping-Buffers">Swapping Buffers</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Displaying-Buffers">Displaying Buffers</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Cloning-Windows">Cloning
Windows</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Displaying-Items">Displaying Items</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Keyboard-Drags">Keyboard
Drags</a>:</td><td> </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">• <a
href="#Explicit-Buttons">Explicit Buttons</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Global-Buttons">Global
Buttons</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Implicit-Buttons">Implicit
Buttons</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Button-Files">Button
Files</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Action-Types">Action
Types</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Button-Type-Precedence">Button Type
Precedence</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Utilizing-Explicit-Buttons">Utilizing Explicit
Buttons</a>:</td><td> </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">• <a
href="#Implicit-Button-Types">Implicit Button
Types</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Action-Buttons">Action
Buttons</a>:</td><td> </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">• <a
href="#Creation">Creation</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Renaming">Renaming</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Deletion">Deletion</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Editing">Editing</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Searching-and-Summarizing">Searching and
Summarizing</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Buttons-in-Mail">Buttons in
Mail</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Buttons-in-News">Buttons in
News</a>:</td><td> </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">• <a href="#By-Menu">By
Menu</a>:</td><td> </td><td align="left" valign="top">Creation Via
Menus
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#By-Link">By
Link</a>:</td><td> </td><td align="left" valign="top">Creation Via
Buffer Link
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#By-Dragging">By
Dragging</a>:</td><td> </td><td align="left" valign="top">Creation
Via Action Key Drags
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-
-Koutliner
-
-</pre></th></tr><tr><td align="left" valign="top">• <a
href="#Menu-Commands">Menu Commands</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Creating-Outlines">Creating
Outlines</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Autonumbering">Autonumbering</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Idstamps">Idstamps</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Editing-Outlines">Editing
Outlines</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Viewing-Outlines">Viewing
Outlines</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Klinks">Klinks</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Cell-Attributes">Cell
Attributes</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Koutliner-History">Koutliner History</a>:</td><td> </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">• <a
href="#Adding-and-Killing">Adding and Killing</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Promoting-and-Demoting">Promoting and
Demoting</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Relocating-and-Copying">Relocating and
Copying</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Moving-Around">Moving
Around</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Filling">Filling</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Transposing">Transposing</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Splitting-and-Appending">Splitting and
Appending</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Inserting-and-Importing">Inserting and
Importing</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Exporting">Exporting</a>:</td><td> </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">• <a
href="#Hiding-and-Showing">Hiding and Showing</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#View-Specs">View
Specs</a>:</td><td> </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">• <a
href="#HyRolo-Concepts">HyRolo Concepts</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#HyRolo-Menu">HyRolo
Menu</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#HyRolo-Searching">HyRolo
Searching</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#HyRolo-Keys">HyRolo
Keys</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#HyRolo-Settings">HyRolo
Settings</a>:</td><td> </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">• <a
href="#Hook-Variables">Hook Variables</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Creating-Types">Creating
Types</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Explicit-Button-Technicalities">Explicit Button
Technicalities</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Encapsulating-Systems">Encapsulating
Systems</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Embedding-Hyperbole">Embedding
Hyperbole</a>:</td><td> </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">• <a
href="#Creating-Action-Types">Creating Action
Types</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Creating-Implicit-Button-Types">Creating Implicit Button
Types</a>:</td><td> </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">• <a
href="#Action-Button-Link-Types">Action Button Link
Types</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Implicit-Button-Link-Types">Implicit Button Link
Types</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Programmatic-Implicit-Button-Types">Programmatic Implicit Button
Types</a>:</td><td> </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">• <a
href="#Button-Label-Normalization">Button Label
Normalization</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Operational-and-Storage-Formats">Operational and Storage
Formats</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Programmatic-Button-Creation">Programmatic Button
Creation</a>:</td><td> </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">• <a
href="#Installation">Installation</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Customization">Customization</a>:</td><td> </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">• <a
href="#Elpa-Stable-Package-Installation">Elpa Stable Package
Installation</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Elpa-In_002dDevelopment-Package-Installation">Elpa In-Development
Package Installation</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Git-In_002dDevelopment-Package-Installation">Git In-Development Package
Installation</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Manual-Tarball-Archive-Installation">Manual Tarball Archive
Installation</a>:</td><td> </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">• <a
href="#Referent-Display">Referent Display</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Internal-Viewers">Internal
Viewers</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#External-Viewers">External
Viewers</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Link-Variable-Substitution">Link Variable
Substitution</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Web-Search-Engines">Web
Search Engines</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Using-URLs-with-Find_002dFile">Using URLs with
Find-File</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Invisible-Text-Searches">Invisible Text
Searches</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Button-Colors">Button
Colors</a>:</td><td> </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">• <a
href="#Binding-Minibuffer-Menu-Items">Binding Minibuffer Menu
Items</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Default-Hyperbole-Bindings">Default Hyperbole
Bindings</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Testing">Testing</a>:</td><td> </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">• <a
href="#Smart-Mouse-Keys">Smart Mouse Keys</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Smart-Keyboard-Keys">Smart
Keyboard Keys</a>:</td><td> </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">• <a
href="#Minibuffer-Menu-Activation">Minibuffer Menu
Activation</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Thing-Selection">Thing
Selection</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Side_002dby_002dSide-Window-Resizing">Side-by-Side Window
Resizing</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Modeline-Clicks-and-Drags">Modeline Clicks and
Drags</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Mouse-Drags-between-Windows">Smart Mouse Drags between
Windows</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Mouse-Drags-within-a-Window">Smart Mouse Drags within a
Window</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a
Window</a>:</td><td> </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">• <a
href="#Smart-Key-_002d-Company-Mode">Smart Key - Company
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Org-Mode">Smart Key - Org
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Smart-Key-_002d-Ivy">Smart
Key - Ivy</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Treemacs">Smart Key -
Treemacs</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Dired-Sidebar-Mode">Smart Key - Dired Sidebar
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Emacs-Pushbuttons">Smart Key - Emacs
Pushbuttons</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Argument-Completion">Smart Key - Argument
Completion</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-ID-Edit-Mode">Smart Key - ID Edit
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029">Smart Key -
Emacs Cross-references (Xrefs)</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart
Scrolling</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Smart-Menus">Smart Key - Smart
Menus</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Dired-Mode">Smart Key - Dired
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Hyperbole-Buttons">Smart Key - Hyperbole
Buttons</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-View-Mode">Smart Key - View
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Helm-Mode">Smart Key - Helm
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited
Things</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-The-Koutliner">Smart Key - The
Koutliner</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-RDB-Mode">Smart Key - RDB
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Help-Buffers">Smart Key - Help
Buffers</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Custom-Mode">Smart Key - Custom
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Bookmark-Mode">Smart Key - Bookmark
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Pages-Directory-Mode">Smart Key - Pages Directory
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Python-Source-Code">Smart Key - Python Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-C-Source-Code">Smart Key - C Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-C_002b_002b-Source-Code">Smart Key - C++ Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Assembly-Source-Code">Smart Key - Assembly Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Lisp-Source-Code">Smart Key - Lisp Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Java-Source-Code">Smart Key - Java Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-JavaScript-Source-Code">Smart Key - JavaScript Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Objective_002dC-Source-Code">Smart Key - Objective-C
Source Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Fortran-Source-Code">Smart Key - Fortran Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Identifier-Menu-Mode">Smart Key - Identifier Menu Mode
</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Occurrence-Matches">Smart Key - Occurrence
Matches</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Calendar-Mode">Smart Key - Calendar
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Man-Page-Apropos">Smart Key - Man Page
Apropos</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs Outline
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Info-Manuals">Smart Key - Info
Manuals</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Email-Readers">Smart Key - Email
Readers</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-GNUS-Newsreader">Smart Key - GNUS
Newsreader</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Buffer-Menus">Smart Key - Buffer
Menus</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Tar-File-Mode">Smart Key - Tar File
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Man-Pages">Smart Key - Man
Pages</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW
URLs</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-HyRolo-Match-Buffers">Smart Key - HyRolo Match
Buffers</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Image-Thumbnails">Smart Key - Image
Thumbnails</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Gomoku-Game">Smart Key - Gomoku
Game</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Magit-Mode">Smart Key - Magit
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-The-OO_002dBrowser">Smart Key - The
OO-Browser</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Todotxt-Mode">Smart Key - Todotxt
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Default-Context">Smart Key - Default
Context</a>:</td><td> </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>
-<a name="Introduction"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
-</div>
-<a name="Introduction-1"></a>
-<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> [<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
@@ -912,143 +177,135 @@ 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
-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.
+<ul class="itemize mark-bullet">
+<li>Quickly create typed hyperlink buttons either from the keyboard or by
+dragging between a source and destination window with a mouse button
+depressed. Activate Hyperbole buttons by pressing/clicking on them or
+by name;
-</li><li> Activate many kinds of <em>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>Activate many kinds of <em class="emph">implicit buttons</em>
recognized by context
+within text buffers, e.g. URLs, pathnames with section anchors, grep
+output lines, and git commits. A single key, <kbd class="kbd">{M-<kbd
class="key">RET</kbd>}</kbd>, 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
-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>Build outlines with multi-level, numbered outline nodes, e.g. 1.4.8.6,
+that all renumber automatically when any cell (node) or tree is moved
+in the outline. Each cell also has a permanent hyperlink anchor that
+you can reference from any other cell;
-</li><li> Manage all your contacts or record-based, unstructured nodes quickly
with
+</li><li>Manage all your contacts or record-based, unstructured texts 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">• <a href="#Manual-Overview"
accesskey="1">Manual Overview</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Motivation"
accesskey="2">Motivation</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Hyperbole-Overview"
accesskey="3">Hyperbole Overview</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Mail-Lists"
accesskey="4">Mail Lists</a>:</td><td> </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>
-<a name="Manual-Overview"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Manual-Overview-1"></a>
-<h3 class="section">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
-platform. Hyperbole allows hypertext buttons to be embedded within
-unstructured and structured files, mail messages and news articles.
-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>
-<a name="index-file_002c-FAST_002dDEMO"></a>
-<a name="index-Hyperbole-demo"></a>
-<a name="index-demo-file"></a>
-<a name="index-tutorial"></a>
+<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 platform.
+Hyperbole allows hypertext buttons to be embedded within unstructured and
+structured files, mail messages and news articles. It offers intuitive
+keyboard and 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.
+</p>
+<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
-many of Hyperbole’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
-d d}</kbd>.
-</p>
-<p>See <a href="#Glossary">Glossary</a>, for definitions of Hyperbole terms.
In some cases,
+you prefer a simpler, more interactive introduction to Hyperbole, the
+<samp class="file">FAST-DEMO</samp> file included in the Hyperbole
distribution demonstrates
+many of Hyperbole’s standard facilities without the need to read through
this
+reference manual. The <samp class="file">FAST-DEMO</samp> is a good way to
rapidly understand
+some of what Hyperbole can do for you. Once Hyperbole is installed,
+(see <a class="pxref" href="#Setup">Setup</a>), you can access the <samp
class="file">FAST-DEMO</samp> with the key sequence
+<kbd class="kbd">{C-h h d d}</kbd>.
+</p>
+<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
-and load Hyperbole for use. This appendix includes information on
-user-level settings that you may want to modify after you understand
-Hyperbole’s basic operation.
+<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’s basic
operation.
</p>
-<p>See <a 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>.
+<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 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
-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
-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
-prompted for arguments.
+<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
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 they recognize. See <a class="xref"
href="#Smart-Key-Argument-Selection">Smart Key Argument Selection</a>, for how
Hyperbole speeds selection of values when prompting for
+arguments.
</p>
<p>Keep in mind as you read about using Hyperbole that in many cases, it
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.
+work styles. 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
-the minibuffer-based menus that work on dumb terminals, PCs or workstations.
+<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 any display that Emacs supports.
</p>
-<p>See <a href="#HyControl">HyControl</a>, for how to quickly and
interactively control your Emacs
-windows and frames and what they display.
+<p>See <a class="xref" href="#HyControl">HyControl</a>, for how to quickly and
interactively control what your
+Emacs windows and frames display and where they appear.
</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
-rapid lookup, hierarchical, free text record management system included
-with Hyperbole.
+<p>See <a class="xref" href="#HyRolo">HyRolo</a>, for concept and usage
information on the rapid lookup,
+hierarchical, full-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.
+Such configurations last throughout a single session of editor
+usage only.
</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’s evolution.
+<p>See <a class="xref" href="#Future-Work">Future Work</a>, for future
directions in Hyperbole’s evolution.
</p>
<hr>
-<a name="Motivation"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Motivation-1"></a>
-<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
@@ -1059,7 +316,7 @@ e-mail messages, faxes, voice mail and web pages.
<p>The rise of the web has demonstrated how hypertext technologies can be used
to build massive organized repositories of scattered information. But
assembling information for the web still remains a great challenge and the
-data formats of the web are too structured to deal with the great variety
+data formats of the web are too structured to deal with the wide variety
of information that people process. Modern web development requires the
use of many languages: HTML, JavaScript, and CSS. This in itself prevents
its use as the prime means of organizing and interlinking the constant
@@ -1067,33 +324,35 @@ flows of daily information.
</p>
<p>GNU Hyperbole takes a distinctly different approach. It has its own
hypertext technology that can interface perfectly with web links but which
-are much easier to create (simply drag from the source to the destination
-of a link to create a new hyperlink). Hyperbole hyperbuttons can link not
-only to static information but can perform arbitrary actions (through the
-use of button types written in a single, highly interactive language, Emacs
-Lisp). Hyperbole adds all of this power to your written documents, e-mail,
-news articles, contact management, outlines, directory listings, and much
-more. Hyperbole works well with the very latest versions of GNU Emacs
-across every editing and viewing mode in Emacs.
+are much easier to create (simply drag from the source to the destination of
+a link to create a new hyperlink). Hyperbole hyperbuttons can link not only
+to static information but can perform arbitrary actions (through the use of
+button types written in a single, highly interactive language, Emacs Lisp).
+Hyperbole adds all of this power to your written documents, e-mail, news
+articles, contact management, outlines, directory listings, and much more.
+Hyperbole works well with the very latest versions of GNU Emacs across every
+editing and viewing mode in Emacs. It’s core hypertext capabilities
operate
+as a global minor mode available across most file types, unlike Org mode
+which is its own structured file format.
</p>
<p>Unlock the power of GNU Hyperbole to make your information work for you.
-One system. One language. One manual. One solution. Learn Hyperbole and
+One system. One language. One manual. One solution. Learn Hyperbole and
start moving further, faster.
</p>
<hr>
-<a name="Hyperbole-Overview"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Hyperbole-Overview-1"></a>
-<h3 class="section">1.3 Hyperbole Overview</h3>
+<h3 class="section" id="Hyperbole-Overview-1">1.3 Hyperbole Overview</h3>
-<a name="index-GNU-Hyperbole"></a>
-<a name="index-Hyperbole"></a>
-<a name="index-hypertext"></a>
-<a name="index-Emacs-Lisp"></a>
-<a name="index-Emacs"></a>
+<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
@@ -1114,121 +373,145 @@ 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).
+or if someone emails you a button (Hyperbole allows embedding buttons
+in email messages 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 built-in 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.
+there is no risk in 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>
-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).
+<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 and you use the Emacs Info reader to
+read this manual, 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).
</p>
<p>Hyperbole can dramatically increase your productivity and greatly reduce
the number of keyboard/mouse keys you’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
-be added to documents with a simple drag between windows, no markup
-language needed. <em>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>.
-</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
-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>.
+<p>Hyperbole consists of five parts.
+</p>
+<dl class="table">
+<dt><em class="emph">Buttons and Smart Keys</em></dt>
+<dd><p>There are three categories of buttons:
+</p>
+<dl class="table">
+<dt><em class="dfn">explicit buttons</em></dt>
+<dd><p>may be added to documents with a simple drag between windows, no markup
+language needed. With two windows on screen, an explicit link button can be
+created at point in the current buffer linking to the position in the other
+window’s buffer by pressing <kbd class="kbd">{C-h h e l}</kbd>.
+</p>
+</dd>
+<dt><em class="dfn">Implicit buttons</em></dt>
+<dd><p>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.
+</p>
+<p>With two windows on screen, an implicit link button can be created at point
+in the current buffer linking to the position in the other window’s
buffer by
+pressing <kbd class="kbd">{C-h h i l}</kbd>. Use <kbd class="kbd">{C-u C-h h
i l}</kbd> instead to be prompted
+for a name for the implicit button.
+</p>
+</dd>
+<dt><em class="dfn">Global buttons</em></dt>
+<dd><p>are buttons that are activated by name from anywhere within Emacs.
They may
+be either explicit or named implicit buttons. They are the named buttons
+stored in the a user’s personal button file, directly editable from the
+minibuffer menu with <kbd class="kbd">{C-h h b p}</kbd>.
+</p>
+<p>With two windows on screen, a global explicit link button can be created at
+point in the current buffer linking to the position in the other window’s
+buffer by pressing <kbd class="kbd">{C-h h g l}</kbd>. Use <kbd
class="kbd">{C-u C-h h g l}</kbd> instead to
+create a named global implicit button.
+</p></dd>
+</dl>
+
+<p>Buttons are activated by pressing <kbd class="kbd">{M-<kbd
class="key">RET</kbd>}</kbd> on them, clicking them
+with a dedicated mouse button, or by referencing them by name (global
+buttons that can be activated regardless of what is on screen). Users
+create and activate Hyperbole buttons; see <a class="pxref"
href="#Buttons">Buttons</a>. Emacs Lisp
+programmers can develop new button types and actions. See <a class="xref"
href="#Creating-Types">Creating Types</a>.
+</p>
+<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
class="xref" href="#Smart-Keys">Smart Keys</a>.
</p>
</dd>
-<dt><em>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.
-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;
+<dt><em class="emph">HyRolo</em></dt>
+<dd><p>a powerful, hierarchical contact manager 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 in any number of Org or Markdown files. Hyperbole buttons may
+be embedded in any records. See <a class="xref" href="#HyRolo">HyRolo</a>.
</p>
</dd>
-<dt><em>Screen Control</em></dt>
+<dt><em class="emph">HyControl</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. With just a few keystrokes, you can shift from
increasing a window’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
other features; this allows Hyperbole to quickly control the way
-information is presented on-screen;
+information is presented on-screen. See <a class="xref"
href="#HyControl">HyControl</a>.
</p>
</dd>
-<dt><em>Hypertextual Outliner</em></dt>
-<dd><p>an advanced outliner, see <a 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;
+<dt><em class="emph">Koutliner</em></dt>
+<dd><p>an advanced outliner 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. See <a class="xref"
href="#Koutliner">Koutliner</a>.
</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
-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
-for real-world usage and is well structured).
+<dt><em class="emph">Hyperbole API</em></dt>
+<dd><p>a set of programming libraries 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 for real-world usage and is well structured). See <a
class="xref" href="#Developing-with-Hyperbole">Developing with Hyperbole</a>.
</p></dd>
</dl>
-<a name="index-C_002dh-h-d-d"></a>
-<a name="index-file_002c-FAST_002dDEMO-1"></a>
-<a name="index-demonstration"></a>
-<a name="index-button-demo"></a>
+<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"><a name="image_003aDemo"></a>
+<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>
-<a name="index-GNU-Emacs"></a>
-<a name="index-C_002dh-t"></a>
+<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="http://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>
-<a name="index-Hyperbole-features"></a>
+<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
@@ -1236,38 +519,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’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>
-<a name="index-Hyperbole-applications"></a>
+<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
@@ -1275,21 +558,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
@@ -1298,295 +581,285 @@ archive entries.
</dl>
<hr>
-<a name="Mail-Lists"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Mail-Lists-1"></a>
-<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
<hyperbole-users@gnu.org> to discuss Hyperbole with users and
maintainers.
There is a separate mail list to report problems or bugs with
Hyperbole, <bug-hyperbole@gnu.org>. 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>
-<a name="Usage"></a>
-<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> [<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Usage-1"></a>
-<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">• <a href="#Invocation"
accesskey="1">Invocation</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Documentation"
accesskey="2">Documentation</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Hyperbole-Hooks"
accesskey="3">Hyperbole Hooks</a>:</td><td> </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>
-<a name="Invocation"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Invocation-1"></a>
-<h3 class="section">2.1 Invocation</h3>
+<h3 class="section" id="Invocation-1">2.1 Invocation</h3>
<p>You can invoke Hyperbole’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> <a name="index-hyperbole"></a>
-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>
-<a name="index-file_002c-_002eemacs"></a>
-<a name="index-hyperbole_002dmode"></a>
-<a name="index-minor-mode_002c-hyperbole"></a>
-<a name="index-change-key-bindings"></a>
-<a name="index-toggle-key-bindings"></a>
-<a name="index-key-bindings_002c-toggle"></a>
-<a name="index-enable-Hyperbole"></a>
-<a name="index-disable-Hyperbole"></a>
-<a name="index-Hyperbole-minibuffer-menu"></a>
-<a name="index-C_002dh-h"></a>
-<a name="index-C_002dh-h-X"></a>
-<a name="index-C_002dh-h-Q"></a>
-<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’s first
-capital letter. Use <kbd>{Q}</kbd> (note this is capitalized) to quit from
-the minibuffer menu while leaving Hyperbole enabled. Use <kbd>{X}</kbd>
+capital letter. Use <kbd class="kbd">{Q}</kbd> (note this is capitalized) 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’s minor mode.
</p>
-<p>Use <kbd>{C-h h d d}</kbd> for an interactive demonstration of standard
+<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’s multi-level autonumbered hypertextual outliner.
</p>
<p>To try out HyControl, Hyperbole’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’s window control menu if it was not already bound
prior to Hyperbole’s initialization.
</p>
<p>Videos demonstrating Hyperbole’s features are listed at
-<a href="https://gnu.org/s/hyperbole">https://gnu.org/s/hyperbole</a>.
+<a class="url"
href="https://gnu.org/s/hyperbole">https://gnu.org/s/hyperbole</a>.
</p>
<p>The above are the best interactive ways to learn about Hyperbole.
</p>
<hr>
-<a name="Documentation"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Documentation-1"></a>
-<h3 class="section">2.2 Documentation</h3>
+<h3 class="section" id="Documentation-1">2.2 Documentation</h3>
-<a name="index-Info_002ddirectory_002dlist"></a>
-<a name="index-hyperb_003adir"></a>
-<a name="index-Hyperbole-manual"></a>
+<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>
-<a name="index-Info-manual"></a>
-<a name="index-Texinfo-manual"></a>
-<a name="index-file_002c-man_002fhyperbole_002einfo"></a>
-<a name="index-file_002c-man_002fhyperbole_002ehtml"></a>
-<a name="index-file_002c-man_002fhyperbole_002epdf"></a>
-<a name="index-file_002c-man_002fhyperbole_002etexi"></a>
+<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>
-<a name="index-C_002dh-h-d-i"></a>
+<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>
-<a name="Hyperbole-Hooks"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Hyperbole-Hooks-1"></a>
-<h3 class="section">2.3 Hyperbole Hooks</h3>
-<a name="index-hyperbole_002dinit_002dhook"></a>
-<a name="index-hyperbole_002dmode_002dhook"></a>
-<a name="index-hyperbole_002dmode_002don_002dhook"></a>
-<a name="index-hyperbole_002dmode_002doff_002dhook"></a>
-<p>When Hyperbole’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’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 "\C-ch"
'hyperbole--enable-mode) (global-set-key "\C-hh"
'view-hello-file)))</code>; then
restart Emacs.
</p>
<hr>
-<a name="Smart-Keys"></a>
-<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> [<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Keys-1"></a>
-<h2 class="chapter">3 Smart Keys</h2>
+<h2 class="chapter" id="Smart-Keys-1">3 Smart Keys</h2>
-<a name="index-Smart-Key"></a>
-<a name="index-mouse-support"></a>
-<a name="index-Action-Key"></a>
-<a name="index-Assist-Key"></a>
-<a name="index-middle-mouse-key"></a>
-<a name="index-hmouse_002dmiddle_002dflag"></a>
-<a name="index-Action-Key-1"></a>
-<a name="index-Assist-Key-1"></a>
-<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">• <a href="#Smart-Key-Bindings"
accesskey="1">Smart Key Bindings</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Smart-Key-Operations"
accesskey="2">Smart Key Operations</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-Argument-Selection" accesskey="3">Smart Key Argument
Selection</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Smart-Key-Debugging"
accesskey="4">Smart Key Debugging</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Smart-Key-Thing-Selection"
accesskey="5">Smart Key Thing Selection</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Mouse-Key-Modeline-Clicks" accesskey="6">Smart Mouse Key Modeline
Clicks</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Smart-Mouse-Key-Drags"
accesskey="7">Smart Mouse Key Drags</a>:</td><td> </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>
-<a name="Smart-Key-Bindings"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-Bindings-1"></a>
-<h3 class="section">3.1 Smart Key Bindings</h3>
+<h3 class="section" id="Smart-Key-Bindings-1">3.1 Smart Key Bindings</h3>
-<a name="index-C_002du-M_002dRET"></a>
-<a name="index-M_002dRET"></a>
-<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>
-<a name="index-shift_002dmiddle-mouse-key"></a>
-<a name="index-shift_002dleft-mouse-key"></a>
-<a name="index-shift_002dright-mouse-key"></a>
-<a name="index-middle-mouse-key-1"></a>
-<a name="index-hmouse_002dmiddle_002dflag-1"></a>
+<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>
-<a name="index-hmouse_002dadd_002dunshifted_002dsmart_002dkeys"></a>
-<a name="index-unshifted-mouse-bindings"></a>
-<a name="index-unshifted-mouse-keys"></a>
-<a name="index-mouse-keys_002c-unshifted"></a>
-<a name="index-smart-keys_002c-unshifted"></a>
-<p>If you set the variable, <code>hmouse-middle-flag</code>, to
‘<samp>t</samp>’ 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
‘<samp class="samp">t</samp>’ 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>
-<a name="index-key-binding_002c-smart-keys"></a>
-<a name="index-smart-key-commands"></a>
-<a name="index-smart-key-assignments"></a>
-<a name="index-action_002dkey"></a>
-<a name="index-assist_002dkey"></a>
-<a name="index-action_002dmouse_002dkey"></a>
-<a name="index-assist_002dmouse_002dkey"></a>
-<a name="index-hkey_002deither"></a>
+<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’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 <KEY>
'<CMD>)</code>,
-for example, <code>(hkey-set-key "\M-'" 'hkey-either)</code>.
+<code class="code">(add-hook 'hyperbole-init-hook (lambda () (hkey-set-key
<KEY> '<CMD>)</code>,
+for example, <code class="code">(hkey-set-key "\M-'"
'hkey-either)</code>.
</p>
<hr>
-<a name="Smart-Key-Operations"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-Operations-1"></a>
-<h3 class="section">3.2 Smart Key Operations</h3>
+<h3 class="section" id="Smart-Key-Operations-1">3.2 Smart Key Operations</h3>
-<a name="index-button-activation"></a>
-<a name="index-activation"></a>
-<a name="index-button-help"></a>
-<a name="index-help_002c-button"></a>
+<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’s attributes, or serves a complementary
function to whatever the Action Key does within a context.
</p>
-<a name="index-Smart-Key-operation"></a>
-<a name="index-menu-item_002c-Doc_002fSmartKeys"></a>
-<a name="index-Smart-Key-summary"></a>
-<a name="index-modeline_002c-Smart-Keys"></a>
-<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
@@ -1605,7 +878,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
========================================================================================
@@ -1744,23 +1017,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>
-<a name="index-action_002dkey_002ddefault_002dfunction"></a>
-<a name="index-assist_002dkey_002ddefault_002dfunction"></a>
-<a name="index-Smart-Key_002c-default-context"></a>
-<a name="index-default-Smart-Key-context"></a>
+<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>
-<a name="index-Smart-Key-help"></a>
-<a name="index-help_002c-Smart-Key"></a>
-<a name="index-context_002dsensitive-help"></a>
+<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
@@ -1769,24 +1042,24 @@ context and attributes of the button, 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>
-<a name="index-C_002dh-A"></a>
-<a name="index-C_002du-C_002dh-A"></a>
-<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>
-<a name="Smart-Key-Argument-Selection"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-Argument-Selection-1"></a>
-<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>
-<a name="index-Hyperbole-help"></a>
+<a class="index-entry-id" id="index-Hyperbole-help"></a>
<p>A prime design criterion of Hyperbole’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
@@ -1795,9 +1068,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>
-<a name="index-argument-entry"></a>
-<a name="index-direct-selection"></a>
-<a name="index-double-click"></a>
+<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,
@@ -1812,15 +1085,15 @@ 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 are
+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>
-<a name="index-completion"></a>
-<a name="index-Vertico-completion"></a>
+<a class="index-entry-id" id="index-completion"></a>
+<a class="index-entry-id" id="index-Vertico-completion"></a>
<p>Wherever possible, standard Emacs completion is offered, as described
-in <a
href="http://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> to see what your possibilities for an argument are if
+in <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
if
completions are not automatically shown to you. Once you have a list
of possible completions on screen, press the Action Key twice on any
item to enter it as the argument. If you are using the Vertico
@@ -1828,11 +1101,11 @@ completion library with completions displayed in the
minibuffer,
selection of completions works the same as if they were displayed in a
separate buffer as in standard Emacs.
</p>
-<a name="index-minibuffer-completion"></a>
-<a name="index-minibuffer-arguments"></a>
-<a name="index-Smart-Keys-in-minibuffer"></a>
-<a name="index-Action-Key-in-minibuffer"></a>
-<a name="index-Assist-Key-in-minibuffer"></a>
+<a class="index-entry-id" id="index-minibuffer-completion"></a>
+<a class="index-entry-id" id="index-minibuffer-arguments"></a>
+<a class="index-entry-id" id="index-Smart-Keys-in-minibuffer"></a>
+<a class="index-entry-id" id="index-Action-Key-in-minibuffer"></a>
+<a class="index-entry-id" id="index-Assist-Key-in-minibuffer"></a>
<p>Within the minibuffer itself, the Smart Keys are also
context-sensitive. A press of the Action Key at the end of the
argument line tries to accept the argument and when successful, exits
@@ -1844,29 +1117,29 @@ the line, expanding the set of available completions
and redisplaying
them.
</p>
<hr>
-<a name="Smart-Key-Debugging"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-Debugging-1"></a>
-<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>
-<a name="index-C_002dh-h-c-d"></a>
-<a name="index-Smart-Key-debugging"></a>
-<a name="index-menu-item_002c-Cust_002fDebug_002dToggle"></a>
-<a name="index-debugging-Smart-Keys"></a>
-<a name="index-troubleshooting-Smart-Keys"></a>
-<a name="index-Messages-buffer"></a>
-<a name="index-logging-Smart-Key-behavior"></a>
+<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
@@ -1874,49 +1147,49 @@ exactly what is happening whenever you use a Smart Key.
These
messages are all prefaced with “(HyDebug)” and logged to the
“*Messages*” buffer for later viewing.
</p>
-<a name="index-C_002dh-h-m-c"></a>
-<a name="index-C_002dh-h-m-r"></a>
+<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 “(HyDebug)”
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>
-<a name="Smart-Key-Thing-Selection"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-Thing-Selection-1"></a>
-<h3 class="section">3.5 Smart Key Thing Selection</h3>
-
-<a name="index-sexp-selection"></a>
-<a name="index-code-block-selection"></a>
-<a name="index-selection"></a>
-<a name="index-smart-selection"></a>
-<a name="index-smart-marking"></a>
-<a name="index-region-selection"></a>
-<a name="index-things"></a>
-<a name="index-delimited-things"></a>
+<h3 class="section" id="Smart-Key-Thing-Selection-1">3.5 Smart Key Thing
Selection</h3>
+
+<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 (), {}, <>,
[] 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>
-<a name="index-HTML-tag-pair"></a>
-<a name="index-SGML-tag-pair"></a>
-<a name="index-XML-tag-pair"></a>
+<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
@@ -1926,12 +1199,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>
-<a name="index-drag_002c-with-region"></a>
-<a name="index-kill-region"></a>
-<a name="index-yank-region"></a>
-<a name="index-cut-region"></a>
-<a name="index-copy-region"></a>
-<a name="index-paste-region"></a>
+<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’s opening delimiter
@@ -1944,10 +1217,10 @@ work.
</p>
<p>Hyperbole also binds two convenience keys for working with things.
</p>
-<a name="index-C_002dc-RET"></a>
-<a name="index-hui_002dselect_002dthing"></a>
-<a name="index-hui_002dselect_002dthing_002dwith_002dmouse"></a>
-<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.
@@ -1958,14 +1231,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>
-<a name="index-C_002dc-_002e"></a>
-<a name="index-hui_002dselect_002dgoto_002dmatching_002dtag"></a>
+<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,
@@ -1973,48 +1246,48 @@ allowing you to quickly jump back and forth between
opening and
closing tags.
</p>
<hr>
-<a name="Smart-Mouse-Key-Modeline-Clicks"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Mouse-Key-Modeline-Clicks-1"></a>
-<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’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
-<a name="index-bury-buffer"></a>
-<a name="index-unbury-buffer"></a>
-<a name="index-modeline_002c-bury-buffer"></a>
-<a name="index-modeline_002c-unbury-buffer"></a>
-<a name="index-modeline_002c-leftmost-character"></a>
+<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>
-<a name="index-modeline_002c-next-buffer"></a>
-<a name="index-modeline_002c-prev-buffer"></a>
+<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
-<a name="index-dired"></a>
-<a name="index-directory-editor"></a>
-<a name="index-dired_002djump"></a>
-<a name="index-modeline_002c-dired"></a>
-<a name="index-buffer-id"></a>
-<a name="index-modeline_002c-buffer-id"></a>
-<a name="index-dragging-items_002c-dired"></a>
+<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’s directory using dired.
@@ -2028,35 +1301,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>
-<a name="index-Treemacs"></a>
-<a name="index-file-viewer_002c-Treemacs"></a>
+<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’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’s default, use the value, <code
class="code">dired-jump</code>.
</p>
-</li><li> Large Blank Area
+</li><li>Large Blank Area
-<a name="index-buffer-menu"></a>
-<a name="index-modeline_002c-buffer-menu"></a>
-<a name="index-jump-menu"></a>
-<a name="index-modeline_002c-jump-menu"></a>
-<a name="index-dragging-items_002c-buffer-menu"></a>
+<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
@@ -2065,11 +1338,11 @@ frames by name. Manage your windows and frames quickly
with this menu
as well. As always with Hyperbole, just try it and you’ll begin to
wonder how you lived without it before.
</p>
-</li><li> Right Corner
+</li><li>Right Corner
-<a name="index-Info-browser"></a>
-<a name="index-modeline-click-and-drag"></a>
-<a name="index-modeline_002c-Info-Browser"></a>
+<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
@@ -2078,84 +1351,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
-<a name="index-action_002dkey_002dmodeline_002dfunction"></a>
-<a name="index-assist_002dkey_002dmodeline_002dfunction"></a>
-<a name="index-action_002dkey_002dmodeline"></a>
-<a name="index-assist_002dkey_002dmodeline"></a>
-<a name="index-hmouse_002dcontext_002dmenu"></a>
-<a name="index-hmouse_002dcontext_002dibuffer_002dmenu"></a>
-<a name="index-ibuffer-menu"></a>
+<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>
-<a name="index-hui_002dmenu_002dscreen_002dcommands"></a>
-<a name="index-modeline_002c-screen-command-menu"></a>
-<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>
-<a name="Smart-Mouse-Key-Drags"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Mouse-Key-Drags-1"></a>
-<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>
-<a name="index-smart-mouse-key-drag"></a>
-<a name="index-Action-Mouse-Key-drag"></a>
-<a name="index-Assist-Mouse-Key-drag"></a>
-<a name="index-drag_002c-Smart-Mouse-Key"></a>
+<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">• <a
href="#Creating-and-Deleting-Windows" accesskey="1">Creating and Deleting
Windows</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Saving-and-Restoring-Window-Configurations" accesskey="2">Saving and
Restoring Window Configurations</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Resizing-Windows"
accesskey="3">Resizing Windows</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Moving-Frames"
accesskey="4">Moving Frames</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Dragging-Buffers"
accesskey="5">Dragging Buffers</a>:</td><td> </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>
-<a name="Creating-and-Deleting-Windows"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Creating-and-Deleting-Windows-1"></a>
-<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>
-<a name="index-drag_002c-horizontal"></a>
-<a name="index-horizontal-drag"></a>
-<a name="index-drag_002c-vertical"></a>
-<a name="index-vertical-drag"></a>
+<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>
@@ -2166,26 +1433,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>
-<a name="index-C_002dx-_002b"></a>
-<a name="index-rebalance-windows"></a>
-<a name="index-windows_002c-rebalance"></a>
+<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’ll be left with windows of differing heights. Use <kbd>{C-x
+}</kbd> to
+you’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>
-<a name="Saving-and-Restoring-Window-Configurations"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Saving-and-Restoring-Window-Configurations-1"></a>
-<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>
-<a name="index-window-configuration-drag"></a>
-<a name="index-drag_002c-window-configuration"></a>
-<a name="index-drag_002c-diagonal"></a>
-<a name="index-diagonal-drag"></a>
+<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.
@@ -2194,23 +1461,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="http://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>
-<a name="Resizing-Windows"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Resizing-Windows-1"></a>
-<h4 class="subsection">3.7.3 Resizing Windows</h4>
+<h4 class="subsection" id="Resizing-Windows-1">3.7.3 Resizing Windows</h4>
-<a name="index-resizing-windows"></a>
-<a name="index-drag_002c-resize-window"></a>
+<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
@@ -2220,28 +1487,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>
-<a name="Moving-Frames"></a>
-<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> [<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Moving-Frames-1"></a>
-<h4 class="subsection">3.7.4 Moving Frames</h4>
+<h4 class="subsection" id="Moving-Frames-1">3.7.4 Moving Frames</h4>
-<a name="index-dragging-frames"></a>
-<a name="index-moving-frames"></a>
-<a name="index-drag_002c-move-frame"></a>
-<a name="index-modeline-drag_002c-move-frame"></a>
-<a name="index-drag_002dwith_002dmode_002dline"></a>
+<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>
@@ -2251,45 +1518,39 @@ 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>
-<a name="Dragging-Buffers"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Dragging-Buffers_002c-Windows-and-Items"></a>
-<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, Treemacs and buffer-menu items as well as Hyperbole button
referents may 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">• <a href="#Swapping-Buffers"
accesskey="1">Swapping Buffers</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Displaying-Buffers"
accesskey="2">Displaying Buffers</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Cloning-Windows"
accesskey="3">Cloning Windows</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Displaying-Items"
accesskey="4">Displaying Items</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Keyboard-Drags"
accesskey="5">Keyboard Drags</a>:</td><td> </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-Items" accesskey="4">Displaying Items</a></li>
+<li><a href="#Keyboard-Drags" accesskey="5">Keyboard Drags</a></li>
+</ul>
<hr>
-<a name="Swapping-Buffers"></a>
-<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> [<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Swapping-Buffers-1"></a>
-<h4 class="subsubsection">3.7.5.1 Swapping Buffers</h4>
+<h4 class="subsubsection" id="Swapping-Buffers-1">3.7.5.1 Swapping Buffers</h4>
-<a name="index-swap-buffers"></a>
-<a name="index-window_002c-swap-buffer"></a>
-<a name="index-buffer_002c-swap"></a>
-<a name="index-drag_002c-buffer-swap"></a>
+<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
the Assist Mouse Key (not the Action Key) from the open area of one
window’s modeline to the text area of another. This works across frames
@@ -2298,22 +1559,22 @@ as well.
<p>If you have precisely 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 have two single
-window frames, you can swap buffers between them with <kbd>{C-h h s f ~
+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 class="kbd">{C-h h
s f ~
Q}</kbd>.
</p>
<hr>
-<a name="Displaying-Buffers"></a>
-<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> [<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Displaying-Buffers-1"></a>
-<h4 class="subsubsection">3.7.5.2 Displaying Buffers</h4>
+<h4 class="subsubsection" id="Displaying-Buffers-1">3.7.5.2 Displaying
Buffers</h4>
-<a name="index-buffer_002c-copy"></a>
-<a name="index-copy-buffer"></a>
-<a name="index-drag_002c-copy-buffer"></a>
+<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.
@@ -2325,17 +1586,17 @@ window’s modeline; that window will be split
before the buffer is
displayed.
</p>
<hr>
-<a name="Cloning-Windows"></a>
-<div class="header">
+</div>
+<div class="subsubsection-level-extent" id="Cloning-Windows">
+<div class="nav-panel">
<p>
-Next: <a href="#Displaying-Items" accesskey="n" rel="next">Displaying
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> [<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-Items" accesskey="n" rel="next">Displaying
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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Cloning-Windows-1"></a>
-<h4 class="subsubsection">3.7.5.3 Cloning Windows</h4>
+<h4 class="subsubsection" id="Cloning-Windows-1">3.7.5.3 Cloning Windows</h4>
-<a name="index-clone-window"></a>
-<a name="index-window_002c-clone"></a>
-<a name="index-drag_002c-clone-window"></a>
+<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
@@ -2343,22 +1604,22 @@ 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>
-<a name="Displaying-Items"></a>
-<div class="header">
+</div>
+<div class="subsubsection-level-extent" id="Displaying-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> [<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Displaying-Items-1"></a>
-<h4 class="subsubsection">3.7.5.4 Displaying Items</h4>
+<h4 class="subsubsection" id="Displaying-Items-1">3.7.5.4 Displaying Items</h4>
-<a name="index-dired-item-drag"></a>
-<a name="index-buffer-menu-item-drag"></a>
-<a name="index-Treemacs-item-drag"></a>
-<a name="index-Hyperbole-button-drag"></a>
-<a name="index-drag_002c-Hyperbole-button-referent"></a>
-<a name="index-drag_002c-dired-item"></a>
-<a name="index-drag_002c-buffer-menu-item"></a>
-<a name="index-drag_002c-Treemacs-item"></a>
+<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-Hyperbole-button-drag"></a>
+<a class="index-entry-id" id="index-drag_002c-Hyperbole-button-referent"></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 or Assist Mouse
Keys in Dired, Buffer Menu, Ibuffer and Treemacs listing buffers, rather
than the buffers themselves. Dragging Hyperbole buttons to display their
@@ -2370,7 +1631,7 @@ 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>.
+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
@@ -2379,40 +1640,40 @@ has been 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>
-<a name="Keyboard-Drags"></a>
-<div class="header">
+</div>
+<div class="subsubsection-level-extent" id="Keyboard-Drags">
+<div class="nav-panel">
<p>
-Previous: <a href="#Displaying-Items" accesskey="p" rel="prev">Displaying
Items</a>, Up: <a href="#Dragging-Buffers" accesskey="u" rel="up">Dragging
Buffers</a> [<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-Items" accesskey="p" rel="prev">Displaying
Items</a>, Up: <a href="#Dragging-Buffers" accesskey="u" rel="up">Dragging
Buffers, Windows and Items</a> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Keyboard-Drags-1"></a>
-<h4 class="subsubsection">3.7.5.5 Keyboard Drags</h4>
+<h4 class="subsubsection" id="Keyboard-Drags-1">3.7.5.5 Keyboard Drags</h4>
-<a name="index-M_002do"></a>
-<a name="index-C_002du-M_002do"></a>
-<a name="index-C_002dx-o"></a>
-<a name="index-hkey_002doperate"></a>
-<a name="index-drag-emulation"></a>
-<a name="index-emulation_002c-drag"></a>
-<a name="index-keyboard-drags"></a>
+<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>
-<a name="index-ace_002dwindow-1"></a>
-<a name="index-hkey_002dace_002dwindow_002dsetup"></a>
-<a name="index-ace_002dwindow"></a>
-<a name="index-window-by-letter"></a>
-<a name="index-jump-to-window-by-letter"></a>
-<a name="index-keyboard_002c-jump-to-window"></a>
+<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
@@ -2422,74 +1683,74 @@ 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
\"\M-o\")</code>
-to bind it to <kbd>{M-o}</kbd>, replacing Hyperbole’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>
-<a name="index-M_002do-i-_003cwindow_002did_003e"></a>
-<a name="index-M_002do-m-_003cwindow_002did_003e"></a>
-<a name="index-M_002do-r-_003cwindow_002did_003e"></a>
-<a name="index-insert-item"></a>
-<a name="index-drag-item"></a>
-<a name="index-replace-window-buffer"></a>
-<a name="index-swap-window-buffers"></a>
-<a name="index-buffer-replace"></a>
-<a name="index-buffers-swap"></a>
-<a name="index-window-link-button"></a>
-<a name="index-item-drag"></a>
-<a name="index-item-insert"></a>
+<code class="code">ace-window</code>, then call: <code
class="code">(hkey-ace-window-setup \"\M-o\")</code>
+to bind it to <kbd class="kbd">{M-o}</kbd>, replacing Hyperbole’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-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-buffer-replace"></a>
+<a class="index-entry-id" id="index-buffers-swap"></a>
+<a class="index-entry-id" id="index-window-link-button"></a>
+<a class="index-entry-id" id="index-item-drag"></a>
+<a class="index-entry-id" id="index-item-insert"></a>
<p>After setup, the leftmost character or two of each window’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 <id-of-window-to-display-item-in>}</kbd> and
watch
+window, use <kbd class="kbd">{M-o i
<id-of-window-to-display-item-in>}</kbd> and watch
the magic happen. If you want to display multiple items in different
-windows, instead use the <kbd>{M-o t
-<id-of-window-to-display-item-in>}</kbd> key sequence to <em>throw</em>
the
-item to the window. To <em>replace</em> the selected window’s buffer
-with that of another window, use <kbd>{M-o r
-<id-of-window-displaying-desired-buffer>}</kbd>. To instead
<em>swap</em> the
-selected window’s buffer with that of another window, use <kbd>{M-o m
+windows, instead use the <kbd class="kbd">{M-o t
+<id-of-window-to-display-item-in>}</kbd> key sequence to <em
class="emph">throw</em> the
+item to the window. To <em class="emph">replace</em> the selected
window’s buffer
+with that of another window, use <kbd class="kbd">{M-o r
+<id-of-window-displaying-desired-buffer>}</kbd>. To instead <em
class="emph">swap</em> the
+selected window’s buffer with that of another window, use <kbd
class="kbd">{M-o m
<id-of-window-to-swap-with>}</kbd>.
</p>
-<a name="index-M_002do-w-_003cwindow_002did_003e"></a>
-<a name="index-create-link-button"></a>
-<a name="index-link-button"></a>
-<a name="index-hui_003aebut_002dlink_002ddirectly"></a>
+<a class="index-entry-id" id="index-M_002do-w-_003cwindow_002did_003e"></a>
+<a class="index-entry-id" id="index-create-link-button"></a>
+<a class="index-entry-id" id="index-link-button"></a>
+<a class="index-entry-id" id="index-hui_003aebut_002dlink_002ddirectly"></a>
<p>And finally, to create an explicit link between the selected window
-and another window, use <kbd>{M-o w <id-of-referent-window>}</kbd>.
-<code>hui:ebut-link-directly</code> determines the link type by using
+and another window, use <kbd class="kbd">{M-o w
<id-of-referent-window>}</kbd>.
+<code class="code">hui:ebut-link-directly</code> determines the link type by
using
the referent context.
</p>
-<a name="index-C_002du-M_002do-w-_003cwindow_002did_003e"></a>
-<a name="index-M_002d1-M_002do-w-_003cwindow_002did_003e"></a>
-<a name="index-hui_003aibut_002dlink_002ddirectly"></a>
-<p><kbd>{C-u M-o w <window>}</kbd> creates a new, <em>unnamed</em>
implicit
+<a class="index-entry-id"
id="index-C_002du-M_002do-w-_003cwindow_002did_003e"></a>
+<a class="index-entry-id"
id="index-M_002d1-M_002do-w-_003cwindow_002did_003e"></a>
+<a class="index-entry-id" id="index-hui_003aibut_002dlink_002ddirectly"></a>
+<p><kbd class="kbd">{C-u M-o w <window>}</kbd> creates a new, <em
class="emph">unnamed</em> implicit
button in the selected (current) window that links to point in the
-referent <window>. <code>hui:ibut-link-directly</code> determines the
link
-type by using the referent context. <kbd>{M-1 M-o w <window>}</kbd>
creates
-a new, <em>named</em> implicit button in the selected (current) window
+referent <window>. <code class="code">hui:ibut-link-directly</code>
determines the link
+type by using the referent context. <kbd class="kbd">{M-1 M-o w
<window>}</kbd> creates
+a new, <em class="emph">named</em> implicit button in the selected (current)
window
that links to point in the referent <window>.
</p>
-<a name="index-M_002do-t-_003cwindow_002did_003e"></a>
-<a name="index-item-throw"></a>
-<a name="index-throw-item"></a>
-<a name="index-throw-region"></a>
-<a name="index-region-throw"></a>
+<a class="index-entry-id" id="index-M_002do-t-_003cwindow_002did_003e"></a>
+<a class="index-entry-id" id="index-item-throw"></a>
+<a class="index-entry-id" id="index-throw-item"></a>
+<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 <window-id>}</kbd>. If you don’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 <window-id>}</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 <window></dt>
<dd><p>insert listing item at point into <window>; if not on a listing
item,
trigger an error
@@ -2508,17 +1769,17 @@ trigger an error
</p>
</dd>
<dt>M-o w <window></dt>
-<dd><p>window link, create a new <em>explicit button</em> in the selected
+<dd><p>window link, create a new <em class="emph">explicit button</em> in the
selected
(current) window, linking to point in the referent <window>.
</p>
</dd>
<dt>C-u M-o w <window></dt>
-<dd><p>window link, create a new, <em>unnamed implicit button</em> in the
+<dd><p>window link, create a new, <em class="emph">unnamed implicit
button</em> in the
selected (current) window, linking to point in the referent <window>.
</p>
</dd>
<dt>M-1 M-o w <window></dt>
-<dd><p>window link, create a new, <em>named implicit button</em> in the
+<dd><p>window link, create a new, <em class="emph">named implicit button</em>
in the
selected (current) window, linking to point in the referent <window>.
</p></dd>
</dl>
@@ -2531,45 +1792,48 @@ selected (current) window, linking to point in the
referent <window>.
<hr>
-<a name="Buttons"></a>
-<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> [<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Buttons-1"></a>
-<h2 class="chapter">4 Buttons</h2>
+<h2 class="chapter" id="Buttons-1">4 Buttons</h2>
-<a name="index-button"></a>
-<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>
-<a name="index-button_002c-explicit"></a>
-<a name="index-button_002c-global"></a>
-<a name="index-button_002c-implicit"></a>
-<a name="index-button-category"></a>
-<a name="index-explicit-button"></a>
-<a name="index-global-button"></a>
-<a name="index-implicit-button"></a>
+<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’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
@@ -2588,7 +1852,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
@@ -2596,53 +1860,45 @@ Implicit a matching context direct selection
other tools
</pre></div>
-<a name="index-terminal-use"></a>
+<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">• <a href="#Explicit-Buttons"
accesskey="1">Explicit Buttons</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Global-Buttons"
accesskey="2">Global Buttons</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Implicit-Buttons"
accesskey="3">Implicit Buttons</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Button-Files"
accesskey="4">Button Files</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Action-Types"
accesskey="5">Action Types</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Button-Type-Precedence"
accesskey="6">Button Type Precedence</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Utilizing-Explicit-Buttons"
accesskey="7">Utilizing Explicit Buttons</a>:</td><td> </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>
-<a name="Explicit-Buttons"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Explicit-Buttons-1"></a>
-<h3 class="section">4.1 Explicit Buttons</h3>
+<h3 class="section" id="Explicit-Buttons-1">4.1 Explicit Buttons</h3>
-<a name="index-explicit-button-1"></a>
-<a name="index-button_002c-explicit-1"></a>
-<a name="index-button-label"></a>
-<a name="index-button-name"></a>
-<a name="index-label_002c-button"></a>
-<a name="index-name_002c-button"></a>
-<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 ‘<samp><(fake button)></samp>’. They
are quickly
+They look like this ‘<samp class="samp"><(fake
button)></samp>’. They are quickly
recognizable, yet relatively non-distracting as you scan the text in
-which they are embedded. The text between the
‘<samp><(</samp>’ and ‘<samp>)></samp>’
-delimiters is called the <em>button label</em> or <em>button name</em>.
+which they are embedded. The text between the ‘<samp
class="samp"><(</samp>’ and ‘<samp
class="samp">)></samp>’
+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.
@@ -2652,10 +1908,10 @@ buffers without any attached files (such buttons will
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>.
+added to your personal button file. See <a class="xref"
href="#Button-Files">Button Files</a>.
</p>
-<a name="index-button_002c-moving"></a>
-<a name="index-moving-buttons"></a>
+<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). A single button may also appear multiple times within the
@@ -2663,56 +1919,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>.
+buttons, see <a class="pxref" href="#Utilizing-Explicit-Buttons">Utilizing
Explicit Buttons</a>.
</p>
-<a name="index-link-button-1"></a>
-<a name="index-referent"></a>
+<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>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
+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 href="#Action-Types">Action Types</a>, for a list of Hyperbole action
types, including
+See <a class="xref" href="#Action-Types">Action Types</a>, for a list of
Hyperbole action types, including
link types.
</p>
-<a name="index-linking_002c-in_002dplace"></a>
-<a name="index-Hyperbole-data-model"></a>
+<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>
-<a name="index-button-data"></a>
-<a name="index-button-attribute"></a>
-<a name="index-file_002c-_002ehypb"></a>
-<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>
-<a name="Global-Buttons"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Global-Buttons-1"></a>
-<h3 class="section">4.2 Global Buttons</h3>
+<h3 class="section" id="Global-Buttons-1">4.2 Global Buttons</h3>
-<a name="index-global-button-1"></a>
-<a name="index-button_002c-global-1"></a>
-<a name="index-button-label-1"></a>
-<a name="index-label_002c-button-1"></a>
+<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 are buttons that may be activated or
+<em class="dfn">global buttons</em>, which are buttons that may be activated or
otherwise operated upon by typing their names/labels when they are
prompted for, rather than selecting the buttons within a buffer. In
contrast, activation of explicit buttons depends upon the information on
@@ -2722,28 +1978,28 @@ 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>
-<a name="index-C_002dh-h-g"></a>
-<a name="index-menu_002c-Gbut"></a>
-<a name="index-menu_002c-Global_002dButton"></a>
+<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’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’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’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>
-<a name="index-global-link-creation"></a>
-<a name="index-creating-global-links"></a>
-<a name="index-menu-item_002c-Gbut_002fLink"></a>
-<a name="index-C_002dh-h-g-l"></a>
+<a class="index-entry-id" id="index-global-link-creation"></a>
+<a class="index-entry-id" id="index-creating-global-links"></a>
+<a class="index-entry-id" id="index-menu-item_002c-Gbut_002fLink"></a>
+<a class="index-entry-id" id="index-C_002dh-h-g-l"></a>
<p>To create a global button that links to point in one of your Emacs
-windows, use the Link menu item, <kbd>{C-h h g l}</kbd>.
+windows, use the Link menu item, <kbd class="kbd">{C-h h g l}</kbd>.
</p>
<p>By default this will create a global explicit link button. Give it a
prefix argument to create a global implicit link button.
@@ -2763,88 +2019,88 @@ Ace Window package is installed and active, this will
be used to choose
the window; otherwise, you will be prompted to select it by mouse.
</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>
-<a name="index-bookmarks"></a>
+<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’s global buttons and cannot utilize
all of Hyperbole’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="http://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>
-<a name="Implicit-Buttons"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Implicit-Buttons-1"></a>
-<h3 class="section">4.3 Implicit Buttons</h3>
+<h3 class="section" id="Implicit-Buttons-1">4.3 Implicit Buttons</h3>
-<a name="index-button_002c-implicit-1"></a>
-<a name="index-implicit-button-1"></a>
-<a name="index-link_002dto_002dfile"></a>
-<p>Hyperbole can recognize and activate <em>implicit buttons</em> within
+<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>Hyperbole can recognize and activate <em class="dfn">implicit buttons</em>
within
documents that require no special markup, e.g. pathnames or URLs, and
many other types. For example, an Action Key press on a web URL will
display its link in a browser, regardless of the format of the
document. Similarly, an Action Key press on an email address starts
composing mail to that address.
</p>
-<a name="index-implicit-button-type"></a>
+<a class="index-entry-id" id="index-implicit-button-type"></a>
<p>Implicit buttons are identified by implicit button type contextual
pattern matchers that identify appropriate textual patterns at point.
-An <em>implicit button type</em> utilizes Emacs Lisp to identify a
-pattern or state that when matched triggers an <em>action</em>
+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 href="#Action-Types">Action Types</a>)
or an Emacs Lisp
+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>link-to-file</code>, displays the associated file or
+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 name="index-link-creation"></a>
-<a name="index-creating-implicit-links"></a>
-<a name="index-implicit-button-creation"></a>
-<a name="index-menu_002c-Ibut"></a>
-<a name="index-menu_002c-Implicit_002dButton"></a>
-<a name="index-menu-item_002c-Ibut_002fCreate"></a>
-<a name="index-menu-item_002c-Ibut_002fEdit"></a>
-<a name="index-C_002dh-h-i"></a>
-<a name="index-C_002dh-h-i-c"></a>
-<a name="index-C_002dh-h-i-e"></a>
+<a class="index-entry-id" id="index-link-creation"></a>
+<a class="index-entry-id" id="index-creating-implicit-links"></a>
+<a class="index-entry-id" id="index-implicit-button-creation"></a>
+<a class="index-entry-id" id="index-menu_002c-Ibut"></a>
+<a class="index-entry-id" id="index-menu_002c-Implicit_002dButton"></a>
+<a class="index-entry-id" id="index-menu-item_002c-Ibut_002fCreate"></a>
+<a class="index-entry-id" id="index-menu-item_002c-Ibut_002fEdit"></a>
+<a class="index-entry-id" id="index-C_002dh-h-i"></a>
+<a class="index-entry-id" id="index-C_002dh-h-i-c"></a>
+<a class="index-entry-id" id="index-C_002dh-h-i-e"></a>
<p>Implicit buttons are managed with the Hyperbole Ibut/ menu accessed
-with <kbd>{C-h h i}</kbd>. The Create item, <kbd>{C-h h i c}</kbd>, prompts
for
+with <kbd class="kbd">{C-h h i}</kbd>. The Create item, <kbd class="kbd">{C-h
h i c}</kbd>, prompts for
an implicit button name (default is any selected region), an action
type, and the action’s associated arguments. It then creates the
button at point. Use this to create a button with any implicit button
type, not just links.
</p>
-<a name="index-mouse-drag_002c-implicit-link-creation"></a>
-<a name="index-drag"></a>
-<a name="index-Assist-Key-drag"></a>
+<a class="index-entry-id"
id="index-mouse-drag_002c-implicit-link-creation"></a>
+<a class="index-entry-id" id="index-drag"></a>
+<a class="index-entry-id" id="index-Assist-Key-drag"></a>
<p>Alternatively, to create an implicit link button to something
displayed within an Emacs window (the referent), simply drag with the
Assist (not the Action) Mouse Key depressed from an editable source
window to another window with the desired link referent and then
release. The drag must start outside of a draggable item,
-see <a href="#Displaying-Items">Displaying Items</a>. Hyperbole will either
automatically select
+see <a class="pxref" href="#Displaying-Items">Displaying Items</a>. Hyperbole
will either automatically select
the button type based on the referent context or will prompt you to
select from one of a few possible link types.
</p>
-<a name="index-implicit-link-creation"></a>
-<a name="index-menu-item_002c-Ibut_002fLink"></a>
-<a name="index-C_002dh-h-i-l"></a>
+<a class="index-entry-id" id="index-implicit-link-creation"></a>
+<a class="index-entry-id" id="index-menu-item_002c-Ibut_002fLink"></a>
+<a class="index-entry-id" id="index-C_002dh-h-i-l"></a>
<p>If you have exactly two Emacs windows in your current frame or exactly
two windows visible across two Emacs frames, this is even easier.
-Simply use the Link menu item, <kbd>{C-h h i l}</kbd>, to create a new
-unnamed implicit link button or to edit the one at point. <kbd>{C-u
+Simply use the Link menu item, <kbd class="kbd">{C-h h i l}</kbd>, to create a
new
+unnamed implicit link button or to edit the one at point. <kbd
class="kbd">{C-u
C-h h i l}</kbd> will additionally prompt to add a name or rename the button
at point. With more than two windows, Hyperbole will prompt you to
choose the referent window and its associated point to which to link.
@@ -2852,24 +2108,24 @@ If the Ace Window package is installed and active, this
will be used
to choose the window; otherwise, you will be prompted to select it by
mouse.
</p>
-<a name="index-activating-implicit-button"></a>
-<a name="index-menu-item_002c-Ibut_002fAct"></a>
-<a name="index-menu-item_002c-Ibut_002fActivate"></a>
-<a name="index-menu-item_002c-Ibut_002fName"></a>
-<a name="index-menu-item_002c-Ibut_002fRename"></a>
-<a name="index-C_002dh-h-i-a"></a>
-<a name="index-C_002dh-h-i-n"></a>
-<a name="index-C_002dh-h-i-r"></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-menu-item_002c-Ibut_002fActivate"></a>
+<a class="index-entry-id" id="index-menu-item_002c-Ibut_002fName"></a>
+<a class="index-entry-id" id="index-menu-item_002c-Ibut_002fRename"></a>
+<a class="index-entry-id" id="index-C_002dh-h-i-a"></a>
+<a class="index-entry-id" id="index-C_002dh-h-i-n"></a>
+<a class="index-entry-id" id="index-C_002dh-h-i-r"></a>
<p>To activate an implicit button with point on its name or button text,
-use the Act menu item, <kbd>{C-h h i a}</kbd> or press the Action Key. You
-can use <kbd>{C-h h i e}</kbd> to edit an implicit button (or simply edit it
+use the Act menu item, <kbd class="kbd">{C-h h i a}</kbd> or press the Action
Key. You
+can use <kbd class="kbd">{C-h h i e}</kbd> to edit an implicit button (or
simply edit it
manually). If you want to add a name to an existing implicit button
-without one, use <kbd>{C-h h i n}</kbd> to name it. Rename an existing
-named implicit button with <kbd>{C-h h i r}</kbd>.
+without one, use <kbd class="kbd">{C-h h i n}</kbd> to name it. Rename an
existing
+named implicit button with <kbd class="kbd">{C-h h i r}</kbd>.
</p>
-<a name="index-file_002c-hibtypes_002eel"></a>
-<a name="index-context"></a>
-<a name="index-boolean-expressions"></a>
+<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>
<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
@@ -2881,76 +2137,73 @@ triggered.
</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>
-<a name="index-implicit-button-labels"></a>
-<a name="index-implicit-button-names"></a>
-<a name="index-labeling-implicit-buttons"></a>
-<a name="index-naming-implicit-buttons"></a>
+<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. Such names are
highlighted similarly to explicit button names. Here is a pathname
button with a label of ’My Emacs Files’:
</p>
<div class="example">
-<pre class="example"><[My Emacs Files]>: "~/.emacs.d"
+<pre class="example-preformatted"><[My Emacs Files]>:
"~/.emacs.d"
</pre></div>
-<p>The name is delimited by ‘<samp><[</samp>’ and
‘<samp>]></samp>’ and can be followed
+<p>The name is delimited by ‘<samp class="samp"><[</samp>’ and
‘<samp class="samp">]></samp>’ and can be followed
by any number of :, - or = separator characters, including none.
</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">• <a href="#Implicit-Button-Types"
accesskey="1">Implicit Button Types</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Action-Buttons"
accesskey="2">Action Buttons</a>:</td><td> </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>
-<a name="Implicit-Button-Types"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Implicit-Button-Types-1"></a>
-<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>
-<a name="index-ibtypes_002c-list-of"></a>
-<a name="index-implicit-button-types"></a>
+<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 (decreasing priority order). <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 implicit button
+implicit button (decreasing priority order). <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 (in the file, they are listed in reverse order, increasing in
priority).
</p>
-<dl compact="compact">
+<dl class="table">
<dd>
-<a name="index-org_002dmode"></a>
-<a name="index-radio-target"></a>
-<a name="index-code-block"></a>
-<a name="index-links"></a>
-<a name="index-C_002dc-C_002dc"></a>
-<a name="index-M_002dRET-1"></a>
-<a name="index-org_002dctrl_002dc_002dctrl_002dc"></a>
-<a name="index-org_002dmeta_002dreturn"></a>
-<a name="index-hsys_002dorg_002dmode_002dp"></a>
-<a name="index-file_002c-hsys_002dorg_002eel"></a>
-</dd>
-<dt><code>smart-org</code></dt>
-<dd><p><code>smart-org</code> is not an actual implicit button type, just an
Elisp function,
+<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>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>).
+<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.
@@ -2970,19 +2223,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.
@@ -3002,15 +2255,15 @@ or #+end_example header, remove any associated results.
through views of the whole buffer outline.
</li></ol>
-<a name="index-hsys_002dorg_002denable_002dsmart_002dkeys"></a>
-<a name="index-enable-org_002dmode-support"></a>
-<a name="index-disable-org_002dmode-support"></a>
-<a name="index-inhibit-org_002dmode-support"></a>
-<a name="index-C_002dh-h-c-o"></a>
+<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
@@ -3018,8 +2271,8 @@ following table summarizes the effect of this option
setting.
</p></dd>
</dl>
-<div class="smallexample">
-<pre
class="smallexample">|--------------+-------------------+------------------+----------+------------------|
+<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 |
@@ -3028,84 +2281,84 @@ following table summarizes the effect of this option
setting.
|--------------+-------------------+------------------+----------+------------------|
</pre></div>
-<dl compact="compact">
-<dd><a name="index-ibtypes-doc_002did"></a>
-<a name="index-online-library"></a>
-<a name="index-document-identifier"></a>
+<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>
-<a name="index-ibtypes-completion"></a>
-<a name="index-completion-1"></a>
+<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>
-<a name="index-ibtypes-action"></a>
-<a name="index-action-button"></a>
-<a name="index-action-implicit-button"></a>
-<a name="index-function-call-implicit-button"></a>
-<a name="index-variable-display-implicit-button"></a>
+<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>action</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 <> rather
than
(). If an Elisp variable, display a message showing its value.
</p>
-<a name="index-ibtypes-hyp_002dsource"></a>
-<a name="index-Hyperbole-report"></a>
-<a name="index-file_002c-DEMO"></a>
+<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>hyp-source</code></dt>
+<dt><code class="code">hyp-source</code></dt>
<dd><p>Turn source location entries following an ‘@loc>’ 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>
-<a name="index-ibtypes-hyp_002daddress"></a>
-<a name="index-Hyperbole-mail-list"></a>
+<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 <hyperbole-users@gnu.org> in a mail composer window
would activate this implicit button type.
</p>
-<a name="index-ibtypes-Info_002dnode"></a>
-<a name="index-Info-node"></a>
+<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 "(filename)nodename" button display the associated
Info node.
Also make a "(filename)itemname" button display the associated Info
index item. Examples are "(hyperbole)Implicit Buttons" and
“(hyperbole)C-c /”.
</p>
-<a name="index-ibtypes-gnus_002dpush_002dbutton"></a>
-<a name="index-GNUS-push_002dbuttons"></a>
-<a name="index-hiding-signatures"></a>
-<a name="index-signatures_002c-hiding"></a>
+<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>
-<a name="index-ibtypes-texinfo_002dref"></a>
-<a name="index-Texinfo-cross_002dreference"></a>
-<a name="index-cross_002dreference_002c-Texinfo"></a>
+<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
@@ -3116,84 +2369,84 @@ is shown.
<p>For @code, @findex, @var and @vindex references, the associated
documentation string is displayed.
</p>
-<a name="index-ibtypes-patch_002dmsg"></a>
-<a name="index-patch-output"></a>
+<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
‘<samp>patch</samp>’
+<dt><code class="code">patch-msg</code></dt>
+<dd><p>Jump to the source code associated with output from the ‘<samp
class="samp">patch</samp>’
program. Patch applies diffs to source code.
</p>
-<a name="index-ibtypes-elisp_002dcompiler_002dmsg"></a>
-<a name="index-byte-compiler-error"></a>
-<a name="index-Emacs-Lisp-compiler-error"></a>
-<a name="index-compiler-error"></a>
-<a name="index-Emacs-Regression-Test-_0028ERT_0029-symbol"></a>
+<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>
-<a name="index-ibtypes-debugger_002dsource"></a>
-<a name="index-gdb"></a>
-<a name="index-dbx"></a>
-<a name="index-xdb"></a>
-<a name="index-stack-frame"></a>
-<a name="index-breakpoint"></a>
-<a name="index-source-line"></a>
+<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>
-<a name="index-ibtypes-grep_002dmsg"></a>
-<a name="index-grep"></a>
-<a name="index-compiler-error-1"></a>
-<a name="index-match-lines"></a>
+<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>grep-msg</code></dt>
+<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 name="index-ibtypes-ripgrep_002dmsg"></a>
-<a name="index-grep-1"></a>
-<a name="index-ripgrep"></a>
-<a name="index-match-lines-1"></a>
+<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>
-<a name="index-ibtypes-ipython_002dstack_002dframe"></a>
-<a name="index-ipython"></a>
-<a name="index-stack-frame-1"></a>
+<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>
-<a name="index-link_002c-pathname-line-and-column"></a>
-<a name="index-line-and-column"></a>
-<a name="index-pathname_002c-line-and-column"></a>
-<a name="index-ibtypes-pathname_002dline_002dand_002dcolumn"></a>
+<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>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
+<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><path>[#<link-anchor>]:<line-num>[:<column-num>]</samp>.
+with the following format: <samp
class="file"><path>[#<link-anchor>]:<line-num>[:<column-num>]</samp>.
</p>
-<a name="index-ibtypes-ilink"></a>
-<a name="index-implicit-button-link"></a>
-<a name="index-link-to-implicit-button"></a>
-<a name="index-ilink"></a>
+<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 <ilink></code></dt>
+<dt><code class="code">link-to-ibut <ilink></code></dt>
<dd><p>At point, activate a link to an implicit button within the current
buffer. This executes the linked to implicit button’s action in the
context of the current buffer.
@@ -3202,23 +2455,23 @@ context of the current buffer.
where button_file_path is given only when the link is to another file,
e.g. <ilink: my series of keys: ${hyperb:dir}/HYPB>.
</p>
-<a name="index-ibtypes-glink"></a>
-<a name="index-global-button-link"></a>
-<a name="index-link-to-global-button"></a>
-<a name="index-glink"></a>
+<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 <glink></code></dt>
+<dt><code class="code">link-to-gbut <glink></code></dt>
<dd><p>At point, activate a link to a global button. This executes the
linked to global button’s action in the context of the current buffer.
</p>
<p>Recognizes the format ’<glink:’ button_label
’>’, e.g. <glink: open todos>.
</p>
-<a name="index-ibtypes-elink"></a>
-<a name="index-explicit-button-link"></a>
-<a name="index-link-to-explicit-button"></a>
-<a name="index-elink"></a>
+<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 <elink></code></dt>
+<dt><code class="code">link-to-ebut <elink></code></dt>
<dd><p>At point, activate a link to an explicit button within the current
buffer. This executes the linked to explicit button’s action in the
context of the current buffer.
@@ -3227,76 +2480,76 @@ context of the current buffer.
where : button_file_path is given only when the link is to another file,
e.g. <elink: project-list: ~/projs>."
</p>
-<a name="index-ibtypes-klink"></a>
-<a name="index-klink"></a>
-<a name="index-koutline-link"></a>
-<a name="index-kcell-link"></a>
+<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 <> 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>
-<a name="index-ibtypes-man_002dapropos"></a>
-<a name="index-UNIX-manual"></a>
-<a name="index-man-pages"></a>
-<a name="index-man-apropos"></a>
+<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 ‘<samp>man -k</samp>’)
display associated man pages
+<dt><code class="code">man-apropos</code></dt>
+<dd><p>Make man apropos entries (from ‘<samp class="samp">man
-k</samp>’) display associated man pages
when selected.
</p>
-<a name="index-ibtypes-rfc"></a>
-<a name="index-Internet-RFC"></a>
-<a name="index-Request-For-Comment"></a>
-<a name="index-RFC"></a>
-<a name="index-remote-file"></a>
-<a name="index-http"></a>
+<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>
-<a name="index-ibtypes-kbd_002dkey"></a>
-<a name="index-key-series"></a>
-<a name="index-key-sequence"></a>
-<a name="index-series-of-keys"></a>
-<a name="index-kbd-function"></a>
+<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
<kbd>{^x^b}</kbd>
-will not be recognized. The string within <code>(kbd
"string")</code> also
+human readable form, e.g. <kbd class="kbd">{C-x C-b}</kbd>. Formats such as
<kbd class="kbd">{^x^b}</kbd>
+will not be recognized. The string within <code class="code">(kbd
"string")</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>
-<a name="index-ibtypes-debbugs_002dgnu_002dmode"></a>
-<a name="index-bug-tracking"></a>
-<a name="index-issue-tracking"></a>
+<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>debbugs-gnu-mode</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>debbugs-gnu-mode</code>, an Action Key press
+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 name="index-ibtypes-debbugs_002dgnu_002dquery"></a>
+<a class="index-entry-id" id="index-ibtypes-debbugs_002dgnu_002dquery"></a>
</dd>
-<dt><code>debbugs-gnu-query</code></dt>
+<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
@@ -3304,32 +2557,32 @@ 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="smallexample">
-<pre class="smallexample">bug#id-number, bug# id-number, bug #id-number or bug
id-number
+<div class="example smallexample">
+<pre class="example-preformatted">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
</pre></div>
-<a name="index-file_002c-hib_002ddebbugs_002eel"></a>
-<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.
+<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 name="index-ibtypes-dir_002dsummary"></a>
-<a name="index-file_002c-MANIFEST"></a>
-<a name="index-file_002c-DIR"></a>
+<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>dir-summary</code></dt>
+<dt><code class="code">dir-summary</code></dt>
<dd><p>Detect filename buttons in files named "MANIFEST" or
"DIR". 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>
-<a name="index-ibtypes-text_002dtoc"></a>
-<a name="index-table-of-contents"></a>
-<a name="index-toc-implicit-button-type"></a>
+<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. This works in any text derived major mode buffer with
a ‘Table of Contents’ or ‘Contents’ label on a line by
itself (it may
@@ -3339,235 +2592,235 @@ characters. Each section header linked to by the toc
must start with
one or more asterisk characters at the very beginning of the line.
TOCs in Internet RFCs work as well. For example, display this RFC,
<link-to-rfc 822>, and Action Key press on any TOC line to jump to the
-associated section. Or try it in the Hyperbole <samp>DEMO</samp> file.
+associated section. Or try it in the Hyperbole <samp class="file">DEMO</samp>
file.
</p>
-<a name="index-ibtypes-cscope"></a>
-<a name="index-C_002fC_002b_002b-call-trees"></a>
-<a name="index-C_002fC_002b_002b-cross_002dreference"></a>
-<a name="index-Cscope"></a>
+<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>
-<a name="index-ibtypes-etags"></a>
-<a name="index-etags-entry"></a>
-<a name="index-TAGS-file"></a>
-<a name="index-tag"></a>
+<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>
-<a name="index-ibtypes-ctags"></a>
-<a name="index-ctags-entry"></a>
-<a name="index-tags-file"></a>
+<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>
-<a name="index-ibtypes-id_002dcflow"></a>
-<a name="index-C-call-tree"></a>
-<a name="index-call-tree_002c-C"></a>
-<a name="index-C-flow-graph"></a>
+<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>
-<a name="index-ibtypes-rfc_002dtoc"></a>
-<a name="index-Internet-RFC-1"></a>
-<a name="index-Request-For-Comment-1"></a>
-<a name="index-RFC-1"></a>
-<a name="index-table-of-contents-1"></a>
+<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>
-<a name="index-ibtypes-markdown_002dinternal_002dlink"></a>
-<a name="index-markdown-link"></a>
+<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>
-<a name="index-ibtypes-git_002dcommit_002dreference"></a>
-<a name="index-hypb_003afgrep_002dgit_002dlog"></a>
-<a name="index-hypb_003agrep_002dgit_002dlog"></a>
-<a name="index-git-commit-reference"></a>
-<a name="index-git-grep"></a>
-<a name="index-git-log-grep_002fmatch"></a>
-<a name="index-version-control"></a>
-</dd>
-<dt><code>git-commit-reference</code></dt>
+<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>
-<a name="index-ibtypes-social_002dreference"></a>
-<a name="index-hashtag"></a>
-<a name="index-username"></a>
-<a name="index-social-media"></a>
-<a name="index-social-reference"></a>
-<a name="index-hibtypes_002dsocial_002ddefault_002dservice"></a>
+<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]?[#@]<hashtag-or-username> or
+<pre
class="example-preformatted">[facebook|instagram|twitter]?[#@]<hashtag-or-username>
or
[fb|in|tw]?[#@]<hashtag-or-username>
</pre></div>
-<p>For example, ‘<samp>fb@someuser</samp>’ displays the home page
for facebook user
-‘<samp>someuser</samp>’ and ‘<samp>in#hashtag</samp>’
displays photos with the hashtag
-‘<samp>hashtag</samp>’. The first part of the label for a button
of this type
+<p>For example, ‘<samp class="samp">fb@someuser</samp>’ displays
the home page for facebook user
+‘<samp class="samp">someuser</samp>’ and ‘<samp
class="samp">in#hashtag</samp>’ displays photos with the hashtag
+‘<samp class="samp">hashtag</samp>’. 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
“twitter”) when not given, so #hashtag would be the same as
twitter#hashtag.
</p>
-<a name="index-ibtypes-annot_002dbib"></a>
-<a name="index-bibliography"></a>
-<a name="index-reference"></a>
+<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 ‘ ’ or ‘*’ character.
</p>
-<a name="index-ibtypes-mail_002daddress"></a>
-<a name="index-e_002dmail-address"></a>
-<a name="index-rolo-address"></a>
-<a name="index-address"></a>
+<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>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>hypb: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>hypb:mail-address-mode-list</code> is set to nil, this button type is
+in <code class="code">hypb: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">hypb:mail-address-mode-list</code> is set to nil, this
button type is
active in all buffers.
</p>
-<a name="index-ibtypes-www_002durl"></a>
-<a name="index-URL"></a>
-<a name="index-World_002dwide-Web"></a>
-<a name="index-WWW"></a>
-<a name="index-Action-Key_002c-web-browsing"></a>
-<a name="index-Action-Key_002c-web-browsing-1"></a>
-<a name="index-browse_002durl_002dbrowser_002dfunction"></a>
+<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>
-<a name="index-ibtypes-pathname"></a>
-<a name="index-hpath_003aat_002dp"></a>
-<a name="index-hpath_003afind"></a>
-<a name="index-hpath_003asuffixes"></a>
-<a name="index-Tramp"></a>
-<a name="index-ftp"></a>
-<a name="index-pathname"></a>
-<a name="index-remote-path"></a>
-<a name="index-filename"></a>
-<a name="index-link_002c-pathname"></a>
-<a name="index-environment-variables"></a>
-<a name="index-Emacs-Lisp-variables"></a>
-<a name="index-Lisp-variables"></a>
-</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>
-<a name="index-hpath_003avariable_002dregexp"></a>
-<a name="index-pathname-variables"></a>
+<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, \"${variable-name}\".
-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>
-<a name="index-PATH_002dtype-variable"></a>
-<a name="index-colon_002dseparated-paths"></a>
-<a name="index-semicolon_002dseparated-paths"></a>
-<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>
-<a name="index-ibtypes-hyperbole_002drun_002dtest_002ddefinition"></a>
-<a name="index-edebug-a-test"></a>
-<a name="index-debugging-tests"></a>
-<a name="index-running-tests"></a>
-<a name="index-testing"></a>
-<a name="index-ert"></a>
-<a name="index-Emacs-Regression-Test-framework"></a>
+<a class="index-entry-id"
id="index-ibtypes-hyperbole_002drun_002dtest_002ddefinition"></a>
+<a class="index-entry-id" id="index-edebug-a-test"></a>
+<a class="index-entry-id" id="index-debugging-tests"></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-test-definition</code></dt>
+<dt><code class="code">hyperbole-run-test-definition</code></dt>
<dd><p>With an Action Key press on the name in the first line of an ert test
def, evaluate and run the ERT test. With an Assist Key press instead,
edebug the test and step through it.
</p>
-<a name="index-ibtypes-hyperbole_002drun_002dtests"></a>
+<a class="index-entry-id" id="index-ibtypes-hyperbole_002drun_002dtests"></a>
</dd>
-<dt><code>hyperbole-run-tests</code></dt>
-<dd><p>Recognize Action Buttons of the form <code><hyperbole-run-tests
+<dt><code class="code">hyperbole-run-tests</code></dt>
+<dd><p>Recognize Action Buttons of the form <code
class="code"><hyperbole-run-tests
test-selector></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>.
+framework. The <code class="code">test-selector</code> argument is as
described in
+<code class="code">ert-select-tests</code>.
</p>
-<a name="index-ibtypes-hyperbole_002drun_002dtest"></a>
+<a class="index-entry-id" id="index-ibtypes-hyperbole_002drun_002dtest"></a>
</dd>
-<dt><code>hyperbole-run-test</code></dt>
-<dd><p>Recognize Action Buttons of the form <code><hyperbole-run-test
+<dt><code class="code">hyperbole-run-test</code></dt>
+<dd><p>Recognize Action Buttons of the form <code
class="code"><hyperbole-run-test
test-name></code> which when activated run individual Hyperbole tests, each
-given by the <code><test-name></code> argument, an unquoted name.
+given by the <code class="code"><test-name></code> argument, an unquoted
name.
</p></dd>
</dl>
<hr>
-<a name="Action-Buttons"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Action-Buttons-1"></a>
-<h4 class="subsection">4.3.2 Action Buttons</h4>
+<h4 class="subsection" id="Action-Buttons-1">4.3.2 Action Buttons</h4>
-<a name="index-action-button-1"></a>
-<a name="index-implicit-action-button"></a>
+<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
@@ -3575,51 +2828,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
+<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, < >, 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"><link-to-file-line "${hyperb:dir}/hact.el"
40>
+<pre class="example-preformatted"><link-to-file-line
"${hyperb:dir}/hact.el" 40>
</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"><find-file-other-window "/tmp">
+<pre class="example-preformatted"><find-file-other-window
"/tmp">
</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 ‘<samp>-p</samp>’, then the result is
displayed
+predicate whose name ends in ‘<samp class="samp">-p</samp>’, 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"><fill-column>
+<pre class="example-preformatted"><fill-column>
</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"><$fill-column>
+<pre class="example-preformatted"><$fill-column>
</pre></div>
</dd>
@@ -3636,51 +2889,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>
-<a name="Button-Files"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Button-Files-1"></a>
-<h3 class="section">4.4 Button Files</h3>
+<h3 class="section" id="Button-Files-1">4.4 Button Files</h3>
-<a name="index-button-files"></a>
+<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>
-<a name="index-hbmap_003afilename"></a>
-<a name="index-button-file_002c-personal"></a>
-<a name="index-button-file_002c-directory"></a>
+<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>
-<a name="index-dir_002c-_007e_002f_002ehyperb"></a>
-<a name="index-hbmap_003adir_002duser"></a>
-<a name="index-global-button-2"></a>
+<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’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
@@ -3693,22 +2947,22 @@ your colleagues. This provides a flexible means of
connecting to
such resources.
</p>
<hr>
-<a name="Action-Types"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Action-Types-1"></a>
-<h3 class="section">4.5 Action Types</h3>
+<h3 class="section" id="Action-Types-1">4.5 Action Types</h3>
-<a name="index-action-type"></a>
-<a name="index-argument_002c-use"></a>
-<a name="index-action"></a>
-<a name="index-button-action"></a>
-<p><em>Action types</em> are Emacs Lisp commands that specify Hyperbole
+<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>defact</code>
-macro. See the Hyperbole file, <samp>hactypes.el</samp>, for examples of
+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,
@@ -3716,96 +2970,96 @@ 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 <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>
-<a name="index-actypes_002c-list-of"></a>
+<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><a name="index-actypes-annot_002dbib"></a>
+<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>
-<a name="index-actypes-completion"></a>
+<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>
-<a name="index-actypes-debbugs_002dgnu_002dquery"></a>
+<a class="index-entry-id" id="index-actypes-debbugs_002dgnu_002dquery"></a>
</dd>
-<dt><code>debbugs-gnu-query</code></dt>
+<dt><code class="code">debbugs-gnu-query</code></dt>
<dd><p>Display the discussion of Gnu debbugs ID (a positive integer).
</p>
-<a name="index-actypes-display_002dboolean"></a>
+<a class="index-entry-id" id="index-actypes-display_002dboolean"></a>
</dd>
-<dt><code>display-boolean</code></dt>
+<dt><code class="code">display-boolean</code></dt>
<dd><p>Display a message showing the result value of a BOOL-EXPR.
-Return any non-‘<samp>nil</samp>’ value or
‘<samp>t</samp>’.
+Return any non-‘<samp class="samp">nil</samp>’ value or
‘<samp class="samp">t</samp>’.
</p>
-<a name="index-actypes-display_002dvalue"></a>
+<a class="index-entry-id" id="index-actypes-display_002dvalue"></a>
</dd>
-<dt><code>display-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-‘<samp>nil</samp>’ value or
‘<samp>t</samp>’.
+Return any non-‘<samp class="samp">nil</samp>’ value or
‘<samp class="samp">t</samp>’.
</p>
-<a name="index-actypes-display_002dvariable"></a>
+<a class="index-entry-id" id="index-actypes-display_002dvariable"></a>
</dd>
-<dt><code>display-variable</code></dt>
+<dt><code class="code">display-variable</code></dt>
<dd><p>Display a message showing the given variable name and its value.
</p>
-<a name="index-actypes-eval_002delisp"></a>
+<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>
-<a name="index-actypes-exec_002dkbd_002dmacro"></a>
+<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>
-<a name="index-actypes-exec_002dshell_002dcmd"></a>
+<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>
-<a name="index-actypes-exec_002dwindow_002dcmd"></a>
+<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>
-<a name="index-actypes-git_002dreference"></a>
-<a name="index-git-reference"></a>
-<a name="index-version-control-1"></a>
-<a name="index-hibtypes_002dgit_002ddefault_002dproject"></a>
+<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>git-reference</code></dt>
+<dt><code class="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.
+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>
-<li> <ref-item>
-</li><li> /?<project>/<ref-item>
-</li><li> /<project>.
+</p><ul class="itemize mark-bullet">
+<li><ref-item>
+</li><li>/?<project>/<ref-item>
+</li><li>/<project>.
</li></ul>
<p><ref-item> is one of these:
-</p><dl compact="compact">
+</p><dl class="table">
<dt>one of the words: branches, commits, or tags</dt>
<dd><p>the associated items are listed
</p></dd>
@@ -3820,37 +3074,37 @@ See <samp>${hyperb:dir}/DEMO#Git (Local)
References</samp> for examples.
</p></dd>
</dl>
-<a name="index-hibtypes_002dgit_002ddefault_002dproject-1"></a>
+<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>hibtypes-git-default-project</code>.
+value is provided, it defaults to the value of <code
class="code">hibtypes-git-default-project</code>.
</p>
-<a name="index-actypes-github_002dreference"></a>
-<a name="index-github-reference"></a>
-<a name="index-version-control-2"></a>
-<a name="index-hibtypes_002dgithub_002ddefault_002dproject"></a>
-<a name="index-hibtypes_002dgithub_002ddefault_002duser"></a>
+<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>github-reference</code></dt>
+<dt><code class="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.
+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>
-<li> <ref-item>
-</li><li> <user>/<project>/<ref-item>
-</li><li> <project>/<ref-item>
-</li><li> /<project>.
+</p><ul class="itemize mark-bullet">
+<li><ref-item>
+</li><li><user>/<project>/<ref-item>
+</li><li><project>/<ref-item>
+</li><li>/<project>.
</li></ul>
<p><ref-item> is one of these:
-</p><dl compact="compact">
+</p><dl class="table">
<dt>• one of the words: branches, commits, issues, pulls, or tags</dt>
<dd><p>the associated items are listed
</p></dd>
<dt>• one of the words: branch, commit, issue, pull or tag followed by a
’/’ and item id</dt>
<dd><p>the item is shown
</p></dd>
-<dt>• an issue reference given by a positive integer, e.g. <em>92</em> or
prefaced with <em>GH-</em>, like GH-92</dt>
+<dt>• 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>• a commit reference given by a hex number, 55a1f0</dt>
@@ -3861,41 +3115,41 @@ See <samp>${hyperb:dir}/DEMO#Github (Remote)
References</samp> for examples.
</p></dd>
</dl>
-<a name="index-hibtypes_002dgithub_002ddefault_002duser-1"></a>
-<p>USER defaults to the value of <code>hibtypes-github-default-user</code>.
+<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>hibtypes-github-default-project</code>.
+<code class="code">hibtypes-github-default-project</code>.
</p>
-<a name="index-actypes-gitlab_002dreference"></a>
-<a name="index-gitlab-reference"></a>
-<a name="index-version-control-3"></a>
-<a name="index-hibtypes_002dgitlab_002ddefault_002dproject"></a>
-<a name="index-hibtypes_002dgitlab_002ddefault_002duser"></a>
+<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>gitlab-reference</code></dt>
+<dt><code class="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.
+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>
-<li> <ref-item>
-</li><li> <user>/<project>/<ref-item>
-</li><li> <project>/<ref-item>
-</li><li> /<group>/<project>.
+</p><ul class="itemize mark-bullet">
+<li><ref-item>
+</li><li><user>/<project>/<ref-item>
+</li><li><project>/<ref-item>
+</li><li>/<group>/<project>.
or
-</li><li> /<project-or-group> (where a group is a collection of projects)
+</li><li>/<project-or-group> (where a group is a collection of projects)
</li></ul>
<p><ref-item> is one of these:
-</p><dl compact="compact">
+</p><dl class="table">
<dt>• 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>• 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</dt>
<dd><p>the item is shown
</p></dd>
-<dt>• an issue reference given by a positive integer, e.g. <em>92</em> or
prefaced with <em>GL-</em>, like GL-92</dt>
+<dt>• 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>• a commit reference given by a hex number, 55a1f0</dt>
@@ -3906,270 +3160,270 @@ or
</p></dd>
</dl>
-<a name="index-hibtypes_002dgitlab_002ddefault_002duser-1"></a>
-<p>USER defaults to the value of <code>hibtypes-gitlab-default-user</code>.
+<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>hibtypes-gitlab-default-project</code>.
+<code class="code">hibtypes-gitlab-default-project</code>.
</p>
-<a name="index-actypes-hyp_002dconfig"></a>
+<a class="index-entry-id" id="index-actypes-hyp_002dconfig"></a>
</dd>
-<dt><code>hyp-config</code></dt>
+<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>
-<a name="index-actypes-hyp_002drequest"></a>
+<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>
-<a name="index-actypes-hyp_002dsource"></a>
+<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>
-<a name="index-actypes-kbd_002dkey"></a>
+<a class="index-entry-id" id="index-actypes-kbd_002dkey"></a>
</dd>
-<dt><code>kbd-key</code></dt>
+<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>
-<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>
-<p>Return ‘<samp>t</samp>’ if the sequence appears to be valid,
else ‘<samp>nil</samp>’.
+<p>Return ‘<samp class="samp">t</samp>’ if the sequence appears to
be valid, else ‘<samp class="samp">nil</samp>’.
</p>
-<a name="index-link-action-types"></a>
-<a name="index-actypes-link_002dto_002dbookmark"></a>
+<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>
-<a name="index-actypes-link_002dto_002dbuffer_002dtmp"></a>
+<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>
-<a name="index-actypes-link_002dto_002ddirectory"></a>
+<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>
-<a name="index-actypes-link_002dto_002ddoc"></a>
+<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>
-<a name="index-actypes-link_002dto_002debut"></a>
+<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>
-<a name="index-actypes-link_002dto_002delisp_002ddoc"></a>
+<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>
-<a name="index-actypes-link_002dto_002dfile"></a>
+<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>
-<a name="index-actypes-link_002dto_002dfile_002dline"></a>
+<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>
-<a name="index-actypes-link_002dto_002dgbut"></a>
+<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>
-<a name="index-actypes-link_002dto_002dInfo_002dindex_002ditem"></a>
+<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."
</p>
-<a name="index-actypes-link_002dto_002dInfo_002dnode"></a>
+<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>
-<a name="index-actypes-link_002dto_002dibut"></a>
+<a class="index-entry-id" id="index-actypes-link_002dto_002dibut"></a>
</dd>
-<dt><code>link-to-ibut</code></dt>
+<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
+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>
<p>When the button with this action type is created, point must be on the
implicit button to which to link.
</p>
-<a name="index-actypes-link_002dto_002dkcell"></a>
-<a name="index-kcell_003aref_002dto_002did"></a>
+<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 ‘<samp>nil</samp>’, use the current buffer. If
CELL-REF is
-‘<samp>nil</samp>’, show the first cell in the view.
+<p>If FILE is ‘<samp class="samp">nil</samp>’, use the current
buffer. If CELL-REF is
+‘<samp class="samp">nil</samp>’, show the first cell in the view.
</p>
-<a name="index-actypes-link_002dto_002dkotl"></a>
+<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"> < pathname [, cell-ref] >
+<pre class="example-preformatted"> < pathname [, cell-ref] >
< [-!&] pathname >
< @ cell-ref >
</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>
-<a name="index-actypes-link_002dto_002dmail"></a>
+<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>
-<a name="index-actypes-link_002dto_002dregexp_002dmatch"></a>
+<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’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 ‘<samp>t</samp>’ if found, signal an error if not.
+Return ‘<samp class="samp">t</samp>’ if found, signal an error if
not.
</p>
-<a name="index-actypes-link_002dto_002drfc"></a>
+<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>
-<a name="index-actypes-link_002dto_002dstring_002dmatch"></a>
+<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’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 ‘<samp>t</samp>’ if found, ‘<samp>nil</samp>’
if not.
+Return ‘<samp class="samp">t</samp>’ if found, ‘<samp
class="samp">nil</samp>’ if not.
</p>
-<a name="index-actypes-link_002dto_002dtexinfo_002dnode"></a>
+<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>
-<a name="index-actypes-link_002dto_002dweb_002dsearch"></a>
-<a name="index-link_002c-web-search"></a>
-<a name="index-web-search-link"></a>
+<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>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">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 name="index-actypes-man_002dshow"></a>
-<a name="index-hpath_003adisplay_002dwhere"></a>
-<a name="index-man-page"></a>
+<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>man-show</code></dt>
-<dd><p>Display a man page on TOPIC, which may be of the form
‘<samp><command>(<section></samp>’).
-Use <code>hpath:display-where</code> setting to control where the man page is
displayed.
+<dt><code class="code">man-show</code></dt>
+<dd><p>Display a man page on TOPIC, which may be of the form ‘<samp
class="samp"><command>(<section></samp>’).
+Use <code class="code">hpath:display-where</code> setting to control where the
man page is displayed.
</p>
-<a name="index-actypes-org_002dinternal_002dtarget_002dlink"></a>
+<a class="index-entry-id"
id="index-actypes-org_002dinternal_002dtarget_002dlink"></a>
</dd>
-<dt><code>org-internal-target-link</code></dt>
+<dt><code class="code">org-internal-target-link</code></dt>
<dd><p>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.
</p>
-<a name="index-actypes-org_002dlink"></a>
+<a class="index-entry-id" id="index-actypes-org_002dlink"></a>
</dd>
-<dt><code>org-link</code></dt>
+<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>
-<a name="index-actypes-org_002dradio_002dtarget_002dlink"></a>
+<a class="index-entry-id"
id="index-actypes-org_002dradio_002dtarget_002dlink"></a>
</dd>
-<dt><code>org-radio-target-link</code></dt>
+<dt><code class="code">org-radio-target-link</code></dt>
<dd><p>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.
</p>
-<a name="index-actypes-rfc_002dtoc"></a>
+<a class="index-entry-id" id="index-actypes-rfc_002dtoc"></a>
</dd>
-<dt><code>rfc-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 name="index-actypes-text_002dtoc"></a>
-<a name="index-table-of-contents-2"></a>
-<a name="index-toc-action-type"></a>
+<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>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 entry
at point.
</p>
-<a name="index-actypes-www_002durl"></a>
-<a name="index-URL-1"></a>
-<a name="index-World_002dwide-Web-1"></a>
-<a name="index-WWW-1"></a>
-<a name="index-browse_002durl_002dbrowser_002dfunction-1"></a>
+<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>
-<a name="index-actypes-yt_002dinfo"></a>
-<a name="index-youtube"></a>
-<a name="index-video"></a>
+<a class="index-entry-id" id="index-actypes-yt_002dinfo"></a>
+<a class="index-entry-id" id="index-youtube"></a>
+<a class="index-entry-id" id="index-video"></a>
</dd>
-<dt><code>yt-info</code></dt>
+<dt><code class="code">yt-info</code></dt>
<dd><p>Display a web page with the metadata information about VIDEO-ID.
</p>
-<a name="index-actypes-yt_002dplay"></a>
+<a class="index-entry-id" id="index-actypes-yt_002dplay"></a>
</dd>
-<dt><code>yt-play</code></dt>
+<dt><code class="code">yt-play</code></dt>
<dd><p>Play a VIDEO-ID from the point specified by optional START-TIME-STRING.
If not given, START-TIME-STRING is set to "0s" representing the
beginning
of the video. START-TIME-STRING is a colon-separated hours:minutes:seconds
string, e.g. 1:2:44 (1 hour, two minutes, 45 seconds), where the hours
and minutes are optional.
</p>
-<a name="index-actypes-yt_002dsearch"></a>
+<a class="index-entry-id" id="index-actypes-yt_002dsearch"></a>
</dd>
-<dt><code>yt-search</code></dt>
+<dt><code class="code">yt-search</code></dt>
<dd><p>Search Youtube for SEARCH-TERM.
</p>
-<a name="index-actypes-yt_002durl"></a>
+<a class="index-entry-id" id="index-actypes-yt_002durl"></a>
</dd>
-<dt><code>yt-url</code></dt>
+<dt><code class="code">yt-url</code></dt>
<dd><p>Return url to play VIDEO-ID from point specified by optional
START-TIME-STRING.
Return nil if START-TIME-STRING is given but is invalid. If not given,
START-TIME-STRING is set to "0s" representing the beginning of the
video.
@@ -4181,96 +3435,88 @@ minutes are optional.
</dl>
-<a name="index-action-1"></a>
-<a name="index-hui_003aebut_002dprompt_002dfor_002daction"></a>
+<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
-‘<samp>t</samp>’. 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
+‘<samp class="samp">t</samp>’. This will cause Hyperbole to
prompt for an action to override
the button’s action type at each explicit button creation. For those
cases
-where the action type is sufficient, a ‘<samp>nil</samp>’ value
should be
+where the action type is sufficient, a ‘<samp
class="samp">nil</samp>’ value should be
entered for the action. An action may be any Lisp form that Emacs
Lisp can evaluate.
</p>
<hr>
-<a name="Button-Type-Precedence"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Button-Type-Precedence-1"></a>
-<h3 class="section">4.6 Button Type Precedence</h3>
+<h3 class="section" id="Button-Type-Precedence-1">4.6 Button Type
Precedence</h3>
-<a name="index-button-precedence"></a>
-<a name="index-precedence_002c-buttons"></a>
-<a name="index-button-label-overlap"></a>
+<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’s behavior in such
cases is undefined.
</p>
-<a name="index-ibtype_002c-evaluation-order"></a>
+<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>
-<a name="index-type-redefinition"></a>
+<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>
-<a name="Utilizing-Explicit-Buttons"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Utilizing-Explicit-Buttons-1"></a>
-<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">• <a href="#Creation"
accesskey="1">Creation</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Renaming"
accesskey="2">Renaming</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Deletion"
accesskey="3">Deletion</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Editing"
accesskey="4">Editing</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Searching-and-Summarizing"
accesskey="5">Searching and Summarizing</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Buttons-in-Mail"
accesskey="6">Buttons in Mail</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Buttons-in-News"
accesskey="7">Buttons in News</a>:</td><td> </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>
-<a name="Creation"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Creation-1"></a>
-<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 verify
@@ -4286,51 +3532,47 @@ create any type of explicit button, but requires a few
steps.
<p>The next two subsections examine explicit button creation and
modification in detail.
</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">• <a href="#By-Menu" accesskey="1">By
Menu</a>:</td><td> </td><td align="left" valign="top">Creation Via
Menus
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#By-Link" accesskey="2">By
Link</a>:</td><td> </td><td align="left" valign="top">Creation Via
Buffer Link
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#By-Dragging"
accesskey="3">By Dragging</a>:</td><td> </td><td align="left"
valign="top">Creation Via Action Key Drags
-</td></tr>
-</table>
+<ul class="mini-toc">
+<li><a href="#By-Menu" accesskey="1">Creation Via Menus</a></li>
+<li><a href="#By-Link" accesskey="2">Creation Via Buffer Link</a></li>
+<li><a href="#By-Dragging" accesskey="3">Creation Via Action Key Drags</a></li>
+</ul>
<hr>
-<a name="By-Menu"></a>
-<div class="header">
+<div class="subsubsection-level-extent" id="By-Menu">
+<div class="nav-panel">
<p>
-Next: <a href="#By-Link" accesskey="n" rel="next">By Link</a>, Previous: <a
href="#Creation" accesskey="p" rel="prev">Creation</a>, Up: <a href="#Creation"
accesskey="u" rel="up">Creation</a> [<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-Link" accesskey="n" rel="next">Creation Via Buffer
Link</a>, Previous: <a href="#Creation" accesskey="p" rel="prev">Creation</a>,
Up: <a href="#Creation" accesskey="u" rel="up">Creation</a> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Creation-Via-Menus"></a>
-<h4 class="subsubsection">4.7.1.1 Creation Via Menus</h4>
+<h4 class="subsubsection" id="Creation-Via-Menus">4.7.1.1 Creation Via
Menus</h4>
-<a name="index-link-creation-1"></a>
-<a name="index-creating-explicit-links"></a>
-<a name="index-explicit-button-creation"></a>
-<a name="index-menu_002c-Ebut"></a>
-<a name="index-menu-item_002c-Explicit_002dButton"></a>
-<a name="index-menu-item_002c-Ebut_002fCreate"></a>
-<a name="index-menu-item_002c-Ebut_002fEdit"></a>
-<a name="index-C_002dh-h-e"></a>
-<a name="index-C_002dh-h-e-c"></a>
-<a name="index-C_002dh-h-e-e"></a>
+<a class="index-entry-id" id="index-link-creation-1"></a>
+<a class="index-entry-id" id="index-creating-explicit-links"></a>
+<a class="index-entry-id" id="index-explicit-button-creation"></a>
+<a class="index-entry-id" id="index-menu_002c-Ebut"></a>
+<a class="index-entry-id" id="index-menu-item_002c-Explicit_002dButton"></a>
+<a class="index-entry-id" id="index-menu-item_002c-Ebut_002fCreate"></a>
+<a class="index-entry-id" id="index-menu-item_002c-Ebut_002fEdit"></a>
+<a class="index-entry-id" id="index-C_002dh-h-e"></a>
+<a class="index-entry-id" id="index-C_002dh-h-e-c"></a>
+<a class="index-entry-id" id="index-C_002dh-h-e-e"></a>
<p>Explicit buttons are managed with the Hyperbole Ebut/ menu accessed with
-<kbd>{C-h h e}</kbd>. The Create item, <kbd>{C-h h e c}</kbd>, creates any
type of
+<kbd class="kbd">{C-h h e}</kbd>. The Create item, <kbd class="kbd">{C-h h e
c}</kbd>, creates any type of
explicit button. It prompts for an explicit button label (default is any
selected region), an action type, and the action’s associated arguments.
It then creates the button at point and surrounds the label with
<(explicit button delimiters)> like so, to indicate success.
</p>
-<p>You can use the direct selection techniques mentioned in <a
href="#Smart-Key-Argument-Selection">Smart Key Argument Selection</a>, to
select any completion-based arguments. If you do
+<p>You can use the direct selection techniques mentioned in <a class="ref"
href="#Smart-Key-Argument-Selection">Smart Key Argument Selection</a>, to
select any completion-based arguments. If you do
not mark a region before invoking the button create command, you will be
prompted for both a label and a target buffer for the button and the
delimited label text will be inserted into the target buffer after a
successful button creation.
</p>
-<a name="index-button-instance"></a>
-<a name="index-instance-number"></a>
+<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’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
@@ -4339,23 +3581,23 @@ its delimiters. Hyperbole will interpret all
occurrences of the same
delimited label within a buffer as the same button.
</p>
<hr>
-<a name="By-Link"></a>
-<div class="header">
+</div>
+<div class="subsubsection-level-extent" id="By-Link">
+<div class="nav-panel">
<p>
-Next: <a href="#By-Dragging" accesskey="n" rel="next">By Dragging</a>,
Previous: <a href="#By-Menu" accesskey="p" rel="prev">By Menu</a>, Up: <a
href="#Creation" accesskey="u" rel="up">Creation</a> [<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-Dragging" accesskey="n" rel="next">Creation Via Action Key
Drags</a>, Previous: <a href="#By-Menu" accesskey="p" rel="prev">Creation Via
Menus</a>, Up: <a href="#Creation" accesskey="u" rel="up">Creation</a>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Creation-Via-Buffer-Link"></a>
-<h4 class="subsubsection">4.7.1.2 Creation Via Buffer Link</h4>
+<h4 class="subsubsection" id="Creation-Via-Buffer-Link">4.7.1.2 Creation Via
Buffer Link</h4>
-<a name="index-explicit-link-creation"></a>
-<a name="index-menu-item_002c-Ebut_002fLink"></a>
-<a name="index-source-point"></a>
-<a name="index-referent-point"></a>
-<a name="index-C_002dh-h-e-l"></a>
+<a class="index-entry-id" id="index-explicit-link-creation"></a>
+<a class="index-entry-id" id="index-menu-item_002c-Ebut_002fLink"></a>
+<a class="index-entry-id" id="index-source-point"></a>
+<a class="index-entry-id" id="index-referent-point"></a>
+<a class="index-entry-id" id="index-C_002dh-h-e-l"></a>
<p>If you have exactly two Emacs windows in your current frame or exactly
two windows visible across two Emacs frames, you can quickly create
explicit link buttons from your current point (source) to the point in
-the other window (referent). Simply use the Link menu item, <kbd>{C-h h
+the other window (referent). Simply use the Link menu item, <kbd
class="kbd">{C-h h
e l}</kbd>, to create a new explicit link button or to rename the one at point.
Hyperbole will either use the selected region as the new button label or
will prompt you for it. It will then automatically choose the link type
@@ -4368,36 +3610,36 @@ Ace Window package is installed and active, this will
be used to choose
the window; otherwise, you will be prompted to select it by mouse.
</p>
<hr>
-<a name="By-Dragging"></a>
-<div class="header">
+</div>
+<div class="subsubsection-level-extent" id="By-Dragging">
+<div class="nav-panel">
<p>
-Previous: <a href="#By-Link" accesskey="p" rel="prev">By Link</a>, Up: <a
href="#Creation" accesskey="u" rel="up">Creation</a> [<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-Link" accesskey="p" rel="prev">Creation Via Buffer
Link</a>, Up: <a href="#Creation" accesskey="u" rel="up">Creation</a>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Creation-Via-Action-Key-Drags"></a>
-<h4 class="subsubsection">4.7.1.3 Creation Via Action Key Drags</h4>
+<h4 class="subsubsection" id="Creation-Via-Action-Key-Drags">4.7.1.3 Creation
Via Action Key Drags</h4>
-<a name="index-mouse-drag_002c-explicit-link-creation"></a>
-<a name="index-drag-1"></a>
-<a name="index-Assist-Key-drag-1"></a>
+<a class="index-entry-id"
id="index-mouse-drag_002c-explicit-link-creation"></a>
+<a class="index-entry-id" id="index-drag-1"></a>
+<a class="index-entry-id" id="index-Assist-Key-drag-1"></a>
<p>Alternatively, to create an explicit link button to something
displayed within an Emacs window (the referent), simply drag with the
Assist (not the Action) Mouse Key depressed from an editable source
window to another window with the desired link referent and then
release. The drag must start outside of a draggable item,
-see <a href="#Displaying-Items">Displaying Items</a>. Hyperbole will either
automatically select
+see <a class="pxref" href="#Displaying-Items">Displaying Items</a>. Hyperbole
will either automatically select
the button type based on the referent context or will prompt you to
select from one of a few possible link types.
</p>
-<a name="index-explicit-button-creation-1"></a>
-<a name="index-link-creation-2"></a>
-<a name="index-creating-explicit-links-1"></a>
-<a name="index-mouse-drag_002c-link-creation"></a>
-<a name="index-drag-2"></a>
-<a name="index-Action-Key-drag"></a>
+<a class="index-entry-id" id="index-explicit-button-creation-1"></a>
+<a class="index-entry-id" id="index-link-creation-2"></a>
+<a class="index-entry-id" id="index-creating-explicit-links-1"></a>
+<a class="index-entry-id" id="index-mouse-drag_002c-link-creation"></a>
+<a class="index-entry-id" id="index-drag-2"></a>
+<a class="index-entry-id" id="index-Action-Key-drag"></a>
<p>The most efficient way to create an explicit link button to something
within an Emacs window is to use the Action Mouse Key to drag from an
editable source window to another window with the desired link referent.
-The drag must start outside of a draggable item, see <a
href="#Displaying-Items">Displaying Items</a>. Hyperbole will prompt for the
button text label and then will
+The drag must start outside of a draggable item, see <a class="pxref"
href="#Displaying-Items">Displaying Items</a>. Hyperbole will prompt for the
button text label and then will
either automatically select the button action type based on the referent
context or will prompt you to select from one of a few possible link
types.
@@ -4409,7 +3651,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 Via Menus</a>, for a more
detailed
+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>
<p>If a region was selected prior to the start of the drag, it is used as
@@ -4428,7 +3670,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
----------------------------------------------------
Org Roam or Org Id link-to-org-id
Global Button link-to-gbut
@@ -4450,16 +3692,17 @@ Buffer without File link-to-buffer-tmp
<hr>
-<a name="Renaming"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Renaming-1"></a>
-<h4 class="subsection">4.7.2 Renaming</h4>
+<h4 class="subsection" id="Renaming-1">4.7.2 Renaming</h4>
-<a name="index-explicit-button-renaming"></a>
-<a name="index-button-renaming"></a>
+<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
@@ -4474,52 +3717,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>
-<a name="index-file_002c-_002eemacs-1"></a>
-<a name="index-file_002c-hyperbole_002eel"></a>
-<a name="index-hui_003aebut_002drename"></a>
+<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 "\C-cr" '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 "\C-cr" 'hui:ebut-rename)</code>,
for example.
</p>
<hr>
-<a name="Deletion"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Deletion-1"></a>
-<h4 class="subsection">4.7.3 Deletion</h4>
+<h4 class="subsection" id="Deletion-1">4.7.3 Deletion</h4>
-<a name="index-explicit-button-deletion"></a>
-<a name="index-button-deletion"></a>
+<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’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>
-<a name="index-hui_003ahbut_002ddelete_002dconfirm_002dflag"></a>
+<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
‘<samp>nil</samp>’ if you
+interactively deleting explicit buttons. Set it to ‘<samp
class="samp">nil</samp>’ if you
prefer no confirmation.
</p>
<hr>
-<a name="Editing"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Editing-1"></a>
-<h4 class="subsection">4.7.4 Editing</h4>
+<h4 class="subsection" id="Editing-1">4.7.4 Editing</h4>
-<a name="index-explicit-button-editing"></a>
-<a name="index-button-editing"></a>
-<a name="index-Smart-Mouse-Key-drag"></a>
-<a name="index-button-attributes"></a>
+<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’s
attributes list and allows you to edit each in turn.
</p>
@@ -4527,20 +3770,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>
-<a name="Searching-and-Summarizing"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Searching-and-Summarizing-1"></a>
-<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>
-<a name="index-explicit-button-summary"></a>
-<a name="index-button-summary"></a>
-<a name="index-button-help-1"></a>
+<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.
@@ -4551,8 +3794,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>
-<a name="index-explicit-button-searching"></a>
-<a name="index-button-searching"></a>
+<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
@@ -4568,17 +3811,17 @@ buttons created by others or for searching on
particular button
attributes.
</p>
<hr>
-<a name="Buttons-in-Mail"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Buttons-in-Mail-1"></a>
-<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>
-<a name="index-C_002dx-m"></a>
-<a name="index-mail"></a>
-<a name="index-menu-item_002c-Cust_002fMsg_002dToggle_002dEbuts"></a>
+<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.
@@ -4586,36 +3829,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>
-<a name="index-button-mailing"></a>
-<a name="index-button-posting"></a>
-<a name="index-mailing-buttons"></a>
-<a name="index-posting-buttons"></a>
-<a name="index-mail-reader"></a>
-<a name="index-mailer-initialization"></a>
-<a name="index-Rmail"></a>
-<a name="index-VM"></a>
-<a name="index-MH_002de"></a>
-<a name="index-Gnus"></a>
-<a name="index-USENET"></a>
-<a name="index-news"></a>
-<a name="index-file_002c-hmail_002eel"></a>
-<p>Hyperbole supports the following mail readers: Rmail (see <a
href="http://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="http://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>
-<a name="index-mail_002dyank_002doriginal"></a>
-<a name="index-C_002dc-C_002dy"></a>
-<a name="index-mail-inclusion"></a>
+<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’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’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
@@ -4628,7 +3871,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>
@@ -4637,20 +3880,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>
-<a name="index-smail_003acomment"></a>
-<a name="index-mail-comment"></a>
-<a name="index-Hyperbole-mail-comment"></a>
+<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 "Comments: GNU Hyperbole mail buttons accepted, v%s.\n"
hyperb:version))
</pre></div>
@@ -4658,38 +3901,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>
-<a name="index-file_002c-_002eemacs-2"></a>
+<a class="index-entry-id" id="index-file_002c-_002eemacs-2"></a>
<p>where the X’s indicate your Hyperbole version number. You can cut
this out of particular messages before you send them when need be.
</p>
-<a name="index-actype_002c-link_002dto_002dmail"></a>
+<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>
-<a name="Buttons-in-News"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Buttons-in-News-1"></a>
-<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>
-<a name="index-button-posting-1"></a>
-<a name="index-news-reader_002fposter"></a>
-<a name="index-posting-news"></a>
-<a name="index-Gnus-1"></a>
-<a name="index-USENET-1"></a>
-<a name="index-file_002c-hyperbole_002eel-1"></a>
-<a name="index-menu-item_002c-Cust_002fMsg_002dToggle_002dEbuts-1"></a>
+<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
@@ -4698,8 +3941,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.
@@ -4714,105 +3957,107 @@ 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>
-<a name="index-news-comment"></a>
+<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>
-<a name="Menus"></a>
-<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> [<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Menus-1"></a>
-<h2 class="chapter">5 Menus</h2>
+<h2 class="chapter" id="Menus-1">5 Menus</h2>
-<a name="index-Emacs-1"></a>
-<a name="index-Hyperbole-menubar-menu"></a>
-<a name="index-Hyperbole-pulldown-menu"></a>
-<a name="index-menu-use"></a>
-<a name="index-pulldown-menu"></a>
-<a name="index-menubar_002c-Hyperbole-menu"></a>
-<a name="index-menu-item_002c-Remove_002dThis_002dMenu"></a>
-<a name="index-removing-Hyperbole-menu"></a>
+<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"><a name="image_003aHyperbole-Menu"></a>
+<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"><a name="image_003aFind-Menu"></a>
+<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>
-<a name="index-hyperbole_002dpopup_002dmenu"></a>
-<a name="index-popup-menu"></a>
-<a name="index-hyperbole-popup-menu"></a>
-<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>
-<a name="index-minibuffer-menus"></a>
-<a name="index-menu-item-key-bindings"></a>
+<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 window and work
+<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>
-<a name="index-C_002dh-h-1"></a>
-<a name="index-enable-Hyperbole-mode"></a>
-<a name="index-minibuffer-menu"></a>
-<a name="index-file_002c-hyperbole_002eel-2"></a>
-<a name="index-invoking-Hyperbole"></a>
-<a name="index-starting-Hyperbole"></a>
-<a name="index-Hyperbole_002c-starting"></a>
-<a name="index-Hyperbole-main-menu"></a>
+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-enable-Hyperbole-mode"></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="smallexample">
-<pre class="smallexample">Hy> Act Butfile/ Cust/ Doc/ Ebut/ Find/ Gbut/
Hist Ibut/ Kotl/ Msg/ Rolo/ Screen/ Win/
-</pre></div>
-
-<a name="index-submenus"></a>
-<a name="index-menu-exit"></a>
-<a name="index-menu-help"></a>
-<a name="index-menu-quit"></a>
-<a name="index-disable-Hyperbole-mode"></a>
-<a name="index-quit-menus"></a>
-<a name="index-help_002c-menu-items"></a>
-<a name="index-menu-item-selection"></a>
-<a name="index-selection_002c-menu-items"></a>
-<a name="index-TAB"></a>
-<a name="index-M_002df"></a>
-<a name="index-Shift_002dTAB"></a>
-<a name="index-M_002db"></a>
+<div class="example smallexample">
+<pre class="example-preformatted">Hy> Act Butfile/ Cust/ Doc/ Ebut/ Find/
Gbut/ Hist Ibut/ Kotl/ Msg/ Rolo/ Screen/ Win/
+</pre></div>
+
+<a class="index-entry-id" id="index-submenus"></a>
+<a class="index-entry-id" id="index-menu-exit"></a>
+<a class="index-entry-id" id="index-menu-help"></a>
+<a class="index-entry-id" id="index-menu-quit"></a>
+<a class="index-entry-id" id="index-disable-Hyperbole-mode"></a>
+<a class="index-entry-id" id="index-quit-menus"></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>A menu item can be selected in a number of ways:
-</p><ul>
-<li> from the keyboard, by typing the first capitalized character of its name,
-</li><li> with a press of <kbd>{<span class="key">RET</span>}</kbd> or the
Action Key or Action Mouse Key on the name,
-</li><li> by pressing <kbd>{<span class="key">TAB</span>}</kbd> or
<kbd>{M-f}</kbd> to move forward an item,
-</li><li> or by pressing <kbd>{Shift-<span class="key">TAB</span>}</kbd> or
<kbd>{M-b}</kbd> to move backward an item.
+</p><ul class="itemize mark-bullet">
+<li>from the keyboard, by typing the first capitalized character of its name,
+</li><li>with a press of <kbd class="kbd">{<kbd class="key">RET</kbd>}</kbd>
or the Action Key or Action Mouse Key on the name,
+</li><li>by pressing <kbd class="kbd">{<kbd class="key">TAB</kbd>}</kbd> or
<kbd class="kbd">{M-f}</kbd> to move forward an item,
+</li><li>or by pressing <kbd class="kbd">{Shift-<kbd
class="key">TAB</kbd>}</kbd> or <kbd class="kbd">{M-b}</kbd> to move backward
an item.
</li></ul>
<p>A prefix argument given to one of the movement commands, moves by that
@@ -4820,97 +4065,97 @@ number of items within the menu. A press of the Assist
Key on an item
displays help for the item, including the action that it performs.
"/" at the end of an item name indicates that it brings up a submenu.
</p>
-<a name="index-C_002dh-h-C_002dt"></a>
-<a name="index-C_002dh-h-Q-1"></a>
-<a name="index-C_002dh-h-X-1"></a>
-<a name="index-C_002dh-h-C_002dg"></a>
-<a name="index-menu_002c-top_002dlevel"></a>
-<a name="index-top_002dlevel-menu"></a>
-<a name="index-menu-prefix"></a>
-<a name="index-menu_002c-entry_002fexit-commands"></a>
+<a class="index-entry-id" id="index-C_002dh-h-C_002dt"></a>
+<a class="index-entry-id" id="index-C_002dh-h-Q-1"></a>
+<a class="index-entry-id" id="index-C_002dh-h-X-1"></a>
+<a class="index-entry-id" id="index-C_002dh-h-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>
+<a class="index-entry-id" id="index-menu_002c-entry_002fexit-commands"></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 ‘<samp>></samp>’ 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 ‘<samp class="samp">></samp>’ character). This
allows you to browse the
submenus and then return to the top menu.
</p>
-<a name="index-menu_002c-reload"></a>
-<a name="index-Smart-Key_002c-reload"></a>
-<a name="index-reload-minibuffer-menus"></a>
-<a name="index-reload-Smart-Key-handlers"></a>
+<a class="index-entry-id" id="index-menu_002c-reload"></a>
+<a class="index-entry-id" id="index-Smart-Key_002c-reload"></a>
+<a class="index-entry-id" id="index-reload-minibuffer-menus"></a>
+<a class="index-entry-id" id="index-reload-Smart-Key-handlers"></a>
<p>You can reload the Hyperbole minibuffer menus and Smart Key handlers
to reflect any recent edits when on the top-level Hyperbole menu by
-pressing <kbd>{<span class="key">RET</span>}</kbd> or the Action Key on the
menu name (first
+pressing <kbd class="kbd">{<kbd class="key">RET</kbd>}</kbd> or the Action Key
on the menu name (first
item that ends with ’>’). This will also quit from the menu.
</p>
<p>You can quit from the minibuffer menus without selecting an item by
-using <kbd>{Q}</kbd>, or by pressing <kbd>{<span class="key">RET</span>}</kbd>
or <kbd>{M-<span class="key">RET</span>}</kbd>
-when at the end of a menu. <kbd>{C-g}</kbd> aborts from the minibuffer
+using <kbd class="kbd">{Q}</kbd>, or by pressing <kbd class="kbd">{<kbd
class="key">RET</kbd>}</kbd> or <kbd class="kbd">{M-<kbd
class="key">RET</kbd>}</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.
-<kbd>{X}</kbd> both quits the menus and disables the Hyperbole global minor
-mode; <kbd>{C-h h}</kbd> restores the menus and re-enables Hyperbole minor
+<kbd class="kbd">{X}</kbd> both quits the menus and disables the Hyperbole
global minor
+mode; <kbd class="kbd">{C-h h}</kbd> restores the menus and re-enables
Hyperbole minor
mode.
</p>
<p>The top-level Hyperbole minibuffer menu items serve the following purposes:
</p>
-<dl compact="compact">
-<dd><a name="index-menu-item_002c-Act"></a>
-<a name="index-menu-item_002c-Activate_002dButton_002din_002dBuffer"></a>
+<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>
-<a name="index-menu_002c-Button_002dFile"></a>
-<a name="index-menu_002c-Butfile"></a>
-<a name="index-button-file_002c-HYPB"></a>
-<a name="index-file_002c-HYPB"></a>
+<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>
-<a name="index-menu_002c-Customize"></a>
-<a name="index-menu_002c-Cust"></a>
-<a name="index-customize"></a>
-<a name="index-option-settings"></a>
+<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>
-<a name="index-menu_002c-KeyBindings"></a>
-<a name="index-key-binding_002c-menu"></a>
-<a name="index-mouse-bindings"></a>
-<p>The ‘<samp>KeyBindings/</samp>’ 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 ‘<samp class="samp">KeyBindings/</samp>’ 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’s
+<p>See <a class="xref" href="#Hyperbole-Key-Bindings">Hyperbole Key
Bindings</a>, for complete descriptions of Hyperbole’s
key bindings and how to manage them.
</p>
-<a name="index-menu_002c-Explicit_002dButton"></a>
-<a name="index-menu_002c-EBut"></a>
+<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>
-<a name="index-menu_002c-Documentation"></a>
-<a name="index-menu_002c-Doc"></a>
-<a name="index-menu_002c-Types"></a>
-<a name="index-concepts"></a>
-<a name="index-use-cases"></a>
+<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>
+<a class="index-entry-id" id="index-concepts"></a>
+<a class="index-entry-id" id="index-use-cases"></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; a Concepts item that discusses how
Hyperbole features all interrelate; a Demo item which demonstrates a
@@ -4919,12 +4164,12 @@ Hyperbole features, as well as a WhyUse item with use
cases. It also
contains the Types/ submenu for documentation on Hyperbole implicit
button and action types.
</p>
-<a name="index-Find"></a>
-<a name="index-Grep"></a>
-<a name="index-menu_002c-Find"></a>
-<a name="index-search"></a>
+<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
@@ -4935,141 +4180,141 @@ access to popular web search engines.
</p>
<p>Below are each of the commands on the Find menu.
</p>
-<a name="index-match-lines-2"></a>
-<a name="index-remove-lines"></a>
-<a name="index-save-lines"></a>
-<a name="index-locate-files"></a>
-<a name="index-grep-files"></a>
-<a name="index-menu-item_002c-GrepFile"></a>
-<a name="index-menu-item_002c-LocateFiles"></a>
-<a name="index-menu-item_002c-MatchFileBuffers"></a>
-<a name="index-menu-item_002c-OccurHere"></a>
-<a name="index-menu-item_002c-RemoveLines"></a>
-<a name="index-menu-item_002c-SaveLines"></a>
-<a name="index-hypb_003argrep_002dcommand"></a>
-<a name="index-locate_002dcommand"></a>
-<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.
-<a name="index-menu-item_002c-Find_002fWeb"></a>
-<a name="index-menu_002c-Web"></a>
-<a name="index-searching-the-web"></a>
-<a name="index-web-search"></a>
-<a name="index-C_002dc-_002f"></a>
-<a name="index-hyperbole_002dweb_002dsearch_002dbrowser_002dfunction"></a>
+</li><li>SaveLines - Following point, keep only lines that match regexp.
+<a class="index-entry-id" id="index-menu-item_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’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="smallexample">
-<pre class="smallexample">Web> Amazon Bing Dictionary Elisp Facebook
Google gitHub Images
+<div class="example smallexample">
+<pre class="example-preformatted">Web> Amazon Bing Dictionary Elisp
Facebook Google gitHub Images
Jump Maps RFCs StackOverflow Twitter Wikipedia Youtube
</pre></div>
</li></ul>
-<a name="index-menu_002c-Global_002dButton-1"></a>
-<a name="index-menu_002c-Gbut-1"></a>
+<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.
-<a name="index-menu-item_002c-Back_002dto_002dPrior_002dLocation"></a>
-<a name="index-menu-item_002c-Hist"></a>
-<a name="index-history"></a>
+<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>
-<a name="index-menu_002c-Implicit_002dButton-1"></a>
-<a name="index-menu_002c-Ibut-1"></a>
+<a class="index-entry-id" id="index-menu_002c-Implicit_002dButton-1"></a>
+<a class="index-entry-id" id="index-menu_002c-Ibut-1"></a>
</dd>
-<dt><strong>Ibut/</strong></dt>
+<dt><strong class="strong">Ibut/</strong></dt>
<dd><p>All implicit button commands.
</p>
-<a name="index-menu_002c-Mail_002dLists"></a>
-<a name="index-menu_002c-Msg"></a>
+<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>
-<a name="index-menu_002c-Outliner"></a>
-<a name="index-menu_002c-Koutline"></a>
-<a name="index-menu_002c-Kotl"></a>
+<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>
-<a name="index-menu_002c-Rolo"></a>
+<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>
-<a name="index-menu_002c-Screen"></a>
+<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>
-<a name="index-menu_002c-Window_002dConfigurations"></a>
-<a name="index-menu_002c-WinConfig"></a>
+<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>
-<a name="HyControl"></a>
-<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> [<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="HyControl-1"></a>
-<h2 class="chapter">6 HyControl</h2>
+<h2 class="chapter" id="HyControl-1">6 HyControl</h2>
-<a name="index-windows-control"></a>
-<a name="index-frames-control"></a>
-<a name="index-HyControl"></a>
-<a name="index-invoking-HyControl"></a>
-<a name="index-starting-HyControl"></a>
-<a name="index-screen"></a>
-<a name="index-display"></a>
+<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,
@@ -5080,38 +4325,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>
-<a name="index-C_002dc-_005c"></a>
-<a name="index-screen_002c-C_002dc-_005c"></a>
-<a name="index-C_002dh-h-s-w"></a>
-<a name="index-screen_002c-C_002dh-h-s-w"></a>
-<a name="index-C_002dh-h-s-f"></a>
-<a name="index-screen_002c-C_002dh-h-s-f"></a>
-<a name="index-menu-item_002c-WindowsControl"></a>
-<a name="index-menu-item_002c-FramesControl"></a>
-<p>Hyperbole binds the key <kbd>{C-c \}</kbd> for quick access to
HyControl’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’s
window control menu, if it was not already bound prior to Hyperbole’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>
-<a name="index-submodes"></a>
-<a name="index-screen_002c-t"></a>
-<a name="index-screen_002c-q"></a>
-<a name="index-screen_002c-Q"></a>
+<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>
-<a name="index-numeric-argument"></a>
-<a name="index-multiplier"></a>
+<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>
@@ -5119,70 +4364,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>
-<a name="index-HyControl-help"></a>
-<a name="index-HyControl_002c-see-screen"></a>
-<a name="index-screen_002c-_003f"></a>
-<a name="index-_003f"></a>
+<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>
-<a name="index-HyControl_002c-see-screen-1"></a>
-<a name="index-screen_002c-_002e"></a>
-<a name="index-_002e"></a>
+<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>
-<a name="index-screen_002c-0_002d9"></a>
-<a name="index-0_002d9"></a>
+<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>
-<a name="index-screen_002c-_002d"></a>
-<a name="index-_002d"></a>
+<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>
-<a name="index-C_002du"></a>
-<a name="index-C_002du-1"></a>
+<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>
-<a name="index-windows-grid"></a>
-<a name="index-grid-of-windows"></a>
-<a name="index-HyControl-windows-grid"></a>
-<a name="index-screen_002c-_0040"></a>
-<a name="index-_0040"></a>
+<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>
-<a name="index-hycontrol_002ddisplay_002dbuffer_002dpredicate_002dlist"></a>
+<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’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"><a name="image_003a2x3_002dWindows_002dGrid"></a>
+<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
@@ -5203,401 +4448,399 @@ following commands from using the often large grid
size argument.
-<a name="index-hycontrol_002dwindow_002dgrid_002drepeatedly"></a>
+<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>
-<a name="index-hycontrol_002dwindows_002dgrid_002dby_002dbuffer_002dlist"></a>
-<a name="index-hycontrol_002dwindows_002dgrid_002dby_002dfile_002dpattern"></a>
-<a name="index-hycontrol_002dwindows_002dgrid_002dby_002dfile_002dlist"></a>
+<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>
-<a name="index-frame-resize"></a>
-<a name="index-hycontrol_002dframe_002dwidths"></a>
-<a name="index-screen_002c-a"></a>
-<a name="index-a"></a>
+<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>
-<a name="index-hycontrol_002dframe_002dheights"></a>
-<a name="index-screen_002c-A"></a>
-<a name="index-A"></a>
+<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>
-<a name="index-screen_002c-h"></a>
-<a name="index-h"></a>
+<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>
-<a name="index-screen_002c-s"></a>
-<a name="index-s"></a>
+<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>
-<a name="index-screen_002c-w"></a>
-<a name="index-w"></a>
+<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>
-<a name="index-screen_002c-n"></a>
-<a name="index-n"></a>
+<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>
-<a name="index-screen_002c-_0025"></a>
-<a name="index-_0025"></a>
+<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’s height and width to about argument
percent
of the screen size.
</p>
-<a name="index-screen_002c-H"></a>
-<a name="index-H"></a>
+<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’s height to about argument percent
of the
screen size.
</p>
-<a name="index-screen_002c-I_002fJ_002fK_002fM"></a>
-<a name="index-I_002fJ_002fK_002fM"></a>
+<a class="index-entry-id" id="index-screen_002c-I_002fJ_002fK_002fM"></a>
+<a class="index-entry-id" id="index-I_002fJ_002fK_002fM"></a>
</dd>
-<dt><kbd>{I/J/K/M}</kbd></dt>
+<dt><kbd class="kbd">{I/J/K/M}</kbd></dt>
<dd><p>In WINDOWS mode, the keys I, J, K, M move directionally (based on
QUERTY key layout) between windows in the selected frame. In FRAMES
mode, they move directionally through visible frames. These use the
-<samp>windmove</samp> and <samp>framemove</samp> libraries. When any of these
+<samp class="file">windmove</samp> and <samp class="file">framemove</samp>
libraries. When any of these
keys are pressed, Hyperbole will prompt to install the needed library
if not already installed.
</p>
-<a name="index-screen_002c-W"></a>
-<a name="index-W"></a>
+<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’s width to about argument percent of
the
screen size.
</p>
-<a name="index-screen_002c-up"></a>
-<a name="index-screen_002c-down"></a>
-<a name="index-screen_002c-left"></a>
-<a name="index-screen_002c-right"></a>
-<a name="index-up"></a>
+<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><a name="index-down"></a>
+<dt><kbd class="kbd">{up}</kbd></dt>
+<dd><a class="index-entry-id" id="index-down"></a>
</dd>
-<dt><kbd>{down}</kbd></dt>
-<dd><a name="index-left"></a>
+<dt><kbd class="kbd">{down}</kbd></dt>
+<dd><a class="index-entry-id" id="index-left"></a>
</dd>
-<dt><kbd>{left}</kbd></dt>
-<dd><a name="index-right"></a>
+<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>
-<a name="index-frame-relocate"></a>
-<a name="index-screen_002c-c"></a>
-<a name="index-c"></a>
+<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’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>
-<a name="index-delete-frame"></a>
-<a name="index-frame_002c-delete"></a>
-<a name="index-screen_002c-d"></a>
-<a name="index-d"></a>
+<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.
-<a name="index-screen_002c-D"></a>
-<a name="index-D"></a>
+<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>
-<a name="index-frame_002c-lower"></a>
-<a name="index-lower-frame"></a>
-<a name="index-screen_002c-l"></a>
-<a name="index-l"></a>
+<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>
-<a name="index-frame_002c-other"></a>
-<a name="index-other-frame"></a>
-<a name="index-other-window"></a>
-<a name="index-window_002c-other"></a>
-<a name="index-screen_002c-o"></a>
-<a name="index-o"></a>
+<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.
-<a name="index-screen_002c-O"></a>
-<a name="index-O"></a>
+<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>
-<a name="index-keypad"></a>
-<a name="index-numeric-keypad"></a>
-<a name="index-screen_002c-keypad-number"></a>
-<a name="index-keypad-number"></a>
+<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>
-<a name="index-virtual-numeric-keypad"></a>
-<a name="index-screen_002c-p"></a>
-<a name="index-p"></a>
+<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>
-<a name="index-frame_002c-raise"></a>
-<a name="index-raise-frame"></a>
-<a name="index-screen_002c-r"></a>
-<a name="index-r"></a>
+<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>
-<a name="index-window_002c-make"></a>
-<a name="index-make-window"></a>
-<a name="index-hycontrol_002dframe_002doffset"></a>
-<a name="index-screen_002c-_005b"></a>
-<a name="index-_005b"></a>
+<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>.
-<a name="index-screen_002c-_005d"></a>
-<a name="index-_005d"></a>
+<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>
-<a name="index-frame-configuration"></a>
-<a name="index-window-configuration"></a>
-<a name="index-screen_002c-_0028"></a>
-<a name="index-_0028"></a>
+<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.
-<a name="index-screen_002c-_0029"></a>
-<a name="index-_0029"></a>
+<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>
-<a name="index-window_002c-clone-1"></a>
-<a name="index-clone-window-1"></a>
-<a name="index-hycontrol_002dkeep_002dwindow_002dflag"></a>
-<a name="index-screen_002c-f"></a>
-<a name="index-f"></a>
+<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.
-<a name="index-screen_002c-F"></a>
-<a name="index-F"></a>
+<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>
-<a name="index-screen_002c-I"></a>
-<a name="index-screen_002c-J"></a>
-<a name="index-screen_002c-K"></a>
-<a name="index-screen_002c-M"></a>
-<a name="index-I"></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><a name="index-J"></a>
+<dt><kbd class="kbd">{I}</kbd></dt>
+<dd><a class="index-entry-id" id="index-J"></a>
</dd>
-<dt><kbd>{J}</kbd></dt>
-<dd><a name="index-K"></a>
+<dt><kbd class="kbd">{J}</kbd></dt>
+<dd><a class="index-entry-id" id="index-K"></a>
</dd>
-<dt><kbd>{K}</kbd></dt>
-<dd><a name="index-M"></a>
+<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>
-<a name="index-frame_002c-to-edge"></a>
-<a name="index-frame_002c-percentage-resize"></a>
-<a name="index-resize-frame-percentage"></a>
-<a name="index-screen_002c-i"></a>
-<a name="index-screen_002c-j"></a>
-<a name="index-screen_002c-k"></a>
-<a name="index-screen_002c-m"></a>
-<a name="index-i"></a>
+<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><a name="index-j"></a>
+<dt><kbd class="kbd">{i}</kbd></dt>
+<dd><a class="index-entry-id" id="index-j"></a>
</dd>
-<dt><kbd>{j}</kbd></dt>
-<dd><a name="index-k"></a>
+<dt><kbd class="kbd">{j}</kbd></dt>
+<dd><a class="index-entry-id" id="index-k"></a>
</dd>
-<dt><kbd>{k}</kbd></dt>
-<dd><a name="index-m"></a>
+<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>
-<a name="index-balance-windows"></a>
-<a name="index-windows_002c-balance"></a>
-<a name="index-equalize-windows"></a>
-<a name="index-windows_002c-equalize"></a>
-<a name="index-screen_002c-_003d"></a>
-<a name="index-_003d"></a>
+<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’s
windows
approximately the same size. In FRAMES mode, make all visible frames
the size of the selected frame.
</p>
-<a name="index-shrink-window"></a>
-<a name="index-window_002c-shrink"></a>
-<a name="index-screen_002c-_002d-1"></a>
-<a name="index-_002d-1"></a>
+<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>
-<a name="index-frame_002c-shrink"></a>
-<a name="index-shrink-frame"></a>
+<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>
-<a name="index-window_002c-maximize"></a>
-<a name="index-maximize-window"></a>
-<a name="index-frame_002c-maximize"></a>
-<a name="index-maximize-frame"></a>
-<a name="index-screen_002c-_002b"></a>
-<a name="index-_002b"></a>
+<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>
-<a name="index-burying"></a>
-<a name="index-unburying"></a>
-<a name="index-buffer_002c-bury"></a>
-<a name="index-buffer_002c-unbury"></a>
-<a name="index-screen_002c-b"></a>
-<a name="index-b"></a>
+<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.
-<a name="index-screen_002c-u"></a>
-<a name="index-u"></a>
+<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>
-<a name="index-swapping"></a>
-<a name="index-buffer_002c-swap-1"></a>
-<a name="index-screen_002c-_007e"></a>
-<a name="index-_007e"></a>
+<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>
-<a name="index-zooming"></a>
-<a name="index-window_002c-zoom"></a>
-<a name="index-frame_002c-zoom"></a>
-<a name="index-zoom_002dfrm_002eel"></a>
-<a name="index-screen_002c-Z"></a>
-<a name="index-Z"></a>
+<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.
-<a name="index-screen_002c-z"></a>
-<a name="index-z"></a>
+<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>
-<a name="index-HyControl-switch-modes"></a>
-<a name="index-HyControl-toggle-modes"></a>
-<a name="index-toggle-HyControl-mode"></a>
-<a name="index-screen_002c-t-1"></a>
-<a name="index-t"></a>
+<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>
-<a name="index-HyControl-quit"></a>
-<a name="index-HyControl-exit"></a>
-<a name="index-quit-HyControl"></a>
-<a name="index-exit-HyControl"></a>
-<a name="index-screen_002c-Q-1"></a>
-<a name="index-screen_002c-q-1"></a>
-<a name="index-Q"></a>
-</dd>
-<dt><kbd>{Q}</kbd></dt>
-<dd><a name="index-q"></a>
-</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'><span><kbd class="kbd">{Q}</kbd><a class="copiable-link"
href='#index-q'> ¶</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>
@@ -5606,151 +4849,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>
-<a name="index-HyControl-edge-placement"></a>
-<a name="index-HyControl-corner-placement"></a>
+<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>
-<a name="index-HyControl-screen-edge-offsets"></a>
-<a name="index-screen_002c-edge-offsets"></a>
-<a name="index-hycontrol_002dscreen_002doffset_002dalist"></a>
-<a name="index-hycontrol_002dset_002dscreen_002doffsets"></a>
-<a name="index-hycontrol_002dget_002dscreen_002doffsets"></a>
+<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>
-<a name="index-hycontrol_002dframe_002doffset-1"></a>
-<a name="index-frame_002c-make"></a>
-<a name="index-make-frame"></a>
+<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>
-<a name="index-file_002c-hycontrol_002eel"></a>
-<a name="index-hycontrol_002denable_002dframes_002dmode"></a>
-<a name="index-hycontrol_002denable_002d_002dwindows_002dmode"></a>
-<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>
-<a name="Koutliner"></a>
-<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> [<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Koutliner-1"></a>
-<h2 class="chapter">7 Koutliner</h2>
+<h2 class="chapter" id="Koutliner-1">7 Koutliner</h2>
-<a name="index-outliner"></a>
-<a name="index-autonumber"></a>
-<a name="index-relative-autonumber"></a>
-<a name="index-permanent-identifier"></a>
-<a name="index-idstamp"></a>
-<a name="index-hyperlink-anchor"></a>
+<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>
-<a name="index-file_002c-EXAMPLE_002ekotl"></a>
-<a name="index-menu-item_002c-Kotl_002fExample"></a>
-<a name="index-C_002dh-h-k-e"></a>
-<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-item_002c-Kotl_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"><a name="image_003aKoutliner"></a>
-
-<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">• <a href="#Menu-Commands"
accesskey="1">Menu Commands</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Creating-Outlines"
accesskey="2">Creating Outlines</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Autonumbering"
accesskey="3">Autonumbering</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Idstamps"
accesskey="4">Idstamps</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Editing-Outlines"
accesskey="5">Editing Outlines</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Viewing-Outlines"
accesskey="6">Viewing Outlines</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Klinks"
accesskey="7">Klinks</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Cell-Attributes"
accesskey="8">Cell Attributes</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Koutliner-History"
accesskey="9">Koutliner History</a>:</td><td> </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>
-<a name="Menu-Commands"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Menu-Commands-1"></a>
-<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>
-<a name="index-outliner-commands"></a>
-<a name="index-Koutliner-commands"></a>
-<a name="index-Koutliner-import_002fexport-commands"></a>
-<a name="index-importing_002c-Koutliner"></a>
-<a name="index-exporting_002c-Koutliner"></a>
-<a name="index-Koutliner-menu"></a>
-<a name="index-menu_002c-Koutliner"></a>
-<a name="index-kotl_002dmode_003ashow_002dall"></a>
-<a name="index-kvspec_003atoggle_002dblank_002dlines"></a>
-<a name="index-kfile_003afind"></a>
-<a name="index-kotl_002dmode_003ahide_002dsublevels"></a>
-<a name="index-kotl_002dmode_003ahide_002dtree"></a>
-<a name="index-kotl_002dmode_003akill_002dtree"></a>
-<a name="index-klink_003acreate"></a>
-<a name="index-kotl_002dmode_003aoverview"></a>
-<a name="index-kotl_002dmode_003ashow_002dtree"></a>
-<a name="index-kotl_002dmode_003atop_002dcells"></a>
-<a name="index-kvspec_003aactivate"></a>
+<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
@@ -5769,40 +5002,40 @@ Vspec kvspec:activate Set a view
specification
====================================================================
</pre></div>
-<a name="index-C_002dmouse_002d3"></a>
-<a name="index-popup-menu_002c-Koutliner"></a>
-<a name="index-menubar-menu_002c-Koutliner"></a>
+<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"><a name="image_003aKoutline-Menu"></a>
+<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>
-<a name="Creating-Outlines"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Creating-Outlines-1"></a>
-<h3 class="section">7.2 Creating Outlines</h3>
+<h3 class="section" id="Creating-Outlines-1">7.2 Creating Outlines</h3>
-<a name="index-outline-file-suffix"></a>
-<a name="index-outline_002c-creating"></a>
-<a name="index-file_002c-_002ekotl-suffix"></a>
+<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>
-<a name="index-root-cell"></a>
-<a name="index-top_002dlevel-cell"></a>
-<a name="index-cell_002c-top_002dlevel"></a>
-<a name="index-cell_002c-idstamp-0"></a>
+<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
@@ -5814,40 +5047,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>
-<a name="Autonumbering"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Autonumbering-1"></a>
-<h3 class="section">7.3 Autonumbering</h3>
+<h3 class="section" id="Autonumbering-1">7.3 Autonumbering</h3>
-<a name="index-autonumber-1"></a>
-<a name="index-relative-identifier"></a>
-<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>
-<a name="index-outline-structure"></a>
+<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>
-<a name="index-label-type_002c-alpha"></a>
-<a name="index-label-type_002c-legal"></a>
-<a name="index-alpha-labels"></a>
-<a name="index-legal-labels"></a>
-<a name="index-outline_002c-label-type"></a>
-<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’s
position in an outline, so that there is no need to scan back to prior
@@ -5864,67 +5097,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>
-<a name="index-koutliner_002c-C_002dc-C_002dl"></a>
-<a name="index-label-type_002c-changing"></a>
+<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>
-<a name="index-label-separator_002c-changing"></a>
-<a name="index-cell-label-separator"></a>
-<a name="index-outline-label-separator"></a>
-<a name="index-koutliner_002c-C_002dc-M_002dl"></a>
-<a name="index-koutliner_002c-C_002du-C_002dc-M_002dl"></a>
+<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 " " (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>
-<a name="index-file_002c-_002eemacs-3"></a>
-<a name="index-initialization-file"></a>
+<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
‘your-separator’:
+initialization file, <samp class="file">~/.emacs</samp>, substituting for
‘your-separator’:
</p>
-<a name="index-label-separator_002c-default"></a>
-<a name="index-kview_003adefault_002dlabel_002dseparator"></a>
-<div class="lisp">
-<pre class="lisp">(setq kview:default-label-separator
"your-separator")
+<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
"your-separator")
</pre></div>
<hr>
-<a name="Idstamps"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Idstamps-1"></a>
-<h3 class="section">7.4 Idstamps</h3>
+<h3 class="section" id="Idstamps-1">7.4 Idstamps</h3>
-<a name="index-permanent-identifier-1"></a>
-<a name="index-idstamp-1"></a>
+<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>
-<a name="index-idstamp-counter"></a>
+<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>
-<a name="index-root-cell-1"></a>
-<a name="index-top_002dlevel-cell-1"></a>
-<a name="index-cell_002c-top_002dlevel-1"></a>
-<a name="index-cell_002c-idstamp-0-1"></a>
-<a name="index-idstamp-0"></a>
+<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
@@ -5932,123 +5165,113 @@ begin with a 0, as in 012, to distinguish them from
relative ids.
</p>
<hr>
-<a name="Editing-Outlines"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Editing-Outlines-1"></a>
-<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’t invoke editing commands with <kbd>{M-x command-name <span
class="key">RET</span>}</kbd>
+<p>Don’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>
-<a name="index-cell-selection"></a>
+<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’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">• <a href="#Adding-and-Killing"
accesskey="1">Adding and Killing</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Promoting-and-Demoting"
accesskey="2">Promoting and Demoting</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Relocating-and-Copying"
accesskey="3">Relocating and Copying</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Moving-Around"
accesskey="4">Moving Around</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Filling"
accesskey="5">Filling</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Transposing"
accesskey="6">Transposing</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Splitting-and-Appending"
accesskey="7">Splitting and Appending</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Inserting-and-Importing"
accesskey="8">Inserting and Importing</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Exporting"
accesskey="9">Exporting</a>:</td><td> </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>
-<a name="Adding-and-Killing"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Adding-and-Killing-1"></a>
-<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>
-<a name="index-koutliner_002c-C_002dj"></a>
-<a name="index-koutliner_002c-C_002du-c_002dj"></a>
-<a name="index-koutliner_002c-C_002dc-a"></a>
-<a name="index-koutliner_002c-C_002dc-p"></a>
-<a name="index-cell_002c-adding"></a>
-<a name="index-cell_002c-creating"></a>
-<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’s parent.
</p>
-<a name="index-koutliner_002c-C_002dc-C_002dk"></a>
-<a name="index-koutliner_002c-C_002dc-k"></a>
-<a name="index-koutliner_002c-C_002du-C_002dc-k"></a>
-<a name="index-koutliner_002c-C_002dy"></a>
-<a name="index-cell_002c-killing"></a>
-<a name="index-cell_002c-yanking-contents"></a>
-<a name="index-tree_002c-killing"></a>
-<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>
-<a name="Promoting-and-Demoting"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Promoting-and-Demoting-1"></a>
-<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>
-<a name="index-promotion"></a>
-<a name="index-demotion"></a>
-<a name="index-tree_002c-promoting"></a>
-<a name="index-tree_002c-demoting"></a>
-<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>
-<a name="index-koutliner_002c-TAB"></a>
-<a name="index-koutliner_002c-M_002dTAB"></a>
-<a name="index-koutliner_002c-Shift_002dTAB"></a>
-<a name="index-koutliner_002c-M_002d_003cleft_003e"></a>
-<a name="index-koutliner_002c-M_002d_003cright_003e"></a>
-<a name="index-koutliner_002c-M_002dShift_002d_003cleft_003e"></a>
-<a name="index-koutliner_002c-M_002dShift_002d_003cright_003e"></a>
-<a name="index-koutliner_002c-C_002dc-C_002d_002c"></a>
-<a name="index-koutliner_002c-C_002dc-C_002d_002e"></a>
-<a name="index-koutliner_002c-C_002dc-C_002d_003e"></a>
-<a name="index-koutliner_002c-C_002dc-C_002d_003c"></a>
+<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_002d_003cleft_003e"></a>
+<a class="index-entry-id" id="index-koutliner_002c-M_002d_003cright_003e"></a>
+<a class="index-entry-id"
id="index-koutliner_002c-M_002dShift_002d_003cleft_003e"></a>
+<a class="index-entry-id"
id="index-koutliner_002c-M_002dShift_002d_003cright_003e"></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 |
|-----------------------------+----------------------------|
| M-TAB or Shift-TAB | TAB |
@@ -6060,51 +5283,51 @@ 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>. <kbd>{M-0 <span
class="key">TAB</span>}</kbd> and <kbd>{M-0 M-<span
class="key">TAB</span>}</kbd>
+<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>. <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
+specially marked to prevent refilling. 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>
-<a name="index-koutliner_002c-M_002d1-TAB"></a>
-<a name="index-inserting-tabs"></a>
-<a name="index-tabs_002c-inserting"></a>
-<a name="index-kotl_002dmode_003aindent_002dtabs_002dmode"></a>
-<a name="index-Koutliner_002c-toggle-tab-behavior"></a>
-<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
-‘<samp>nil</samp>’ 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
+‘<samp class="samp">nil</samp>’ 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>
-<a name="index-Org-tables"></a>
-<p>The Koutliner also supports Org Table editing, see <a
href="http://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, also toggles this minor mode on or
+<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>
-<a name="index-outline-mode"></a>
-<a name="index-M_002d0-TAB"></a>
-<a name="index-M_002d0-M_002dTAB"></a>
+<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> and
-<kbd>{M-<span class="key">TAB</span>}</kbd> move between fields within a table.
+<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> and
+<kbd class="kbd">{M-<kbd class="key">TAB</kbd>}</kbd> move 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 M-TAB | M-0 TAB |
@@ -6114,21 +5337,21 @@ to demote/promote Koutline trees when in a table since
<tt class="key">TAB</tt>
</pre></div>
<hr>
-<a name="Relocating-and-Copying"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Relocating-and-Copying-1"></a>
-<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>
-<a name="index-tree_002c-copying"></a>
-<a name="index-tree_002c-moving"></a>
-<a name="index-Action-Key_002c-cell-argument"></a>
-<a name="index-koutliner_002c-Action-Key_002c-cell-argument"></a>
+<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>. Give a prefix argument to move past that many other
+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>
<p>For maximum flexibility in rearranging outlines, there are commands
@@ -6146,55 +5369,55 @@ arguments for which each command prompts. Note how the
use of prefix
arguments changes each command’s behavior from insertion at the sibling
level to insertion at the child level.
</p>
-<dl compact="compact">
-<dd><a name="index-M_002d_003cdown_003e"></a>
+<dl class="table">
+<dd><a class="index-entry-id" id="index-M_002d_003cdown_003e"></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.
-<a name="index-M_002d_003cup_003e"></a>
+<a class="index-entry-id" id="index-M_002d_003cup_003e"></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>
-<a name="index-C_002dc-c"></a>
+<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 <tree> to be the successor of <cell>.
-<a name="index-C_002du-C_002dc-c"></a>
+<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 <tree> to follow as the first child of <cell>.
</p>
-<a name="index-C_002dc-C_002dc-1"></a>
+<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 <tree> to be the predecessor of <cell>.
-<a name="index-C_002du-C_002dc-C_002dc"></a>
+<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 <tree> to be the first child of the parent of <cell>.
</p>
-<a name="index-C_002dc-m"></a>
+<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 <tree> to be the successor of <cell>.
-<a name="index-C_002du-C_002dc-m"></a>
+<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 <tree> to follow as the first child of <cell>.
</p>
-<a name="index-C_002dc-C_002dm"></a>
+<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 <tree> to precede <cell>.
-<a name="index-C_002du-C_002dc-C_002dm"></a>
+<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 <tree> to be the first child of the parent of <cell>.
</p></dd>
</dl>
-<a name="index-mouse_002c-moving-trees"></a>
+<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
@@ -6206,142 +5429,142 @@ it to follow as a successor.
right now, so don’t try to to move trees across different outline files.
You can, however, copy an outline tree to a non-outline buffer with:
</p>
-<a name="index-tree_002c-exporting"></a>
-<a name="index-outline_002c-exporting"></a>
-<a name="index-tree_002c-mailing"></a>
-<a name="index-outline_002c-mailing"></a>
-<a name="index-exporting-an-outline"></a>
-<a name="index-mailing-an-outline"></a>
-<dl compact="compact">
-<dd><a name="index-C_002dc-M_002dc"></a>
+<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 <tree> to a non-koutline buffer.
-<a name="index-C_002dc-C_002d_0040"></a>
+<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 <tree> to an outgoing mail message.
</p></dd>
</dl>
-<a name="index-outline_002c-importing"></a>
-<a name="index-copying"></a>
+<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>
-<a name="Moving-Around"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Moving-Around-1"></a>
-<h4 class="subsection">7.5.4 Moving Around</h4>
+<h4 class="subsection" id="Moving-Around-1">7.5.4 Moving Around</h4>
-<a name="index-outline_002c-motion"></a>
+<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><a name="index-C_002dc-_002c"></a>
+<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.
-<a name="index-C_002dc-_002e-1"></a>
+<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>
-<a name="index-C_002dc-C_002dn"></a>
+<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.
-<a name="index-C_002dc-C_002dp"></a>
+<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>
-<a name="index-C_002dc-C_002df"></a>
+<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’s successor, if any.
-<a name="index-C_002dc-C_002db"></a>
+<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’s predecessor, if any.
</p>
-<a name="index-C_002dc-C_002dd"></a>
+<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.
-<a name="index-C_002dc-C_002du"></a>
+<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>
-<a name="index-C_002dc-_003c"></a>
+<a class="index-entry-id" id="index-C_002dc-_003c"></a>
</dd>
-<dt><kbd>{C-c <}</kbd></dt>
+<dt><kbd class="kbd">{C-c <}</kbd></dt>
<dd><p>Move to the first sibling at the current level within this tree.
-<a name="index-C_002dc-_003e"></a>
+<a class="index-entry-id" id="index-C_002dc-_003e"></a>
</p></dd>
-<dt><kbd>{C-c >}</kbd></dt>
+<dt><kbd class="kbd">{C-c >}</kbd></dt>
<dd><p>Move to the last sibling at the current level within this tree.
</p>
-<a name="index-C_002dc-_005e"></a>
+<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.
-<a name="index-C_002dc-_0024"></a>
+<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>
-<a name="Filling"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Filling-1"></a>
-<h4 class="subsection">7.5.5 Filling</h4>
+<h4 class="subsection" id="Filling-1">7.5.5 Filling</h4>
-<a name="index-outline_002c-filling"></a>
-<a name="index-filling"></a>
-<a name="index-word-wrap"></a>
-<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>
-<a name="index-filling-1"></a>
-<a name="index-cell_002c-filling"></a>
-<a name="index-paragraph_002c-filling"></a>
-<a name="index-tree_002c-filling"></a>
-<a name="index-margin"></a>
-<a name="index-koutliner_002c-M_002dq"></a>
-<a name="index-koutliner_002c-M_002dj"></a>
-<a name="index-koutliner_002c-C_002dc-M_002dq"></a>
-<a name="index-koutliner_002c-C_002dc-M_002dj"></a>
-<a name="index-koutliner_002c-C_002dM_002dq"></a>
-<a name="index-koutliner_002c-C_002dM_002dj"></a>
-<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>
-<a name="index-kotl_002dmode_003arefill_002dflag"></a>
-<a name="index-refilling"></a>
-<a name="index-attribute_002c-no_002dfill"></a>
-<a name="index-cell-no_002dfill-attribute"></a>
-<p>Set the variable, <code>kotl-mode:refill-flag</code>, to
‘<samp>t</samp>’ 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
‘<samp class="samp">t</samp>’ if you
want moving, promoting, demoting, exchanging, splitting and appending
cells to also automatically refill each cell, aside from any that have
a ‘no-fill’ property. Generally, this is not recommended since if
you
@@ -6350,132 +5573,132 @@ a ‘no-fill’ property, then your
formatting will be lost.
</p>
<hr>
-<a name="Transposing"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Transposing-1"></a>
-<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>
-<a name="index-koutliner_002c-C_002dc-e"></a>
-<a name="index-cell_002c-transposing"></a>
-<a name="index-cell_002c-exchanging"></a>
-<a name="index-exchanging-cells"></a>
-<a name="index-transposing-cells"></a>
-<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>
-<a name="index-koutliner_002c-C_002dc-t"></a>
-<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>
-<a name="index-cell_002c-mark-and-point"></a>
-<a name="index-koutliner_002c-M_002d0-C_002dc-t"></a>
-<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>
-<a name="Splitting-and-Appending"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Splitting-and-Appending-1"></a>
-<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>
-<a name="index-splitting-a-cell"></a>
-<a name="index-cell_002c-splitting"></a>
-<a name="index-koutliner_002c-C_002dc-s"></a>
-<a name="index-koutliner_002c-C_002du-C_002dc-s"></a>
-<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>
-<a name="index-koutliner_002c-C_002dc-_002b"></a>
-<a name="index-cell_002c-appending"></a>
-<a name="index-appending-to-a-cell"></a>
-<a name="index-attribute_002c-no_002dfill-1"></a>
-<a name="index-cell-no_002dfill-attribute-1"></a>
-<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 ‘no-fill’ 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>
-<a name="Inserting-and-Importing"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Inserting-and-Importing-1"></a>
-<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>
-<a name="index-outline_002c-inserting-into"></a>
-<a name="index-outline_002c-importing-into"></a>
-<a name="index-importing"></a>
-<a name="index-insertion"></a>
-<a name="index-koutliner_002c-C_002dx-i"></a>
-<a name="index-outline_002c-foreign-file"></a>
+<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>
-<a name="index-koutliner_002c-C_002du-C_002dx-i"></a>
+<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>
-<a name="index-kimport_003amode_002dalist"></a>
-<a name="index-kimport_003asuffix_002dalist"></a>
-<a name="index-outline_002c-formatting"></a>
-<a name="index-kotl_002dmode"></a>
-<a name="index-outline-mode-1"></a>
-<a name="index-koutline-mode"></a>
-<a name="index-file_002c-importing"></a>
-<a name="index-importing-a-file"></a>
-<a name="index-Koutline-import"></a>
+<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>
-<a name="index-kimport_003ainsert_002dfile_002dcontents"></a>
-<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>
-<a name="index-kimport_003afile"></a>
-<a name="index-C_002dh-h-k-f-f"></a>
+<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>
-<a name="index-kotl_002dmode-1"></a>
+<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>
@@ -6483,184 +5706,182 @@ this.
the type of importation used on some text. With these commands, your
original file remains intact.
</p>
-<a name="index-kimport_003atext"></a>
-<a name="index-text-file"></a>
-<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>
-<a name="index-kimport_003astar_002doutline"></a>
-<a name="index-emacs-outline"></a>
-<a name="index-star-outline"></a>
+<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>
-<a name="index-Augment-outline"></a>
-<a name="index-kimport_003aaug_002dpost_002doutline"></a>
+<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>
-<a name="Exporting"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Exporting-1"></a>
-<h4 class="subsection">7.5.9 Exporting</h4>
+<h4 class="subsection" id="Exporting-1">7.5.9 Exporting</h4>
-<a name="index-outline_002c-exporting-1"></a>
-<a name="index-outline_002c-HTML-conversion"></a>
-<a name="index-exporting"></a>
-<a name="index-HTML-conversion"></a>
-<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>
-<a name="index-kexport_003adisplay"></a>
-<a name="index-browse_002durl_002dbrowser_002dfunction-2"></a>
-<a name="index-C_002dh-h-k-f-d"></a>
-<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>
-<a name="index-kexport_003ahtml"></a>
-<a name="index-C_002dh-h-k-f-h"></a>
-<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>
-<a name="index-kexport_003akoutline"></a>
-<a name="index-C_002dh-h-k-f-k"></a>
-<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>
-<a name="Viewing-Outlines"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Viewing-Outlines-1"></a>
-<h3 class="section">7.6 Viewing Outlines</h3>
+<h3 class="section" id="Viewing-Outlines-1">7.6 Viewing Outlines</h3>
-<a name="index-outline_002c-viewing"></a>
-<a name="index-view"></a>
+<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">• <a href="#Hiding-and-Showing"
accesskey="1">Hiding and Showing</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#View-Specs"
accesskey="2">View Specs</a>:</td><td> </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>
-<a name="Hiding-and-Showing"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Hiding-and-Showing-1"></a>
-<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>
-<a name="index-outline_002c-hiding"></a>
-<a name="index-outline_002c-showing"></a>
-<a name="index-collapsing"></a>
-<a name="index-expanding"></a>
-<a name="index-hiding"></a>
-<a name="index-showing"></a>
+<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><a name="index-hide-tree"></a>
-<a name="index-tree_002c-show"></a>
-<a name="index-C_002dc-C_002dh"></a>
+<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.
-<a name="index-show-tree"></a>
-<a name="index-tree_002c-show-1"></a>
-<a name="index-C_002dc-C_002ds"></a>
+<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>
-<a name="index-outline_002c-all-cells"></a>
-<a name="index-cell_002c-show-all"></a>
-<a name="index-C_002dc-C_002da"></a>
+<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.
-<a name="index-level"></a>
-<a name="index-cell_002c-show-levels"></a>
-<a name="index-outline_002c-show-levels"></a>
-<a name="index-C_002dx-_0024"></a>
+<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 <level>. You are
prompted
for the level or a prefix argument may be given.
</p>
-<a name="index-subtree_002c-hide"></a>
-<a name="index-tree_002c-hide-subtree"></a>
-<a name="index-cell_002c-hide-subtree"></a>
-<a name="index-hide-subtree"></a>
-<a name="index-C_002dM_002dh"></a>
+<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.
-<a name="index-subtree_002c-show"></a>
-<a name="index-tree_002c-show-subtree"></a>
-<a name="index-cell_002c-show-subtree"></a>
-<a name="index-show-subtree"></a>
-<a name="index-M_002dx-kotl_002dmode_003ashow_002dsubtree"></a>
+<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>
-<a name="index-overview"></a>
-<a name="index-outline_002c-overview"></a>
-<a name="index-C_002dc-C_002do"></a>
+<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.
-<a name="index-top_002dlevel-view"></a>
-<a name="index-outline_002c-top_002dlevel"></a>
-<a name="index-C_002dc-C_002dt"></a>
+<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
@@ -6668,42 +5889,42 @@ between cells.
</p></dd>
</dl>
-<a name="index-koutliner_002c-Action-Key_002c-hide-or-show-cell"></a>
-<a name="index-Action-Key_002c-hide-or-show-cell"></a>
-<a name="index-cell_002c-collapse"></a>
-<a name="index-cell_002c-expand"></a>
-<a name="index-koutliner_002c-M_002dRET"></a>
+<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’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>
-<a name="View-Specs"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="View-Specs-1"></a>
-<h4 class="subsection">7.6.2 View Specs</h4>
+<h4 class="subsection" id="View-Specs-1">7.6.2 View Specs</h4>
-<a name="index-view-spec"></a>
-<a name="index-modeline_002c-view-spec"></a>
-<a name="index-kvspec_003astring"></a>
-<a name="index-pipe-character"></a>
-<a name="index-_007c"></a>
-<a name="index-_003c_007cviewspec_003e"></a>
-<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’s window,
following the outline buffer name, unless the variable,
-<code>kvspec:string</code>, has been set to ‘<samp>nil</samp>’ to
disable view spec
+<code class="code">kvspec:string</code>, has been set to ‘<samp
class="samp">nil</samp>’ to disable view spec
display. The modeline display appears as <|viewspec> 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>
-<a name="index-outline_002c-view-specs"></a>
+<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>
@@ -6712,420 +5933,416 @@ 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>
-<a name="index-koutliner_002c-C_002dc-C_002dv"></a>
-<a name="index-view-spec_002c-setting"></a>
-<a name="index-view-spec_002c-changing"></a>
-<a name="index-changing-the-view-spec"></a>
-<a name="index-setting-the-view-spec"></a>
-<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 <|ben>.
</p>
-<a name="index-view-spec_002c-characters"></a>
-<dl compact="compact">
-<dd><a name="index-view-spec_002c-all-lines-and-levels"></a>
+<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>
-<a name="index-koutliner_002c-C_002dc-b"></a>
-<a name="index-blank-lines_002c-toggle"></a>
-<a name="index-view-spec_002c-blank-lines"></a>
-<a name="index-koutliner_002c-C_002dc-b-1"></a>
-<a name="index-toggling-blank-lines"></a>
+<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>
-<a name="index-view-spec_002c-lines-per-cell"></a>
-<a name="index-hide-lines"></a>
-<a name="index-collapse-lines"></a>
-<a name="index-cutoff-lines"></a>
+<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’t cutoff
any
lines.
</p>
-<a name="index-ellipses"></a>
-<a name="index-view-spec_002c-ellipses"></a>
+<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>
-<a name="index-level-1"></a>
-<a name="index-cell_002c-hiding-levels"></a>
-<a name="index-hide-levels"></a>
-<a name="index-view-spec_002c-show-levels"></a>
+<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’t hide any cells.
</p>
-<a name="index-label-type"></a>
-<a name="index-view-spec_002c-label-type"></a>
-<a name="index-kview_003adefault_002dlabel_002dtype"></a>
-<a name="index-default-label-type"></a>
+<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.
-<a name="index-label-type_002c-idstamps"></a>
+<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.
-<a name="index-label-type_002c-alpha-1"></a>
+<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
-<a name="index-label-type_002c-legal-1"></a>
+<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>
-<a name="index-view-spec_002c-example"></a>
-<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 ‘c2l1’. 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
‘c2l1’. This will turn
off blank lines, clip each cell after its second line, and hide all
cells below level one.
</p>
<hr>
-<a name="Klinks"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Klinks-1"></a>
-<h3 class="section">7.7 Klinks</h3>
+<h3 class="section" id="Klinks-1">7.7 Klinks</h3>
-<a name="index-link"></a>
-<a name="index-hyperlink"></a>
-<a name="index-klink-1"></a>
-<a name="index-_003c_003e-delimiters"></a>
+<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
<> separators, that jumps to a koutline cell and may also adjust the
current outline viewspecs. This section discusses klinks.
</p>
-<a name="index-klink_002c-formats"></a>
+<a class="index-entry-id" id="index-klink_002c-formats"></a>
<p>There are three forms of klinks:
</p>
-<dl compact="compact">
-<dd><a name="index-internal-klink"></a>
-<a name="index-klink_002c-internal"></a>
-<a name="index-_003c_0040-klink_003e"></a>
+<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>‘<samp><@ 2b=06></samp>’ is an internal klink, since
it refers to the koutline in
+<dt><em class="emph">internal</em></dt>
+<dd><p>‘<samp class="samp"><@ 2b=06></samp>’ 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 ‘06’ and relative id
-‘2b’. ‘<samp><@ 06></samp>’ does the same
thing, as does ‘<samp><@ 2b></samp>’,
+‘2b’. ‘<samp class="samp"><@ 06></samp>’ does
the same thing, as does ‘<samp class="samp"><@ 2b></samp>’,
though this latter form will not maintain the link properly if the
cell is moved elsewhere within the outline. The form,
-‘<samp><@ 2b=06 |ben></samp>’ additionally sets the view
spec of the current
+‘<samp class="samp"><@ 2b=06 |ben></samp>’ 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>
-<a name="index-external-klink"></a>
-<a name="index-klink_002c-external"></a>
+<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, ‘<samp><EXAMPLE.kotl, 3=012 |c1e></samp>’, which
displays the named file,
+as, ‘<samp class="samp"><EXAMPLE.kotl, 3=012 |c1e></samp>’,
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>
-<a name="index-klink_002c-view-spec"></a>
-<a name="index-view-spec_002c-klink"></a>
+<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, ‘<samp><|ben></samp>’, when activated, sets the
view in the current
+example, ‘<samp class="samp"><|ben></samp>’, 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>
-<a name="index-koutliner_002c-Action-Key_002c-klink"></a>
-<a name="index-Action-Key_002c-klink"></a>
-<a name="index-klink_002c-activating"></a>
-<a name="index-klink-referent"></a>
+<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>
-<a name="index-klink_002c-inserting"></a>
-<a name="index-koutliner_002c-C_002dc-l"></a>
+<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>
-<a name="index-M_002dw"></a>
-<a name="index-C_002dy"></a>
-<a name="index-klink_002c-copying"></a>
-<a name="index-klink_002c-yanking"></a>
-<a name="index-cell-link"></a>
-<a name="index-cell-reference"></a>
-<a
name="index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dkill_002dring"></a>
+<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>
-<a name="index-C_002dx-r-i"></a>
-<a name="index-C_002dx-r-s"></a>
-<a name="index-klink_002c-to_002ffrom-Emacs-register"></a>
-<a name="index-register_002c-klinks"></a>
-<a
name="index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dregister"></a>
+<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>
-<a
name="index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dkill_002dring-1"></a>
-<a
name="index-kotl_002dmode_003acopy_002drelative_002dklink_002dto_002dkill_002dring"></a>
-<a
name="index-kotl_002dmode_003acopy_002dabsolute_002dklink_002dto_002dregister-1"></a>
-<a
name="index-kotl_002dmode_003acopy_002drelative_002dklink_002dto_002dregister"></a>
-<a name="index-cell-reference_002c-copying"></a>
+<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>
-<a name="index-klink_003aignore_002dmodes"></a>
-<a name="index-klink_003ac_002dstyle_002dmodes"></a>
-<a name="index-modes-to-ignore-klinks"></a>
-<a name="index-klinks_002c-ignoring"></a>
+<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 <angle
brackets>,
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’t.
</p>
<hr>
-<a name="Cell-Attributes"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Cell-Attributes-1"></a>
-<h3 class="section">7.8 Cell Attributes</h3>
+<h3 class="section" id="Cell-Attributes-1">7.8 Cell Attributes</h3>
-<a name="index-cell-attribute"></a>
-<a name="index-attribute"></a>
-<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><a name="index-idstamp-attribute"></a>
+<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>
-<a name="index-creator-attribute"></a>
-<a name="index-e_002dmail-address-1"></a>
-<a name="index-mail-address"></a>
+<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>
-<a name="index-create_002dtime-attribute"></a>
-<a name="index-cell-creation-time"></a>
+<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 ‘<samp>Jan 28 18:27:59 CST 2021</samp>’.
+format, such as ‘<samp class="samp">Jan 28 18:27:59 CST
2021</samp>’.
</p></dd>
</dl>
-<a name="index-koutliner_002c-C_002dc-C_002di"></a>
-<a name="index-attribute_002c-adding"></a>
-<a name="index-attribute_002c-modifying"></a>
-<a name="index-attribute_002c-removing"></a>
-<a name="index-attribute_002c-setting"></a>
-<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’s
value
-to ‘<samp>nil</samp>’ is the same as removing it.
+to ‘<samp class="samp">nil</samp>’ 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>
-<a name="index-attribute_002c-no_002dfill-2"></a>
-<a name="index-cell-no_002dfill-attribute-2"></a>
-<a name="index-no_002dfill-attribute"></a>
-<p>The ‘no-fill’ attribute is special. When set to
‘<samp>t</samp>’, 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 ‘no-fill’ attribute is special. When set to ‘<samp
class="samp">t</samp>’, 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 ‘<samp>t</samp>’.
It does not prevent
+<code class="code">kotl-mode:refill-flag</code>, is set to ‘<samp
class="samp">t</samp>’. It does not prevent
you from invoking explicit commands that refill the cell.
-See <a href="#Filling">Filling</a>.
-</p>
-<a name="index-koutliner_002c-Assist-Key_002c-listing-attributes"></a>
-<a name="index-Assist-Key_002c-listing-attributes"></a>
-<a name="index-attributes_002c-displaying"></a>
-<a name="index-displaying-attributes"></a>
-<a name="index-outline_002c-attribute-list"></a>
-<a name="index-koutliner_002c-C_002dc-h"></a>
-<p><kbd>{C-c h}</kbd> prompts for a cell label and displays the cell’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’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>
-<a name="Koutliner-History"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Koutliner-History-1"></a>
-<h3 class="section">7.9 Koutliner History</h3>
+<h3 class="section" id="Koutliner-History-1">7.9 Koutliner History</h3>
-<a name="index-NLS"></a>
-<a name="index-Augment"></a>
-<a name="index-Engelbart"></a>
+<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>
-<a name="index-distributed-collaboration"></a>
-<a name="index-collaboration"></a>
+<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>
-<a name="index-knowledge-transfer"></a>
-<a name="index-idea-structuring"></a>
-<a name="index-cross-referencing"></a>
+<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>
-<a name="HyRolo"></a>
-<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>
[<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="HyRolo-1"></a>
-<h2 class="chapter">8 HyRolo</h2>
+<h2 class="chapter" id="HyRolo-1">8 HyRolo</h2>
-<a name="index-Rolo"></a>
-<a name="index-HyRolo"></a>
+<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>
-<a name="index-rolo_002c-buttons-in"></a>
+<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">• <a href="#HyRolo-Concepts"
accesskey="1">HyRolo Concepts</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#HyRolo-Menu"
accesskey="2">HyRolo Menu</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#HyRolo-Searching"
accesskey="3">HyRolo Searching</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#HyRolo-Keys"
accesskey="4">HyRolo Keys</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#HyRolo-Settings"
accesskey="5">HyRolo Settings</a>:</td><td> </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>
-<a name="HyRolo-Concepts"></a>
-<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> [<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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="HyRolo-Concepts-1"></a>
-<h3 class="section">8.1 HyRolo Concepts</h3>
+<h3 class="section" id="HyRolo-Concepts-1">8.1 HyRolo Concepts</h3>
-<a name="index-rolo-file"></a>
-<a name="index-rolo-entry"></a>
-<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 which we call entries. You must manually
add a header to any rolo file if you want it to have one. Rolo files
may be Emacs outline files, Org files, Markdown files or Koutline files.
</p>
-<p>Rolo <em>entries</em> begin with optional space, followed by a delimiter of
+<p>Rolo <em class="dfn">entries</em> begin with optional space, followed by a
delimiter of
one or more special characters followed by another space. Delimiters
vary based on the type of file, for example level 3 entry delimiters
look like this:
</p>
<div class="example">
-<pre class="example">Emacs Outline Mode: ***
+<div class="group"><pre class="example-preformatted">Emacs Outline Mode: ***
Koutline Mode: 1b3 or 1.2.3
Markdown Mode: ###
Org Mode: ***
-</pre></div>
+</pre></div></div>
<p>Entries may be arranged in a hierarchy, where child entries start with
at least one more delimiter characters than do their parents. Top-level
@@ -7144,14 +6361,14 @@ entry.
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
<Last-Name>, <First> <Email> W<Work#>
F<Fax#>
==================================================================
* Smith, John <js@hiho.com> W708-555-2001 F708-321-1492
Chief Ether Maintainer, HiHo Industries
05/24/2020
-</pre></div>
+</pre></div></div>
<p>Any search done on the rolo scans the full text of each entry. During
a search, the rolo file header separator lines and anything in between
@@ -7164,77 +6381,77 @@ visual location.
<p>For example, a search on "Company" 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>
-<a name="HyRolo-Menu"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Rolo-Menu"></a>
-<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"><a name="image_003aRolo-Menu"></a>
-
-<img src="im/menu-rolo.png" alt="HyRolo Menu">
-<div class="float-caption"><p><strong>Image 8.1: </strong>HyRolo
Menu</p></div></div>
-<a name="index-Rolo-menu"></a>
-<a name="index-HyRolo-menu"></a>
-<a name="index-menu_002c-HyRolo"></a>
-<a name="index-menu_002c-Rolo-1"></a>
-<a name="index-C_002dmouse_002d3-1"></a>
-<a name="index-popup-menu_002c-HyRolo"></a>
-<a name="index-popup-menu_002c-Rolo"></a>
-<a name="index-menubar-menu_002c-HyRolo"></a>
-<a name="index-menubar-menu_002c-Rolo"></a>
+<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
-the menu or read the following sections explaining commands.
-</p>
-<a name="index-Rolo-commands"></a>
-<a name="index-HyRolo-commands"></a>
-<a name="index-ConsultFind"></a>
-<a name="index-HelmFind"></a>
-<a name="index-hyrolo_002dadd"></a>
-<a name="index-hyrolo_002dconsult_002dgrep"></a>
-<a name="index-hyrolo_002ddisplay_002dmatches"></a>
-<a name="index-hyrolo_002dedit"></a>
-<a name="index-hyrolo_002dfind_002dfile"></a>
-<a name="index-hyrolo_002dhelm_002dorg_002drifle"></a>
-<a name="index-hyrolo_002dkill"></a>
-<a name="index-hyrolo_002dmail_002dto"></a>
-<a name="index-hyrolo_002dsort"></a>
-<a name="index-hyrolo_002dgrep"></a>
-<a name="index-hyrolo_002dfgrep"></a>
-<a name="index-hyrolo_002dword"></a>
-<a name="index-hyrolo_002dyank"></a>
+set of commands as the menubar Rolo menu but with more concise labels.
+</p>
+<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-ConsultFind"></a>
+<a class="index-entry-id" id="index-HelmFind"></a>
+<a class="index-entry-id" id="index-hyrolo_002dadd"></a>
+<a class="index-entry-id" id="index-hyrolo_002dconsult_002dgrep"></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_002dhelm_002dorg_002drifle"></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>
<p>The minibuffer Rolo/ menu offers the following commands (ConsultFind
-and HelmFind appear only when associated packages are loaded):
+and HelmFind appear only when associated packages are loaded but are
+especially noteworthy as they allow for line-level searching with
+interactive search pattern narrowing):
</p>
<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
ConsultFind hyrolo-consult-grep Interactively narrow grep matches
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
HelmFind hyrolo-helm-org-rifle Interactively narrow entry matches
Info id-info Displays a hyrolo manual entry
Kill hyrolo-kill Deletes a hyrolo entry
@@ -7250,10 +6467,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 ’File’ 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
’Find’ in
@@ -7267,10 +6484,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
@@ -7279,64 +6496,64 @@ entire HyRolo anyway. Thus, "Staffer" as a
search pattern will find a
containing "Staffer" at any level in a hierarchy, like so:
</p>
<div class="example">
-<pre class="example">*** Staffer
+<pre class="example-preformatted">*** Staffer
</pre></div>
<hr>
-<a name="HyRolo-Searching"></a>
-<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> [<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="HyRolo-Searching-1"></a>
-<h3 class="section">8.3 HyRolo Searching</h3>
+<h3 class="section" id="HyRolo-Searching-1">8.3 HyRolo Searching</h3>
-<a name="index-rolo-searching"></a>
-<a name="index-searching_002c-rolo"></a>
-<a name="index-menu-item_002c-RegexFind"></a>
-<a name="index-menu-item_002c-WordFind"></a>
-<a name="index-menu-item_002c-StringFind"></a>
-<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="http://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 ‘<samp>product</samp>’, it won’t match to
occurrences of
-‘<samp>production</samp>’. 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 ‘<samp class="samp">product</samp>’, it won’t
match to occurrences of
+‘<samp class="samp">production</samp>’. It is also handy for more
precise name matching.
</p>
-<a name="index-logical-rolo-searches"></a>
-<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
‘<samp>Company</samp>’ who
-do not have ‘<samp>Vice-President</samp>’ titles.
+<p>would match those entries for people associated with ‘<samp
class="samp">Company</samp>’ who
+do not have ‘<samp class="samp">Vice-President</samp>’ 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
@@ -7345,199 +6562,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>
-<a name="HyRolo-Keys"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="HyRolo-Keys-1"></a>
-<h3 class="section">8.4 HyRolo Keys</h3>
+<h3 class="section" id="HyRolo-Keys-1">8.4 HyRolo Keys</h3>
-<a name="index-hyrolo-menu"></a>
-<a name="index-rolo-keys"></a>
-<p>After a rolo search is performed, point is left in the <em>rolo
-match buffer</em>, <samp>*HyRolo*</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">*HyRolo*</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>
-<a name="index-rolo_002c-r"></a>
-<a name="index-rolo_002c-search-again"></a>
-<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>
-<a name="index-HyRolo_002c-see-rolo"></a>
-<a name="index-rolo_002c-TAB"></a>
-<a name="index-rolo_002c-M_002dTAB"></a>
-<a name="index-rolo_002c-SHIFT_002dTAB"></a>
-<a name="index-rolo_002c-highlighting-matches"></a>
-<a name="index-rolo_002c-finding-matches"></a>
-<a name="index-rolo_002c-moving-through-matches"></a>
+<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. <kbd>{<span
class="key">TAB</span>}</kbd> moves point
+is highlighted for quick, visual location. <kbd class="kbd">{<kbd
class="key">TAB</kbd>}</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>
-<a name="index-rolo_002c-M_002ds"></a>
-<a name="index-rolo_002c-C_002ds"></a>
-<a name="index-rolo_002c-C_002dr"></a>
-<a name="index-rolo_002c-l"></a>
-<a name="index-rolo_002c-extending-a-match"></a>
-<a name="index-rolo_002c-interactive-searching"></a>
-<a name="index-rolo_002c-locating-a-name"></a>
+<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>
-<a name="index-rolo_002c-o"></a>
-<a name="index-rolo_002c-t"></a>
-<a name="index-rolo_002c-top_002dlevel-entries"></a>
-<a name="index-rolo_002c-outline-of-entries"></a>
+<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>
-<a name="index-rolo_002c-a"></a>
-<a name="index-rolo_002c-h"></a>
-<a name="index-rolo_002c-s"></a>
-<a name="index-rolo_002c-auto_002dexpanding-entries"></a>
-<a name="index-rolo_002c-hiding-entries"></a>
-<a name="index-rolo_002c-showing-entries"></a>
-<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>
-<a name="index-rolo_002c-moving-to-entries"></a>
-<dl compact="compact">
-<dd><a name="index-rolo_002c-b"></a>
-<a name="index-b-1"></a>
+<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.
-<a name="index-rolo_002c-f"></a>
-<a name="index-f-1"></a>
+<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.
-<a name="index-rolo_002c-n"></a>
-<a name="index-n-1"></a>
+<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.
-<a name="index-rolo_002c-p"></a>
-<a name="index-p-1"></a>
+<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.
-<a name="index-rolo_002c-u"></a>
-<a name="index-u-1"></a>
+<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.
-<a name="index-rolo_002c-_002c"></a>
-<a name="index-_002c"></a>
+<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.
-<a name="index-rolo_002c-_002e"></a>
-<a name="index-_002e-1"></a>
+<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.
-<a name="index-rolo_002c-_003c"></a>
-<a name="index-_003c"></a>
+<a class="index-entry-id" id="index-rolo_002c-_003c"></a>
+<a class="index-entry-id" id="index-_003c"></a>
</p></dd>
-<dt><kbd>{<}</kbd></dt>
+<dt><kbd class="kbd">{<}</kbd></dt>
<dd><p>Move to the beginning of the buffer.
-<a name="index-rolo_002c-_003e"></a>
-<a name="index-_003e"></a>
+<a class="index-entry-id" id="index-rolo_002c-_003e"></a>
+<a class="index-entry-id" id="index-_003e"></a>
</p></dd>
-<dt><kbd>{>}</kbd></dt>
+<dt><kbd class="kbd">{>}</kbd></dt>
<dd><p>Move to the end of the buffer.
-<a name="index-rolo_002c-DEL"></a>
-<a name="index-DEL"></a>
+<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.
-<a name="index-rolo_002c-SPC"></a>
-<a name="index-SPC"></a>
+<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>
-<a name="index-rolo_002c-e"></a>
-<a name="index-rolo_002c-editing"></a>
-<a name="index-datestamps"></a>
-<a name="index-rolo_002c-datestamps"></a>
-<a name="index-customize_002c-rolo-datestamps"></a>
-<a name="index-menu-item_002c-Rolo_002fToggle_002dRolo_002dDates"></a>
-<a name="index-customize_002c-rolo-edits"></a>
-<a name="index-customize_002c-rolo-additions"></a>
-<a name="index-hyrolo_002dedit_002dhook"></a>
-<a name="index-hyrolo_002dadd_002dhook"></a>
-<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-item_002c-Rolo_002fToggle_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>
-<a name="index-rolo_002c-q"></a>
-<a name="index-rolo_002c-quitting"></a>
+<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>
-<a name="HyRolo-Settings"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="HyRolo-Settings-1"></a>
-<h3 class="section">8.5 HyRolo Settings</h3>
+<h3 class="section" id="HyRolo-Settings-1">8.5 HyRolo Settings</h3>
-<a name="index-hyrolo_002dfile_002dlist"></a>
-<a name="index-rolo_002c-personal"></a>
+<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>"~/.rolo.otl"</code>, in which case, searches scan only your
personal
+<code class="code">hyrolo-file-list</code> variable, whose default value is
typically
+<code class="code">"~/.rolo.otl"</code>, in which case, searches
scan only your personal
rolo file. Any entries added to this list should be absolute
filenames and can be any of the following formats: Emacs outlines
(.otl), Koutlines (.kotl), Markdown files (.md), or Org files (.org).
@@ -7556,38 +6773,38 @@ it whenever the HyRolo system is loaded.
following to your Emacs initialization file:
</p>
<div class="format">
-<pre class="format">(add-hook ’hyperbole-init-hook
+<pre class="format-preformatted">(add-hook ’hyperbole-init-hook
(lambda ()
(require ’org)
(setq hyrolo-file-list (append (hyrolo-initialize-file-list)
(cddr (directory-files
org-directory))))))
</pre></div>
-<a name="index-BBDB"></a>
-<a name="index-Big-Brother-DataBase"></a>
+<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>
-<a name="index-contacts_002c-Google"></a>
-<a name="index-Google-Contacts"></a>
-<a name="index-Gmail-Contacts"></a>
+<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
@@ -7596,88 +6813,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>
-<a name="index-hyrolo_002dgoogle_002dcontacts_002dfgrep"></a>
-<a name="index-hyrolo_002dgoogle_002dcontacts_002dgrep"></a>
+<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>
-<a name="index-hyrolo_002dgoogle_002dcontacts_002dflag"></a>
+<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
‘<samp>nil</samp>’
+flag, <code class="code">hyrolo-google-contacts-flag</code>, which when set to
‘<samp class="samp">nil</samp>’
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>
-<a name="index-rolo_002c-highlighting-matches-1"></a>
+<a class="index-entry-id" id="index-rolo_002c-highlighting-matches-1"></a>
</dd>
-<dt><code>hyrolo-highlight-face</code>
-<a name="index-hyrolo_002dhighlight_002dface"></a>
-</dt>
+<dt id='index-hyrolo_002dhighlight_002dface'><span><code
class="code">hyrolo-highlight-face</code><a class="copiable-link"
href='#index-hyrolo_002dhighlight_002dface'> ¶</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>
-<a name="index-hyrolo_002dkill_002dbuffers_002dafter_002duse"></a>
-</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'>
¶</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>
-<a name="index-hyrolo_002dsave_002dbuffers_002dafter_002duse"></a>
-</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'>
¶</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>
-<a name="index-hyrolo_002demail_002dformat"></a>
-</dt>
+<dt id='index-hyrolo_002demail_002dformat'><span><code
class="code">hyrolo-email-format</code><a class="copiable-link"
href='#index-hyrolo_002demail_002dformat'> ¶</a></span></dt>
<dd><p>When an entry is being added from within a mail reader buffer, the
rolo extracts the sender’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>
-<a name="index-hyrolo_002dhdr_002dregexp"></a>
-</dt>
+<dt id='index-hyrolo_002dhdr_002dregexp'><span><code
class="code">hyrolo-hdr-regexp</code><a class="copiable-link"
href='#index-hyrolo_002dhdr_002dregexp'> ¶</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 "^===". 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>
-<a name="index-hyrolo_002dentry_002dregexp"></a>
-</dt>
+<dt id='index-hyrolo_002dentry_002dregexp'><span><code
class="code">hyrolo-entry-regexp</code><a class="copiable-link"
href='#index-hyrolo_002dentry_002dregexp'> ¶</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
"^\*+", i.e.
+variable, <code class="code">hyrolo-entry-regexp</code>, whose default value
is "^\*+", i.e.
one or more asterisks at the beginning of a line.
</p>
</dd>
-<dt><code>hyrolo-display-format-function</code>
-<a name="index-hyrolo_002ddisplay_002dformat_002dfunction"></a>
-</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'> ¶</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,
@@ -7689,19 +6892,20 @@ There is never a need to learn a complicated query
language.
</dl>
<hr>
-<a name="Window-Configurations"></a>
-<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>
[<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Window-Configurations-1"></a>
-<h2 class="chapter">9 Window Configurations</h2>
+<h2 class="chapter" id="Window-Configurations-1">9 Window Configurations</h2>
-<a name="index-window-configurations"></a>
-<a name="index-restoring-windows"></a>
-<a name="index-saving-window-configurations"></a>
-<a name="index-file_002c-hywconfig_002eel"></a>
-<p>This chapter explains Hyperbole’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’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
@@ -7728,19 +6932,19 @@ hywconfig window configuration commands:
</pre>
<p>The operations on this menu are defined as follows.
</p>
-<a name="index-hywconfig-commands"></a>
-<a name="index-wconfig-commands"></a>
-<a name="index-window-configuration-commands"></a>
-<a name="index-named-window-configuration"></a>
-<a name="index-window-configuration-ring"></a>
-<a name="index-hywconfig_002dadd_002dby_002dname"></a>
-<a name="index-hywconfig_002ddelete_002dby_002dname"></a>
-<a name="index-hywconfig_002drestore_002dby_002dname"></a>
-<a name="index-hywconfig_002ddelete_002dpop"></a>
-<a name="index-hywconfig_002dring_002dsave"></a>
-<a name="index-hywconfig_002dyank_002dpop"></a>
+<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
@@ -7750,7 +6954,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
@@ -7758,48 +6962,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>
-<a name="index-kill_002dring"></a>
+<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="http://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>
-<a name="index-hywconfig_002dring_002dsave-1"></a>
-<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>
-<a name="index-hywconfig_002dyank_002dpop-1"></a>
-<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>
-<a name="index-hywconfig_002ddelete_002dpop-1"></a>
-<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>
-<a name="index-hywconfig_002dring_002dmax"></a>
+<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>
-<a name="Developing-with-Hyperbole"></a>
-<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>
[<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Developing-with-Hyperbole-1"></a>
-<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
@@ -7808,165 +7012,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">• <a href="#Hook-Variables"
accesskey="1">Hook Variables</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Creating-Types"
accesskey="2">Creating Types</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Explicit-Button-Technicalities" accesskey="3">Explicit Button
Technicalities</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Encapsulating-Systems"
accesskey="4">Encapsulating Systems</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Embedding-Hyperbole"
accesskey="5">Embedding Hyperbole</a>:</td><td> </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>
-<a name="Hook-Variables"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Hook-Variables-1"></a>
-<h3 class="section">10.1 Hook Variables</h3>
+<h3 class="section" id="Hook-Variables-1">10.1 Hook Variables</h3>
-<a name="index-variables"></a>
-<a name="index-hook-variables"></a>
+<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>
-<a name="index-add_002dhook"></a>
+<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
-‘<samp>nil</samp>’ or to a list of function names of no arguments,
each of which
+‘<samp class="samp">nil</samp>’ 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
‘<samp>-hook</samp>’
+that function has the same name as the function with a ‘<samp
class="samp">-hook</samp>’
appended. Hyperbole includes the following hook variables:
</p>
-<dl compact="compact">
-<dt><code>hyperbole-init-hook</code>
-<a name="index-hyperbole_002dinit_002dhook-1"></a>
-</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'> ¶</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>
-<a name="index-action_002dkey_002ddepress_002dhook"></a>
-</dt>
-<dt><code>assist-key-depress-hook</code>
-<a name="index-assist_002dkey_002ddepress_002dhook"></a>
-</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'> ¶</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'> ¶</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>
-<a name="index-action_002dkey_002drelease_002dhook"></a>
-</dt>
-<dt><code>assist-key-release-hook</code>
-<a name="index-assist_002dkey_002drelease_002dhook"></a>
-</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'> ¶</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'> ¶</a></span></dt>
<dd><p>Run after an Action or Assist Mouse Key release is detected, before
any associated action is executed.
</p>
-<a name="index-hbut_003acurrent"></a>
+<a class="index-entry-id" id="index-hbut_003acurrent"></a>
</dd>
-<dt><code>action-act-hook</code>
-<a name="index-action_002dact_002dhook"></a>
-</dt>
+<dt id='index-action_002dact_002dhook'><span><code
class="code">action-act-hook</code><a class="copiable-link"
href='#index-action_002dact_002dhook'> ¶</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>
-<a name="index-ebut_002dcreate_002dhook"></a>
-</dt>
+<dt id='index-ebut_002dcreate_002dhook'><span><code
class="code">ebut-create-hook</code><a class="copiable-link"
href='#index-ebut_002dcreate_002dhook'> ¶</a></span></dt>
<dd><p>Adds to the Hyperbole explicit button creation process.
</p>
</dd>
-<dt><code>ebut-delete-hook</code>
-<a name="index-ebut_002ddelete_002dhook"></a>
-</dt>
+<dt id='index-ebut_002ddelete_002dhook'><span><code
class="code">ebut-delete-hook</code><a class="copiable-link"
href='#index-ebut_002ddelete_002dhook'> ¶</a></span></dt>
<dd><p>Adds to the Hyperbole explicit button deletion process.
</p>
</dd>
-<dt><code>ebut-modify-hook</code>
-<a name="index-ebut_002dmodify_002dhook"></a>
-</dt>
+<dt id='index-ebut_002dmodify_002dhook'><span><code
class="code">ebut-modify-hook</code><a class="copiable-link"
href='#index-ebut_002dmodify_002dhook'> ¶</a></span></dt>
<dd><p>Executed when an explicit button’s attributes are modified.
</p>
</dd>
-<dt><code>hibtypes-begin-load-hook</code>
-<a name="index-hibtypes_002dbegin_002dload_002dhook"></a>
-</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'> ¶</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>
-<a name="index-hibtypes_002dend_002dload_002dhook"></a>
-</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'> ¶</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>
-<a name="index-htype_002dcreate_002dhook"></a>
-</dt>
+<dt id='index-htype_002dcreate_002dhook'><span><code
class="code">htype-create-hook</code><a class="copiable-link"
href='#index-htype_002dcreate_002dhook'> ¶</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>
-<a name="index-htype_002ddelete_002dhook"></a>
-</dt>
+<dt id='index-htype_002ddelete_002dhook'><span><code
class="code">htype-delete-hook</code><a class="copiable-link"
href='#index-htype_002ddelete_002dhook'> ¶</a></span></dt>
<dd><p>Executed whenever a type is deleted from the environment.
</p>
</dd>
-<dt><code>kotl-mode-hook</code>
-<a name="index-kotl_002dmode_002dhook"></a>
-</dt>
+<dt id='index-kotl_002dmode_002dhook'><span><code
class="code">kotl-mode-hook</code><a class="copiable-link"
href='#index-kotl_002dmode_002dhook'> ¶</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>
-<a name="index-hyrolo_002dadd_002dhook-1"></a>
-</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'> ¶</a></span></dt>
<dd><p>Executed after the addition of a new rolo entry.
</p>
</dd>
-<dt><code>hyrolo-display-hook</code>
-<a name="index-hyrolo_002ddisplay_002dhook"></a>
-</dt>
+<dt id='index-hyrolo_002ddisplay_002dhook'><span><code
class="code">hyrolo-display-hook</code><a class="copiable-link"
href='#index-hyrolo_002ddisplay_002dhook'> ¶</a></span></dt>
<dd><p>Executed when rolo matches are displayed.
</p>
</dd>
-<dt><code>hyrolo-edit-hook</code>
-<a name="index-hyrolo_002dedit_002dhook-1"></a>
-</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'> ¶</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>
-<a name="index-hyrolo_002dmode_002dhook"></a>
-</dt>
+<dt id='index-hyrolo_002dmode_002dhook'><span><code
class="code">hyrolo-mode-hook</code><a class="copiable-link"
href='#index-hyrolo_002dmode_002dhook'> ¶</a></span></dt>
<dd><p>Executed when a rolo match buffer is created and put into hyrolo-mode.
</p>
-<a name="index-yank_002c-reformatting"></a>
+<a class="index-entry-id" id="index-yank_002c-reformatting"></a>
</dd>
-<dt><code>hyrolo-yank-reformat-function</code>
-<a name="index-hyrolo_002dyank_002dreformat_002dfunction"></a>
-</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'> ¶</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
@@ -7977,27 +7137,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>
-<a name="index-button-highlighting"></a>
+<a class="index-entry-id" id="index-button-highlighting"></a>
</dd>
-<dt><code>find-file-hook</code>
-<a name="index-find_002dfile_002dhook"></a>
-</dt>
+<dt id='index-find_002dfile_002dhook'><span><code
class="code">find-file-hook</code><a class="copiable-link"
href='#index-find_002dfile_002dhook'> ¶</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>
-<a name="index-button-data-saving"></a>
+<a class="index-entry-id" id="index-button-data-saving"></a>
</dd>
-<dt><code>write-file-hooks</code>
-<a name="index-write_002dfile_002dhooks"></a>
-</dt>
+<dt id='index-write_002dfile_002dhooks'><span><code
class="code">write-file-hooks</code><a class="copiable-link"
href='#index-write_002dfile_002dhooks'> ¶</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>
-<a name="index-mail-hooks"></a>
-<a name="index-news-hooks"></a>
+<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 ‘mail’ and ‘gnus’ in
their names for
@@ -8006,72 +7162,69 @@ specific usage of such hooks.
</dl>
<hr>
-<a name="Creating-Types"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Creating-Types-1"></a>
-<h3 class="section">10.2 Creating Types</h3>
+<h3 class="section" id="Creating-Types-1">10.2 Creating Types</h3>
-<a name="index-type-definition"></a>
-<a name="index-type-redefinition-1"></a>
+<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> <a name="index-C_002dM_002dx"></a>
-<a name="index-eval_002ddefun"></a>
-<a name="index-C_002dx-C_002de"></a>
-<a name="index-eval_002dlast_002dsexp"></a>
+<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>
-<a name="index-Hyperbole-types"></a>
-<a name="index-class_002c-htype"></a>
-<p>The functions from the ‘<samp>htype</samp>’ 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 ‘<samp class="samp">htype</samp>’ class
may be applied to any
Hyperbole types, if needed.
</p>
-<a name="index-file_002c-hactypes_002eel"></a>
-<a name="index-file_002c-hibtypes_002eel-1"></a>
+<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">• <a href="#Creating-Action-Types"
accesskey="1">Creating Action Types</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Creating-Implicit-Button-Types" accesskey="2">Creating Implicit Button
Types</a>:</td><td> </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>
-<a name="Creating-Action-Types"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Creating-Action-Types-1"></a>
-<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>
-<a name="index-actype_003acreate"></a>
-<a name="index-file_002c-hactypes_002eel-1"></a>
-<a name="index-file_002c-hbut_002eel"></a>
+<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>
-<a name="index-action-type_002c-creation"></a>
-<a name="index-defact"></a>
-<a name="index-actype_003acreate-1"></a>
+<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
@@ -8086,79 +7239,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’s result is returned to the action caller
-unless it returns ‘<samp>nil</samp>’, in which case
‘<samp>t</samp>’ is returned to the
+unless it returns ‘<samp class="samp">nil</samp>’, in which case
‘<samp class="samp">t</samp>’ 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>
-<a name="index-interactive-form"></a>
-<a name="index-interactive"></a>
+<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="http://www.gnu.org/software/emacs/manual/html_mono/elisp.html#Interactive-Codes">Code
Characters for ’interactive’</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 ’interactive’</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, ‘<samp>+</samp>’, in order to be recognized, since such
characters
+string. Each such extension character <em class="emph">must</em> be preceded
by a
+plus sign, ‘<samp class="samp">+</samp>’, 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><a name="index-argument_002c-Info-node"></a>
-<a name="index-interactive-cmd-char_002c-_002bI"></a>
+<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>
-<a name="index-argument_002c-kcell"></a>
-<a name="index-argument_002c-koutline"></a>
-<a name="index-interactive-cmd-char_002c-_002bK"></a>
+<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>
-<a name="index-argument_002c-klink"></a>
-<a name="index-interactive-cmd-char_002c-_002bL"></a>
+<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>
-<a name="index-interactive-cmd-char_002c-_002bM"></a>
-<a name="index-argument_002c-mail-message"></a>
+<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>
-<a name="index-argument_002c-view-spec"></a>
-<a name="index-interactive-cmd-char_002c-_002bV"></a>
+<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>
-<a name="index-argument_002c-Info-index-item"></a>
-<a name="index-interactive-cmd-char_002c-_002bX"></a>
+<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>
-<a name="index-class_002c-hargs"></a>
-<a name="index-argument_002c-reading"></a>
-<p>Arguments are read by the functions in Hyperbole’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’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,
‘<samp>nil</samp>’ is
+internally to reference the type is returned. On failure, ‘<samp
class="samp">nil</samp>’ 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
@@ -8166,20 +7319,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>
-<a name="index-actype_003adelete"></a>
-<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>
-<a name="Creating-Implicit-Button-Types"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Creating-Implicit-Button-Types-1"></a>
-<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
@@ -8195,19 +7348,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. <action-type button-text>.
</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>
@@ -8216,35 +7369,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">• <a href="#Action-Button-Link-Types"
accesskey="1">Action Button Link Types</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Implicit-Button-Link-Types"
accesskey="2">Implicit Button Link Types</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Programmatic-Implicit-Button-Types" accesskey="3">Programmatic Implicit
Button Types</a>:</td><td> </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>
-<a name="Action-Button-Link-Types"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Action-Button-Link-Types-1"></a>
-<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 &optional DOC)</code>
+<p><code class="code">(defal TYPE LINK-EXPR &optional DOC)</code>
</p>
<p>will create a Hyperbole action button link TYPE (an unquoted symbol)
-whose buttons always take the form of: <code><TYPE link-text></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"><TYPE
link-text></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.
@@ -8253,23 +7402,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
‘<samp>PYTHONLIBPATH</samp>’ 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 ‘<samp
class="samp">PYTHONLIBPATH</samp>’ 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 "${PYTHONLIBPATH}/%s")</code>
+<p><code class="code">(defal pylib "${PYTHONLIBPATH}/%s")</code>
</p>
-<p>defines a new action button link type called ’pylib’ whose buttons
+<p>defines a new action button link type called ’pylib’ whose buttons
take the form of:
</p>
-<p><code><pylib PYTHON-LIBRARY-FILENAME></code>
+<p><code class="code"><pylib PYTHON-LIBRARY-FILENAME></code>
</p>
<p>and display the associated Python libraries (typically Python source
files). Optional colon separated line and column numbers may be given
@@ -8277,32 +7426,32 @@ as well.
</p>
<p>Therefore an Action Key press on:
</p>
-<p><code><pylib string.py:5:7></code>
+<p><code class="code"><pylib string.py:5:7></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>
-<a name="Implicit-Button-Link-Types"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Implicit-Button-Link-Types-1"></a>
-<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="http://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
&optional START-REGEXP-FLAG END-REGEXP-FLAG DOC)</code>
</p>
<p>will create a new Hyperbole implicit button link TYPE (an unquoted
@@ -8318,7 +7467,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);
@@ -8326,32 +7475,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 (‘<samp>\\&</samp>’) or any numbered grouping from
TEXT-REGEXP,
-e.g. ‘<samp>\\1</samp>’, may be referenced in the LINK-EXPR to
form the
+text (‘<samp class="samp">\\&</samp>’) or any numbered
grouping from TEXT-REGEXP,
+e.g. ‘<samp class="samp">\\1</samp>’, may be referenced in the
LINK-EXPR to form the
link referent.
</p>
<p>Here is a sample use case. Let’s create a button type whose
buttons perform a grep-like function over a current repo’s git log
entries. The buttons use this format: [<text to match>].
</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 "[<" ">]"
".*" "{M-: (hypb:fgrep-git-log \"\\&\")
RET}")</code>
+<p><code class="code">(defil search-git-log "[<"
">]" ".*" "{M-: (hypb:fgrep-git-log
\"\\&\") RET}")</code>
</p>
<p>or this simpler version skips the explicit text substitution (\\\\&)
and instead uses the function that takes the button text as an argument:
</p>
-<p><code>(defil search-git-log "[<" ">]"
".*" #’hypb:fgrep-git-log)</code>
+<p><code class="code">(defil search-git-log "[<"
">]" ".*" #’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>;; [<test release>]</code>
+<p><code class="code">;; [<test release>]</code>
</p>
<p>will display one line per commit whose change set matches ’test
release’. An Action Key press on any such line will then display the
@@ -8362,45 +7511,45 @@ Action Buttons of the form: <hypb:fgrep-git-log
"string"> to do
same thing without any special definitions.
</p>
<hr>
-<a name="Programmatic-Implicit-Button-Types"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Programmatic-Implicit-Button-Types-1"></a>
-<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>
-<a name="index-implicit-button-type-1"></a>
-<a name="index-ibtype"></a>
-<a name="index-defib"></a>
-<a name="index-ibtype_003acreate"></a>
-<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>
-<a name="index-ibtype_002c-predicate"></a>
-<a name="index-ibtype_002c-argument"></a>
-<a name="index-ibtype_002c-return-val"></a>
-<a name="index-ibtype_002c-actype"></a>
+<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 ‘<samp>nil</samp>’. If the type is
delimited,
+not, the predicate returns ‘<samp class="samp">nil</samp>’. If
the type is delimited,
Hyperbole automatically sets up to flash the button when activated.
-Action invocations have the form: <code>(hact 'actype &rest
-actype-arguments)</code> where <code>actype</code> is a Hyperbole action type
+Action invocations have the form: <code class="code">(hact 'actype &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
@@ -8408,77 +7557,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, ‘<samp>nil</samp>’ is returned so that you may test
whether or not the
+failure, ‘<samp class="samp">nil</samp>’ 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>
-<a name="index-ibtype_003adelete"></a>
-<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>
-<a name="index-ibtype_002c-help"></a>
-<a name="index-ibut_003aat_002dp"></a>
-<a name="index-class_002c-hattr"></a>
-<a name="index-class_002c-hbut"></a>
-<a name="index-file_002c-hib_002dkbd_002eel"></a>
+<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’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
‘<samp>:help</samp>’, 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 ‘<samp
class="samp">:help</samp>’, 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 ‘<samp>hbut</samp>’ and
‘<samp>hattr</samp>’ classes. See
-the <samp>hib-kbd.el</samp> file for an example of a custom help function.
+functions from the ‘<samp class="samp">hbut</samp>’ and
‘<samp class="samp">hattr</samp>’ classes. See
+the <samp class="file">hib-kbd.el</samp> file for an example of a custom help
function.
</p>
<hr>
-<a name="Explicit-Button-Technicalities"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Explicit-Button-Technicalities-1"></a>
-<h3 class="section">10.3 Explicit Button Technicalities</h3>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">• <a href="#Button-Label-Normalization"
accesskey="1">Button Label Normalization</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Operational-and-Storage-Formats" accesskey="2">Operational and Storage
Formats</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Programmatic-Button-Creation" accesskey="3">Programmatic Button
Creation</a>:</td><td> </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>
-<a name="Button-Label-Normalization"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Button-Label-Normalization-1"></a>
-<h4 class="subsection">10.3.1 Button Label Normalization</h4>
-<a name="index-normalized-label"></a>
-<a name="index-button-label-2"></a>
-<a name="index-button-key"></a>
-<a name="index-hbut_003alabel_002dto_002dkey"></a>
+<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"> <(fake button)> <( fake button)>
+<pre class="example-preformatted"> <(fake button)> <( fake
button)>
Pam> <(fake
Pam> button)>
@@ -8490,35 +7637,35 @@ be recognized as the same button.
/* button )> */
</pre></div>
-<a name="index-hbut_003afill_002dprefix_002dregexps"></a>
-<a name="index-fill_002dprefix"></a>
-<a name="index-fill-prefix"></a>
-<a name="index-button_002c-multiple-lines"></a>
-<a name="index-button_002c-split-across-lines"></a>
+<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’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>
-<a name="Operational-and-Storage-Formats"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Operational-and-Storage-Formats-1"></a>
-<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>
-<a name="index-explicit-button-formats"></a>
-<a name="index-explicit-button-storage"></a>
-<a name="index-storage-manager"></a>
-<a name="index-button-attributes-1"></a>
-<a name="index-hbut_003acurrent-1"></a>
+<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
@@ -8527,28 +7674,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>
-<a name="index-class_002c-hbdata"></a>
-<a name="index-class_002c-ebut"></a>
-<a name="index-class_002c-hbut-1"></a>
-<p>The ‘<samp>hbdata</samp>’ class handles the terse, stored
format. The
-‘<samp>hbut</samp>’, ‘<samp>ebut</samp>’, and
‘<samp>ibut</samp>’ 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 ‘<samp class="samp">hbdata</samp>’ class handles the terse,
stored format. The
+‘<samp class="samp">hbut</samp>’, ‘<samp
class="samp">ebut</samp>’, and ‘<samp
class="samp">ibut</samp>’ 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>
-<a name="Programmatic-Button-Creation"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Programmatic-Button-Creation-1"></a>
-<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>
-<a name="index-explicit-button_002c-programmatic-creation"></a>
+<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
@@ -8556,14 +7703,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>
-<a name="index-class_002c-ebut-1"></a>
-<a name="index-file_002c-hbut_002eel-1"></a>
-<p>The Hyperbole class ‘<samp>ebut</samp>’ 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 ‘<samp class="samp">ebut</samp>’ supports
programmatic access to explicit
+buttons. Examine it within the <samp class="file">hbut.el</samp> file for
full details.
</p>
-<a name="index-ebut_003aprogram"></a>
+<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 <( )> delimiters,
adding any
necessary instance number of the button after the LABEL. ACTYPE may
@@ -8571,42 +7718,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>
-<a name="index-ebut_003acreate"></a>
-<a name="index-ebut_003amap"></a>
-<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>
-<a name="index-gbut_003aebut_002dprogram"></a>
-<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>
-<a name="Encapsulating-Systems"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Encapsulating-Systems-1"></a>
-<h3 class="section">10.4 Encapsulating Systems</h3>
+<h3 class="section" id="Encapsulating-Systems-1">10.4 Encapsulating
Systems</h3>
-<a name="index-file_002c-hsys_002d_002a"></a>
-<a name="index-Hyperbole_002c-system-encapsulation"></a>
-<a name="index-system-encapsulation"></a>
+<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.
@@ -8615,18 +7763,18 @@ that a press of the Action Key follows a URL.
<hr>
-<a name="Embedding-Hyperbole"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Embedding-Hyperbole-1"></a>
-<h3 class="section">10.5 Embedding Hyperbole</h3>
+<h3 class="section" id="Embedding-Hyperbole-1">10.5 Embedding Hyperbole</h3>
-<a name="index-Hyperbole-API"></a>
-<a name="index-API"></a>
-<a name="index-programming-interface"></a>
-<a name="index-Hyperbole_002c-embedding"></a>
+<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
@@ -8639,10 +7787,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
@@ -8653,92 +7801,93 @@ 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>
-<a name="Glossary"></a>
-<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> [<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Glossary-1"></a>
-<h2 class="appendix">Appendix A Glossary</h2>
+<h2 class="appendix" id="Glossary-1">Appendix A Glossary</h2>
-<a name="index-glossary"></a>
-<a name="index-definitions"></a>
+<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="http://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>Ace Window</b></dt>
+<dl class="table">
+<dt><b class="b">Ace Window</b></dt>
<dd><p>Emacs extension package that labels windows with letters and allows
quick selection or other operations on a specific window. Hyperbole
extends this with a number of additional commands like throw a buffer
-to a window or replace a windows’s contents. See <a
href="#Keyboard-Drags">Keyboard Drags</a>.
+to a window or replace a windows’s contents. See <a class="xref"
href="#Keyboard-Drags">Keyboard Drags</a>.
</p>
</dd>
-<dt><b>Action</b></dt>
-<dd><p>An executable behavior associated with a Hyperbole button.
<em>Links</em>
+<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
<angle brackets>
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>
+<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 is an <em>action</em>. <em>Actype</em> is a synonym
+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>defact</code> macro by prefixing them with
-<code>ibtypes::</code>. Symbols with this prefix are regular Emacs Lisp
+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>
-<a name="index-Augment-1"></a>
-<a name="index-hypertext-1"></a>
-<a name="index-interactive-computing"></a>
-<a name="index-mouse"></a>
-<a name="index-windows"></a>
-<a name="index-hypertext-2"></a>
-<a name="index-outline-processor"></a>
-<a name="index-groupware"></a>
-<a name="index-digital-signature"></a>
-<a name="index-Engelbart-1"></a>
-</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
@@ -8746,22 +7895,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>
@@ -8771,36 +7920,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
@@ -8809,82 +7958,94 @@ 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>
-<a name="index-consult-package"></a>
-<a name="index-consult_002dorg_002droam-package"></a>
-<a name="index-hsys_002dorg_002droam_002dconsult_002dgrep"></a>
+<a class="index-entry-id" id="index-consult-package"></a>
+<a class="index-entry-id" id="index-consult_002dorg_002droam-package"></a>
+<a class="index-entry-id"
id="index-hsys_002dorg_002droam_002dconsult_002dgrep"></a>
+<a class="index-entry-id" id="index-org_002droam_002ddirectory"></a>
+<a class="index-entry-id" id="index-hsys_002dorg_002dconsult_002dgrep"></a>
+<a class="index-entry-id" id="index-org_002ddirectory"></a>
</dd>
-<dt><b>Consult</b></dt>
+<dt><b class="b">Consult</b></dt>
<dd><p>An Emacs extension package that provides asynchronous search and narrow
wrappers around common search commands like grep, ripgrep, find and
-locate. Hyperbole optionally utilizes this to search the HyRolo. Use
-<code>M-x hsys-org-roam-consult-grep RET</code> to search Org Roam notes
-similarly.
+locate.
</p>
+<p>Hyperbole uses this package to provide convenience commands for
line-oriented searches.
+</p><dl class="table">
+<dt><kbd class="kbd">{M-x hsys-org-roam-consult-grep <kbd
class="key">RET</kbd>}</kbd></dt>
+<dd><p>Searches Org Roam notes in <code class="code">org-roam-directory</code>
with consult.
+</p>
+</dd>
+<dt><kbd class="kbd">{M-x hsys-org-consult-grep <kbd
class="key">RET</kbd>}</kbd></dt>
+<dd><p>Searches Org notes in <code class="code">org-directory</code> with
consult.
+</p></dd>
+</dl>
+
</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
<elink:
followed by an explicit button label, an optional ebut file and ends with a
closing >.
</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 ‘<samp><(fake button)></samp>’. Direct selection is
used to operate upon
+this ‘<samp class="samp"><(fake button)></samp>’. 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
@@ -8892,72 +8053,72 @@ 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>
-<a name="index-gbut_003afile"></a>
+<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 returned by the function call,
-<code>(gbut:file)</code>, and may be activated with the Action Key when
+<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’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
<glink:
followed by a global button label and then a closing >.
</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>
-<a name="index-hbut_003amax_002dlen-1"></a>
-<a name="index-hbut_003amax_002dlen"></a>
+<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>
-<a name="index-helm-package"></a>
-<a name="index-org_002drifle-package"></a>
-<a name="index-hyrolo_002dhelm_002dorg_002drifle-1"></a>
+<a class="index-entry-id" id="index-helm-package"></a>
+<a class="index-entry-id" id="index-org_002drifle-package"></a>
+<a class="index-entry-id" id="index-hyrolo_002dhelm_002dorg_002drifle-1"></a>
</dd>
-<dt><b>Helm</b></dt>
+<dt><b class="b">Helm</b></dt>
<dd><p>An Emacs extension package that provides asynchronous search and narrow
wrappers around many Emacs commands. Hyperbole optionally utilizes this
-together with the <samp>org-rifle</samp> package to interactively search the
-HyRolo. Use <code>M-x hyrolo-helm-org-rifle</code> to search your HyRolo file
+together with the <samp class="file">org-rifle</samp> package to interactively
search the
+HyRolo. Use <code class="code">M-x hyrolo-helm-org-rifle</code> to search
your HyRolo file
list with these packages.
</p>
-<a name="index-run_002dhooks"></a>
+<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’s
operation without the need to edit the function’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.
@@ -8965,47 +8126,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
<ilink:
followed by an implicit button label, an optional ibut file and ends with a
closing >.
</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:
-‘<samp><[label]></samp>’. See also <b>implicit button
type</b>.
+‘<samp class="samp"><[label]></samp>’. 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>
<p>Internally, Hyperbole defines its own namespace for ibtypes defined
-with its <code>defib</code> macro by prefixing them with
<code>ibtypes::</code>.
+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 name="index-InfoDock"></a>
+<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
@@ -9017,30 +8178,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’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
@@ -9055,78 +8216,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, <>, 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"> < pathname [, kcell-ref] >
+<pre class="example-preformatted"> < pathname [, kcell-ref] >
< [-!&] pathname >
< @ kcell-ref >
</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’t matter). Items that display other
-menus end with a forward slash, ‘<samp>/</samp>’.
+menus end with a forward slash, ‘<samp class="samp">/</samp>’.
</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
@@ -9143,16 +8304,16 @@ Keys that utilize the OO-Browser’s capabilities
both when it is displayed
on screen and when editing code.
</p>
</dd>
-<dt><b>Org Mode</b></dt>
+<dt><b class="b">Org Mode</b></dt>
<dd><p>A built-in Emacs mode for outlining, note taking and scientific
publishing. Hyperbole simplifies access to a number of its features
and integrates its own hypermedia capabilities with those of Org mode.
Hyperbole can display the referent of any Org Id.
-See <a href="#Smart-Key-_002d-Org-Mode">Smart Key - Org Mode</a>.
+See <a class="xref" href="#Smart-Key-_002d-Org-Mode">Smart Key - Org Mode</a>.
</p>
-<a name="index-org_002droam-package"></a>
+<a class="index-entry-id" id="index-org_002droam-package"></a>
</dd>
-<dt><b>Org Roam</b></dt>
+<dt><b class="b">Org Roam</b></dt>
<dd><p>An Emacs extension package that inserts ids into Org mode files and
indexes them within a Sqlite database for rapid note taking and lookup
by title. Hyperbole can display the referent of any Org Roam Id and
@@ -9160,57 +8321,57 @@ provides full-text searching of Org Roam nodes utilzing
the interactive
grep commands from the Consult extension package.
</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 (‘<samp>nil</samp>’ = false, non-nil = true =
‘<samp>t</samp>’) Lisp
+<dt><b class="b">Predicate</b></dt>
+<dd><p>A boolean (‘<samp class="samp">nil</samp>’ = false, non-nil
= true = ‘<samp class="samp">t</samp>’) 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>/<protocol>:<user>@<host>:<path></samp> as well
as web URLs. Use the
+<samp
class="file">/<protocol>:<user>@<host>:<path></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>
-<a name="index-Screen"></a>
+<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>
-<a name="index-Smart-Key-1"></a>
-<a name="index-proportional-scrolling"></a>
-<a name="index-scrolling"></a>
+<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
@@ -9220,11 +8381,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’ own dumb terminal menu support. They
are included with InfoDock (which is no longer maintained) and are not
@@ -9232,65 +8393,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>/<protocol>:<user>@<host>:<path></samp> and web
URLs.
+<samp
class="file">/<protocol>:<user>@<host>:<path></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, <|view spec>. See <a
href="#View-Specs">View Specs</a>.
+within the modeline like so, <|view spec>. 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.
@@ -9298,13 +8459,13 @@ specifiable filters or from a list.
</dl>
<hr>
-<a name="Setup"></a>
-<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>
[<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Setup-1"></a>
-<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
@@ -9312,74 +8473,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’s behavior.
</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">• <a href="#Installation"
accesskey="1">Installation</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Customization"
accesskey="2">Customization</a>:</td><td> </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>
-<a name="Installation"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Installation-1"></a>
-<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">• <a
href="#Elpa-Stable-Package-Installation" accesskey="1">Elpa Stable Package
Installation</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Elpa-In_002dDevelopment-Package-Installation" accesskey="2">Elpa
In-Development Package Installation</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Git-In_002dDevelopment-Package-Installation" accesskey="3">Git
In-Development Package Installation</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Manual-Tarball-Archive-Installation" accesskey="4">Manual Tarball
Archive Installation</a>:</td><td> </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>
-<a name="Elpa-Stable-Package-Installation"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Elpa-Stable-Package-Installation-_0028Emacs-Package-Manager_0029"></a>
-<h4 class="subsection">B.1.1 Elpa Stable Package Installation (Emacs Package
Manager)</h4>
-
-<a name="index-installation"></a>
-<a name="index-elpa-package"></a>
-<a name="index-package-manager"></a>
-<a name="index-Emacs-package-manager"></a>
-<a name="index-stable-release-installation"></a>
-<a name="index-installation_002c-stable"></a>
-<a name="index-obtaining-Hyperbole"></a>
-<a name="index-Hyperbole_002c-obtaining-1"></a>
+<h4 class="subsection"
id="Elpa-Stable-Package-Installation-_0028Emacs-Package-Manager_0029">B.1.1
Elpa Stable Package Installation (Emacs Package Manager)</h4>
+
+<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="http://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="http://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 (< emacs-major-version 27)
(error "Hyperbole requires Emacs 27 or above, not %d"
@@ -9389,7 +8542,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.
@@ -9397,19 +8550,19 @@ You may see a bunch of compilation warnings but these
can be safely
ignored.
</p>
<hr>
-<a name="Elpa-In_002dDevelopment-Package-Installation"></a>
-<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> [<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index" rel
[...]
</div>
-<a name="Elpa-In_002dDevelopment-Package-Installation-1"></a>
-<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>
-<a name="index-elpa_002ddevel-package"></a>
-<a name="index-in_002ddevelopment-installation"></a>
-<a name="index-pre_002drelease-installation"></a>
-<a name="index-installation_002c-pre_002drelease"></a>
-<a name="index-installation_002c-from-git"></a>
+<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
@@ -9421,17 +8574,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="http://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 (< emacs-major-version 27)
(error "Hyperbole requires Emacs 27 or above, not %d"
@@ -9443,7 +8596,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.
@@ -9451,18 +8604,18 @@ You may see a bunch of compilation warnings but these
can be safely
ignored.
</p>
<hr>
-<a name="Git-In_002dDevelopment-Package-Installation"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a
name="Git-In_002dDevelopment-Package-Installation-_0028Straight-Package-Manager_0029"></a>
-<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>
-<a name="index-Straight-package-manager"></a>
-<a name="index-pre_002drelease-installation-1"></a>
-<a name="index-installation_002c-pre_002drelease-1"></a>
-<a name="index-installation_002c-from-git-1"></a>
+<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
@@ -9471,17 +8624,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="http://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="smalllisp">
-<pre class="smalllisp">;; 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 (< emacs-major-version 27)
(error "Hyperbole requires Emacs 27 or above, not %d"
@@ -9507,48 +8660,48 @@ several lines to your personal Emacs initialization
file, <samp>~/.emacs</samp>.
:host nil
:repo "https://git.savannah.gnu.org/git/hyperbole.git"
: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>
-<a name="Manual-Tarball-Archive-Installation"></a>
-<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> [<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Manual-Tarball-Archive-Installation-1"></a>
-<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’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-<version>/</samp> directory and
execute
+choosing. Move into the <samp class="file">hyperbole-<version>/</samp>
directory and execute
the following Posix shell command:
</p>
-<p><code>make bin</code>
+<p><code class="code">make bin</code>
</p>
<p>to byte-compile the Hyperbole lisp files. Then add the following
-lines to your personal Emacs initialization file, <samp>~/.emacs</samp>:
+lines to your personal Emacs initialization file, <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 (< emacs-major-version 27)
(error "Hyperbole requires Emacs 27 or above, not %d"
emacs-major-version))
@@ -9556,49 +8709,50 @@ lines to your personal Emacs initialization file,
<samp>~/.emacs</samp>:
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>
-<a name="Customization"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Customization-1"></a>
-<h3 class="section">B.2 Customization</h3>
+<h3 class="section" id="Customization-1">B.2 Customization</h3>
-<a name="index-menu_002c-Cust-1"></a>
-<a name="index-configuration"></a>
-<a name="index-customization"></a>
+<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"><a name="image_003aCustomize-Menu"></a>
+<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>
-<a name="index-customization-1"></a>
-<a name="index-option-setting"></a>
-<a name="index-variable-setting"></a>
+<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="http://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>
-<a name="index-customize_002dbrowse"></a>
-<a name="index-menu-item_002c-Cust_002fAll_002dOptions"></a>
-<a name="index-C_002dh-h-c-a"></a>
-<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’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
@@ -9606,59 +8760,50 @@ specific option and they will appear in another window
for editing.
Simply follow the instructions on screen and then press the “Apply
and Save” button to make any changes permanent.
</p>
-<a name="index-customize_002dvariable"></a>
+<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">• <a href="#Referent-Display"
accesskey="1">Referent Display</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Internal-Viewers"
accesskey="2">Internal Viewers</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#External-Viewers"
accesskey="3">External Viewers</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Link-Variable-Substitution"
accesskey="4">Link Variable Substitution</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Web-Search-Engines"
accesskey="5">Web Search Engines</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Using-URLs-with-Find_002dFile" accesskey="6">Using URLs with
Find-File</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Invisible-Text-Searches"
accesskey="7">Invisible Text Searches</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Button-Colors"
accesskey="8">Button Colors</a>:</td><td> </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>
-<a name="Referent-Display"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Referent-Display-1"></a>
-<h4 class="subsection">B.2.1 Referent Display</h4>
-<a name="index-hpath_003adisplay_002dwhere-1"></a>
-<a name="index-referent-display"></a>
-<a name="index-link-display"></a>
-<a name="index-display-where"></a>
-<a name="index-display-outside-Emacs"></a>
-<a name="index-where-to-display"></a>
-<a name="index-image-display"></a>
-<a name="index-internal-display"></a>
-<a name="index-external-display"></a>
+<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
@@ -9670,32 +8815,32 @@ Internal Standard Display hpath:display-where
are displayed internally and externally.
</p>
<hr>
-<a name="Internal-Viewers"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Internal-Viewers-1"></a>
-<h4 class="subsection">B.2.2 Internal Viewers</h4>
-<a name="index-hpath_003ainternal_002ddisplay_002dalist"></a>
-<a name="index-file-display-function"></a>
-<a name="index-display-function"></a>
-<a name="index-internal-viewer"></a>
-<a name="index-link_002c-display-function"></a>
-
-<a name="index-internal-image-display"></a>
-<a name="index-hpath_003anative_002dimage_002dsuffixes"></a>
-<a name="index-internal-custom-display"></a>
-<a name="index-hpath_003ainternal_002ddisplay_002dalist-1"></a>
-<a name="index-internal-standard-display"></a>
-<a name="index-hpath_003adisplay_002dwhere-2"></a>
+<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 (<file-name-regular-expression>
. <function-of-one-arg>) pairs. Any path whose name matches
@@ -9706,128 +8851,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>• 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">• 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>• 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">• 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>• 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">• 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>
-<a name="index-menu_002c-Cust_002fReferents"></a>
-<a name="index-C_002dh-h-c-r"></a>
+<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’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>• Any-Frame</em></dt>
+<dl class="table">
+<dt><em class="emph">• Any-Frame</em></dt>
<dd><p>Display in the selected window of another existing frame
</p></dd>
-<dt><em>• Current-Win</em></dt>
+<dt><em class="emph">• Current-Win</em></dt>
<dd><p>Display in the selected (current) window
</p></dd>
-<dt><em>• Diff-Frame-One-Win</em></dt>
+<dt><em class="emph">• 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>• New-Frame</em></dt>
+<dt><em class="emph">• New-Frame</em></dt>
<dd><p>Display in a new single window frame
</p></dd>
-<dt><em>• Other-Win</em></dt>
+<dt><em class="emph">• Other-Win</em></dt>
<dd><p>Display in another, possibly new window of the selected frame (this is
the default)
</p></dd>
-<dt><em>• Single-Win</em></dt>
+<dt><em class="emph">• 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"><a name="image_003aMenu_002dDisplay_002dReferents"></a>
+<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>
-<a name="External-Viewers"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="External-Viewers-1"></a>
-<h4 class="subsection">B.2.3 External Viewers</h4>
-<a name="index-hpath_003aget_002dexternal_002ddisplay_002dalist"></a>
-<a name="index-hpath_003aexternal_002ddisplay_002dalist_002dmacos"></a>
-<a name="index-hpath_003aexternal_002ddisplay_002dalist_002dmswindows"></a>
-<a name="index-hpath_003aexternal_002ddisplay_002dalist_002dx"></a>
-<a name="index-window-system"></a>
-<a name="index-external-program"></a>
-<a name="index-external-viewer"></a>
-<a name="index-link_002c-viewer-program"></a>
-
-<a name="index-external-display-1"></a>
-<a name="index-hpath_003aget_002dexternal_002ddisplay_002dalist-1"></a>
+<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
(<file-name-regular-expression> . <viewer-program-or-list>) pairs.
Any
path whose name matches a <file-name-regular-expression> will be
displayed using the corresponding viewer-program or the first
viewer-program found on the system from a list of programs. If a
-<viewer-program> entry contains a ‘<samp>%s</samp>’ string,
the filename to
+<viewer-program> entry contains a ‘<samp
class="samp">%s</samp>’ string, the filename to
display is substituted at that point within the string.
Otherwise, the filename is appended to the <viewer-program>
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>
-<a name="index-hpath_003aexternal_002dfile_002dsuffixes"></a>
+<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>’, which holds a
regular
+variable, <code class="code">hpath:external-file-suffixes</code>’, which
holds a regular
expression of operating system independent file suffixes to open outside
Emacs.
</p>
<hr>
-<a name="Link-Variable-Substitution"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Link-Variable-Substitution-1"></a>
-<h4 class="subsection">B.2.4 Link Variable Substitution</h4>
-<a name="index-hpath_003avariables"></a>
-<a name="index-environment-variables-1"></a>
-<a name="index-Emacs-Lisp-variables-1"></a>
-<a name="index-Lisp-variables-1"></a>
-<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,
@@ -9840,37 +8985,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>
-<a name="Web-Search-Engines"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Web-Search-Engines-1"></a>
-<h4 class="subsection">B.2.5 Web Search Engines</h4>
-
-<a name="index-menu_002c-Find_002fWeb"></a>
-<a name="index-menu_002c-Web-1"></a>
-<a name="index-menu_002c-Cust_002fWeb_002dSearch"></a>
-<a name="index-C_002dh-h-c-w"></a>
-<a name="index-C_002dh-h-f-w"></a>
-<a name="index-hyperbole_002dweb_002dsearch_002dalist"></a>
-<a name="index-search-engines-menu"></a>
-<a name="index-web-search-menu"></a>
-<a name="index-customizing-web-search-menu"></a>
+<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"></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:
(<web-service-name> . <url-with-%s-parameter-or-command>). The
first
capitalized character of each <web-service-name> 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;
@@ -9882,270 +9027,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"><a name="image_003aWeb_002dSearch_002dBrowser_002dMenu"></a>
+<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>
-<a name="Using-URLs-with-Find_002dFile"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Using-URLs-with-Find_002dFile-1"></a>
-<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>
-<a name="index-find_002dfile"></a>
-<a name="index-find_002dfile_002c-browsing-URLs"></a>
-<a name="index-browsing-URLs"></a>
-<a name="index-URLs_002c-using-with-find_002dfile"></a>
-<a name="index-web-pages_002c-displaying"></a>
-<a name="index-remote-pathnames"></a>
+<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>
-<a name="index-menu-item_002c-Find_002dFile_002dURLs"></a>
-<a name="index-menu-item_002c-Find_002dFile_002dAccepts_002dURLs"></a>
+<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>
-<a name="index-hpath_003afind_002dfile_002durls_002dmode"></a>
-<a name="index-enabling-URLs-in-find_002dfile"></a>
-<a name="index-browsing-URLs-in-find_002dfile"></a>
+<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>
-<a name="index-abbreviated-URLs"></a>
-<a name="index-URLs_002c-abbreviated"></a>
-<a name="index-Tramp-1"></a>
-<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’t have
Tramp, an error message will be displayed when you try to enable
find-file URLs.
</p>
-<a name="index-C_002dh-h-c-u"></a>
-<a name="index-menu_002c-Cust_002fURL_002dDisplay"></a>
+<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"><a name="image_003aURL_002dBrowser_002dMenu"></a>
+<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>
-<a name="Invisible-Text-Searches"></a>
-<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> [<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Invisible-Text-Searches-1"></a>
-<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>
-<a name="index-menu-item_002c-Isearch_002dInvisible"></a>
-<a name="index-menu-item_002c-Toggle_002dIsearch_002dInvisible"></a>
-<a name="index-isearch"></a>
-<a name="index-search-1"></a>
+<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>
-<a name="Button-Colors"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Configuring-Button-Colors"></a>
-<h4 class="subsection">B.2.8 Configuring Button Colors</h4>
-<a name="index-Emacs-support"></a>
-<a name="index-button-highlighting-1"></a>
-<a name="index-highlighting-buttons"></a>
-<a name="index-button-flashing"></a>
-<a name="index-flashing-buttons"></a>
-<a name="index-file_002c-hui_002dep_002a_002eel"></a>
-<a name="index-file_002c-hsettings_002eel"></a>
-<a name="index-hproperty_003acycle_002dbut_002dcolor"></a>
+<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>
-<a name="index-hproperty_003abut_002dflash_002dtime_002dseconds"></a>
-<a name="index-button-flash-time"></a>
+<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>
-<a name="index-hproperty_003abut_002dhighlight_002dflag"></a>
+<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
‘<samp>t</samp>’.
-To disable highlighting, change this setting in <samp>hsettings.el</samp> or
+by <code class="code">hproperty:but-highlight-flag</code>, which defaults to
‘<samp class="samp">t</samp>’.
+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>
-<a name="index-hproperty_003abut_002dcreate"></a>
+<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’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>
-<a name="index-button-emphasis"></a>
-<a name="index-hproperty_003abut_002demphasize_002dflag"></a>
-<p>Additionally, if <code>hproperty:but-emphasize-flag</code> is set to
‘<samp>t</samp>’,
+<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 ‘<samp class="samp">t</samp>’,
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>
-<a name="Hyperbole-Key-Bindings"></a>
-<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> [<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Hyperbole-Key-Bindings-1"></a>
-<h2 class="appendix">Appendix C Hyperbole Key Bindings</h2>
+<h2 class="appendix" id="Hyperbole-Key-Bindings-1">Appendix C Hyperbole Key
Bindings</h2>
-<a name="index-key-binding-list"></a>
+<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’s
default key bindings. User-specific Hyperbole key binding customizations
override Hyperbole’s defaults.
-</p><table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">• <a
href="#Binding-Minibuffer-Menu-Items" accesskey="1">Binding Minibuffer Menu
Items</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Default-Hyperbole-Bindings"
accesskey="2">Default Hyperbole Bindings</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Testing"
accesskey="3">Testing</a>:</td><td> </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>
-<a name="Binding-Minibuffer-Menu-Items"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Binding-Minibuffer-Menu-Items-1"></a>
-<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>
-<a name="index-binding-keys"></a>
-<a name="index-minibuffer-menu-bindings"></a>
-<a name="index-hyperbole_002dset_002dkey"></a>
-<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>
-<a name="Default-Hyperbole-Bindings"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Default-Hyperbole-Bindings-1"></a>
-<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’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"><a name="image_003aChange_002dKey_002dBindings"></a>
+<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>
-<a name="index-hyperbole_002dmode_002dmap"></a>
-<a name="index-key-bindings"></a>
-<a name="index-minor-mode_002c-keymap"></a>
+<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’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’s minor mode
-keymap, <code>hyperbole-mode-map</code>.
+keymap, <code class="code">hyperbole-mode-map</code>.
</p>
-<dl compact="compact">
-<dd><a name="index-key-binding_002c-M_002dRET"></a>
-<a name="index-M_002dRET-2"></a>
+<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.
-<a name="index-C_002du-M_002dRET-1"></a>
+<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>
-<a name="index-key-binding_002c-C_002dc-_005c"></a>
-<a name="index-C_002dc-_005c-1"></a>
+<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>
-<a name="index-C_002dc-_002f-1"></a>
-<a name="index-C_002dh-h-f-w-1"></a>
-<a name="index-menu_002c-Find_002fWeb-1"></a>
-<a name="index-menu_002c-Web-2"></a>
-<a name="index-searching-the-web-1"></a>
-<a name="index-web-search-menu-1"></a>
-<a name="index-C_002dc-_002f-2"></a>
+<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-1"></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>
-<a name="index-C_002dc-_0040"></a>
-<a name="index-key-binding_002c-C_002dc-_0040"></a>
-<a name="index-windows-grid-1"></a>
-<a name="index-grid-of-windows-1"></a>
-<a name="index-C_002dh-h-h"></a>
-<a name="index-restore-frame-configuration"></a>
-<a name="index-frame-configuration_002c-restore"></a>
-<a name="index-restore-window-configuration"></a>
-<a name="index-window-configuration_002c-restore"></a>
-<a name="index-C_002dc-_0040-1"></a>
-</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
@@ -10156,51 +9299,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>
-<a name="index-key-binding_002c-M_002do"></a>
-<a name="index-M_002do-1"></a>
+<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>
-<a name="index-key-binding_002c-C_002dh-h"></a>
-<a name="index-C_002dh-h-2"></a>
+<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><a name="index-C_002dh-h-X-2"></a>
-</dd>
-<dt><kbd>{C-h h X}</kbd></dt>
-<dd><a name="index-Hyperbole-minibuffer-menu-1"></a>
-<a name="index-enable-Hyperbole-1"></a>
-<a name="index-disable-Hyperbole-1"></a>
+<dt id='index-C_002dh-h-X-2'><span><kbd class="kbd">{C-h h}</kbd><a
class="copiable-link" href='#index-C_002dh-h-X-2'> ¶</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'>
¶</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>
-<a name="index-key-binding_002c-C_002dh-A"></a>
-<a name="index-key-binding_002c-C_002du-C_002dh-A"></a>
-<a name="index-C_002dh-A-1"></a>
+<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.
-<a name="index-C_002du-C_002dh-A-1"></a>
+<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>
-<a name="index-key-binding_002c-C_002dc-RET"></a>
-<a name="index-C_002dc-RET-1"></a>
+<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
@@ -10208,94 +9348,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>
-<a name="index-key-binding_002c-C_002dc-_002e"></a>
-<a name="index-C_002dc-_002e-2"></a>
+<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>
-<a name="index-key-binding_002c-M_002dw"></a>
-<a name="index-mark_002deven_002dif_002dinactive"></a>
-<a name="index-hui_002dkill_002dring_002dsave"></a>
-<a name="index-M_002dw-1"></a>
-</dd>
-<dt><kbd>{M-w}</kbd></dt>
-<dd><a name="index-copying-things-to-kill-ring"></a>
-<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'> ¶</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>
-<a name="index-key-binding_002c-C_002dx-r-s"></a>
-<a name="index-C_002dx-r-s-1"></a>
+<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><a name="index-copying-things-to-registers"></a>
-<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'>
¶</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>
-<a name="index-hkey_002dinit"></a>
-<a name="index-disable-hyperbole-key-bindings"></a>
-<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 ‘<samp>t</samp>’ (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 ‘<samp class="samp">t</samp>’ (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>
-<a name="index-file_002c-_002eemacs-4"></a>
-<a name="index-hyperbole_002dmode-1"></a>
-<a name="index-mouse-key-toggle"></a>
-<a name="index-Smart-Mouse-Key-toggle"></a>
+<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 "\C-ct"
'hyperbole-mode)))</code>.
</p>
<hr>
-<a name="Testing"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Testing-1"></a>
-<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:
@@ -10310,192 +9448,193 @@ Example uses with a press of the Action Key:
</pre></div>
<hr>
-<a name="Koutliner-Keys"></a>
-<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> [<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Koutliner-Keys-1"></a>
-<h2 class="appendix">Appendix D Koutliner Keys</h2>
+<h2 class="appendix" id="Koutliner-Keys-1">Appendix D Koutliner Keys</h2>
-<a name="index-outliner-keys"></a>
+<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>
-<a name="index-kfile_003awrite"></a>
+<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>
-<a name="index-klink_003acreate-1"></a>
+<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 "filename,
cell-ref".
-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>
-<a name="index-kotl_002dmode_003aadd_002dcell"></a>
+<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 >= 0, as
child
-if equal to universal argument, <kbd>{C-u}</kbd>, and as sibling of current
cell’s
+if equal to universal argument, <kbd class="kbd">{C-u}</kbd>, and as sibling
of current cell’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>
-<a name="index-kotl_002dmode_003aadd_002dchild"></a>
+<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>
-<a name="index-kotl_002dmode_003aadd_002dparent"></a>
+<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’s
parent.
</p>
-<a name="index-kotl_002dmode_003aappend_002dcell"></a>
+<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>
-<a name="index-kotl_002dmode_003aback_002dto_002dindentation"></a>
+<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>
-<a name="index-kotl_002dmode_003abackward_002dcell"></a>
+<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>
-<a name="index-kotl_002dmode_003abackward_002dchar"></a>
+<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>
-<a name="index-kotl_002dmode_003abackward_002dkill_002dword"></a>
+<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>
-<a name="index-kotl_002dmode_003abackward_002dsentence"></a>
+<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>
-<a name="index-kotl_002dmode_003abackward_002dword"></a>
+<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>
-<a name="index-kotl_002dmode_003abeginning_002dof_002dbuffer"></a>
+<a class="index-entry-id"
id="index-kotl_002dmode_003abeginning_002dof_002dbuffer"></a>
</dd>
-<dt><code>kotl-mode:beginning-of-buffer <kbd>{M-<}</kbd></code></dt>
+<dt><code class="code">kotl-mode:beginning-of-buffer <kbd
class="kbd">{M-<}</kbd></code></dt>
<dd><p>Move point to beginning of buffer and return point.
</p>
-<a name="index-kotl_002dmode_003abeginning_002dof_002dcell"></a>
+<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>
-<a name="index-kotl_002dmode_003abeginning_002dof_002dline"></a>
+<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>
-<a name="index-kotl_002dmode_003abeginning_002dof_002dtree"></a>
+<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’s tree.
Leave point at the start of the cell.
</p>
-<a name="index-kotl_002dmode_003acell_002dhelp"></a>
+<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’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 > 1, print the visible tree rooted at CELL-REF;
If < 1, print all visible cells in current view
(In this last case, CELL-REF is not used).
</pre></div>
-<a name="index-kotl_002dmode_003acell_002dattributes"></a>
-<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>
-<a name="index-kotl_002dmode_003acenter_002dline"></a>
-<a name="index-fill_002dcolumn"></a>
+<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>
-<a name="index-kotl_002dmode_003acenter_002dparagraph"></a>
+<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>
-<a name="index-kotl_002dmode_003acopy_002dafter"></a>
+<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>
-<a name="index-kotl_002dmode_003acopy_002dbefore"></a>
+<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’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>
-<a
name="index-kotl_002dmode_003acopy_002dtree_002dor_002dregion_002dto_002dbuffer"></a>
+<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>
-<a name="index-kotl_002dmode_003acopy_002dto_002dregister"></a>
+<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>
-<a name="index-kotl_002dmode_003adelete_002dbackward_002dchar"></a>
+<a class="index-entry-id"
id="index-kotl_002dmode_003adelete_002dbackward_002dchar"></a>
</dd>
-<dt><code>kotl-mode:delete-backward-char <kbd>{<span
class="key">DEL</span>}</kbd></code></dt>
+<dt><code class="code">kotl-mode:delete-backward-char <kbd class="kbd">{<kbd
class="key">DEL</kbd>}</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>
-<a name="index-kotl_002dmode_003adelete_002dblank_002dlines"></a>
+<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.
@@ -10503,148 +9642,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>
-<a name="index-kotl_002dmode_003adelete_002dchar"></a>
+<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>
-<a name="index-kotl_002dmode_003adelete_002dindentation"></a>
+<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>
-<a name="index-kotl_002dmode_003ademote_002dtree"></a>
+<a class="index-entry-id" id="index-kotl_002dmode_003ademote_002dtree"></a>
</dd>
-<dt><code>kotl-mode:demote-tree <kbd>{<span
class="key">TAB</span>}</kbd></code></dt>
+<dt><code class="code">kotl-mode:demote-tree <kbd class="kbd">{<kbd
class="key">TAB</kbd>}</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>
-<a name="index-kotl_002dmode_003adown_002dlevel"></a>
+<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>
-<a name="index-kotl_002dmode_003aend_002dof_002dbuffer"></a>
+<a class="index-entry-id"
id="index-kotl_002dmode_003aend_002dof_002dbuffer"></a>
</dd>
-<dt><code>kotl-mode:end-of-buffer <kbd>{M->}</kbd></code></dt>
+<dt><code class="code">kotl-mode:end-of-buffer <kbd
class="kbd">{M->}</kbd></code></dt>
<dd><p>Move point to the end of buffer and return point.
</p>
-<a name="index-kotl_002dmode_003aend_002dof_002dcell"></a>
+<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>
-<a name="index-kotl_002dmode_003aend_002dof_002dline"></a>
+<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>
-<a name="index-kotl_002dmode_003aend_002dof_002dtree"></a>
+<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>
-<a name="index-kotl_002dmode_003aexample"></a>
+<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>
-<a name="index-kotl_002dmode_003aexchange_002dcells"></a>
+<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’t move
point.
</p>
-<a name="index-kotl_002dmode_003afill_002dcell"></a>
+<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>
-<a name="index-kotl_002dmode_003afill_002dparagraph"></a>
+<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>
-<a name="index-kotl_002dmode_003afill_002dtree"></a>
+<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>
-<a name="index-kotl_002dmode_003afirst_002dsibling"></a>
+<a class="index-entry-id" id="index-kotl_002dmode_003afirst_002dsibling"></a>
</dd>
-<dt><code>kotl-mode:first-sibling <kbd>{C-c <}</kbd></code></dt>
+<dt><code class="code">kotl-mode:first-sibling <kbd class="kbd">{C-c
<}</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>
-<a name="index-kotl_002dmode_003afkey_002dbackward_002dchar"></a>
+<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>
-<a name="index-kotl_002dmode_003afkey_002dforward_002dchar"></a>
+<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>
-<a name="index-kotl_002dmode_003afkey_002dnext_002dline"></a>
+<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>
-<a name="index-kotl_002dmode_003afkey_002dprevious_002dline"></a>
+<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>
-<a name="index-kotl_002dmode_003aforward_002dcell"></a>
+<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>
-<a name="index-kotl_002dmode_003aforward_002dchar"></a>
+<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>
-<a name="index-kotl_002dmode_003aforward_002dpara"></a>
+<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>
-<a name="index-kotl_002dmode_003aforward_002dparagraph"></a>
+<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>
-<a name="index-kotl_002dmode_003aforward_002dsentence"></a>
+<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>
-<a name="index-kotl_002dmode_003aforward_002dword"></a>
+<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>
-<a name="index-kotl_002dmode_003agoto_002dcell"></a>
+<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>
@@ -10652,75 +9791,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>
-<a name="index-kotl_002dmode_003ahide_002dsublevels-1"></a>
+<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>
-<a name="index-kotl_002dmode_003ahide_002dsubtree"></a>
+<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>
-<a name="index-kotl_002dmode_003ahide_002dtree-1"></a>
+<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>
-<a name="index-kotl_002dmode_003aindent_002dline"></a>
+<a class="index-entry-id" id="index-kotl_002dmode_003aindent_002dline"></a>
</dd>
-<dt><code>kotl-mode:indent-line <kbd>{<span
class="key">TAB</span>}</kbd></code></dt>
+<dt><code class="code">kotl-mode:indent-line <kbd class="kbd">{<kbd
class="key">TAB</kbd>}</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 ‘kotl-mode:indent-tabs-mode’ for
details
on when tabs are used for indenting.
</p>
-<a name="index-kotl_002dmode_003aindent_002dregion"></a>
+<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>
-<a name="index-kimport_003ainsert_002dfile"></a>
+<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>
-<a name="index-kimport_003ainsert_002dregister"></a>
+<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>
-<a name="index-kotl_002dmode_003ajust_002done_002dspace"></a>
+<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>
-<a name="index-kotl_002dmode_003akill_002dcontents"></a>
+<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>
-<a name="index-kotl_002dmode_003akill_002dline"></a>
+<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>
-<a name="index-kotl_002dmode_003akill_002dregion"></a>
+<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’t
kill it. With COPY-P any other non-nil value, return region as a
@@ -10728,7 +9867,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
@@ -10736,42 +9875,42 @@ signaled.
</p>
<p>If a completion is active, this aborts the completion only.
</p>
-<a name="index-kotl_002dmode_003akill_002dring_002dsave"></a>
+<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>
-<a name="index-kotl_002dmode_003akill_002dsentence"></a>
+<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>
-<a name="index-kotl_002dmode_003akill_002dtree-1"></a>
+<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>
-<a name="index-kotl_002dmode_003akill_002dword"></a>
+<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>
-<a name="index-kotl_002dmode_003alast_002dsibling"></a>
+<a class="index-entry-id" id="index-kotl_002dmode_003alast_002dsibling"></a>
</dd>
-<dt><code>kotl-mode:last-sibling <kbd>{C-c >}</kbd></code></dt>
+<dt><code class="code">kotl-mode:last-sibling <kbd class="kbd">{C-c
>}</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>
-<a name="index-kotl_002dmode_003amail_002dtree"></a>
+<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 "0" for whole
outline buffer.
</p>
-<a name="index-kotl_002dmode_003amove_002dafter"></a>
+<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.
@@ -10779,9 +9918,9 @@ With optional COPY-P, copy tree rather than moving it.
</p>
<p>Leave point at original location but return the tree’s new start
point.
</p>
-<a name="index-kotl_002dmode_003amove_002dbefore"></a>
+<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’s parent, otherwise make it the preceding sibling of
@@ -10789,167 +9928,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’s new start
point.
</p>
-<a name="index-kotl_002dmode_003anewline"></a>
+<a class="index-entry-id" id="index-kotl_002dmode_003anewline"></a>
</dd>
-<dt><code>kotl-mode:newline <kbd>{<span
class="key">RET</span>}</kbd></code></dt>
+<dt><code class="code">kotl-mode:newline <kbd class="kbd">{<kbd
class="key">RET</kbd>}</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>
-<a name="index-kotl_002dmode_003anext_002dcell"></a>
+<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>
-<a name="index-kotl_002dmode_003anext_002dline"></a>
+<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>
-<a name="index-kotl_002dmode_003aopen_002dline"></a>
+<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>
-<a name="index-kotl_002dmode_003aoverview-1"></a>
+<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>
-<a name="index-kotl_002dmode_003aprevious_002dcell"></a>
+<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>
-<a name="index-kotl_002dmode_003aprevious_002dline"></a>
+<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>
-<a name="index-kotl_002dmode_003apromote_002dtree"></a>
+<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>
-<a name="index-kotl_002dmode_003ascroll_002ddown"></a>
+<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>
-<a name="index-kotl_002dmode_003ascroll_002dup"></a>
+<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>
-<a name="index-kotl_002dmode_003aset_002dcell_002dattribute"></a>
+<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>
-<a name="index-kotl_002dmode_003aset_002dfill_002dprefix"></a>
+<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>
-<a name="index-kotl_002dmode_003ashow_002dall-1"></a>
+<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>
-<a name="index-kotl_002dmode_003ashow_002dsubtree"></a>
+<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>
-<a name="index-kotl_002dmode_003ashow_002dtree-1"></a>
+<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>
-<a name="index-kotl_002dmode_003asplit_002dcell"></a>
+<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>
-<a name="index-kotl_002dmode_003atop_002dcells-1"></a>
+<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>
-<a name="index-kotl_002dmode_003atranspose_002dcells"></a>
+<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>
-<a name="index-kotl_002dmode_003atranspose_002dchars"></a>
+<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>
-<a name="index-kotl_002dmode_003atranspose_002dlines"></a>
+<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>
-<a name="index-kotl_002dmode_003atranspose_002dwords"></a>
+<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>
-<a name="index-kotl_002dmode_003aup_002dlevel"></a>
+<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>
-<a name="index-kotl_002dmode_003ayank"></a>
+<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>
-<a name="index-kotl_002dmode_003ayank_002dpop"></a>
+<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.
@@ -10959,37 +10098,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>
-<a name="index-kotl_002dmode_003azap_002dto_002dchar"></a>
+<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>
-<a name="index-kview_003aset_002dlabel_002dseparator"></a>
+<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>
-<a name="index-kview_003aset_002dlabel_002dtype"></a>
+<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’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>
-<a name="index-kvspec_003aactivate-1"></a>
+<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
-‘<samp><<code>${hyperb:dir}</code>/kotl/EXAMPLE.kotl,
2b17=048></samp>’ for details
+‘<samp class="samp"><<code
class="code">${hyperb:dir}</code>/kotl/EXAMPLE.kotl, 2b17=048></samp>’
for details
on valid view specs.
</p>
-<a name="index-kvspec_003atoggle_002dblank_002dlines-1"></a>
+<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>
@@ -10997,17 +10136,17 @@ on valid view specs.
<hr>
-<a name="Smart-Key-Reference"></a>
-<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> [<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-Reference-1"></a>
-<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’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.
@@ -11020,26 +10159,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">• <a href="#Smart-Mouse-Keys"
accesskey="1">Smart Mouse Keys</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Smart-Keyboard-Keys"
accesskey="2">Smart Keyboard Keys</a>:</td><td> </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>
-<a name="Smart-Mouse-Keys"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Mouse-Keys-1"></a>
-<h3 class="section">E.1 Smart Mouse Keys</h3>
+<h3 class="section" id="Smart-Mouse-Keys-1">E.1 Smart Mouse Keys</h3>
-<a name="index-Smart-Mouse-Keys"></a>
+<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
@@ -11048,76 +10184,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">• <a href="#Minibuffer-Menu-Activation"
accesskey="1">Minibuffer Menu Activation</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Thing-Selection"
accesskey="2">Thing Selection</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Side_002dby_002dSide-Window-Resizing" accesskey="3">Side-by-Side Window
Resizing</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Modeline-Clicks-and-Drags"
accesskey="4">Modeline Clicks and Drags</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Mouse-Drags-between-Windows" accesskey="5">Smart Mouse Drags
between Windows</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Mouse-Drags-within-a-Window" accesskey="6">Smart Mouse Drags
within a Window</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Mouse-Drags-outside-a-Window" accesskey="7">Smart Mouse Drags
outside a Window</a>:</td><td> </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>
-<a name="Minibuffer-Menu-Activation"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Minibuffer-Menu-Activation-1"></a>
-<h4 class="subsection">E.1.1 Minibuffer Menu Activation</h4>
-
-<a name="index-menu_002c-top_002dlevel-1"></a>
-<a name="index-minibuffer-menu-1"></a>
-<a name="index-buffer-menu-1"></a>
-<a name="index-minibuffer_002c-buffer-menu"></a>
-<a name="index-minibuffer_002c-default-actions"></a>
-<a name="index-jump-menu-1"></a>
-<a name="index-minibuffer_002c-jump-menu"></a>
-<a name="index-inactive-minibuffer"></a>
-<a name="index-action_002dkey_002dminibuffer_002dfunction"></a>
-<a name="index-assist_002dkey_002dminibuffer_002dfunction"></a>
+<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>
-<a name="Thing-Selection"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Thing-Selection-1"></a>
-<h4 class="subsection">E.1.2 Thing Selection</h4>
-
-<a name="index-thing"></a>
-<a name="index-list"></a>
-<a name="index-comment"></a>
-<a name="index-string"></a>
-<a name="index-array"></a>
-<a name="index-vector"></a>
-<a name="index-set"></a>
-<a name="index-function"></a>
-<a name="index-markup-pair"></a>
+<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:
@@ -11125,20 +10253,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>
-<a name="index-Smart-Mouse-Key"></a>
-<a name="index-Action-Mouse-Key"></a>
-<a name="index-Assist-Mouse-Key"></a>
-<a name="index-drag-3"></a>
-<a name="index-copy-and-yank"></a>
-<a name="index-kill-and-yank"></a>
-<a name="index-yanking"></a>
-<a name="index-pasting-a-region"></a>
-<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-3"></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. <div>
@@ -11160,39 +10288,39 @@ the first line of the thing.
to use and indispensable.
</p>
<hr>
-<a name="Side_002dby_002dSide-Window-Resizing"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Side_002dby_002dSide-Window-Resizing-1"></a>
-<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>
-<a name="index-drag_002c-side-edge"></a>
-<a name="index-side-drag"></a>
+<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>
-<a name="Modeline-Clicks-and-Drags"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Modeline-Clicks-and-Drags-1"></a>
-<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>
-<a name="index-click_002c-modeline"></a>
-<a name="index-modeline-click"></a>
-<a name="index-modeline-drag"></a>
-<a name="index-action_002dkey_002dmodeline_002dfunction-1"></a>
-<a name="index-assist_002dkey_002dmodeline_002dfunction-1"></a>
+<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’s modeline,
the window’s buffer is buried (placed at the bottom of the
@@ -11205,7 +10333,7 @@ Next: <a href="#Smart-Mouse-Drags-between-Windows"
accesskey="n" rel="next">Smar
on the current directory, replacing the window’s buffer;
successive clicks walk up the directory tree
(4) clicked anywhere within the middle of a window’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
@@ -11215,14 +10343,14 @@ Next: <a href="#Smart-Mouse-Drags-between-Windows"
accesskey="n" rel="next">Smar
window, duplicate the modeline’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’s modeline,
the bottom buffer in the buffer list is unburied and placed in
the window;
@@ -11233,7 +10361,7 @@ Next: <a href="#Smart-Mouse-Drags-between-Windows"
accesskey="n" rel="next">Smar
(3) clicked on the buffer id of a window’s modeline, the next
buffer in sequence is displayed in the window;
(4) clicked anywhere within the middle of a window’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
@@ -11242,18 +10370,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
@@ -11262,40 +10390,40 @@ 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>
-<a name="Smart-Mouse-Drags-between-Windows"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Mouse-Drags-between-Windows-1"></a>
-<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>
-<a name="index-active-region"></a>
-<a name="index-copy-and-yank-1"></a>
-<a name="index-kill-and-yank-1"></a>
-<a name="index-yanking-1"></a>
-<a name="index-pasting-a-region-1"></a>
+<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 AND ASSIST KEYS
(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.
If the drag start position is within a button, displays the button
referent 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. Action Key creates an explicit
button;
@@ -11304,33 +10432,33 @@ Next: <a href="#Smart-Mouse-Drags-within-a-Window"
accesskey="n" rel="next">Smar
In Hyperbole versions prior to 9, Assist Key drags between windows
would
swap buffers. In version 9 and above, start or end the drag between
windows on a modeline to get this same behavior.
-</pre></div>
+</pre></div></div>
<hr>
-<a name="Smart-Mouse-Drags-within-a-Window"></a>
-<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Mouse-Drags-within-a-Window-1"></a>
-<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>
-<a name="index-active-region-1"></a>
-<a name="index-region_002c-active"></a>
-<a name="index-drag_002c-with-region-1"></a>
+<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>
-<a name="index-drag_002c-horizontal-1"></a>
-<a name="index-horizontal-drag-1"></a>
-<a name="index-hmouse_002dx_002ddrag_002dsensitivity"></a>
+<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
@@ -11338,13 +10466,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>
-<a name="index-drag_002c-vertical-1"></a>
-<a name="index-vertical-drag-1"></a>
-<a name="index-hmouse_002dy_002ddrag_002dsensitivity"></a>
+<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
@@ -11352,14 +10480,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>
-<a name="index-drag_002c-diagonal-1"></a>
-<a name="index-diagonal-drag-1"></a>
-<a name="index-hmouse_002dx_002ddiagonal_002dsensitivity"></a>
-<a name="index-hmouse_002dy_002ddiagonal_002dsensitivity"></a>
+<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
(‘hmouse-x-diagonal-sensitivity’ and
‘hmouse-y-diagonal-sensitivity’ set
the minimal diagonal movements which register a drag):
ACTION KEY
@@ -11368,187 +10496,137 @@ 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>
-<a name="Smart-Mouse-Drags-outside-a-Window"></a>
-<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Mouse-Drags-outside-a-Window-1"></a>
-<h4 class="subsection">E.1.7 Smart Mouse Drags outside a Window</h4>
-
-<a name="index-hmouse_002ddrag_002ditem_002dmode_002dforms"></a>
-<a name="index-hycontrol_002dkeep_002dwindow_002dflag-1"></a>
-<a name="index-dragging-items"></a>
-<a name="index-dragging-outside-Emacs"></a>
-<a name="index-window_002c-clone-2"></a>
-<a name="index-clone-window-2"></a>
-<a name="index-window_002c-move"></a>
-<a name="index-move-window"></a>
+<h4 class="subsection" id="Smart-Mouse-Drags-outside-a-Window-1">E.1.7 Smart
Mouse Drags outside a Window</h4>
+
+<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>
-<a name="Smart-Keyboard-Keys"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Keyboard-Keys-1"></a>
-<h3 class="section">E.2 Smart Keyboard Keys</h3>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Company-Mode" accesskey="1">Smart Key - Company
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Smart-Key-_002d-Org-Mode"
accesskey="2">Smart Key - Org Mode</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Smart-Key-_002d-Ivy"
accesskey="3">Smart Key - Ivy</a>:</td><td> </td><td align="left"
valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a href="#Smart-Key-_002d-Treemacs"
accesskey="4">Smart Key - Treemacs</a>:</td><td> </td><td
align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Dired-Sidebar-Mode" accesskey="5">Smart Key - Dired
Sidebar Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Emacs-Pushbuttons" accesskey="6">Smart Key - Emacs
Pushbuttons</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Argument-Completion" accesskey="7">Smart Key - Argument
Completion</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-ID-Edit-Mode" accesskey="8">Smart Key - ID Edit
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029"
accesskey="9">Smart Key - Emacs Cross-references
(Xrefs)</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart
Scrolling</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Smart-Menus">Smart Key - Smart
Menus</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Dired-Mode">Smart Key - Dired
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Hyperbole-Buttons">Smart Key - Hyperbole
Buttons</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-View-Mode">Smart Key - View
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Helm-Mode">Smart Key - Helm
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Delimited-Things">Smart Key - Delimited
Things</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-The-Koutliner">Smart Key - The
Koutliner</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-RDB-Mode">Smart Key - RDB
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Help-Buffers">Smart Key - Help
Buffers</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Custom-Mode">Smart Key - Custom
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Bookmark-Mode">Smart Key - Bookmark
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Pages-Directory-Mode">Smart Key - Pages Directory
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Python-Source-Code">Smart Key - Python Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-C-Source-Code">Smart Key - C Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-C_002b_002b-Source-Code">Smart Key - C++ Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Assembly-Source-Code">Smart Key - Assembly Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Lisp-Source-Code">Smart Key - Lisp Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Java-Source-Code">Smart Key - Java Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-JavaScript-Source-Code">Smart Key - JavaScript Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Objective_002dC-Source-Code">Smart Key - Objective-C
Source Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Fortran-Source-Code">Smart Key - Fortran Source
Code</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Identifier-Menu-Mode">Smart Key - Identifier Menu Mode
</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Occurrence-Matches">Smart Key - Occurrence
Matches</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Calendar-Mode">Smart Key - Calendar
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Man-Page-Apropos">Smart Key - Man Page
Apropos</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs Outline
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Info-Manuals">Smart Key - Info
Manuals</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Email-Readers">Smart Key - Email
Readers</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-GNUS-Newsreader">Smart Key - GNUS
Newsreader</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Buffer-Menus">Smart Key - Buffer
Menus</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Tar-File-Mode">Smart Key - Tar File
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Man-Pages">Smart Key - Man
Pages</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW
URLs</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-HyRolo-Match-Buffers">Smart Key - HyRolo Match
Buffers</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Image-Thumbnails">Smart Key - Image
Thumbnails</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Gomoku-Game">Smart Key - Gomoku
Game</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Magit-Mode">Smart Key - Magit
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-The-OO_002dBrowser">Smart Key - The
OO-Browser</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Todotxt-Mode">Smart Key - Todotxt
Mode</a>:</td><td> </td><td align="left" valign="top">
-</td></tr>
-<tr><td align="left" valign="top">• <a
href="#Smart-Key-_002d-Default-Context">Smart Key - Default
Context</a>:</td><td> </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-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-Identifier-Menu-Mode">Smart Key - Identifier
Menu Mode</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>
-<a name="Smart-Key-_002d-Company-Mode"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Company-Mode-1"></a>
-<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>
-<a name="index-company_002dmode"></a>
-<a name="index-completion-2"></a>
+<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’s definition.
ASSIST KEY
Displays the documentation, if any, for the selected item.
-</pre></div>
+</pre></div></div>
<hr>
-<a name="Smart-Key-_002d-Org-Mode"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Org-Mode-1"></a>
-<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>
-<a name="index-hsys_002dorg_002denable_002dsmart_002dkeys-1"></a>
-<a name="index-Org-mode"></a>
+<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) If on an Org todo keyword, cycle through the keywords in
that set or if final done keyword, remove it.
@@ -11569,17 +10647,17 @@ Next: <a href="#Smart-Key-_002d-Ivy" accesskey="n"
rel="next">Smart Key - Ivy</a
(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>{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>.
(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 <kbd>{M-<span class="key">RET</span>}</kbd>,
<code>org-meta-return</code>.
-</pre></div>
+ standard binding of <kbd class="kbd">{M-<kbd
class="key">RET</kbd>}</kbd>, <code class="code">org-meta-return</code>.
+</pre></div></div>
<div class="format">
-<pre class="format"> When the ASSIST KEY is pressed, it behaves just like
the Action Key except
+<div class="group"><pre class="format-preformatted"> 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
@@ -11599,83 +10677,83 @@ Next: <a href="#Smart-Key-_002d-Ivy" accesskey="n"
rel="next">Smart Key - Ivy</a
(6) Not on a Hyperbole button but on an Org mode heading, cycle
through views of the whole buffer outline.
-</pre></div>
+</pre></div></div>
-<a name="index-Org-ID"></a>
-<a name="index-Org-link_002c-outside-Org"></a>
-<a name="index-ibtypes-org_002did"></a>
-<a name="index-ibtypes-org_002dlink_002doutside_002dorg_002dmode"></a>
+<a class="index-entry-id" id="index-Org-ID"></a>
+<a class="index-entry-id" id="index-Org-link_002c-outside-Org"></a>
+<a class="index-entry-id" id="index-ibtypes-org_002did"></a>
+<a class="index-entry-id"
id="index-ibtypes-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>.
Org Roam and Org IDs may be activated as hyperbuttons outside of Org mode
buffers.
-They are handled by the separate implicit button type, <code>org-id</code>.
+They are handled by the separate implicit button type, <code
class="code">org-id</code>.
</p>
<hr>
-<a name="Smart-Key-_002d-Ivy"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Ivy-1"></a>
-<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>
-<a name="index-Ivy-completion"></a>
-<a name="index-completion_002c-Ivy"></a>
+<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>
-<a name="Smart-Key-_002d-Treemacs"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Treemacs-1"></a>
-<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>
-<a name="index-Treemacs-1"></a>
+<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-Items">Displaying Items</a>.
+See <a class="xref" href="#Displaying-Items">Displaying 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>
-<a name="Smart-Key-_002d-Dired-Sidebar-Mode"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Dired-Sidebar-Mode-1"></a>
-<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>
-<a name="index-dired_002dsidebar_002dmode"></a>
+<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
@@ -11689,46 +10767,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>
-<a name="Smart-Key-_002d-Emacs-Pushbuttons"></a>
-<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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Emacs-Pushbuttons-1"></a>
-<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>
-<a name="Smart-Key-_002d-Argument-Completion"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Argument-Completion-1"></a>
-<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>
-<a name="index-Smart-Keyboard-Keys"></a>
+<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>
-<a name="index-completion-3"></a>
+<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
@@ -11737,92 +10815,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>
-<a name="Smart-Key-_002d-ID-Edit-Mode"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-ID-Edit-Mode-1"></a>
-<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>
-<a name="Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029-1"></a>
-<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>
-<a name="Smart-Key-_002d-Smart-Scrolling"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Smart-Scrolling-1"></a>
-<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>
-<a name="index-smart_002dscroll_002dproportional"></a>
-<a name="index-proportional-scrolling-1"></a>
-<a name="index-scrolling-1"></a>
-<a name="index-click_002c-end-of-line"></a>
-<a name="index-end-of-line-click"></a>
-<a name="index-action_002dkey_002deol_002dfunction"></a>
-<a name="index-assist_002dkey_002deol_002dfunction"></a>
+<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>
-<a name="Smart-Key-_002d-Smart-Menus"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Smart-Menus-1"></a>
-<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’ own dumb terminal menu support. They
@@ -11831,43 +10909,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’ own menus):
ACTION KEY
Activates the item.
ASSIST KEY
Displays help for the item.
-</pre></div>
+</pre></div></div>
-<a name="index-hkey_002dalways_002ddisplay_002dmenu"></a>
-<a name="index-Smart-Menu"></a>
+<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
‘hkey-always-display-menu’ 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>
-<a name="Smart-Key-_002d-Dired-Mode"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Dired-Mode-1"></a>
-<h4 class="subsection">E.2.12 Smart Key - Dired Mode</h4>
-<a name="index-click_002c-dired"></a>
-<a name="index-drag_002c-dired"></a>
-<a name="index-dired-browsing"></a>
-<a name="index-DisplayHere-mode"></a>
+<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
@@ -11877,74 +10955,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>
-<a name="Smart-Key-_002d-Hyperbole-Buttons"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Hyperbole-Buttons-1"></a>
-<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>
-<a name="index-click_002c-button"></a>
-<a name="index-button-click"></a>
+<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>
-<a name="Smart-Key-_002d-View-Mode"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-View-Mode-1"></a>
-<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>
-<a name="index-view-mode"></a>
+<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>
-<a name="Smart-Key-_002d-Helm-Mode"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Helm-Mode-1"></a>
-<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>
-<a name="index-helm_002dmode"></a>
-<a name="index-completion-4"></a>
+<a class="index-entry-id" id="index-helm_002dmode"></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’s first action and
@@ -11971,28 +11049,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’s action.
-</pre></div>
+</pre></div></div>
<hr>
-<a name="Smart-Key-_002d-Delimited-Things"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Delimited-Things-1"></a>
-<h4 class="subsection">E.2.16 Smart Key - Delimited Things</h4>
-
-<a name="index-thing-1"></a>
-<a name="index-list-1"></a>
-<a name="index-comment-1"></a>
-<a name="index-string-1"></a>
-<a name="index-array-1"></a>
-<a name="index-vector-1"></a>
-<a name="index-set-1"></a>
-<a name="index-function-1"></a>
-<a name="index-markup-pair-1"></a>
+<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:
@@ -12003,24 +11081,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.
-<a name="index-Smart-Mouse-Key-1"></a><a
name="index-Action-Mouse-Key-1"></a><a name="index-Assist-Mouse-Key-1"></a><a
name="index-drag-4"></a><a name="index-copy-and-yank-2"></a><a
name="index-kill-and-yank-2"></a><a name="index-yanking-2"></a><a
name="index-pasting-a-region-2"></a>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-4"></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>
-<a name="Smart-Key-_002d-The-Koutliner"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-The-Koutliner-1"></a>
-<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;
@@ -12031,9 +11109,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
@@ -12044,20 +11122,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>
-<a name="Smart-Key-_002d-RDB-Mode"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-RDB-Mode-1"></a>
-<h4 class="subsection">E.2.18 Smart Key - RDB Mode</h4>
-<a name="index-rdb_002dmode"></a>
-<a name="index-database"></a>
+<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’s full table is shown;
@@ -12068,106 +11146,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."
-</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."
-</pre></div>
+</pre></div></div>
<hr>
-<a name="Smart-Key-_002d-Help-Buffers"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Help-Buffers-1"></a>
-<h4 class="subsection">E.2.19 Smart Key - Help Buffers</h4>
-<a name="index-help-buffer"></a>
+<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>
-<a name="Smart-Key-_002d-Custom-Mode"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Custom-Mode-1"></a>
-<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>
-<a name="index-Custom-mode"></a>
+<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>
-<a name="Smart-Key-_002d-Bookmark-Mode"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Bookmark-Mode-1"></a>
-<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>
-<a name="Smart-Key-_002d-Pages-Directory-Mode"></a>
-<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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Pages-Directory-Mode-1"></a>
-<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>
-<a name="Smart-Key-_002d-Python-Source-Code"></a>
-<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-C-Source-Code" accesskey="n" rel="next">Smart
Key - C Source Code</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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Python-Source-Code-1"></a>
-<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:
@@ -12176,10 +11254,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 "etags" generated
@@ -12187,22 +11265,22 @@ within a Python buffer:
directories.
ASSIST KEY
Jumps to the next tag matching an identifier at point.
-</pre></div>
+</pre></div></div>
<hr>
-<a name="Smart-Key-_002d-C-Source-Code"></a>
-<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-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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-C-Source-Code-1"></a>
-<h4 class="subsection">E.2.24 Smart Key - C Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-C-Source-Code-1">E.2.24 Smart Key -
C Source Code</h4>
-<a name="index-smart_002dc_002dcpp_002dinclude_002dpath"></a>
-<a name="index-smart_002dc_002dinclude_002dpath"></a>
-<a name="index-smart_002dc_002duse_002dlib_002dman"></a>
+<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;
@@ -12219,21 +11297,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>
-<a name="Smart-Key-_002d-C_002b_002b-Source-Code"></a>
-<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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-C_002b_002b-Source-Code-1"></a>
-<h4 class="subsection">E.2.25 Smart Key - C++ Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-C_002b_002b-Source-Code-1">E.2.25
Smart Key - C++ Source Code</h4>
-<a name="index-c_002b_002b_002dcpp_002dinclude_002dpath"></a>
-<a name="index-c_002b_002b_002dinclude_002dpath"></a>
+<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
@@ -12252,10 +11330,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;
@@ -12272,20 +11350,20 @@ buffer:
displayed.
ASSIST KEY
Jumps to the next tag matching an identifier at point.
-</pre></div>
+</pre></div></div>
<hr>
-<a name="Smart-Key-_002d-Assembly-Source-Code"></a>
-<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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Assembly-Source-Code-1"></a>
-<h4 class="subsection">E.2.26 Smart Key - Assembly Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Assembly-Source-Code-1">E.2.26
Smart Key - Assembly Source Code</h4>
-<a name="index-smart_002dasm_002dinclude_002dpath"></a>
+<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;
@@ -12297,19 +11375,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>
-<a name="Smart-Key-_002d-Lisp-Source-Code"></a>
-<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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Lisp-Source-Code-1"></a>
-<h4 class="subsection">E.2.27 Smart Key - Lisp Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Lisp-Source-Code-1">E.2.27 Smart
Key - Lisp Source Code</h4>
<div class="format">
-<pre class="format"><a name="index-change_002dlog_002dmode"></a><a
name="index-lisp-identifier"></a><a name="index-elisp-identifier"></a>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, *Warnings*, *Flymake log* and *Flymake
diagnostics, help or change-log-mode buffers) on an Emacs Lisp bound
identifier:
@@ -12322,20 +11400,20 @@ 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>
-<a name="Smart-Key-_002d-Java-Source-Code"></a>
-<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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Java-Source-Code-1"></a>
-<h4 class="subsection">E.2.28 Smart Key - Java Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Java-Source-Code-1">E.2.28 Smart
Key - Java Source Code</h4>
-<a name="index-smart_002djava_002dpackage_002dpath"></a>
+<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:
@@ -12348,10 +11426,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
@@ -12365,19 +11443,19 @@ buffer:
directories.
ASSIST KEY
Jumps to the next tag matching an identifier at point.
-</pre></div>
+</pre></div></div>
<hr>
-<a name="Smart-Key-_002d-JavaScript-Source-Code"></a>
-<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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-JavaScript-Source-Code-1"></a>
-<h4 class="subsection">E.2.29 Smart Key - JavaScript Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-JavaScript-Source-Code-1">E.2.29
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 "etags" generated
@@ -12385,22 +11463,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>
-<a name="Smart-Key-_002d-Objective_002dC-Source-Code"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Objective_002dC-Source-Code-1"></a>
-<h4 class="subsection">E.2.30 Smart Key - Objective-C Source Code</h4>
+<h4 class="subsection"
id="Smart-Key-_002d-Objective_002dC-Source-Code-1">E.2.30 Smart Key -
Objective-C Source Code</h4>
-<a name="index-objc_002dcpp_002dinclude_002dpath"></a>
-<a name="index-objc_002dinclude_002dpath"></a>
+<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
@@ -12416,10 +11494,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:
@@ -12437,37 +11515,37 @@ OO-Browser):
is displayed.
ASSIST KEY
Jumps to the next tag matching an identifier at point.
-</pre></div>
+</pre></div></div>
<hr>
-<a name="Smart-Key-_002d-Fortran-Source-Code"></a>
-<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-Identifier-Menu-Mode" accesskey="n"
rel="next">Smart Key - Identifier Menu Mode</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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Fortran-Source-Code-1"></a>
-<h4 class="subsection">E.2.31 Smart Key - Fortran Source Code</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Fortran-Source-Code-1">E.2.31 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 "etags" generated tags file in the current
directory or any of its ancestor directories.
-</pre></div>
+</pre></div></div>
<hr>
-<a name="Smart-Key-_002d-Identifier-Menu-Mode"></a>
-<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-Occurrence-Matches" accesskey="n"
rel="next">Smart Key - Occurrence Matches</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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Identifier-Menu-Mode-1"></a>
-<h4 class="subsection">E.2.32 Smart Key - Identifier Menu Mode</h4>
+<h4 class="subsection" id="Smart-Key-_002d-Identifier-Menu-Mode-1">E.2.32
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’ imenu library
and it requires that an index of identifiers has been built for the
current buffer. Other handlers handle identifier references and
@@ -12479,34 +11557,34 @@ 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>
-<a name="Smart-Key-_002d-Occurrence-Matches"></a>
-<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-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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Occurrence-Matches-1"></a>
-<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>
-<a name="Smart-Key-_002d-Calendar-Mode"></a>
-<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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Calendar-Mode-1"></a>
-<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;
@@ -12521,18 +11599,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>
-<a name="Smart-Key-_002d-Man-Page-Apropos"></a>
-<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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Man-Page-Apropos-1"></a>
-<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;
@@ -12543,23 +11621,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>
-<a name="Smart-Key-_002d-Emacs-Outline-Mode"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Emacs-Outline-Mode-1"></a>
-<h4 class="subsection">E.2.36 Smart Key - Emacs Outline Mode</h4>
-<a name="index-selective_002ddisplay"></a>
-<a name="index-outline_002dmode"></a>
-<a name="index-outline_002dminor_002dmode"></a>
-<a name="index-outline_002dmode-1"></a>
-<a name="index-outline_002dminor_002dmode-1"></a>
+<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.
@@ -12571,7 +11649,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) at the end of a line, invokes <code>action-key-eol-function</code>,
+ (5) at the end of a line, 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,
@@ -12582,21 +11660,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) at the end of a line, invokes <code>assist-key-eol-function</code>,
+ (5) at the end of a line, invokes <code
class="code">assist-key-eol-function</code>,
typically to scroll down a windowful.
-</pre></div>
+</pre></div></div>
<hr>
-<a name="Smart-Key-_002d-Info-Manuals"></a>
-<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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Info-Manuals-1"></a>
-<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"><a name="index-click_002c-Info"></a><a
name="index-Info-browsing"></a><a name="index-Info_002dglobal_002dnext"></a><a
name="index-Info_002dglobal_002dprev"></a>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;
@@ -12609,9 +11687,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
@@ -12624,21 +11702,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>
-<a name="Smart-Key-_002d-Email-Readers"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Email-Readers-1"></a>
-<h4 class="subsection">E.2.38 Smart Key - Email Readers</h4>
-<a name="index-hmail_003areader"></a>
-<a name="index-hmail_003alister"></a>
+<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
‘hmail:reader’) or a mail summary (defined by
‘hmail:lister’) buffer:
ACTION KEY
(1) in a msg buffer within the first line of a message or at the
@@ -12651,9 +11729,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
@@ -12664,20 +11742,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>
-<a name="Smart-Key-_002d-GNUS-Newsreader"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-GNUS-Newsreader-1"></a>
-<h4 class="subsection">E.2.39 Smart Key - GNUS Newsreader</h4>
-<a name="index-click_002c-Gnus"></a>
-<a name="index-Gnus-browsing"></a>
+<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 ‘gnus-topic-mode’ is active, and on a topic line, the
topic is
@@ -12686,9 +11764,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 ‘gnus-topic-mode’ is active, and on a topic line, the
topic is
expanded or collapsed as needed;
@@ -12697,54 +11775,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>
-<a name="Smart-Key-_002d-Buffer-Menus"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Buffer-Menus-1"></a>
-<h4 class="subsection">E.2.40 Smart Key - Buffer Menus</h4>
-<a name="index-click_002c-buffer-menu"></a>
-<a name="index-buffer-menu-2"></a>
+<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;
@@ -12756,21 +11834,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>
-<a name="index-click_002c-ibuffer-menu"></a>
-<a name="index-ibuffer-menu-1"></a>
+<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;
@@ -12779,197 +11857,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>
-<a name="Smart-Key-_002d-Tar-File-Mode"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Tar-File-Mode-1"></a>
-<h4 class="subsection">E.2.41 Smart Key - Tar File Mode</h4>
-<a name="index-click_002c-tar"></a>
-<a name="index-tar-archive-browsing"></a>
-<a name="index-extracting-from-tar-files"></a>
+<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>
-<a name="Smart-Key-_002d-Man-Pages"></a>
-<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Man-Pages-1"></a>
-<h4 class="subsection">E.2.42 Smart Key - Man Pages</h4>
-<a name="index-man-page-references"></a>
-<a name="index-smart_002dman_002dc_002droutine_002dref"></a>
+<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 ‘smart-man-c-routine-ref’) 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>
-<a name="Smart-Key-_002d-WWW-URLs"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-WWW-URLs-1"></a>
-<h4 class="subsection">E.2.43 Smart Key - WWW URLs</h4>
-<a name="index-click_002c-world_002dwide-web"></a>
-<a name="index-W3"></a>
-<a name="index-URL-2"></a>
-<a name="index-browse_002durl_002dbrowser_002dfunction-3"></a>
-<a name="index-World_002dwide-Web-2"></a>
-<a name="index-WWW-2"></a>
-<a name="index-C_002dh-h-c-u-1"></a>
-<a name="index-menu_002c-Cust_002fURL_002dDisplay-1"></a>
+<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>
-<a name="Smart-Key-_002d-HyRolo-Match-Buffers"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-HyRolo-Match-Buffers-1"></a>
-<h4 class="subsection">E.2.44 Smart Key - HyRolo Match Buffers</h4>
-<a name="index-click_002c-hyrolo-matches"></a>
-<a name="index-hyrolo-matches"></a>
+<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>
-<a name="Smart-Key-_002d-Image-Thumbnails"></a>
-<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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Image-Thumbnails-1"></a>
-<h4 class="subsection">E.2.45 Smart Key - Image Thumbnails</h4>
-<a name="index-images"></a>
-<a name="index-thumbnails"></a>
-<a name="index-dired_002c-images"></a>
-<a name="index-image_002ddired_002dexternal_002dviewer"></a>
+<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>
-<a name="Smart-Key-_002d-Gomoku-Game"></a>
-<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Gomoku-Game-1"></a>
-<h4 class="subsection">E.2.46 Smart Key - Gomoku Game</h4>
-<a name="index-game_002c-gomoku"></a>
-<a name="index-gomoku"></a>
+<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>
-<a name="Smart-Key-_002d-Magit-Mode"></a>
-<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Magit-Mode-1"></a>
-<h4 class="subsection">E.2.47 Smart Key - Magit Mode</h4>
-<a name="index-git"></a>
-<a name="index-magit"></a>
-<a name="index-version-control-4"></a>
-<a name="index-hpath_003adisplay_002dwhere-3"></a>
+<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>."
-</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>."
+</pre></div></div>
<hr>
-<a name="Smart-Key-_002d-The-OO_002dBrowser"></a>
-<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>
[<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-The-OO_002dBrowser-1"></a>
-<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>
-<a name="index-OO_002dBrowser"></a>
-<a name="index-object_002doriented-code-browsing"></a>
+<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;
@@ -12984,10 +12062,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
@@ -13003,98 +12081,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>
-<a name="Smart-Key-_002d-Todotxt-Mode"></a>
-<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> [<a href="#SEC_Contents" title="Table
of contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Todotext-Mode"></a>
-<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>
-<a name="index-todotxt_002dmode"></a>
+<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>
-<a name="Smart-Key-_002d-Default-Context"></a>
-<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> [<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> [<a href="#SEC_Contents"
title="Table of contents" rel="contents">Contents</a>][<a href="#Key-Index"
title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Smart-Key-_002d-Default-Context-1"></a>
-<h4 class="subsection">E.2.50 Smart Key - Default Context</h4>
-<a name="index-action_002dkey_002ddefault_002dfunction-1"></a>
-<a name="index-assist_002dkey_002ddefault_002dfunction-1"></a>
-<a name="index-hyperbole-1"></a>
-<a name="index-hyperbole_002dpopup_002dmenu-1"></a>
-<a name="index-hkey_002dsummarize"></a>
-<a name="index-Smart-Key_002c-default-context-1"></a>
+<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>
-<a name="Suggestion-or-Bug-Reporting"></a>
-<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> [<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Suggestion-or-Bug-Reporting-1"></a>
-<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>
-<a name="index-version-description"></a>
-<a name="index-Hyperbole-version"></a>
+<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’s operation or documentation, feel
free to report them to <bug-hyperbole@gnu.org>. 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,
@@ -13106,60 +12186,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: “Subject: Typo in top-level
Hyperbole minibuffer menu.”
+<pre class="display-preformatted">For example, write: “Subject: Typo in
top-level Hyperbole minibuffer menu.”
rather than: “Subject: Hyperbole bug”
</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> <a name="index-emacs_002dversion"></a>
+</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
-<hyperbole-users@gnu.com> (<kbd>{C-h h m c}</kbd> minibuffer menu item
+<hyperbole-users@gnu.com> (<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>
-<a name="Questions-and-Answers"></a>
-<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> [<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> [<a href="#SEC_Contents" title="Table of
contents" rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Questions-and-Answers-1"></a>
-<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
@@ -13174,7 +12254,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> <a name="index-Org_002dmode"></a>
+</li><li> <a class="index-entry-id" id="index-Org_002dmode"></a>
Isn’t Org-mode the same as Hyperbole?
<p>No, they offer very different capabilities when you compare them a bit
@@ -13182,50 +12262,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>
-<a name="index-hsys_002dorg_002denable_002dsmart_002dkeys-2"></a>
+<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> <a name="index-Smart-Key-2"></a>
-<a name="index-mouse-key-bindings"></a>
-<a name="index-hmouse_002dsetup"></a>
-<a name="index-hmouse_002dget_002dbindings"></a>
-<a name="index-file_002c-hmouse_002dsh_002eel"></a>
+</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?
-<a name="index-hmouse_002dsetup-1"></a>
-<a name="index-hmouse_002dget_002dbindings-1"></a>
+<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>
-<a name="index-file_002c-hmouse_002dkey_002eel"></a>
-<a name="index-file_002c-hui_002dwindow_002eel"></a>
-<a name="index-hkey_002dalist"></a>
-<a name="index-hmouse_002dalist"></a>
+<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’t have?
@@ -13244,7 +12324,7 @@ requires an iterative process. If you get a mail
message with a button
for which you don’t have the action type, you mail the sender and
request it.
</p>
-</li><li> <a name="index-global-button_002c-modify"></a>
+</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
@@ -13282,31 +12362,31 @@ module into your Emacs session.
<hr>
-<a name="Future-Work"></a>
-<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> [<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Future-Work-1"></a>
-<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
-manipulate text with embedded buttons in ordinary ways. With this
+buffers. We realize this is an important need. Users should be able
+to manipulate text with embedded buttons in ordinary ways. With this
feature, Hyperbole would store the button attributes as text
properties within the buffers so that if a button is copied, its
attributes follow. When a buffer is saved, the attributes also will
@@ -13354,7 +12434,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
@@ -13375,11 +12455,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
@@ -13401,136 +12481,136 @@ could just use a screen sharing program.
</dl>
<hr>
-<a name="References"></a>
-<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> [<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="References-1"></a>
-<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 ’87</em>, November 13-15, 1987, Chapel
Hill, NC.
+<em class="emph">Proceedings of Hypertext ’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 ’84 Digest)</em>,
+<em class="emph">Proceedings of the 1984 COMPCON Conference (COMPCON ’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 ’84
Digest)</em>,
+<em class="emph">Proceedings of the AFIPS Office Automation Conference (OAC
’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’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 ’86) Proceedings</em>,
December
+<em class="emph">Computer-Supported Cooperative Work (CSCW ’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 ’87 Conference on Human
Factors
+Nutshell. <em class="emph">Proceedings of the CHI and GI ’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 ’86 Conference</em>, Austin, TX,
+NoteCards. <em class="emph">Proceedings of the CSCW ’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 ’87</em>,
Stuttgart,
+Tailorability in NoteCards. <em class="emph">Proceedings of INTERACT
’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 ’89)</em>, April 30-May 4,
1989,
Austin, TX, ACM: NY,NY, 1989, pp. 37-42.
</p>
@@ -13540,2637 +12620,2646 @@ Austin, TX, ACM: NY,NY, 1989, pp. 37-42.
<hr>
-<a name="Key-Index"></a>
-<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> [<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> [<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Key-Index-1"></a>
-<h2 class="unnumbered">Key Index</h2>
+<h2 class="unnumbered" id="Key-Index-1">Key Index</h2>
-<table><tr><th valign="top">Jump to: </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:
</th><td><a class="summary-letter-printindex"
href="#Key-Index_ky_symbol-1"><b>%</b></a>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<a class="summary-letter" href="#Key-Index_ky_symbol-9"><b><</b></a>
+<a class="summary-letter-printindex"
href="#Key-Index_ky_symbol-9"><b><</b></a>
-<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>
-<a class="summary-letter" href="#Key-Index_ky_symbol-11"><b>></b></a>
+<a class="summary-letter-printindex"
href="#Key-Index_ky_symbol-11"><b>></b></a>
-<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>
-<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>
-<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>
-<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>
-<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>
<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
</td></tr></table>
-<table class="index-ky" border="0">
-<tr><td></td><th align="left">Index Entry</th><td> </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> </td><th class="sections-header-printindex">
Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-1">%</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_0025"><code>%</code></a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-1">%</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_0025"><code>%</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-2">(</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_0028"><code>(</code></a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-2">(</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_0028"><code>(</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-3">)</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_0029"><code>)</code></a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-3">)</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_0029"><code>)</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-4">+</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_002b"><code>+</code></a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-4">+</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_002b"><code>+</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-5">,</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_002c"><code>,</code></a>:</td><td> </td><td valign="top"><a
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-5">,</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_002c"><code>,</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo
Keys</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-6">-</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_002d"><code>-</code></a>:</td><td> </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> </td><td
valign="top"><a href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-6">-</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_002d"><code>-</code></a>:</td><td> </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> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-7">.</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_002e"><code>.</code></a>:</td><td> </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> </td><td
valign="top"><a href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-7">.</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_002e"><code>.</code></a>:</td><td> </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> </td><td
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo
Keys</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-8">0</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-0_002d9"><code>0-9</code></a>:</td><td> </td><td
valign="top"><a href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-8">0</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-0_002d9"><code>0-9</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-9"><</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_003c"><code><</code></a>:</td><td> </td><td
valign="top"><a href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-9"><</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_003c"><code><</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo
Keys</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-10">=</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_003d"><code>=</code></a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-10">=</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_003d"><code>=</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-11">></a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_003e"><code>></code></a>:</td><td> </td><td
valign="top"><a href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-11">></th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_003e"><code>></code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo
Keys</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-12">?</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_003f"><code>?</code></a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-12">?</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_003f"><code>?</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-13">@</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_0040"><code>@</code></a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-13">@</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_0040"><code>@</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-14">[</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_005b"><code>[</code></a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-14">[</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_005b"><code>[</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-15">]</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_005d"><code>]</code></a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-15">]</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_005d"><code>]</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_symbol-16">~</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_007e"><code>~</code></a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_symbol-16">~</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_007e"><code>~</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-A">A</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-a"><code>a</code></a>:</td><td> </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> </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> </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> </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> </td><td valign="top"><a href="#Smart-Keys">Smart
Keys</a></td></tr>
+<tr><th id="Key-Index_ky_letter-A">A</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-a"><code>a</code></a>:</td><td> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#Smart-Keys">Smart Keys</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-B">B</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-b"><code>b</code></a>:</td><td> </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> </td><td valign="top"><a
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><th id="Key-Index_ky_letter-B">B</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-b"><code>b</code></a>:</td><td> </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> </td><td
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo
Keys</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-C">C</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-c"><code>c</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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
<</code></a>:</td><td> </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
></code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Moving-Around">Moving Around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-A"><code>C-h
A</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-C_002dg"><code>C-h h
C-g</code></a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-C_002dt"><code>C-h h
C-t</code></a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</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> </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> </td><td valign="top"><a
href="#Documentation">Documentation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-e"><code>C-h h
e</code></a>:</td><td> </td><td valign="top"><a href="#By-Menu">By
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-e-c"><code>C-h h e
c</code></a>:</td><td> </td><td valign="top"><a href="#By-Menu">By
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-e-e"><code>C-h h e
e</code></a>:</td><td> </td><td valign="top"><a href="#By-Menu">By
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-e-l"><code>C-h h e
l</code></a>:</td><td> </td><td valign="top"><a href="#By-Link">By
Link</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> </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> </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> </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-g-l"><code>C-h h g
l</code></a>:</td><td> </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> </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"><code>C-h h
i</code></a>:</td><td> </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-a"><code>C-h h i
a</code></a>:</td><td> </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-c"><code>C-h h i
c</code></a>:</td><td> </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> </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> </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-n"><code>C-h h i
n</code></a>:</td><td> </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-r"><code>C-h h i
r</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Invocation">Invocation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-Q-1"><code>C-h h
Q</code></a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</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> </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> </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> </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> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dh-h-X-2"><code>C-h h
X</code></a>:</td><td> </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> </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> </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> </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> </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> </td><td
valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-C_002du"><code>C-u</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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_002do-w-_003cwindow_002did_003e"><code>C-u M-o w
<window-id></code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
valign="top"><a href="#Klinks">Klinks</a></td></tr>
+<tr><th id="Key-Index_ky_letter-C">C</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-c"><code>c</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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 <</code></a>:</td><td> </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 ></code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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_002dh-A"><code>C-h A</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-C_002dg"><code>C-h h
C-g</code></a>:</td><td> </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-C_002dt"><code>C-h h
C-t</code></a>:</td><td> </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-d-d"><code>C-h h d d</code></a>:</td><td> </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> </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-e"><code>C-h h e</code></a>:</td><td> </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-C_002dh-h-e-c"><code>C-h h e c</code></a>:</td><td> </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-C_002dh-h-e-e"><code>C-h h e e</code></a>:</td><td> </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-C_002dh-h-e-l"><code>C-h h e l</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#By-Link">By Link</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> </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> </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> </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-g-l"><code>C-h h g l</code></a>:</td><td> </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> </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"><code>C-h h i</code></a>:</td><td> </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-a"><code>C-h h i a</code></a>:</td><td> </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-c"><code>C-h h i c</code></a>:</td><td> </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> </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> </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-n"><code>C-h h i n</code></a>:</td><td> </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-r"><code>C-h h i r</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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-Q-1"><code>C-h h Q</code></a>:</td><td> </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-s-f"><code>C-h h s f</code></a>:</td><td> </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> </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> </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> </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-X-2"><code>C-h h X</code></a>:</td><td> </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> </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> </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> </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> </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> </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_002du"><code>C-u</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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_002do-w-_003cwindow_002did_003e"><code>C-u M-o w
<window-id></code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#Klinks">Klinks</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-D">D</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-d"><code>d</code></a>:</td><td> </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> </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> </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> </td><td
valign="top"><a href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_letter-D">D</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-d"><code>d</code></a>:</td><td> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-F">F</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-f"><code>f</code></a>:</td><td> </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> </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> </td><td valign="top"><a
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><th id="Key-Index_ky_letter-F">F</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-f"><code>f</code></a>:</td><td> </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> </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> </td><td
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo
Keys</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-H">H</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-h"><code>h</code></a>:</td><td> </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> </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> </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> </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> </td><td valign="top"><a
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><th id="Key-Index_ky_letter-H">H</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-h"><code>h</code></a>:</td><td> </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> </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> </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> </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> </td><td class="printindex-index-section"><a
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-I">I</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-I"><code>I</code></a>:</td><td> </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> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-I_002fJ_002fK_002fM"><code>I/J/K/M</code></a>:</td><td> </td><td
valign="top"><a href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_letter-I">I</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-I"><code>I</code></a>:</td><td> </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> </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_002fJ_002fK_002fM"><code>I/J/K/M</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-J">J</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-J"><code>J</code></a>:</td><td> </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> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_letter-J">J</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-J"><code>J</code></a>:</td><td> </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> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-K">K</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-K"><code>K</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-<</code></a>:</td><td> </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-></code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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_002d_003cleft_003e"><code>koutliner,
M-<left></code></a>:</td><td> </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_002d_003cright_003e"><code>koutliner,
M-<right></code></a>:</td><td> </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> </td><td valign="top"><a
href="#Filling">Filling</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-koutliner_002c-M_002dq"><code>koutliner,
M-q</code></a>:</td><td> </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> </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_002dShift_002d_003cleft_003e"><code>koutliner,
M-Shift-<left></code></a>:</td><td> </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_002d_003cright_003e"><code>koutliner,
M-Shift-<right></code></a>:</td><td> </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> </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> </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> </td><td valign="top"><a
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
+<tr><th id="Key-Index_ky_letter-K">K</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-K"><code>K</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-<</code></a>:</td><td> </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-></code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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_002d_003cleft_003e"><code>koutliner,
M-<left></code></a>:</td><td> </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_002d_003cright_003e"><code>koutliner,
M-<right></code></a>:</td><td> </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> </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_002dq"><code>koutliner,
M-q</code></a>:</td><td> </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> </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_002dShift_002d_003cleft_003e"><code>koutliner,
M-Shift-<left></code></a>:</td><td> </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_002d_003cright_003e"><code>koutliner,
M-Shift-<right></code></a>:</td><td> </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> </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> </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> </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><a name="Key-Index_ky_letter-L">L</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-l"><code>l</code></a>:</td><td> </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> </td><td
valign="top"><a href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_letter-L">L</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-l"><code>l</code></a>:</td><td> </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> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-M">M</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-M"><code>M</code></a>:</td><td> </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> </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> </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> </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_002d1-M_002do-w-_003cwindow_002did_003e"><code>M-1 M-o w
<window-id></code></a>:</td><td> </td><td valign="top"><a
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-M_002d_003cdown_003e"><code>M-<down></code></a>:</td><td> </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_002d_003cup_003e"><code>M-<up></code></a>:</td><td> </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_002db"><code>M-b</code></a>:</td><td> </td><td
valign="top"><a href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-M_002df"><code>M-f</code></a>:</td><td> </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> </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> </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
<window-id></code></a>:</td><td> </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
<window-id></code></a>:</td><td> </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
<window-id></code></a>:</td><td> </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
<window-id></code></a>:</td><td> </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
<window-id></code></a>:</td><td> </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> </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> </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> </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_002dw"><code>M-w</code></a>:</td><td> </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> </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> </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> </td><td valign="top"><a
href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
+<tr><th id="Key-Index_ky_letter-M">M</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-M"><code>M</code></a>:</td><td> </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> </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> </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> </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_002d1-M_002do-w-_003cwindow_002did_003e"><code>M-1 M-o w
<window-id></code></a>:</td><td> </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_002d_003cdown_003e"><code>M-<down></code></a>:</td><td> </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_002d_003cup_003e"><code>M-<up></code></a>:</td><td> </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_002db"><code>M-b</code></a>:</td><td> </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_002df"><code>M-f</code></a>:</td><td> </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> </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> </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
<window-id></code></a>:</td><td> </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
<window-id></code></a>:</td><td> </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
<window-id></code></a>:</td><td> </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
<window-id></code></a>:</td><td> </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
<window-id></code></a>:</td><td> </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> </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> </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> </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_002dw"><code>M-w</code></a>:</td><td> </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> </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> </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> </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><a name="Key-Index_ky_letter-N">N</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-n"><code>n</code></a>:</td><td> </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> </td><td valign="top"><a
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><th id="Key-Index_ky_letter-N">N</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-n"><code>n</code></a>:</td><td> </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> </td><td
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo
Keys</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-O">O</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-o"><code>o</code></a>:</td><td> </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> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_letter-O">O</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-o"><code>o</code></a>:</td><td> </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> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-P">P</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-p"><code>p</code></a>:</td><td> </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> </td><td valign="top"><a
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><th id="Key-Index_ky_letter-P">P</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-p"><code>p</code></a>:</td><td> </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> </td><td
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo
Keys</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-Q">Q</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-Q"><code>Q</code></a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-q"><code>q</code></a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_letter-Q">Q</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-Q"><code>Q</code></a>:</td><td> </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"><code>q</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-R">R</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-r"><code>r</code></a>:</td><td> </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> </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> </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> </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,
<</code></a>:</td><td> </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,
></code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a href="#HyRolo-Keys">HyRolo
Keys</a></td></tr>
+<tr><th id="Key-Index_ky_letter-R">R</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-r"><code>r</code></a>:</td><td> </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> </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> </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> </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,
<</code></a>:</td><td> </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,
></code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo
Keys</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-S">S</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-s"><code>s</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-screen_002c-I_002fJ_002fK_002fM"><code>screen,
I/J/K/M</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
+<tr><th id="Key-Index_ky_letter-S">S</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-s"><code>s</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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_002fJ_002fK_002fM"><code>screen,
I/J/K/M</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#HyRolo-Keys">HyRolo
Keys</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-T">T</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-t"><code>t</code></a>:</td><td> </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> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
+<tr><th id="Key-Index_ky_letter-T">T</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-t"><code>t</code></a>:</td><td> </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> </td><td
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-U">U</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-u"><code>u</code></a>:</td><td> </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> </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> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_letter-U">U</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-u"><code>u</code></a>:</td><td> </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> </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> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-W">W</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-w"><code>w</code></a>:</td><td> </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> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_letter-W">W</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-w"><code>w</code></a>:</td><td> </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> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Key-Index_ky_letter-Z">Z</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-Z"><code>Z</code></a>:</td><td> </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> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Key-Index_ky_letter-Z">Z</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-Z"><code>Z</code></a>:</td><td> </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> </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: </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:
</th><td><a class="summary-letter-printindex"
href="#Key-Index_ky_symbol-1"><b>%</b></a>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<a class="summary-letter" href="#Key-Index_ky_symbol-9"><b><</b></a>
+<a class="summary-letter-printindex"
href="#Key-Index_ky_symbol-9"><b><</b></a>
-<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>
-<a class="summary-letter" href="#Key-Index_ky_symbol-11"><b>></b></a>
+<a class="summary-letter-printindex"
href="#Key-Index_ky_symbol-11"><b>></b></a>
-<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>
-<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>
-<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>
-<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>
-<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>
<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
</td></tr></table>
+</div>
<hr>
-<a name="Function"></a>
-<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> [<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> [<a
href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a
href="#Key-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Function_002c-Variable-and-File-Index"></a>
-<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: </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:
</th><td><a class="summary-letter-printindex"
href="#Function_fn_letter-A"><b>A</b></a>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
</td></tr></table>
-<table class="index-fn" border="0">
-<tr><td></td><th align="left">Index Entry</th><td> </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> </td><th class="sections-header-printindex">
Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Function_fn_letter-A">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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-actypes-debbugs_002dgnu_002dquery"><code>actypes
debbugs-gnu-query</code></a>:</td><td> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-actypes-display_002dboolean"><code>actypes
display-boolean</code></a>:</td><td> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-actypes-display_002dvalue"><code>actypes
display-value</code></a>:</td><td> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-actypes-git_002dreference"><code>actypes
git-reference</code></a>:</td><td> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-actypes-github_002dreference"><code>actypes
github-reference</code></a>:</td><td> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-actypes-gitlab_002dreference"><code>actypes
gitlab-reference</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-actypes-org_002dinternal_002dtarget_002dlink"><code>actypes
org-internal-target-link</code></a>:</td><td> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-actypes-org_002dlink"><code>actypes
org-link</code></a>:</td><td> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-actypes-org_002dradio_002dtarget_002dlink"><code>actypes
org-radio-target-link</code></a>:</td><td> </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> </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> </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> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-actypes-yt_002dinfo"><code>actypes
yt-info</code></a>:</td><td> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-actypes-yt_002dplay"><code>actypes
yt-play</code></a>:</td><td> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-actypes-yt_002dsearch"><code>actypes
yt-search</code></a>:</td><td> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-actypes-yt_002durl"><code>actypes
yt-url</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
valign="top"><a href="#Smart-Key-Bindings">Smart Key Bindings</a></td></tr>
+<tr><th id="Function_fn_letter-A">A</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-ace_002dwindow-1"><code>ace-window</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-yt_002dinfo"><code>actypes
yt-info</code></a>:</td><td> </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-yt_002dplay"><code>actypes
yt-play</code></a>:</td><td> </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-yt_002dsearch"><code>actypes
yt-search</code></a>:</td><td> </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-yt_002durl"><code>actypes
yt-url</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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><a name="Function_fn_letter-B">B</a></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> </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> </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> </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> </td><td
valign="top"><a href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW
URLs</a></td></tr>
+<tr><th id="Function_fn_letter-B">B</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-browse_002durl_002dbrowser_002dfunction">browse-url-browser-function</a>:</td><td> </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> </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> </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> </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><a name="Function_fn_letter-C">C</a></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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
valign="top"><a href="#Customization">Customization</a></td></tr>
+<tr><th id="Function_fn_letter-C">C</th><td></td><td></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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a
href="#Customization">Customization</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Function_fn_letter-D">D</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-defact"><code>defact</code></a>:</td><td> </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> </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> </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> </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> </td><td
valign="top"><a href="#Moving-Frames">Moving Frames</a></td></tr>
+<tr><th id="Function_fn_letter-D">D</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-defact"><code>defact</code></a>:</td><td> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#Moving-Frames">Moving
Frames</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Function_fn_letter-E">E</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-ebut_002dcreate_002dhook">ebut-create-hook</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
valign="top"><a href="#Creating-Types">Creating Types</a></td></tr>
+<tr><th id="Function_fn_letter-E">E</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-ebut_002dcreate_002dhook">ebut-create-hook</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#Creating-Types">Creating
Types</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Function_fn_letter-F">F</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file_002c-_002eemacs">file,
.emacs</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
+<tr><th id="Function_fn_letter-F">F</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-file_002c-_002eemacs">file, .emacs</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#Hook-Variables">Hook
Variables</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Function_fn_letter-G">G</a></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> </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"><code>gbut:file</code></a>:</td><td> </td><td
valign="top"><a href="#Glossary">Glossary</a></td></tr>
+<tr><th id="Function_fn_letter-G">G</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-gbut_003aebut_002dprogram"><code>gbut:ebut-program</code></a>:</td><td> </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"><code>gbut:file</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Function_fn_letter-H">H</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-hbmap_003adir_002duser">hbmap:dir-user</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
valign="top"><a href="#Action-Types">Action 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> </td><td
valign="top"><a href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-hibtypes_002dgithub_002ddefault_002dproject">hibtypes-github-default-project</a>:</td><td> </td><td
valign="top"><a href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-hibtypes_002dgithub_002ddefault_002duser">hibtypes-github-default-user</a>:</td><td> </td><td
valign="top"><a href="#Action-Types">Action 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> </td><td
valign="top"><a href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-hibtypes_002dgitlab_002ddefault_002dproject">hibtypes-gitlab-default-project</a>:</td><td> </td><td
valign="top"><a href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-hibtypes_002dgitlab_002ddefault_002duser">hibtypes-gitlab-default-user</a>:</td><td> </td><td
valign="top"><a href="#Action-Types">Action 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> </td><td
valign="top"><a href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-hibtypes_002dsocial_002ddefault_002dservice">hibtypes-social-default-service</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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_002droam_002dconsult_002dgrep"><code>hsys-org-roam-consult-grep</code></a>:</td><td> </td><td
valign="top"><a href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-htype_002dcreate_002dhook">htype-create-hook</a>:</td><td> </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> </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> </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> </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> </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> </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> </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_002dlink_002ddirectly"><code>hui:ebut-link-directly</code></a>:</td><td> </td><td
valign="top"><a href="#Keyboard-Drags">Keyboard Drags</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> </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> </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> </td><td
valign="top"><a href="#Deletion">Deletion</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-hui_003aibut_002dlink_002ddirectly"><code>hui:ibut-link-directly</code></a>:</td><td> </td><td
valign="top"><a href="#Keyboard-Drags">Keyboard Drags</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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-hyrolo_002dconsult_002dgrep"><code>hyrolo-consult-grep</code></a>:</td><td> </td><td
valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-hyrolo_002ddisplay_002dformat_002dfunction">hyrolo-display-format-function</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
valign="top"><a href="#HyRolo-Settings">HyRolo Settings</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-hyrolo_002dhelm_002dorg_002drifle"><code>hyrolo-helm-org-rifle</code></a>:</td><td> </td><td
valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-hyrolo_002dhelm_002dorg_002drifle-1"><code>hyrolo-helm-org-rifle</code></a>:</td><td> </td><td
valign="top"><a href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-hyrolo_002dhighlight_002dface">hyrolo-highlight-face</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
valign="top"><a href="#Window-Configurations">Window
Configurations</a></td></tr>
+<tr><th id="Function_fn_letter-H">H</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-hbmap_003adir_002duser">hbmap:dir-user</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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_002dconsult_002dgrep"><code>hsys-org-consult-grep</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#Glossary">Glossary</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> </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> </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> </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> </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_002droam_002dconsult_002dgrep"><code>hsys-org-roam-consult-grep</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-htype_002dcreate_002dhook">htype-create-hook</a>:</td><td> </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> </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> </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> </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> </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> </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> </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_002dlink_002ddirectly"><code>hui:ebut-link-directly</code></a>:</td><td> </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-hui_003aebut_002dprompt_002dfor_002daction">hui:ebut-prompt-for-action</a>:</td><td> </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> </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> </td><td
class="printindex-index-section"><a href="#Deletion">Deletion</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-hui_003aibut_002dlink_002ddirectly"><code>hui:ibut-link-directly</code></a>:</td><td> </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-hycontrol_002ddisplay_002dbuffer_002dpredicate_002dlist">hycontrol-display-buffer-predicate-list</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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_002dconsult_002dgrep"><code>hyrolo-consult-grep</code></a>:</td><td> </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_002ddisplay_002dformat_002dfunction">hyrolo-display-format-function</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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_002dhelm_002dorg_002drifle"><code>hyrolo-helm-org-rifle</code></a>:</td><td> </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_002dhelm_002dorg_002drifle-1"><code>hyrolo-helm-org-rifle</code></a>:</td><td> </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_002dhighlight_002dface">hyrolo-highlight-face</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#Window-Configurations">Window
Configurations</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Function_fn_letter-I">I</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-ibtype_003acreate"><code>ibtype:create</code></a>:</td><td> </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> </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-action"><code>ibtypes
action</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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_002ddefinition"><code>ibtypes
hyperbole-run-test-definition</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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_002did"><code>ibtypes
org-id</code></a>:</td><td> </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-ibtypes-org_002dlink_002doutside_002dorg_002dmode"><code>ibtypes
org-link-outside-org-mode</code></a>:</td><td> </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-ibtypes-patch_002dmsg"><code>ibtypes
patch-msg</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
valign="top"><a href="#Creating-Action-Types">Creating Action
Types</a></td></tr>
+<tr><th id="Function_fn_letter-I">I</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-ibtype_003acreate"><code>ibtype:create</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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_002ddefinition"><code>ibtypes
hyperbole-run-test-definition</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-org_002did"><code>ibtypes
org-id</code></a>:</td><td> </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-ibtypes-org_002dlink_002doutside_002dorg_002dmode"><code>ibtypes
org-link-outside-org-mode</code></a>:</td><td> </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-ibtypes-patch_002dmsg"><code>ibtypes
patch-msg</code></a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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><a name="Function_fn_letter-K">K</a></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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
valign="top"><a href="#Koutliner-Keys">Koutliner Keys</a></td></tr>
+<tr><th id="Function_fn_letter-K">K</th><td></td><td></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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#Koutliner-Keys">Koutliner
Keys</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Function_fn_letter-L">L</a></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> </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> </td><td
valign="top"><a href="#Menus">Menus</a></td></tr>
+<tr><th id="Function_fn_letter-L">L</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-link_002dto_002dfile"><code>link-to-file</code></a>:</td><td> </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> </td><td
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Function_fn_letter-M">M</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-mail"><code>mail</code></a>:</td><td> </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> </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> </td><td
valign="top"><a href="#Default-Hyperbole-Bindings">Default Hyperbole
Bindings</a></td></tr>
+<tr><th id="Function_fn_letter-M">M</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-mail"><code>mail</code></a>:</td><td> </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> </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> </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><a name="Function_fn_letter-O">O</a></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> </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> </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> </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_002dmeta_002dreturn"><code>org-meta-return</code></a>:</td><td> </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> </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> </td><td
valign="top"><a href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs
Outline Mode</a></td></tr>
+<tr><th id="Function_fn_letter-O">O</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-objc_002dcpp_002dinclude_002dpath">objc-cpp-include-path</a>:</td><td> </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> </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> </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_002ddirectory">org-directory</a>:</td><td> </td><td
class="printindex-index-section"><a href="#Glossary">Glossary</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> </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_002droam_002ddirectory">org-roam-directory</a>:</td><td> </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_002dminor_002dmode-1"><code>outline-minor-mode</code></a>:</td><td> </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> </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><a name="Function_fn_letter-R">R</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-run_002dhooks"><code>run-hooks</code></a>:</td><td> </td><td
valign="top"><a href="#Glossary">Glossary</a></td></tr>
+<tr><th id="Function_fn_letter-R">R</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-run_002dhooks"><code>run-hooks</code></a>:</td><td> </td><td
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Function_fn_letter-S">S</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-selective_002ddisplay">selective-display</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
valign="top"><a href="#Smart-Key-_002d-Smart-Scrolling">Smart Key - Smart
Scrolling</a></td></tr>
+<tr><th id="Function_fn_letter-S">S</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-selective_002ddisplay">selective-display</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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><a name="Function_fn_letter-W">W</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-write_002dfile_002dhooks">write-file-hooks</a>:</td><td> </td><td
valign="top"><a href="#Hook-Variables">Hook Variables</a></td></tr>
+<tr><th id="Function_fn_letter-W">W</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-write_002dfile_002dhooks">write-file-hooks</a>:</td><td> </td><td
class="printindex-index-section"><a href="#Hook-Variables">Hook
Variables</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Function_fn_letter-Z">Z</a></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> </td><td
valign="top"><a href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Function_fn_letter-Z">Z</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-zoom_002dfrm_002eel"><code>zoom-frm.el</code></a>:</td><td> </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: </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:
</th><td><a class="summary-letter-printindex"
href="#Function_fn_letter-A"><b>A</b></a>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
</td></tr></table>
+</div>
<hr>
-<a name="Concept-Index"></a>
-<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> [<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>
[<a href="#SEC_Contents" title="Table of contents"
rel="contents">Contents</a>][<a href="#Key-Index" title="Index"
rel="index">Index</a>]</p>
</div>
-<a name="Concept-Index-1"></a>
-<h2 class="unnumbered">Concept Index</h2>
+<h2 class="unnumbered" id="Concept-Index-1">Concept Index</h2>
-<table><tr><th valign="top">Jump to: </th><td><a class="summary-letter"
href="#Concept-Index_cp_symbol-1"><b><</b></a>
+<div class="printindex cp-printindex">
+<table class="cp-letters-header-printindex"><tr><th>Jump to:
</th><td><a class="summary-letter-printindex"
href="#Concept-Index_cp_symbol-1"><b><</b></a>
-<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>
<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
</td></tr></table>
-<table class="index-cp" border="0">
-<tr><td></td><th align="left">Index Entry</th><td> </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> </td><th class="sections-header-printindex">
Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a
name="Concept-Index_cp_symbol-1"><</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_003c_003e-delimiters"><>
delimiters</a>:</td><td> </td><td valign="top"><a
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_003c_0040-klink_003e"><@
klink></a>:</td><td> </td><td valign="top"><a
href="#Klinks">Klinks</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_003c_007cviewspec_003e"><|viewspec></a>:</td><td> </td><td
valign="top"><a href="#View-Specs">View Specs</a></td></tr>
+<tr><th id="Concept-Index_cp_symbol-1"><</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_003c_003e-delimiters"><>
delimiters</a>:</td><td> </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"><@ klink></a>:</td><td> </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"><|viewspec></a>:</td><td> </td><td
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_symbol-2">|</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-_007c">|</a>:</td><td> </td><td valign="top"><a
href="#View-Specs">View Specs</a></td></tr>
+<tr><th id="Concept-Index_cp_symbol-2">|</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-_007c">|</a>:</td><td> </td><td
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-A">A</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-abbreviated-URLs">abbreviated
URLs</a>:</td><td> </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> </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> </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> </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> </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-button-1">action
button</a>:</td><td> </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> </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> </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> </td><td valign="top"><a href="#By-Dragging">By
Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Action-Key-in-minibuffer">Action
Key in minibuffer</a>:</td><td> </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-Action-Key_002c-cell-argument">Action Key, cell
argument</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a href="#Smart-Keys">Smart
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Assist-Key-drag">Assist Key
drag</a>:</td><td> </td><td valign="top"><a
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Assist-Key-drag-1">Assist Key
drag</a>:</td><td> </td><td valign="top"><a href="#By-Dragging">By
Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Assist-Key-in-minibuffer">Assist
Key in minibuffer</a>:</td><td> </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-Assist-Key_002c-listing-attributes">Assist Key, listing
attributes</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
valign="top"><a href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-A">A</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-abbreviated-URLs">abbreviated URLs</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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-in-minibuffer">Action Key in
minibuffer</a>:</td><td> </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-Action-Key_002c-cell-argument">Action Key, cell
argument</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-drag">Assist Key drag</a>:</td><td> </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-Assist-Key-drag-1">Assist Key drag</a>:</td><td> </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-Assist-Key-in-minibuffer">Assist Key in
minibuffer</a>:</td><td> </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-Assist-Key_002c-listing-attributes">Assist Key, listing
attributes</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a
href="#Autonumbering">Autonumbering</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-B">B</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-balance-windows">balance
windows</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Displaying-Items">Displaying Items</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-buffer-replace">buffer
replace</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-data">button
data</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-B">B</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-balance-windows">balance windows</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td class="printindex-index-section"><a
href="#Displaying-Items">Displaying Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-buffer-replace">buffer replace</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-data">button data</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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><a name="Concept-Index_cp_letter-C">C</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C-call-tree">C call
tree</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-concepts">concepts</a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-configuration">configuration</a>:</td><td> </td><td
valign="top"><a href="#Customization">Customization</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-consult-package">consult
package</a>:</td><td> </td><td valign="top"><a
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-consult_002dorg_002droam-package">consult-org-roam
package</a>:</td><td> </td><td valign="top"><a
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-ConsultFind">ConsultFind</a>:</td><td> </td><td
valign="top"><a href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-contacts_002c-Google">contacts,
Google</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-creating-explicit-links">creating explicit
links</a>:</td><td> </td><td valign="top"><a href="#By-Menu">By
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-creating-explicit-links-1">creating explicit
links</a>:</td><td> </td><td valign="top"><a href="#By-Dragging">By
Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-creating-global-links">creating
global links</a>:</td><td> </td><td valign="top"><a
href="#Global-Buttons">Global Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-creating-implicit-links">creating implicit
links</a>:</td><td> </td><td valign="top"><a
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-creator-attribute">creator
attribute</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a href="#View-Specs">View
Specs</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-C">C</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-C-call-tree">C
call tree</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-concepts">concepts</a>:</td><td> </td><td
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-configuration">configuration</a>:</td><td> </td><td
class="printindex-index-section"><a
href="#Customization">Customization</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-consult-package">consult package</a>:</td><td> </td><td
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-consult_002dorg_002droam-package">consult-org-roam
package</a>:</td><td> </td><td class="printindex-index-section"><a
href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-ConsultFind">ConsultFind</a>:</td><td> </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-contacts_002c-Google">contacts, Google</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-explicit-links">creating explicit
links</a>:</td><td> </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-creating-explicit-links-1">creating explicit
links</a>:</td><td> </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-global-links">creating global
links</a>:</td><td> </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-creating-implicit-links">creating implicit
links</a>:</td><td> </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-creator-attribute">creator attribute</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#View-Specs">View Specs</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-D">D</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-database">database</a>:</td><td> </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> </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> </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> </td><td valign="top"><a
href="#Smart-Key-Debugging">Smart Key Debugging</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-debugging-tests">debugging
tests</a>:</td><td> </td><td valign="top"><a
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-default-label-type">default
label type</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-direct-selection">direct
selection</a>:</td><td> </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> </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> </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> </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> </td><td valign="top"><a
href="#Displaying-Items">Displaying Items</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-dired_002c-images">dired,
images</a>:</td><td> </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> </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> </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> </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> </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-mode">disable
Hyperbole mode</a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-disable-org_002dmode-support">disable org-mode
support</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-drag-1">drag</a>:</td><td> </td><td valign="top"><a
href="#By-Dragging">By Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-drag-2">drag</a>:</td><td> </td><td valign="top"><a
href="#By-Dragging">By Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-drag-3">drag</a>:</td><td> </td><td valign="top"><a
href="#Thing-Selection">Thing Selection</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-drag-4">drag</a>:</td><td> </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> </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> </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> </td><td valign="top"><a
href="#Displaying-Items">Displaying Items</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-buffer-swap">drag,
buffer swap</a>:</td><td> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Displaying-Items">Displaying Items</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-horizontal">drag,
horizontal</a>:</td><td> </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> </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-Hyperbole-button-referent">drag, Hyperbole button
referent</a>:</td><td> </td><td valign="top"><a
href="#Displaying-Items">Displaying Items</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-move-frame">drag, move
frame</a>:</td><td> </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> </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> </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> </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> </td><td valign="top"><a
href="#Displaying-Items">Displaying Items</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-drag_002c-vertical">drag,
vertical</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Smart-Mouse-Drags-outside-a-Window">Smart Mouse Drags outside a
Window</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-D">D</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-database">database</a>:</td><td> </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> </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> </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> </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-debugging-tests">debugging tests</a>:</td><td> </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-default-label-type">default label type</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-selection">direct selection</a>:</td><td> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#Displaying-Items">Displaying
Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-dired_002c-images">dired, images</a>:</td><td> </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> </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> </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> </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> </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-mode">disable Hyperbole
mode</a>:</td><td> </td><td class="printindex-index-section"><a
href="#Menus">Menus</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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-drag-1">drag</a>:</td><td> </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-2">drag</a>:</td><td> </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-3">drag</a>:</td><td> </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-4">drag</a>:</td><td> </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> </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> </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> </td><td class="printindex-index-section"><a
href="#Displaying-Items">Displaying 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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#Displaying-Items">Displaying
Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-drag_002c-horizontal">drag, horizontal</a>:</td><td> </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> </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-Hyperbole-button-referent">drag, Hyperbole button
referent</a>:</td><td> </td><td class="printindex-index-section"><a
href="#Displaying-Items">Displaying Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-drag_002c-move-frame">drag, move frame</a>:</td><td> </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> </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> </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> </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> </td><td class="printindex-index-section"><a
href="#Displaying-Items">Displaying Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-drag_002c-vertical">drag, vertical</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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><a name="Concept-Index_cp_letter-E">E</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-e_002dmail-address">e-mail
address</a>:</td><td> </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> </td><td valign="top"><a
href="#Cell-Attributes">Cell Attributes</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-edebug-a-test">edebug a
test</a>:</td><td> </td><td valign="top"><a
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-elink">elink</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-Hyperbole-mode">enable
Hyperbole mode</a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-enable-org_002dmode-support">enable org-mode
support</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a href="#By-Menu">By
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-explicit-button-creation-1">explicit button
creation</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Programmatic-Button-Creation">Programmatic Button Creation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-explicit-link-creation">explicit
link creation</a>:</td><td> </td><td valign="top"><a href="#By-Link">By
Link</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-exporting">exporting</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Smart-Key-_002d-Tar-File-Mode">Smart Key - Tar File Mode</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-E">E</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-e_002dmail-address">e-mail address</a>:</td><td> </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> </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-edebug-a-test">edebug a test</a>:</td><td> </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-elink">elink</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-Hyperbole-mode">enable Hyperbole
mode</a>:</td><td> </td><td class="printindex-index-section"><a
href="#Menus">Menus</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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-explicit-button-creation-1">explicit button
creation</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-explicit-link-creation">explicit link
creation</a>:</td><td> </td><td class="printindex-index-section"><a
href="#By-Link">By Link</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-exporting">exporting</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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><a name="Concept-Index_cp_letter-F">F</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-file-display-function">file
display function</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-F">F</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-file-display-function">file display
function</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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><a name="Concept-Index_cp_letter-G">G</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-game_002c-gomoku">game,
gomoku</a>:</td><td> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-github-reference">github
reference</a>:</td><td> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-gitlab-reference">gitlab
reference</a>:</td><td> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-glink">glink</a>:</td><td> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Questions-and-Answers">Questions and Answers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-global-link-creation">global
link creation</a>:</td><td> </td><td valign="top"><a
href="#Global-Buttons">Global Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-glossary">glossary</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Glossary">Glossary</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-G">G</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-game_002c-gomoku">game, gomoku</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-global-link-creation">global link
creation</a>:</td><td> </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-glossary">glossary</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-H">H</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-hashtag">hashtag</a>:</td><td> </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-package">helm
package</a>:</td><td> </td><td valign="top"><a
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-helm_002dmode">helm-mode</a>:</td><td> </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-HelmFind">HelmFind</a>:</td><td> </td><td valign="top"><a
href="#HyRolo-Menu">HyRolo Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-help-buffer">help
buffer</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Hyperbole-Overview">Hyperbole Overview</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Hyperbole-button-drag">Hyperbole
button drag</a>:</td><td> </td><td valign="top"><a
href="#Displaying-Items">Displaying Items</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Hyperbole-data-model">Hyperbole
data model</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Window-Configurations">Window Configurations</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-H">H</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-hashtag">hashtag</a>:</td><td> </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-package">helm package</a>:</td><td> </td><td
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-helm_002dmode">helm-mode</a>:</td><td> </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-HelmFind">HelmFind</a>:</td><td> </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-help-buffer">help buffer</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-button-drag">Hyperbole button
drag</a>:</td><td> </td><td class="printindex-index-section"><a
href="#Displaying-Items">Displaying Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-Hyperbole-data-model">Hyperbole data
model</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#Window-Configurations">Window
Configurations</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-I">I</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-ibtype">ibtype</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-implicit-button-creation">implicit button
creation</a>:</td><td> </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> </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> </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> </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> </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-1">implicit
button type</a>:</td><td> </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> </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-link-creation">implicit
link creation</a>:</td><td> </td><td valign="top"><a
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-importing">importing</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Smart-Key-_002d-Ivy">Smart Key - Ivy</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-I">I</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-ibtype">ibtype</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-creation">implicit button
creation</a>:</td><td> </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> </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> </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> </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> </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> </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> </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-link-creation">implicit link
creation</a>:</td><td> </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-importing">importing</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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><a name="Concept-Index_cp_letter-J">J</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-jump-menu">jump
menu</a>:</td><td> </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> </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> </td><td valign="top"><a
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-J">J</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-jump-menu">jump menu</a>:</td><td> </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> </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> </td><td class="printindex-index-section"><a
href="#Keyboard-Drags">Keyboard Drags</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-K">K</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-kbd-function">kbd
function</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Promoting-and-Demoting">Promoting and Demoting</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-K">K</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-kbd-function">kbd function</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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><a name="Concept-Index_cp_letter-L">L</a></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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-link-creation-1">link
creation</a>:</td><td> </td><td valign="top"><a href="#By-Menu">By
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-link-creation-2">link
creation</a>:</td><td> </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> </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> </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> </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> </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-display-function">link, display
function</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-L">L</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-label-separator_002c-changing">label separator,
changing</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-link-creation-1">link creation</a>:</td><td> </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-creation-2">link creation</a>:</td><td> </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> </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> </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> </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> </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-display-function">link, display
function</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-M">M</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-magit">magit</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-exit">menu
exit</a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-help">menu
help</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-Ebut_002fCreate">menu item,
Ebut/Create</a>:</td><td> </td><td valign="top"><a href="#By-Menu">By
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-menu-item_002c-Ebut_002fEdit">menu item,
Ebut/Edit</a>:</td><td> </td><td valign="top"><a href="#By-Menu">By
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-menu-item_002c-Ebut_002fLink">menu item,
Ebut/Link</a>:</td><td> </td><td valign="top"><a href="#By-Link">By
Link</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-menu-item_002c-Explicit_002dButton">menu item,
Explicit-Button</a>:</td><td> </td><td valign="top"><a href="#By-Menu">By
Menu</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> </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> </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_002fWeb">menu item,
Find/Web</a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-menu-item_002c-FramesControl">menu item,
FramesControl</a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-menu-item_002c-Gbut_002fLink">menu item,
Gbut/Link</a>:</td><td> </td><td valign="top"><a
href="#Global-Buttons">Global Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item_002c-GrepFile">menu
item, GrepFile</a>:</td><td> </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> </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> </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-Ibut_002fActivate">menu item,
Ibut/Activate</a>:</td><td> </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-Ibut_002fCreate">menu item,
Ibut/Create</a>:</td><td> </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-Ibut_002fEdit">menu item,
Ibut/Edit</a>:</td><td> </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-Ibut_002fLink">menu item,
Ibut/Link</a>:</td><td> </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-Ibut_002fName">menu item,
Ibut/Name</a>:</td><td> </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-Ibut_002fRename">menu item,
Ibut/Rename</a>:</td><td> </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> </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-Kotl_002fExample">menu item,
Kotl/Example</a>:</td><td> </td><td valign="top"><a
href="#Koutliner">Koutliner</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item_002c-LocateFiles">menu
item, LocateFiles</a>:</td><td> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-menu-item_002c-Rolo_002fToggle_002dRolo_002dDates">menu item,
Rolo/Toggle-Rolo-Dates</a>:</td><td> </td><td valign="top"><a
href="#HyRolo-Keys">HyRolo Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-item_002c-SaveLines">menu
item, SaveLines</a>:</td><td> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu-quit">menu
quit</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a href="#By-Menu">By
Menu</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-EBut">menu,
EBut</a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-menu_002c-entry_002fexit-commands">menu, entry/exit
commands</a>:</td><td> </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> </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> </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> </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-1">menu,
Find/Web</a>:</td><td> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Ibut-1">menu,
Ibut</a>:</td><td> </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> </td><td valign="top"><a
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-menu_002c-Implicit_002dButton-1">menu,
Implicit-Button</a>:</td><td> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-Outliner">menu,
Outliner</a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-reload">menu,
reload</a>:</td><td> </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> </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> </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> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-menu_002c-top_002dlevel">menu,
top-level</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a href="#Smart-Keys">Smart
Keys</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-minibuffer-arguments">minibuffer
arguments</a>:</td><td> </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-minibuffer-completion">minibuffer
completion</a>:</td><td> </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-minibuffer-menu">minibuffer
menu</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-mouse-drag_002c-explicit-link-creation">mouse drag, explicit link
creation</a>:</td><td> </td><td valign="top"><a href="#By-Dragging">By
Dragging</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-mouse-drag_002c-implicit-link-creation">mouse drag, implicit link
creation</a>:</td><td> </td><td valign="top"><a
href="#Implicit-Buttons">Implicit Buttons</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-mouse-drag_002c-link-creation">mouse drag, link
creation</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-M">M</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-magit">magit</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-exit">menu exit</a>:</td><td> </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-help">menu help</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-Ebut_002fCreate">menu item,
Ebut/Create</a>:</td><td> </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-menu-item_002c-Ebut_002fEdit">menu item,
Ebut/Edit</a>:</td><td> </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-menu-item_002c-Ebut_002fLink">menu item,
Ebut/Link</a>:</td><td> </td><td class="printindex-index-section"><a
href="#By-Link">By Link</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-menu-item_002c-Explicit_002dButton">menu item,
Explicit-Button</a>:</td><td> </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-menu-item_002c-Find_002dFile_002dAccepts_002dURLs">menu item,
Find-File-Accepts-URLs</a>:</td><td> </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> </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_002fWeb">menu item,
Find/Web</a>:</td><td> </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-FramesControl">menu item,
FramesControl</a>:</td><td> </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-Gbut_002fLink">menu item,
Gbut/Link</a>:</td><td> </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-item_002c-GrepFile">menu item,
GrepFile</a>:</td><td> </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> </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> </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-Ibut_002fActivate">menu item,
Ibut/Activate</a>:</td><td> </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-Ibut_002fCreate">menu item,
Ibut/Create</a>:</td><td> </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-Ibut_002fEdit">menu item,
Ibut/Edit</a>:</td><td> </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-Ibut_002fLink">menu item,
Ibut/Link</a>:</td><td> </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-Ibut_002fName">menu item,
Ibut/Name</a>:</td><td> </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-Ibut_002fRename">menu item,
Ibut/Rename</a>:</td><td> </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> </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-Kotl_002fExample">menu item,
Kotl/Example</a>:</td><td> </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-item_002c-LocateFiles">menu item,
LocateFiles</a>:</td><td> </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> </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> </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> </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> </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> </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-Rolo_002fToggle_002dRolo_002dDates">menu item,
Rolo/Toggle-Rolo-Dates</a>:</td><td> </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-item_002c-SaveLines">menu item,
SaveLines</a>:</td><td> </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> </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> </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> </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> </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> </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-quit">menu quit</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-menu_002c-EBut">menu, EBut</a>:</td><td> </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-entry_002fexit-commands">menu, entry/exit
commands</a>:</td><td> </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> </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> </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> </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-1">menu,
Find/Web</a>:</td><td> </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> </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> </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> </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> </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> </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> </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_002c-Ibut-1">menu, Ibut</a>:</td><td> </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> </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_002c-Implicit_002dButton-1">menu,
Implicit-Button</a>:</td><td> </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> </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> </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> </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> </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> </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> </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-Outliner">menu, Outliner</a>:</td><td> </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-reload">menu, reload</a>:</td><td> </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> </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> </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> </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">menu,
top-level</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-arguments">minibuffer
arguments</a>:</td><td> </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-minibuffer-completion">minibuffer
completion</a>:</td><td> </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-minibuffer-menu">minibuffer menu</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-explicit-link-creation">mouse drag, explicit link
creation</a>:</td><td> </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-drag_002c-implicit-link-creation">mouse drag, implicit link
creation</a>:</td><td> </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-mouse-drag_002c-link-creation">mouse drag, link
creation</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-N">N</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-name_002c-button">name,
button</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-N">N</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-name_002c-button">name, button</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-O">O</a></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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Org-ID">Org
ID</a>:</td><td> </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-link_002c-outside-Org">Org
link, outside Org</a>:</td><td> </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-mode">Org
mode</a>:</td><td> </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> </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> </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> </td><td valign="top"><a
href="#Questions-and-Answers">Questions and Answers</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-org_002drifle-package">org-rifle
package</a>:</td><td> </td><td valign="top"><a
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-org_002droam-package">org-roam
package</a>:</td><td> </td><td valign="top"><a
href="#Glossary">Glossary</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-other-frame">other
frame</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Hiding-and-Showing">Hiding and Showing</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-O">O</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-object_002doriented-code-browsing">object-oriented code
browsing</a>:</td><td> </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> </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> </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> </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> </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> </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-ID">Org
ID</a>:</td><td> </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-link_002c-outside-Org">Org link, outside
Org</a>:</td><td> </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-mode">Org
mode</a>:</td><td> </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> </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> </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> </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-org_002drifle-package">org-rifle
package</a>:</td><td> </td><td class="printindex-index-section"><a
href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-org_002droam-package">org-roam package</a>:</td><td> </td><td
class="printindex-index-section"><a href="#Glossary">Glossary</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-other-frame">other frame</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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><a name="Concept-Index_cp_letter-P">P</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-package-manager">package
manager</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-P">P</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-package-manager">package manager</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-Q">Q</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-quit-HyControl">quit
HyControl</a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-quit-menus">quit
menus</a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-Q">Q</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-quit-HyControl">quit HyControl</a>:</td><td> </td><td
class="printindex-index-section"><a href="#HyControl">HyControl</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-quit-menus">quit menus</a>:</td><td> </td><td
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-R">R</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-radio-target">radio
target</a>:</td><td> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Referent-Display">Referent Display</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-referent-point">referent
point</a>:</td><td> </td><td valign="top"><a href="#By-Link">By
Link</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-refilling">refilling</a>:</td><td> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Autonumbering">Autonumbering</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-reload-minibuffer-menus">reload
minibuffer menus</a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-reload-Smart-Key-handlers">reload Smart Key
handlers</a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-remote-file">remote
file</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-R">R</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-radio-target">radio target</a>:</td><td> </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> </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> </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> </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> </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> </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> </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-referent-point">referent point</a>:</td><td> </td><td
class="printindex-index-section"><a href="#By-Link">By Link</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-refilling">refilling</a>:</td><td> </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> </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> </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> </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> </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> </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> </td><td class="printindex-index-section"><a
href="#Autonumbering">Autonumbering</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-reload-minibuffer-menus">reload minibuffer
menus</a>:</td><td> </td><td class="printindex-index-section"><a
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-reload-Smart-Key-handlers">reload Smart Key
handlers</a>:</td><td> </td><td class="printindex-index-section"><a
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-remote-file">remote file</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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><a name="Concept-Index_cp_letter-S">S</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-save-lines">save
lines</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-Key_002c-reload">Smart
Key, reload</a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Smart-Keyboard-Keys">Smart
Keyboard Keys</a>:</td><td> </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-in-minibuffer">Smart
Keys in minibuffer</a>:</td><td> </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-smart-keys_002c-unshifted">smart
keys, unshifted</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-point">source
point</a>:</td><td> </td><td valign="top"><a href="#By-Link">By
Link</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-splitting-a-cell">splitting a
cell</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Encapsulating-Systems">Encapsulating Systems</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-S">S</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-save-lines">save lines</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-Key_002c-reload">Smart Key,
reload</a>:</td><td> </td><td class="printindex-index-section"><a
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-Smart-Keyboard-Keys">Smart Keyboard
Keys</a>:</td><td> </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-in-minibuffer">Smart Keys in
minibuffer</a>:</td><td> </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-smart-keys_002c-unshifted">smart keys,
unshifted</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-point">source point</a>:</td><td> </td><td
class="printindex-index-section"><a href="#By-Link">By Link</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-splitting-a-cell">splitting a cell</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td class="printindex-index-section"><a
href="#Encapsulating-Systems">Encapsulating Systems</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-T">T</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-table-of-contents">table of
contents</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Displaying-Items">Displaying Items</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-troubleshooting-Smart-Keys">troubleshooting Smart
Keys</a>:</td><td> </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> </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> </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> </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> </td><td valign="top"><a
href="#Creating-Types">Creating Types</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-T">T</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-table-of-contents">table of contents</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#Displaying-Items">Displaying
Items</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-troubleshooting-Smart-Keys">troubleshooting Smart
Keys</a>:</td><td> </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> </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> </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> </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> </td><td
class="printindex-index-section"><a href="#Creating-Types">Creating
Types</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-U">U</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-unbury-buffer">unbury
buffer</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-use-cases">use
cases</a>:</td><td> </td><td valign="top"><a
href="#Menus">Menus</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-USENET">USENET</a>:</td><td> </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> </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> </td><td valign="top"><a
href="#Implicit-Button-Types">Implicit Button Types</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-U">U</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-unbury-buffer">unbury buffer</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-use-cases">use
cases</a>:</td><td> </td><td class="printindex-index-section"><a
href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-USENET">USENET</a>:</td><td> </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> </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> </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><a name="Concept-Index_cp_letter-V">V</a></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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a href="#Action-Types">Action
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-version-control-2">version
control</a>:</td><td> </td><td valign="top"><a href="#Action-Types">Action
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-version-control-3">version
control</a>:</td><td> </td><td valign="top"><a href="#Action-Types">Action
Types</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-version-control-4">version
control</a>:</td><td> </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> </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> </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> </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-Vertico-completion">Vertico
completion</a>:</td><td> </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-video">video</a>:</td><td> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-view">view</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Buttons-in-Mail">Buttons in Mail</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-V">V</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-variable-display-implicit-button">variable display implicit
button</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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-Vertico-completion">Vertico completion</a>:</td><td> </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-video">video</a>:</td><td> </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-view">view</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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><a name="Concept-Index_cp_letter-W">W</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-W3">W3</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </td><td valign="top"><a
href="#Smart-Key-_002d-WWW-URLs">Smart Key - WWW URLs</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-W">W</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-W3">W3</a>:</td><td> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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> </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><a name="Concept-Index_cp_letter-X">X</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-xdb">xdb</a>:</td><td> </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> </td><td valign="top"><a
href="#Smart-Key-Thing-Selection">Smart Key Thing Selection</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-X">X</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-xdb">xdb</a>:</td><td> </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> </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><a name="Concept-Index_cp_letter-Y">Y</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-yank-region">yank
region</a>:</td><td> </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> </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> </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> </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> </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-youtube">youtube</a>:</td><td> </td><td valign="top"><a
href="#Action-Types">Action Types</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-Y">Y</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-yank-region">yank region</a>:</td><td> </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> </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> </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> </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> </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-youtube">youtube</a>:</td><td> </td><td
class="printindex-index-section"><a href="#Action-Types">Action
Types</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th><a name="Concept-Index_cp_letter-Z">Z</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a
href="#index-zooming">zooming</a>:</td><td> </td><td valign="top"><a
href="#HyControl">HyControl</a></td></tr>
+<tr><th id="Concept-Index_cp_letter-Z">Z</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a
href="#index-zooming">zooming</a>:</td><td> </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: </th><td><a class="summary-letter"
href="#Concept-Index_cp_symbol-1"><b><</b></a>
+<table class="cp-letters-footer-printindex"><tr><th>Jump to:
</th><td><a class="summary-letter-printindex"
href="#Concept-Index_cp_symbol-1"><b><</b></a>
-<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>
<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
-<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>
</td></tr></table>
+</div>
-<hr>
+</div>
diff --git a/man/hyperbole.info b/man/hyperbole.info
index 4b63009c42..259146d6a3 100644
Binary files a/man/hyperbole.info and b/man/hyperbole.info differ
diff --git a/man/hyperbole.pdf b/man/hyperbole.pdf
index cfbd26c5f8..e2663b203f 100644
Binary files a/man/hyperbole.pdf and b/man/hyperbole.pdf differ
diff --git a/man/hyperbole.texi b/man/hyperbole.texi
index 3265bc0f06..7b883d768f 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: 1-Oct-23 at 20:19:05 by Bob Weiner
+@c Last-Mod: 29-Oct-23 at 17:52:38 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 October 1, 2023.
+Printed October 29, 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
-October 1, 2023
+October 29, 2023
Published by the Free Software Foundation, Inc.
Author: Bob Weiner
@@ -520,32 +520,33 @@ describes Hyperbole, lists some of its potential
applications, and
explains how to subscribe to its mail lists.
Throughout this manual, sequences of keystrokes are delimited by curly
-braces @bkbd{@{ @}}, function and variable names use this @code{typeface}.
+braces @kbd{@{ @}}; function and variable names use this @code{typeface}.
@noindent
In brief, Hyperbole lets you:
@itemize @bullet
@item
-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.
+Quickly create typed hyperlink buttons either from the keyboard or by
+dragging between a source and destination window with a mouse button
+depressed. Activate Hyperbole buttons by pressing/clicking on them or
+by name;
@item
-Activate many kinds of @emph{implicit buttons} 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.
+Activate many kinds of @emph{implicit buttons} recognized by context
+within text buffers, e.g. URLs, pathnames with section anchors, grep
+output lines, and git commits. A single key, @bkbd{M-@key{RET}}, or
+mouse button automatically does the right thing in dozens of contexts;
+just press and go;
@item
-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;
+Build outlines with multi-level, numbered outline nodes, e.g. 1.4.8.6,
+that all renumber automatically when any cell (node) or tree is moved
+in the outline. Each cell also has a permanent hyperlink anchor that
+you can reference from any other cell;
@item
-Manage all your contacts or record-based, unstructured nodes quickly with
+Manage all your contacts or record-based, unstructured texts 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;
@@ -569,26 +570,26 @@ major web search engines with the touch of a few keys.
@node Manual Overview, Motivation, Introduction, Introduction
@section Manual Overview
-Hyperbole is an efficient, programmable hypertextual information
-management system. It is intended for everyday work on any GNU Emacs
-platform. Hyperbole allows hypertext buttons to be embedded within
-unstructured and structured files, mail messages and news articles.
-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).
+Hyperbole is an efficient, programmable hypertextual information management
+system. It is intended for everyday work on any GNU Emacs platform.
+Hyperbole allows hypertext buttons to be embedded within unstructured and
+structured files, mail messages and news articles. It offers intuitive
+keyboard and 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.
@cindex file, FAST-DEMO
@cindex Hyperbole demo
@cindex demo file
@cindex tutorial
This is a reference manual with extensive details about Hyperbole use. If
-you prefer a simpler, more interactive introduction to Hyperbole,
-the @file{FAST-DEMO} file included in the Hyperbole distribution demonstrates
-many of Hyperbole'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,
-(@pxref{Setup}), you can access the FAST-DEMO with the key sequence @bkbd{C-h h
-d d}.
+you prefer a simpler, more interactive introduction to Hyperbole, the
+@file{FAST-DEMO} file included in the Hyperbole distribution demonstrates
+many of Hyperbole's standard facilities without the need to read through this
+reference manual. The @file{FAST-DEMO} is a good way to rapidly understand
+some of what Hyperbole can do for you. Once Hyperbole is installed,
+(@pxref{Setup}), you can access the @file{FAST-DEMO} with the key sequence
+@bkbd{C-h h d d}.
@xref{Glossary}, for definitions of Hyperbole terms. In some cases,
terms are not precisely defined within the body of this manual since they
@@ -597,50 +598,47 @@ 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.
-@xref{Setup}, 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's basic operation.
+@xref{Setup}, 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's basic operation.
@xref{Suggestion or Bug Reporting}, 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, @pxref{Questions
-and Answers}. If you are interested in classic
-articles on hypertext, @pxref{References}.
+question, suggest a feature or report a bug in Hyperbole. A few commonly
+asked questions are answered in this manual, @pxref{Questions and Answers}.
+If you are interested in classic articles on hypertext, @pxref{References}.
@xref{Smart Keys}, for an explanation of the innovative, context-sensitive
-mouse and keyboard Action and Assist Keys offered by Hyperbole.
-@xref{Smart Key Reference}, for a complete reference on what the Action
-and Assist Keys do in each particular context that they recognize.
-@xref{Smart Key Argument Selection}, for how Hyperbole speeds selection of
-prompted for arguments.
+mouse and keyboard Action and Assist Keys offered by Hyperbole. @xref{Smart
+Key Reference}, for a complete reference on what the Action and Assist Keys
+do in each particular context they recognize. @xref{Smart Key Argument
+Selection}, for how Hyperbole speeds selection of values when prompting for
+arguments.
Keep in mind as you read about using Hyperbole that in many cases, it
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.
+work styles. In such instances, you need learn only one technique that suits
+you.
@xref{Buttons}, for an overview of Hyperbole buttons and how to use them.
@xref{Menus}, for summaries of Hyperbole menu commands and how to use
-the minibuffer-based menus that work on dumb terminals, PCs or workstations.
+the minibuffer-based menus that work on any display that Emacs supports.
-@xref{HyControl}, for how to quickly and interactively control your Emacs
-windows and frames and what they display.
+@xref{HyControl}, for how to quickly and interactively control what your
+Emacs windows and frames display and where they appear.
@xref{Koutliner}, for concept and usage information on the
autonumbered, hypertextual outliner. @xref{Koutliner Keys}, for a full
summary of the outliner commands that are bound to keys.
-@xref{HyRolo}, for concept and usage information on the
-rapid lookup, hierarchical, free text record management system included
-with Hyperbole.
+@xref{HyRolo}, for concept and usage information on the rapid lookup,
+hierarchical, full-text record management system included with Hyperbole.
@xref{Window Configurations}, 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.
+Such configurations last throughout a single session of editor
+usage only.
@xref{Developing with Hyperbole}, if you are a developer who is
comfortable with Lisp.
@@ -659,7 +657,7 @@ e-mail messages, faxes, voice mail and web pages.
The rise of the web has demonstrated how hypertext technologies can be used
to build massive organized repositories of scattered information. But
assembling information for the web still remains a great challenge and the
-data formats of the web are too structured to deal with the great variety
+data formats of the web are too structured to deal with the wide variety
of information that people process. Modern web development requires the
use of many languages: HTML, JavaScript, and CSS. This in itself prevents
its use as the prime means of organizing and interlinking the constant
@@ -667,17 +665,19 @@ flows of daily information.
GNU Hyperbole takes a distinctly different approach. It has its own
hypertext technology that can interface perfectly with web links but which
-are much easier to create (simply drag from the source to the destination
-of a link to create a new hyperlink). Hyperbole hyperbuttons can link not
-only to static information but can perform arbitrary actions (through the
-use of button types written in a single, highly interactive language, Emacs
-Lisp). Hyperbole adds all of this power to your written documents, e-mail,
-news articles, contact management, outlines, directory listings, and much
-more. Hyperbole works well with the very latest versions of GNU Emacs
-across every editing and viewing mode in Emacs.
+are much easier to create (simply drag from the source to the destination of
+a link to create a new hyperlink). Hyperbole hyperbuttons can link not only
+to static information but can perform arbitrary actions (through the use of
+button types written in a single, highly interactive language, Emacs Lisp).
+Hyperbole adds all of this power to your written documents, e-mail, news
+articles, contact management, outlines, directory listings, and much more.
+Hyperbole works well with the very latest versions of GNU Emacs across every
+editing and viewing mode in Emacs. It's core hypertext capabilities operate
+as a global minor mode available across most file types, unlike Org mode
+which is its own structured file format.
Unlock the power of GNU Hyperbole to make your information work for you.
-One system. One language. One manual. One solution. Learn Hyperbole and
+One system. One language. One manual. One solution. Learn Hyperbole and
start moving further, faster.
@node Hyperbole Overview, Mail Lists, Motivation, Introduction
@@ -713,82 +713,106 @@ 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. @bkbd{C-u
M-@key{RET}} 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).
+or if someone emails you a button (Hyperbole allows embedding buttons
+in email messages too).
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, @pxref{Installation}. Most
+dependencies outside of built-in Emacs libraries, @pxref{Installation}. 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.
+there is no risk in giving it a spin.
Once you have it installed, try the interactive demo with @bkbd{C-h h d d}.
-In fact, if you have Hyperbole loaded, you can press @bkbd{M-@key{RET}}
-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).
+In fact, if you have Hyperbole loaded and you use the Emacs Info reader to
+read this manual, you can press @bkbd{M-@key{RET}} 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).
Hyperbole can dramatically increase your productivity and greatly reduce
the number of keyboard/mouse keys you'll need to work efficiently.
@page
@noindent
-Hyperbole consists of five parts:
+Hyperbole consists of five parts.
@table @emph
@item Buttons and Smart Keys
-Hyperbole hyperlink and other kinds of buttons @dfn{explicit buttons} may
-be added to documents with a simple drag between windows, no markup
-language needed. @dfn{Implicit buttons} 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. @dfn{Global buttons} are buttons that are
-activated by name from anywhere within Emacs. @xref{Buttons}.
-
-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.
-
-Hyperbole includes two special @dfn{Smart Keys}, 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. @xref{Smart Keys}.
-
-@item Contact and Text Finder
-an interactive, textual information management interface, including
-fast, flexible file and text finding commands. A powerful, hierarchical
-contact manager, @pxref{HyRolo}, 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;
-
-@item Screen Control
+There are three categories of buttons:
+
+@table @dfn
+@item explicit buttons
+may be added to documents with a simple drag between windows, no markup
+language needed. With two windows on screen, an explicit link button can be
+created at point in the current buffer linking to the position in the other
+window's buffer by pressing @bkbd{C-h h e l}.
+
+@item Implicit buttons
+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.
+
+With two windows on screen, an implicit link button can be created at point
+in the current buffer linking to the position in the other window's buffer by
+pressing @bkbd{C-h h i l}. Use @bkbd{C-u C-h h i l} instead to be prompted
+for a name for the implicit button.
+
+@item Global buttons
+are buttons that are activated by name from anywhere within Emacs. They may
+be either explicit or named implicit buttons. They are the named buttons
+stored in the a user's personal button file, directly editable from the
+minibuffer menu with @bkbd{C-h h b p}.
+
+With two windows on screen, a global explicit link button can be created at
+point in the current buffer linking to the position in the other window's
+buffer by pressing @bkbd{C-h h g l}. Use @bkbd{C-u C-h h g l} instead to
+create a named global implicit button.
+@end table
+
+Buttons are activated by pressing @bkbd{M-@key{RET}} on them, clicking them
+with a dedicated mouse button, or by referencing them by name (global
+buttons that can be activated regardless of what is on screen). Users
+create and activate Hyperbole buttons; @pxref{Buttons}. Emacs Lisp
+programmers can develop new button types and actions. @xref{Creating
+Types}.
+
+Hyperbole includes two special @dfn{Smart Keys}, 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. @xref{Smart
+Keys}.
+
+@item HyRolo
+a powerful, hierarchical contact manager 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 in any number of Org or Markdown files. Hyperbole buttons may
+be embedded in any records. @xref{HyRolo}.
+
+@item HyControl
the fastest, easiest-to-use window and frame control available for GNU
-Emacs, @pxref{HyControl}. With just a few keystrokes, you can shift from
+Emacs. With just a few keystrokes, you can shift from
increasing a window'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
other features; this allows Hyperbole to quickly control the way
-information is presented on-screen;
-
-@item Hypertextual Outliner
-an advanced outliner, @pxref{Koutliner}, 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;
-
-@item Programming Library
-a set of programming libraries, @pxref{Developing with Hyperbole}, 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
-for real-world usage and is well structured).
+information is presented on-screen. @xref{HyControl}.
+
+@item Koutliner
+an advanced outliner 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. @xref{Koutliner}.
+
+@item Hyperbole API
+a set of programming libraries 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 for real-world usage and is well structured). @xref{Developing
+with Hyperbole}.
@end table
@kindex C-h h d d
@@ -6013,9 +6037,7 @@ so.
@cindex menubar menu, HyRolo
@cindex menubar menu, Rolo
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.
-@bkbd{C-mouse-3} pops up the mode-specific menu in Emacs. Experiment with
-the menu or read the following sections explaining commands.
+set of commands as the menubar Rolo menu but with more concise labels.
@cindex Rolo commands
@cindex HyRolo commands
@@ -6035,7 +6057,9 @@ the menu or read the following sections explaining
commands.
@findex hyrolo-word
@findex hyrolo-yank
The minibuffer Rolo/ menu offers the following commands (ConsultFind
-and HelmFind appear only when associated packages are loaded):
+and HelmFind appear only when associated packages are loaded but are
+especially noteworthy as they allow for line-level searching with
+interactive search pattern narrowing):
@example
@group
@@ -7423,12 +7447,22 @@ abstraction.
@cindex consult package
@cindex consult-org-roam package
@findex hsys-org-roam-consult-grep
+@vindex org-roam-directory
+@findex hsys-org-consult-grep
+@vindex org-directory
@item Consult
An Emacs extension package that provides asynchronous search and narrow
wrappers around common search commands like grep, ripgrep, find and
-locate. Hyperbole optionally utilizes this to search the HyRolo. Use
-@code{M-x hsys-org-roam-consult-grep RET} to search Org Roam notes
-similarly.
+locate.
+
+Hyperbole uses this package to provide convenience commands for line-oriented
searches.
+@table @kbd
+@item @{M-x hsys-org-roam-consult-grep @key{RET}@}
+Searches Org Roam notes in @code{org-roam-directory} with consult.
+
+@item @{M-x hsys-org-consult-grep @key{RET}@}
+Searches Org notes in @code{org-directory} with consult.
+@end table
@item Context
A programmatic or positional state recognized by Hyperbole.
@@ -11364,8 +11398,8 @@ be slow. Here are some new features we have in mind,
however.
@item Button Copying, Killing, and Yanking
There is as yet no means of transferring explicit buttons among
-buffers. We realize this is an important need. Users should be able to
-manipulate text with embedded buttons in ordinary ways. With this
+buffers. We realize this is an important need. Users should be able
+to manipulate text with embedded buttons in ordinary ways. With this
feature, Hyperbole would store the button attributes as text
properties within the buffers so that if a button is copied, its
attributes follow. When a buffer is saved, the attributes also will
diff --git a/test/hibtypes-tests.el b/test/hibtypes-tests.el
index 5f7908ff03..93f6ebd6ba 100644
--- a/test/hibtypes-tests.el
+++ b/test/hibtypes-tests.el
@@ -107,7 +107,7 @@
"Pathname with anchor and line specification."
(unwind-protect
(with-temp-buffer
- (insert "\"${hyperb:dir}/DEMO#Smart Keys:2\"")
+ (insert "\"${hyperb:dir}/DEMO#Smart Keys:3\"")
(goto-char 2)
(ibtypes::pathname)
(should (string= "DEMO" (buffer-name)))
diff --git a/test/hmouse-drv-tests.el b/test/hmouse-drv-tests.el
index 0cfda76d99..b46ca20c31 100644
--- a/test/hmouse-drv-tests.el
+++ b/test/hmouse-drv-tests.el
@@ -353,7 +353,7 @@
"Text\n* Anchor\nNext Line\n")))
(unwind-protect
(with-temp-buffer
- (insert (concat "\"" file "#Anchor:1\""))
+ (insert (concat "\"" file "#Anchor:2\""))
(goto-char 2)
(action-key)
(should (string= file (buffer-file-name)))
@@ -366,7 +366,7 @@
"Text\n* Anchor\nNext Line\n")))
(unwind-protect
(with-temp-buffer
- (insert (concat "\"" file "#Anchor:1:5\""))
+ (insert (concat "\"" file "#Anchor:2:5\""))
(goto-char 2)
(action-key)
(should (string= file (buffer-file-name)))
diff --git a/test/hui-tests.el b/test/hui-tests.el
index 93ecdd5024..e00807dc55 100644
--- a/test/hui-tests.el
+++ b/test/hui-tests.el
@@ -3,7 +3,7 @@
;; Author: Mats Lidell <matsl@gnu.org>
;;
;; Orig-Date: 30-Jan-21 at 12:00:00
-;; Last-Mod: 17-Jun-23 at 23:02:12 by Bob Weiner
+;; Last-Mod: 30-Oct-23 at 02:02:00 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -333,7 +333,7 @@ Ensure modifying the button but keeping the label does not
create a double label
;; Within link
(forward-char 1)
- (should (looking-at-p "@ 1"))
+ (should (looking-at-p "#1"))
(setq klink (klink:parse (hui:delimited-selectable-thing)))
(should (string= (cadr klink) "1"))
(should (string-match kotl-file (car klink))))
@@ -355,7 +355,7 @@ Ensure modifying the button but keeping the label does not
create a double label
(kotl-mode:add-cell)
(yank)
(kotl-mode:beginning-of-cell)
- (should (looking-at-p "<@ 1>"))
+ (should (looking-at-p "<#1>"))
(forward-char 1)
(should (equal (hattr:get (hbut:at-p) 'actype) 'klink:act)))
(hy-delete-file-and-buffer kotl-file))))
@@ -377,7 +377,7 @@ Ensure modifying the button but keeping the label does not
create a double label
(find-file other-file)
(yank)
(kotl-mode:beginning-of-cell)
- (should (looking-at-p (concat "<" (file-name-nondirectory kotl-file)
", 1>")))
+ (should (looking-at-p (concat "<" (file-name-nondirectory kotl-file)
"#1>")))
(forward-char 1)
(should (equal (hattr:get (hbut:at-p) 'actype) 'klink:act)))
(hy-delete-file-and-buffer kotl-file)
@@ -400,7 +400,7 @@ Ensure modifying the button but keeping the label does not
create a double label
(find-file other-file)
(yank)
(beginning-of-buffer)
- (should (looking-at-p (concat "<" (file-name-nondirectory kotl-file)
", 1>")))
+ (should (looking-at-p (concat "<" (file-name-nondirectory kotl-file)
"#1>")))
(forward-char 1)
(should (equal (hattr:get (hbut:at-p) 'actype) 'klink:act)))
(hy-delete-file-and-buffer kotl-file)
@@ -425,7 +425,7 @@ Ensure modifying the button but keeping the label does not
create a double label
(yank)
(save-buffer 0)
(beginning-of-buffer)
- (should (looking-at-p (concat "<" kotl-file ", 1>")))
+ (should (looking-at-p (concat "<" kotl-file "#1>")))
(forward-char 1)
(should (equal (hattr:get (hbut:at-p) 'actype) 'klink:act)))
(hy-delete-file-and-buffer kotl-file)
@@ -450,7 +450,7 @@ Ensure modifying the button but keeping the label does not
create a double label
(kotl-mode:add-cell)
(insert-register ?a)
(kotl-mode:beginning-of-cell)
- (should (looking-at-p "<@ 1>"))
+ (should (looking-at-p "<#1>"))
(forward-char 1)
(should (equal (hattr:get (hbut:at-p) 'actype) 'klink:act)))
(hy-delete-file-and-buffer kotl-file))))
@@ -475,7 +475,7 @@ Ensure modifying the button but keeping the label does not
create a double label
(find-file other-file)
(insert-register ?a)
(kotl-mode:beginning-of-cell)
- (should (looking-at-p (concat "<" (file-name-nondirectory kotl-file)
", 1>")))
+ (should (looking-at-p (concat "<" (file-name-nondirectory kotl-file)
"#1>")))
(forward-char 1)
(should (equal (hattr:get (hbut:at-p) 'actype) 'klink:act)))
(hy-delete-file-and-buffer kotl-file)
@@ -500,7 +500,7 @@ Ensure modifying the button but keeping the label does not
create a double label
(find-file other-file)
(insert-register ?a)
(beginning-of-buffer)
- (should (looking-at-p (concat "<" (file-name-nondirectory kotl-file)
", 1>")))
+ (should (looking-at-p (concat "<" (file-name-nondirectory kotl-file)
"#1>")))
(forward-char 1)
(should (equal (hattr:get (hbut:at-p) 'actype) 'klink:act)))
(hy-delete-file-and-buffer kotl-file)
@@ -527,7 +527,7 @@ Ensure modifying the button but keeping the label does not
create a double label
(insert-register ?a)
(save-buffer 0)
(beginning-of-buffer)
- (should (looking-at-p (concat "<" kotl-file ", 1>")))
+ (should (looking-at-p (concat "<" kotl-file "#1>")))
(forward-char 1)
(should (equal (hattr:get (hbut:at-p) 'actype) 'klink:act)))
(hy-delete-file-and-buffer kotl-file)
- [elpa] externals/hyperbole e705c79329 26/28: Hyperbole Keys defer to any bindings in current modes, (continued)
- [elpa] externals/hyperbole e705c79329 26/28: Hyperbole Keys defer to any bindings in current modes, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole d1c803d25e 24/28: Fix hyrolo-tests.el sorting tests and hyrolo-outline-level handling, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole c371a2dae9 28/28: Merge pull request #405 from rswgnu/rsw, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole c1d69b06bc 05/28: Remove leading blank lines inserted by viewer function, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole cd451895ae 09/28: Fix smart-tag not finding some vars and markdown link handling, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole 082b273f8b 11/28: hui:link-possible-types - fix to not default when on dirs or files, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole ee170207f6 19/28: Merge remote branch 'rsw' into rsw, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole 9418ab1112 17/28: Merge branch 'master' into rsw, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole 69fcfc23b7 25/28: Many small fixes and doc updates prior to V9 release, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole 2e50a83011 01/28: Fixes for direct link creation, path handling and org-id buttons, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole 1d2f6cdf76 13/28: Klinks update to new format <file#cell-ref|viewspec>,
ELPA Syncer <=
- [elpa] externals/hyperbole 6434f56c0e 21/28: hui:link-possible-types - Fix CI/CD build error, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole 815638155a 22/28: HyRolo - add hyrolo-file-list support for directories and wildcards, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole 16f13e350d 27/28: Merge branch 'master' into rsw, ELPA Syncer, 2023/11/21