[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole c371a2dae9 28/28: Merge pull request #405 fro
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hyperbole c371a2dae9 28/28: Merge pull request #405 from rswgnu/rsw |
Date: |
Tue, 21 Nov 2023 12:58:20 -0500 (EST) |
branch: externals/hyperbole
commit c371a2dae9da86c1f9a3b03a35a599ccc6e2d7ba
Merge: 3049d58a75 16f13e350d
Author: Robert Weiner <rsw@gnu.org>
Commit: GitHub <noreply@github.com>
Merge pull request #405 from rswgnu/rsw
Many small fixes and doc updates prior to V9 release
---
ChangeLog | 69 +
FAST-DEMO | 54 +-
HY-ANNOUNCE | 12 +-
HY-CONCEPTS.kotl | 205 +-
HY-NEWS | 76 +-
Makefile | 13 +-
TAGS | 3371 -----------
hib-kbd.el | 4 +-
hload-path.el | 7 +-
hmouse-tag.el | 69 +-
hpath.el | 13 +-
hui-mini.el | 25 +-
hui-select.el | 61 +-
hycontrol.el | 112 +-
hypb.el | 8 +-
hyrolo.el | 9 +-
kotl/kotl-mode.el | 7 +-
man/hyperbole.html | 15695 +++++++++++++++++++++++++++------------------------
man/hyperbole.info | Bin 614586 -> 615914 bytes
man/hyperbole.pdf | Bin 1367102 -> 1370428 bytes
man/hyperbole.texi | 143 +-
test/demo-tests.el | 41 +-
22 files changed, 8961 insertions(+), 11033 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 858d1e7ac6..3277232a20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2023-11-21 Bob Weiner <rsw@gnu.org>
+
+* hui-select.el (hui-select-initialize): Fix to set 'syntax-table-sym'
+ and 'keymap-sym' locally within the function rather than globally
+ which would affect modes beyond those in 'hui-select-markup-modes'.
+ (hui-select-goto-matching-delimiter): If the key that
+ invokes this command in hyperbole-minor-mode is also bound in the
+ current major mode map, then interactively invoke that command
+ instead. Typically prevents clashes over {C-c .}. Previously
+ did this only for 'org-mode' but 'kotl-mode' also has a conflict
+ that this fixes.
+ (hui-select-thing): Apply the same above fix for
+ {C-c RET}, {C-c C-m}.
+ hui-mini.el (hui-search-web): Apply the same above fix for {C-c /}.
+ hycontrol.el (hycontrol-windows-grid): Apply the same above fix for
+ {C-c @} and fix 'outline-minor-mode' handling as a prefix keymap.
+ HY-NEWS (HYPERBOLE SYSTEM): Document the above fix.
+
+2023-11-19 Bob Weiner <rsw@gnu.org>
+
+* test/demo-tests.el: Fix a number of these tests to be a bit more
+ robust and/or simpler.
+
+* TAGS: Remove from git but keep including in packages and tarballs.
+
+* hycontrol.el (hycontrol-windows-grid): Update to defer to outline
+ mode keybindings in much fewer contexts. Most windows-grid prefix
+ args cannot be used by these modes, so execute the windows-grid
+ command rather than deferring to these modes.
+
+* hypb.el (hypb:display-file-with-logo): Fix banner insertion if buffer
+ is read-only when created.
+
+* hycontrol.el (hycontrol-windows-grid-by-file-pattern): Fix to error
+ when num-files or grid-size is zero.
+
+* FAST-DEMO (Implicit Buttons, Hyperbole Explicit and Global Buttons):
+ Update to document implicit and explicit link button creation with
+ two or more windows on screen.
+
+* man/hyperbole.texi (HyRolo Settings): Document hyrolo-file-list
+ support for wildcards, variables and directories.
+
+* hyrolo.el (hyrolo-expand-path-list):
+ hpath.el (hpath:expand-list): Expand file wildcards only when
+ 'find-file-wildcards' is non-nil and document this.
+
+* hmouse-tag.el (smart-lisp-at-known-identifier-p,
+ smart-lisp-find-tag,
+ smart-lisp-at-definition-p): Add support for 'ert-deftest'
+ definitions.
+ (smart-entire-tags-table-list): Add to compute full list
+ of tags tables to use. Use in 'smart-tags-display' and in
+ 'smart-tags-find-p'.
+ (smart-tags-find-p): Fix that an existing 'tags-table-list'
+ was overriding 'smart-tags-file-list'.
+ HY-NEWS (ERT Test Case Symbols Jump to Definition): Document new smart
+ tags support for ert test case symbols.
+
+* Makefile (LET_VARIABLES): Add to batch tests to automatically enable
+ local variables in Hyperbole files that are tested.
+
+* kotl/kotl-mode.el (kotl-mode:split-cell): Remove any whitespace around
+ point before splitting the cell.
+
+* HY-CONCEPTS.kotl: Expand and improve button descriptions
+ FAST-DEMO: Add pointers to "HY-CONCEPTS.kotl", default to Org mode with
+ Smart Keys active.
+
2023-11-17 Bob Weiner <rsw@gnu.org>
* test/hyrolo-tests.el (hyrolo-sort-records-at-different-levels): Add
diff --git a/FAST-DEMO b/FAST-DEMO
index 8b9388f96c..ed1b6d9050 100644
--- a/FAST-DEMO
+++ b/FAST-DEMO
@@ -1,9 +1,13 @@
+;;; -*- Mode: org; org-cycle-global-at-bob: t; hsys-org-enable-smart-keys: t
-*-
+
* GNU Hyperbole Fast Demo by Bob Weiner
Send an email or a testimonial if you like Hyperbole to <rsw@gnu.org>.
This demo is the fast way to get started with Hyperbole after installation.
The prior, lengthier Hyperbole demo/tutorial can be found in this file:
"DEMO".
+ For a non-interactive introduction to Hyperbole concepts, see
"HY-CONCEPTS.kotl".
+
* Introductory Videos
@@ -113,12 +117,23 @@
You can simply type implicit buttons into a buffer or you can use {C-h h i
c} to create them and give them names. To create an implicit link button
from a buffer in one window to another, simply depress the Assist Mouse
- Key where you want the new button (but not within a draggable item), drag
- to a point in another Emacs window and release. An implicit link button
- of an appropriate type for the release context will be inserted at the
- original depress point.
+ Key (not the Action Mouse Key) where you want the new button (but not
+ within a draggable item), drag to a point in another Emacs window and
+ release. An implicit link button of an appropriate type for the release
+ context will be inserted at the original depress point.
+
+ If you have exactly two Emacs windows in your current frame or exactly two
+ windows visible across two Emacs frames, there is an even simpler way to
+ create implicit links. Use the Link menu item, {C-h h i l}, to create a
+ new unnamed implicit link button or to edit the one at point. {C-u C-h h
+ i l} 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. 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.
-* Pathname Implicit Buttons
+
+** Pathname Implicit Buttons
"HY-NEWS#ORG MODE:2:6" - outline section anchor & relative line number
@@ -164,7 +179,7 @@
be more Info links below.
-* Key Series Implicit Buttons
+** Key Series Implicit Buttons
A key series is an arbitrary length set of Emacs keystrokes surrounded by
braces, like a visual keyboard macro. RET, SPC and ESC are translated
@@ -215,7 +230,7 @@
Buffer list of directory buffers only
-* Posix/Linux Shell Command Implicit Buttons
+** Posix/Linux Shell Command Implicit Buttons
Some of the below commands require recursive use of the minibuffer, so
let's
ensure that is enabled:
@@ -252,20 +267,20 @@
command.
-* Grep Messages, Stack Traces, Man Page Apropos Implicit Buttons
+** Grep Messages, Stack Traces, Man Page Apropos Implicit Buttons
These implicit buttons typically appear in shell buffers. You issue a
shell command and then use {M-RET} or SHIFT-MIDDLE-MOUSE on the output
lines of the command to display the associated reference.
-** grep -n gbut:label-list *.el
+*** grep -n gbut:label-list *.el
hactypes.el:454: (mapcar #'list
(gbut:label-list))
hbut.el:605: (mapcar #'list (gbut:label-list))
An Action Key press anywhere on the text of the two above output lines
from a grep -n or a ripgrep command jumps to the referenced line.
-** python topwin.py
+*** python topwin.py
Traceback (most recent call last):
File "topwin.py", line 18, in <module>
import Quartz
@@ -274,7 +289,7 @@ Traceback (most recent call last):
the source of the error. You can jump into any stack frame this way
when debugging from pretty much any language, even in a regular shell.
-** man -k spell
+*** man -k spell
aspell(1) - interactive spell checker
aspell-import(1) - import old personal dictionaries into GNU Aspell
pspell-config(1) - prints information about a libpspell installation
@@ -283,7 +298,7 @@ pspell-config(1) - prints information about a
libpspell installation
the associated man documentation page.
-* Action Buttons
+** Action Buttons
These are a generalized form of implicit buttons.
@@ -314,7 +329,7 @@ pspell-config(1) - prints information about a
libpspell installation
cell clipped to 2.
-* Many More Implicit Button Types to Learn Across Time
+** Many More Implicit Button Types to Learn Across Time
Activate this button, <emacs-lisp-mode>, to set this buffer into Emacs Lisp
mode. Then an Action Key press on each of the implicit button types below
@@ -362,8 +377,11 @@ learn how to create new kinds of implicit button and
action types, see:
hyperbuttons, there is no markup language to learn nor specific document
format required. You can create explicit buttons with simple keyboard
presses or mouse drags from one window to another (when not on a draggable
- item). See the {C-h h e} menu for explicit button commands. See
- "DEMO#Explicit Buttons" or "(hyperbole)Explicit Buttons" for more detail.
+ item). See the {C-h h e} menu for explicit button commands.
+ {C-h h e c} creates an explicit button and {C-h h e l} creates an explicit
+ link button between two windows, just like their counterparts for implicit
+ butons. See "DEMO#Explicit Buttons" or "(hyperbole)Explicit Buttons" for
+ more detail.
`Global buttons' are labeled Hyperbole buttons in your personal button
file, {C-h h b p}. All global buttons are activated by name with
@@ -415,7 +433,10 @@ learn how to create new kinds of implicit button and
action types, see:
* Reference Documentation
As noted at the start, "DEMO" provides a more extensive, interactive look
- into Hyperbole.
+ into Hyperbole, {C-h h d d}.
+
+ For a quick, non-interactive introduction to Hyperbole concepts, use
+ "HY-CONCEPTS.kotl" available with {C-h h d c}.
For those who want the deepest knowledge of Hyperbole, there is the long
Hyperbole reference manual that you can read in sections. This covers in
@@ -429,4 +450,3 @@ learn how to create new kinds of implicit button and action
types, see:
"man/hyperbole.html" - web HTML version
"man/hyperbole.pdf" - printable version
"man/hyperbole.texi" - source form
-
diff --git a/HY-ANNOUNCE b/HY-ANNOUNCE
index 160919a34a..82c99bcaff 100644
--- a/HY-ANNOUNCE
+++ b/HY-ANNOUNCE
@@ -7,19 +7,23 @@ Subject: GNU Hyperbole Major Release 9
========================================================================
GNU Hyperbole 9.0.0, the Rhapsody release, is now available on GNU ELPA.
+And oh what a release it is: extensive new features, new video demos,
+org and org roam integration, Markdown and Org file support in HyRolo,
+recursive directory and wildcard file scanning in HyRolo and much more.
+
Hyperbole is a unique hypertextual information management Emacs package
that works across all Emacs modes, letting the computer do the hard work
while you benefit from its sophisticated context-sensitive linking and
navigation capabilities. Hyperbole has always been one of the best
-documented Emacs packages. With Version 8 comes excellent test coverage:
-over 200 automated tests to ensure quality. We hope you'll give it a try.
+documented Emacs packages. With Version 9 comes excellent test coverage:
+over 340 automated tests to ensure quality. We hope you'll give it a try.
What's new in this release is described here:
www.gnu.org/s/hyperbole/HY-NEWS.html
- Everything back until release 8.0.0 is new since the last major
- release announcement (almost a year ago), so updates are extensive.
+ Everything back until release 8.0.0 is new since the last major release
+ announcement (almost a year and a half ago), so updates are extensive.
If you prefer video introductions, visit the videos linked to below; otherwise,
skip to the next section.
diff --git a/HY-CONCEPTS.kotl b/HY-CONCEPTS.kotl
index 7f15930f89..1197eb2cb4 100644
--- a/HY-CONCEPTS.kotl
+++ b/HY-CONCEPTS.kotl
@@ -19,37 +19,72 @@
1c. The "HY-ABOUT" file on {C-h h d a} is a gentler, less detailed
introduction to what Hyperbole offers.
- 2. GNU Hyperbole is a single turnkey Emacs package with no external package
+ 1d. To see what is new in Hyperbole from the Doc/News item, you use the
+ key series, {C-h h d n}.
+
+ 2. GNU Hyperbole is a turnkey Emacs package with no external package
requirements that offers an extensive, extensible, hypertextual
information management system. It works with all kinds of file formats,
- including Org mode.
-
- 3. Hyperbole action types determine what Hyperbole's hyperbuttons do;
- links are one set of actions that display referents, but an action
- type can implement any Lisp behavior and is similar to a regular Lisp
- function. Action types, however, live in their own namespace (prefixed
- with `actypes::') so their names do not conflict with Lisp functions.
-
- Any kind of Hyperbole button can invoke any action type or regular Lisp
- function.
+ including Org mode. The core of Hyperbole supplies a default
+ set of hyperbutton types, each of which performs a specific action.
- 4. Hyperbole's Action {M-RET} and Assist Keys {C-u M-RET}, collectively
+ 3. Hyperbole's Action {M-RET} and Assist Keys {C-u M-RET}, collectively
known as the Smart Keys, provide context-sensitive activation of
- hyperbuttons and many other actions. Hyperbuttons can span multiple
- lines but you must activate them with a press on the first line of each
- button.
+ hyperbuttons and many other actions. Hyperbole hyperbuttons can span
+ multiple lines but you must activate them with a press on the first
+ line of each button.
+
+ 4. There are three broad categories of Hyperbole button types:
+
+ 4a. Implicit Buttons - recognized by context without heavyweight markup;
+ no meta-data other than the button text and optional name; its
+ button types are defined using `defib' with a form similar to
+ `defun'; each type can have a different textual appearance.
+
+ 4b. Explicit Buttons - context-independent buttons that all look the
+ same (like <(button)>); have meta-data defined by the parameters of
+ its specified action type and no other typing information, so an
+ explicit button's type is its action type; the values of the action
+ type's parameters are prompted for when the button is created and
+ the meta-data is stored in a ".hypb" file in the same directory as
+ the button source file.
- 5. Implicit buttons represent one category of Hyperbole buttons. They are
- built from an implicit button type that runs an action type when
- activated with the Action Key.
+ 4c. Global Buttons - implicit or global buttons with names stored in
+ your personal button file; the file is edited with {C-h h b p}.
+ Hyperbole then reads all the button names in this file and prompts
+ with completion to activate any such button with {C-h h g a}.
- 6. Implicit button types and Action Key contexts recognize all sorts of
+ 5. Hyperbole action types determine what Hyperbole's hyperbuttons do; they
+ are defined with the `defact' macro, similar to `defun'. Links are one
+ set of actions that display referents, but an action type can implement
+ any Lisp behavior and is similar to a regular Lisp function. Any
+ category of Hyperbole button can invoke any action type or regular Lisp
+ function.
+
+ 6. Let's explore implicit buttons a bit more since they are the most
+ widely used category of Hyperbole buttons. Implicit buttons are
+ recognized within a buffer context without the need to add any special
+ markup as Org mode and Markdown do. Implicit buttons are built from an
+ implicit button type that runs an action type when activated with the
+ Action Key.
+
+ 7. Implicit button types and Action Key contexts recognize all sorts of
cross-references embedded in files, e.g. URLs, Org IDs or email
- addresses, without the need for any markup, and trigger associated action
- types. Optionally you can add a delimited <[name]> in front of an
- implicit button so that it can be activated by name.
+ addresses, without any additional markup, and trigger associated action
+ types.
+
+ 7a. To see all of the builtin implicit button types, use {C-h h i t RET}.
+ This shows them in decreasing priority order. The first type matched
+ at any point is the type used.
+
+ 7b. Optionally, you can add a delimited <[name]> in front of an implicit
+ button so that it can be activated by name via {C-h h i a}, or you
+ can press the Action Key on the button name or its text. If you put
+ named implicit buttons in your personal button file, edited with
+ {C-h h b p}, they become global buttons as mentioned before,
+ activated by name with {C-h h g a}.
- 6a. Brace-delimited key series (any series of Emacs key sequences strung
+ 7c. Brace-delimited key series (any series of Emacs key sequences strung
together in braces) is one type of implicit button, e.g. {C-u C-n
C-e}. You can embed such sequences in any file and activate them
instantly with an Action Key press within the braces. These let you
@@ -57,51 +92,58 @@
keys for reuse any time in the future. No need to learn about Emacs'
keyboard macros or how to save them to files.
- 6b. Action Buttons are a generalized form of implicit buttons that are
+ 7d. Action Buttons are a generalized form of implicit buttons that are
delimited by angle brackets. Such buttons allow invocation of any
- Emacs function or action type by name, followed by any needed
+ action type or Emacs function by name, followed by any needed
arguments, when the Action Key is pressed within the button:
- 6b1. Count windows in the selected frame:
+ 7d1. Count windows in the selected frame:
<message "This frame has %d windows" (count-windows)>
- 6b2. Display the early Internet standard mail specification:
+ 7d2. Display the early Internet standard mail specification:
<link-to-rfc 822>
- 6b3. See more examples here: "FAST-DEMO#Action Buttons".
+ 7d3. See more examples here: "FAST-DEMO#Action Buttons".
- 7. Much of Hyperbole's functionality is accessed with its keyboard-driven
- minibuffer menu where each item can be selected by typing its first
- capitalized letter. {C-h h} displays the top-level minibuffer menu.
- You can then embed any menu command into a key series you store in
- any file. Then an Action Key press will run it. To see what is new
- in Hyperbole from the Doc/News item, you use the key series, {C-h h d
- n}.
+ 8. Much of Hyperbole's functionality is accessed with its keyboard-driven
+ minibuffer menu.
- 8. <(Explicit buttons)> can be created and embedded in most any type of
+ 8a. {C-h h} displays the top-level minibuffer menu. Any item can be
+ selected by typing its first capitalized letter or you can press the
+ Action Key on the item to activate it. The Assist Key will display
+ the item's action in a help buffer. Press the Action Key on the
+ action name to display its definition/source code; the Assist Key
+ will display its full documentation.
+
+ 8b. The keystrokes to access any menu command may be added to any file
+ surrounded by curly braces as a key series. Then an Action Key
+ press will run it; put it in your personal button file, give it a
+ short name and then you can access it anywhere.
+
+ 9. <(Explicit buttons)> can be created and embedded in most any type of
file or buffer; each sends a set of given parameters to an action
type when activated with an Action Key press. See also "DEMO#Explicit
Buttons".
- 9. "HYPB" files serve as convenient home pages for embedding Hyperbole
+ 10. "HYPB" files serve as convenient home pages for embedding Hyperbole
buttons. Each user has a personal button file accessed with {C-h h b
p} and each directory can have a local button file accessed with {C-h
h b d}. See "DEMO#Button Files".
- 10. Global buttons are either explicit or named implicit buttons that are
+ 11. Global buttons are either explicit or named implicit buttons that are
activated by choosing from a list of names, without the need to have
the button source buffer on screen, thus they are available globally.
All global buttons are stored in a user's personal "HYPB" file. See
"DEMO#Global Buttons" for how to use these.
- 11. Hyperbole lets you set and control which windows or frames you want
+ 12. Hyperbole lets you set and control which windows or frames you want
all of your hyperlink referents displayed in. Each time you activate
a Hyperbole button, it stores your current frame configuration on a
stack. You can pop back to a prior one with {C-h h h}. You can also
store per-frame window configurations in a ring or store and retrieve
them by name utilizing the Hyperbole Win/ menu on {C-h h w}.
- 12. You access Hyperbole's HyControl subsystem from the Screen/ menu on {C-h
+ 13. You access Hyperbole's HyControl subsystem from the Screen/ menu on {C-h
h s}. This lets you rapidly control the set of, location of and size of
per-frame windows (choose 'w' for WindowsControl) or frames (choose 'f'
for FramesControl) on your screen. Use 't' to toggle between these two
@@ -110,59 +152,70 @@
at any scale you like, e.g. widen a window by 20 characters at a time.
See "DEMO#HyControl".
- 13. Hyperbole's Koutliner subsystem on {C-h h k} is a powerful,
+ 14. Hyperbole's Koutliner subsystem on {C-h h k} is a powerful,
hierarchically auto-numbered outliner with automatic permanent hyperlink
ids for each outline node (called cells). Any type of Hyperbole button
can be embedded within Koutlines and external links can be made to
specific cells together with a specific view of the outline using an
implicit link type call a klink.
- 13a. {C-h h k e} creates a personal copy of an example Koutline file that
+ 14a. {C-h h k e} creates a personal copy of an example Koutline file that
you can edit as you like; the content of that file explains Koutliner
concepts and commands.
- 13b. Like magic, {C-h h k f d}, converts this Koutline to HTML and displays
+ 14b. Like magic, {C-h h k f d}, converts this Koutline to HTML and displays
it in your web browser, with each tree fully collapsible and
expandable with your mouse.
- 14. Hyperbole's HyRolo subsystem on {C-h h r} can be used just as a contact
- manager but it really is a generalized, record-oriented retrieval system
- for files. Simply set hyrolo-file-list to any list of Koutline, Emacs
- Outline, Org, or Markdown files, any of which can contain any type of
- Hyperbole button, and it will rapidly display string, word, regular
- expression or logical query matches within each hierarchical entry of
- each file. Try it here: "DEMO#HyRolo".
+ 15. Hyperbole's HyRolo subsystem on {C-h h r} can be used just as a contact
+ manager but it really is a generalized, hierarchical record retrieval
+ system for files.
+
+ 15a. Simply set hyrolo-file-list to any list of Emacs Outline, Koutline,
+ Markdown or Org files, any of which can contain any type of
+ Hyperbole button, and HyRolo will perform full-text searches and
+ rapidly display string, word, regular expression or logical query
+ matches within each hierarchical record of each file (showing the
+ full-text of the record, not just the matching line).
+
+ 15b. You can also include directories in the list and HyRolo will
+ recursively scan them for files of the supported types.
+
+ 15c. File wildcards with asterisk matches, e.g. myfiles*.org and
+ character sets, [abc]*.org also work.
- 15. Hyperbole's Find/ menu on {C-h h f} unifies finding and filtering through
+ 15d. Try it here: "DEMO#HyRolo".
+
+ 16. Hyperbole's Find/ menu on {C-h h f} unifies finding and filtering through
lists of files and lines within those files. It simplifies access to
Emacs and Posix utilities without the need to remember specific command
names.
- 16. Hyperbole's Find/Web menu on {C-h h f w} gives you ready access to many
+ 17. Hyperbole's Find/Web menu on {C-h h f w} gives you ready access to many
structured web searches without having to remember site URLs or query
parameters. It also offers access to Emacs' webjump package (type {j}
for Jump) to quickly jump to specific websites, similar to what {C-x r b}
does for Emacs Bookmarks.
- 17. In summary, Hyperbole integrates many disparate information management
- capabilities spread throughout Emacs and the web and augments them with a
- new set of hyperbutton types and control systems, all easily accessible
- from a unified, keyboard driven minibuffer menu.
+ 18. In summary, Hyperbole integrates many information management
+ capabilities spread throughout Emacs and the web. It augments them
+ with a new set of hyperbutton types and control systems, all easily
+ accessible from a unified, keyboard driven minibuffer menu.
- 17a. Hyperbole lets you rapidly get to information whether local or remote,
+ 18a. Hyperbole lets you rapidly get to information whether local or remote,
whether via search or filtering, and then interlink it with other
information, display it where you need on your screen, and edit it
rapidly using multiple views in the Koutliner or via its Org mode
compatibility.
- 17b. If you learn to use just the implicit button types in Hyperbole, those
+ 18b. If you learn to use just the implicit button types in Hyperbole, those
alone should greatly improve your Emacs productivity. Then as you
learn more of Hyperbole's concepts, you can accelerate your
information management further across time.
"ben" ;; kvspec:current
-38 ;; id-counter
+67 ;; id-counter
alpha ;; label-type
4 ;; label-min-width
". " ;; label-separator
@@ -170,7 +223,7 @@ alpha ;; label-type
;; depth-first kcell attributes
[[0
- (creator "rsw@gnu.org" create-time "20230513:18:17:42" id-counter 38)]
+ (creator "rsw@gnu.org" create-time "20230513:18:17:42" id-counter 67)]
[1
(creator "rsw@gnu.org" create-time "20230513:18:17:42")]
[25
@@ -179,16 +232,30 @@ alpha ;; label-type
(creator "rsw@gnu.org" create-time "20230513:18:35:46")]
[27
(creator "rsw@gnu.org" create-time "20230513:18:45:15")]
+ [63
+ (creator "rsw@gnu.org" create-time "20231119:12:33:28")]
[23
(creator "rsw@gnu.org" create-time "20230513:18:33:50")]
- [3
- (creator "rsw@gnu.org" create-time "20230513:18:17:42")]
[4
(creator "rsw@gnu.org" create-time "20230513:18:17:42")]
+ [39
+ (creator "rsw@gnu.org" create-time "20231119:11:25:23")]
+ [41
+ (creator "rsw@gnu.org" create-time "20231119:11:25:51")]
+ [42
+ (creator "rsw@gnu.org" create-time "20231119:11:25:58")]
+ [43
+ (creator "rsw@gnu.org" create-time "20231119:11:26:07")]
+ [3
+ (creator "rsw@gnu.org" create-time "20230513:18:17:42")]
[32
(creator "rsw@gnu.org" create-time "20230513:19:22:15")]
[5
(creator "rsw@gnu.org" create-time "20230513:18:17:42")]
+ [47
+ (creator "rsw@gnu.org" create-time "20231119:11:44:58")]
+ [45
+ (creator "rsw@gnu.org" create-time "20231119:11:44:54")]
[18
(creator "rsw@gnu.org" create-time "20230513:18:22:23")]
[19
@@ -201,6 +268,10 @@ alpha ;; label-type
(creator "rsw@gnu.org" create-time "20230513:20:13:11")]
[6
(creator "rsw@gnu.org" create-time "20230513:18:17:42")]
+ [51
+ (creator "rsw@gnu.org" create-time "20231119:11:56:10")]
+ [49
+ (creator "rsw@gnu.org" create-time "20231119:11:55:55")]
[7
(creator "rsw@gnu.org" create-time "20230513:18:17:42")]
[8
@@ -219,6 +290,14 @@ alpha ;; label-type
(creator "rsw@gnu.org" create-time "20230513:19:50:14")]
[13
(creator "rsw@gnu.org" create-time "20230513:18:17:42")]
+ [64
+ (creator "rsw@gnu.org" create-time "20231119:12:40:08")]
+ [66
+ (creator "rsw@gnu.org" create-time "20231119:12:40:38")]
+ [67
+ (creator "rsw@gnu.org" create-time "20231119:12:41:14")]
+ [65
+ (creator "rsw@gnu.org" create-time "20231119:12:40:26")]
[14
(creator "rsw@gnu.org" create-time "20230513:18:17:42")]
[15
@@ -229,4 +308,4 @@ alpha ;; label-type
(creator "rsw@gnu.org" create-time "20230513:19:08:35")]
[29
(creator "rsw@gnu.org" create-time "20230513:19:06:51")]
- 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/HY-NEWS b/HY-NEWS
index 2d3ccb7f4a..971e6a0539 100644
--- a/HY-NEWS
+++ b/HY-NEWS
@@ -31,6 +31,10 @@
** DOCUMENTATION
+ *** Hyperbole Concepts: New writeup in Koutline format for those who
+ want a quick read about how Hyperbole concepts all interrelate.
+ View it with {C-h h d c}.
+
*** Action Types: Added newer types and updated existing doc summaries
in the Hyperbole manual. See "(hyperbole)Action Types".
@@ -46,14 +50,10 @@
- Build a Zettelkasten with HyRolo: The video is at
"https://emacsconf.org/2022/talks/rolodex/".
- *** Hyperbole Concepts: New writeup in Koutline format for those who
- want a quick read about how Hyperbole concepts all interrelate.
- View it with {C-h h d c}.
-
- *** Doc Viewing: Updated to display many files from the Doc> menu in Org
- mode and view minor mode, so can expand and collapse entries to view
- just the sections of interest. This includes DEMO, FAST-DEMO, HY-ABOUT,
- HY-NEWS and MANIFEST.
+ *** Doc Viewing: Updated to display many files from the Doc> menu in view
+ minor mode, so can expand and collapse entries to view just the
+ sections of interest. This includes DEMO, FAST-DEMO, HY-ABOUT,
+ HY-NEWS and the Hyperbole Files MANIFEST.
*** New Menu Key Doc: Documented these Hyperbole minibuffer menu keys:
@@ -64,18 +64,23 @@
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:
+ cross-referencing, Info viewer version and PDF for printing. View it:
- **** 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".
+ - with the Emacs Info reader: {C-h h d i}.
+ - locally with a web browser: <browse-url "man/hyperbole.html">
+ - in pdf form: "man/hyperbole.pdf".
+
+ Some of the updates include:
**** 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".
+ **** 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".
+
**** Manual Glossary: Added Ace Window, Consult, Org Mode, and Org Roam
entries. See "(hyperbole)Glossary".
@@ -116,6 +121,11 @@
buffer when creating a Hyperbole button. Always use the current
buffer and point. See "(hyperbole)Creation".
+ *** Hyperbole Keys Defer to Current Modes: Hyperbole bindings of {C-c RET},
+ {C-c .}, {C-c @}, and {C-c /} defer to any major mode, like org-mode,
+ outline-mode or kotl-mode that binds them to other commands. This also
+ works for outline-minor-mode.
+
*** Improved Button Help: {C-h A} now says whether a button is explicit or
implicit. For implicit buttons, it displays the doc from both its
implicit button type and its associated action type.
@@ -158,20 +168,21 @@
just like it does for Org and Emacs outline files. See
"(hyperbole)HyRolo Concepts".
- *** hyrolo-file-list Support for Dirs, File Wildcards and Variables:
-
- If you include an existing directory (invalid ones are ignored) in your
- hyrolo list, hyrolo will search recursively across all of its files
- that match `hyrolo-file-suffix-regexp'. See
`hpath.el#hpath:expand-list'.
+ *** hyrolo-file-list Support for File Wildcards, Variables and Dirs:
- If you include file wildcards in pathnames, they will be expanded into
- matching files internally by HyRolo. See "(emacs)Wildcards".
+ If you include file wildcards in pathnames and `find-file-wildcards' is
+ non-nil (the default), they will be expanded into matching files
+ internally by HyRolo. See "(emacs)Wildcards".
If you include an Environment variable or Emacs Lisp variable with the
${var} format in a path, it will be resolved prior to searching the path.
Variables with values that include multiple paths, e.g. PATH, are
resolved
to the first existing entry that matches. See "(hyperbole)pathname".
+ If you include an existing directory (invalid ones are ignored) in your
+ hyrolo list, hyrolo will search recursively across all of its files
+ that match `hyrolo-file-suffix-regexp'. See
`hpath.el#hpath:expand-list'.
+
*** HyRolo Match Buffer Key Bindings: Improved movement keys:
- {b} Move backward at the same outline level
@@ -184,9 +195,9 @@
See "(hyperbole)HyRolo Keys".
- *** Koutline Fast Search: Koutlines may now be included in
- `hyrolo-file-list' and individual cells extracted properly with any
- HyRolo query. Then the interactive commands:
+ *** Koutline Fast Search: Koutlines may now be included in `hyrolo-file-list'
+ and individual cells extracted properly with any HyRolo query. Then the
+ interactive commands:
{t} show the top-level matches
{o} show an outline of matches
@@ -299,6 +310,9 @@
demote commands to these keys (same as existing {M-<left>} and
{M-<right>} keys). See "(hyperbole)Promoting and Demoting".
+ *** {C-c s} Deletes Surrounding Whitespace: When a cell is split, it now
deletes
+ surrounding whitespace before performing the split.
+
*** Star Outline Import Indented Headings: Added support for Emacs/Org
star-based headings whose stars do not start at the beginning of a line,
i.e. are indented. See "(hyperbole)Inserting and Importing".
@@ -513,8 +527,9 @@
*** (hpath:expand-list): Added to expand paths, filtering final list
to files with match-regexp. Paths expansion substitutes up to one
- ${variable} per path, expands file wildcards and recursively walks
- directory trees for files with match-regexp.
+ ${variable} per path, expands file wildcards when 'find-file-wildcards'
+ is non-nil (the default), and recursively walks directory trees for
files
+ with match-regexp.
*** (hyrolo-map-level, hyrolo-sort-level): Remove 'hyrolo-file' arg
since had already been using current buffer instead.
@@ -593,7 +608,7 @@
*** {C-c /}: The Hyperbole {C-c /} web search binding defers to the org-mode
binding, `org-show-todo-tree', when in Org mode, but uses the improved
Hyperbole command version, `hsys-org-todo-occur', which allows filtering
- to spec"ific todo states.
+ to specific todo states.
** SMART (ACTION AND ASSIST) KEYS (See "(hyperbole)Smart Keys").
@@ -657,6 +672,13 @@
against Emacs major versions 27, 28 and 29 and the current master
branch tip whenever a Hyperbole code change is checked in against git.
+ *** ERT Test Case Symbols Jump to Definition: In Elisp and Lisp interaction
+ buffers, the Action Key jumps to the definition of any such symbol while
+ the Assist Key displays the symbol's documentation. This requires that
+ a TAGS table be built in the project root directory with the following
+ etags command-line option:
+ etags --regex={lisp}'/(ert-deftest[ \t]+\([^ \t\n\r\f()]+\)/'
<src-files>
+
*** QA: Many quality improvements across Hyperbole and integration with
Emacs updates with backward compatibility from Emacs 27 through Emacs
29 releases.
diff --git a/Makefile b/Makefile
index 7b6c39e0de..320b362b40 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# Author: Bob Weiner
#
# Orig-Date: 15-Jun-94 at 03:42:38
-# Last-Mod: 6-Oct-23 at 00:22:25 by Mats Lidell
+# Last-Mod: 19-Nov-23 at 14:18:10 by Bob Weiner
#
# Copyright (C) 1994-2023 Free Software Foundation, Inc.
# See the file HY-COPY for license information.
@@ -329,7 +329,7 @@ eln: src
tags: TAGS
TAGS: $(EL_TAGS)
- $(ETAGS) --regex='/(ert-deftest[ \t]+\([^ \t\n\r\f()]+\) ?/' $(EL_TAGS)
+ $(ETAGS) --regex='{lisp}/(ert-deftest[ \t]+\([^ \t\n\r\f()]+\)/'
$(EL_TAGS)
clean:
$(RM) hyperbole-autoloads.el kotl/kotl-autoloads.el $(ELC_COMPILE)
$(ELC_KOTL) TAGS
@@ -464,6 +464,9 @@ packageclean:
tests: test
test: test-ert
+# enable-local-variables setting needed so local-variables set in files like
+# FAST-DEMO are automatically obeyed without prompting when testing.
+LET_VARIABLES = (auto-save-default) (enable-local-variables :all)
LOAD_TEST_ERT_FILES=$(patsubst %,(load-file \"%\"),${TEST_ERT_FILES})
test-ert:
@@ -479,16 +482,16 @@ ifneq (,$(findstring .apple.,$(DISPLAY)))
TERM=xterm-256color $(EMACS) --quick $(PRELOADS) --eval "(load-file
\"test/hy-test-dependencies.el\")" --eval "(let ((auto-save-default))
$(LOAD_TEST_ERT_FILES) (ert-run-tests-interactively t))"
else
# Not found, set TERM so tests will at least run within parent Emacs
session
- TERM=vt100 $(EMACS) --quick $(PRELOADS) --eval "(load-file
\"test/hy-test-dependencies.el\")" --eval "(let ((auto-save-default))
$(LOAD_TEST_ERT_FILES) (ert-run-tests-interactively t))"
+ TERM=vt100 $(EMACS) --quick $(PRELOADS) --eval "(load-file
\"test/hy-test-dependencies.el\")" --eval "(let ($(LET_VARIABLES))
$(LOAD_TEST_ERT_FILES) (ert-run-tests-interactively t))"
endif
else
# Typical case, run emacs normally
- $(EMACS) --quick $(PRELOADS) --eval "(load-file
\"test/hy-test-dependencies.el\")" --eval "(let ((auto-save-default))
$(LOAD_TEST_ERT_FILES) (ert-run-tests-interactively t))"
+ $(EMACS) --quick $(PRELOADS) --eval "(load-file
\"test/hy-test-dependencies.el\")" --eval "(let ($(LET_VARIABLES))
$(LOAD_TEST_ERT_FILES) (ert-run-tests-interactively t))"
endif
batch-tests: test-all-output
test-all-output:
- $(EMACS) --quick $(PRELOADS) --eval "(load-file
\"test/hy-test-dependencies.el\")" --eval "(let ((auto-save-default) (ert-quiet
t)) $(LOAD_TEST_ERT_FILES) (ert-run-tests-interactively t) (with-current-buffer
\"*ert*\" (append-to-file (point-min) (point-max) \"ERT-OUTPUT\"))
(kill-emacs))"
+ $(EMACS) --quick $(PRELOADS) --eval "(load-file
\"test/hy-test-dependencies.el\")" --eval "(let ($(LET_VARIABLES) (ert-quiet
t)) $(LOAD_TEST_ERT_FILES) (ert-run-tests-interactively t) (with-current-buffer
\"*ert*\" (append-to-file (point-min) (point-max) \"ERT-OUTPUT\"))
(kill-emacs))"
@echo "# Results written to file: ERT-OUTPUT"
# Hyperbole install tests - Verify that hyperbole can be installed
diff --git a/TAGS b/TAGS
deleted file mode 100644
index 1323b92179..0000000000
--- a/TAGS
+++ /dev/null
@@ -1,3371 +0,0 @@
- line does hargs.el~ 623
-"hyperbole" hyperbole-pkg.el /^(define-package "hyperbole"
"8.0.1pre" "GNU Hyperb/
-# git archive --format Makefile /^ # git archive --format=tar
--prefix=hyperb/
-# website maintenance Makefile.html /^# website maintenance: "<a
href="https:\/\/www.gnu.o/
-$ Makefile (norlinux's conflicted copy 2023-09-09) /^ cd
$(man_dir); $(INSTALL) hyperbole.info* $(inf/
-$(data_dir)/hkey-help.txt Makefile /^$(data_dir)\/hkey-help.txt:
$(man_dir)\/hkey-help.tx/
-$(html_dir)/hyperbole.html Makefile /^$(html_dir)\/hyperbole.html:
$(man_dir)\/hyperbole.h/
-$(info_dir)/hyperbole.info Makefile /^$(info_dir)\/hyperbole.info:
$(man_dir)\/hyperbole.i/
-$(man_dir)/hyperbole.html Makefile /^$(man_dir)\/hyperbole.html:
$(TEXINFO_SRC) $(man_di/
-$(man_dir)/hyperbole.info Makefile /^$(man_dir)\/hyperbole.info:
$(TEXINFO_SRC)$/
-$(man_dir)/hyperbole.pdf Makefile /^$(man_dir)\/hyperbole.pdf:
$(TEXINFO_SRC)$/
-$(pkg_parent)/hyperbole-$(HYPB_VERSION).tar Makefile
/^$(pkg_parent)\/hyperbole-$(HYPB_VERSION).tar: versi/
-$(pkg_parent)/hyperbole-$(HYPB_VERSION).tar.gz Makefile
/^$(pkg_parent)\/hyperbole-$(HYPB_VERSION).tar.gz:$/
-$(pkg_parent)/hyperbole-$(HYPB_VERSION).tar.sig Makefile
/^$(pkg_parent)\/hyperbole-$(HYPB_VERSION).tar.sig: $/
-%.elc Makefile /^%.elc: %.el$/
-%.elc Makefile /^%.elc: %.el$/
-(message \" emacs-version Makefile /^
(message \\" emac/
-*hhist* hhist.el /^(defconst *hhist* nil$/
-. hui-mini-ext.el~ 74
-.PHONY Makefile /^.PHONY: src new-bin remove-elc bin eln$/
-.PHONY Makefile /^.PHONY: tests test test-ert all-tests test-all$/
-.PHONY Makefile /^.PHONY: install-elpa install-elpa-devel install-ta/
-.SUFFIXES Makefile /^.SUFFIXES: # Delete the default
suffixe/
-.SUFFIXES Makefile /^.SUFFIXES: .el .elc # Define the list of
file su/
-@ hargs.el~ 651
-@ stef.patch 5
-A TODO-S-and-P.csv 14
-A TODO-S-and-P.csv 25
-A TODO-S-and-P.csv 34
-AAL TODO-S-and-P.csv 30
-AAP TODO-S-and-P.csv 9
-AAPL TODO-S-and-P.csv 47
-ABBV TODO-S-and-P.csv 4
-ABC TODO-S-and-P.csv 37
-ABT TODO-S-and-P.csv 3
-ACN TODO-S-and-P.csv 5
-ADBE TODO-S-and-P.csv 8
-ADI TODO-S-and-P.csv 42
-ADM TODO-S-and-P.csv 49
-ADP TODO-S-and-P.csv 55
-ADS TODO-S-and-P.csv 22
-ADSK TODO-S-and-P.csv 54
-AEE TODO-S-and-P.csv 29
-AEP TODO-S-and-P.csv 31
-AES TODO-S-and-P.csv 10
-AET TODO-S-and-P.csv 11
-AFL TODO-S-and-P.csv 13
-AGN TODO-S-and-P.csv 21
-AIG TODO-S-and-P.csv 33
-AIV TODO-S-and-P.csv 46
-AIZ TODO-S-and-P.csv 52
-AJG TODO-S-and-P.csv 51
-AKAM TODO-S-and-P.csv 16
-ALB TODO-S-and-P.csv 18
-ALK TODO-S-and-P.csv 17
-ALL TODO-S-and-P.csv 24
-ALLE TODO-S-and-P.csv 20
-ALXN TODO-S-and-P.csv 19
-AMAT TODO-S-and-P.csv 48
-AME TODO-S-and-P.csv 38
-AMG TODO-S-and-P.csv 12
-AMGN TODO-S-and-P.csv 39
-AMP TODO-S-and-P.csv 36
-AMT TODO-S-and-P.csv 34
-AMZN TODO-S-and-P.csv 28
-AN TODO-S-and-P.csv 56
-ANTM TODO-S-and-P.csv 43
-AON TODO-S-and-P.csv 44
-APA TODO-S-and-P.csv 45
-APC TODO-S-and-P.csv 41
-APD TODO-S-and-P.csv 15
-APH TODO-S-and-P.csv 40
-ARNC TODO-S-and-P.csv 50
-ATVI TODO-S-and-P.csv 6
-AVB TODO-S-and-P.csv 58
-AVY TODO-S-and-P.csv 59
-AWK TODO-S-and-P.csv 35
-AXP TODO-S-and-P.csv 32
-AYI TODO-S-and-P.csv 7
-AZO TODO-S-and-P.csv 57
-AbbVie TODO-S-and-P.csv 4
-Again HYPB-Tutorial-Greenburg.txt 54
-Again HYPB-Tutorial-Greenburg.txt~ 54
-Allegion TODO-S-and-P.csv 20
-Also V9-For-HY-NEWS.org~ 77
-Anyway HYP-MAN.txt 23
-Augment EXAMPLE.kotl /^ 3b1. Autonumbering: Full auto-numbering
in A/
-BAC TODO-S-and-P.csv 62
-BATCHFLAGS Makefile /^BATCHFLAGS = --batch --quick --eval "(progn
(setq /
-BCR TODO-S-and-P.csv 63
-BHI TODO-S-and-P.csv 60
-BLL TODO-S-and-P.csv 61
-Bard TODO-S-and-P.csv /^BCR,Bard (C.R.) Inc.,Health
Care,245.69,0.42,34.95/
-Blizzard TODO-S-and-P.csv 6
-Book TODO-S-and-P.csv 1
-C TODO-S-and-P.csv 26
-CP Makefile /^CP = \\cp -p$/
-CVS Makefile /^CVS = \\cvs$/
-Cap TODO-S-and-P.csv 1
-Care TODO-S-and-P.csv 3
-Care TODO-S-and-P.csv 4
-Care TODO-S-and-P.csv 11
-Care TODO-S-and-P.csv 14
-Care TODO-S-and-P.csv 19
-Care TODO-S-and-P.csv 21
-Care TODO-S-and-P.csv 37
-Care TODO-S-and-P.csv 39
-Care TODO-S-and-P.csv 43
-Co TODO-S-and-P.csv 32
-Co TODO-S-and-P.csv 49
-Code hargs.el~ 26
-Code hui.el~ 17
-Commentary hargs.el~ 15
-Commentary hui-2-tests.el~ 13
-Commentary hui.el~ 15
-Commentary hypb-ert.el~ 15
-Company TODO-S-and-P.csv 2
-Copyright COPYING /^ Copyright (C) 2007 Free Software Foundation, Inc./
-Copyright hsys-org-roam.el~ /^;; Copyright (C) 2021 RWorks$/
-Copyright hsys-youtube.el~ /^;; Copyright (C) 2021 RWorks$/
-Copyright hui-2-tests.el~ /^;; Copyright (C) 2021 Free Software
Foundation, I/
-Copyright hypb-ert.el~ /^;; Copyright (C) 2021 Free Software
Foundation, I/
-Corp TODO-S-and-P.csv 10
-Corp TODO-S-and-P.csv 18
-Corp TODO-S-and-P.csv 23
-Corp TODO-S-and-P.csv 24
-Corp TODO-S-and-P.csv 29
-Corp TODO-S-and-P.csv 37
-Corp TODO-S-and-P.csv 40
-Corp TODO-S-and-P.csv 41
-Corp TODO-S-and-P.csv 59
-Corp TODO-S-and-P.csv 61
-Corp TODO-S-and-P.csv 62
-Corporation TODO-S-and-P.csv 45
-DEMO HY-WHY.kotl 14
-December COPYING 183
-Dired HY-USES.kotl 70
-Dired HY-USES.kotl 78
-Discretionary TODO-S-and-P.csv 9
-Discretionary TODO-S-and-P.csv 28
-Discretionary TODO-S-and-P.csv 56
-Discretionary TODO-S-and-P.csv 57
-EBITDA TODO-S-and-P.csv 1
-ELC_COMPILE Makefile /^ELC_COMPILE = $(EL_COMPILE:.el=.elc)$/
-ELC_KOTL Makefile /^ELC_KOTL = $(EL_KOTL:.el=.elc)$/
-ELISP_TO_COMPILE Makefile /^ELISP_TO_COMPILE =
$(pkg_parent)\/elc-${USER}$/
-EL_COMPILE Makefile /^EL_COMPILE = hact.el hactypes.el hargs.el
hbdata.e/
-EL_KOTL Makefile /^EL_KOTL = kotl\/kexport.el kotl\/kfile.el
kotl\/kfill/
-EL_SRC Makefile /^EL_SRC = $(EL_COMPILE) hvm.el$/
-EL_TAGS Makefile /^EL_TAGS = $(EL_SRC) $(EL_KOTL)
$(TEST_ERT_FILES)$/
-EMACS Makefile /^EMACS = \\emacs$/
-EMACS_BATCH Makefile /^EMACS_BATCH=$(EMACS) $(BATCHFLAGS)
$(PRELOADS)$/
-EMACS_PLAIN_BATCH Makefile /^EMACS_PLAIN_BATCH=$(EMACS)
$(BATCHFLAGS)$/
-ETAGS Makefile /^ETAGS = \\etags$/
-Earnings TODO-S-and-P.csv 1
-Emacs HY-ANNOUNCE-7.0.3 91
-Emacs HY-ANNOUNCE-7.2.1 47
-Energy TODO-S-and-P.csv 41
-Energy TODO-S-and-P.csv 45
-Energy TODO-S-and-P.csv 60
-Enjoy HY-ANNOUNCE 129
-Enjoy HY-ANNOUNCE-7.0.3 200
-Enjoy HY-ANNOUNCE-7.0.3 239
-Enjoy HY-ANNOUNCE-7.1.3 78
-Enjoy HY-ANNOUNCE-8.0.0 124
-Enjoy HY-ANNOUNCE-8.0.0~ 123
-Estate TODO-S-and-P.csv 34
-Estate TODO-S-and-P.csv 46
-Estate TODO-S-and-P.csv 58
-Examples hypb-ert.el~ 20
-FSF TODO-MATS-QUES 8
-FSF TODO-MATS-QUES 8
-Failed TEST-ERRORS.txt /^Failed: 2 (2 unexpected)$/
-Financial TODO-S-and-P.csv 36
-Financials TODO-S-and-P.csv 12
-Financials TODO-S-and-P.csv 13
-Financials TODO-S-and-P.csv 24
-Financials TODO-S-and-P.csv 32
-Financials TODO-S-and-P.csv 33
-Financials TODO-S-and-P.csv 36
-Financials TODO-S-and-P.csv 44
-Financials TODO-S-and-P.csv 51
-Financials TODO-S-and-P.csv 52
-Financials TODO-S-and-P.csv 62
-Foundation COPYING 639
-Foundation hargs.el~ 10
-Foundation hui.el~ 10
-GNUFTP Makefile /^GNUFTP = \\gnupload --to ftp.gnu.org:hyperbole --re/
-GOOG TODO-S-and-P.csv 26
-GOOGL TODO-S-and-P.csv 25
-GPG Makefile /^GPG = \\gpg$/
-GZIP Makefile /^GZIP = \\gzip -c$/
-Gnus-init hgnus.el /^(defun Gnus-init ()$/
-Group TODO-S-and-P.csv 30
-HTML HY-USES.kotl 93
-HY-TALK Makefile /^HY-TALK = HY-TALK\/.hypb HY-TALK\/HYPB
HY-TALK\/HY-T/
-HYPB_BIN_WARN Makefile /^HYPB_BIN_WARN =$/
-HYPB_BIN_WARN Makefile /^HYPB_BIN_WARN = --eval "(setq-default
byte-compile/
-HYPB_VERSION Makefile /^HYPB_VERSION = 8.0.1pre$/
-HYPB_VERSION Makefile (norlinux's conflicted copy 2023-09-09) 66
-HYPB_WEB_REPO_LOCATION Makefile /^HYPB_WEB_REPO_LOCATION =
"..\/hyweb\/hyperbole\/"$/
-HYPERBOLE_FILES Makefile /^HYPERBOLE_FILES = dir info html
$(EL_SRC) $(EL_KOT/
-Helm HY-ANNOUNCE-7.2.1 48
-Hide EXAMPLE.kotl /^ 3b13a. {C-c C-h} - Hide (collapse) tree ro/
-However COPYING 415
-HyControl FAST-DEMO~ 20
-HyControl HY-ANNOUNCE 47
-HyControl HY-ANNOUNCE-8.0.0 42
-HyControl HY-ANNOUNCE-8.0.0~ 41
-HyControl HY-USES.kotl 81
-HyRolo FAST-DEMO~ 18
-HyRolo HY-ABOUT 57
-HyRolo HY-ANNOUNCE 43
-HyRolo HY-ANNOUNCE-8.0.0 40
-HyRolo HY-ANNOUNCE-8.0.0~ 39
-HyRolo HY-USES.kotl 95
-Hyperbole EXAMPLE.kotl 120
-Hyperbole hui.el~ 1308
-Hyperbole HY-ABOUT 94
-Hyperbole HY-ANNOUNCE 125
-Hyperbole HY-ANNOUNCE-7.1.3 74
-Hyperbole HY-ANNOUNCE-8.0.0 120
-Hyperbole HY-ANNOUNCE-8.0.0~ 119
-Hyperbole HYPB-Tutorial-Greenburg.txt 51
-Hyperbole HYPB-Tutorial-Greenburg.txt~ 51
-Hyperbole HYP-MAN.txt 18
-Hyperbole README.md 17
-Hyperbole TODO-ORG-MODE /^Subject: Re: Differences between
Org-Mode and Hype/
-H�b Hyperbole-Orig-Manual-from-Brown.pdf 712
-INSTALL Makefile /^INSTALL = \\install -m 644 -c$/
-Inc TODO-S-and-P.csv 7
-Inc TODO-S-and-P.csv 8
-Inc TODO-S-and-P.csv 11
-Inc TODO-S-and-P.csv 12
-Inc TODO-S-and-P.csv 13
-Inc TODO-S-and-P.csv 14
-Inc TODO-S-and-P.csv 15
-Inc TODO-S-and-P.csv 16
-Inc TODO-S-and-P.csv 17
-Inc TODO-S-and-P.csv 27
-Inc TODO-S-and-P.csv 28
-Inc TODO-S-and-P.csv 35
-Inc TODO-S-and-P.csv 38
-Inc TODO-S-and-P.csv 39
-Inc TODO-S-and-P.csv 48
-Inc TODO-S-and-P.csv 50
-Inc TODO-S-and-P.csv 52
-Inc TODO-S-and-P.csv 53
-Inc TODO-S-and-P.csv 54
-Inc TODO-S-and-P.csv 56
-Inc TODO-S-and-P.csv 57
-Inc TODO-S-and-P.csv 60
-Industrials TODO-S-and-P.csv 2
-Industrials TODO-S-and-P.csv 7
-Industrials TODO-S-and-P.csv 17
-Industrials TODO-S-and-P.csv 20
-Industrials TODO-S-and-P.csv 30
-Industrials TODO-S-and-P.csv 38
-Industrials TODO-S-and-P.csv 50
-Info HY-USES.kotl 27
-Info-build-menu-item-completions hmouse-info.el /^(defun
Info-build-menu-item-completions (string _p/
-Info-complete-menu-item hmouse-info.el /^(defun
Info-complete-menu-item (string predicate a/
-Info-current-filename-sans-extension hmouse-info.el /^(defun
Info-current-filename-sans-extension ()$/
-Info-handle-in-menu hmouse-info.el /^(defun Info-handle-in-menu ()$/
-Info-handle-in-node-hdr hmouse-info.el /^(defun
Info-handle-in-node-hdr ()$/
-Info-handle-in-node-hdr-assist hmouse-info.el /^(defun
Info-handle-in-node-hdr-assist ()$/
-Info-handle-in-note hmouse-info.el /^(defun Info-handle-in-note ()$/
-Info-menu-item-at-p hmouse-info.el /^(defun Info-menu-item-at-p ()$/
-Info-node hibtypes.el /^(defib Info-node ()$/
-Info-node-has-menu-p hmouse-info.el /^(defun Info-node-has-menu-p ()$/
-Info-note-at-p hmouse-info.el /^(defun Info-note-at-p ()$/
-Info-read-index-item-name hmouse-info.el /^(defun
Info-read-index-item-name (prompt)$/
-Info-read-index-item-name-1 hmouse-info.el /^(defun
Info-read-index-item-name-1 (string predica/
-Jun TODO-ORG-vs-HY 1
-J�J Hyperbole-Orig-Manual-from-Brown.pdf 3090
-J�J Hyperbole-Orig-Manual-from-Brown.pdf 4930
-Key HY-ANNOUNCE-7.0.3 90
-Key HYPB-Tutorial-Greenburg.txt /^braces, such as {M-X}. When using
your Smart Key (/
-Key HYPB-Tutorial-Greenburg.txt~ /^braces, such as {M-X}. When using
your Smart Key (/
-Keys hui.el~ 50
-Koutlines HYNOTE.kotl 8
-Koutlines HYNOTE.kotl~ 8
-LNT TODO-S-and-P.csv 23
-LOAD_TEST_ERT_FILES Makefile /^LOAD_TEST_ERT_FILES=$(patsubst
%,(load-file \\"%\\")/
-Laboratories TODO-S-and-P.csv 3
-Later README 77
-Later README.html~ 383
-Later README.md.html~ 69
-Library hsys-org-roam.el~ 2
-Library hsys-youtube.el~ 2
-License COPYING 639
-MAKE Makefile /^MAKE = \\make$/
-MKDIR Makefile /^MKDIR = \\mkdir -p$/
-MMM TODO-S-and-P.csv 2
-MO TODO-S-and-P.csv 27
-MSWindows hargs.el~ 186
-MacOS HY-ANNOUNCE-7.0.3 233
-Markdown HY-ANNOUNCE-7.0.3 103
-Markdown HY-USES.kotl 27
-Materials TODO-S-and-P.csv 15
-Materials TODO-S-and-P.csv 18
-Materials TODO-S-and-P.csv 59
-Materials TODO-S-and-P.csv 61
-Menu HY-WHY.kotl 68
-Mgmt TODO-S-and-P.csv 46
-Mh-Summ-delete hmh.el /^(defun Mh-Summ-delete () (mh-delete-msg (mh/
-Mh-Summ-expunge hmh.el /^(defalias 'Mh-Summ-expunge
'mh-execute-co/
-Mh-Summ-goto hmh.el /^(defun Mh-Summ-goto ()$/
-Mh-Summ-to hmh.el /^(defun Mh-Summ-to ()$/
-Mh-Summ-undelete-all hmh.el /^(defun Mh-Summ-undelete-all ()$/
-Mh-hbut-highlight hmh.el /^(defun Mh-hbut-highlight ()$/
-Mh-init hmh.el /^(defun Mh-init ()$/
-Mh-msg-hdrs-full hmh.el /^(defun Mh-msg-hdrs-full (_toggled)$/
-Mh-msg-narrow hmh.el /^(defun Mh-msg-narrow ()$/
-Mh-msg-next hmh.el /^(defun Mh-msg-next () (mh-next-undeleted/
-Mh-msg-num hmh.el /^(defun Mh-msg-num ()$/
-Mh-msg-prev hmh.el /^(defun Mh-msg-prev () (mh-previous-undel/
-Mh-msg-to-p hmh.el /^(defun Mh-msg-to-p (_mail-msg-id mail-file)$/
-Mh-msg-widen hmh.el /^(defun Mh-msg-widen ()$/
-Mh-to hmh.el /^(defun Mh-to ()$/
-N EXAMPLE.kotl 148
-Name TODO-S-and-P.csv 1
-Org HY-ANNOUNCE-7.2.1 47
-Org HYNOTE.kotl 8
-Org HYNOTE.kotl~ 8
-Otherwise FAST-DEMO 82
-Otherwise HYPB-Tutorial-Greenburg.txt 22
-Otherwise HYPB-Tutorial-Greenburg.txt~ 22
-Otherwise INSTALL 35
-Otherwise INSTALL.orig 45
-Outlines HYNOTE.kotl 8
-Outlines HYNOTE.kotl~ 8
-Overview EXAMPLE.kotl 182
-O羝 Hyperbole-Orig-Manual-from-Brown.pdf 694
-PM TODO-ORG-vs-HY 1
-PRELOADS Makefile /^PRELOADS = $(SITE_PRELOADS) -l
.\/hload-path.el -l /
-PRELOADS Makefile (norlinux's conflicted copy 2023-09-09) 142
-Parts TODO-S-and-P.csv 9
-Pharmaceuticals TODO-S-and-P.csv 19
-Power TODO-S-and-P.csv 31
-Previously V9-For-HY-NEWS.org~ 76
-Price TODO-S-and-P.csv 1
-Processing TODO-S-and-P.csv 55
-README.md.html Makefile /^README.md.html: README.md$/
-RET FAST-DEMO 170
-RET FAST-DEMO~ 89
-RM Makefile /^RM = \\rm -f$/
-RWorks hsys-org-roam.el~ 6
-RWorks hsys-youtube.el~ 6
-Referents HY-WHY.kotl 68
-Release HY-ANNOUNCE-7.1.3 5
-Return hargs.el~ 418
-Rmail-Summ-delete hrmail.el /^(defalias 'Rmail-Summ-delete
'rmail-summary/
-Rmail-Summ-expunge hrmail.el /^(defalias 'Rmail-Summ-expunge
'rmail-summary/
-Rmail-Summ-goto hrmail.el /^(defalias 'Rmail-Summ-goto
'rmail-summary/
-Rmail-Summ-to hrmail.el /^(defun Rmail-Summ-to ()$/
-Rmail-Summ-undelete-all hrmail.el /^(defalias
'Rmail-Summ-undelete-all 'rmail-summary/
-Rmail-init hrmail.el /^(defun Rmail-init ()$/
-Rmail-msg-hdrs-full hrmail.el /^(defun Rmail-msg-hdrs-full (toggled)$/
-Rmail-msg-narrow hrmail.el /^(defun Rmail-msg-narrow ()$/
-Rmail-msg-next hrmail.el /^(defun Rmail-msg-next ()
(rmail-next-undele/
-Rmail-msg-num hrmail.el /^(defun Rmail-msg-num ()$/
-Rmail-msg-prev hrmail.el /^(defun Rmail-msg-prev ()
(rmail-previous-un/
-Rmail-msg-to-p hrmail.el /^(defun Rmail-msg-to-p (mail-msg-id
mail-file)$/
-Rmail-msg-widen hrmail.el /^(defun Rmail-msg-widen ()$/
-Rmail-to hrmail.el /^(defun Rmail-to ()$/
-SHELL Makefile /^SHELL = \/bin\/sh$/
-SITE_PRELOADS Makefile /^SITE_PRELOADS =$/
-Sales TODO-S-and-P.csv 1
-Sector TODO-S-and-P.csv 1
-Series HY-PROJS.org /^S. Search or Series (Key Series)$/
-Series HY-PROJS.org~ /^S. Search or Series (Key Series)$/
-Services TODO-S-and-P.csv 53
-Share TODO-S-and-P.csv 1
-Show EXAMPLE.kotl /^ {C-c C-s} - Show (expand) tree ro/
-Show EXAMPLE.kotl /^ {C-c C-a} - Show (expand) all cells/
-Staples TODO-S-and-P.csv 27
-Staples TODO-S-and-P.csv 49
-Start hui.el~ 1767
-Symbol TODO-S-and-P.csv 1
-Systems TODO-S-and-P.csv 22
-S� hyperbole-banner.png 6
-T TODO-S-and-P.csv 53
-TAGS Makefile /^TAGS: $(EL_TAGS)$/
-TAR Makefile /^TAR = \\tar$/
-TEST_ERT_FILES Makefile /^TEST_ERT_FILES = $(wildcard test\/*tests.el)
$(wild/
-TEXI2HTML Makefile /^TEXI2HTML = makeinfo --html --no-split
--css-ref="/
-TEXI2INFO Makefile /^TEXI2INFO = makeinfo --no-split -c
ASCII_PUNCTUATI/
-TEXI2PDF Makefile /^TEXI2PDF = makeinfo --pdf --no-split$/
-TEXINFO_SRC Makefile /^TEXINFO_SRC = $(man_dir)\/hyperbole.texi
$(man_dir)/
-TF��L�3Z�k Hyperbole-Orig-Manual-from-Brown.pdf 714
-Technology TODO-S-and-P.csv 5
-Technology TODO-S-and-P.csv 6
-Technology TODO-S-and-P.csv 8
-Technology TODO-S-and-P.csv 16
-Technology TODO-S-and-P.csv 22
-Technology TODO-S-and-P.csv 25
-Technology TODO-S-and-P.csv 26
-Technology TODO-S-and-P.csv 40
-Technology TODO-S-and-P.csv 42
-Technology TODO-S-and-P.csv 47
-Technology TODO-S-and-P.csv 48
-Technology TODO-S-and-P.csv 54
-Technology TODO-S-and-P.csv 55
-Thus HY-ABOUT 104
-URLs HY-ABOUT 26
-URLs HY-USES.kotl 21
-URLs README 81
-URLs README.html~ 386
-URLs README.md.html~ 74
-Utilities TODO-S-and-P.csv 10
-Utilities TODO-S-and-P.csv 23
-Utilities TODO-S-and-P.csv 29
-Utilities TODO-S-and-P.csv 31
-Utilities TODO-S-and-P.csv 35
-VPATH Makefile /^VPATH = kotl man$/
-Value TODO-S-and-P.csv 1
-Variables hui-2-tests.el~ 96
-Version COPYING 2
-Vm-Summ-delete hvm.el /^(defun Vm-Summ-delete ()$/
-Vm-Summ-expunge hvm.el /^(defalias 'Vm-Summ-expunge
'vm-expunge-fo/
-Vm-Summ-goto hvm.el /^(defalias 'Vm-Summ-goto 'vm-follow-sum/
-Vm-Summ-to hvm.el /^(defun Vm-Summ-to ()$/
-Vm-Summ-undelete-all hvm.el /^(defun Vm-Summ-undelete-all ()$/
-Vm-init hvm.el /^(defun Vm-init ()$/
-Vm-msg-end hvm.el /^(defun Vm-msg-end ()$/
-Vm-msg-hdrs-full hvm.el /^(defun Vm-msg-hdrs-full (toggled)$/
-Vm-msg-narrow hvm.el /^(defun Vm-msg-narrow ()$/
-Vm-msg-next hvm.el /^(defun Vm-msg-next () (vm-next-message 1/
-Vm-msg-num hvm.el /^(defun Vm-msg-num ()$/
-Vm-msg-prev hvm.el /^(defun Vm-msg-prev () (vm-previous-messa/
-Vm-msg-start-regexp hvm.el /^(defvar Vm-msg-start-regexp "\\n\\nFrom
\\\\|\\n\\001\\00/
-Vm-msg-to-p hvm.el /^(defun Vm-msg-to-p (mail-msg-id mail-file)$/
-Vm-msg-widen hvm.el /^(defun Vm-msg-widen ()$/
-Vm-to hvm.el /^(defun Vm-to ()$/
-Wed TODO-ORG-vs-HY 1
-Weiner hargs.el~ 3
-Weiner hargs.el~ 6
-Weiner hsys-org-roam.el~ 5
-Weiner hsys-org-roam.el~ 10
-Weiner hsys-youtube.el~ 5
-Weiner hsys-youtube.el~ 10
-Weiner hui-2-tests.el~ 6
-Weiner hui.el~ 3
-Weiner hui.el~ 6
-Weiner hypb-ert.el~ 6
-Yield TODO-S-and-P.csv 1
-ZIP Makefile /^ZIP = \\zip -qry$/
-a EXAMPLE.kotl 200
-a hui.el~ 750
-a hui-mini-ext.el /^(defun a ()$/
-a HY-TRY.el /^(defun a ()$/
-a OLD-IBUT-AT-P.el /^(defun a ()$/
-a vert-menus.el /^(defun a (&rest strings)$/
-above FAST-DEMO 162
-above FAST-DEMO~ 82
-action hibtypes.el /^(defib action ()$/
-action-key hmouse-drv.el /^(defun action-key ()$/
-action-key-cancelled hmouse-drv.el /^(defvar action-key-cancelled nil$/
-action-key-clear-variables hmouse-drv.el /^(defun
action-key-clear-variables ()$/
-action-key-default-function hui-mouse.el /^(defcustom
action-key-default-function #'action-ke/
-action-key-depress hmouse-drv.el /^(defun action-key-depress (&rest
args)$/
-action-key-depress-args hmouse-drv.el /^(defvar
action-key-depress-args nil$/
-action-key-depress-buffer hmouse-drv.el /^(defvar
action-key-depress-buffer nil$/
-action-key-depress-emacs hmouse-drv.el /^(defun
action-key-depress-emacs (event)$/
-action-key-depress-position hmouse-drv.el /^(defvar
action-key-depress-position nil$/
-action-key-depress-prev-point hmouse-drv.el /^(defvar
action-key-depress-prev-point nil$/
-action-key-depress-window hmouse-drv.el /^(defvar
action-key-depress-window nil$/
-action-key-depressed-flag hmouse-drv.el /^(defvar
action-key-depressed-flag nil "t while Act/
-action-key-eol-function hui-mouse.el /^(defcustom
action-key-eol-function #'smart-scroll-/
-action-key-error hui-mouse.el /^(defun action-key-error ()$/
-action-key-help-flag hmouse-drv.el /^(defvar action-key-help-flag nil$/
-action-key-internal hmouse-drv.el /^(defun action-key-internal ()$/
-action-key-minibuffer-function hui-window.el /^(defcustom
action-key-minibuffer-function #'hyperb/
-action-key-modeline hui-window.el /^(defun action-key-modeline ()$/
-action-key-modeline-buffer-id-function hui-mouse.el /^(defcustom
action-key-modeline-buffer-id-function /
-action-key-modeline-function hui-window.el /^(defcustom
action-key-modeline-function #'hmouse-c/
-action-key-release-args hmouse-drv.el /^(defvar
action-key-release-args nil$/
-action-key-release-buffer hmouse-drv.el /^(defvar
action-key-release-buffer nil$/
-action-key-release-position hmouse-drv.el /^(defvar
action-key-release-position nil$/
-action-key-release-prev-point hmouse-drv.el /^(defvar
action-key-release-prev-point nil$/
-action-key-release-window hmouse-drv.el /^(defvar
action-key-release-window nil$/
-action-mouse-key hmouse-drv.el /^(defun action-mouse-key (&rest args)$/
-action-mouse-key-emacs hmouse-drv.el /^(defun action-mouse-key-emacs
(event)$/
-action-mouse-key-prefix-arg hmouse-drv.el /^(defvar
action-mouse-key-prefix-arg nil$/
-action-mouse-key-prev-window hmouse-drv.el /^(defvar
action-mouse-key-prev-window nil$/
-action:commandp hact.el /^(defun action:commandp (function)$/
-action:create hact.el /^(defun action:create (param-list body)$/
-action:end hibtypes.el /^(defconst action:end ">"$/
-action:help hibtypes.el /^(defun action:help (hbut)$/
-action:kbd-macro hact.el /^(defun action:kbd-macro (macro &optional
repeat-co/
-action:param-list hact.el /^(defun action:param-list (action)$/
-action:params hact.el /^(defun action:params (action)$/
-action:params-emacs hact.el /^(defun action:params-emacs (def)$/
-action:start hibtypes.el /^(defconst action:start "<"$/
-active hui.el~ 109
-actype:act hact.el /^(defun actype:act (actype &rest args)$/
-actype:action hact.el /^(defun actype:action (actype)$/
-actype:action-body hact.el /^(defun actype:action-body (actype)$/
-actype:create hact.el /^(defalias 'actype:create #'defact)$/
-actype:def-symbol hact.el /^(defun actype:def-symbol (actype)$/
-actype:delete hact.el /^(defun actype:delete (type)$/
-actype:doc hact.el /^(defun actype:doc (but &optional full)$/
-actype:elisp-symbol hact.el /^(defalias 'actype:elisp-symbol
#'symtable:actype-p/
-actype:eval hact.el /^(defun actype:eval (actype &rest args)$/
-actype:identity hact.el /^(defun actype:identity (&rest args)$/
-actype:interact hact.el /^(defun actype:interact (actype)$/
-actype:param-list hact.el /^(defun actype:param-list (actype)$/
-actype:params hact.el /^(defun actype:params (actype)$/
-addition TODO-DEFCUSTOMS 11
-advanced HY-CONCEPTS.kotl 7
-after OLD-IBUT-AT-P.el~ 58
-against hargs.el~ 400
-alist FAST-DEMO 153
-alist FAST-DEMO~ 73
-alist TODO-ORG-TEST.org /^** Link abbrev alist$/
-all Makefile /^all: help$/
-all Makefile.html /^all: help<\/pre><\/td>$/
-all TODO-ERRORS 289
-all-tests Makefile /^all-tests: test-all$/
-all-tests Makefile.html /^all-tests: test-all$/
-alpha EXAMPLE.kotl 407
-alpha HY-CONCEPTS.kotl 166
-alpha HYROLO-EXAMPLES.kotl 21
-alpha HY-USES.kotl 124
-alpha PROS-CONS.kotl 32
-alpha PROS-CONS.kotl~ 9
-an HY-ANNOUNCE-7.0.3 228
-anchor README.html~ 47
-anchor README.html~ 47
-anchor README.html~ 47
-anchor README.html~ 47
-anchor README.html~ 47
-anchors HY-ANNOUNCE-7.2.1 42
-and ChangeLog /^ function and use it.$/
-and ChangeLog~ /^ function and use it.$/
-and FAST-DEMO-ramin.txt /^ function and a variable, Hyperbole
provid/
-and FAST-DEMO-ramin.txt~ /^ function and a variable, Hyperbole
provid/
-and hargs.el~ 144
-and hargs.el~ 155
-and hui.el~ 1862
-and README.html~ /^@media screen and (min-width: 914px) {$/
-annot-bib hactypes.el /^(defact annot-bib (key)$/
-annot-bib hibtypes.el /^(defib annot-bib ()$/
-another FAST-DEMO 115
-any HY-ANNOUNCE-7.0.3 234
-archives HY-ABOUT 26
-are DEMO /^function are stored in variables for each availabl/
-are hargs.el~ 135
-are hargs.el~ 272
-are hargs.el~ 419
-are hui.el~ 648
-are hui.el~ 1027
-arg hargs.el~ 947
-arg hargs.el~ 949
-arglist TODO-ERRORS 341
-argument EXAMPLE.kotl 41
-argument EXAMPLE.kotl 148
-argument hargs.el~ 23
-argument HYP-MAN.txt 16
-argument TODO-DEFCUSTOMS 14
-arguments AAA-27.1-BYTECOMP 7
-arguments AAA-27.1-BYTECOMP~ 7
-as hyperbole.info /^ entry as a string. The string that this func/
-as TODO-SEQ-README.MD /^function as argument take the function as
their fi/
-assist-flag hmouse-drv.el /^(defvar assist-flag nil$/
-assist-key hmouse-drv.el /^(defun assist-key ()$/
-assist-key-cancelled hmouse-drv.el /^(defvar assist-key-cancelled nil$/
-assist-key-clear-variables hmouse-drv.el /^(defun
assist-key-clear-variables ()$/
-assist-key-default-function hui-mouse.el /^(defcustom
assist-key-default-function #'assist-ke/
-assist-key-depress hmouse-drv.el /^(defun assist-key-depress (&rest
args)$/
-assist-key-depress-args hmouse-drv.el /^(defvar
assist-key-depress-args nil$/
-assist-key-depress-buffer hmouse-drv.el /^(defvar
assist-key-depress-buffer nil$/
-assist-key-depress-emacs hmouse-drv.el /^(defun
assist-key-depress-emacs (event)$/
-assist-key-depress-position hmouse-drv.el /^(defvar
assist-key-depress-position nil$/
-assist-key-depress-prev-point hmouse-drv.el /^(defvar
assist-key-depress-prev-point nil$/
-assist-key-depress-window hmouse-drv.el /^(defvar
assist-key-depress-window nil$/
-assist-key-depressed-flag hmouse-drv.el /^(defvar
assist-key-depressed-flag nil "t while Ass/
-assist-key-eol-function hui-mouse.el /^(defcustom
assist-key-eol-function #'smart-scroll-/
-assist-key-error hui-mouse.el /^(defun assist-key-error ()$/
-assist-key-help-flag hmouse-drv.el /^(defvar assist-key-help-flag nil$/
-assist-key-internal hmouse-drv.el /^(defun assist-key-internal ()$/
-assist-key-minibuffer-function hui-window.el /^(defcustom
assist-key-minibuffer-function #'hui-me/
-assist-key-modeline hui-window.el /^(defun assist-key-modeline ()$/
-assist-key-modeline-function hui-window.el /^(defcustom
assist-key-modeline-function #'hui-menu/
-assist-key-release-args hmouse-drv.el /^(defvar
assist-key-release-args nil$/
-assist-key-release-buffer hmouse-drv.el /^(defvar
assist-key-release-buffer nil$/
-assist-key-release-position hmouse-drv.el /^(defvar
assist-key-release-position nil$/
-assist-key-release-prev-point hmouse-drv.el /^(defvar
assist-key-release-prev-point nil$/
-assist-key-release-window hmouse-drv.el /^(defvar
assist-key-release-window nil$/
-assist-mouse-key hmouse-drv.el /^(defun assist-mouse-key (&rest args)$/
-assist-mouse-key-emacs hmouse-drv.el /^(defun assist-mouse-key-emacs
(event)$/
-at hargs.el~ 5
-at hsys-org-roam.el~ 9
-at hsys-youtube.el~ 9
-at hui-2-tests.el~ 5
-at hui.el~ 5
-at hui.el~ 77
-at hypb-ert.el~ 5
-at hyperbole.info /^ entry at point.$/
-attr TODO-ERRORS 424
-attr TODO-ERRORS 425
-autoloads Makefile /^autoloads: kotl\/kotl-autoloads.el
hyperbole-autolo/
-b EXAMPLE.kotl 330
-b vert-menus.el /^(defun b (&rest strings)$/
-backward TODO-DEFCUSTOMS 10
-based README.html~ 394
-based README.md.html~ 85
-batch-tests Makefile /^batch-tests: test-all-output$/
-batch-tests Makefile.html /^batch-tests: test-all-output$/
-be hui.el~ 751
-be hui.el~ 752
-been hypb-ert.el~ 77
-before HY-ANNOUNCE-7.0.3 236
-being hyperbole.info /^function being called. Its interactive calling fo/
-below README.md 13
-bin Makefile /^bin: src remove-elc new-bin$/
-bindings FAST-DEMO 75
-bindings HYPB-Tutorial-Greenburg.txt 15
-bindings HYPB-Tutorial-Greenburg.txt~ 15
-braces FAST-DEMO 170
-braces FAST-DEMO~ 89
-branches EXAMPLE.kotl 166
-browsing HY-ABOUT 130
-buffer hui-2-tests.el~ 42
-buffer hui-2-tests.el~ 44
-buffer hui-2-tests.el~ 81
-buffer NOTES.txt 100
-buffer NOTES.txt~ 100
-buffer TODO-ERRORS 35
-buffer TODO-ERRORS 36
-buffer TODO-ERRORS 235
-buffer TODO-ERRORS 424
-buffers HY-WHY.kotl 81
-buffers README 81
-buffers README.html~ 386
-buffers README.md.html~ 74
-but HY-CONCEPTS.kotl~ /^ function but lives in its own
namespace.$/
-button EXAMPLE.kotl 191
-button FAST-DEMO~ 63
-button HYP-MAN.txt 8
-called dir /^topmost node of the Info hierarchy, called (dir)To/
-cases HY-ANNOUNCE 121
-cases HY-ANNOUNCE-7.1.3 70
-cases HY-ANNOUNCE-8.0.0 116
-cases HY-ANNOUNCE-8.0.0~ 115
-categories README.html~ 397
-categories README.md 103
-categories README.md.html~ 86
-cell EXAMPLE.kotl 80
-cell EXAMPLE.kotl 81
-cell EXAMPLE.kotl 86
-cell EXAMPLE.kotl 88
-cell EXAMPLE.kotl 155
-cell EXAMPLE.kotl 158
-cell TODO-ERRORS 35
-cells EXAMPLE.kotl 166
-character EXAMPLE.kotl 60
-character EXAMPLE.kotl 63
-charset README.html~ 4
-child README.html~ 117
-child README.html~ 117
-child README.html~ 117
-child README.html~ 135
-child README.html~ /^table tr:nth-child(2n) {$/
-child README.html~ 187
-child README.html~ 189
-cl-defun hbut.el /^(def-edebug-spec cl-defun$/
-clean Makefile /^clean:$/
-clear hargs.el~ 830
-clib_list smart-clib-sym 32
-code COPYING 201
-code README.html~ 264
-code README.html~ 290
-column HY-ANNOUNCE-7.0.3 220
-command HY-WHY.kotl 80
-commands HY-ABOUT 118
-completion hactypes.el /^(defact completion ()$/
-completion hibtypes.el /^(defib completion ()$/
-completions hargs.el~ 564
-configurations README 96
-configurations README.html~ 404
-configurations README.md 109
-configurations README.md.html~ 93
-constants TODO-ERRORS 342
-contain HY-ANNOUNCE-SHORT-6.0.2 38
-contents hargs.el~ 392
-contents hargs.el~ 397
-contents hargs.el~ 830
-contexts README 82
-contexts README.html~ 388
-contexts README.md.html~ 76
-course COPYING 661
-create hui.el~ 1387
-create TODO-ERRORS 425
-cscope hibtypes.el /^(defib cscope ()$/
-ctags hibtypes.el /^(defib ctags ()$/
-curr_dir Makefile /^curr_dir = $(shell pwd)$/
-current EXAMPLE.kotl 405
-current HY-CONCEPTS.kotl 164
-current HYROLO-EXAMPLES.kotl 19
-current HY-USES.kotl 122
-current PROS-CONS.kotl 30
-current PROS-CONS.kotl~ 7
-data_dir Makefile /^data_dir = $(id_dir)\/id-etc$/
-debbugs-gnu-mode hib-debbugs.el /^(defib debbugs-gnu-mode ()$/
-debbugs-gnu-mode:help hib-debbugs.el /^(defun debbugs-gnu-mode:help
(&optional _but)$/
-debbugs-gnu-query hib-debbugs.el /^(defib debbugs-gnu-query ()$/
-debbugs-gnu-query hib-debbugs.el /^(defact debbugs-gnu-query (id)$/
-debbugs-gnu-query:help hib-debbugs.el /^(defun debbugs-gnu-query:help (_but)$/
-debbugs-gnu-query:list hib-debbugs.el /^(defun debbugs-gnu-query:list
(query-attribute-lis/
-debbugs-gnu-query:string hib-debbugs.el /^(defun
debbugs-gnu-query:string (url-query-string)/
-debbugs-gnu-show-discussion hib-debbugs.el /^(defun
debbugs-gnu-show-discussion ()$/
-debbugs-query:at-p hib-debbugs.el /^(defun debbugs-query:at-p ()$/
-debbugs-query:status hib-debbugs.el /^(defun debbugs-query:status (id)$/
-debbugs-version-sufficient-p hib-debbugs.el /^(defun
debbugs-version-sufficient-p ()$/
-debugger-source hibtypes.el /^(defib debugger-source ()$/
-declarations hargs.el~ 52
-declarations hui.el~ 29
-defact hact.el /^(defmacro defact (type params doc &rest default-ac/
-defact hact.el /^(def-edebug-spec defact$/
-defal hbut.el /^(defmacro defal (type link-expr &optional doc)$/
-default EXAMPLE.kotl 32
-default FAST-DEMO 155
-default FAST-DEMO~ 75
-default hargs.el~ 957
-default hargs.el~ 968
-default README 50
-default README.html~ 361
-default README.md.html~ 45
-defaults TODO-ERRORS 116
-defib hbut.el /^(defmacro defib (type _params doc at-p &optional t/
-defib hbut.el /^(def-edebug-spec defib$/
-defil hbut.el /^(defmacro defil (type start-delim end-delim text-r/
-definition TODO-ERRORS 234
-definition TODO-ERRORS 234
-definition TODO-ERRORS 235
-delim hargs.el~ 146
-delim hargs.el~ 147
-delimiters OLD-IBUT-AT-P.el~ 27
-depth TODO-ERRORS 342
-description Makefile.html /^button {$/
-desired HY-TRY.el~ 237
-did ChangeLog /^ function did not trigger an error but changed /
-did ChangeLog~ /^ function did not trigger an error but changed /
-differ HY-ABOUT 128
-differ README.md.html~ 353
-different COPYING 662
-dir AAA-27.1-BYTECOMP 19
-dir AAA-27.1-BYTECOMP~ 40
-dir dir 1
-dir hui.el~ 541
-dir-summary hibtypes.el /^(defib dir-summary ()$/
-directory AAA-27.1-BYTECOMP 59
-directory AAA-27.1-BYTECOMP~ 278
-directory TODO-ERRORS 119
-directory TODO-ERRORS 191
-display-boolean hactypes.el /^(defact display-boolean (bool-expr)$/
-display-value hactypes.el /^(defact display-value (value)$/
-display-variable hactypes.el /^(defact display-variable (var)$/
-doc AAA-27.1-BYTECOMP~ 69
-doc Makefile /^doc: version README.md.html manual$/
-doc TODO-ERRORS 98
-doc-id hib-doc-id.el /^(defib doc-id ()$/
-doc-id-end hib-doc-id.el /^(defvar doc-id-end "-]"$/
-doc-id-index-entry-regexp hib-doc-id.el /^(defvar
doc-id-index-entry-regexp "^------+\\\\s-+Ti/
-doc-id-indices hib-doc-id.el /^(defvar doc-id-indices '()$/
-doc-id-match hib-doc-id.el /^(defvar doc-id-match$/
-doc-id-online-regexp hib-doc-id.el /^(defvar doc-id-online-regexp
"^Online-Loc:[ \\t]*\\"/
-doc-id-p hib-doc-id.el /^(defvar doc-id-p (lambda (str)$/
-doc-id-start hib-doc-id.el /^(defvar doc-id-start "[-"$/
-doc-id:help hib-doc-id.el /^(defun doc-id:help (but)$/
-document HY-ABOUT 99
-document README.md.html~ 310
-documented HY-ANNOUNCE-7.2.1 46
-documenting HY-ANNOUNCE-7.2.1 2
-documents HY-ABOUT /^ buttons may be added to documents
(explicit/
-documents HY-ABOUT 95
-documents HY-WHY.kotl 4
-documents README.md.html~ 315
-down TODO-ERRORS 145
-drags EXAMPLE.kotl 324
-ebut:act hbut.el /^(defun ebut:act (label)$/
-ebut:alist hbut.el /^(defun ebut:alist (&optional file)$/
-ebut:at-p hbut.el /^(defun ebut:at-p (&optional start-delim end-del/
-ebut:create hbut.el /^(defun ebut:create (&optional but-sym)$/
-ebut:delete hbut.el /^(defun ebut:delete (&optional but-sym)$/
-ebut:delimit hbut.el /^(defun ebut:delimit (start end instance-flag)$/
-ebut:edit hbut.el /^(defun ebut:edit (&optional lbl-key but-sym new/
-ebut:get hbut.el /^(defun ebut:get (&optional lbl-key buffer key-s/
-ebut:hattr-save hbut.el /^(defvar ebut:hattr-save t$/
-ebut:is-p hbut.el /^(defun ebut:is-p (object)$/
-ebut:key hbut.el /^(defun ebut:key (ebut)$/
-ebut:key-of-label-p hbut.el /^(defun ebut:key-of-label-p (key label)$/
-ebut:key-src-fmt hbut.el /^(defalias 'ebut:key-src-fmt
#'hbut:key-src-/
-ebut:key-src-set-buffer hbut.el /^(defalias 'ebut:key-src-set-buffer
#'hbut:key-src-/
-ebut:key-to-label hbut.el /^(defalias 'ebut:key-to-label
#'hbut:key-to-l/
-ebut:label-end hbut.el /^(defconst ebut:label-end ")>"$/
-ebut:label-instances-regexp hbut.el /^(defalias
'ebut:label-instances-regexp #'hbut:labe/
-ebut:label-p hbut.el /^(defun ebut:label-p (&optional as-label start-d/
-ebut:label-regexp hbut.el /^(defalias 'ebut:label-regexp
#'hbut:labe/
-ebut:label-start hbut.el /^(defconst ebut:label-start "<("$/
-ebut:label-to-key hbut.el /^(defalias 'ebut:label-to-key
#'hbut:label-to-key)$/
-ebut:list hbut.el /^(defun ebut:list (&optional file loc-p)$/
-ebut:map hbut.el /^(defun ebut:map (but-func &optional regexp-matc/
-ebut:match-regexp hbut.el /^(defun ebut:match-regexp (match-keys
match-part/
-ebut:next-occurrence hbut.el /^(defun ebut:next-occurrence (lbl-key
&optional /
-ebut:operate hbut.el /^(defun ebut:operate (curr-label new-label)$/
-ebut:program hbut.el /^(defun ebut:program (label actype &rest args)$/
-ebut:search hbut.el /^(defun ebut:search (string out-buf &optional ma/
-ebut:to hbut.el /^(defun ebut:to (lbl-key)$/
-ebut:to-key-src hbut.el /^(defalias 'ebut:to-key-src
#'hbut:to-key-s/
-echo Makefile /^echo:$/
-edebug hypb-ert.el~ 78
-edit TODO-ERRORS 235
-el HYNEWS-UPDATE.org~ /^* hbut.el (ebut:operate): Add error checks
similar/
-el TAGS 2
-el TODO-Partial-Grep 39
-el TODO-Partial-Grep 40
-el V9-For-HY-NEWS.org~ /^* hycontrol.el (framemove, windmove):
Conditionall/
-el V9-For-HY-NEWS.org~ /^* kotl\/klink.el (klink:at-p): In *scratch*
buffer /
-el V9-For-HY-NEWS.org~ /^* hyrolo.el
(hyrolo-find-file-noselect-function): /
-elink hibtypes.el /^(defib elink ()$/
-elink:end hibtypes.el /^(defconst elink:end ">"$/
-elink:start hibtypes.el /^(defconst elink:start "<elink:"$/
-elisp-compiler-msg hibtypes.el /^(defib elisp-compiler-msg ()$/
-eln Makefile /^eln: src$/
-eln Makefile.html /^eln: src$/
-embed hui.el~ 1861
-end HYPB-Tutorial-Greenburg.txt 52
-end HYPB-Tutorial-Greenburg.txt~ 52
-end OLD-IBUT-AT-P.el~ 57
-enforcing COPYING 191
-enter TODO-ERRORS 49
-entry FAST-DEMO 162
-entry FAST-DEMO~ 81
-entry README 93
-entry README.html~ 400
-entry README.md 106
-entry README.md.html~ 89
-err AAA-27.1-BYTECOMP 19
-err AAA-27.1-BYTECOMP~ 40
-err hui.el~ 1389
-error TODO-ERRORS 34
-error TODO-ERRORS 71
-etags hibtypes.el /^(defib etags ()$/
-eval-elisp hactypes.el /^(defact eval-elisp (lisp-expr)$/
-event TODO-ERRORS 187
-events hui-2-tests.el~ 84
-events hui-2-tests.el~ 89
-events hui-2-tests.el~ 90
-eww-browse-url hsys-www.el /^(defun eww-browse-url (url &optional
new-window)$/
-exact README.html~ 299
-example EXAMPLE.kotl 36
-example HYP-MAN.txt 8
-exclude TODO-Partial-Grep 4
-exec-kbd-macro hactypes.el /^(defact exec-kbd-macro (kbd-macro &optional
repeat/
-exec-shell-cmd hactypes.el /^(defact exec-shell-cmd (shell-cmd &optional
intern/
-exec-window-cmd hactypes.el /^(defact exec-window-cmd (shell-cmd)$/
-experience FAST-DEMO 75
-experience HYPB-Tutorial-Greenburg.txt 15
-experience HYPB-Tutorial-Greenburg.txt~ 15
-extensible HY-ANNOUNCE-7.2.1 1
-extensible HY-CONCEPTS.kotl 23
-extensive HY-CONCEPTS.kotl 23
-extent TODO-ERRORS 344
-extent TODO-ERRORS 345
-extents TODO-ERRORS 515
-f hargs.el~ 656
-fact README 65
-fact README.html~ 374
-fact README.md.html~ 58
-fantastic HY-WHY.kotl 61
-fast HY-ABOUT 55
-faster FAST-DEMO 75
-faster HYPB-Tutorial-Greenburg.txt 15
-faster HYPB-Tutorial-Greenburg.txt~ 15
-fastest HY-ABOUT 62
-feature TODO-ERRORS 235
-file FAST-DEMO 89
-file FAST-DEMO 90
-file FAST-DEMO~ 48
-file FAST-DEMO~ 62
-file HY-ANNOUNCE 108
-file HY-ANNOUNCE-8.0.0 103
-file HY-ANNOUNCE-8.0.0~ 102
-file HY-COPY 21
-file HYPB-Tutorial-Greenburg.txt 29
-file HYPB-Tutorial-Greenburg.txt 30
-file HYPB-Tutorial-Greenburg.txt~ 29
-file HYPB-Tutorial-Greenburg.txt~ 30
-file INSTALL 36
-file INSTALL.orig 46
-file TODO-ERRORS 234
-filename TODO-ERRORS 48
-files FAST-DEMO 155
-files FAST-DEMO~ 75
-files HY-ABOUT 23
-files HY-USES.kotl 96
-filter_and_print_top_window topwin.py /^def
filter_and_print_top_window(x, y):$/
-find hargs.el~ 134
-fire HY-CONCEPTS.kotl 5
-first-line-p hui-mouse.el /^(defun first-line-p ()$/
-fit HY-ABOUT 112
-flag EXAMPLE.kotl 70
-flag TODO-ERRORS 275
-format hyperbole.el.orig /^Entry format is: (key-description
key-sequence key/
-formats HY-ANNOUNCE-7.0.3 218
-formats HY-CONCEPTS.kotl 24
-forward TODO-ERRORS 288
-forward TODO-ERRORS 289
-fp hui-2-tests.el~ 79
-frame HY-ANNOUNCE-7.0.3 93
-freedom COPYING 22
-from ChangeLog /^ function from package.el which some people pre/
-from ChangeLog~ /^ function from package.el which some people pre/
-from EXAMPLE.kotl 198
-from hargs.el~ 977
-ftp Makefile /^ftp: package $(pkg_parent)\/hyperbole-$(HYPB_VERSIO/
-function AAA-27.1-BYTECOMP 7
-function AAA-27.1-BYTECOMP~ 7
-function TODO-DEFCUSTOMS 13
-function TODO-ERRORS 8
-function TODO-ERRORS 34
-functions hargs.el~ 67
-functions hargs.el~ 347
-functions hsys-org-roam.el~ 65
-functions hsys-youtube.el~ 89
-functions hui.el~ 161
-functions HY-WHY.kotl 57
-gbut:act hbut.el /^(defun gbut:act (label)$/
-gbut:delete hbut.el /^(defun gbut:delete (&optional lbl-key)$/
-gbut:ebut-key-list hbut.el /^(defun gbut:ebut-key-list ()$/
-gbut:ebut-program hbut.el /^(defun gbut:ebut-program (label actype
&rest ar/
-gbut:file hbut.el /^(defun gbut:file ()$/
-gbut:get hbut.el /^(defun gbut:get (&optional lbl-key)$/
-gbut:help hbut.el /^(defun gbut:help (label)$/
-gbut:ibut-key-list hbut.el /^(defun gbut:ibut-key-list ()$/
-gbut:key-list hbut.el /^(defun gbut:key-list ()$/
-gbut:label-list hbut.el /^(defun gbut:label-list ()$/
-gbut:label-p hbut.el /^(defun gbut:label-p (&optional as-label start-d/
-gbut:save-buffer hbut.el /^(defun gbut:save-buffer ()$/
-gbut:to hbut.el /^(defun gbut:to (lbl-key)$/
-gentler HY-CONCEPTS.kotl 19
-get AAA-27.1-BYTECOMP 8
-get AAA-27.1-BYTECOMP~ 8
-get TODO-ERRORS 8
-git-commit-reference hib-social.el /^(defib git-commit-reference ()$/
-git-find-file hib-social.el /^(defun git-find-file (file)$/
-git-pull Makefile /^git-pull:$/
-git-reference hib-social.el /^(defun git-reference (reference &optional
project)/
-git-tag-release Makefile /^git-tag-release:$/
-git-verify-no-update Makefile /^git-verify-no-update:$/
-github-reference hib-social.el /^(defun github-reference (reference
&optional user /
-gitlab-reference hib-social.el /^(defun gitlab-reference (reference
&optional user /
-glink hibtypes.el /^(defib glink ()$/
-glink:end hibtypes.el /^(defconst glink:end ">"$/
-glink:start hibtypes.el /^(defconst glink:start "<glink:"$/
-glyph TODO-ERRORS 344
-glyph TODO-ERRORS 345
-gnus-push-button hibtypes.el /^(defib gnus-push-button ()$/
-greedy hargs.el~ 157
-grep HYROLO-FILE-LIST.txt 1
-grep TODO-Partial-Grep 1
-grep-msg hibtypes.el /^(defib grep-msg ()$/
-grow HY-USES.kotl 80
-g�� Hyperbole-Orig-Manual-from-Brown.pdf 4705
-h1 README.html~ 39
-h1 README.html~ 121
-h2 README.html~ 39
-h2 README.html~ 121
-h3 README.html~ 39
-h3 README.html~ 121
-h4 README.html~ 39
-h4 README.html~ 121
-h5 README.html~ 39
-h5 README.html~ 121
-hact hact.el /^(defun hact (&rest args)$/
-hactypes:link-to-file-interactively hactypes.el /^(defun
hactypes:link-to-file-interactively ()$/
-hargs:action-get hargs.el /^(defun hargs:action-get (action
editing-flag)$/
-hargs:actype-get hargs.el /^(defun hargs:actype-get (actype
&optional editing-/
-hargs:at-p hargs.el /^(defun hargs:at-p (&optional no-default)$/
-hargs:buffer-substring hargs.el /^(defun hargs:buffer-substring (start
end)$/
-hargs:completion hargs.el /^(defun hargs:completion (&optional
no-insert)$/
-hargs:defaults hargs.el /^(defvar hargs:defaults nil$/
-hargs:delimited hargs.el /^(defun hargs:delimited (start-delim
end-delim$/
-hargs:find-tag-default hargs.el /^(defalias 'hargs:find-tag-default
#'find-tag--defa/
-hargs:get hargs.el /^(defun hargs:get (interactive-entry &optional
defa/
-hargs:iform-extensions-vector hargs.el /^(defconst
hargs:iform-extensions-vector$/
-hargs:iform-read hargs.el /^(defun hargs:iform-read (iform
&optional default-a/
-hargs:iform-vector hargs.el /^(defconst hargs:iform-vector$/
-hargs:make-iform-vector hargs.el /^(defmacro
hargs:make-iform-vector (&rest iform-ali/
-hargs:match-p hargs.el /^(defun hargs:match-p (str)$/
-hargs:prompt hargs.el /^(defun hargs:prompt (prompt default &optional
defa/
-hargs:read hargs.el /^(defun hargs:read (prompt &optional predicate
defa/
-hargs:read-buffer-name hargs.el /^(defun hargs:read-buffer-name
(prompt)$/
-hargs:read-match hargs.el /^(defun hargs:read-match (prompt
collection$/
-hargs:reading-symbol hargs.el /^(defvar hargs:reading-symbol nil$/
-hargs:reading-type hargs.el /^(defvar hargs:reading-type nil$/
-hargs:select-event-window hargs.el /^(defun
hargs:select-event-window ()$/
-hargs:select-p hargs.el /^(defun hargs:select-p (&optional value
assist-bool/
-hargs:set-string-to-complete hargs.el /^(defun
hargs:set-string-to-complete ()$/
-hargs:sexpression-p hargs.el /^(defun hargs:sexpression-p (&optional
no-recurse)$/
-hargs:string-to-complete hargs.el /^(defvar
hargs:string-to-complete nil$/
-hargs:unset-string-to-complete hargs.el /^(defun
hargs:unset-string-to-complete ()$/
-has hargs.el~ 88
-hattr:attributes hbut.el /^(defun hattr:attributes (obj-symbol)$/
-hattr:clear hbut.el /^(defun hattr:clear (hbut)$/
-hattr:copy hbut.el /^(defun hattr:copy (from-hbut to-hbut)$/
-hattr:emacs-button-attributes hbut.el /^(defun
hattr:emacs-button-attributes (button)$/
-hattr:emacs-button-is-p hbut.el /^(defun hattr:emacs-button-is-p
(button)$/
-hattr:filename hbut.el /^(defvar hattr:filename$/
-hattr:get hbut.el /^(defun hattr:get (obj-symbol attr-symbol)$/
-hattr:list hbut.el /^(defun hattr:list (obj)$/
-hattr:memq hbut.el /^(defun hattr:memq (attr-symbol obj-symbol)$/
-hattr:report hbut.el /^(defun hattr:report (attrib-list)$/
-hattr:save hbut.el /^(defun hattr:save ()$/
-hattr:set hbut.el /^(defun hattr:set (obj-symbol attr-symbol attr-v/
-hattr:summarize hbut.el /^(defalias 'hattr:summarize #'hattr:report)$/
-have hui.el~ 1140
-have hui.el~ 1242
-have hui.el~ 1706
-have hui.el~ 1734
-hbdata:action hbdata.el /^(defun hbdata:action (hbdata)$/
-hbdata:actype hbdata.el /^(defun hbdata:actype (hbdata)$/
-hbdata:apply-entry hbdata.el /^(defun hbdata:apply-entry (func
lbl-key key-src &o/
-hbdata:args hbdata.el /^(defun hbdata:args (hbdata)$/
-hbdata:categ hbdata.el /^(defun hbdata:categ (_hbdata)$/
-hbdata:create-time hbdata.el /^(defun hbdata:create-time (hbdata)$/
-hbdata:creator hbdata.el /^(defun hbdata:creator (hbdata)$/
-hbdata:delete-entry hbdata.el /^(defun hbdata:delete-entry (lbl-key
key-src &optio/
-hbdata:delete-entry-at-point hbdata.el /^(defun
hbdata:delete-entry-at-point ()$/
-hbdata:ebut-build hbdata.el /^(defun hbdata:ebut-build (&optional
mod-lbl-key bu/
-hbdata:ebut-instance-last hbdata.el /^(defun
hbdata:ebut-instance-last (lbl-key key-src /
-hbdata:get-entry hbdata.el /^(defun hbdata:get-entry (lbl-key
key-src &optional/
-hbdata:ibut-instance-last hbdata.el /^(defun
hbdata:ibut-instance-last (name-key)$/
-hbdata:ibut-instance-next hbdata.el /^(defun
hbdata:ibut-instance-next (name-key)$/
-hbdata:instance-next hbdata.el /^(defun hbdata:instance-next
(name-key)$/
-hbdata:is-but-data-stored-in-buffer hbdata.el /^(defun
hbdata:is-but-data-stored-in-buffer (key-sr/
-hbdata:key hbdata.el /^(defun hbdata:key (hbdata)$/
-hbdata:loc-p hbdata.el /^(defun hbdata:loc-p (hbdata)$/
-hbdata:mod-time hbdata.el /^(defun hbdata:mod-time (hbdata)$/
-hbdata:modifier hbdata.el /^(defun hbdata:modifier (hbdata)$/
-hbdata:referent hbdata.el /^(defun hbdata:referent (hbdata)$/
-hbdata:search hbdata.el /^(defun hbdata:search (buf label partial)$/
-hbdata:to-entry hbdata.el /^(defun hbdata:to-entry (but-key
key-src &optional /
-hbdata:to-entry-buf hbdata.el /^(defun hbdata:to-entry-buf (key-src
&optional dire/
-hbdata:to-entry-in-buffer hbdata.el /^(defun
hbdata:to-entry-in-buffer (create)$/
-hbdata:to-entry-in-file hbdata.el /^(defun
hbdata:to-entry-in-file (key-src &optional /
-hbdata:to-hbdata-buffer hbdata.el /^(defun
hbdata:to-hbdata-buffer (dir &optional crea/
-hbdata:write hbdata.el /^(defun hbdata:write (&optional orig-lbl-key
but-sy/
-hbmap:dir-add hbmap.el /^(defun hbmap:dir-add (dir-name &optional
no-save)$/
-hbmap:dir-filename hbmap.el /^(defvar hbmap:dir-filename$/
-hbmap:dir-list hbmap.el /^(defun hbmap:dir-list ()$/
-hbmap:dir-member hbmap.el /^(defun hbmap:dir-member (dir-name)$/
-hbmap:dir-operate hbmap.el /^(defun hbmap:dir-operate (pred
dir-name form &opti/
-hbmap:dir-remove hbmap.el /^(defun hbmap:dir-remove (dir-name
&optional no-sav/
-hbmap:dir-user hbmap.el /^(defvar hbmap:dir-user$/
-hbmap:filename hbmap.el /^(defvar hbmap:filename "HYPB"$/
-hbut-face hui-em-but.el /^(defface hbut-face$/
-hbut-flash hui-em-but.el /^(defface hbut-flash$/
-hbut-item-face hui-em-but.el /^(defface hbut-item-face$/
-hbut:act hbut.el /^(defun hbut:act (&optional hbut)$/
-hbut:action hbut.el /^(defun hbut:action (hbut)$/
-hbut:at-p hbut.el /^(defun hbut:at-p ()$/
-hbut:comment hbut.el /^(defun hbut:comment (start end)$/
-hbut:current hbut.el /^(defvar hbut:current nil$/
-hbut:delete hbut.el /^(defun hbut:delete (&optional lbl-key buffer ke/
-hbut:ebut-key-list hbut.el /^(defun hbut:ebut-key-list (&optional
key-src)$/
-hbut:fill-prefix-regexps hbut.el /^(defvar hbut:fill-prefix-regexps$/
-hbut:fill-prefix-remove hbut.el /^(defun hbut:fill-prefix-remove
(label)$/
-hbut:funcall hbut.el /^(defun hbut:funcall (func &optional lbl-key buf/
-hbut:get hbut.el /^(defun hbut:get (&optional lbl-key buffer key-s/
-hbut:get-key-src hbut.el /^(defun hbut:get-key-src (&optional
full-flag di/
-hbut:ibut-key-list hbut.el /^(defun hbut:ibut-key-list (&optional
key-src)$/
-hbut:instance-sep hbut.el /^(defconst hbut:instance-sep ":"$/
-hbut:is-p hbut.el /^(defun hbut:is-p (object)$/
-hbut:key hbut.el /^(defun hbut:key (hbut)$/
-hbut:key-list hbut.el /^(defun hbut:key-list ()$/
-hbut:key-src-fmt hbut.el /^(defun hbut:key-src-fmt ()$/
-hbut:key-src-set-buffer hbut.el /^(defun hbut:key-src-set-buffer
(src)$/
-hbut:key-to-label hbut.el /^(defun hbut:key-to-label (lbl-key)$/
-hbut:label hbut.el /^(defun hbut:label (hbut)$/
-hbut:label-instances-regexp hbut.el /^(defun hbut:label-instances-regexp
(lbl-key &op/
-hbut:label-list hbut.el /^(defun hbut:label-list ()$/
-hbut:label-p hbut.el /^(defun hbut:label-p (&optional as-label start-d/
-hbut:label-regexp hbut.el /^(defun hbut:label-regexp (lbl-key
&optional no-/
-hbut:label-to-key hbut.el /^(defun hbut:label-to-key (label)$/
-hbut:map hbut.el /^(defun hbut:map (but-func &optional start-delim/
-hbut:max-len hbut.el /^(defconst hbut:max-len 200$/
-hbut:max-len hbut.el /^(defsubst hbut:max-len ()$/
-hbut:modify-syntax hbut.el /^(defun hbut:modify-syntax ()$/
-hbut:outside-comment-p hbut.el /^(defun hbut:outside-comment-p ()$/
-hbut:rename hbut.el /^(defun hbut:rename (but)$/
-hbut:report hbut.el /^(defun hbut:report (&optional arg)$/
-hbut:source hbut.el /^(defun hbut:source (&optional full-flag)$/
-hbut:source-prefix hbut.el /^(defconst hbut:source-prefix
moccur-source-prefix$/
-hbut:summarize hbut.el /^(defalias 'hbut:summarize #'hbut:report)$/
-hbut:syntax-table hbut.el /^(defvar hbut:syntax-table
(copy-syntax-table ema/
-hbut:to hbut.el /^(defun hbut:to (lbl-key)$/
-hbut:to-key-src hbut.el /^(defun hbut:to-key-src (&optional
full-flag)$/
-help Makefile /^help: $/
-hhist:add hhist.el /^(defun hhist:add (elt)$/
-hhist:element hhist.el /^(defun hhist:element ()$/
-hhist:init hhist.el /^(defun hhist:init ()$/
-hhist:pop hhist.el /^(defun hhist:pop (&optional arg)$/
-hib-python-traceback hibtypes.el /^(defun hib-python-traceback ()$/
-hibtypes-git-add-project-to-repos-cache hib-social.el /^(defun
hibtypes-git-add-project-to-repos-cache (pr/
-hibtypes-git-build-or-add-to-repos-cache hib-social.el /^(defun
hibtypes-git-build-or-add-to-repos-cache (p/
-hibtypes-git-build-repos-cache hib-social.el /^(defun
hibtypes-git-build-repos-cache (&optional p/
-hibtypes-git-default-project hib-social.el /^(defcustom
hibtypes-git-default-project nil$/
-hibtypes-git-file-regexp hib-social.el /^(defconst
hibtypes-git-file-regexp "=[-=.:_\/[:alnu/
-hibtypes-git-find hib-social.el /^(defun hibtypes-git-find (file)$/
-hibtypes-git-find-execute hib-social.el /^(defun
hibtypes-git-find-execute (format-prefix fi/
-hibtypes-git-get-locate-command hib-social.el /^(defun
hibtypes-git-get-locate-command ()$/
-hibtypes-git-project-directory hib-social.el /^(defun
hibtypes-git-project-directory (project)$/
-hibtypes-git-project-regexp hib-social.el /^(defconst
hibtypes-git-project-regexp "\/?[[:alnum:/
-hibtypes-git-repos-cache hib-social.el /^(defvar
hibtypes-git-repos-cache$/
-hibtypes-git-use-magit-flag hib-social.el /^(defcustom
hibtypes-git-use-magit-flag nil$/
-hibtypes-github-default-project hib-social.el /^(defcustom
hibtypes-github-default-project nil$/
-hibtypes-github-default-user hib-social.el /^(defcustom
hibtypes-github-default-user nil$/
-hibtypes-gitlab-default-project hib-social.el /^(defcustom
hibtypes-gitlab-default-project nil$/
-hibtypes-gitlab-default-user hib-social.el /^(defcustom
hibtypes-gitlab-default-user nil$/
-hibtypes-social-default-service hib-social.el /^(defcustom
hibtypes-social-default-service "twitte/
-hibtypes-social-display-function hib-social.el /^(defcustom
hibtypes-social-display-function #'brow/
-hibtypes-social-hashtag-alist hib-social.el /^(defconst
hibtypes-social-hashtag-alist$/
-hibtypes-social-inhibit-modes hib-social.el /^(defvar
hibtypes-social-inhibit-modes '(texinfo-mo/
-hibtypes-social-regexp hib-social.el /^(defconst hibtypes-social-regexp$/
-hibtypes-social-username-alist hib-social.el /^(defconst
hibtypes-social-username-alist$/
-hierarchical HY-ABOUT 17
-hierarchical HY-USES.kotl 88
-hierarchy dir 2
-high TODO-S-and-P.csv 1
-hkey--wconfig hmouse-drv.el /^(defvar hkey--wconfig nil$/
-hkey-absolute-pixel-position hmouse-drv.el /^(defun
hkey-absolute-pixel-position ()$/
-hkey-ace-window-setup hmouse-drv.el /^(defun hkey-ace-window-setup
(&optional key)$/
-hkey-alist hui-mouse.el /^(defvar hkey-alist$/
-hkey-always-display-menu hsettings.el /^(defvar
hkey-always-display-menu nil$/
-hkey-assist-help hmouse-drv.el /^(defun hkey-assist-help ()$/
-hkey-buffer-move hmouse-drv.el /^(defun hkey-buffer-move (direction
&optional _arg)/
-hkey-buffer-move-down hmouse-drv.el /^(defun hkey-buffer-move-down ()$/
-hkey-buffer-move-left hmouse-drv.el /^(defun hkey-buffer-move-left ()$/
-hkey-buffer-move-right hmouse-drv.el /^(defun hkey-buffer-move-right ()$/
-hkey-buffer-move-up hmouse-drv.el /^(defun hkey-buffer-move-up ()$/
-hkey-buffer-to hmouse-drv.el /^(defun hkey-buffer-to (from-window
to-window)$/
-hkey-debug hmouse-drv.el /^(defcustom hkey-debug nil$/
-hkey-debug hmouse-drv.el /^(defun hkey-debug (pred pred-value
hkey-action)$/
-hkey-drag hmouse-drv.el /^(defun hkey-drag (release-window)$/
-hkey-drag-item hmouse-drv.el /^(defun hkey-drag-item (release-window)$/
-hkey-drag-stay hmouse-drv.el /^(defun hkey-drag-stay (release-window)$/
-hkey-drag-to hmouse-drv.el /^(defun hkey-drag-to (release-window)$/
-hkey-either hmouse-drv.el /^(defun hkey-either (&optional arg)$/
-hkey-execute hmouse-drv.el /^(defun hkey-execute (assisting)$/
-hkey-get-bindings hyperbole.el /^(defun hkey-get-bindings ()$/
-hkey-global-set-key hyperbole.el /^(defun hkey-global-set-key (key
command &optional /
-hkey-help hmouse-drv.el /^(defun hkey-help (&optional assisting)$/
-hkey-help-hide hmouse-drv.el /^(defun hkey-help-hide (&optional kill
window)$/
-hkey-help-msg hmouse-drv.el /^(defvar hkey-help-msg "" "Holds last Smart
Key hel/
-hkey-help-show hmouse-drv.el /^(defun hkey-help-show (&optional buffer
current-wi/
-hkey-init hyperbole.el /^(defcustom hkey-init t$/
-hkey-initialize hyperbole.el /^(defun hkey-initialize ()$/
-hkey-insert-region hmouse-drv.el /^(defun hkey-insert-region
(depress-window release-/
-hkey-link hmouse-drv.el /^(defun hkey-link (release-window)$/
-hkey-maybe-global-set-key hyperbole.el /^(defun
hkey-maybe-global-set-key (key command &opt/
-hkey-maybe-set-key hyperbole.el /^(defun hkey-maybe-set-key (key
command &optional _/
-hkey-mouse-help hmouse-drv.el /^(defun hkey-mouse-help (assisting
args)$/
-hkey-operate hmouse-drv.el /^(defun hkey-operate (&optional arg)$/
-hkey-region hmouse-drv.el /^(defvar hkey-region nil$/
-hkey-replace hmouse-drv.el /^(defun hkey-replace (release-window)$/
-hkey-set-key hyperbole.el /^(defun hkey-set-key (key command)$/
-hkey-summarize hmouse-drv.el /^(defun hkey-summarize (&optional
current-window)$/
-hkey-swap hmouse-drv.el /^(defun hkey-swap (to-window)$/
-hkey-swap-buffers hmouse-drv.el /^(defun hkey-swap-buffers (from-window
to-window)$/
-hkey-throw hmouse-drv.el /^(defun hkey-throw (release-window &optional
throw-/
-hkey-toggle-debug hmouse-drv.el /^(defun hkey-toggle-debug (&optional
arg)$/
-hkey-value hui-mouse.el /^(defvar hkey-value nil$/
-hkey-window-link hmouse-drv.el /^(defun hkey-window-link
(release-window)$/
-hlink hibtypes.el /^(defun hlink (link-actype label-prefix start-delim/
-hlink:parse-label-and-file hibtypes.el /^(defun
hlink:parse-label-and-file (label-and-file)/
-hload-path--internal-make-directory-autoloads hload-path.el /^(defun
hload-path--internal-make-directory-autoloa/
-hload-path--make-directory-autoloads hload-path.el /^(defalias
'hload-path--make-directory-autoloads$/
-hmail:browser-p hmail.el /^(defun hmail:browser-p ()$/
-hmail:buffer hmail.el /^(defun hmail:buffer (&optional buf
invisible-flag)/
-hmail:compose hmail.el /^(defun hmail:compose (address expr &optional
subje/
-hmail:composer hmail.el /^(defvar hmail:composer 'message-mode$/
-hmail:composing-dir hmail.el /^(defun hmail:composing-dir (key-src)$/
-hmail:editor-p hmail.el /^(defun hmail:editor-p ()$/
-hmail:hbdata-sep hmail.el /^(defvar hmail:hbdata-sep "\\^Lbd"$/
-hmail:hbdata-start hmail.el /^(defun hmail:hbdata-start (&optional
msg-start msg/
-hmail:hbdata-to-p hmail.el /^(defun hmail:hbdata-to-p ()$/
-hmail:init hmail.el /^(defun hmail:init (class-prefix
func-suffix-list)$/
-hmail:init-function hmail.el /^(defcustom hmail:init-function nil$/
-hmail:invoke hmail.el /^(defun hmail:invoke (&optional address cc
subject)/
-hmail:lister hmail.el /^(defvar hmail:lister nil$/
-hmail:lister-p hmail.el /^(defun hmail:lister-p ()$/
-hmail:mode-is-p hmail.el /^(defun hmail:mode-is-p ()$/
-hmail:modifier hmail.el /^(defvar hmail:modifier nil$/
-hmail:msg-narrow hmail.el /^(defun hmail:msg-narrow (&optional
msg-start msg-e/
-hmail:reader hmail.el /^(defvar hmail:reader nil$/
-hmail:reader-p hmail.el /^(defun hmail:reader-p ()$/
-hmail:region hmail.el /^(defun hmail:region (start end &optional buf
invis/
-hmh--highlight-buttons hmh.el /^(defun hmh--highlight-buttons (&rest _)$/
-hmh--run-show-hook hmh.el /^(defun hmh--run-show-hook (&rest _)
(run-hooks 'mh/
-hmouse-add-unshifted-smart-keys hmouse-key.el /^(defun
hmouse-add-unshifted-smart-keys ()$/
-hmouse-alist hui-mouse.el /^(defvar hmouse-alist hkey-alist$/
-hmouse-alist-add-window-handlers hui-window.el /^(defun
hmouse-alist-add-window-handlers ()$/
-hmouse-at-item-p hui-window.el /^(defun hmouse-at-item-p
(start-window)$/
-hmouse-bind-key-emacs hmouse-sh.el /^(defun hmouse-bind-key-emacs
(mouse-key-number dep/
-hmouse-bind-shifted-key-emacs hmouse-sh.el /^(defun
hmouse-bind-shifted-key-emacs (shifted-mous/
-hmouse-bindings hmouse-key.el /^(defvar hmouse-bindings nil$/
-hmouse-bindings hmouse-key.el /^(defvar hmouse-bindings nil$/
-hmouse-bindings-flag hmouse-key.el /^(defvar hmouse-bindings-flag nil$/
-hmouse-bindings-flag hmouse-key.el /^(defvar hmouse-bindings-flag nil$/
-hmouse-buffer-to-window hui-window.el /^(defun
hmouse-buffer-to-window (&optional new-wind/
-hmouse-check-action-key hmouse-key.el /^(defun
hmouse-check-action-key ()$/
-hmouse-check-assist-key hmouse-key.el /^(defun
hmouse-check-assist-key ()$/
-hmouse-choose-link-and-referent-windows hmouse-drv.el /^(defun
hmouse-choose-link-and-referent-windows ()$/
-hmouse-choose-windows hmouse-drv.el /^(defun hmouse-choose-windows (func)$/
-hmouse-click-to-drag hmouse-drv.el /^(defun hmouse-click-to-drag ()$/
-hmouse-click-to-drag-item hmouse-drv.el /^(defun
hmouse-click-to-drag-item ()$/
-hmouse-click-to-drag-stay hmouse-drv.el /^(defun
hmouse-click-to-drag-stay ()$/
-hmouse-click-to-drag-to hmouse-drv.el /^(defun
hmouse-click-to-drag-to ()$/
-hmouse-click-to-replace hmouse-drv.el /^(defun
hmouse-click-to-replace ()$/
-hmouse-click-to-swap hmouse-drv.el /^(defun hmouse-click-to-swap ()$/
-hmouse-click-to-throw hmouse-drv.el /^(defun hmouse-click-to-throw ()$/
-hmouse-clone-window-to-frame hui-window.el /^(defun
hmouse-clone-window-to-frame (&optional _al/
-hmouse-context-ibuffer-menu hui-window.el /^(defun
hmouse-context-ibuffer-menu ()$/
-hmouse-context-menu hui-window.el /^(defun hmouse-context-menu ()$/
-hmouse-depress-inactive-minibuffer-p hmouse-drv.el /^(defun
hmouse-depress-inactive-minibuffer-p (event/
-hmouse-dired-display-here-mode hui-window.el /^(define-minor-mode
hmouse-dired-display-here-mode$/
-hmouse-dired-readin-hook hui-window.el /^(defun
hmouse-dired-readin-hook ()$/
-hmouse-drag-between-frames hui-window.el /^(defun
hmouse-drag-between-frames ()$/
-hmouse-drag-between-windows hui-window.el /^(defun
hmouse-drag-between-windows ()$/
-hmouse-drag-diagonally hui-window.el /^(defun hmouse-drag-diagonally ()$/
-hmouse-drag-horizontally hui-window.el /^(defun
hmouse-drag-horizontally ()$/
-hmouse-drag-item-mode-forms hui-window.el /^(defvar
hmouse-drag-item-mode-forms$/
-hmouse-drag-item-to-display hui-window.el /^(defun
hmouse-drag-item-to-display (&optional new-/
-hmouse-drag-not-allowed hui-window.el /^(defun
hmouse-drag-not-allowed ()$/
-hmouse-drag-outside-all-windows hui-window.el /^(defun
hmouse-drag-outside-all-windows ()$/
-hmouse-drag-p hui-window.el /^(defun hmouse-drag-p ()$/
-hmouse-drag-region hmouse-sh.el /^(defun hmouse-drag-region
(start-event)$/
-hmouse-drag-region-active hui-window.el /^(defun
hmouse-drag-region-active ()$/
-hmouse-drag-same-window hui-window.el /^(defun
hmouse-drag-same-window ()$/
-hmouse-drag-thing hui-window.el /^(defun hmouse-drag-thing ()$/
-hmouse-drag-vertically hui-window.el /^(defun hmouse-drag-vertically ()$/
-hmouse-drag-vertically-within-emacs hui-window.el /^(defun
hmouse-drag-vertically-within-emacs ()$/
-hmouse-drag-window-side hui-window.el /^(defun
hmouse-drag-window-side ()$/
-hmouse-edge-sensitivity hui-window.el /^(defvar
hmouse-edge-sensitivity 10$/
-hmouse-emacs-at-modeline-buffer-id-p hui-window.el /^(defun
hmouse-emacs-at-modeline-buffer-id-p ()$/
-hmouse-emacs-modeline-event-p hui-window.el /^(defun
hmouse-emacs-modeline-event-p (event)$/
-hmouse-function hmouse-drv.el /^(defun hmouse-function (func
assisting set-point-a/
-hmouse-get-bindings hmouse-sh.el /^(defun hmouse-get-bindings
(middle-flag)$/
-hmouse-get-unshifted-bindings hmouse-sh.el /^(defun
hmouse-get-unshifted-bindings ()$/
-hmouse-goto-depress-point hui-window.el /^(defun
hmouse-goto-depress-point ()$/
-hmouse-goto-region-prev-point hui-window.el /^(defun
hmouse-goto-region-prev-point ()$/
-hmouse-goto-release-point hui-window.el /^(defun
hmouse-goto-release-point ()$/
-hmouse-horizontal-action-drag hui-window.el /^(defun
hmouse-horizontal-action-drag ()$/
-hmouse-horizontal-assist-drag hui-window.el /^(defun
hmouse-horizontal-assist-drag ()$/
-hmouse-inactive-minibuffer-p hui-window.el /^(defun
hmouse-inactive-minibuffer-p ()$/
-hmouse-insert-region hui-window.el /^(defun hmouse-insert-region ()$/
-hmouse-install hmouse-key.el /^(defun hmouse-install (&optional arg)$/
-hmouse-item-to-window hui-window.el /^(defun hmouse-item-to-window
(&optional new-window/
-hmouse-key-release-args-emacs hmouse-drv.el /^(defun
hmouse-key-release-args-emacs (event)$/
-hmouse-key-release-buffer hmouse-drv.el /^(defun
hmouse-key-release-buffer (release-position/
-hmouse-key-release-window hmouse-drv.el /^(defun
hmouse-key-release-window (release-position/
-hmouse-keyboard-choose-windows hmouse-drv.el /^(defun
hmouse-keyboard-choose-windows (func)$/
-hmouse-kill-and-yank-region hui-window.el /^(defun
hmouse-kill-and-yank-region ()$/
-hmouse-kill-region hui-window.el /^(defun hmouse-kill-region ()$/
-hmouse-map-modes-to-form hui-window.el /^(defun
hmouse-map-modes-to-form (mode-forms)$/
-hmouse-middle-flag hsettings.el /^(defcustom hmouse-middle-flag (and
(boundp 'infodo/
-hmouse-mod--global-map hmouse-mod.el /^(defvar hmouse-mod--global-map nil$/
-hmouse-mod--prefix hmouse-mod.el /^(defvar hmouse-mod--prefix nil$/
-hmouse-mod--prior-global-map hmouse-mod.el /^(defvar
hmouse-mod--prior-global-map nil$/
-hmouse-mod-disable hmouse-mod.el /^(defun hmouse-mod-disable ()$/
-hmouse-mod-enable hmouse-mod.el /^(defun hmouse-mod-enable ()$/
-hmouse-mod-execute-command hmouse-mod.el /^(defun
hmouse-mod-execute-command (key count)$/
-hmouse-mod-insert-command hmouse-mod.el /^(defun
hmouse-mod-insert-command (count)$/
-hmouse-mod-keyboard-quit hmouse-mod.el /^(defun
hmouse-mod-keyboard-quit ()$/
-hmouse-mod-last-char hmouse-mod.el /^(defun hmouse-mod-last-char ()$/
-hmouse-mod-mode hmouse-mod.el /^(define-minor-mode hmouse-mod-mode$/
-hmouse-mod-mode hyperbole-autoloads.el /^(defvar hmouse-mod-mode nil
"\\$/
-hmouse-modeline-click hui-window.el /^(defun hmouse-modeline-click ()$/
-hmouse-modeline-depress hui-window.el /^(defun
hmouse-modeline-depress ()$/
-hmouse-modeline-event-p hui-window.el /^(defun
hmouse-modeline-event-p (event)$/
-hmouse-modeline-release hui-window.el /^(defun
hmouse-modeline-release ()$/
-hmouse-modeline-resize-window hui-window.el /^(defun
hmouse-modeline-resize-window ()$/
-hmouse-move-point-emacs hmouse-sh.el /^(defun
hmouse-move-point-emacs (event &optional pr/
-hmouse-move-point-eterm hmouse-sh.el /^(defun
hmouse-move-point-eterm (arg-list)$/
-hmouse-move-window-to-frame hui-window.el /^(defun
hmouse-move-window-to-frame (&optional alwa/
-hmouse-posn-set-point hmouse-sh.el /^(defun hmouse-posn-set-point
(position)$/
-hmouse-press-release-same-window hui-window.el /^(defun
hmouse-press-release-same-window ()$/
-hmouse-previous-bindings hmouse-key.el /^(defvar
hmouse-previous-bindings nil$/
-hmouse-previous-bindings hmouse-key.el /^(defvar
hmouse-previous-bindings nil$/
-hmouse-prior-active-region hui-window.el /^(defun
hmouse-prior-active-region ()$/
-hmouse-pulse-buffer hui-window.el /^(defun hmouse-pulse-buffer ()$/
-hmouse-pulse-flag hui-window.el /^(defcustom hmouse-pulse-flag t$/
-hmouse-pulse-iterations hui-window.el /^(defvar
hmouse-pulse-iterations 40$/
-hmouse-pulse-line hui-window.el /^(defun hmouse-pulse-line ()$/
-hmouse-pulse-region hui-window.el /^(defun hmouse-pulse-region (start
end)$/
-hmouse-read-only-toggle-key hui-window.el /^(defun
hmouse-read-only-toggle-key ()$/
-hmouse-release hmouse-drv.el /^(defun hmouse-release (assisting)$/
-hmouse-release-left-edge hui-window.el /^(defun
hmouse-release-left-edge ()$/
-hmouse-release-right-edge hui-window.el /^(defun
hmouse-release-right-edge ()$/
-hmouse-resize-window-side hui-window.el /^(defun
hmouse-resize-window-side ()$/
-hmouse-save-region hmouse-drv.el /^(defun hmouse-save-region ()$/
-hmouse-set-bindings hmouse-key.el /^(defun hmouse-set-bindings
(key-binding-list)$/
-hmouse-set-buffer-and-point hui-window.el /^(defun
hmouse-set-buffer-and-point (buffer point)$/
-hmouse-set-key-list hmouse-sh.el /^(defun hmouse-set-key-list (binding
key-list)$/
-hmouse-set-point hmouse-drv.el /^(defun hmouse-set-point (args)$/
-hmouse-set-point-at hmouse-drv.el /^(defun hmouse-set-point-at
(set-point-arg-list)$/
-hmouse-set-point-command hui-mouse.el /^(defvar
hmouse-set-point-command nil$/
-hmouse-shifted-setup hmouse-sh.el /^(defun hmouse-shifted-setup
(middle-flag)$/
-hmouse-side-sensitivity hui-window.el /^(defvar
hmouse-side-sensitivity 5$/
-hmouse-split-window hui-window.el /^(defun hmouse-split-window ()$/
-hmouse-swap-buffers hui-window.el /^(defun hmouse-swap-buffers ()$/
-hmouse-swap-windows hui-window.el /^(defun hmouse-swap-windows ()$/
-hmouse-toggle-bindings hmouse-key.el /^(defun hmouse-toggle-bindings ()$/
-hmouse-unshifted-setup hmouse-sh.el /^(defun hmouse-unshifted-setup
(&optional middle-ke/
-hmouse-update-smart-keys hmouse-key.el /^(defun
hmouse-update-smart-keys ()$/
-hmouse-use-region-p hmouse-drv.el /^(defun hmouse-use-region-p ()$/
-hmouse-verify-release-window-flag hmouse-drv.el /^(defvar
hmouse-verify-release-window-flag t$/
-hmouse-vertical-action-drag hui-window.el /^(defun
hmouse-vertical-action-drag ()$/
-hmouse-vertical-assist-drag hui-window.el /^(defun
hmouse-vertical-assist-drag ()$/
-hmouse-vertical-line-spacing hmouse-drv.el /^(defun
hmouse-vertical-line-spacing (frame)$/
-hmouse-window-at-absolute-pixel-position hmouse-drv.el /^(defun
hmouse-window-at-absolute-pixel-position (&/
-hmouse-window-coordinates hmouse-drv.el /^(defun
hmouse-window-coordinates (&optional event)/
-hmouse-x-coord hui-window.el /^(defun hmouse-x-coord (args)$/
-hmouse-x-diagonal-sensitivity hui-window.el /^(defvar
hmouse-x-diagonal-sensitivity 4$/
-hmouse-x-drag-sensitivity hui-window.el /^(defvar
hmouse-x-drag-sensitivity 5$/
-hmouse-y-coord hui-window.el /^(defun hmouse-y-coord (args)$/
-hmouse-y-diagonal-sensitivity hui-window.el /^(defvar
hmouse-y-diagonal-sensitivity 3$/
-hmouse-y-drag-sensitivity hui-window.el /^(defvar
hmouse-y-drag-sensitivity 3$/
-hmouse-yank-region hui-window.el /^(defun hmouse-yank-region ()$/
-hnews:composer hmail.el /^(defvar hnews:composer 'news-reply-mode$/
-hnews:lister hmail.el /^(defvar hnews:lister 'gnus-summary-mode$/
-hnews:lister-p hmail.el /^(defun hnews:lister-p ()$/
-hnews:reader hmail.el /^(defvar hnews:reader 'gnus-article-mode$/
-home hui-2-tests.el~ 92
-however COPYING 231
-however HY-CONCEPTS.kotl 30
-hpath:abbreviate-file-name hpath.el /^(defun
hpath:abbreviate-file-name (path)$/
-hpath:absolute-arguments hpath.el /^(defun
hpath:absolute-arguments (actype arg-list &/
-hpath:absolute-to hpath.el /^(defun hpath:absolute-to (path
&optional default-d/
-hpath:at-p hpath.el /^(defun hpath:at-p (&optional type non-exist)$/
-hpath:auto-completing-read-modes hpath.el /^(defcustom
hpath:auto-completing-read-modes '(helm/
-hpath:auto-variable-alist hpath.el /^(defvar
hpath:auto-variable-alist$/
-hpath:cache-mswindows-mount-points hpath.el /^(defun
hpath:cache-mswindows-mount-points ()$/
-hpath:call hpath.el /^(defun hpath:call (func path &optional
non-exist)$/
-hpath:choose-from-path-variable hpath.el /^(defun
hpath:choose-from-path-variable (path-var &/
-hpath:command-string hpath.el /^(defun hpath:command-string (cmd
filename)$/
-hpath:compressed-suffix-regexp hpath.el /^(defvar
hpath:compressed-suffix-regexp (concat (re/
-hpath:delete-trailer hpath.el /^(defun hpath:delete-trailer (string)$/
-hpath:delimited-possible-path hpath.el /^(defun
hpath:delimited-possible-path (&optional no/
-hpath:disable-find-file-urls hpath.el /^(defun
hpath:disable-find-file-urls ()$/
-hpath:display-buffer hpath.el /^(defun hpath:display-buffer (buffer
&optional disp/
-hpath:display-buffer-alist hpath.el /^(defvar
hpath:display-buffer-alist$/
-hpath:display-buffer-function hpath.el /^(defun
hpath:display-buffer-function (&optional di/
-hpath:display-buffer-other-frame hpath.el /^(defun
hpath:display-buffer-other-frame (buffer)$/
-hpath:display-path-function hpath.el /^(defun
hpath:display-path-function (&optional disp/
-hpath:display-where hpath.el /^(defvar hpath:display-where
'other-window$/
-hpath:display-where-alist hpath.el /^(defvar
hpath:display-where-alist$/
-hpath:display-where-function hpath.el /^(defun
hpath:display-where-function (display-where/
-hpath:enable-find-file-urls hpath.el /^(defun
hpath:enable-find-file-urls ()$/
-hpath:exists-p hpath.el /^(defun hpath:exists-p (path &optional
suffix-flag)/
-hpath:expand hpath.el /^(defun hpath:expand (path &optional
exists-flag)$/
-hpath:expand-list hpath.el /^(defun hpath:expand-list (paths
match-regexp &opti/
-hpath:expand-with-variable hpath.el /^(defun
hpath:expand-with-variable (path)$/
-hpath:external-display-alist-macos hpath.el /^(defcustom
hpath:external-display-alist-macos (lis/
-hpath:external-display-alist-mswindows hpath.el /^(defcustom
hpath:external-display-alist-mswindows /
-hpath:external-display-alist-x hpath.el /^(defcustom
hpath:external-display-alist-x (list (c/
-hpath:external-file-suffixes hpath.el /^(defcustom
hpath:external-file-suffixes "e?ps\\\\|dv/
-hpath:external-open-office-suffixes hpath.el /^(defcustom
hpath:external-open-office-suffixes "do/
-hpath:file-line-and-column hpath.el /^(defun
hpath:file-line-and-column (path-line-and-c/
-hpath:file-position-to-line-and-column hpath.el /^(defun
hpath:file-position-to-line-and-column (pat/
-hpath:find hpath.el /^(defun hpath:find (pathname &optional
display-wher/
-hpath:find-executable hpath.el /^(defun hpath:find-executable
(executable-list)$/
-hpath:find-file-mailcap hpath.el /^(defun
hpath:find-file-mailcap (file-name)$/
-hpath:find-file-urls-mode hpath.el /^(defcustom
hpath:find-file-urls-mode nil$/
-hpath:find-file-urls-mode hpath.el /^(defun
hpath:find-file-urls-mode (&optional arg)$/
-hpath:find-file-urls-p hpath.el /^(defun hpath:find-file-urls-p ()$/
-hpath:find-line hpath.el /^(defun hpath:find-line (filename
line-num &optiona/
-hpath:find-noselect hpath.el /^(defun hpath:find-noselect
(filename)$/
-hpath:find-other-frame hpath.el /^(defun hpath:find-other-frame
(filename)$/
-hpath:find-other-window hpath.el /^(defun
hpath:find-other-window (filename)$/
-hpath:find-program hpath.el /^(defun hpath:find-program (filename)$/
-hpath:get-external-display-alist hpath.el /^(defun
hpath:get-external-display-alist ()$/
-hpath:get-single-string-variable-value hpath.el /^(defun
hpath:get-single-string-variable-value (var/
-hpath:handle-urls hpath.el /^(defun hpath:handle-urls ()$/
-hpath:hostname-grpn hpath.el /^(defconst hpath:hostname-grpn 6$/
-hpath:html-anchor-id-pattern hpath.el /^(defconst
hpath:html-anchor-id-pattern "\\\\(id\\\\|na/
-hpath:info-suffix hpath.el /^(defvar hpath:info-suffix
"\\\\.info\\\\(-[0-9]+\\\\)?\\\\/
-hpath:internal-display-alist hpath.el /^(defcustom
hpath:internal-display-alist$/
-hpath:is-p hpath.el /^(defun hpath:is-p (path &optional type
non-exist)$/
-hpath:is-path-variable-p hpath.el /^(defun
hpath:is-path-variable-p (path-var)$/
-hpath:line-and-column-regexp hpath.el /^(defconst
hpath:line-and-column-regexp$/
-hpath:markdown-anchor-id-pattern hpath.el /^(defconst
hpath:markdown-anchor-id-pattern "^[ ]*%/
-hpath:markdown-section-pattern hpath.el /^(defconst
hpath:markdown-section-pattern "^[ \\t]*\\/
-hpath:markdown-suffix-regexp hpath.el /^(defconst
hpath:markdown-suffix-regexp "\\\\.[mM][dD/
-hpath:markup-link-anchor-regexp hpath.el /^(defconst
hpath:markup-link-anchor-regexp$/
-hpath:match hpath.el /^(defun hpath:match (filename regexp-alist)$/
-hpath:mswindows-drive-regexp hpath.el /^(defconst
hpath:mswindows-drive-regexp (format "\\\\/
-hpath:mswindows-mount-prefix hpath.el /^(defvar
hpath:mswindows-mount-prefix$/
-hpath:mswindows-path-regexp hpath.el /^(defconst
hpath:mswindows-path-regexp "\\\\`.*\\\\.*[a/
-hpath:mswindows-to-posix hpath.el /^(defun
hpath:mswindows-to-posix (path)$/
-hpath:mswindows-to-posix-separators hpath.el /^(defun
hpath:mswindows-to-posix-separators (path)$/
-hpath:native-image-suffixes hpath.el /^(defcustom
hpath:native-image-suffixes "\\\\.\\\\(xbm\\/
-hpath:normalize hpath.el /^(defun hpath:normalize (filename)$/
-hpath:outline-section-pattern hpath.el /^(defconst
hpath:outline-section-pattern "^\\\\*+[ \\t/
-hpath:path-variable-regexp hpath.el /^(defvar
hpath:path-variable-regexp "\\\\`\\\\$?[{(]?\\\\/
-hpath:path-variable-value-regexp hpath.el /^(defvar
hpath:path-variable-value-regexp$/
-hpath:pathname-grpn hpath.el /^(defconst hpath:pathname-grpn 8$/
-hpath:portnumber-grpn hpath.el /^(defconst hpath:portnumber-grpn 7$/
-hpath:posix-mount-point-to-mswindows-alist hpath.el /^(defvar
hpath:posix-mount-point-to-mswindows-alist/
-hpath:posix-mount-point-to-mswindows-alist hyperbole-autoloads.el
/^(defvar hpath:posix-mount-point-to-mswindows-alist/
-hpath:posix-mount-points-regexp hpath.el /^(defvar
hpath:posix-mount-points-regexp$/
-hpath:posix-path-p hpath.el /^(defun hpath:posix-path-p (path)$/
-hpath:posix-to-mswindows hpath.el /^(defun
hpath:posix-to-mswindows (path)$/
-hpath:posix-to-mswindows-separators hpath.el /^(defun
hpath:posix-to-mswindows-separators (path)$/
-hpath:prefix-regexp hpath.el /^(defvar hpath:prefix-regexp
"\\\\`[-!&][ ]*"$/
-hpath:prepend-shell-directory hpath.el /^(defun
hpath:prepend-shell-directory (&optional fi/
-hpath:protocol-grpn hpath.el /^(defconst hpath:protocol-grpn 3$/
-hpath:push-tag-mark hpath.el /^(defun hpath:push-tag-mark ()$/
-hpath:relative-arguments hpath.el /^(defun
hpath:relative-arguments (arg-list)$/
-hpath:relative-to hpath.el /^(defun hpath:relative-to (path
&optional default-d/
-hpath:remote-at-p hpath.el /^(defun hpath:remote-at-p ()$/
-hpath:remote-available-p hpath.el /^(defun
hpath:remote-available-p ()$/
-hpath:remote-default-user hpath.el /^(defun
hpath:remote-default-user ()$/
-hpath:remote-p hpath.el /^(defun hpath:remote-p (path)$/
-hpath:remote-regexp hpath.el /^(defvar hpath:remote-regexp$/
-hpath:resolve hpath.el /^(defun hpath:resolve (path)$/
-hpath:return-one-value hpath.el /^(defun hpath:return-one-value (path
&optional retu/
-hpath:rfc hpath.el /^(defvar hpath:rfc
"https:\/\/www.ietf.org\/rfc\/rfc%s./
-hpath:rfc hpath.el /^(defun hpath:rfc (rfc-num)$/
-hpath:section-line-and-column-regexp hpath.el /^(defconst
hpath:section-line-and-column-regexp$/
-hpath:shell-modes hpath.el /^(defconst hpath:shell-modes '(sh-mode
csh-mode she/
-hpath:shorten hpath.el /^(defun hpath:shorten (path)$/
-hpath:sitename-grpn hpath.el /^(defconst hpath:sitename-grpn 5$/
-hpath:start-end hpath.el /^(defun hpath:start-end (path)$/
-hpath:string-url-regexp hpath.el /^(defvar
hpath:string-url-regexp (concat "\\\\`" hpat/
-hpath:string-url-regexp2 hpath.el /^(defvar
hpath:string-url-regexp2 (concat "\\\\`" hpa/
-hpath:string-url-regexp3 hpath.el /^(defvar
hpath:string-url-regexp3 (concat "\\\\`" hpa/
-hpath:substitute-dir hpath.el /^(defun hpath:substitute-dir
(path-prefix var-name /
-hpath:substitute-match-value hpath.el /^(defun
hpath:substitute-match-value (regexp str ne/
-hpath:substitute-posix-or-mswindows hpath.el /^(defun
hpath:substitute-posix-or-mswindows (path)$/
-hpath:substitute-posix-or-mswindows-at-point hpath.el /^(defun
hpath:substitute-posix-or-mswindows-at-poin/
-hpath:substitute-value hpath.el /^(defun hpath:substitute-value (path)$/
-hpath:substitute-var hpath.el /^(defun hpath:substitute-var (path)$/
-hpath:substitute-var-name hpath.el /^(defun
hpath:substitute-var-name (var-symbol var-d/
-hpath:suffixes hpath.el /^(defcustom hpath:suffixes '(".gz" ".Z")$/
-hpath:symlink-expand hpath.el /^(defun hpath:symlink-expand (referent
dirname)$/
-hpath:symlink-referent hpath.el /^(defun hpath:symlink-referent
(linkname)$/
-hpath:texinfo-section-pattern hpath.el /^(defconst
hpath:texinfo-section-pattern "^@node+[ /
-hpath:tmp-prefix hpath.el /^(defvar hpath:tmp-prefix
"\/tmp\/remote-"$/
-hpath:to-line hpath.el /^(defun hpath:to-line (line-num)$/
-hpath:to-markup-anchor hpath.el /^(defun hpath:to-markup-anchor (hash
anchor)$/
-hpath:tramp-file-name-regexp hpath.el /^(defun
hpath:tramp-file-name-regexp ()$/
-hpath:trim hpath.el /^(defun hpath:trim (path)$/
-hpath:url-at-p hpath.el /^(defun hpath:url-at-p ()$/
-hpath:url-grpn hpath.el /^(defconst hpath:url-grpn 2$/
-hpath:url-hostnames-regexp hpath.el /^(defvar
hpath:url-hostnames-regexp "\\\\(www\\\\|s?ft/
-hpath:url-keyword-grpn hpath.el /^(defconst hpath:url-keyword-grpn 1$/
-hpath:url-p hpath.el /^(defun hpath:url-p (obj)$/
-hpath:url-regexp hpath.el /^(defvar hpath:url-regexp
"<?\\\\(URL[:=]\\\\)?\\\\(\\\\([a/
-hpath:url-regexp2 hpath.el /^(defvar hpath:url-regexp2$/
-hpath:url-regexp3 hpath.el /^(defvar hpath:url-regexp3$/
-hpath:username-grpn hpath.el /^(defconst hpath:username-grpn 4$/
-hpath:validate hpath.el /^(defun hpath:validate (path)$/
-hpath:variable-regexp hpath.el /^(defconst hpath:variable-regexp
"\\\\$@?\\{\\\\([^\\}]+\\/
-hpath:variables hpath.el /^(defcustom hpath:variables$/
-hpath:www-at-p hpath.el /^(defun hpath:www-at-p (&optional
include-start-and/
-hpath:www-p hpath.el /^(defun hpath:www-p (path)$/
-hproperty:but-add hui-em-but.el /^(defun hproperty:but-add (start end
face)$/
-hproperty:but-clear hui-em-but.el /^(defun hproperty:but-clear (&optional
pos)$/
-hproperty:but-clear-all hui-em-but.el /^(defun
hproperty:but-clear-all (&optional regexp-m/
-hproperty:but-create hui-em-but.el /^(defun hproperty:but-create
(&optional regexp-matc/
-hproperty:but-create-all hui-em-but.el /^(defun
hproperty:but-create-all (&optional regexp-/
-hproperty:but-create-on-yank hui-em-but.el /^(defun
hproperty:but-create-on-yank (_prop-value s/
-hproperty:but-emphasize-flag hui-em-but.el /^(defcustom
hproperty:but-emphasize-flag nil$/
-hproperty:but-face hui-em-but.el /^(defcustom hproperty:but-face
'hbut-face$/
-hproperty:but-flash hui-em-but.el /^(defun hproperty:but-flash ()$/
-hproperty:but-flash-time hui-em-but.el /^(defcustom
hproperty:but-flash-time 1000$/
-hproperty:but-flash-time-seconds hui-em-but.el /^(defcustom
hproperty:but-flash-time-seconds 0.05$/
-hproperty:but-get hui-em-but.el /^(defun hproperty:but-get (&optional
pos)$/
-hproperty:but-highlight-flag hui-em-but.el /^(defcustom
hproperty:but-highlight-flag t$/
-hproperty:but-p hui-em-but.el /^(defun hproperty:but-p (&optional
pos)$/
-hproperty:color-list hui-em-but.el /^(defconst hproperty:color-list$/
-hproperty:color-ptr hui-em-but.el /^(defvar hproperty:color-ptr nil$/
-hproperty:cycle-but-color hui-em-but.el /^(defun
hproperty:cycle-but-color (&optional color)/
-hproperty:flash-face hui-em-but.el /^(defcustom hproperty:flash-face
'hbut-flash$/
-hproperty:good-colors hui-em-but.el /^(defconst hproperty:good-colors$/
-hproperty:highlight-face hui-em-but.el /^(defcustom
hproperty:highlight-face 'highlight$/
-hproperty:ibut-face hui-em-but.el /^(defcustom hproperty:ibut-face
'ibut-face$/
-hproperty:item-button hui-em-but.el /^(defvar hproperty:item-button nil$/
-hproperty:item-face hui-em-but.el /^(defcustom hproperty:item-face
'hbut-item-face$/
-hproperty:list-cycle hui-em-but.el /^(defsubst hproperty:list-cycle
(list-ptr list)$/
-hproperty:select-item hui-em-but.el /^(defun hproperty:select-item
(&optional pnt)$/
-hproperty:select-line hui-em-but.el /^(defun hproperty:select-line
(&optional pnt)$/
-hproperty:set-but-face hui-em-but.el /^(defun hproperty:set-but-face (pos
face)$/
-href README.html~ 330
-href README.html~ 333
-href README.html~ 462
-href README.md.html~ 163
-href README.md.html~ 190
-href README.md.html~ 202
-href README.md.html~ 264
-hrmail--highlight-buttons hrmail.el /^(defun
hrmail--highlight-buttons (&rest _)$/
-hrmail--rmail-cease-edit hrmail.el /^(defun
hrmail--rmail-cease-edit ()$/
-hrmail--rmail-forward hrmail.el /^(defun hrmail--rmail-forward
(resend)$/
-hrmail--show-msg-and-buttons hrmail.el /^(defun
hrmail--show-msg-and-buttons (&rest _)$/
-hrule:action hact.el /^(defvar hrule:action 'actype:act$/
-hsys-org-agenda-item-at-p hsys-org.el /^(defun
hsys-org-agenda-item-at-p ()$/
-hsys-org-at-read-only-p hsys-org.el /^(defun
hsys-org-at-read-only-p ()$/
-hsys-org-block-start-at-p hsys-org.el /^(defun
hsys-org-block-start-at-p ()$/
-hsys-org-consult-grep hsys-org.el /^(defun hsys-org-consult-grep ()$/
-hsys-org-consult-grep-func hsys-org.el /^(defcustom
hsys-org-consult-grep-func #'consult-gr/
-hsys-org-cycle hsys-org.el /^(defun hsys-org-cycle ()$/
-hsys-org-enable-smart-keys hsys-org.el /^(defcustom
hsys-org-enable-smart-keys 'unset$/
-hsys-org-enable-smart-keys hyperbole-autoloads.el /^(defvar
hsys-org-enable-smart-keys 'unset "\\$/
-hsys-org-face-at-p hsys-org.el /^(defun hsys-org-face-at-p
(org-face-type)$/
-hsys-org-get-value hsys-org.el /^(defun hsys-org-get-value
(attribute)$/
-hsys-org-global-cycle hsys-org.el /^(defun hsys-org-global-cycle ()$/
-hsys-org-heading-at-p hsys-org.el /^(defun hsys-org-heading-at-p
(&optional _)$/
-hsys-org-internal-target-at-p hsys-org.el /^(defun
hsys-org-internal-target-at-p ()$/
-hsys-org-internal-target-def-at-p hsys-org.el /^(defun
hsys-org-internal-target-def-at-p ()$/
-hsys-org-internal-target-link-at-p hsys-org.el /^(defun
hsys-org-internal-target-link-at-p ()$/
-hsys-org-link-at-p hsys-org.el /^(defun hsys-org-link-at-p ()$/
-hsys-org-meta-return hsys-org.el /^(defun hsys-org-meta-return ()$/
-hsys-org-meta-return-shared-p hsys-org.el /^(defun
hsys-org-meta-return-shared-p ()$/
-hsys-org-mode-function hsys-org.el /^(defvar hsys-org-mode-function
#'hsys-org-mode-p$/
-hsys-org-mode-function hyperbole-autoloads.el /^(defvar
hsys-org-mode-function #'hsys-org-mode-p "/
-hsys-org-mode-p hsys-org.el /^(defun hsys-org-mode-p ()$/
-hsys-org-radio-target-at-p hsys-org.el /^(defun
hsys-org-radio-target-at-p ()$/
-hsys-org-radio-target-def-at-p hsys-org.el /^(defun
hsys-org-radio-target-def-at-p ()$/
-hsys-org-radio-target-link-at-p hsys-org.el /^(defun
hsys-org-radio-target-link-at-p ()$/
-hsys-org-region-with-text-property-value hsys-org.el /^(defun
hsys-org-region-with-text-property-value (p/
-hsys-org-roam-consult-grep hsys-org-roam.el /^(defun
hsys-org-roam-consult-grep ()$/
-hsys-org-search-internal-link-p hsys-org.el /^(defun
hsys-org-search-internal-link-p (target)$/
-hsys-org-search-radio-target-link-p hsys-org.el /^(defun
hsys-org-search-radio-target-link-p (target/
-hsys-org-set-ibut-label hsys-org.el /^(defun
hsys-org-set-ibut-label (start-end)$/
-hsys-org-src-block-start-at-p hsys-org.el /^(defun
hsys-org-src-block-start-at-p ()$/
-hsys-org-target-at-p hsys-org.el /^(defun hsys-org-target-at-p ()$/
-hsys-org-to-next-radio-target-link hsys-org.el /^(defun
hsys-org-to-next-radio-target-link (target)/
-hsys-org-todo-at-p hsys-org.el /^(defun hsys-org-todo-at-p ()$/
-hsys-org-todo-cycle hsys-org.el /^(defun hsys-org-todo-cycle ()$/
-hsys-org-todo-occur hsys-org.el /^(defun hsys-org-todo-occur (&optional
keyword)$/
-hsys-org-todo-set-cycle hsys-org.el /^(defun
hsys-org-todo-set-cycle ()$/
-hsys-youtube-end-format hsys-youtube.el /^(defvar
hsys-youtube-end-format "https:\/\/www.youtu/
-hsys-youtube-end-url hsys-youtube.el /^(defun hsys-youtube-end-url (video-id
&optional st/
-hsys-youtube-get-url hsys-youtube.el /^(defalias 'hsys-youtube-get-url
(htype:symbol 'yt-/
-hsys-youtube-get-url hyperbole-autoloads.el /^(defalias
'hsys-youtube-get-url (htype:symbol 'yt-/
-hsys-youtube-get-url:help hsys-youtube.el /^(defun
hsys-youtube-get-url:help (hbut)$/
-hsys-youtube-info hsys-youtube.el /^(defalias 'hsys-youtube-info
(htype:symbol 'yt-/
-hsys-youtube-info hyperbole-autoloads.el /^(defalias 'hsys-youtube-info
(htype:symbol 'yt-inf/
-hsys-youtube-play hsys-youtube.el /^(defalias 'hsys-youtube-play
(htype:symbol 'yt-/
-hsys-youtube-play hyperbole-autoloads.el /^(defalias 'hsys-youtube-play
(htype:symbol 'yt-pla/
-hsys-youtube-play:help hsys-youtube.el /^(defun hsys-youtube-play:help (hbut)$/
-hsys-youtube-search hsys-youtube.el /^(defalias 'hsys-youtube-search
(htype:symbol 'yt-/
-hsys-youtube-search hyperbole-autoloads.el /^(defalias
'hsys-youtube-search (htype:symbol 'yt-s/
-hsys-youtube-search:help hsys-youtube.el /^(defun
hsys-youtube-search:help (search-term)$/
-hsys-youtube-start-format hsys-youtube.el /^(defvar
hsys-youtube-start-format "https:\/\/www.you/
-hsys-youtube-start-url hsys-youtube.el /^(defun hsys-youtube-start-url
(video-id &optional /
-hsys-youtube-time-in-hms hsys-youtube.el /^(defun
hsys-youtube-time-in-hms (start-time-string/
-hsys-youtube-time-in-seconds hsys-youtube.el /^(defun
hsys-youtube-time-in-seconds (start-time-st/
-hsys-youtube-url-prefix-regexp hsys-youtube.el /^(defconst
hsys-youtube-url-prefix-regexp "\\\\`\\\\(ht/
-html Makefile /^html: $(man_dir)\/hyperbole.html$/
-html Makefile.html /^html: $(man_dir)\/hyperbole.html$/
-html_dir Makefile /^html_dir = $(id_dir)\/id-html$/
-http Todo-save.txt 3
-htype:body hact.el /^(defun htype:body (htype-sym)$/
-htype:category hact.el /^(defun htype:category (type-category)$/
-htype:create hact.el /^(defmacro htype:create (type type-category doc par/
-htype:def-symbol hact.el /^(defun htype:def-symbol (type)$/
-htype:delete hact.el /^(defun htype:delete (type type-category)$/
-htype:doc hact.el /^(defun htype:doc (type)$/
-htype:names hact.el /^(defun htype:names (type-category &optional sym/
-htype:symbol hact.el /^(defun htype:symbol (type type-category)$/
-htz:date-arpa htz.el /^(defun htz:date-arpa (&optional date local timezon/
-htz:date-make-arpa htz.el /^(defun htz:date-make-arpa (year month day
time &op/
-htz:date-make-sortable htz.el /^(defun htz:date-make-sortable (year month day
time/
-htz:date-make-unix htz.el /^(defun htz:date-make-unix (year month day
time &op/
-htz:date-parse htz.el /^(defun htz:date-parse (date &optional parsed-curre/
-htz:date-sortable htz.el /^(defun htz:date-sortable (&optional date
local tim/
-htz:date-sortable-gmt htz.el /^(defun htz:date-sortable-gmt (&optional date
local/
-htz:date-unix htz.el /^(defun htz:date-unix (&optional date local timezon/
-htz:last-day-of-month htz.el /^(defun htz:last-day-of-month (month year)$/
-htz:leap-year-p htz.el /^(defun htz:leap-year-p (year)$/
-htz:local htz.el /^(defvar htz:local$/
-htz:months-assoc htz.el /^(defvar htz:months-assoc$/
-htz:span-in-days htz.el /^(defun htz:span-in-days (start-date
end-date)$/
-htz:time-fix htz.el /^(defun htz:time-fix (year month day hour minute se/
-htz:time-make-string htz.el /^(defun htz:time-make-string (hour minute
second)$/
-htz:time-parse htz.el /^(defun htz:time-parse (time)$/
-htz:world-timezones htz.el /^(defvar htz:world-timezones$/
-htz:zone-to-hour htz.el /^(defun htz:zone-to-hour (timezone)$/
-hui-copy-to-register hui.el /^(defun hui-copy-to-register (register start
end &o/
-hui-java-defun-prompt-regexp hui-select.el /^(defconst
hui-java-defun-prompt-regexp$/
-hui-kill-ring-save hui.el /^(defun hui-kill-ring-save (beg end &optional
regio/
-hui-menu-about hui-menu.el /^(defconst hui-menu-about$/
-hui-menu-browser hui-menu.el /^(defmacro hui-menu-browser (title
browser-option)$/
-hui-menu-buffer-and-mode-list-cache hui-jmenu.el /^(defvar
hui-menu-buffer-and-mode-list-cache nil$/
-hui-menu-buffer-mode-name hui-jmenu.el /^(defun
hui-menu-buffer-mode-name (buffer)$/
-hui-menu-cutoff-list hui-menu.el /^(defun hui-menu-cutoff-list (lst)$/
-hui-menu-delete-buffer hui-jmenu.el /^(defun hui-menu-delete-buffer ()$/
-hui-menu-delete-buffer-and-window hui-jmenu.el /^(defun
hui-menu-delete-buffer-and-window ()$/
-hui-menu-delete-frame hui-jmenu.el /^(defun hui-menu-delete-frame ()$/
-hui-menu-edit-server-finish hui-jmenu.el /^(defun
hui-menu-edit-server-finish ()$/
-hui-menu-explicit-buttons hui-menu.el /^(defun
hui-menu-explicit-buttons (rest-of-menu)$/
-hui-menu-frame-name hui-jmenu.el /^(defun hui-menu-frame-name (frame)$/
-hui-menu-global-buttons hui-menu.el /^(defun
hui-menu-global-buttons (rest-of-menu)$/
-hui-menu-hywconfig hui-jmenu.el /^(defconst hui-menu-hywconfig$/
-hui-menu-jump-to hui-jmenu.el /^(defun hui-menu-jump-to ()$/
-hui-menu-jump-to-buffer hui-jmenu.el /^(defun
hui-menu-jump-to-buffer ()$/
-hui-menu-jump-to-frame hui-jmenu.el /^(defun hui-menu-jump-to-frame ()$/
-hui-menu-jump-to-window hui-jmenu.el /^(defun
hui-menu-jump-to-window ()$/
-hui-menu-key-binding-item hui-menu.el /^(defun
hui-menu-key-binding-item (item-name comman/
-hui-menu-key-bindings hui-menu.el /^(defun hui-menu-key-bindings
(rest-of-menu)$/
-hui-menu-max-list-length hui-menu.el /^(defvar
hui-menu-max-list-length 24$/
-hui-menu-modeline hui-jmenu.el /^(defun hui-menu-modeline (_ignore)$/
-hui-menu-move-window-to-new-frame hui-jmenu.el /^(defun
hui-menu-move-window-to-new-frame ()$/
-hui-menu-of-buffers hui-jmenu.el /^(defun hui-menu-of-buffers ()$/
-hui-menu-of-buffers-cache hui-jmenu.el /^(defvar
hui-menu-of-buffers-cache nil$/
-hui-menu-of-frames hui-jmenu.el /^(defun hui-menu-of-frames ()$/
-hui-menu-of-windows hui-jmenu.el /^(defun hui-menu-of-windows ()$/
-hui-menu-options hui-menu.el /^(defconst hui-menu-options$/
-hui-menu-order-explicit-buttons hui-menu.el /^(defvar
hui-menu-order-explicit-buttons t$/
-hui-menu-program-path hui-jmenu.el /^(defun hui-menu-program-path (exe
&optional insert/
-hui-menu-remove hinit.el /^(defmacro hui-menu-remove (menu-sym
&optional keym/
-hui-menu-screen hui-menu.el /^(defun hui-menu-screen (_ignored)$/
-hui-menu-screen-commands hui-jmenu.el /^(defun
hui-menu-screen-commands ()$/
-hui-menu-server-buffer-p hui-jmenu.el /^(defun
hui-menu-server-buffer-p ()$/
-hui-menu-sort-buffers hui-jmenu.el /^(defun hui-menu-sort-buffers
(buffer-and-mode-name/
-hui-menu-to-frame hui-jmenu.el /^(defun hui-menu-to-frame (frame)$/
-hui-menu-to-window hui-jmenu.el /^(defun hui-menu-to-window (window)$/
-hui-menu-web-search hui-menu.el /^(defun hui-menu-web-search ()$/
-hui-menu-window-list-all-frames hui-jmenu.el /^(defun
hui-menu-window-list-all-frames (&optional /
-hui-register-but hui-register.el /^(cl-defstruct hui-register-but$/
-hui-register-struct-at-point hui-register.el /^(defun
hui-register-struct-at-point ()$/
-hui-search-web hui-mini.el /^(defun hui-search-web ()$/
-hui-select-and-copy-thing hui-select.el /^(defun
hui-select-and-copy-thing ()$/
-hui-select-and-kill-thing hui-select.el /^(defun
hui-select-and-kill-thing ()$/
-hui-select-at-blank-line-or-comment hui-select.el /^(defun
hui-select-at-blank-line-or-comment ()$/
-hui-select-at-delimited-sexp-p hui-select.el /^(defun
hui-select-at-delimited-sexp-p ()$/
-hui-select-at-delimited-thing-p hui-select.el /^(defun
hui-select-at-delimited-thing-p ()$/
-hui-select-at-p hui-select.el /^(defun hui-select-at-p (&optional
pos)$/
-hui-select-back-to-indentation hui-select.el /^(defun
hui-select-back-to-indentation ()$/
-hui-select-bigger-alist hui-select.el /^(defvar
hui-select-bigger-alist$/
-hui-select-bigger-thing hui-select.el /^(defun
hui-select-bigger-thing ()$/
-hui-select-boundaries hui-select.el /^(defun hui-select-boundaries (pos)$/
-hui-select-brace-def-or-declaration hui-select.el /^(defun
hui-select-brace-def-or-declaration (pos)$/
-hui-select-brace-modes hui-select.el /^(defcustom hui-select-brace-modes$/
-hui-select-buffer hui-select.el /^(defun hui-select-buffer (_pos)$/
-hui-select-char-p hui-select.el /^(defcustom hui-select-char-p nil$/
-hui-select-comment hui-select.el /^(defun hui-select-comment (pos)$/
-hui-select-delimited-thing hui-select.el /^(defun
hui-select-delimited-thing ()$/
-hui-select-delimited-thing-call hui-select.el /^(defun
hui-select-delimited-thing-call (func)$/
-hui-select-display-type hui-select.el /^(defcustom
hui-select-display-type t$/
-hui-select-double-click-hook hui-select.el /^(defun
hui-select-double-click-hook (event click-c/
-hui-select-get-region-boundaries hui-select.el /^(defun
hui-select-get-region-boundaries ()$/
-hui-select-get-thing hui-select.el /^(defun hui-select-get-thing ()$/
-hui-select-goto-matching-delimiter hui-select.el /^(defun
hui-select-goto-matching-delimiter ()$/
-hui-select-goto-matching-tag hui-select.el /^(defun
hui-select-goto-matching-tag ()$/
-hui-select-ignore-quoted-sexp-modes hui-select.el /^(defcustom
hui-select-ignore-quoted-sexp-modes$/
-hui-select-indent-def hui-select.el /^(defun hui-select-indent-def (pos)$/
-hui-select-indent-end-regexp-alist hui-select.el /^(defvar
hui-select-indent-end-regexp-alist$/
-hui-select-indent-modes hui-select.el /^(defcustom
hui-select-indent-modes$/
-hui-select-indent-non-end-regexp-alist hui-select.el /^(defvar
hui-select-indent-non-end-regexp-alist$/
-hui-select-initialize hui-select.el /^(defun hui-select-initialize ()$/
-hui-select-line hui-select.el /^(defun hui-select-line (pos)$/
-hui-select-mark-delimited-sexp hui-select.el /^(defun
hui-select-mark-delimited-sexp ()$/
-hui-select-markup-modes hui-select.el /^(defcustom
hui-select-markup-modes$/
-hui-select-markup-pair hui-select.el /^(defun hui-select-markup-pair (pos)$/
-hui-select-old-region hui-select.el /^(defvar hui-select-old-region (cons
nil nil)$/
-hui-select-page hui-select.el /^(defun hui-select-page (pos)$/
-hui-select-paragraph hui-select.el /^(defun hui-select-paragraph (pos)$/
-hui-select-preprocessor-def hui-select.el /^(defun
hui-select-preprocessor-def (pos)$/
-hui-select-previous hui-select.el /^(defvar hui-select-previous nil)$/
-hui-select-previous hui-select.el /^(defvar hui-select-previous 'char$/
-hui-select-prior-buffer hui-select.el /^(defvar
hui-select-prior-buffer nil)$/
-hui-select-prior-buffer hui-select.el /^(defvar
hui-select-prior-buffer nil)$/
-hui-select-prior-point hui-select.el /^(defvar hui-select-prior-point nil)$/
-hui-select-prior-point hui-select.el /^(defvar hui-select-prior-point nil)$/
-hui-select-punctuation hui-select.el /^(defun hui-select-punctuation (pos)$/
-hui-select-region hui-select.el /^(defvar hui-select-region (cons nil
nil)$/
-hui-select-region-bigger-p hui-select.el /^(defun
hui-select-region-bigger-p (old-region new-/
-hui-select-reset hui-select.el /^(defun hui-select-reset ()$/
-hui-select-sentence hui-select.el /^(defun hui-select-sentence (pos)$/
-hui-select-set-region hui-select.el /^(defun hui-select-set-region
(beginning end)$/
-hui-select-sexp hui-select.el /^(defun hui-select-sexp (pos)$/
-hui-select-sexp-end hui-select.el /^(defun hui-select-sexp-end (pos)$/
-hui-select-sexp-start hui-select.el /^(defun hui-select-sexp-start (pos)$/
-hui-select-sexp-up hui-select.el /^(defun hui-select-sexp-up (pos)$/
-hui-select-string hui-select.el /^(defun hui-select-string (pos)$/
-hui-select-string-p hui-select.el /^(defun hui-select-string-p (&optional
start-delim /
-hui-select-symbol hui-select.el /^(defun hui-select-symbol (pos)$/
-hui-select-syntactical-region hui-select.el /^(defun
hui-select-syntactical-region (pos)$/
-hui-select-syntax-alist hui-select.el /^(defcustom
hui-select-syntax-alist$/
-hui-select-syntax-table hui-select.el /^(defconst
hui-select-syntax-table$/
-hui-select-text-modes hui-select.el /^(defcustom hui-select-text-modes$/
-hui-select-thing hui-select.el /^(defun hui-select-thing ()$/
-hui-select-thing-with-mouse hui-select.el /^(defun
hui-select-thing-with-mouse (event)$/
-hui-select-whitespace hui-select.el /^(defcustom hui-select-whitespace t$/
-hui-select-whitespace hui-select.el /^(defun hui-select-whitespace (pos)$/
-hui-select-word hui-select.el /^(defun hui-select-word (pos)$/
-hui:action hui.el /^(defun hui:action (actype &optional prompt)$/
-hui:actype hui.el /^(defun hui:actype (&optional default-actype prompt/
-hui:bind-key hui.el /^(defun hui:bind-key (cmd &optional new-key)$/
-hui:bottom-window hui-mini.el /^(defun hui:bottom-window ()$/
-hui:buf-writable-err hui.el /^(defun hui:buf-writable-err (but-buf
func-name)$/
-hui:but-flash hsettings.el /^(defun hui:but-flash ())$/
-hui:delimited-selectable-thing hui.el /^(defun hui:delimited-selectable-thing
()$/
-hui:delimited-selectable-thing-and-bounds hui.el /^(defun
hui:delimited-selectable-thing-and-bounds (/
-hui:doc-a-z hui-mini.el /^(defcustom hui:doc-a-z$/
-hui:ebut-act hui.el /^(defun hui:ebut-act (&optional but)$/
-hui:ebut-create hui.el /^(defun hui:ebut-create (&optional start end)$/
-hui:ebut-delete hui.el /^(defun hui:ebut-delete (but-key &optional
key-src)/
-hui:ebut-delete-op hui.el /^(defun hui:ebut-delete-op (interactive
but-key key/
-hui:ebut-edit hui.el /^(defun hui:ebut-edit (lbl-key)$/
-hui:ebut-edit-region hui.el /^(defun hui:ebut-edit-region ()$/
-hui:ebut-label-prev hui.el /^(defvar hui:ebut-label-prev nil$/
-hui:ebut-link-create hui.el /^(defun hui:ebut-link-create (edit-flag
but-window /
-hui:ebut-link-directly hui.el /^(defun hui:ebut-link-directly (&optional
depress-w/
-hui:ebut-message hui.el /^(defun hui:ebut-message (but-edit-flag)$/
-hui:ebut-prompt-for-action hui.el /^(defcustom hui:ebut-prompt-for-action
nil$/
-hui:ebut-rename hui.el /^(defun hui:ebut-rename (curr-label
new-label)$/
-hui:ebut-search hui.el /^(defun hui:ebut-search (string &optional
match-par/
-hui:ebut-unmark hui.el /^(defun hui:ebut-unmark (&optional but-key
key-src /
-hui:file-find hui.el /^(defun hui:file-find (file-name)$/
-hui:gbut-create hui.el /^(defun hui:gbut-create (lbl ibut-flag)$/
-hui:gbut-delete hui.el /^(defun hui:gbut-delete (but-key)$/
-hui:gbut-edit hui.el /^(defun hui:gbut-edit (lbl-key)$/
-hui:gbut-link-directly hui.el /^(defun hui:gbut-link-directly (&optional
arg)$/
-hui:gbut-rename hui.el /^(defun hui:gbut-rename (label)$/
-hui:get-keys hui-mini.el /^(defun hui:get-keys ()$/
-hui:gibut-create hui.el /^(defun hui:gibut-create (name text)$/
-hui:global-bind-key hui.el /^(defun hui:global-bind-key (cmd &optional
new-key)/
-hui:hbut-act hui.el /^(defun hui:hbut-act (&optional but)$/
-hui:hbut-buf hui.el /^(defun hui:hbut-buf (&optional prompt)$/
-hui:hbut-current-act hui.el /^(defun hui:hbut-current-act ()$/
-hui:hbut-delete hui.el /^(defun hui:hbut-delete (&optional but-key
key-src)/
-hui:hbut-delete-confirm-flag hui.el /^(defcustom
hui:hbut-delete-confirm-flag t$/
-hui:hbut-help hui.el /^(defun hui:hbut-help (&optional but)$/
-hui:hbut-label hui.el /^(defun hui:hbut-label (default-label func-name &op/
-hui:hbut-label-default hui.el /^(defun hui:hbut-label-default (start end
&optional/
-hui:hbut-operate hui.el /^(defun hui:hbut-operate (operation
operation-str &/
-hui:hbut-rename hui.el /^(defun hui:hbut-rename ()$/
-hui:hbut-report hui.el /^(defun hui:hbut-report (&optional arg)$/
-hui:hbut-summarize hui.el /^(defalias 'hui:hbut-summarize
#'hui:hbut-report)$/
-hui:hbut-term-highlight hui.el /^(defun hui:hbut-term-highlight (start
end)$/
-hui:hbut-term-unhighlight hui.el /^(defun hui:hbut-term-unhighlight
(start _end)$/
-hui:help-ebut-highlight hui.el /^(defun hui:help-ebut-highlight ()$/
-hui:htype-delete hui.el /^(defun hui:htype-delete (htype-sym)$/
-hui:htype-help hui.el /^(defun hui:htype-help (htype-sym &optional no-sort/
-hui:htype-help-current-window hui.el /^(defun hui:htype-help-current-window
(htype-sym &o/
-hui:ibut-act hui.el /^(defun hui:ibut-act (&optional ibut)$/
-hui:ibut-create hui.el /^(defun hui:ibut-create (&optional start end)$/
-hui:ibut-delete-op hui.el /^(defun hui:ibut-delete-op (interactive
but-key key/
-hui:ibut-edit hui.el /^(defun hui:ibut-edit (lbl-key)$/
-hui:ibut-label-create hui.el /^(defun hui:ibut-label-create ()$/
-hui:ibut-label-prev HY-TRY.el /^(defvar hui:ibut-label-prev nil$/
-hui:ibut-link-create hui.el /^(defun hui:ibut-link-create (edit-flag
but-window /
-hui:ibut-link-directly hui.el /^(defun hui:ibut-link-directly (&optional
depress-w/
-hui:ibut-message hui.el /^(defun hui:ibut-message (but-edit-flag)$/
-hui:ibut-rename hui.el /^(defun hui:ibut-rename (lbl-key)$/
-hui:ibut-rename-same-as-ebut-rename HY-TRY.el /^(defun
hui:ibut-rename-same-as-ebut-rename (curr-l/
-hui:ignore-buffers-regexp hui.el /^(defvar hui:ignore-buffers-regexp
"\\\\`\\\\( \\\\|BLANK/
-hui:key-dir hui.el /^(defun hui:key-dir (but-buf)$/
-hui:key-src hui.el /^(defun hui:key-src (but-buf)$/
-hui:link-possible-types hui.el /^(defun hui:link-possible-types ()$/
-hui:list-remove-text-properties hui.el /^(defun
hui:list-remove-text-properties (lst)$/
-hui:menu-abort hui-mini.el /^(defvar hui:menu-abort "\\C-g"$/
-hui:menu-abort hui-mini.el /^(defalias 'hui:menu-abort #'hui:menu-enter)$/
-hui:menu-act hui-mini.el /^(defun hui:menu-act (menu &optional menu-list
doc-/
-hui:menu-backward-item hui-mini.el /^(defun hui:menu-backward-item
(&optional arg)$/
-hui:menu-bind hui-mini-ext.el /^(defun hui:menu-bind (menu keymap)$/
-hui:menu-bind-all hui-mini-ext.el /^(defun hui:menu-bind-all ()$/
-hui:menu-choose hui-mini.el /^(defun hui:menu-choose (menu-alist
&optional doc-f/
-hui:menu-doc hui-mini.el /^(defun hui:menu-doc (key-sequence &optional
help-s/
-hui:menu-enter hui-mini.el /^(defun hui:menu-enter (&optional char-str)$/
-hui:menu-exit-hyperbole hui-mini.el /^(defvar
hui:menu-exit-hyperbole "X"$/
-hui:menu-exit-hyperbole hui-mini.el /^(defun
hui:menu-exit-hyperbole ()$/
-hui:menu-forward-item hui-mini.el /^(defun hui:menu-forward-item
(&optional arg)$/
-hui:menu-get-keys hui-mini.el /^(defun hui:menu-get-keys (menu
&optional menu-list/
-hui:menu-help hui-mini.el /^(defun hui:menu-help (help-str)$/
-hui:menu-hyperbole-prefix hui-mini.el /^(defun
hui:menu-hyperbole-prefix ()$/
-hui:menu-item hui-mini.el /^(defun hui:menu-item (key doc-flag
help-string-fla/
-hui:menu-item-key hui-mini.el /^(defun hui:menu-item-key (item)$/
-hui:menu-item-keys hui-mini.el /^(defun hui:menu-item-keys
(menu-alist)$/
-hui:menu-keys hui-mini.el /^(defvar hui:menu-keys ""$/
-hui:menu-line hui-mini.el /^(defun hui:menu-line (menu-alist)$/
-hui:menu-mode-map hui-mini.el /^(defvar hui:menu-mode-map nil$/
-hui:menu-multi-line hui-mini.el /^(defun hui:menu-multi-line
(menu-alist)$/
-hui:menu-name-at-p hui-mini.el /^(defun hui:menu-name-at-p ()$/
-hui:menu-p hui-mini.el /^(defvar hui:menu-p nil$/
-hui:menu-quit hui-mini.el /^(defvar hui:menu-quit "Q"$/
-hui:menu-quit hui-mini.el /^(defalias 'hui:menu-quit #'hui:menu-enter)$/
-hui:menu-rolo hui-mini.el /^(defcustom hui:menu-rolo$/
-hui:menu-select hui-mini.el /^(defvar hui:menu-select
"\\C-m"$/
-hui:menu-select hui-mini.el /^(defalias 'hui:menu-select
#'hui:menu-enter)$/
-hui:menu-to hui-mini.el /^(defcustom hui:menu-to$/
-hui:menu-to-personal-section hui-mini.el /^(defun
hui:menu-to-personal-section (section)$/
-hui:menu-top hui-mini.el /^(defvar hui:menu-top "\\C-t"$/
-hui:menu-top hui-mini.el /^(defalias 'hui:menu-top #'hui:menu-enter)$/
-hui:menu-web-search hui-mini.el /^(defun hui:menu-web-search ()$/
-hui:menus hui-mini.el /^(defvar hui:menus nil$/
-hycontrol--blank-buffer hycontrol.el /^(defvar
hycontrol--blank-buffer (get-buffer-create/
-hycontrol--buffer-list hycontrol.el /^(defvar hycontrol--buffer-list nil)$/
-hycontrol--buffer-list-pointer hycontrol.el /^(defvar
hycontrol--buffer-list-pointer nil)$/
-hycontrol--exit-status hycontrol.el /^(defvar hycontrol--exit-status nil$/
-hycontrol--fconfig hycontrol.el /^(defvar hycontrol--fconfig nil$/
-hycontrol--frame-heights-pointer hycontrol.el /^(defvar
hycontrol--frame-heights-pointer nil)$/
-hycontrol--frame-widths-pointer hycontrol.el /^(defvar
hycontrol--frame-widths-pointer nil)$/
-hycontrol--frames-prompt-format hycontrol.el /^(defvar
hycontrol--frames-prompt-format$/
-hycontrol--initial-which-key-inhibit hycontrol.el /^(defvar
hycontrol--initial-which-key-inhibit nil$/
-hycontrol--invert-display-buffer-predicates hycontrol.el /^(defvar
hycontrol--invert-display-buffer-predicate/
-hycontrol--prompt-format hycontrol.el /^(defvar
hycontrol--prompt-format nil$/
-hycontrol--quit-function hycontrol.el /^(defvar
hycontrol--quit-function nil$/
-hycontrol--screen-edge-position hycontrol.el /^(defvar
hycontrol--screen-edge-position 0$/
-hycontrol--vnk-string hycontrol.el /^(defconst hycontrol--vnk-string$/
-hycontrol--wconfig hycontrol.el /^(defvar hycontrol--wconfig nil$/
-hycontrol--windows-prompt-format hycontrol.el /^(defvar
hycontrol--windows-prompt-format$/
-hycontrol-abort hycontrol.el /^(defun hycontrol-abort ()$/
-hycontrol-arg hycontrol.el /^(defvar hycontrol-arg nil$/
-hycontrol-clone-window-to-new-frame hycontrol.el /^(defun
hycontrol-clone-window-to-new-frame ()$/
-hycontrol-debug hycontrol.el /^(defvar hycontrol-debug nil$/
-hycontrol-delete-other-frames hycontrol.el /^(defun
hycontrol-delete-other-frames ()$/
-hycontrol-delete-other-windows hycontrol.el /^(defun
hycontrol-delete-other-windows ()$/
-hycontrol-disable-modes hycontrol.el /^(defun
hycontrol-disable-modes ()$/
-hycontrol-display-buffer-predicate-list hycontrol.el /^(defvar
hycontrol-display-buffer-predicate-list$/
-hycontrol-display-buffer-predicate-results hycontrol.el /^(defun
hycontrol-display-buffer-predicate-results /
-hycontrol-display-screen-offsets hycontrol.el /^(defun
hycontrol-display-screen-offsets ()$/
-hycontrol-enable-frames-mode hycontrol.el /^(defun
hycontrol-enable-frames-mode (&optional arg/
-hycontrol-enable-windows-mode hycontrol.el /^(defun
hycontrol-enable-windows-mode (&optional ar/
-hycontrol-end-mode hycontrol.el /^(defun hycontrol-end-mode ()$/
-hycontrol-frame-adjust-heights hycontrol.el /^(defun
hycontrol-frame-adjust-heights ()$/
-hycontrol-frame-adjust-heights-full-width hycontrol.el /^(defun
hycontrol-frame-adjust-heights-full-width (/
-hycontrol-frame-adjust-widths hycontrol.el /^(defun
hycontrol-frame-adjust-widths ()$/
-hycontrol-frame-adjust-widths-full-height hycontrol.el /^(defun
hycontrol-frame-adjust-widths-full-height (/
-hycontrol-frame-at-bottom-p hycontrol.el /^(defun
hycontrol-frame-at-bottom-p ()$/
-hycontrol-frame-at-left-p hycontrol.el /^(defun
hycontrol-frame-at-left-p ()$/
-hycontrol-frame-at-right-p hycontrol.el /^(defun
hycontrol-frame-at-right-p ()$/
-hycontrol-frame-at-top-p hycontrol.el /^(defun
hycontrol-frame-at-top-p ()$/
-hycontrol-frame-edges hycontrol.el /^(defsubst hycontrol-frame-edges
(&optional frame)$/
-hycontrol-frame-fit-to-screen hycontrol.el /^(defun
hycontrol-frame-fit-to-screen (&optional fr/
-hycontrol-frame-height hycontrol.el /^(defun hycontrol-frame-height
(&optional frame)$/
-hycontrol-frame-height-percentage-of-screen hycontrol.el /^(defun
hycontrol-frame-height-percentage-of-screen/
-hycontrol-frame-heights hycontrol.el /^(defvar
hycontrol-frame-heights$/
-hycontrol-frame-minimize-lines hycontrol.el /^(defun
hycontrol-frame-minimize-lines ()$/
-hycontrol-frame-offset hycontrol.el /^(defcustom hycontrol-frame-offset
'(13 . 23)$/
-hycontrol-frame-percentage-of-screen hycontrol.el /^(defun
hycontrol-frame-percentage-of-screen (perce/
-hycontrol-frame-resize-arg hycontrol.el /^(defun
hycontrol-frame-resize-arg (arg)$/
-hycontrol-frame-resize-percentage hycontrol.el /^(defun
hycontrol-frame-resize-percentage (arg)$/
-hycontrol-frame-resize-to-bottom hycontrol.el /^(defun
hycontrol-frame-resize-to-bottom (&optional/
-hycontrol-frame-resize-to-left hycontrol.el /^(defun
hycontrol-frame-resize-to-left (&optional a/
-hycontrol-frame-resize-to-right hycontrol.el /^(defun
hycontrol-frame-resize-to-right (&optional /
-hycontrol-frame-resize-to-top hycontrol.el /^(defun
hycontrol-frame-resize-to-top (&optional ar/
-hycontrol-frame-swap-buffers hycontrol.el /^(defun
hycontrol-frame-swap-buffers ()$/
-hycontrol-frame-to-bottom hycontrol.el /^(defun
hycontrol-frame-to-bottom ()$/
-hycontrol-frame-to-bottom-center hycontrol.el /^(defun
hycontrol-frame-to-bottom-center ()$/
-hycontrol-frame-to-bottom-left hycontrol.el /^(defun
hycontrol-frame-to-bottom-left ()$/
-hycontrol-frame-to-bottom-right hycontrol.el /^(defun
hycontrol-frame-to-bottom-right ()$/
-hycontrol-frame-to-center hycontrol.el /^(defun
hycontrol-frame-to-center ()$/
-hycontrol-frame-to-left hycontrol.el /^(defun
hycontrol-frame-to-left ()$/
-hycontrol-frame-to-left-center hycontrol.el /^(defun
hycontrol-frame-to-left-center ()$/
-hycontrol-frame-to-right hycontrol.el /^(defun
hycontrol-frame-to-right ()$/
-hycontrol-frame-to-right-center hycontrol.el /^(defun
hycontrol-frame-to-right-center ()$/
-hycontrol-frame-to-screen-edges hycontrol.el /^(defun
hycontrol-frame-to-screen-edges (&optional /
-hycontrol-frame-to-top hycontrol.el /^(defun hycontrol-frame-to-top ()$/
-hycontrol-frame-to-top-center hycontrol.el /^(defun
hycontrol-frame-to-top-center ()$/
-hycontrol-frame-to-top-left hycontrol.el /^(defun
hycontrol-frame-to-top-left ()$/
-hycontrol-frame-to-top-right hycontrol.el /^(defun
hycontrol-frame-to-top-right ()$/
-hycontrol-frame-width hycontrol.el /^(defun hycontrol-frame-width
(&optional frame)$/
-hycontrol-frame-width-percentage-of-screen hycontrol.el /^(defun
hycontrol-frame-width-percentage-of-screen /
-hycontrol-frame-widths hycontrol.el /^(defvar hycontrol-frame-widths$/
-hycontrol-frame-x-origin hycontrol.el /^(defsubst
hycontrol-frame-x-origin (&optional fram/
-hycontrol-frame-y-origin hycontrol.el /^(defsubst
hycontrol-frame-y-origin (&optional fram/
-hycontrol-frame-zoom hycontrol.el /^(defun hycontrol-frame-zoom
(zoom-func arg max-msg/
-hycontrol-framemove-direction hycontrol.el /^(defun
hycontrol-framemove-direction (direction)$/
-hycontrol-framemove-down hycontrol.el /^(defun
hycontrol-framemove-down ()$/
-hycontrol-framemove-left hycontrol.el /^(defun
hycontrol-framemove-left ()$/
-hycontrol-framemove-right hycontrol.el /^(defun
hycontrol-framemove-right ()$/
-hycontrol-framemove-up hycontrol.el /^(defun hycontrol-framemove-up ()$/
-hycontrol-frames hycontrol.el /^(defun hycontrol-frames (&optional
arg)$/
-hycontrol-frames-mode hycontrol.el /^(define-global-minor-mode
hycontrol-frames-mode hy/
-hycontrol-frames-mode hyperbole-autoloads.el /^(defvar hycontrol-frames-mode
nil "\\$/
-hycontrol-frames-mode-map hycontrol.el /^(defvar
hycontrol-frames-mode-map$/
-hycontrol-frames-setup hycontrol.el /^(defun hycontrol-frames-setup ()$/
-hycontrol-get-screen-offsets hycontrol.el /^(defun
hycontrol-get-screen-offsets ()$/
-hycontrol-help-flag hycontrol.el /^(defcustom hycontrol-help-flag t$/
-hycontrol-help-key-description hycontrol.el /^(defun
hycontrol-help-key-description ()$/
-hycontrol-invert-mode-line hycontrol.el /^(defun
hycontrol-invert-mode-line ()$/
-hycontrol-invert-mode-line-flag hycontrol.el /^(defcustom
hycontrol-invert-mode-line-flag t$/
-hycontrol-invert-prefix-arg hycontrol.el /^(defun
hycontrol-invert-prefix-arg ()$/
-hycontrol-keep-window-flag hycontrol.el /^(defcustom
hycontrol-keep-window-flag nil$/
-hycontrol-local-frames-mode hycontrol.el /^(define-minor-mode
hycontrol-local-frames-mode$/
-hycontrol-local-windows-mode hycontrol.el /^(define-minor-mode
hycontrol-local-windows-mode$/
-hycontrol-make-frame hycontrol.el /^(defun hycontrol-make-frame ()$/
-hycontrol-make-windows-grid hycontrol.el /^(defun
hycontrol-make-windows-grid (arg &optional /
-hycontrol-maximum-units hycontrol.el /^(defcustom
hycontrol-maximum-units 1000$/
-hycontrol-message hycontrol.el /^(defun hycontrol-message (max-msgs
&rest msg-args)/
-hycontrol-minus-key hycontrol.el /^(defun hycontrol-minus-key ()$/
-hycontrol-move-frame hycontrol.el /^(defun hycontrol-move-frame (arrow
pixels)$/
-hycontrol-multiply-universal-arg hycontrol.el /^(defun
hycontrol-multiply-universal-arg ()$/
-hycontrol-numeric-keypad hycontrol.el /^(defun
hycontrol-numeric-keypad (e _arg)$/
-hycontrol-post-command-hook hycontrol.el /^(defun
hycontrol-post-command-hook ()$/
-hycontrol-pre-command-hook hycontrol.el /^(defun
hycontrol-pre-command-hook ()$/
-hycontrol-quit hycontrol.el /^(defun hycontrol-quit ()$/
-hycontrol-reset-prefix-arg hycontrol.el /^(defun
hycontrol-reset-prefix-arg ()$/
-hycontrol-restore-frame-configuration hycontrol.el /^(defun
hycontrol-restore-frame-configuration ()$/
-hycontrol-restore-window-configuration hycontrol.el /^(defun
hycontrol-restore-window-configuration ()$/
-hycontrol-save-configurations hycontrol.el /^(defun
hycontrol-save-configurations ()$/
-hycontrol-save-frame-configuration hycontrol.el /^(defun
hycontrol-save-frame-configuration ()$/
-hycontrol-save-window-configuration hycontrol.el /^(defun
hycontrol-save-window-configuration ()$/
-hycontrol-screen-bottom-offset hycontrol.el /^(defcustom
hycontrol-screen-bottom-offset 0$/
-hycontrol-screen-left-offset hycontrol.el /^(defcustom
hycontrol-screen-left-offset 0$/
-hycontrol-screen-offset-alist hycontrol.el /^(defvar
hycontrol-screen-offset-alist$/
-hycontrol-screen-offset-sensitivity hycontrol.el /^(defconst
hycontrol-screen-offset-sensitivity 12$/
-hycontrol-screen-right-offset hycontrol.el /^(defcustom
hycontrol-screen-right-offset 0$/
-hycontrol-screen-top-offset hycontrol.el /^(defcustom
hycontrol-screen-top-offset 0$/
-hycontrol-set-frame-height hycontrol.el /^(defun
hycontrol-set-frame-height (frame height &o/
-hycontrol-set-frame-position hycontrol.el /^(defun
hycontrol-set-frame-position (frame x y)$/
-hycontrol-set-frame-size hycontrol.el /^(defun
hycontrol-set-frame-size (frame width heigh/
-hycontrol-set-frame-width hycontrol.el /^(defun
hycontrol-set-frame-width (frame width &opt/
-hycontrol-set-height-percentage-full-width hycontrol.el /^(defun
hycontrol-set-height-percentage-full-width /
-hycontrol-set-screen-offsets hycontrol.el /^(defun
hycontrol-set-screen-offsets ()$/
-hycontrol-set-width-percentage-full-height hycontrol.el /^(defun
hycontrol-set-width-percentage-full-height /
-hycontrol-setup hycontrol.el /^(defun hycontrol-setup (arg
setup-function)$/
-hycontrol-stay-in-mode hycontrol.el /^(defun hycontrol-stay-in-mode ()$/
-hycontrol-toggle-help hycontrol.el /^(defun hycontrol-toggle-help ()$/
-hycontrol-universal-arg-digit hycontrol.el /^(defun
hycontrol-universal-arg-digit (digit)$/
-hycontrol-user-error hycontrol.el /^(defun hycontrol-user-error (max-msgs
&rest err)$/
-hycontrol-virtual-numeric-keypad hycontrol.el /^(defun
hycontrol-virtual-numeric-keypad (arg)$/
-hycontrol-window-display-buffer hycontrol.el /^(defun
hycontrol-window-display-buffer (window)$/
-hycontrol-window-display-buffer-with-repeats hycontrol.el /^(defun
hycontrol-window-display-buffer-with-repeat/
-hycontrol-window-maximize-lines hycontrol.el /^(defun
hycontrol-window-maximize-lines ()$/
-hycontrol-window-minimize-lines hycontrol.el /^(defun
hycontrol-window-minimize-lines ()$/
-hycontrol-window-swap-buffers hycontrol.el /^(defun
hycontrol-window-swap-buffers ()$/
-hycontrol-window-to-new-frame hycontrol.el /^(defun
hycontrol-window-to-new-frame ()$/
-hycontrol-windows hycontrol.el /^(defun hycontrol-windows (&optional
arg)$/
-hycontrol-windows-grid hycontrol.el /^(defun hycontrol-windows-grid (arg)$/
-hycontrol-windows-grid-buffer-list hycontrol.el /^(defun
hycontrol-windows-grid-buffer-list ()$/
-hycontrol-windows-grid-by-buffer-list hycontrol.el /^(defun
hycontrol-windows-grid-by-buffer-list (grid/
-hycontrol-windows-grid-by-file-list hycontrol.el /^(defun
hycontrol-windows-grid-by-file-list (grid-s/
-hycontrol-windows-grid-by-file-pattern hycontrol.el /^(defun
hycontrol-windows-grid-by-file-pattern (arg/
-hycontrol-windows-grid-by-major-mode hycontrol.el /^(defun
hycontrol-windows-grid-by-major-mode (arg m/
-hycontrol-windows-grid-marked-items hycontrol.el /^(defun
hycontrol-windows-grid-marked-items ()$/
-hycontrol-windows-grid-minimum-size hycontrol.el /^(defun
hycontrol-windows-grid-minimum-size (num-bu/
-hycontrol-windows-grid-number-of-windows hycontrol.el /^(defun
hycontrol-windows-grid-number-of-windows (a/
-hycontrol-windows-grid-repeatedly hycontrol.el /^(defun
hycontrol-windows-grid-repeatedly (&optiona/
-hycontrol-windows-grid-valid-size-p hycontrol.el /^(defsubst
hycontrol-windows-grid-valid-size-p (gri/
-hycontrol-windows-grid-validate hycontrol.el /^(defun
hycontrol-windows-grid-validate (arg)$/
-hycontrol-windows-mode hycontrol.el /^(define-global-minor-mode
hycontrol-windows-mode h/
-hycontrol-windows-mode hyperbole-autoloads.el /^(defvar
hycontrol-windows-mode nil "\\$/
-hycontrol-windows-mode-map hycontrol.el /^(defvar
hycontrol-windows-mode-map$/
-hycontrol-windows-setup hycontrol.el /^(defun
hycontrol-windows-setup ()$/
-hynote hynote.el /^(defgroup hynote nil$/
-hynote hynote.el /^(defmacro hynote (&rest args)$/
-hynote--initialize-file-list hynote.el /^(defun
hynote--initialize-file-list ()$/
-hynote--wconfig hynote.el /^(defvar hynote--wconfig nil$/
-hynote-activate-link hynote.el /^(defun hynote-activate-link (&rest
args)$/
-hynote-add hynote.el /^(defun hynote-add (name &optional file)$/
-hynote-add-match hynote.el /^(defun hynote-add-match
(hynote-matches-buffer reg/
-hynote-back-to-visible-point hynote.el /^(defun
hynote-back-to-visible-point ()$/
-hynote-buffer-exists-p hynote.el /^(defun hynote-buffer-exists-p
(hynote-buf)$/
-hynote-current-date hynote.el /^(defun hynote-current-date ()$/
-hynote-date-format hynote.el /^(defcustom hynote-date-format
"%m\/%d\/%Y"$/
-hynote-display-buffer hynote.el /^(defvar hynote-display-buffer
"*HyNote*"$/
-hynote-display-format-function hynote.el /^(defvar
hynote-display-format-function$/
-hynote-display-matches hynote.el /^(defun hynote-display-matches
(&optional display-b/
-hynote-display-to-entry-end hynote.el /^(defun
hynote-display-to-entry-end ()$/
-hynote-edit hynote.el /^(defun hynote-edit (&optional name file)$/
-hynote-edit-entry hynote.el /^(defun hynote-edit-entry ()$/
-hynote-email-format hynote.el /^(defcustom hynote-email-format
"%s\\t\\t<%s>"$/
-hynote-entry-group-number hynote.el /^(defvar
hynote-entry-group-number 1$/
-hynote-entry-name-regexp hynote.el /^(defvar
hynote-entry-name-regexp "[-_a-zA-Z0-9@.]+/
-hynote-entry-regexp hynote.el /^(defvar hynote-entry-regexp
"^\\\\(\\\\*+\\\\)\\\\([ \\t]+\\/
-hynote-entry-trailing-space-group-number hynote.el /^(defvar
hynote-entry-trailing-space-group-number 2/
-hynote-fgrep hynote.el /^(defun hynote-fgrep (string &optional
max-matches /
-hynote-fgrep-cell-ref-list hynote.el /^(defun
hynote-fgrep-cell-ref-list (cell-ref-list)$/
-hynote-fgrep-directories hynote.el /^(defun
hynote-fgrep-directories (file-regexp &rest/
-hynote-fgrep-file hynote.el /^(defun hynote-fgrep-file
(hynote-file-or-buf strin/
-hynote-file-list hynote.el /^(defcustom hynote-file-list
(hynote--initialize-fi/
-hynote-file-suffix-regexp hynote.el /^(defcustom
hynote-file-suffix-regexp "\\\\.\\\\(kotl\\\\/
-hynote-find-file hynote.el /^(defun hynote-find-file (&optional
file find-funct/
-hynote-find-file-function hynote.el /^(defcustom
hynote-find-file-function #'find-file$/
-hynote-find-file-noselect hynote.el /^(defun
hynote-find-file-noselect (&optional file)$/
-hynote-find-file-noselect-function hynote.el /^(defcustom
hynote-find-file-noselect-function #'fi/
-hynote-format-name hynote.el /^(defun hynote-format-name (name-str
first last)$/
-hynote-forward-visible-line hynote.el /^(defun
hynote-forward-visible-line (&optional arg)/
-hynote-grep hynote.el /^(defun hynote-grep (regexp &optional
max-matches h/
-hynote-grep-directories hynote.el /^(defun
hynote-grep-directories (file-regexp &rest /
-hynote-grep-file hynote.el /^(defun hynote-grep-file
(hynote-file-or-buf regexp/
-hynote-grep-or-fgrep hynote.el /^(defun hynote-grep-or-fgrep
(&optional arg)$/
-hynote-hdr-format hynote.el /^(defconst hynote-hdr-format$/
-hynote-hdr-regexp hynote.el /^(defconst hynote-hdr-regexp "^==="$/
-hynote-headline-at hynote.el /^(defun hynote-headline-at ()$/
-hynote-hide-subtree hynote.el /^(defun hynote-hide-subtree ()$/
-hynote-highlight-face hynote.el /^(defcustom hynote-highlight-face
'match$/
-hynote-highlight-matches hynote.el /^(defun
hynote-highlight-matches (regexp start _end/
-hynote-isearch hynote.el /^(defun hynote-isearch (&optional arg)$/
-hynote-isearch-for-regexp hynote.el /^(defun
hynote-isearch-for-regexp (regexp fold-sear/
-hynote-isearch-regexp hynote.el /^(defun hynote-isearch-regexp
(&optional arg)$/
-hynote-kill hynote.el /^(defun hynote-kill (name &optional file)$/
-hynote-kill-buffer hynote.el /^(defun hynote-kill-buffer (&optional
hynote-buf)$/
-hynote-kill-buffers-after-use hynote.el /^(defcustom
hynote-kill-buffers-after-use nil$/
-hynote-kotl-cell-match hynote.el /^(defun hynote-kotl-cell-match
(cell-ref _ignore)$/
-hynote-locate hynote.el /^(defun hynote-locate ()$/
-hynote-mail-to hynote.el /^(defun hynote-mail-to ()$/
-hynote-map-level hynote.el /^(defun hynote-map-level (func
hynote-file-or-buf l/
-hynote-map-single-subtree hynote.el /^(defun
hynote-map-single-subtree (func exact-level/
-hynote-match-regexp hynote.el /^(defconst hynote-match-regexp nil$/
-hynote-min-matched-level hynote.el /^(defun
hynote-min-matched-level ()$/
-hynote-mode hynote.el /^(defun hynote-mode ()$/
-hynote-mode-map hynote.el /^(defvar hynote-mode-map nil$/
-hynote-mode-outline-level hynote.el /^(defun
hynote-mode-outline-level ()$/
-hynote-mode-syntax-table hynote.el /^(defvar
hynote-mode-syntax-table nil$/
-hynote-name-and-email hynote.el /^(defun hynote-name-and-email ()$/
-hynote-narrow hynote.el /^(defun hynote-narrow ()$/
-hynote-next-entry hynote.el /^(defun hynote-next-entry (arg)$/
-hynote-next-match hynote.el /^(defun hynote-next-match ()$/
-hynote-overview hynote.el /^(defun hynote-overview
(levels-to-show)$/
-hynote-parse-line-column-numbers hynote.el /^(defun
hynote-parse-line-column-numbers (lc-string/
-hynote-previous-match hynote.el /^(defun hynote-previous-match ()$/
-hynote-prompt hynote.el /^(defun hynote-prompt (keyboard-function
prompt)$/
-hynote-quit hynote.el /^(defun hynote-quit ()$/
-hynote-rename hynote.el /^(defun hynote-rename (old-file new-file)$/
-hynote-save-buffer hynote.el /^(defun hynote-save-buffer (&optional
hynote-buf)$/
-hynote-save-buffers-after-use hynote.el /^(defcustom
hynote-save-buffers-after-use t$/
-hynote-search-directories hynote.el /^(defun
hynote-search-directories (search-cmd file-/
-hynote-set-date hynote.el /^(defun hynote-set-date ()$/
-hynote-set-display-buffer hynote.el /^(defun
hynote-set-display-buffer ()$/
-hynote-show-levels hynote.el /^(defun hynote-show-levels
(num-levels)$/
-hynote-shrink-window hynote.el /^(defun hynote-shrink-window ()$/
-hynote-sort hynote.el /^(defun hynote-sort (&optional hynote-file)$/
-hynote-sort-level hynote.el /^(defun hynote-sort-level (hynote-file
level-regexp/
-hynote-sort-lines hynote.el /^(defun hynote-sort-lines (reverse beg
end)$/
-hynote-to hynote.el /^(defun hynote-to (name &optional file-list)$/
-hynote-to-buffer hynote.el /^(defun hynote-to-buffer (buffer
&optional other-wi/
-hynote-to-entry-end hynote.el /^(defun hynote-to-entry-end (&optional
include-sub-/
-hynote-toggle-datestamps hynote.el /^(defun
hynote-toggle-datestamps (&optional arg)$/
-hynote-toggle-narrow-to-entry hynote.el /^(defun
hynote-toggle-narrow-to-entry ()$/
-hynote-top-level hynote.el /^(defun hynote-top-level ()$/
-hynote-verify hynote.el /^(defun hynote-verify ()$/
-hynote-widen hynote.el /^(defun hynote-widen ()$/
-hynote-widen hynote.el /^(defun hynote-widen ()$/
-hynote-word hynote.el /^(defun hynote-word (string &optional
max-matches h/
-hynote-yank hynote.el /^(defun hynote-yank (name &optional regexp-p)$/
-hynote-yank-reformat-function hynote.el /^(defvar
hynote-yank-reformat-function nil$/
-hyp-address hibtypes.el /^(defib hyp-address ()$/
-hyp-config hactypes.el /^(defact hyp-config (&optional out-buf)$/
-hyp-request hactypes.el /^(defact hyp-request (&optional out-buf)$/
-hyp-source hactypes.el /^(defact hyp-source (buf-str-or-file)$/
-hyp-source hibtypes.el /^(defib hyp-source ()$/
-hypb-ert hypb-ert.el /^(defun hypb-ert (selector)$/
-hypb-ert-def-at-p hypb-ert.el /^(defun hypb-ert-def-at-p (&optional
start-end-flag/
-hypb-ert-get-require-symbols hypb-ert.el /^(defun
hypb-ert-get-require-symbols ()$/
-hypb-ert-message-function hypb-ert.el /^(defun
hypb-ert-message-function (_msg-pat &rest _/
-hypb-ert-require-libraries hypb-ert.el /^(defun
hypb-ert-require-libraries ()$/
-hypb-ert-run-all-tests hypb-ert.el /^(defun hypb-ert-run-all-tests ()$/
-hypb-ert-run-test hypb-ert.el /^(defun hypb-ert-run-test (test-name)$/
-hypb-ert-run-test-at-definition hypb-ert.el /^(defun
hypb-ert-run-test-at-definition (test-name /
-hypb-ert-run-tests hypb-ert.el /^(defun hypb-ert-run-tests
(test-selector)$/
-hypb-point-within-string-p OLD-IBUT-AT-P.el /^(defun
hypb-point-within-string-p ()$/
-hypb:activate-interaction-log-mode hypb.el /^(defun
hypb:activate-interaction-log-mode ()$/
-hypb:assert-same-start-and-end-buffer hypb.el /^(defmacro
hypb:assert-same-start-and-end-buffer (&/
-hypb:browse-home-page hypb.el /^(defun hypb:browse-home-page ()$/
-hypb:call-process-p hypb.el /^(defun hypb:call-process-p (program &optional
infi/
-hypb:char-count hypb.el /^(defun hypb:char-count (char array)$/
-hypb:chmod hypb.el /^(defun hypb:chmod (op octal-permissions file)$/
-hypb:cmd-key-series hypb.el /^(defun hypb:cmd-key-series (cmd-sym &optional
keym/
-hypb:cmd-key-vector hypb.el /^(defun hypb:cmd-key-vector (cmd-sym &optional
keym/
-hypb:configuration hypb.el /^(defun hypb:configuration (&optional
out-buf)$/
-hypb:count-visible-windows hypb.el /^(defun hypb:count-visible-windows ()$/
-hypb:debug hypb.el /^(defun hypb:debug ()$/
-hypb:decode-url hypb.el /^(defun hypb:decode-url (string)$/
-hypb:def-to-buffer hypb.el /^(defun hypb:def-to-buffer (&optional arg
buffer)$/
-hypb:devdocs-lookup hypb.el /^(defun hypb:devdocs-lookup ()$/
-hypb:display-file-with-logo hypb.el /^(defun hypb:display-file-with-logo
(file)$/
-hypb:domain-name hypb.el /^(defun hypb:domain-name ()$/
-hypb:error hypb.el /^(defun hypb:error (&rest args)$/
-hypb:fgrep-git-log hypb.el /^(defun hypb:fgrep-git-log (string)$/
-hypb:fgrep-git-log-activate hypb.el /^(defun hypb:fgrep-git-log-activate
(_ignore1 &opti/
-hypb:fgrep-git-log-mode hypb.el /^(define-derived-mode
hypb:fgrep-git-log-mode compi/
-hypb:file-major-mode hypb.el /^(defun hypb:file-major-mode (file)$/
-hypb:filter-directories hypb.el /^(defun hypb:filter-directories
(file-regexp &rest /
-hypb:format-args hypb.el /^(defun hypb:format-args (args)$/
-hypb:format-quote hypb.el /^(defun hypb:format-quote (arg)$/
-hypb:get-completion hypb.el /^(defun hypb:get-completion (&optional event)$/
-hypb:get-raw-syntax-descriptor hypb.el /^(defun hypb:get-raw-syntax-descriptor
(char &optio/
-hypb:glob-to-regexp hypb.el /^(defun hypb:glob-to-regexp (str)$/
-hypb:goto-marker hypb.el /^(defun hypb:goto-marker (marker)$/
-hypb:grep-git-log hypb.el /^(defun hypb:grep-git-log (regexp)$/
-hypb:helm-apropos hypb.el /^(defun hypb:helm-apropos (&optional
symbol-name)$/
-hypb:helm-info hypb.el /^(defun hypb:helm-info (&optional refresh)$/
-hypb:help-buf-name hypb.el /^(defun hypb:help-buf-name (&optional suffix)$/
-hypb:help-buf-prefix hypb.el /^(defconst hypb:help-buf-prefix "*Help:
Hyperbole "/
-hypb:hkey-help-file hypb.el /^(defun hypb:hkey-help-file ()$/
-hypb:home-page hypb.el /^(defvar hypb:home-page "https:\/\/www.gnu.org\/softwa/
-hypb:hy-news-footer hypb-maintenance.el /^(defconst
hypb:hy-news-footer$/
-hypb:hy-news-header hypb-maintenance.el /^(defconst
hypb:hy-news-header$/
-hypb:hyperbole-banner-keymap hypb.el /^(defvar hypb:hyperbole-banner-keymap$/
-hypb:indirect-function hypb.el /^(defun hypb:indirect-function (obj)$/
-hypb:insert-hyperbole-banner hypb.el /^(defun hypb:insert-hyperbole-banner
()$/
-hypb:insert-region hypb.el /^(defun hypb:insert-region (buffer start end
invisi/
-hypb:installation-type hypb.el /^(defun hypb:installation-type ()$/
-hypb:locate hypb.el /^(defun hypb:locate (search-string &optional filter/
-hypb:locate-pathnames hypb.el /^(defun hypb:locate-pathnames ()$/
-hypb:mail-address-mode-list hypb.el /^(defvar hypb:mail-address-mode-list$/
-hypb:mail-address-regexp hypb.el /^(defconst hypb:mail-address-regexp$/
-hypb:mail-address-tld-regexp hypb.el /^(defconst
hypb:mail-address-tld-regexp$/
-hypb:map-plist hypb.el /^(defun hypb:map-plist (func plist)$/
-hypb:map-vector hypb.el /^(defun hypb:map-vector (func object)$/
-hypb:mark-object hypb.el /^(defun hypb:mark-object (object)$/
-hypb:maximize-window-height hypb.el /^(defun hypb:maximize-window-height
(&optional wind/
-hypb:object-p hypb.el /^(defun hypb:object-p (object)$/
-hypb:oct-to-int hypb.el /^(defun hypb:oct-to-int (oct-num)$/
-hypb:readable-directories hypb.el /^(defun hypb:readable-directories
(&rest dirs)$/
-hypb:remove-lines hypb.el /^(defun hypb:remove-lines (regexp)$/
-hypb:require-package hypb.el /^(defun hypb:require-package (package-name)$/
-hypb:return-process-output hypb.el /^(defun hypb:return-process-output
(program &option/
-hypb:rgrep hypb.el /^(defun hypb:rgrep (pattern &optional prefx-arg)$/
-hypb:rgrep-command hypb.el /^(defcustom hypb:rgrep-command$/
-hypb:save-lines hypb.el /^(defun hypb:save-lines (regexp)$/
-hypb:save-selected-window-and-input-focus hypb.el /^(defmacro
hypb:save-selected-window-and-input-focu/
-hypb:select-window-frame hypb.el /^(defun hypb:select-window-frame
(window)$/
-hypb:set-raw-syntax-descriptor hypb.el /^(defun hypb:set-raw-syntax-descriptor
(char raw-de/
-hypb:straight-package-plist hypb.el /^(defun hypb:straight-package-plist
(pkg-string)$/
-hypb:string-count-matches hypb.el /^(defun hypb:string-count-matches
(regexp str &opti/
-hypb:supercite-p hypb.el /^(defun hypb:supercite-p ()$/
-hypb:toggle-isearch-invisible hypb.el /^(defun hypb:toggle-isearch-invisible
(&optional ar/
-hypb:user-name hypb.el /^(defun hypb:user-name ()$/
-hypb:uuid hypb.el /^(defun hypb:uuid ()$/
-hypb:web-repo-location hypb-maintenance.el /^(defvar
hypb:web-repo-location "..\/hyweb\/hyperbole/
-hypb:web-repo-update hypb-maintenance.el /^(defun hypb:web-repo-update
()$/
-hypb:window-list hypb.el /^(defun hypb:window-list (&optional
minibuffer-flag/
-hyperb:autoloads-exist-p hload-path.el /^(defun
hyperb:autoloads-exist-p ()$/
-hyperb:automount-prefixes hversion.el /^(defvar
hyperb:automount-prefixes$/
-hyperb:check-dir-user hinit.el /^(defun hyperb:check-dir-user ()$/
-hyperb:cygdrive hyperbole.el /^(defconst hyperb:cygdrive
'("\\\\`\/cygdrive\/" . "\/")/
-hyperb:dir hload-path.el /^(defvar hyperb:dir (or (file-name-directory$/
-hyperb:generate-autoloads hload-path.el /^(defun
hyperb:generate-autoloads ()$/
-hyperb:init hyperbole.el /^(defun hyperb:init ()$/
-hyperb:init-menubar hinit.el /^(defun hyperb:init-menubar ()$/
-hyperb:maybe-generate-autoloads hload-path.el /^(defun
hyperb:maybe-generate-autoloads ()$/
-hyperb:maybe-load-autoloads hload-path.el /^(defun
hyperb:maybe-load-autoloads ()$/
-hyperb:microsoft-os-p hload-path.el /^(defvar hyperb:microsoft-os-p$/
-hyperb:mouse-buttons hversion.el /^(defvar hyperb:mouse-buttons$/
-hyperb:stack-frame hversion.el /^(defun hyperb:stack-frame
(function-list &optional/
-hyperb:substitute-in-file-name hpath.el /^(defalias
'hyperb:substitute-in-file-name$/
-hyperb:user-email hinit.el /^(defvar hyperb:user-email nil$/
-hyperb:version hversion.el /^(defconst hyperb:version "8.0.1pre" "GNU
Hyperbole/
-hyperb:window-sys-term hversion.el /^(defun hyperb:window-sys-term
(&optional frame)$/
-hyperb:window-system hversion.el /^(defun hyperb:window-system
(&optional frame)$/
-hyperb:with-suppressed-warnings hload-path.el /^(defmacro
hyperb:with-suppressed-warnings (warning/
-hyperb:wsl-os-p hload-path.el /^(defvar hyperb:wsl-os-p$/
-hyperbole hui-mini.el /^(defun hyperbole (&optional menu menu-list
doc-fla/
-hyperbole hyperbole.el /^(defgroup hyperbole nil$/
-hyperbole--disable-mode hyperbole.el /^(defun
hyperbole--disable-mode ()$/
-hyperbole--enable-mode hyperbole.el /^(defun hyperbole--enable-mode ()$/
-hyperbole--mark-even-if-inactive hyperbole.el /^(defvar
hyperbole--mark-even-if-inactive$/
-hyperbole-autoloads.el Makefile /^hyperbole-autoloads.el:
$(EL_COMPILE)$/
-hyperbole-banner hypb.el /^(define-button-type 'hyperbole-banner)$/
-hyperbole-buttons hib-social.el /^(defgroup hyperbole-buttons nil$/
-hyperbole-commands hyperbole.el /^(defgroup hyperbole-commands nil$/
-hyperbole-default-web-search-term hsettings.el /^(defun
hyperbole-default-web-search-term ()$/
-hyperbole-default-web-search-term-max-lines hsettings.el /^(defcustom
hyperbole-default-web-search-term-max-l/
-hyperbole-demo hui-mini.el /^(defun hyperbole-demo (&optional arg)$/
-hyperbole-hyrolo hyrolo.el /^(defgroup hyperbole-hyrolo nil$/
-hyperbole-keys hyperbole.el /^(defgroup hyperbole-keys nil$/
-hyperbole-koutliner hyperbole.el /^(defgroup hyperbole-koutliner nil$/
-hyperbole-loading hyperbole.el /^(defconst hyperbole-loading t$/
-hyperbole-menubar-menu hui-menu.el /^(defun hyperbole-menubar-menu ()$/
-hyperbole-minibuffer-menu hui-mini.el /^(defun
hyperbole-minibuffer-menu ()$/
-hyperbole-mode hyperbole-autoloads.el /^(defvar hyperbole-mode nil "\\$/
-hyperbole-mode hyperbole.el /^(define-minor-mode hyperbole-mode$/
-hyperbole-mode-lighter hyperbole.el /^(defcustom hyperbole-mode-lighter "
Hypb"$/
-hyperbole-mode-map hyperbole.el /^(defvar hyperbole-mode-map
(make-sparse-keymap)$/
-hyperbole-popup-menu hui-menu.el /^(defun hyperbole-popup-menu
(&optional rebuild-fla/
-hyperbole-read-web-search-arguments hsettings.el /^(defun
hyperbole-read-web-search-arguments (&optio/
-hyperbole-run-test hypb-ert.el /^(defal hyperbole-run-test
"hypb-ert-run-test")$/
-hyperbole-run-test-definition hypb-ert.el /^(defib
hyperbole-run-test-definition ()$/
-hyperbole-run-test-definition:help hypb-ert.el /^(defun
hyperbole-run-test-definition:help (_hbut)$/
-hyperbole-run-tests hypb-ert.el /^(defal hyperbole-run-tests
"hypb-ert-run-tests")$/
-hyperbole-screen hyperbole.el /^(defgroup hyperbole-screen nil$/
-hyperbole-set-key hui-mini.el /^(defun hyperbole-set-key (keymap key
binding)$/
-hyperbole-toggle-messaging hsettings.el /^(defun
hyperbole-toggle-messaging (&optional arg)$/
-hyperbole-update-menus hsettings.el /^(defun hyperbole-update-menus ()$/
-hyperbole-web-search hsettings.el /^(defun hyperbole-web-search
(&optional service-nam/
-hyperbole-web-search-alist hsettings.el /^(defcustom
hyperbole-web-search-alist$/
-hyperbole-web-search-browser-function hsettings.el /^(defcustom
hyperbole-web-search-browser-function b/
-hyrolo--expanded-file-list hyrolo.el /^(defvar
hyrolo--expanded-file-list nil$/
-hyrolo--wconfig hyrolo.el /^(defvar hyrolo--wconfig nil$/
-hyrolo-add hyrolo.el /^(defun hyrolo-add (name &optional file)$/
-hyrolo-add-hook hyrolo.el /^(defvar hyrolo-add-hook nil$/
-hyrolo-add-match hyrolo.el /^(defun hyrolo-add-match
(hyrolo-matches-buffer reg/
-hyrolo-and hyrolo-logic.el /^(defun hyrolo-and (start end &rest pat-list)$/
-hyrolo-back-to-visible-point hyrolo.el /^(defun
hyrolo-back-to-visible-point ()$/
-hyrolo-backward-same-level hyrolo.el /^(defun
hyrolo-backward-same-level (arg)$/
-hyrolo-bbdb-entry-format hyrolo.el /^(defun
hyrolo-bbdb-entry-format (entry)$/
-hyrolo-bbdb-fgrep hyrolo.el /^(defun hyrolo-bbdb-fgrep (&optional
arg)$/
-hyrolo-bbdb-grep hyrolo.el /^(defun hyrolo-bbdb-grep (&optional
arg)$/
-hyrolo-bbdb-grep-file hyrolo.el /^(defun hyrolo-bbdb-grep-file
(hyrolo-file-or-buf r/
-hyrolo-buffer-exists-p hyrolo.el /^(defun hyrolo-buffer-exists-p
(hyrolo-buf)$/
-hyrolo-consult-grep hyrolo.el /^(defun hyrolo-consult-grep (&optional
regexp max-m/
-hyrolo-current-date hyrolo.el /^(defun hyrolo-current-date ()$/
-hyrolo-date-format hyrolo.el /^(defcustom hyrolo-date-format
"%m\/%d\/%Y"$/
-hyrolo-demo-fgrep hyrolo-demo.el /^(defun hyrolo-demo-fgrep (string
&optional max-mat/
-hyrolo-demo-fgrep-logical hyrolo-demo.el /^(defun
hyrolo-demo-fgrep-logical (expr &optional c/
-hyrolo-demo-quit hyrolo-demo.el /^(defun hyrolo-demo-quit ()$/
-hyrolo-demo-save-key hyrolo-demo.el /^(defvar hyrolo-demo-save-key nil)$/
-hyrolo-display-buffer hyrolo.el /^(defvar hyrolo-display-buffer
"*HyRolo*"$/
-hyrolo-display-format-function hyrolo.el /^(defvar
hyrolo-display-format-function$/
-hyrolo-display-matches hyrolo.el /^(defun hyrolo-display-matches
(&optional display-b/
-hyrolo-display-to-entry-end hyrolo.el /^(defun
hyrolo-display-to-entry-end ()$/
-hyrolo-edit hyrolo.el /^(defun hyrolo-edit (&optional name
file-or-buf)$/
-hyrolo-edit-entry hyrolo.el /^(defun hyrolo-edit-entry ()$/
-hyrolo-edit-hook hyrolo.el /^(defvar hyrolo-edit-hook nil$/
-hyrolo-email-format hyrolo.el /^(defcustom hyrolo-email-format
"%s\\t\\t<%s>"$/
-hyrolo-entry-group-number hyrolo.el /^(defvar
hyrolo-entry-group-number 1$/
-hyrolo-entry-name-regexp hyrolo.el /^(defvar
hyrolo-entry-name-regexp "[-_a-zA-Z0-9@.]+/
-hyrolo-entry-regexp hyrolo.el /^(defvar hyrolo-entry-regexp
"^\\\\(\\\\*+\\\\)\\\\([ \\t]+\\/
-hyrolo-entry-trailing-space-group-number hyrolo.el /^(defvar
hyrolo-entry-trailing-space-group-number 2/
-hyrolo-expand-path-list hyrolo.el /^(defun
hyrolo-expand-path-list (paths)$/
-hyrolo-fgrep hyrolo.el /^(defun hyrolo-fgrep (string &optional
max-matches /
-hyrolo-fgrep-directories hyrolo.el /^(defun
hyrolo-fgrep-directories (file-regexp &rest/
-hyrolo-fgrep-file hyrolo.el /^(defun hyrolo-fgrep-file
(hyrolo-file-or-buf strin/
-hyrolo-fgrep-logical hyrolo-logic.el /^(defun hyrolo-fgrep-logical (expr
&optional count-/
-hyrolo-file-list hyrolo.el /^(defcustom hyrolo-file-list nil$/
-hyrolo-file-list-changed hyrolo.el /^(defun
hyrolo-file-list-changed (symbol set-to-val/
-hyrolo-file-suffix-regexp hyrolo.el /^(defcustom
hyrolo-file-suffix-regexp "\\\\.\\\\(kotl\\\\/
-hyrolo-find-file hyrolo.el /^(defun hyrolo-find-file (&optional
file find-funct/
-hyrolo-find-file-function hyrolo.el /^(defcustom
hyrolo-find-file-function #'find-file$/
-hyrolo-find-file-noselect hyrolo.el /^(defun
hyrolo-find-file-noselect (&optional file)$/
-hyrolo-find-file-noselect-function hyrolo.el /^(defcustom
hyrolo-find-file-noselect-function #'fi/
-hyrolo-format-name hyrolo.el /^(defun hyrolo-format-name (name-str
first last)$/
-hyrolo-forward-same-level hyrolo.el /^(defun
hyrolo-forward-same-level (arg)$/
-hyrolo-forward-visible-line hyrolo.el /^(defun
hyrolo-forward-visible-line (&optional arg)/
-hyrolo-get-consult-version hyrolo.el /^(defun
hyrolo-get-consult-version ()$/
-hyrolo-get-file-list hyrolo.el /^(defun hyrolo-get-file-list ()$/
-hyrolo-google-contacts-fgrep hyrolo.el /^(defun
hyrolo-google-contacts-fgrep (&optional arg/
-hyrolo-google-contacts-flag hyrolo.el /^(defcustom
hyrolo-google-contacts-flag t$/
-hyrolo-google-contacts-grep hyrolo.el /^(defun
hyrolo-google-contacts-grep (&optional arg)/
-hyrolo-google-contacts-grep-file hyrolo.el /^(defun
hyrolo-google-contacts-grep-file (hyrolo-fi/
-hyrolo-google-contacts-insert-data hyrolo.el /^(defun
hyrolo-google-contacts-insert-data (contact/
-hyrolo-google-contacts-insert-generic-list hyrolo.el /^(defun
hyrolo-google-contacts-insert-generic-list /
-hyrolo-google-contacts-p hyrolo.el /^(defun
hyrolo-google-contacts-p ()$/
-hyrolo-grep hyrolo.el /^(defun hyrolo-grep (regexp &optional
max-matches h/
-hyrolo-grep-directories hyrolo.el /^(defun
hyrolo-grep-directories (file-regexp &rest /
-hyrolo-grep-file hyrolo.el /^(defun hyrolo-grep-file
(hyrolo-file-or-buf patter/
-hyrolo-grep-or-fgrep hyrolo.el /^(defun hyrolo-grep-or-fgrep
(&optional arg)$/
-hyrolo-hdr-format hyrolo.el /^(defconst hyrolo-hdr-format$/
-hyrolo-hdr-regexp hyrolo.el /^(defconst hyrolo-hdr-regexp "^==="$/
-hyrolo-helm-org-rifle hyrolo.el /^(defun hyrolo-helm-org-rifle
(&optional context-on/
-hyrolo-helm-org-rifle-directories hyrolo.el /^(defun
hyrolo-helm-org-rifle-directories (&optiona/
-hyrolo-helm-org-rifle-directory hyrolo.el /^(defun
hyrolo-helm-org-rifle-directory (&optional /
-hyrolo-hide-subtree hyrolo.el /^(defun hyrolo-hide-subtree ()$/
-hyrolo-highlight-face hyrolo.el /^(defcustom hyrolo-highlight-face
'match$/
-hyrolo-highlight-matches hyrolo.el /^(defun
hyrolo-highlight-matches (regexp start _end/
-hyrolo-isearch hyrolo.el /^(defun hyrolo-isearch (&optional arg)$/
-hyrolo-isearch-for-regexp hyrolo.el /^(defun
hyrolo-isearch-for-regexp (regexp fold-sear/
-hyrolo-isearch-regexp hyrolo.el /^(defun hyrolo-isearch-regexp
(&optional arg)$/
-hyrolo-kill hyrolo.el /^(defun hyrolo-kill (name &optional file)$/
-hyrolo-kill-buffer hyrolo.el /^(defun hyrolo-kill-buffer (&optional
hyrolo-buf)$/
-hyrolo-kill-buffers-after-use hyrolo.el /^(defcustom
hyrolo-kill-buffers-after-use nil$/
-hyrolo-let-file-list hyrolo.el /^(defun hyrolo-let-file-list (symbol
value)$/
-hyrolo-locate hyrolo.el /^(defun hyrolo-locate ()$/
-hyrolo-logic hyrolo-logic.el /^(defun hyrolo-logic (sexp &optional in-bufs
count-/
-hyrolo-mail-to hyrolo.el /^(defun hyrolo-mail-to ()$/
-hyrolo-map-entries hyrolo-logic.el /^(defun hyrolo-map-entries (sexp
hyrolo-buf display/
-hyrolo-map-kotl hyrolo-logic.el /^(defun hyrolo-map-kotl (sexp
hyrolo-buf display-bu/
-hyrolo-map-level hyrolo.el /^(defun hyrolo-map-level (func
level-regexp &option/
-hyrolo-map-logic hyrolo-logic.el /^(defun hyrolo-map-logic (sexp
hyrolo-buf &optional/
-hyrolo-map-single-subtree hyrolo.el /^(defun
hyrolo-map-single-subtree (func exact-level/
-hyrolo-match-regexp hyrolo.el /^(defconst hyrolo-match-regexp nil$/
-hyrolo-menu-common-body hyrolo-menu.el /^(defconst
hyrolo-menu-common-body$/
-hyrolo-menubar-menu hyrolo-menu.el /^(defun hyrolo-menubar-menu ()$/
-hyrolo-min-matched-level hyrolo.el /^(defun
hyrolo-min-matched-level ()$/
-hyrolo-mode hyrolo.el /^(defun hyrolo-mode ()$/
-hyrolo-mode-map hyrolo.el /^(defvar hyrolo-mode-map nil$/
-hyrolo-mode-outline-level hyrolo.el /^(defun
hyrolo-mode-outline-level ()$/
-hyrolo-mode-syntax-table hyrolo.el /^(defvar
hyrolo-mode-syntax-table nil$/
-hyrolo-move-backward hyrolo.el /^(defun hyrolo-move-backward (func
&rest args)$/
-hyrolo-move-forward hyrolo.el /^(defun hyrolo-move-forward (func
&rest args)$/
-hyrolo-name-and-email hyrolo.el /^(defun hyrolo-name-and-email ()$/
-hyrolo-name-at-p hyrolo.el /^(defun hyrolo-name-at-p ()$/
-hyrolo-next-match hyrolo.el /^(defun hyrolo-next-match ()$/
-hyrolo-next-match-function hyrolo.el /^(defvar
hyrolo-next-match-function #'hyrolo-next-r/
-hyrolo-next-regexp-match hyrolo.el /^(defun
hyrolo-next-regexp-match (regexp headline-o/
-hyrolo-next-visible-heading hyrolo.el /^(defun
hyrolo-next-visible-heading (arg)$/
-hyrolo-not hyrolo-logic.el /^(defun hyrolo-not (start end &rest pat-list)$/
-hyrolo-or hyrolo-logic.el /^(defun hyrolo-or (start end &rest pat-list)$/
-hyrolo-org hyrolo.el /^(defun hyrolo-org (string &optional
max-matches)$/
-hyrolo-org-roam hyrolo.el /^(defun hyrolo-org-roam (string
&optional max-match/
-hyrolo-outline-level hyrolo.el /^(defun hyrolo-outline-level ()$/
-hyrolo-overview hyrolo.el /^(defun hyrolo-overview
(levels-to-show)$/
-hyrolo-popup-menu hyrolo-menu.el /^(defun hyrolo-popup-menu (event)$/
-hyrolo-previous-match hyrolo.el /^(defun hyrolo-previous-match ()$/
-hyrolo-previous-visible-heading hyrolo.el /^(defun
hyrolo-previous-visible-heading (arg)$/
-hyrolo-prompt hyrolo.el /^(defun hyrolo-prompt (keyboard-function
prompt)$/
-hyrolo-quit hyrolo.el /^(defun hyrolo-quit ()$/
-hyrolo-r-and hyrolo-logic.el /^(defun hyrolo-r-and (start end &rest
pat-list)$/
-hyrolo-r-not hyrolo-logic.el /^(defun hyrolo-r-not (start end &rest
pat-list)$/
-hyrolo-r-or hyrolo-logic.el /^(defun hyrolo-r-or (start end &rest
pat-list)$/
-hyrolo-r-xor hyrolo-logic.el /^(defun hyrolo-r-xor (start end &rest
pat-list)$/
-hyrolo-rename hyrolo.el /^(defun hyrolo-rename (old-file new-file)$/
-hyrolo-retrieve-google-contacts hyrolo.el /^(defun
hyrolo-retrieve-google-contacts (&optional /
-hyrolo-save-buffer hyrolo.el /^(defun hyrolo-save-buffer (&optional
hyrolo-buf)$/
-hyrolo-save-buffers-after-use hyrolo.el /^(defcustom
hyrolo-save-buffers-after-use t$/
-hyrolo-search-directories hyrolo.el /^(defun
hyrolo-search-directories (search-cmd file-/
-hyrolo-set-date hyrolo.el /^(defun hyrolo-set-date ()$/
-hyrolo-set-display-buffer hyrolo.el /^(defun
hyrolo-set-display-buffer ()$/
-hyrolo-set-file-list hyrolo.el /^(defun hyrolo-set-file-list (symbol
value)$/
-hyrolo-show-levels hyrolo.el /^(defun hyrolo-show-levels
(num-levels)$/
-hyrolo-shrink-window hyrolo.el /^(defun hyrolo-shrink-window ()$/
-hyrolo-sort hyrolo.el /^(defun hyrolo-sort (&optional hyrolo-file)$/
-hyrolo-sort-level hyrolo.el /^(defun hyrolo-sort-level
(level-regexp &optional m/
-hyrolo-sort-lines hyrolo.el /^(defun hyrolo-sort-lines (reverse beg
end)$/
-hyrolo-to hyrolo.el /^(defun hyrolo-to (name &optional
file-or-buf-list)/
-hyrolo-to-buffer hyrolo.el /^(defun hyrolo-to-buffer (buffer
&optional other-wi/
-hyrolo-to-entry-beginning hyrolo.el /^(defun
hyrolo-to-entry-beginning (&optional includ/
-hyrolo-to-entry-end hyrolo.el /^(defun hyrolo-to-entry-end (&optional
include-sub-/
-hyrolo-toggle-datestamps hyrolo.el /^(defun
hyrolo-toggle-datestamps (&optional arg)$/
-hyrolo-toggle-narrow-to-entry hyrolo.el /^(defun
hyrolo-toggle-narrow-to-entry ()$/
-hyrolo-top-level hyrolo.el /^(defun hyrolo-top-level ()$/
-hyrolo-up-heading hyrolo.el /^(defun hyrolo-up-heading (arg
&optional invisible-/
-hyrolo-verify hyrolo.el /^(defun hyrolo-verify ()$/
-hyrolo-widen hyrolo.el /^(defun hyrolo-widen ()$/
-hyrolo-word hyrolo.el /^(defun hyrolo-word (string &optional
max-matches h/
-hyrolo-xor hyrolo-logic.el /^(defun hyrolo-xor (start end &rest pat-list)$/
-hyrolo-yank hyrolo.el /^(defun hyrolo-yank (name &optional regexp-p)$/
-hyrolo-yank-reformat-function hyrolo.el /^(defvar
hyrolo-yank-reformat-function #'ignore$/
-hywconfig-add-by-name hywconfig.el /^(defun hywconfig-add-by-name (name)$/
-hywconfig-delete-by-name hywconfig.el /^(defun
hywconfig-delete-by-name (name)$/
-hywconfig-delete-pop hywconfig.el /^(defun hywconfig-delete-pop ()$/
-hywconfig-delete-pop-continue hywconfig.el /^(defun
hywconfig-delete-pop-continue ()$/
-hywconfig-get-names hywconfig.el /^(defun hywconfig-get-names ()$/
-hywconfig-get-ring hywconfig.el /^(defun hywconfig-get-ring ()$/
-hywconfig-restore-by-name hywconfig.el /^(defun
hywconfig-restore-by-name (name)$/
-hywconfig-ring-empty-p hywconfig.el /^(defun hywconfig-ring-empty-p ()$/
-hywconfig-ring-max hywconfig.el /^(defcustom hywconfig-ring-max 10$/
-hywconfig-ring-save hywconfig.el /^(defun hywconfig-ring-save ()$/
-hywconfig-set-names hywconfig.el /^(defun hywconfig-set-names (names)$/
-hywconfig-set-window-configuration hywconfig.el /^(defun
hywconfig-set-window-configuration (wconfig/
-hywconfig-yank-pop hywconfig.el /^(defun hywconfig-yank-pop (n)$/
-hywconfig-yank-pop-continue hywconfig.el /^(defun
hywconfig-yank-pop-continue (n)$/
-hywin hywin.lisp /^(defgroup hywin nil$/
-hywin--bookmark-record-url hywin.lisp /^(defun
hywin--bookmark-record-url (record)$/
-hywin--bookmark-url-buffer hywin.lisp /^(defun
hywin--bookmark-url-buffer (urlobj)$/
-hywin--bookmark-window-state-hack hywin.lisp /^(defun
hywin--bookmark-window-state-hack (&optiona/
-hywin--bufferize-window-state hywin.lisp /^(defun
hywin--bufferize-window-state (state)$/
-hywin--file-url-buffer hywin.lisp /^(defun hywin--file-url-buffer
(urlobj)$/
-hywin--frameset-restore hywin.lisp /^(defun
hywin--frameset-restore (urlobj)$/
-hywin--org-mode-buffer-url hywin.lisp /^(defun
hywin--org-mode-buffer-url (buffer)$/
-hywin--window-state hywin.lisp /^(defvar hywin--window-state nil$/
-hywin--window-state hywin.lisp /^(cl-defun hywin--window-state
(&optional (frame (s/
-hywin--windows-set hywin.lisp /^(defun hywin--windows-set (urlobj)$/
-hywin--windows-set-url hywin.lisp /^(defun hywin--windows-set-url
(windows &optional n/
-hywin-bookmark-frames hywin.lisp /^(defun hywin-bookmark-frames (name)$/
-hywin-bookmark-handler hywin.lisp /^(defun hywin-bookmark-handler
(bookmark)$/
-hywin-bookmark-prefix hywin.lisp /^(defcustom hywin-bookmark-prefix
"Hywin: "$/
-hywin-bookmark-windows hywin.lisp /^(defun hywin-bookmark-windows (name)$/
-hywin-buffer-url hywin.lisp /^(defun hywin-buffer-url (buffer)$/
-hywin-follow-url-org-mode hywin.lisp /^(cl-defun
hywin-follow-url-org-mode (&key buffer q/
-hywin-frames-url hywin.lisp /^(cl-defun hywin-frames-url (&optional
(frames (fra/
-hywin-frameset-filter-alist hywin.lisp /^(defcustom
hywin-frameset-filter-alist '((name . n/
-hywin-kill-buffer-url hywin.lisp /^(defun hywin-kill-buffer-url
(buffer)$/
-hywin-kill-frames-url hywin.lisp /^(defun hywin-kill-frames-url ()$/
-hywin-kill-windows-url hywin.lisp /^(defun hywin-kill-windows-url ()$/
-hywin-major-mode-alist hywin.lisp /^(defcustom hywin-major-mode-alist$/
-hywin-open-bookmark hywin.lisp /^(defun hywin-open-bookmark
(bookmark)$/
-hywin-open-url hywin.lisp /^(defun hywin-open-url (url)$/
-hywin-url-buffer hywin.lisp /^(defun hywin-url-buffer (url)$/
-hywin-window-persistent-parameters hywin.lisp /^(defcustom
hywin-window-persistent-parameters$/
-hywin-windows-url hywin.lisp /^(cl-defun hywin-windows-url
(&optional (frame (sel/
-h�v hyperbole-banner.png 5
-ibtype:activate-link hbut.el /^(defun ibtype:activate-link (referent)$/
-ibtype:create hbut.el /^(defalias 'ibtype:create #'defib)$/
-ibtype:create-action-link-type hbut.el /^(defalias
'ibtype:create-action-link-type #'defal)/
-ibtype:create-regexp-link-type hbut.el /^(defalias
'ibtype:create-regexp-link-type #'defil)/
-ibtype:def-symbol hbut.el /^(defun ibtype:def-symbol (ibtype)$/
-ibtype:delete hbut.el /^(defun ibtype:delete (type)$/
-ibut OLD-IBUT-AT-P.el~ 26
-ibut-face hui-em-but.el /^(defface ibut-face$/
-ibut:act hbut.el /^(defun ibut:act (label)$/
-ibut:alist hbut.el /^(defun ibut:alist (&optional file)$/
-ibut:at-p hbut.el /^(defun ibut:at-p (&optional name-key-only)$/
-ibut:at-to-name-p hbut.el /^(defun ibut:at-to-name-p (&optional ibut)$/
-ibut:at-type-p hbut.el /^(defun ibut:at-type-p (ibut-type-symbol)$/
-ibut:create hbut.el /^(cl-defun ibut:create (&optional &key but-sym name/
-ibut:delete hbut.el /^(defun ibut:delete (&optional but-sym)$/
-ibut:delete-occurrence hbut.el /^(defun ibut:delete-occurrence (start end)$/
-ibut:delimit hbut.el /^(defun ibut:delimit (start end instance-flag)$/
-ibut:get hbut.el /^(defun ibut:get (&optional lbl-key buffer key-s/
-ibut:insert-text hbut.el /^(defun ibut:insert-text (ibut)$/
-ibut:is-p hbut.el /^(defun ibut:is-p (object)$/
-ibut:key hbut.el /^(defun ibut:key (ibut)$/
-ibut:key-to-label hbut.el /^(defalias 'ibut:key-to-label
#'hbut:key-to-label)$/
-ibut:label-end hbut.el /^(defconst ibut:label-end "]>"$/
-ibut:label-instances-regexp hbut.el /^(defun ibut:label-instances-regexp
(lbl-key &op/
-ibut:label-key-match hbut.el /^(defun ibut:label-key-match (name-key)$/
-ibut:label-map hbut.el /^(defun ibut:label-map (but-func &optional regex/
-ibut:label-p hbut.el /^(defun ibut:label-p (&optional as-label start-d/
-ibut:label-regexp hbut.el /^(defun ibut:label-regexp (lbl-key
&optional no-/
-ibut:label-separator hbut.el /^(defvar ibut:label-separator " - "$/
-ibut:label-separator-regexp hbut.el /^(defvar ibut:label-separator-regexp
"\\\\s-*[-:=|]/
-ibut:label-set hbut.el /^(defun ibut:label-set (label &optional start en/
-ibut:label-sort-keys hbut.el /^(defun ibut:label-sort-keys (lbl-keys)$/
-ibut:label-start hbut.el /^(defconst ibut:label-start "<["$/
-ibut:label-to-key hbut.el /^(defalias 'ibut:label-to-key
#'hbut:label-to-key)$/
-ibut:list hbut.el /^(defun ibut:list (&optional file loc-p)$/
-ibut:map hbut.el /^(defun ibut:map (but-func &optional regexp-matc/
-ibut:next-occurrence hbut.el /^(defun ibut:next-occurrence (lbl-key
&optional /
-ibut:operate hbut.el /^(defun ibut:operate (&optional new-name edit-fl/
-ibut:operate HY-TRY.el /^(defun ibut:operate (&optional new-name
edit-fl/
-ibut:previous-occurrence hbut.el /^(defun ibut:previous-occurrence
(lbl-key &optio/
-ibut:program hbut.el /^(defun ibut:program (name actype &rest args)$/
-ibut:rename hbut.el /^(defun ibut:rename (old-lbl new-lbl)$/
-ibut:set-name-and-label-key-p hbut.el /^(defun
ibut:set-name-and-label-key-p (&optional/
-ibut:summarize hbut.el /^(defalias 'ibut:summarize #'hbut:report)$/
-ibut:to hbut.el /^(defun ibut:to (name-key)$/
-ibut:to-key-src hbut.el /^(defalias 'ibut:to-key-src
#'hbut:to-key-src)$/
-ibut:to-name hbut.el /^(defun ibut:to-name (lbl-key)$/
-ibut:to-text hbut.el /^(defun ibut:to-text (name-key)$/
-id README.md.html~ 2
-id README.md.html~ 183
-id README.md.html~ 225
-id README.md.html~ 337
-id README.md.html~ 368
-id-browse-file hversion.el /^(defalias 'id-browse-file 'view-file))$/
-id-cflow hibtypes.el /^(defib id-cflow ()$/
-id-info hversion.el /^(defun id-info (string)$/
-id-info-item hversion.el /^(defun id-info-item (index-item)$/
-id-popup-hyrolo-menu hyrolo-menu.el /^(defconst id-popup-hyrolo-menu$/
-id-tool-invoke hversion.el /^(defun id-tool-invoke (sexp)$/
-id-tool-quit hversion.el /^(defalias 'id-tool-quit #'eval))$/
-id_dir Makefile /^id_dir = $(HOME)\/sw-dev\/emacs$/
-ilink hibtypes.el /^(defib ilink ()$/
-ilink:end hibtypes.el /^(defconst ilink:end ">"$/
-ilink:start hibtypes.el /^(defconst ilink:start "<ilink:"$/
-implement TODO-hy-5.0.5-changes-to-look-at 2
-in DEMO /^function in your Emacs initialization file and the/
-in EXAMPLE.kotl 200
-in EXAMPLE.kotl 289
-in HY-ANNOUNCE-6.0.2 /^ entry in debbugs-gnu-mode, an Action
Key pre/
-in HY-NEWS /^ entry in debbugs-gnu-mode, an Action Key pre/
-in hynote.el~ /^entry in `hynote-file-list' in an editable mode. /
-in hynote-unused /^entry in `hynote-file-list' in an editable mode. /
-in hyperbole-autoloads.el~ /^entry in `hynote-file-list' in an editable
mode. /
-in hyperbole-autoloads.el~ /^entry in `hyrolo-file-list' in an editable
mode. /
-in TODO-ANNOUNCE-5.15 /^ entry in debbugs-gnu-mode, an Action
Key pre/
-in TODO-HY-ANNOUNCE-6.0.1 /^ entry in debbugs-gnu-mode, an Action
Key pre/
-include HYROLO-FILE-LIST.txt 4
-indent EXAMPLE.kotl 410
-indent HY-CONCEPTS.kotl 169
-indent HYROLO-EXAMPLES.kotl 24
-indent HY-USES.kotl 127
-indent PROS-CONS.kotl 35
-indent PROS-CONS.kotl~ 12
-info Makefile /^info: $(man_dir)\/hyperbole.info$/
-info Makefile.html /^info: $(man_dir)\/hyperbole.info$/
-info_dir Makefile /^info_dir = $(id_dir)\/id-info$/
-infodock-hyperbole-menu hui-menu.el /^(defvar
infodock-hyperbole-menu nil)$/
-infodock-hyperbole-menu hui-menu.el /^(defun
infodock-hyperbole-menu (&optional rebuild-/
-infodock-hyrolo-menu hyrolo-menu.el /^(defconst infodock-hyrolo-menu$/
-inhibit-hyperbole-messaging hsettings.el /^(defcustom
inhibit-hyperbole-messaging t$/
-initialize hui-mini-ext.el~ 5
-initialize TODO-ERRORS 424
-install Makefile /^install: elc install-info install-html
$(data_dir)/
-install Makefile.html /^install: elc install-info install-html
$(data_dir)/
-install-all Makefile /^install-all: install-elpa install-elpa-devel
insta/
-install-elpa install-elpa-devel install-tarball install-straight
install-elpaca Makefile /^install-elpa install-elpa-devel
install-tarball in/
-install-html Makefile /^install-html: $(html_dir)\/hyperbole.html$/
-install-html Makefile.html /^install-html: $(html_dir)\/hyperbole.html$/
-install-info Makefile /^install-info: $(info_dir)\/hyperbole.info$/
-install-info Makefile.html /^install-info: $(info_dir)\/hyperbole.info$/
-install-local Makefile /^install-local:$/
-installed FAST-DEMO 89
-installed HYPB-Tutorial-Greenburg.txt 29
-installed HYPB-Tutorial-Greenburg.txt~ 29
-instance HYP-MAN.txt 12
-instructions TODO-ERRORS 341
-integrated HY-ANNOUNCE-7.2.1 1
-interactive TODO-ERRORS 343
-interface HY-ABOUT 55
-interface HY-ABOUT 59
-internally HY-USES.kotl 7
-into hargs.el~ 399
-introductions README.md 13
-ipython-stack-frame hibtypes.el /^(defib ipython-stack-frame ()$/
-is hargs.el~ 187
-is hargs.el~ 271
-is hui.el~ 76
-is hynote.el~ /^entry is displayed with all of its sub-entries. O/
-is hynote-unused /^entry is displayed with all of its sub-entries. O/
-is hyperbole-autoloads.el~ /^entry is displayed with all of its
sub-entries. O/
-is hyperbole-autoloads.el~ /^entry is displayed with all of its
sub-entries. O/
-is hyperbole.info /^ function is defined, jumps to the library sou/
-it COPYING 198
-it COPYING 370
-it hui.el~ 153
-it README 51
-it README 53
-it README.html~ 362
-it README.html~ 364
-it README.md.html~ 46
-it README.md.html~ 48
-item TODO-ERRORS 399
-item TODO-ERRORS 446
-its HY-TRY.el~ 173
-itself HY-ANNOUNCE-7.2.1 1
-just hargs.el~ 646
-k0 Makefile.html /^Makefile<\/title>$/
-k01 Makefile.html /^1. <\/font><\/pre>$/
-k010 Makefile.html /^10. <\/font><\/pre>$/
-k011 Makefile.html /^11. <\/font><\/pre>$/
-k012 Makefile.html /^12. <\/font><\/pre>$/
-k013 Makefile.html /^13. <\/font><\/pre>$/
-k014 Makefile.html /^14. <\/font><\/pre>$/
-k015 Makefile.html /^15. <\/font><\/pre>$/
-k016 Makefile.html /^16. <\/font><\/pre>$/
-k017 Makefile.html /^17. <\/font><\/pre>$/
-k018 Makefile.html /^18. <\/font><\/pre>$/
-k019 Makefile.html /^19. <\/font><\/pre>$/
-k02 Makefile.html /^2. <\/font><\/pre>$/
-k020 Makefile.html /^20. <\/font><\/pre>$/
-k021 Makefile.html /^21. <\/font><\/pre>$/
-k022 Makefile.html /^22. <\/font><\/pre>$/
-k023 Makefile.html /^23. <\/font><\/pre>$/
-k024 Makefile.html /^24. <\/font><\/pre>$/
-k025 Makefile.html /^25. <\/font><\/pre>$/
-k026 Makefile.html /^26. <\/font><\/pre>$/
-k027 Makefile.html /^27. <\/font><\/pre>$/
-k028 Makefile.html /^28. <\/font><\/pre>$/
-k029 Makefile.html /^29. <\/font><\/pre>$/
-k03 Makefile.html /^3. <\/font><\/pre>$/
-k030 Makefile.html /^30. <\/font><\/pre>$/
-k031 Makefile.html /^31. <\/font><\/pre>$/
-k032 Makefile.html /^32. <\/font><\/pre>$/
-k033 Makefile.html /^33. <\/font><\/pre>$/
-k034 Makefile.html /^34. <\/font><\/pre>$/
-k035 Makefile.html /^35. <\/font><\/pre>$/
-k036 Makefile.html /^36. <\/font><\/pre>$/
-k037 Makefile.html /^37. <\/font><\/pre>$/
-k038 Makefile.html /^38. <\/font><\/pre>$/
-k039 Makefile.html /^39. <\/font><\/pre>$/
-k04 Makefile.html /^4. <\/font><\/pre>$/
-k040 Makefile.html /^40. <\/font><\/pre>$/
-k041 Makefile.html /^41. <\/font><\/pre>$/
-k042 Makefile.html /^42. <\/font><\/pre>$/
-k043 Makefile.html /^43. <\/font><\/pre>$/
-k044 Makefile.html /^44. <\/font><\/pre>$/
-k045 Makefile.html /^45. <\/font><\/pre>$/
-k046 Makefile.html /^46. <\/font><\/pre>$/
-k047 Makefile.html /^47. <\/font><\/pre>$/
-k048 Makefile.html /^48. <\/font><\/pre>$/
-k049 Makefile.html /^49. <\/font><\/pre>$/
-k05 Makefile.html /^5. <\/font><\/pre>$/
-k050 Makefile.html /^50. <\/font><\/pre>$/
-k051 Makefile.html /^51. <\/font><\/pre>$/
-k052 Makefile.html /^52. <\/font><\/pre>$/
-k053 Makefile.html /^53. <\/font><\/pre>$/
-k054 Makefile.html /^54. <\/font><\/pre>$/
-k055 Makefile.html /^55. <\/font><\/pre>$/
-k056 Makefile.html /^56. <\/font><\/pre>$/
-k057 Makefile.html /^57. <\/font><\/pre>$/
-k058 Makefile.html /^58. <\/font><\/pre>$/
-k059 Makefile.html /^59. <\/font><\/pre>$/
-k06 Makefile.html /^6. <\/font><\/pre>$/
-k060 Makefile.html /^60. <\/font><\/pre>$/
-k061 Makefile.html /^61. <\/font><\/pre>$/
-k062 Makefile.html /^62. <\/font><\/pre>$/
-k063 Makefile.html /^63. <\/font><\/pre>$/
-k064 Makefile.html /^64. <\/font><\/pre>$/
-k065 Makefile.html /^65. <\/font><\/pre>$/
-k066 Makefile.html /^66. <\/font><\/pre>$/
-k067 Makefile.html /^67. <\/font><\/pre>$/
-k068 Makefile.html /^68. <\/font><\/pre>$/
-k069 Makefile.html /^69. <\/font><\/pre>$/
-k07 Makefile.html /^7. <\/font><\/pre>$/
-k070 Makefile.html /^70. <\/font><\/pre>$/
-k071 Makefile.html /^71. <\/font><\/pre>$/
-k072 Makefile.html /^72. <\/font><\/pre>$/
-k073 Makefile.html /^73. <\/font><\/pre>$/
-k074 Makefile.html /^74. <\/font><\/pre>$/
-k075 Makefile.html /^75. <\/font><\/pre>$/
-k076 Makefile.html /^76. <\/font><\/pre>$/
-k077 Makefile.html /^77. <\/font><\/pre>$/
-k078 Makefile.html /^78. <\/font><\/pre>$/
-k079 Makefile.html /^79. <\/font><\/pre>$/
-k08 Makefile.html /^8. <\/font><\/pre>$/
-k080 Makefile.html /^80. <\/font><\/pre>$/
-k09 Makefile.html /^9. <\/font><\/pre>$/
-kbd-key hib-kbd.el /^(defact kbd-key (key-series)$/
-kbd-key hib-kbd.el /^(defib kbd-key ()$/
-kbd-key:act hib-kbd.el /^(defun kbd-key:act (key-series)$/
-kbd-key:binding hib-kbd.el /^(defun kbd-key:binding (key-series)$/
-kbd-key:doc hib-kbd.el /^(defun kbd-key:doc (key-series &optional
full)$/
-kbd-key:execute hib-kbd.el /^(defun kbd-key:execute (key-series)$/
-kbd-key:execute-special-series hib-kbd.el /^(defun
kbd-key:execute-special-series (key-series)/
-kbd-key:extended-command-binding-list hib-kbd.el /^(defconst
kbd-key:extended-command-binding-list '(/
-kbd-key:extended-command-p hib-kbd.el /^(defun
kbd-key:extended-command-p (key-series)$/
-kbd-key:extended-command-prefix hib-kbd.el /^(defconst
kbd-key:extended-command-prefix "\\\\_<M-x/
-kbd-key:help hib-kbd.el /^(defun kbd-key:help (but)$/
-kbd-key:hyperbole-hycontrol-key-p hib-kbd.el /^(defun
kbd-key:hyperbole-hycontrol-key-p (key-seri/
-kbd-key:hyperbole-mini-menu-key-p hib-kbd.el /^(defun
kbd-key:hyperbole-mini-menu-key-p (key-seri/
-kbd-key:is-p hib-kbd.el /^(defun kbd-key:is-p (str)$/
-kbd-key:kbd hib-kbd.el /^(defun kbd-key:kbd (key-series)$/
-kbd-key:key-and-arguments hib-kbd.el /^(defun
kbd-key:key-and-arguments (key-series)$/
-kbd-key:key-series-to-events hib-kbd.el /^(defun
kbd-key:key-series-to-events (key-series)$/
-kbd-key:mark-spaces-to-keep hib-kbd.el /^(defun
kbd-key:mark-spaces-to-keep (string start-d/
-kbd-key:maybe-enable-helm hib-kbd.el /^(defun
kbd-key:maybe-enable-helm (helm-flag orig-M/
-kbd-key:mini-menu-key hib-kbd.el /^(defvar kbd-key:mini-menu-key nil$/
-kbd-key:modified-key-regexp hib-kbd.el /^(defvar
kbd-key:modified-key-regexp$/
-kbd-key:named-key-list hib-kbd.el /^(defvar kbd-key:named-key-list$/
-kbd-key:named-key-regexp hib-kbd.el /^(defvar
kbd-key:named-key-regexp$/
-kbd-key:normalize hib-kbd.el /^(defun kbd-key:normalize
(key-series)$/
-kbd-key:parse hib-kbd.el /^(defun kbd-key:parse (string)$/
-kbd-key:remove-delimiters hib-kbd.el /^(defun
kbd-key:remove-delimiters (str start-delim /
-kbd-key:special-sequence-p hib-kbd.el /^(defun
kbd-key:special-sequence-p (key-series)$/
-key AAA-27.1-BYTECOMP 46
-key AAA-27.1-BYTECOMP~ 120
-keywords hsys-org-roam.el~ 3
-keywords hsys-youtube.el~ 3
-kotl/kotl-autoloads.el Makefile /^kotl\/kotl-autoloads.el: $(EL_KOTL)$/
-koutline EXAMPLE.kotl 241
-label TODO-ERRORS 48
-lambda-key-list hbut.el /^(def-edebug-spec lambda-key-list$/
-lambda-list hact.el /^(def-edebug-spec lambda-list$/
-lambda-list hbut.el /^(def-edebug-spec lambda-list$/
-last-line-p hui-mouse.el /^(defun last-line-p ()$/
-later hargs.el~ 8
-later hui.el~ 8
-later hypb-ert.el~ 8
-layouts HY-ANNOUNCE-7.2.1 37
-letter TODO-ORG-TEST.org 11
-letters TODO-ORG-TEST.org 11
-level EXAMPLE.kotl 184
-libraries hargs.el~ 28
-libraries hui.el~ 19
-line EXAMPLE.kotl 319
-line HY-ANNOUNCE /^the line:$/
-line HY-ANNOUNCE-7.0.3 167
-line HY-ANNOUNCE-7.0.3 223
-line HY-ANNOUNCE-8.0.0 /^add the line:$/
-line HY-ANNOUNCE-8.0.0~ /^the line:$/
-line HY-USES.kotl 68
-lines EXAMPLE.kotl 319
-lines README 81
-lines README.html~ 386
-lines README.md.html~ 74
-link-to-Info-index-item hactypes.el /^(defact
link-to-Info-index-item (index-item)$/
-link-to-Info-node hactypes.el /^(defact link-to-Info-node (string)$/
-link-to-bookmark hactypes.el /^(defact link-to-bookmark (bookmark)$/
-link-to-buffer-tmp hactypes.el /^(defact link-to-buffer-tmp (buffer
&optional point/
-link-to-directory hactypes.el /^(defact link-to-directory
(directory)$/
-link-to-doc hib-doc-id.el /^(defact link-to-doc (doc-id)$/
-link-to-ebut hactypes.el /^(defact link-to-ebut (key &optional
key-file)$/
-link-to-elisp-doc hactypes.el /^(defact link-to-elisp-doc (symbol)$/
-link-to-file hactypes.el /^(defact link-to-file (path &optional point)$/
-link-to-file-line hactypes.el /^(defact link-to-file-line (path
line-num)$/
-link-to-file-line-and-column hactypes.el /^(defact
link-to-file-line-and-column (path line-nu/
-link-to-gbut hactypes.el /^(defact link-to-gbut (key &optional
_key-file)$/
-link-to-ibut hactypes.el /^(defact link-to-ibut (name-key &optional
but-src p/
-link-to-kcell hactypes.el /^(defact link-to-kcell (file cell-ref)$/
-link-to-mail hactypes.el /^(defact link-to-mail (mail-msg-id &optional
mail-f/
-link-to-org-id hactypes.el /^(defact link-to-org-id (id)$/
-link-to-org-id-marker hactypes.el /^(defact link-to-org-id-marker
(marker)$/
-link-to-regexp-match hactypes.el /^(defact link-to-regexp-match (regexp
n source &opt/
-link-to-rfc hactypes.el /^(defact link-to-rfc (rfc-num)$/
-link-to-string-match hactypes.el /^(defact link-to-string-match (string
n source &opt/
-link-to-texinfo-node hactypes.el /^(defact link-to-texinfo-node (file
node)$/
-link-to-web-search hactypes.el /^(defact link-to-web-search
(service-name search-te/
-links HY-ANNOUNCE-7.0.3 232
-links HY-WHY.kotl 9
-links HY-WHY.kotl 10
-links HY-WHY.kotl 10
-links HY-WHY.kotl 10
-list HY-WHY.kotl 82
-lnews:to hgnus.el /^(defun lnews:to ()$/
-loc hui.el~ 539
-low TODO-S-and-P.csv 1
-mail-address hibtypes.el /^(defib mail-address ()$/
-mail-address-at-p hibtypes.el /^(defun mail-address-at-p ()$/
-mail-yank-original hsmail.el /^(defun mail-yank-original (arg)$/
-man-apropos hibtypes.el /^(defib man-apropos ()$/
-man-show hactypes.el /^(defact man-show (topic)$/
-man_dir Makefile /^man_dir := $(shell pwd)\/man$/
-manager HY-ABOUT 18
-manager HY-ABOUT 56
-manager HYP-MAN.txt 10
-manual Makefile /^manual: info html pdf$/
-manuals HY-ABOUT 26
-map-ebut hbut.el /^(defalias 'map-ebut #'ebut:map)$/
-map-ibut hbut.el /^(defalias 'map-ibut #'ibut:map)$/
-markdown-follow-inline-link-p hibtypes.el /^(defun
markdown-follow-inline-link-p (opoint)$/
-markdown-follow-link-p hibtypes.el /^(defun markdown-follow-link-p ()$/
-markdown-internal-link hibtypes.el /^(defib markdown-internal-link ()$/
-marker TODO-ERRORS 71
-marks HY-WHY.kotl 57
-marks TODO-ERRORS 288
-matches ChangeLog /^ function matches only strings that start
on th/
-matches ChangeLog~ /^ function matches only strings that start
on th/
-material COPYING 372
-material COPYING /^ material by anyone who conveys the material (o/
-medium COPYING 198
-menu hui-mini-ext.el~ 3
-menubar TODO-ERRORS 400
-menubar TODO-ERRORS 447
-message--yank-original-internal hsmail.el /^(defun
message--yank-original-internal (arg)$/
-messages ChangeLog /^ function messages-buffer for getting the
*Mess/
-messages ChangeLog~ /^ function messages-buffer for getting the
*Mess/
-minibuffer hargs.el~ 582
-minibuffer hypb-ert.el~ 41
-moccur hmoccur.el /^(defun moccur (regexp &optional file-regexp no-fol/
-moccur-mode hmoccur.el /^(define-derived-mode moccur-mode special-mode
"Moc/
-moccur-mode-display-occurrence hmoccur.el /^(defun
moccur-mode-display-occurrence ()$/
-moccur-mode-goto-occurrence hmoccur.el /^(defalias
'moccur-mode-goto-occurrence 'moccur-to)/
-moccur-mode-map hmoccur.el /^(defvar moccur-mode-map nil)$/
-moccur-noselect hmoccur.el /^(defun moccur-noselect ()$/
-moccur-source-prefix hmoccur.el /^(defconst moccur-source-prefix "@loc>
"$/
-moccur-to hmoccur.el /^(defun moccur-to ()$/
-model HY-ABOUT 111
-more hargs.el~ 394
-mouse-drag-mode-line hmouse-drv.el /^(defun mouse-drag-mode-line
(start-event)$/
-move hui.el~ 1062
-must hui.el~ 1330
-name DEMO /^ function name.$/
-name EXAMPLE.kotl 286
-name FAST-DEMO-ramin.txt /^ function name;$/
-name FAST-DEMO-ramin.txt~ /^ function name;$/
-name hbut.el~ /^ function name if an Action Button), to displ/
-name hbut.el~ /^ function name.$/
-name HY-TRY.el~ 171
-name TODO-ERRORS 58
-named OLD-IBUT-AT-P.el~ 27
-new HY-ANNOUNCE-7.0.3 222
-new-bin Makefile /^new-bin: autoloads $(ELC_KOTL)
$(ELC_COMPILE)$/
-next hargs.el~ 229
-nil hargs.el~ 910
-nil hargs.el~ 912
-node EXAMPLE.kotl /^ node (we call them cells) and just enter t/
-node README 88
-node README.md.html~ 82
-nodes README 85
-nodes README.md.html~ 79
-normalize AAA-27.1-BYTECOMP 14
-normalize AAA-27.1-BYTECOMP~ 20
-normalize TODO-ERRORS 49
-not hargs.el~ 128
-not hargs.el~ 164
-not hui.el~ 636
-not hui.el~ 1015
-not hui.el~ 1121
-not hui.el~ 1221
-not hui.el~ 1464
-notice COPYING 199
-numbers TODO-ORG-TEST.org 11
-of hargs.el~ 145
-of HYPB-Tutorial-Greenburg.txt 72
-of HYPB-Tutorial-Greenburg.txt~ 72
-off EXAMPLE.kotl 379
-once HY-USES.kotl 77
-one OLD-IBUT-AT-P.el~ 10
-one OLD-IBUT-AT-P.el~ 28
-only EXAMPLE.kotl 168
-only hargs.el~ 143
-or COPYING /^ the Free Software Foundation, either version 3/
-or hui.el~ 78
-or HY-ANNOUNCE-7.0.3 226
-or HYPB-Tutorial-Greenburg.txt 72
-or HYPB-Tutorial-Greenburg.txt~ 72
-org hsys-org-roam.el~ 7
-org hsys-youtube.el~ 7
-org HY-ANNOUNCE 2
-org HY-ANNOUNCE 2
-org HY-ANNOUNCE 2
-org HY-ANNOUNCE-7.0.3 2
-org HY-ANNOUNCE-7.0.3 2
-org HY-ANNOUNCE-7.0.3 2
-org HY-ANNOUNCE-7.0.3 2
-org HY-ANNOUNCE-7.1.3 2
-org HY-ANNOUNCE-7.1.3 2
-org HY-ANNOUNCE-7.1.3 2
-org HY-ANNOUNCE-7.1.3 2
-org HY-ANNOUNCE-8.0.0 2
-org HY-ANNOUNCE-8.0.0 2
-org HY-ANNOUNCE-8.0.0 2
-org HY-ANNOUNCE-8.0.0~ 2
-org HY-ANNOUNCE-8.0.0~ 2
-org HY-ANNOUNCE-8.0.0~ 2
-org HY-ANNOUNCE-SHORT-6.0.2 1
-org HY-ANNOUNCE-SHORT-6.0.2 1
-org-id hibtypes.el /^(defib org-id ()$/
-org-id:help hibtypes.el /^(defun org-id:help (_hbut)$/
-org-internal-target-link hsys-org.el /^(defact
org-internal-target-link (&optional intern/
-org-link hsys-org.el /^(defact org-link (&optional link)$/
-org-link-outside-org-mode hibtypes.el /^(defib
org-link-outside-org-mode ()$/
-org-radio-target-link hsys-org.el /^(defact org-radio-target-link
(&optional target)$/
-otherwise FAST-DEMO 11
-otherwise HY-ANNOUNCE 24
-otherwise HY-ANNOUNCE-8.0.0 26
-otherwise HY-ANNOUNCE-8.0.0~ 24
-otherwise README.html~ 329
-otherwise README.md 14
-outline HY-ANNOUNCE-7.0.3 103
-outliner HYP-MAN.txt 10
-p AAA-27.1-BYTECOMP 8
-p AAA-27.1-BYTECOMP 20
-p AAA-27.1-BYTECOMP~ 8
-p AAA-27.1-BYTECOMP~ 41
-p hui.el~ 1866
-p README.html~ 125
-p README.html~ 125
-p README.html~ 125
-p README.html~ 125
-p README.html~ 125
-p TODO-ERRORS 8
-p TODO-ERRORS 49
-p TODO-ERRORS 144
-p TODO-ERRORS 187
-p TODO-ERRORS 250
-p TODO-ERRORS 344
-package HYP-MAN.txt 18
-package INSTALL 35
-package INSTALL.orig 45
-package Makefile /^package: tags doc
$(pkg_parent)\/hyperbole-$(HYPB_V/
-package-lint Makefile /^package-lint:$/
-packageclean Makefile /^packageclean:$/
-packages HY-USES.kotl 12
-packages INSTALL 32
-packages INSTALL.orig 42
-packages README.html~ 461
-packages README.md.html~ 162
-page HY-ABOUT 28
-page TODO-MATS-QUES 5
-parameter hargs.el~ 805
-parameters ChangeLog /^ function parameters are not available.
This f/
-parameters ChangeLog~ /^ function parameters are not available.
This f/
-parens HY-USES.kotl 61
-patch-msg hibtypes.el /^(defib patch-msg ()$/
-pathname hibtypes.el /^(defib pathname ()$/
-pathname-line-and-column hibtypes.el /^(defib
pathname-line-and-column ()$/
-paths HY-ANNOUNCE-7.0.3 170
-pdf Makefile /^pdf: $(man_dir)\/hyperbole.pdf$/
-pdf Makefile.html /^pdf: $(man_dir)\/hyperbole.pdf$/
-pkg Makefile /^pkg: package$/
-pkg_hyperbole Makefile /^pkg_hyperbole =
$(pkg_parent)\/hyperbole-$(HYPB_VER/
-pkg_parent Makefile /^pkg_parent = \/tmp$/
-pkgclean Makefile /^pkgclean: packageclean$/
-pkgclean Makefile.html /^pkgclean: packageclean$/
-plc TODO-S-and-P.csv 5
-plc TODO-S-and-P.csv 44
-pm Hyperbole-Orig-Manual-from-Brown.pdf 694
-point EXAMPLE.kotl 179
-point EXAMPLE.kotl 242
-point hargs.el~ 897
-point hargs.el~ 898
-positions HY-TRY.el~ 174
-powerful HY-ABOUT 56
-powerful HY-ANNOUNCE-7.2.1 46
-precisely HY-ANNOUNCE-7.2.1 38
-prior hui.el~ 1122
-prior hui.el~ 1222
-program hui-2-tests.el~ 49
-programs COPYING 20
-programs HY-ABOUT 119
-prompted EXAMPLE.kotl 219
-property TODO-ERRORS 344
-property TODO-ERRORS 516
-protect hui-2-tests.el~ 75
-python-tb-previous-line hibtypes.el /^(defib
python-tb-previous-line ()$/
-quickly HY-USES.kotl 99
-quit TODO-ERRORS 250
-quit-window hmouse-drv.el /^(defalias 'quit-window 'hkey-help-hide)$/
-quoted hargs.el~ 184
-r Hyperbole-Orig-Manual-from-Brown.pdf 33
-ramin-new-bookmark RAMIN-BOOKMARKS.el /^(defun ramin-new-bookmark ()$/
-ramin-new-bookmark-suggest-file-name RAMIN-BOOKMARKS.el /^(defun
ramin-new-bookmark-suggest-file-name ()$/
-rather ChangeLog /^ function rather than replacing any existing ho/
-rather ChangeLog~ /^ function rather than replacing any existing ho/
-readers HY-ABOUT 127
-readers README.md.html~ 352
-records HY-USES.kotl 97
-reference hui.el~ 1129
-reference hui.el~ 1230
-reference TODO-ERRORS 48
-referent TODO-ERRORS 287
-referents FAST-DEMO~ 54
-referents HY-CONCEPTS.kotl 28
-region HYNOTE.kotl /^ 1b1a. Title should come from active regio/
-region HYNOTE.kotl~ /^ 1b1a. Title should come from active regio/
-region-to-file-name RAMIN-BOOKMARKS.el /^(defun region-to-file-name
(start end &optional ex/
-register-val-describe hui-register.el /^(cl-defmethod register-val-describe
((val hui-regi/
-register-val-insert hui-register.el /^(cl-defmethod register-val-insert
((val hui-regist/
-register-val-jump-to hui-register.el /^(cl-defmethod register-val-jump-to
((val hui-regis/
-release Makefile /^release: git-pull git-verify-no-update
package $(p/
-remove-elc Makefile /^remove-elc:$/
-rename AAA-27.1-BYTECOMP 19
-rename AAA-27.1-BYTECOMP 20
-rename AAA-27.1-BYTECOMP~ 40
-rename AAA-27.1-BYTECOMP~ 41
-report TODO-ERRORS 82
-resource ORG-LINKS.txt 1
-rfc hibtypes.el /^(defib rfc ()$/
-rfc-toc hactypes.el /^(defact rfc-toc (&optional buf-name opoint
section/
-rfc-toc hibtypes.el /^(defib rfc-toc ()$/
-rgum hargs.el~ 21
-ripgrep-msg hibtypes.el /^(defib ripgrep-msg ()$/
-rmail:init hmail.el /^(defun rmail:init ()$/
-rmail:msg-hdr-prefix hmail.el /^(defvar rmail:msg-hdr-prefix
"\\\\(^Date: \\\\|\\n\\nFro/
-rmail:msg-id-get hmail.el /^(defun rmail:msg-id-get ()$/
-rnews:summ-msg-to hgnus.el /^(defun rnews:summ-msg-to ()$/
-rnews:to hgnus.el /^(defun rnews:to ()$/
-rows HY-WHY.kotl 83
-rule NOTES.txt 1
-rule NOTES.txt~ 1
-sam hargs.el~ 155
-search OLD-IBUT-AT-P.el~ 41
-section FAST-DEMO~ 62
-section INSTALL 33
-section INSTALL.orig 43
-section README.html~ 462
-section README.md.html~ 163
-select TODO-ERRORS 287
-separated hui.el~ 1463
-separator EXAMPLE.kotl 409
-separator HY-CONCEPTS.kotl 168
-separator HYROLO-EXAMPLES.kotl 23
-separator HY-USES.kotl 126
-separator PROS-CONS.kotl 34
-separator PROS-CONS.kotl~ 11
-seq-string-replace-regexp RAMIN-BOOKMARKS.el /^(defun
seq-string-replace-regexp (string regexp-se/
-series HY-USES.kotl /^ 12. Embed brace-delimited key series (multiple k/
-servers NOTES.txt 101
-servers NOTES.txt~ 101
-set AAA-27.1-BYTECOMP 7
-set AAA-27.1-BYTECOMP~ 7
-set:add set.el /^(defun set:add (elt set)$/
-set:combinations set.el /^(defun set:combinations (set &optional
arity)$/
-set:create set.el /^(defun set:create (&rest elements)$/
-set:delete set.el /^(defalias 'set:delete #'set:remove)$/
-set:difference set.el /^(defun set:difference (&rest sets)$/
-set:empty set.el /^(defun set:empty (set)$/
-set:equal set.el /^(defun set:equal (set1 set2)$/
-set:equal-op set.el /^(defvar set:equal-op 'equal$/
-set:get set.el /^(defun set:get (key set)$/
-set:intersection set.el /^(defun set:intersection (&rest sets)$/
-set:is set.el /^(defun set:is (obj)$/
-set:map set.el /^(defalias 'set:map #'mapcar)$/
-set:member set.el /^(defun set:member (elt set)$/
-set:members set.el /^(defun set:members (list)$/
-set:remove set.el /^(defun set:remove (elt set)$/
-set:remove-key-value set.el /^(defun set:remove-key-value (key set)$/
-set:replace set.el /^(defun set:replace (old-elt new-elt set)$/
-set:replace-key-value set.el /^(defun set:replace-key-value (key value set)$/
-set:size set.el /^(defalias 'set:size #'length)$/
-set:subset set.el /^(defun set:subset (sub set)$/
-set:union set.el /^(defun set:union (&rest sets)$/
-shell TODO-ERRORS 34
-shifted hargs.el~ 919
-short README 73
-short README.html~ 380
-short README.md.html~ 64
-sions to i hargs.el~ 25
-site HY-WHY.kotl 23
-sizes HY-ANNOUNCE-7.2.1 36
-smail:comment hsmail.el /^(defvar smail:comment nil$/
-smail:comment-add hsmail.el /^(defun smail:comment-add (&optional
comment-form)$/
-smail:widen hsmail.el /^(defun smail:widen ()$/
-smart-ancestor-tag-files hmouse-tag.el /^(defun
smart-ancestor-tag-files (&optional path na/
-smart-apropos hui-mouse.el /^(defun smart-apropos ()$/
-smart-apropos-assist hui-mouse.el /^(defun smart-apropos-assist ()$/
-smart-asm hmouse-tag.el /^(defun smart-asm (&optional identifier next)$/
-smart-asm-at-tag-p hmouse-tag.el /^(defun smart-asm-at-tag-p (&optional
no-flash)$/
-smart-asm-include-dirs hmouse-tag.el /^(define-obsolete-variable-alias
'smart-asm-include/
-smart-asm-include-file hmouse-tag.el /^(defun smart-asm-include-file ()$/
-smart-asm-include-path hmouse-tag.el /^(defcustom smart-asm-include-path
nil$/
-smart-asm-include-regexp hmouse-tag.el /^(defconst
smart-asm-include-regexp$/
-smart-buffer-menu hui-mouse.el /^(defun smart-buffer-menu ()$/
-smart-buffer-menu-assist hui-mouse.el /^(defun
smart-buffer-menu-assist ()$/
-smart-buffer-menu-no-marks hui-mouse.el /^(defun
smart-buffer-menu-no-marks ()$/
-smart-c hmouse-tag.el /^(defun smart-c (&optional identifier next
list-of-/
-smart-c++ hmouse-tag.el /^(defun smart-c++ (&optional identifier next)$/
-smart-c++-at-tag-p hmouse-tag.el /^(defun smart-c++-at-tag-p ()$/
-smart-c++-keywords hmouse-tag.el /^(defconst smart-c++-keywords$/
-smart-c++-tag hmouse-tag.el /^(defun smart-c++-tag (&optional identifier
next)$/
-smart-c-at-tag-p hmouse-tag.el /^(defun smart-c-at-tag-p (&optional
no-flash)$/
-smart-c-cpp-include-dirs hmouse-tag.el
/^(define-obsolete-variable-alias 'smart-c-cpp-inclu/
-smart-c-cpp-include-path hmouse-tag.el /^(defcustom
smart-c-cpp-include-path '("\/usr\/includ/
-smart-c-include-dirs hmouse-tag.el /^(define-obsolete-variable-alias
'smart-c-include-d/
-smart-c-include-file hmouse-tag.el /^(defun smart-c-include-file ()$/
-smart-c-include-path hmouse-tag.el /^(defcustom smart-c-include-path nil$/
-smart-c-include-regexp hmouse-tag.el /^(defconst smart-c-include-regexp$/
-smart-c-keywords hmouse-tag.el /^(defconst smart-c-keywords$/
-smart-c-use-lib-man hmouse-tag.el /^(defcustom smart-c-use-lib-man nil$/
-smart-calendar hui-mouse.el /^(defun smart-calendar ()$/
-smart-calendar-assist hui-mouse.el /^(defun smart-calendar-assist ()$/
-smart-cc-mode-initialize hmouse-tag.el /^(defun
smart-cc-mode-initialize ()$/
-smart-company-help hui-mouse.el /^(defun smart-company-help (event)$/
-smart-company-to-definition hui-mouse.el /^(defun
smart-company-to-definition (event)$/
-smart-completion-help hui-mouse.el /^(defun smart-completion-help ()$/
-smart-coords-in-window-p hui-window.el /^(defun
smart-coords-in-window-p (coords window)$/
-smart-custom hui-mouse.el /^(defun smart-custom ()$/
-smart-custom-assist hui-mouse.el /^(defun smart-custom-assist ()$/
-smart-debbugs-gnu hib-debbugs.el /^(defun smart-debbugs-gnu ()$/
-smart-dired hui-mouse.el /^(defun smart-dired ()$/
-smart-dired-assist hui-mouse.el /^(defun smart-dired-assist ()$/
-smart-dired-pathname-up-to-point hui-mouse.el /^(defun
smart-dired-pathname-up-to-point (&optional/
-smart-dired-sidebar hui-dired-sidebar.el /^(defun smart-dired-sidebar
()$/
-smart-emacs-lisp-mode-p hmouse-tag.el /^(defun
smart-emacs-lisp-mode-p ()$/
-smart-emacs-tags-file hmouse-tag.el /^(defcustom smart-emacs-tags-file nil$/
-smart-eobp hui-mouse.el /^(defun smart-eobp ()$/
-smart-eolp hui-mouse.el /^(defun smart-eolp ()$/
-smart-flash-tag hmouse-tag.el /^(defun smart-flash-tag (tag start
end)$/
-smart-fortran hmouse-tag.el /^(defun smart-fortran (&optional identifier
next)$/
-smart-fortran-at-tag-p hmouse-tag.el /^(defun smart-fortran-at-tag-p
(&optional no-flash)/
-smart-fortran-keywords hmouse-tag.el /^(defconst smart-fortran-keywords$/
-smart-gnus-article hui-mouse.el /^(defun smart-gnus-article ()$/
-smart-gnus-article-assist hui-mouse.el /^(defun
smart-gnus-article-assist ()$/
-smart-gnus-group hui-mouse.el /^(defun smart-gnus-group ()$/
-smart-gnus-group-assist hui-mouse.el /^(defun
smart-gnus-group-assist ()$/
-smart-gnus-summary hui-mouse.el /^(defun smart-gnus-summary ()$/
-smart-gnus-summary-assist hui-mouse.el /^(defun
smart-gnus-summary-assist ()$/
-smart-helm hui-mouse.el /^(defun smart-helm()$/
-smart-helm-alive-p hui-mouse.el /^(defun smart-helm-alive-p ()$/
-smart-helm-assist hui-mouse.el /^(defun smart-helm-assist()$/
-smart-helm-at hui-mouse.el /^(defun smart-helm-at (depress-event)$/
-smart-helm-at-header hui-mouse.el /^(defun smart-helm-at-header ()$/
-smart-helm-get-current-action hui-mouse.el /^(defun
smart-helm-get-current-action (&optional ac/
-smart-helm-line-has-action hui-mouse.el /^(defun
smart-helm-line-has-action ()$/
-smart-helm-resume-helm hui-mouse.el /^(defun smart-helm-resume-helm ()$/
-smart-helm-to-minibuffer hui-mouse.el /^(defun
smart-helm-to-minibuffer ()$/
-smart-hmail hui-mouse.el /^(defun smart-hmail ()$/
-smart-hmail-assist hui-mouse.el /^(defun smart-hmail-assist ()$/
-smart-hyrolo hui-mouse.el /^(defun smart-hyrolo ()$/
-smart-hyrolo-assist hui-mouse.el /^(defalias 'smart-hyrolo-assist
#'smart-hyrolo)$/
-smart-ibuffer-menu hui-mouse.el /^(defun smart-ibuffer-menu ()$/
-smart-ibuffer-menu-assist hui-mouse.el /^(defun
smart-ibuffer-menu-assist ()$/
-smart-ibuffer-menu-no-marks hui-mouse.el /^(defun
smart-ibuffer-menu-no-marks ()$/
-smart-image-dired-thumbnail hui-mouse.el /^(defun
smart-image-dired-thumbnail ()$/
-smart-image-dired-thumbnail-assist hui-mouse.el /^(defun
smart-image-dired-thumbnail-assist ()$/
-smart-imenu-display-item-where hui-mouse.el /^(defun
smart-imenu-display-item-where (item-name i/
-smart-imenu-item-at-p hui-mouse.el /^(defun smart-imenu-item-at-p
(&optional variable-f/
-smart-imenu-item-p hui-mouse.el /^(defun smart-imenu-item-p (index-key
&optional var/
-smart-info hmouse-info.el /^(defun smart-info ()$/
-smart-info-assist hmouse-info.el /^(defun smart-info-assist ()$/
-smart-java hmouse-tag.el /^(defun smart-java (&optional identifier
next)$/
-smart-java-at-tag-p hmouse-tag.el /^(defun smart-java-at-tag-p (&optional
no-flash)$/
-smart-java-cross-reference hmouse-tag.el /^(defun
smart-java-cross-reference ()$/
-smart-java-include-dirs hmouse-tag.el
/^(define-obsolete-variable-alias 'smart-java-includ/
-smart-java-keywords hmouse-tag.el /^(defconst smart-java-keywords$/
-smart-java-library-path hmouse-tag.el /^(defun
smart-java-library-path (library-name)$/
-smart-java-oo-browser hmouse-tag.el /^(defun smart-java-oo-browser
(&optional _junk)$/
-smart-java-package-path hmouse-tag.el /^(defcustom
smart-java-package-path$/
-smart-java-package-regexp hmouse-tag.el /^(defconst
smart-java-package-regexp$/
-smart-java-packages hmouse-tag.el /^(defun smart-java-packages ()$/
-smart-java-tag hmouse-tag.el /^(defun smart-java-tag (&optional identifier
next)$/
-smart-javascript hmouse-tag.el /^(defun smart-javascript (&optional
identifier next/
-smart-javascript-at-tag-p hmouse-tag.el /^(defun
smart-javascript-at-tag-p (&optional no-fla/
-smart-javascript-keywords hmouse-tag.el /^(defconst
smart-javascript-keywords$/
-smart-jedi-find-file hmouse-tag.el /^(defun smart-jedi-find-file (file
line column othe/
-smart-library-symbol hmouse-tag.el /^(defun smart-library-symbol (tag)$/
-smart-lisp hmouse-tag.el /^(defun smart-lisp (&optional show-doc)$/
-smart-lisp-at-change-log-tag-p hmouse-tag.el /^(defun
smart-lisp-at-change-log-tag-p ()$/
-smart-lisp-at-definition-p hmouse-tag.el /^(defun
smart-lisp-at-definition-p ()$/
-smart-lisp-at-known-identifier-p hmouse-tag.el /^(defun
smart-lisp-at-known-identifier-p ()$/
-smart-lisp-at-load-expression-p hmouse-tag.el /^(defun
smart-lisp-at-load-expression-p ()$/
-smart-lisp-at-non-htype-tag-p hmouse-tag.el /^(defun
smart-lisp-at-non-htype-tag-p (&optional no/
-smart-lisp-at-tag-p hmouse-tag.el /^(defun smart-lisp-at-tag-p (&optional
no-flash)$/
-smart-lisp-bound-symbol-def hmouse-tag.el /^(defun
smart-lisp-bound-symbol-def (tag-sym)$/
-smart-lisp-find-tag hmouse-tag.el /^(defun smart-lisp-find-tag (&optional
tag show-doc/
-smart-lisp-htype-tag hmouse-tag.el /^(defun smart-lisp-htype-tag (tag)$/
-smart-lisp-identifier hmouse-tag.el /^(defconst smart-lisp-identifier
(concat smart-lisp/
-smart-lisp-identifier hyperbole-autoloads.el /^(defconst
smart-lisp-identifier (concat smart-lisp/
-smart-lisp-identifier-chars hmouse-tag.el /^(defconst
smart-lisp-identifier-chars "-_:\/*+=%$&?/
-smart-lisp-identifier-chars hyperbole-autoloads.el /^(defconst
smart-lisp-identifier-chars "-_:\/*+=%$&?/
-smart-lisp-identifier-first-char-regexp hmouse-tag.el /^(defconst
smart-lisp-identifier-first-char-regexp /
-smart-lisp-identifier-first-char-regexp hyperbole-autoloads.el
/^(defconst smart-lisp-identifier-first-char-regexp /
-smart-lisp-mode-p hmouse-tag.el /^(defun smart-lisp-mode-p ()$/
-smart-magit hui-mouse.el /^(defun smart-magit ()$/
-smart-magit-assist hui-mouse.el /^(defun smart-magit-assist ()$/
-smart-magit-display-file hui-mouse.el /^(defun
smart-magit-display-file (return-command)$/
-smart-magit-tab hui-mouse.el /^(defun smart-magit-tab (section)$/
-smart-man-c-routine-ref hui-mouse.el /^(defun
smart-man-c-routine-ref ()$/
-smart-man-display hui-mouse.el /^(defun smart-man-display (lisp-form)$/
-smart-man-entry-ref hui-mouse.el /^(defun smart-man-entry-ref ()$/
-smart-man-file-ref hui-mouse.el /^(defun smart-man-file-ref ()$/
-smart-objc hmouse-tag.el /^(defun smart-objc (&optional identifier
next)$/
-smart-objc-at-tag-p hmouse-tag.el /^(defun smart-objc-at-tag-p (&optional
no-flash)$/
-smart-objc-keywords hmouse-tag.el /^(defconst smart-objc-keywords$/
-smart-objc-oo-browser hmouse-tag.el /^(defun smart-objc-oo-browser
(&optional _junk)$/
-smart-objc-tag hmouse-tag.el /^(defun smart-objc-tag (&optional identifier
next)$/
-smart-org hui-mouse.el /^(defun smart-org ()$/
-smart-outline hui-mouse.el /^(defun smart-outline ()$/
-smart-outline-assist hui-mouse.el /^(defun smart-outline-assist ()$/
-smart-outline-char-invisible-p hui-mouse.el /^(defun
smart-outline-char-invisible-p (&optional p/
-smart-outline-cut hui-mouse.el /^(defvar smart-outline-cut nil$/
-smart-outline-level hui-mouse.el /^(defun smart-outline-level ()$/
-smart-outline-subtree-hidden-p hui-mouse.el /^(defun
smart-outline-subtree-hidden-p ()$/
-smart-outline-to-entry-end hui-mouse.el /^(defun
smart-outline-to-entry-end (&optional inclu/
-smart-point-of-coords hui-window.el /^(defun smart-point-of-coords
(coords)$/
-smart-push-button hui-mouse.el /^(defun smart-push-button (&optional
_pos _use-mous/
-smart-push-button-help hui-mouse.el /^(defun smart-push-button-help
(&optional pos use-m/
-smart-python hmouse-tag.el /^(defun smart-python (&optional identifier
next)$/
-smart-python-at-tag-p hmouse-tag.el /^(defun smart-python-at-tag-p
(&optional no-flash)$/
-smart-python-jedi-to-definition-p hmouse-tag.el /^(defun
smart-python-jedi-to-definition-p ()$/
-smart-python-keywords hmouse-tag.el /^(defconst smart-python-keywords$/
-smart-python-oo-browser hmouse-tag.el /^(defun
smart-python-oo-browser (&optional _junk)$/
-smart-python-tag hmouse-tag.el /^(defun smart-python-tag (&optional
identifier next/
-smart-scroll-down hmouse-drv.el /^(defun smart-scroll-down ()$/
-smart-scroll-proportional hsettings.el /^(defcustom
smart-scroll-proportional t$/
-smart-scroll-up hmouse-drv.el /^(defun smart-scroll-up ()$/
-smart-tags-display hmouse-tag.el /^(defun smart-tags-display (tag next
&optional list/
-smart-tags-file-list hmouse-tag.el /^(defun smart-tags-file-list
(&optional curr-dir-or/
-smart-tags-file-path hmouse-tag.el /^(defun smart-tags-file-path (file)$/
-smart-tags-find-p hmouse-tag.el /^(defun smart-tags-find-p (tag)$/
-smart-tags-noselect-function hmouse-tag.el /^(defun
smart-tags-noselect-function ()$/
-smart-tags-org-src-block-p hmouse-tag.el /^(defun
smart-tags-org-src-block-p ()$/
-smart-tar hui-mouse.el /^(defun smart-tar ()$/
-smart-tar-assist hui-mouse.el /^(defun smart-tar-assist ()$/
-smart-todotxt hui-mouse.el /^(defun smart-todotxt ()$/
-smart-todotxt-assist hui-mouse.el /^(defun smart-todotxt-assist ()$/
-smart-treemacs hui-treemacs.el /^(defun smart-treemacs ()$/
-smart-treemacs-modeline hui-treemacs.el /^(defun
smart-treemacs-modeline ()$/
-smart-window-of-coords hui-window.el /^(defun smart-window-of-coords
(coords)$/
-so hui-2-tests.el~ 95
-social-reference hib-social.el /^(defib social-reference ()$/
-social-reference hib-social.el /^(defun social-reference (service
ref-kind-str hash/
-software COPYING 22
-spaces TODO-ERRORS 345
-src AAA-27.1-BYTECOMP 19
-src AAA-27.1-BYTECOMP~ 40
-src Makefile /^src: autoloads tags$/
-src README.html~ 326
-src README.html~ 389
-src README.html~ 488
-src README.html~ 500
-src README.md 95
-st mouse e hargs.el~ 654
-start hargs.el~ 171
-status TODO-ERRORS 82
-str hargs.el~ 585
-str hargs.el~ 587
-string hypb-ert.el~ 24
-string TODO-ERRORS 71
-string TODO-ERRORS 343
-string-to-file-name RAMIN-BOOKMARKS.el /^(defun string-to-file-name
(string &optional ext)$/
-string-to-file-name-max-length RAMIN-BOOKMARKS.el /^(defcustom
string-to-file-name-max-length 150$/
-stripped hargs.el~ 90
-substitute-in-file-name hpath.el /^(defun
substitute-in-file-name (filename)$/
-sure FAST-DEMO 86
-sure HYPB-Tutorial-Greenburg.txt 26
-sure HYPB-Tutorial-Greenburg.txt~ 26
-symbol hui-mini-ext.el~ 83
-symbol HY-USES.kotl 68
-symset:add hact.el /^(defun symset:add (elt symbol property)$/
-symset:clear hact.el /^(defun symset:clear (symbol)$/
-symset:create hact.el /^(defun symset:create (symbol property &rest sym/
-symset:delete hact.el /^(defalias 'symset:delete #'symset:remove)$/
-symset:get hact.el /^(defun symset:get (symbol property)$/
-symset:remove hact.el /^(defun symset:remove (elt symbol property)$/
-symtable:actype-p hact.el /^(defsubst symtable:actype-p (symbol-or-name)$/
-symtable:actypes hact.el /^(defvar symtable:actypes (symtable:create
"actyp/
-symtable:add hact.el /^(defun symtable:add (symbol-or-name symtable)$/
-symtable:category-plist hact.el /^(defvar symtable:category-plist nil$/
-symtable:create hact.el /^(defun symtable:create (name size)$/
-symtable:delete hact.el /^(defalias 'symtable:delete
#'symtable:remove)$/
-symtable:get hact.el /^(defun symtable:get (symbol-or-name symtable)$/
-symtable:hash-table hact.el /^(defsubst symtable:hash-table (symtable)$/
-symtable:hyperbole-actype-p hact.el /^(defsubst symtable:hyperbole-actype-p
(symbol-or-n/
-symtable:ibtype-p hact.el /^(defsubst symtable:ibtype-p (symbol-or-name)$/
-symtable:ibtypes hact.el /^(defvar symtable:ibtypes (symtable:create
"ibtyp/
-symtable:name hact.el /^(defsubst symtable:name (symtable)$/
-symtable:operate hact.el /^(defun symtable:operate (operation
symbol-or-na/
-symtable:remove hact.el /^(defun symtable:remove (symbol-or-name
symtable/
-symtable:select hact.el /^(defsubst symtable:select (type-category)$/
-system HY-ABOUT 18
-system README.md.html~ 222
-t hargs.el~ 1
-t hsys-org-roam.el~ 1
-t hsys-youtube.el~ 1
-t hui-2-tests.el~ 61
-t hui-2-tests.el~ 97
-t hui.el~ 1
-t hypb-ert.el~ 1
-t hyperbole-pkg.el~ 1
-t HY-TRY.el~ 68
-tab hargs.el~ 565
-tags HY-USES.kotl 63
-tags Makefile /^tags: TAGS$/
-tags Makefile.html /^tags: TAGS$/
-tell hui.el~ 1332
-test Makefile /^test: test-ert$/
-test-all Makefile /^test-all:$/
-test-all-output Makefile /^test-all-output:$/
-test-ert Makefile /^test-ert:$/
-test-hbuts-activate test-hbuts.lisp /^(defun test-hbuts-activate
(display-delay-time obu/
-test-hbuts-and-display-from-point test-hbuts.lisp /^(defun
test-hbuts-and-display-from-point ()$/
-test-hbuts-delay-time test-hbuts.lisp /^(defvar test-hbuts-delay-time 0.10$/
-test-hbuts-from-point test-hbuts.lisp /^(defun test-hbuts-from-point
(display-delay-time)$/
-tests hypb-ert.el~ 27
-tests Makefile /^tests: test$/
-texi V9-For-HY-NEWS.org~ /^* man\/hyperbole.texi (HyRolo Keys):$/
-texinfo-ref hibtypes.el /^(defib texinfo-ref ()$/
-text-toc hactypes.el /^(defact text-toc (section)$/
-text-toc hibtypes.el /^(defib text-toc ()$/
-that ChangeLog /^ function that uses the selected window point f/
-that ChangeLog~ /^ function that uses the selected window point f/
-that hargs.el~ 89
-the hargs.el~ 434
-the hypb-ert.el~ 99
-the hypb-ert.el~ 100
-them HYPB-Tutorial-Greenburg.txt 66
-them HYPB-Tutorial-Greenburg.txt~ 66
-them HY-USES.kotl 21
-themselves HY-ANNOUNCE-7.2.1 43
-these OLD-IBUT-AT-P.el~ 59
-time HY-ANNOUNCE 85
-time HY-ANNOUNCE-8.0.0 80
-time HY-ANNOUNCE-8.0.0~ 79
-tion i hui.el~ 1332
-tion of COPYING 192
-to ChangeLog /^ function to interactively grep over org-roam f/
-to ChangeLog /^ function to apply to all paths given as inputs/
-to ChangeLog /^ function to this hbut one since is now used by/
-to ChangeLog /^ function to handle invisible newlines.$/
-to ChangeLog /^ function to hmouse-key.el since the issue that/
-to ChangeLog /^ function to show the context and values from e/
-to ChangeLog~ /^ function to interactively grep over org-roam f/
-to ChangeLog~ /^ function to apply to all paths given as inputs/
-to ChangeLog~ /^ function to this hbut one since is now used by/
-to ChangeLog~ /^ function to handle invisible newlines.$/
-to ChangeLog~ /^ function to hmouse-key.el since the issue that/
-to ChangeLog~ /^ function to show the context and values from e/
-to hargs.el~ 136
-to hargs.el~ 645
-to hpath-save.le /^function to call with FILENAME as its single argum/
-to hui.el~ 1726
-to HY-ANNOUNCE-7.0.3 231
-to hyperbole-autoloads.el~ /^function to bind it:$/
-to TODO-ERRORS 59
-to TODO-ERRORS 59
-to TODO-ERRORS 59
-to TODO-ERRORS 59
-to TODO-ERRORS 60
-too HY-USES.kotl /^ Org tables in Koutlines too (in the latest g/
-trees HY-ABOUT /^ information organized into trees (hierarchies)/
-type EXAMPLE.kotl 407
-type HY-CONCEPTS.kotl 166
-type HYP-MAN.txt 8
-type HYP-MAN.txt 8
-type HYROLO-EXAMPLES.kotl 21
-type HY-USES.kotl 124
-type PROS-CONS.kotl 32
-type PROS-CONS.kotl~ 9
-type TODO-ORG-TEST.org 4
-types HY-CONCEPTS.kotl 30
-ul README.html~ 132
-unique EXAMPLE.kotl 10
-unique HY-ANNOUNCE-7.2.1 46
-up TODO-ERRORS 145
-url hypb-ert.el~ 21
-use hui.el~ 1834
-use TODO-DEFCUSTOMS 5
-used HY-NEWS /^ function used to read in each file searched /
-user-content-files README.md.save.html /^Files<\/h2>$/
-user-content-ftp-and-git-repository-downloads README.md.save.html /^Ftp
and Git Repository Downloads<\/h2>$/
-user-content-gnu-hyperbole-800---the-everyday-hypertextual-information-manager
README.md.save.html /^GNU Hyperbole 8.0.0 - The Everyday Hypertextual In/
-user-content-hyperbole-buttons README.md.save.html /^Hyperbole
Buttons<\/h2>$/
-user-content-hyperbole-components README.md.save.html /^Hyperbole
Components<\/h2>$/
-user-content-hyperbole-uses README.md.save.html /^Hyperbole Uses<\/h2>$/
-user-content-important-features README.md.save.html /^Important
Features<\/h2>$/
-user-content-installation README.md.save.html /^Installation<\/h2>$/
-user-content-invocation README.md.save.html /^Invocation<\/h2>$/
-user-content-mailing-lists README.md.save.html /^Mailing Lists<\/h2>$/
-user-content-programmer-quick-reference README.md.save.html
/^Programmer Quick Reference<\/h2>$/
-user-content-summary README.md.save.html /^Summary<\/h2>$/
-user-content-user-quotes README.md.save.html /^User Quotes<\/h2>$/
-user-content-why-was-hyperbole-developed README.md.save.html /^Why
was Hyperbole developed?<\/h2>$/
-v2 TODO-ERRORS 425
-var::append-list hvar.el /^(defvar var::append-list nil$/
-var::append-list hvar.el /^(defvar var::append-list nil$/
-var:add-and-run-hook hvar.el /^(defun var:add-and-run-hook (hook
hook-function)$/
-var:append hvar.el /^(defun var:append (var-symbol list-to-add)$/
-var:append-all hvar.el /^(defun var:append-all ()$/
-var:remove hvar.el /^(defun var:remove (var-symbol list-to-remove)$/
-var:remove-all hvar.el /^(defun var:remove-all ()$/
-var:run-hook-in-matching-buffers hvar.el /^(defun
var:run-hook-in-matching-buffers (mode hook/
-variable EXAMPLE.kotl 70
-variable FAST-DEMO 153
-variable FAST-DEMO~ 53
-variable FAST-DEMO~ 73
-variable HY-ANNOUNCE-7.0.3 99
-variables FAST-DEMO 147
-variables FAST-DEMO~ 67
-variables hargs.el~ 39
-variables hargs.el~ 861
-variables hui.el~ 36
-variables hui.el~ 1879
-variables stef.patch 6
-version COPYING 374
-version Makefile /^version:$/
-version Makefile.html /^version: doc$/
-vertico-goto-candidate HY-TRY.el /^(defun vertico-goto-candidate
(candidate)$/
-vertico-insert-candidate HY-TRY.el /^(defun
vertico-insert-candidate (candidate)$/
-vertico-mouse--candidate-map HY-TRY.el /^(defun
vertico-mouse--candidate-map (index)$/
-vertico-mouse-map HY-TRY.el /^(defvar-keymap vertico-mouse-map$/
-vertico-select-candidate HY-TRY.el /^(defib
vertico-select-candidate ()$/
-view TODO-ERRORS 289
-visible EXAMPLE.kotl 150
-vm-assimilate-new-messages hvm.el /^(defun vm-assimilate-new-messages
(&optional$/
-vm-edit-message-end hvm.el /^(defun vm-edit-message-end ()$/
-vm-edit-message-mode hvm.el /^(defvar vm-edit-message-mode nil$/
-vm-edit-mode hvm.el /^(defun vm-edit-mode ()$/
-vm-force-mode-line-update hvm.el /^(defun vm-force-mode-line-update ()$/
-vm-goto-message-at-point hvm.el /^(defun vm-goto-message-at-point ()$/
-vm-scroll-forward-internal hvm.el /^(defun vm-scroll-forward-internal
(arg)$/
-vm-show-current-message hvm.el /^(defun vm-show-current-message ()$/
-vm-widen-page hvm.el /^(defun vm-widen-page ()$/
-void COPYING 411
-v���x�h�mV� Hyperbole-Orig-Manual-from-Brown.pdf 694
-warranty COPYING 202
-wconfig-ring-max hywconfig.el /^(define-obsolete-variable-alias
'wconfig-ring-max /
-website Makefile /^website: website-local$/
-website-local Makefile /^website-local: README.md.html$/
-well EXAMPLE.kotl 187
-when hargs.el~ 185
-when hmouse-tag.el~ /^function when the OO-Browser has been loaded.$/
-when hmouse-tag.el~ /^function when the OO-Browser has been loaded.$/
-when hmouse-tag.el~ /^function when the OO-Browser has been loaded.$/
-when hmouse-tag.el~ /^function when the OO-Browser has been loaded.$/
-when hui.el~ 136
-when hyperbole-autoloads.el~ /^function when the OO-Browser has been
loaded.$/
-when hyperbole-autoloads.el~ /^function when the OO-Browser has been
loaded.$/
-when hyperbole-autoloads.el~ /^function when the OO-Browser has been
loaded.$/
-when hyperbole-autoloads.el~ /^function when the OO-Browser has been
loaded.$/
-where hui.el~ 1725
-whether OLD-IBUT-AT-P.el~ 9
-which ChangeLog /^ function which did not support provision of a /
-which ChangeLog~ /^ function which did not support provision of a /
-which hui-2-tests.el~ 94
-which hynote.el~ /^entry which begins with the parent string."$/
-which hynote-unused /^entry which begins with the parent string."$/
-which hyperbole-autoloads.el~ /^entry which begins with the parent string.$/
-which hyperbole-autoloads.el~ /^entry which begins with the parent string.$/
-whitespace EXAMPLE.kotl 155
-window TODO-ERRORS 187
-window TODO-ERRORS 250
-window TODO-ERRORS 313
-windows HY-WHY.kotl /^ {63 C-c @} creates 6 rows, each with
3 co/
-with ChangeLog /^ function with a doc string, then it will use t/
-with ChangeLog~ /^ function with a doc string, then it will use t/
-with hargs.el~ 401
-word HY-USES.kotl 67
-word TODO-ORG-TEST.org 10
-work COPYING 187
-work COPYING 190
-work HYPB-Tutorial-Greenburg.txt 62
-work HYPB-Tutorial-Greenburg.txt~ 62
-www-url hsys-www.el /^(defib www-url ()$/
-www-url hsys-www.el /^(defact www-url (url)$/
-www-url-expand-file-name hsys-www.el /^(defun
www-url-expand-file-name (path &optional di/
-www-url-find-file-noselect hsys-www.el /^(defun
www-url-find-file-noselect (path &rest args/
-yanked HY-NEWS /^ entry yanked into the current buffer with {C/
-yt-info hsys-youtube.el /^(defact yt-info (video-id)$/
-yt-info hyperbole-autoloads.el /^(defact yt-info (video-id) "Display a
web page wit/
-yt-play hsys-youtube.el /^(defact yt-play (video-id &optional
start-time-str/
-yt-play hyperbole-autoloads.el /^(defact yt-play (video-id &optional
start-time-str/
-yt-search hsys-youtube.el /^(defact yt-search (search-term)$/
-yt-search hyperbole-autoloads.el /^(defact yt-search (search-term)
"Search Youtube fo/
-yt-url hsys-youtube.el /^(defact yt-url (video-id &optional start-time-stri/
-yt-url hyperbole-autoloads.el /^(defact yt-url (video-id &optional
start-time-stri/
diff --git a/hib-kbd.el b/hib-kbd.el
index 15fc62048e..64d902e4b7 100644
--- a/hib-kbd.el
+++ b/hib-kbd.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 22-Nov-91 at 01:37:57
-;; Last-Mod: 3-Oct-23 at 23:32:20 by Mats Lidell
+;; Last-Mod: 19-Nov-23 at 17:55:29 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -196,7 +196,7 @@ Return t if KEY-SERIES is a valid key series that is
executed, else nil."
(defun kbd-key:execute-special-series (key-series)
"Execute key series."
- (if (memq (key-binding [?\M-x]) #'(execute-extended-command counsel-M-x))
+ (if (memq (key-binding [?\M-x]) '(execute-extended-command counsel-M-x))
(kbd-key:key-series-to-events key-series)
;; Disable helm while processing M-x commands; helm
;; gobbles final RET key. Counsel works without modification.
diff --git a/hload-path.el b/hload-path.el
index 4c557cb357..0a9830f6d6 100644
--- a/hload-path.el
+++ b/hload-path.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 29-Jun-16 at 14:39:33
-;; Last-Mod: 28-Aug-23 at 01:45:24 by Bob Weiner
+;; Last-Mod: 19-Nov-23 at 23:18:02 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -47,8 +47,9 @@ Use `hyperb:wsl-os-p' to test if running under WSL.")
""))
(error
"(Hyperbole): Failed to set hyperb:dir. Try setting it
manually"))
- "Directory where the Hyperbole executable code is kept.
-Valid values end with a directory separator character.")
+ "Absolute directory where the Hyperbole executable code is kept.
+Absolute path should be fully expanded. Valid values end with a
+directory separator character.")
;; Add hyperb:dir to load-path so other Hyperbole libraries can be
;; found unless it is already there since the Emacs Package Manager
diff --git a/hmouse-tag.el b/hmouse-tag.el
index 1c2affa5ae..d13ac503cd 100644
--- a/hmouse-tag.el
+++ b/hmouse-tag.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 24-Aug-91
-;; Last-Mod: 30-Oct-23 at 02:02:21 by Bob Weiner
+;; Last-Mod: 20-Nov-23 at 02:06:48 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -678,9 +678,12 @@ Use `hpath:display-buffer' to show definition or
documentation."
(cond ((fboundp tag-sym) (describe-function tag-sym))
((and tag-sym (boundp tag-sym)) (describe-variable tag-sym))
((facep tag-sym) (describe-face tag-sym))
- ;; (t (error "(smart-lisp): `%s' unbound symbol definition not
found" tag))
+ (tag-sym
+ ;; Handles ert test definitions, as one example.
+ (describe-symbol tag-sym))
;; Ignore unbound symbols if displaying doc.
(t nil)))
+
((and elisp-flag (fboundp 'find-function-noselect)
(let ((result (smart-lisp-bound-symbol-def tag-sym)))
(when (and (cdr result)
@@ -688,17 +691,33 @@ Use `hpath:display-buffer' to show definition or
documentation."
(widen)
(goto-char (cdr result))
t))))
- ;; If elisp-flag is true, then make xref use `smart-emacs-tags-file'.
- ;; Otherwise, just use standard xref backends for the current
language.
- (t (condition-case ()
- ;; Tag of any language
- (when (featurep 'etags)
- (smart-tags-display tag show-doc))
- (error (unless (and elisp-flag (stringp smart-emacs-tags-file)
- (ignore-errors
- (smart-tags-display
- tag show-doc (list
smart-emacs-tags-file))))
- (error "(smart-lisp): No definition found for `%s'"
tag))))))))
+
+ ;; If elisp-flag is true and tag-sym is a bound ert test
+ ;; symbol, then make xref use tags tables rather than its
+ ;; elisp backend since that does not support ert test
+ ;; symbols. Otherwise, use standard xref backends for the
+ ;; current language.
+ (t (let ((etags-mode (and elisp-flag
+ (fboundp 'ert-test-boundp)
+ (ert-test-boundp tag-sym)
+ (boundp 'xref-etags-mode)
+ xref-etags-mode)))
+ (unwind-protect
+ (progn
+ (and (not etags-mode) elisp-flag (fboundp 'xref-etags-mode)
+ (xref-etags-mode 1))
+ (condition-case ()
+ ;; Tag of any language
+ (when (featurep 'etags)
+ (smart-tags-display tag show-doc))
+ (error (unless (and elisp-flag (stringp
smart-emacs-tags-file)
+ (condition-case ()
+ (smart-tags-display
+ tag show-doc (list
smart-emacs-tags-file))
+ (error nil)))
+ (error "(smart-lisp): No definition found for
`%s'" tag)))))
+ (and (not etags-mode) elisp-flag (fboundp 'xref-etags-mode)
+ (xref-etags-mode 0))))))))
(defun smart-lisp-at-definition-p ()
"Return non-nil if point is on the first line of a non-alias Lisp definition.
@@ -707,7 +726,7 @@ Apply only to non-help buffers and return nil in others."
(save-excursion
(beginning-of-line)
;; Exclude any define- lines.
- (and (looking-at "\\(;*[ \t]*\\)?(def[[:alnum:]]+[[:space:]]")
+ (and (looking-at "\\(;*[
\t]*\\)?(\\(ert-\\)?def[[:alnum:]]+[[:space:]]")
;; Ignore alias definitions since those typically have symbol tags
to lookup.
(not (looking-at "\\(;*[ \t]*\\)?(def[^ \t\n\r]*alias"))
;; Ignore lines that start with (default
@@ -1155,7 +1174,9 @@ known Emacs Lisp identifier."
(setq hkey-value (smart-lisp-at-tag-p t))
(let* ((tag hkey-value)
(tag-sym (intern-soft tag)))
- (cond ((when (and (fboundp 'find-function-noselect) tag-sym)
+ (cond ((and (fboundp 'ert-test-boundp) (ert-test-boundp tag-sym))
+ tag)
+ ((when (and (fboundp 'find-function-noselect) tag-sym)
(let ((result (smart-lisp-bound-symbol-def tag-sym)))
(when (cdr result)
tag))))
@@ -1174,8 +1195,7 @@ variable or face."
(defun smart-tags-find-p (tag)
"Return non-nil if TAG is found within a tags table, else nil."
- (let* ((tags-table-list (or (and (boundp 'tags-table-list) tags-table-list)
- (smart-tags-file-list)))
+ (let* ((tags-table-list (smart-entire-tags-table-list))
(func (smart-tags-noselect-function))
(tags-file-name (if tags-table-list
nil
@@ -1374,13 +1394,20 @@ See the \"${hyperb:dir}/smart-clib-sym\" script for
more information."
(kill-buffer buf)
found)))
+(defun smart-entire-tags-table-list ()
+ "Return entire smart `tags-table-list' which includes
`(smart-tags-file-list)."
+ (or (and (boundp 'tags-table-list)
+ (not (smart-tags-org-src-block-p))
+ (progn (mapc (lambda (tags-table)
+ (add-to-list 'tags-table-list tags-table))
+ (smart-tags-file-list))
+ tags-table-list))
+ (smart-tags-file-list)))
+
(defun smart-tags-display (tag next &optional list-of-tags-tables)
(when next (setq tag nil))
(let* ((tags-table-list (or list-of-tags-tables
- (and (boundp 'tags-table-list)
- (not (smart-tags-org-src-block-p))
- (nconc (smart-tags-file-list)
tags-table-list))
- (smart-tags-file-list)))
+ (smart-entire-tags-table-list)))
;; Identifier searches should almost always be case-sensitive today
(tags-case-fold-search nil)
(func (smart-tags-noselect-function))
diff --git a/hpath.el b/hpath.el
index 57f5643238..f66c3c5d89 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: 15-Nov-23 at 01:52:26 by Bob Weiner
+;; Last-Mod: 19-Nov-23 at 18:56:31 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -1242,11 +1242,14 @@ only if it exists, otherwise, return nil."
(defun hpath:expand-list (paths match-regexp &optional exists-flag)
"Return expansions of PATHS, a list of dirs or wildcarded file patterns.
-PATHS expansion filters out non-strings, expands file wildcards,
-substitutes up to one ${variable} per path, and recursively walks
-directory trees for files with MATCH-REGEXP."
+PATHS expansion filters out non-strings, expand file wildcards
+when `find-file-wildcards' is non-nil (the default), substitute
+up to one ${variable} per path, and recursively walk directory
+trees for files with MATCH-REGEXP."
(mapcan (lambda (path)
- (when (setq path (or (file-expand-wildcards path) (list path)))
+ (when (setq path (or (when find-file-wildcards
+ (file-expand-wildcards path))
+ (list path)))
(if (= (length path) 1)
(setq path (car path))
(setq paths (nconc (cdr path) paths)
diff --git a/hui-mini.el b/hui-mini.el
index 4d070e81d3..058a954a9a 100644
--- a/hui-mini.el
+++ b/hui-mini.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 15-Oct-91 at 20:13:17
-;; Last-Mod: 7-Oct-23 at 00:56:25 by Mats Lidell
+;; Last-Mod: 21-Nov-23 at 02:42:53 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -611,16 +611,23 @@ The menu is a menu of commands from MENU-ALIST."
web-mini-menu))
(defun hui-search-web ()
- "Prompt for a web search engine and search term and then perform the search."
+ "Prompt for a web search engine and search term and then perform the search.
+
+If the key that invokes this command in `hyperbole-minor-mode' is also
+bound in the current major mode map, then interactively invoke that
+command instead. Typically prevents clashes over {C-c /}."
(interactive)
(let* ((key (hypb:cmd-key-vector #'hui-search-web hyperbole-mode-map))
- (org-key-cmd (and (derived-mode-p 'org-mode)
- (called-interactively-p 'any)
- (equal (this-single-command-keys) key)
- (lookup-key org-mode-map key))))
- (if org-key-cmd
- ;; Prevent a conflict with {C-c /} binding in Org mode
- (call-interactively org-key-cmd)
+ (major-mode-binding (lookup-key (current-local-map) key))
+ (this-key-flag (and (called-interactively-p 'any)
+ (equal (this-single-command-keys) key))))
+ (if (and major-mode-binding (not (integerp major-mode-binding))
+ this-key-flag)
+ ;; If the key that invokes this command in `hyperbole-minor-mode'
+ ;; is also bound in the current major mode map, then
+ ;; interactively invoke that command instead. Typically
+ ;; prevents clashes over {C-c /}.
+ (call-interactively major-mode-binding)
;;
;; No key conflicts, perform normal Hyperbole operation
(hyperbole 'web))))
diff --git a/hui-select.el b/hui-select.el
index 35d0b218d9..89d1191667 100644
--- a/hui-select.el
+++ b/hui-select.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 19-Oct-96 at 02:25:27
-;; Last-Mod: 22-Oct-23 at 17:26:49 by Mats Lidell
+;; Last-Mod: 21-Nov-23 at 02:41:17 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -109,8 +109,8 @@
(require 'hvar)
(eval-when-compile
- (require 'mhtml-mode) ;; for MHTML mode
- (require 'sgml-mode) ;; for HTML mode
+ (require 'mhtml-mode) ;; for MHTML and HTML modes
+ (require 'sgml-mode) ;; for SGML mode
(require 'nxml-mode) ;; for XML mode
(require 'web-mode nil t))
@@ -245,9 +245,7 @@ Used to include a final line when marking indented code.")
(defvar hkey-init) ; "hyperbole.el"
(defvar hkey-value) ; "hui-mouse.el"
(defvar hyperbole-mode-map) ; "hyperbole.el"
-(defvar keymap-sym) ; "???"
(defvar org-mode-map) ; "org.el"
-(defvar syntax-table-sym) ; "???"
(declare-function kview:valid-position-p "kotl/kview")
(declare-function hkey-set-key "hyperbole")
@@ -353,19 +351,27 @@ returned is the function to call to select that syntactic
unit."
;;;###autoload
(defun hui-select-goto-matching-delimiter ()
- "Jump back and forth between the start and end delimiters of a thing."
+ "Jump back and forth between the start and end delimiters of a thing.
+
+If the key that invokes this command in `hyperbole-minor-mode' is
+also bound in the current major mode map, then interactively
+invoke that command instead. Typically prevents clashes over
+{C-c .}."
(interactive)
(if (memq major-mode hui-select-markup-modes)
(hui-select-goto-matching-tag)
(let* ((key (hypb:cmd-key-vector #'hui-select-goto-matching-delimiter
hyperbole-mode-map))
- (org-key-cmd (and (derived-mode-p 'org-mode)
- (called-interactively-p 'any)
- (equal (this-single-command-keys) key)
- (lookup-key org-mode-map key))))
- (cond (org-key-cmd
- ;; Prevent a conflict with {C-c .} binding in Org mode
- (call-interactively org-key-cmd))
+ (major-mode-binding (lookup-key (current-local-map) key))
+ (this-key-flag (and (called-interactively-p 'any)
+ (equal (this-single-command-keys) key))))
+ (cond ((and major-mode-binding (not (integerp major-mode-binding))
+ this-key-flag)
+ ;; If the key that invokes this command in `hyperbole-minor-mode'
+ ;; is also bound in the current major mode map, then
+ ;; interactively invoke that command instead. Typically
+ ;; prevents clashes over {C-c .}.
+ (call-interactively major-mode-binding))
((and (preceding-char) (or (= ?\) (char-syntax (preceding-char)))
(= ?\" (preceding-char))))
(backward-sexp))
@@ -411,7 +417,10 @@ Also, add language-specific syntax setups to aid in thing
selection."
;;
;; Make tag begin and end delimiters act like grouping characters,
;; for easy syntactical selection of tags.
- (let (hook-sym mode-str)
+ (let (hook-sym
+ mode-str
+ syntax-table-sym
+ keymap-sym)
(mapc (lambda (mode)
(setq mode-str (symbol-name mode)
hook-sym (intern (concat mode-str "-hook"))
@@ -457,7 +466,12 @@ Also, add language-specific syntax setups to aid in thing
selection."
"Select a region based on the syntax of the thing at point.
If invoked repeatedly, this selects bigger and bigger things.
If `hui-select-display-type' is non-nil and this is called
-interactively, the type of selection is displayed in the minibuffer."
+interactively, the type of selection is displayed in the minibuffer.
+
+If the key that invokes this command in `hyperbole-minor-mode' is
+also bound in the current major mode map, then interactively
+invoke that command instead. Typically prevents clashes over
+{C-c RET}, {C-c C-m}."
(interactive
(cond ((and (fboundp 'use-region-p) (use-region-p))
nil)
@@ -468,13 +482,16 @@ interactively, the type of selection is displayed in the
minibuffer."
(hui-select-reset)
nil)))
(let* ((key (hypb:cmd-key-vector #'hui-select-thing hyperbole-mode-map))
- (org-key-cmd (and (derived-mode-p 'org-mode)
- (called-interactively-p 'any)
- (equal (this-single-command-keys) key)
- (lookup-key org-mode-map key))))
- (cond (org-key-cmd
- ;; Prevent a conflict with {C-c RET} binding in Org mode
- (call-interactively org-key-cmd))
+ (major-mode-binding (lookup-key (current-local-map) key))
+ (this-key-flag (and (called-interactively-p 'any)
+ (equal (this-single-command-keys) key))))
+ (cond ((and major-mode-binding (not (integerp major-mode-binding))
+ this-key-flag)
+ ;; If the key that invokes this command in `hyperbole-minor-mode'
+ ;; is also bound in the current major mode map, then
+ ;; interactively invoke that command instead. Typically
+ ;; prevents clashes over {C-c RET}, {C-c C-m}.
+ (call-interactively major-mode-binding))
;;
;; No key conflicts, perform normal Hyperbole operation
(t (let ((region (hui-select-get-region-boundaries)))
diff --git a/hycontrol.el b/hycontrol.el
index 362c9850c8..12a785e489 100644
--- a/hycontrol.el
+++ b/hycontrol.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 1-Jun-16 at 15:35:36
-;; Last-Mod: 11-Nov-23 at 11:27:25 by Bob Weiner
+;; Last-Mod: 21-Nov-23 at 03:01:07 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -1615,10 +1615,10 @@ buffers by major-mode, then ignore any marked items."
;;; column count, displaying different buffers in each window.
;;;###autoload
(defun hycontrol-windows-grid (arg)
- "Display a grid of windows in the selected frame, sized according to prefix
ARG.
-Left digit of ARG is the number of grid rows and the right digit is
-the number of grid columns. Use {C-h h h} to restore the prior frame
-configuration after a grid is displayed.
+ "Display a grid of windows in the selected frame, sized to prefix ARG.
+Left digit of ARG is the number of grid rows and the right digit
+is the number of grid columns. Use {C-h h h} to restore the
+prior frame configuration after a grid is displayed.
If ARG is 0, prompt for a major mode whose buffers should be
displayed in the grid windows, then prompt for the grid size.
@@ -1628,50 +1628,65 @@ files that match the pattern in an abs(ARG) sized
windows grid
or an autosized one if the ARG value is invalid.
Otherwise, prompt for the grid size if ARG is an invalid size
-(positive and more than two digits).
+\(positive and more than two digits).
With a current buffer in Dired, Buffer Menu or IBuffer mode that
contains marked items, the buffers associated with those items
are displayed in the grid (unless ARG is 0).
-By default, the most recently used buffers are displayed in each window,
-first selecting only those buffers which match any of the
+By default, the most recently used buffers are displayed in each
+window, first selecting only those buffers which match any of the
predicate expressions in `hycontrol-display-buffer-predicate-list'.
\(The default predicate list chooses buffers with attached files).
Then, if there are not enough buffers for all windows, the buffers
-that failed to match to any predicate are used. In all cases, buffers
-whose names start with a space are ignored.
-
-When done, this resets the persistent HyControl prefix argument to 1
-to prevent following commands from using the often large grid size
-argument."
- (interactive "p")
- (let* ((key (hypb:cmd-key-vector #'hycontrol-windows-grid
hyperbole-mode-map))
- (this-key-flag (and (called-interactively-p 'interactive)
- (equal (this-single-command-keys) key))))
- (cond ((and this-key-flag (derived-mode-p 'org-mode)
- (lookup-key org-mode-map key))
- ;; Prevent a conflict with binding in Org mode
- (call-interactively (lookup-key org-mode-map key)))
- ((and this-key-flag (derived-mode-p 'outline-mode)
- (lookup-key outline-mode-map key))
- ;; Prevent a conflict with binding in Outline mode
- (call-interactively (lookup-key outline-mode-map key)))
- ((and this-key-flag (boundp 'outline-minor-mode)
- outline-minor-mode (lookup-key outline-minor-mode-map key))
- ;; Prevent a conflict with binding in Outline minor mode
- (call-interactively (lookup-key outline-minor-mode-map key)))
- ;;
- ;; No key conflicts, display window grid
- (t (setq arg (prefix-numeric-value (or arg current-prefix-arg)))
- (cond ((> arg 0)
- (hycontrol-make-windows-grid arg))
- ((< arg 0)
- (setq current-prefix-arg (abs arg))
- (call-interactively
#'hycontrol-windows-grid-by-file-pattern))
- (t
- (setq current-prefix-arg 0)
- (call-interactively
#'hycontrol-windows-grid-by-major-mode)))))))
+that failed to match to any predicate are used. In all cases,
+buffers whose names start with a space are ignored.
+
+When done, this resets the persistent HyControl prefix argument to
+1 to prevent following commands from using the often large grid size
+argument.
+
+If the key that invokes this command in `hyperbole-minor-mode' is also
+bound in the current major mode map, then interactively invoke that
+command instead. Typically prevents clashes over {C-c @}."
+ (interactive "P")
+ (let ((numeric-arg (prefix-numeric-value current-prefix-arg)))
+ (if (or (<= numeric-arg 0) (> numeric-arg 11))
+ ;; Very unlikely other mode commands could use prefix arg in
+ ;; this range, so ignore other key bindings.
+ (hycontrol--windows-grid-internal arg)
+ (let* ((key (hypb:cmd-key-vector #'hycontrol-windows-grid
hyperbole-mode-map))
+ (mode-binding (lookup-key (current-local-map) key))
+ (this-key-flag (and (called-interactively-p 'interactive)
+ (equal (this-single-command-keys) key))))
+ (cond ((and mode-binding (not (integerp mode-binding))
+ this-key-flag (if (eq major-mode #'outline-mode) (not arg)
t))
+ ;; If the key that invokes this command in `hyperbole-minor-mode'
+ ;; is also bound in the current major mode map, then
+ ;; interactively invoke that command instead. Typically
+ ;; prevents clashes over {C-c @}.
+ (call-interactively mode-binding))
+ ((and (not arg) this-key-flag
+ (boundp 'outline-minor-mode) outline-minor-mode
+ (setq mode-binding (lookup-key outline-minor-mode-map key))
+ (not (integerp mode-binding))
+ (keymapp mode-binding))
+ ;; Prevent a conflict with keymap binding in Outline minor mode
+ (kbd-key:key-series-to-events key))
+ ;;
+ ;; No key conflicts, display window grid
+ (t (hycontrol--windows-grid-internal arg)))))))
+
+(defun hycontrol--windows-grid-internal (arg)
+ (setq arg (prefix-numeric-value (or arg current-prefix-arg)))
+ (cond ((> arg 0)
+ (hycontrol-make-windows-grid arg))
+ ((< arg 0)
+ (setq current-prefix-arg (abs arg))
+ (call-interactively #'hycontrol-windows-grid-by-file-pattern))
+ (t
+ (setq current-prefix-arg 0)
+ (call-interactively #'hycontrol-windows-grid-by-major-mode))))
(defun hycontrol-windows-grid-validate (arg)
"Return the closest valid windows grid size from the two digit numeric
abs(ARG).
@@ -1762,13 +1777,18 @@ grid size to the closest valid size."
(let* ((find-file-wildcards t)
(files (file-expand-wildcards pattern full-flag))
(num-files (length files))
- (grid-size (if arg
- (hycontrol-windows-grid-validate arg)
- (hycontrol-windows-grid-minimum-size num-files)))
- (num-windows (hycontrol-windows-grid-number-of-windows (or arg
grid-size)))
- (max-files (min num-files num-windows)))
+ grid-size
+ num-windows
+ max-files)
(when (zerop num-files)
(error "(hycontrol-windows-grid-by-file-pattern): '%s' pattern did not
match any files" pattern))
+ (setq grid-size (if arg
+ (hycontrol-windows-grid-validate arg)
+ (hycontrol-windows-grid-minimum-size num-files)))
+ (when (zerop grid-size)
+ (error "(hycontrol-windows-grid-by-file-pattern): '%s' pattern produced
invalid zero window grid size" pattern))
+ (setq num-windows (hycontrol-windows-grid-number-of-windows (or arg
grid-size))
+ max-files (min num-files num-windows))
(when (> num-files max-files)
;; Cut off list at max-files items
(setq files (cl-loop repeat max-files for files in files collect files)))
diff --git a/hypb.el b/hypb.el
index 10bbd776df..b9c66eb126 100644
--- a/hypb.el
+++ b/hypb.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 6-Oct-91 at 03:42:38
-;; Last-Mod: 8-Nov-23 at 06:01:04 by Bob Weiner
+;; Last-Mod: 20-Nov-23 at 00:49:09 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -1025,17 +1025,17 @@ If FILE is not an absolute path, expand it relative to
`hyperb:dir'."
;; A stub for this function is defined in hversion.el when not running in
InfoDock.
(id-browse-file file)
(unless existing-buf
- (hypb:insert-hyperbole-banner)
+ (let ((buffer-read-only))
+ (hypb:insert-hyperbole-banner))
(goto-char (point-min))
(skip-syntax-forward "-")
(set-window-start (selected-window) 1)
(set-buffer-modified-p nil)
- ;; (org-mode)
(view-mode)
;; On some versions of Emacs like Emacs28, need a slight delay
;; for file loading before searches will work properly.
;; Otherwise, "test/demo-tests.el" may fail.
- (sit-for 0.05))))
+ (sit-for 0.10))))
(defun hypb:browse-home-page ()
"Visit the web home page for Hyperbole."
diff --git a/hyrolo.el b/hyrolo.el
index 12d5b62309..56fe831543 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: 17-Nov-23 at 10:41:58 by Bob Weiner
+;; Last-Mod: 19-Nov-23 at 18:11:33 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -148,9 +148,10 @@ If PATHS is nil, return a default set of hyrolo files to
use.
Single ${env-or-lisp-variable} references are resolved within
each path using `hpath:expand'; this also expands paths to
absolute paths. Then directories are expanded into the files
-they contain that match `hyrolo-file-suffix-regexp'. Then any
-files containing [char-matches] or * wildcards are expanded to
-their matches."
+they contain that match `hyrolo-file-suffix-regexp'. Then, if
+`find-file-wildcards' is non-nil (the default), any files
+containing [char-matches] or * wildcards are expanded to their
+matches."
(if paths
(hpath:expand-list paths hyrolo-file-suffix-regexp)
(delq nil
diff --git a/kotl/kotl-mode.el b/kotl/kotl-mode.el
index 48d62bac9a..3b218aa844 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: 29-Oct-23 at 18:59:47 by Bob Weiner
+;; Last-Mod: 19-Nov-23 at 13:18:47 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -2732,6 +2732,8 @@ With optional universal ARG, {C-u}, the new cell is added
as the child of
the current cell. Non-read-only attributes from the current cell are
replicated in the new cell."
(interactive "*P")
+ ;; delete any surrounding whitespace
+ (delete-horizontal-space)
(let ((new-cell-contents (kotl-mode:kill-region
(point) (kcell-view:end-contents) 'string))
(start (kcell-view:start))
@@ -2748,8 +2750,7 @@ replicated in the new cell."
(unless (memq prop kcell:read-only-attributes)
(setq plist (cons prop (cons val plist)))))
- ;; delete any preceding whitespace
- (skip-chars-backward " \t\n\r" start)
+ ;; delete copied text from prior cell
(delete-region (max start (point)) (kcell-view:end-contents))
(kotl-mode:add-cell arg new-cell-contents
plist
diff --git a/man/hyperbole.html b/man/hyperbole.html
index e8bb8c5dcf..776dc52c38 100644
--- a/man/hyperbole.html
+++ b/man/hyperbole.html
@@ -1,12 +1,9 @@
-<!DOCTYPE html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<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 November, 2023).
-Copyright © 1989-2023 Free Software Foundation, Inc.
+Copyright (C) 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
@@ -23,6 +20,9 @@ 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,31 +30,35 @@ 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.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
-a.summary-letter-printindex {text-decoration: none}
-div.center {text-align:center}
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
-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}
+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}
-->
</style>
<link rel="stylesheet" type="text/css" href="hyperbole.css">
@@ -63,6 +67,8 @@ ul.mark-bullet {list-style-type: disc}
</head>
<body lang="en">
+<h1 class="settitle" align="center">GNU Hyperbole Manual</h1>
+
@@ -77,15 +83,284 @@ ul.mark-bullet {list-style-type: disc}
+<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>
-<div class="unnumbered-level-extent" id="Top">
-<div class="nav-panel">
+
+
+<a name="Top"></a>
+<div class="header">
<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>
-<h2 class="unnumbered" id="GNU-Hyperbole">GNU Hyperbole</h2>
+<a name="GNU-Hyperbole"></a>
+<h2 class="unnumbered">GNU Hyperbole</h2>
<CENTER><H1>GNU Hyperbole</H1></CENTER>
@@ -107,7 +382,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</P>
<PRE>
Edition 8.0.1pre
-Printed November 5, 2023.
+Printed November 21, 2023.
Published by the Free Software Foundation, Inc.
Author: Bob Weiner
@@ -120,15 +395,15 @@ Printed November 5, 2023.
<IMG NAME="Hyperbole Screenshot" SRC="im/hyperbole-cv.png"><BR>
</CENTER>
<br>
-<div class="center">——————–
+<div align="center">——————–
</div><br>
-<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>
+<a name="index-credits"></a>
+<a name="index-Hyperbole_002c-obtaining"></a>
+<a name="index-anonymous-ftp"></a>
<p>GNU Hyperbole was designed and written by Bob Weiner.
-See <a class="xref" href="#Setup">Setup</a>, for information on how to obtain
and to install
+See <a 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
@@ -158,15 +433,475 @@ 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>
-
-<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>
+<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>
<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
@@ -177,53 +912,58 @@ 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 class="kbd">{ }</kbd>; function and variable names use this <code
class="code">typeface</code>.
+braces <kbd>{ }</kbd>; function and variable names use this
<code>typeface</code>.
</p>
<p>In brief, Hyperbole lets you:
</p>
-<ul class="itemize mark-bullet">
-<li>Quickly create typed hyperlink buttons either from the keyboard or by
+<ul>
+<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 class="emph">implicit buttons</em>
recognized by context
+</li><li> Activate many kinds of <em>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
+output lines, and git commits. A single key, <kbd>{M-<span
class="key">RET</span>}</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,
+</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 texts 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>
-<div class="section-level-extent" id="Manual-Overview">
-<div class="nav-panel">
+<a name="Manual-Overview"></a>
+<div class="header">
<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>
-<h3 class="section" id="Manual-Overview-1">1.1 Manual Overview</h3>
+<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.
@@ -233,38 +973,38 @@ 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>
+<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>
<p>This is a reference manual with extensive details about Hyperbole use. If
you prefer a simpler, more interactive introduction to Hyperbole, the
-<samp class="file">FAST-DEMO</samp> file included in the Hyperbole
distribution demonstrates
+<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 <samp class="file">FAST-DEMO</samp> is a good way to
rapidly understand
+reference manual. The <samp>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>.
+(see <a href="#Setup">Setup</a>), you can access the <samp>FAST-DEMO</samp>
with the key sequence
+<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,
+<p>See <a 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 class="xref" href="#Setup">Setup</a>, for explanations of how to
obtain, install, configure and load
+<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>
-<p>See <a class="xref" href="#Suggestion-or-Bug-Reporting">Suggestion or Bug
Reporting</a>, for instructions on how to ask a
+<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 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>.
+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>
-<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
+<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 they recognize. See <a
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
@@ -272,40 +1012,40 @@ provides a number of overlapping interaction methods
that support differing
work styles. In such instances, you need learn only one technique that suits
you.
</p>
-<p>See <a class="xref" href="#Buttons">Buttons</a>, for an overview of
Hyperbole buttons and how to use them.
+<p>See <a href="#Buttons">Buttons</a>, for an overview of Hyperbole buttons
and how to use them.
</p>
-<p>See <a class="xref" href="#Menus">Menus</a>, for summaries of Hyperbole
menu commands and how to use
+<p>See <a 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 class="xref" href="#HyControl">HyControl</a>, for how to quickly and
interactively control what your
+<p>See <a 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 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
+<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
summary of the outliner commands that are bound to keys.
</p>
-<p>See <a class="xref" href="#HyRolo">HyRolo</a>, for concept and usage
information on the rapid lookup,
+<p>See <a 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 class="xref" href="#Window-Configurations">Window
Configurations</a>, for instructions on how to save and restore
+<p>See <a 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 throughout a single session of editor
usage only.
</p>
-<p>See <a class="xref" href="#Developing-with-Hyperbole">Developing with
Hyperbole</a>, if you are a developer who is
+<p>See <a href="#Developing-with-Hyperbole">Developing with Hyperbole</a>, if
you are a developer who is
comfortable with Lisp.
</p>
-<p>See <a class="xref" href="#Future-Work">Future Work</a>, for future
directions in Hyperbole’s evolution.
+<p>See <a href="#Future-Work">Future Work</a>, for future directions in
Hyperbole’s evolution.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="Motivation">
-<div class="nav-panel">
+<a name="Motivation"></a>
+<div class="header">
<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>
-<h3 class="section" id="Motivation-1">1.2 Motivation</h3>
+<a name="Motivation-1"></a>
+<h3 class="section">1.2 Motivation</h3>
<p>Database vendors apply tremendous resources to help solve corporate
information management problems. But the information that people deal
@@ -340,19 +1080,19 @@ One system. One language. One manual. One solution.
Learn Hyperbole and
start moving further, faster.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="Hyperbole-Overview">
-<div class="nav-panel">
+<a name="Hyperbole-Overview"></a>
+<div class="header">
<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>
-<h3 class="section" id="Hyperbole-Overview-1">1.3 Hyperbole Overview</h3>
+<a name="Hyperbole-Overview-1"></a>
+<h3 class="section">1.3 Hyperbole Overview</h3>
-<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>
+<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>
<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
@@ -373,24 +1113,24 @@ 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 class="kbd">{M-<kbd class="key">RET</kbd>}</kbd> by
default, on any kind of Hyperbole
+a single key, <kbd>{M-<span class="key">RET</span>}</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 class="kbd">{C-u
-M-<kbd class="key">RET</kbd>}</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>{C-u
+M-<span class="key">RET</span>}</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 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 built-in Emacs libraries, see <a class="pxref"
href="#Installation">Installation</a>. Most
+dependencies outside of built-in Emacs libraries, see <a
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 in giving it a spin.
</p>
-<p>Once you have it installed, try the interactive demo with <kbd
class="kbd">{C-h h d d}</kbd>.
+<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 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
+read this manual, 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>
@@ -399,119 +1139,119 @@ the number of keyboard/mouse keys you’ll need to
work efficiently.
</p>
<p>Hyperbole consists of five parts.
</p>
-<dl class="table">
-<dt><em class="emph">Buttons and Smart Keys</em></dt>
+<dl compact="compact">
+<dt><em>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>
+<dl compact="compact">
+<dt><em>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>.
+window’s buffer by pressing <kbd>{C-h h e l}</kbd>.
</p>
</dd>
-<dt><em class="dfn">Implicit buttons</em></dt>
+<dt><em>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
+pressing <kbd>{C-h h i l}</kbd>. Use <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>
+<dt><em>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>.
+minibuffer menu with <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
+buffer by pressing <kbd>{C-h h g l}</kbd>. Use <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
+<p>Buttons are activated by pressing <kbd>{M-<span
class="key">RET</span>}</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>.
+create and activate Hyperbole buttons; see <a href="#Buttons">Buttons</a>.
Emacs Lisp
+programmers can develop new button types and actions. See <a
href="#Creating-Types">Creating Types</a>.
</p>
-<p>Hyperbole includes two special <em class="dfn">Smart Keys</em>, the Action
Key and the
+<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
class="xref" href="#Smart-Keys">Smart Keys</a>.
+operation. Just press a Smart Key and the right thing happens. See <a
href="#Smart-Keys">Smart Keys</a>.
</p>
</dd>
-<dt><em class="emph">HyRolo</em></dt>
+<dt><em>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>.
+be embedded in any records. See <a href="#HyRolo">HyRolo</a>.
</p>
</dd>
-<dt><em class="emph">HyControl</em></dt>
+<dt><em>HyControl</em></dt>
<dd><p>the fastest, easiest-to-use window and frame control available for GNU
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. See <a class="xref"
href="#HyControl">HyControl</a>.
+information is presented on-screen. See <a href="#HyControl">HyControl</a>.
</p>
</dd>
-<dt><em class="emph">Koutliner</em></dt>
+<dt><em>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>.
+links or used interactively. See <a href="#Koutliner">Koutliner</a>.
</p>
</dd>
-<dt><em class="emph">Hyperbole API</em></dt>
+<dt><em>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>.
+been engineered for real-world usage and is well structured). See <a
href="#Developing-with-Hyperbole">Developing with Hyperbole</a>.
</p></dd>
</dl>
-<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>
+<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>
<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 class="kbd">{C-h h d d}</kbd>,
assuming Hyperbole
+Hyperbole fast demonstration by typing <kbd>{C-h h d d}</kbd>, assuming
Hyperbole
has been installed at your site. If you need to install
-Hyperbole, see <a class="pxref" href="#Setup">Setup</a>, for Hyperbole
installation and configuration
+Hyperbole, see <a 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" id="image_003aDemo">
+<div class="float"><a name="image_003aDemo"></a>
-<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>
+<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>
-<a class="index-entry-id" id="index-GNU-Emacs"></a>
-<a class="index-entry-id" id="index-C_002dh-t"></a>
+<a name="index-GNU-Emacs"></a>
+<a name="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 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>,
+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>,
if some emacs-related terms are unfamiliar to you.
</p>
-<a class="index-entry-id" id="index-Hyperbole-features"></a>
+<a name="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
@@ -519,38 +1259,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 class="xref"
href="#Koutliner">Koutliner</a>.
+links to external information sources. See <a href="#Koutliner">Koutliner</a>.
</p>
<p>Some of Hyperbole’s most significant features are:
</p>
-<ul class="itemize mark-bullet">
-<li>Buttons may link to information or may execute functions, such as
+<ul>
+<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 class="index-entry-id" id="index-Hyperbole-applications"></a>
+<a name="index-Hyperbole-applications"></a>
<p>Typical Hyperbole applications include:
</p>
-<dl class="table">
-<dt><em class="emph">personal information management</em></dt>
+<dl compact="compact">
+<dt><em>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 class="emph">documentation and code browsing</em></dt>
+<dt><em>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
@@ -558,21 +1298,21 @@ definition of identifiers by selecting their names
within code or
other documents.
</p>
</dd>
-<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
+<dt><em>brainstorming</em></dt>
+<dd><p>The Hyperbole outliner (see <a 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 class="emph">help/training systems</em></dt>
+<dt><em>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 class="emph">archive managers</em></dt>
+<dt><em>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
@@ -581,285 +1321,295 @@ archive entries.
</dl>
<hr>
-</div>
-<div class="section-level-extent" id="Mail-Lists">
-<div class="nav-panel">
+<a name="Mail-Lists"></a>
+<div class="header">
<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>
-<h3 class="section" id="Mail-Lists-1">1.4 Mail Lists</h3>
+<a name="Mail-Lists-1"></a>
+<h3 class="section">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 class="pxref" href="#Suggestion-or-Bug-Reporting">Suggestion or Bug
Reporting</a>.
+see <a href="#Suggestion-or-Bug-Reporting">Suggestion or Bug Reporting</a>.
</p>
<hr>
-</div>
-</div>
-<div class="chapter-level-extent" id="Usage">
-<div class="nav-panel">
+<a name="Usage"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="chapter" id="Usage-1">2 Usage</h2>
+<a name="Usage-1"></a>
+<h2 class="chapter">2 Usage</h2>
<p>Once Hyperbole has been installed for use at your site, loaded into your
-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
+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
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>
-<div class="section-level-extent" id="Invocation">
-<div class="nav-panel">
+<a name="Invocation"></a>
+<div class="header">
<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>
-<h3 class="section" id="Invocation-1">2.1 Invocation</h3>
+<a name="Invocation-1"></a>
+<h3 class="section">2.1 Invocation</h3>
<p>You can invoke Hyperbole’s commands in one of three ways:
</p>
-<ul class="itemize mark-bullet">
-<li>use the Hyperbole entry on your menubar;
+<ul>
+<li> use the Hyperbole entry on your menubar;
-</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> <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>use a specific Hyperbole command, for example, a press of <kbd
class="kbd">{M-<kbd class="key">RET</kbd>}</kbd>
+</li><li> use a specific Hyperbole command, for example, a press of
<kbd>{M-<span class="key">RET</span>}</kbd>
on a pathname to display the associated file or directory.
</li></ul>
-<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
+<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
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 class="kbd">{Q}</kbd> (note this is capitalized) to
quit from
-the minibuffer menu while leaving Hyperbole enabled. Use <kbd
class="kbd">{X}</kbd>
+capital letter. Use <kbd>{Q}</kbd> (note this is capitalized) to quit from
+the minibuffer menu while leaving Hyperbole enabled. Use <kbd>{X}</kbd>
(note this is capitalized) to quit from the minibuffer menu and
disable Hyperbole’s minor mode.
</p>
-<p>Use <kbd class="kbd">{C-h h d d}</kbd> for an interactive demonstration of
standard
+<p>Use <kbd>{C-h h d d}</kbd> for an interactive demonstration of standard
Hyperbole button capabilities.
</p>
-<p>Type <kbd class="kbd">{C-h h k e}</kbd> for an interactive demonstration of
the Koutliner,
+<p>Type <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 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
+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
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 class="url"
href="https://gnu.org/s/hyperbole">https://gnu.org/s/hyperbole</a>.
+<a 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>
-</div>
-<div class="section-level-extent" id="Documentation">
-<div class="nav-panel">
+<a name="Documentation"></a>
+<div class="header">
<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>
-<h3 class="section" id="Documentation-1">2.2 Documentation</h3>
+<a name="Documentation-1"></a>
+<h3 class="section">2.2 Documentation</h3>
-<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>
+<a name="index-Info_002ddirectory_002dlist"></a>
+<a name="index-hyperb_003adir"></a>
+<a name="index-Hyperbole-manual"></a>
<p>The Hyperbole Manual is a reference manual, not a simple introduction.
-It is included in the <samp class="file">man/</samp> subdirectory of the
Hyperbole package
+It is included in the <samp>man/</samp> subdirectory of the Hyperbole package
directory in four forms:
</p>
-<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>
+<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>
<div class="example">
-<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 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></div>
-<a class="index-entry-id" id="index-C_002dh-h-d-i"></a>
+<a name="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 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
+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
throughout the manual. For web browsing, point your browser
-to <samp class="file"><code
class="code">${hyperb:dir}</code>/man/hyperbole.html</samp>, wherever the
+to <samp><code>${hyperb:dir}</code>/man/hyperbole.html</samp>, wherever the
Hyperbole package directory is on your system; often this
-is: <samp class="file">~/.emacs.d/elpa/hyperbole-${hyperb:version}/</samp>.
+is: <samp>~/.emacs.d/elpa/hyperbole-${hyperb:version}/</samp>.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="Hyperbole-Hooks">
-<div class="nav-panel">
+<a name="Hyperbole-Hooks"></a>
+<div class="header">
<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>
-<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.
+<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.
</p>
<p>If you prefer a different key to activate Hyperbole, you can 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
+of any setting of <code>hyperbole-init-hook</code> within your personal
+<samp>~/.emacs</samp> file. For example, <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>
-</div>
-</div>
-<div class="chapter-level-extent" id="Smart-Keys">
-<div class="nav-panel">
+<a name="Smart-Keys"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="chapter" id="Smart-Keys-1">3 Smart Keys</h2>
+<a name="Smart-Keys-1"></a>
+<h2 class="chapter">3 Smart Keys</h2>
-<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
+<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
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
class="xref" href="#Smart-Key-Reference">Smart Key Reference</a>, for complete
descriptions of their behavior in all contexts.
-</p>
+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>
-<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>
-<div class="section-level-extent" id="Smart-Key-Bindings">
-<div class="nav-panel">
+<a name="Smart-Key-Bindings"></a>
+<div class="header">
<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>
-<h3 class="section" id="Smart-Key-Bindings-1">3.1 Smart Key Bindings</h3>
+<a name="Smart-Key-Bindings-1"></a>
+<h3 class="section">3.1 Smart Key Bindings</h3>
-<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
+<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
context-sensitive operation from any keyboard.
</p>
-<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>
+<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>
<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 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
+<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
shift-right mouse key, assuming Hyperbole is run under an external window
-system. These keys support <em class="dfn">Drag Actions</em>, see <a
class="pxref" href="#Smart-Mouse-Keys">Smart Mouse Keys</a>, as
+system. These keys support <em>Drag Actions</em>, see <a
href="#Smart-Mouse-Keys">Smart Mouse Keys</a>, as
well as the standard Smart Key presses.
</p>
-<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
+<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
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 class="file">~/.emacs</samp> file, add: <code
class="code">(add-hook 'hyperbole-init-hook
+personal <samp>~/.emacs</samp> file, add: <code>(add-hook 'hyperbole-init-hook
'hmouse-add-unshifted-smart-keys)</code> and then restart Emacs.
</p>
-<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>
+<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>
<p>If you prefer other Smart Key bindings, simply bind the commands
-<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>;
+<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>;
this provides a single key binding for both Smart Key commands; a prefix
-argument, such as <kbd class="kbd">{C-u}</kbd>, then invokes <code
class="code">assist-key</code> actions.
+argument, such as <kbd>{C-u}</kbd>, then invokes <code>assist-key</code>
actions.
</p>
-<p>You may also bind <code class="code">action-mouse-key</code> and <code
class="code">assist-mouse-key</code> to
+<p>You may also bind <code>action-mouse-key</code> and
<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 class="xref" href="#Smart-Mouse-Key-Drags">Smart
Mouse Key Drags</a>, and see <a class="pxref" href="#Keyboard-Drags">Keyboard
Drags</a>.
+such key bindings. See <a href="#Smart-Mouse-Key-Drags">Smart Mouse Key
Drags</a>, and see <a href="#Keyboard-Drags">Keyboard Drags</a>.
</p>
<p>To permanently change any of these key bindings, use:
-<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>.
+<code>(add-hook 'hyperbole-init-hook (lambda () (hkey-set-key <KEY>
'<CMD>)</code>,
+for example, <code>(hkey-set-key "\M-'" 'hkey-either)</code>.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="Smart-Key-Operations">
-<div class="nav-panel">
+<a name="Smart-Key-Operations"></a>
+<div class="header">
<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>
-<h3 class="section" id="Smart-Key-Operations-1">3.2 Smart Key Operations</h3>
+<a name="Smart-Key-Operations-1"></a>
+<h3 class="section">3.2 Smart Key Operations</h3>
-<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>
+<a name="index-button-activation"></a>
+<a name="index-activation"></a>
+<a name="index-button-help"></a>
+<a name="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 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
+<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
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
@@ -878,7 +1628,7 @@ click and let Hyperbole do the right thing in each context.
<div class="format">
<div class="example">
-<pre
class="example-preformatted">========================================================================================
+<pre
class="example">========================================================================================
Smart Keys
Context Action Key Assist Key
========================================================================================
@@ -1017,23 +1767,23 @@ Any other context (defaults) Invalid context error
Invalid context error
</pre></div>
</div>
-<p>See <a class="xref" href="#Smart-Key-Reference">Smart Key Reference</a>,
for extensive reference documentation on the
+<p>See <a href="#Smart-Key-Reference">Smart Key Reference</a>, for extensive
reference documentation on the
Smart Keys.
</p>
-<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>
+<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>
<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 class="code">action-key-default-function</code> and
-<code class="code">assist-key-default-function</code> for information on how
to customize
+for the variables <code>action-key-default-function</code> and
+<code>assist-key-default-function</code> for information on how to customize
the behavior of the Smart Keys within default contexts.
</p>
-<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>
+<a name="index-Smart-Key-help"></a>
+<a name="index-help_002c-Smart-Key"></a>
+<a name="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
@@ -1042,24 +1792,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 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
+<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
to Hyperbole, so you must press the shift key when you type
-the <kbd class="key">A</kbd> character.
+the <tt class="key">A</tt> character.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="Smart-Key-Argument-Selection">
-<div class="nav-panel">
+<a name="Smart-Key-Argument-Selection"></a>
+<div class="header">
<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>
-<h3 class="section" id="Smart-Key-Argument-Selection-1">3.3 Smart Key Argument
Selection</h3>
+<a name="Smart-Key-Argument-Selection-1"></a>
+<h3 class="section">3.3 Smart Key Argument Selection</h3>
-<a class="index-entry-id" id="index-Hyperbole-help"></a>
+<a name="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
@@ -1068,9 +1818,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 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>
+<a name="index-argument-entry"></a>
+<a name="index-direct-selection"></a>
+<a name="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,
@@ -1085,15 +1835,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 class="code">interactive</code>
function are
+documentation for the Emacs Lisp <code>interactive</code> function are
recognized. Experiment a little and you will quickly get used to this
direct selection technique.
</p>
-<a class="index-entry-id" id="index-completion"></a>
-<a class="index-entry-id" id="index-Vertico-completion"></a>
+<a name="index-completion"></a>
+<a name="index-Vertico-completion"></a>
<p>Wherever possible, standard Emacs completion is offered, as described
-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
+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
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
@@ -1101,11 +1851,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 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>
+<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>
<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
@@ -1117,29 +1867,29 @@ the line, expanding the set of available completions
and redisplaying
them.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="Smart-Key-Debugging">
-<div class="nav-panel">
+<a name="Smart-Key-Debugging"></a>
+<div class="header">
<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>
-<h3 class="section" id="Smart-Key-Debugging-1">3.4 Smart Key Debugging</h3>
+<a name="Smart-Key-Debugging-1"></a>
+<h3 class="section">3.4 Smart Key Debugging</h3>
-<p>Typically, <kbd class="kbd">{C-h A}</kbd> and <kbd class="kbd">{C-u C-h
A}</kbd> which show Action and
+<p>Typically, <kbd>{C-h A}</kbd> and <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 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>
+<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>
<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 class="kbd">{C-h h c d}</kbd> (minibuffer menu
+it on and off with <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
@@ -1147,49 +1897,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 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>
+<a name="index-C_002dh-h-m-c"></a>
+<a name="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 class="kbd">{C-h h m r}</kbd> to compose an email message to the
bug-hyperbole
+use <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 class="kbd">{C-h h m c}</kbd>, these messages are also included.
+with <kbd>{C-h h m c}</kbd>, these messages are also included.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="Smart-Key-Thing-Selection">
-<div class="nav-panel">
+<a name="Smart-Key-Thing-Selection"></a>
+<div class="header">
<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>
-<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>
+<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>
<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 class="file">thing.el</samp> fail to deal with many
file format
+behavior such as <samp>thing.el</samp> fail to deal with many file format
complexities.
</p>
-<p>We use the term <em class="dfn">things</em> to refer to structured entities
that
+<p>We use the term <em>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 class="dfn">Delimited
things</em> are
+matching tag pairs in HTML and SGML modes. <em>Delimited things</em> are
those things that contain a selectable delimiter such as an opening
parenthesis.
</p>
-<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>
+<a name="index-HTML-tag-pair"></a>
+<a name="index-SGML-tag-pair"></a>
+<a name="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
@@ -1199,12 +1949,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 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>
+<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>
<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
@@ -1217,10 +1967,10 @@ work.
</p>
<p>Hyperbole also binds two convenience keys for working with things.
</p>
-<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
+<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
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.
@@ -1231,63 +1981,69 @@ 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 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
+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
a different mouse key to use single clicks instead of double clicks.
</p>
-<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>This key defers to any currently active <code>major-mode</code> which also
+binds it.
+</p>
+<a name="index-C_002dc-_002e"></a>
+<a name="index-hui_002dselect_002dgoto_002dmatching_002dtag"></a>
<p>The second convenience key is bound in HTML/XML/SGML/web
-modes. <kbd class="kbd">{C-c .}</kbd> <code
class="code">hui-select-goto-matching-tag</code> jumps between
+modes. <kbd>{C-c .}</kbd> <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,
allowing you to quickly jump back and forth between opening and
closing tags.
</p>
+<p>This key defers to any currently active <code>major-mode</code> which also
+binds it.
+</p>
<hr>
-</div>
-<div class="section-level-extent" id="Smart-Mouse-Key-Modeline-Clicks">
-<div class="nav-panel">
+<a name="Smart-Mouse-Key-Modeline-Clicks"></a>
+<div class="header">
<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>
-<h3 class="section" id="Smart-Mouse-Key-Modeline-Clicks-1">3.6 Smart Mouse Key
Modeline Clicks</h3>
+<a name="Smart-Mouse-Key-Modeline-Clicks-1"></a>
+<h3 class="section">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 class="itemize mark-bullet">
-<li>Leftmost Character
+<ul>
+<li> Leftmost Character
-<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>
+<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>
<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 class="index-entry-id" id="index-modeline_002c-next-buffer"></a>
-<a class="index-entry-id" id="index-modeline_002c-prev-buffer"></a>
+<a name="index-modeline_002c-next-buffer"></a>
+<a name="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 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>
+<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>
<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.
@@ -1301,35 +2057,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 class="index-entry-id" id="index-Treemacs"></a>
-<a class="index-entry-id" id="index-file-viewer_002c-Treemacs"></a>
+<a name="index-Treemacs"></a>
+<a name="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 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>.
+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>.
</p>
-</li><li>Large Blank Area
+</li><li> Large Blank Area
-<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>
+<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>
<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
class="kbd">{m}</kbd>
-command to mark buffers, and (3) use the Hyperbole <kbd class="kbd">{@}</kbd>
command to
+<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
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 class="code">ibuffer-menu</code> and <code
class="code">dired</code> modes.
-See <a class="xref" href="#HyControl">HyControl</a>.
+This also works in <code>ibuffer-menu</code> and <code>dired</code> modes.
+See <a 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
@@ -1338,11 +2094,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 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>
+<a name="index-Info-browser"></a>
+<a name="index-modeline-click-and-drag"></a>
+<a name="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
@@ -1351,78 +2107,84 @@ 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 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>
+<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>
<p>Hyperbole modeline mouse click actions are controlled by the two functions,
-<code class="code">action-key-modeline</code> and <code
class="code">assist-key-modeline</code>. If you know
+<code>action-key-modeline</code> and <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 class="code">action-key-modeline-function</code> or
-<code class="code">assist-key-modeline-function</code>. By default, the
Action Key toggles
+executed: <code>action-key-modeline-function</code> or
+<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 class="code">Ibuffer Mode</code>, you can change
the buffer menu to
+advanced features of <code>Ibuffer Mode</code>, you can change the buffer menu
to
use that with the following in your Emacs initialization file:
-<code class="code">(setq action-key-modeline-function
#'hmouse-context-ibuffer-menu)</code>.
+<code>(setq action-key-modeline-function #'hmouse-context-ibuffer-menu)</code>.
To set it back to the default use:
-<code class="code">(setq action-key-modeline-function
#'hmouse-context-menu)</code>.
+<code>(setq action-key-modeline-function #'hmouse-context-menu)</code>.
</p>
-<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
+<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
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 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>.
+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>.
</p></li></ul>
<hr>
-</div>
-<div class="section-level-extent" id="Smart-Mouse-Key-Drags">
-<div class="nav-panel">
+<a name="Smart-Mouse-Key-Drags"></a>
+<div class="header">
<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>
-<h3 class="section" id="Smart-Mouse-Key-Drags-1">3.7 Smart Mouse Key Drags</h3>
+<a name="Smart-Mouse-Key-Drags-1"></a>
+<h3 class="section">3.7 Smart Mouse Key Drags</h3>
-<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>
+<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>
<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 class="pxref"
href="#Smart-Mouse-Keys">Smart Mouse Keys</a>.
-</p>
+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>
-<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>
-<div class="subsection-level-extent" id="Creating-and-Deleting-Windows">
-<div class="nav-panel">
+<a name="Creating-and-Deleting-Windows"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Creating-and-Deleting-Windows-1">3.7.1 Creating and
Deleting Windows</h4>
+<a name="Creating-and-Deleting-Windows-1"></a>
+<h4 class="subsection">3.7.1 Creating and Deleting Windows</h4>
-<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>
+<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>
<p>Horizontal and vertical drags of the Smart Mouse Keys are used to split and
delete Emacs windows.
</p>
@@ -1433,26 +2195,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 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>
+<a name="index-C_002dx-_002b"></a>
+<a name="index-rebalance-windows"></a>
+<a name="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
class="kbd">{C-x +}</kbd> to
+you’ll be left with windows of differing heights. Use <kbd>{C-x
+}</kbd> to
re-balance the sizes of the remaining windows, so they are fairly even.
</p>
<hr>
-</div>
-<div class="subsection-level-extent"
id="Saving-and-Restoring-Window-Configurations">
-<div class="nav-panel">
+<a name="Saving-and-Restoring-Window-Configurations"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Saving-and-Restoring-Window-Configurations-1">3.7.2
Saving and Restoring Window Configurations</h4>
+<a name="Saving-and-Restoring-Window-Configurations-1"></a>
+<h4 class="subsection">3.7.2 Saving and Restoring Window Configurations</h4>
-<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>
+<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>
<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.
@@ -1461,23 +2223,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 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
+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
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>
-</div>
-<div class="subsection-level-extent" id="Resizing-Windows">
-<div class="nav-panel">
+<a name="Resizing-Windows"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Resizing-Windows-1">3.7.3 Resizing Windows</h4>
+<a name="Resizing-Windows-1"></a>
+<h4 class="subsection">3.7.3 Resizing Windows</h4>
-<a class="index-entry-id" id="index-resizing-windows"></a>
-<a class="index-entry-id" id="index-drag_002c-resize-window"></a>
+<a name="index-resizing-windows"></a>
+<a name="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
@@ -1487,28 +2249,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>
-</div>
-<div class="subsection-level-extent" id="Moving-Frames">
-<div class="nav-panel">
+<a name="Moving-Frames"></a>
+<div class="header">
<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>
+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>
</div>
-<h4 class="subsection" id="Moving-Frames-1">3.7.4 Moving Frames</h4>
+<a name="Moving-Frames-1"></a>
+<h4 class="subsection">3.7.4 Moving Frames</h4>
-<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>
+<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>
<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 class="code">(modify-all-frames-parameters '((drag-with-mode-line .
t)))</code>.
+<p><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 class="code">(set-frame-parameter nil 'drag-with-mode-line t)</code>.
+<p><code>(set-frame-parameter nil 'drag-with-mode-line t)</code>.
</p>
<p>on each frame you would like to drag.
</p>
@@ -1518,39 +2280,45 @@ 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>
-</div>
-<div class="subsection-level-extent" id="Dragging-Buffers">
-<div class="nav-panel">
+<a name="Dragging-Buffers"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Dragging-Buffers_002c-Windows-and-Items">3.7.5
Dragging Buffers, Windows and Items</h4>
+<a name="Dragging-Buffers_002c-Windows-and-Items"></a>
+<h4 class="subsection">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>
-<div class="subsubsection-level-extent" id="Swapping-Buffers">
-<div class="nav-panel">
+<a name="Swapping-Buffers"></a>
+<div class="header">
<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>
+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>
</div>
-<h4 class="subsubsection" id="Swapping-Buffers-1">3.7.5.1 Swapping Buffers</h4>
+<a name="Swapping-Buffers-1"></a>
+<h4 class="subsubsection">3.7.5.1 Swapping Buffers</h4>
-<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>
+<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>
<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
@@ -1559,22 +2327,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 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 ~
+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 ~
Q}</kbd>.
</p>
<hr>
-</div>
-<div class="subsubsection-level-extent" id="Displaying-Buffers">
-<div class="nav-panel">
+<a name="Displaying-Buffers"></a>
+<div class="header">
<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>
+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>
</div>
-<h4 class="subsubsection" id="Displaying-Buffers-1">3.7.5.2 Displaying
Buffers</h4>
+<a name="Displaying-Buffers-1"></a>
+<h4 class="subsubsection">3.7.5.2 Displaying Buffers</h4>
-<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>
+<a name="index-buffer_002c-copy"></a>
+<a name="index-copy-buffer"></a>
+<a name="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.
@@ -1586,17 +2354,17 @@ window’s modeline; that window will be split
before the buffer is
displayed.
</p>
<hr>
-</div>
-<div class="subsubsection-level-extent" id="Cloning-Windows">
-<div class="nav-panel">
+<a name="Cloning-Windows"></a>
+<div class="header">
<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>
+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>
</div>
-<h4 class="subsubsection" id="Cloning-Windows-1">3.7.5.3 Cloning Windows</h4>
+<a name="Cloning-Windows-1"></a>
+<h4 class="subsubsection">3.7.5.3 Cloning Windows</h4>
-<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>
+<a name="index-clone-window"></a>
+<a name="index-window_002c-clone"></a>
+<a name="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
@@ -1604,22 +2372,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>
-</div>
-<div class="subsubsection-level-extent" id="Displaying-Items">
-<div class="nav-panel">
+<a name="Displaying-Items"></a>
+<div class="header">
<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>
+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>
</div>
-<h4 class="subsubsection" id="Displaying-Items-1">3.7.5.4 Displaying Items</h4>
+<a name="Displaying-Items-1"></a>
+<h4 class="subsubsection">3.7.5.4 Displaying Items</h4>
-<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>
+<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>
<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
@@ -1631,7 +2399,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 class="pxref" href="#Keyboard-Drags">Keyboard Drags</a>.
+needed, see <a 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
@@ -1640,40 +2408,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>
-</div>
-<div class="subsubsection-level-extent" id="Keyboard-Drags">
-<div class="nav-panel">
+<a name="Keyboard-Drags"></a>
+<div class="header">
<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>
+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>
</div>
-<h4 class="subsubsection" id="Keyboard-Drags-1">3.7.5.5 Keyboard Drags</h4>
+<a name="Keyboard-Drags-1"></a>
+<h4 class="subsubsection">3.7.5.5 Keyboard Drags</h4>
-<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>
+<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>
<p>If you run Emacs under a window system and there is no prior key binding
-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.
+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.
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 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>
+<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>
<p>For even faster keyboard-based display of items and drag emulations,
-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>).
+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>).
</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
@@ -1683,74 +2451,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 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>
+<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>
<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 class="kbd">{M-o i
<id-of-window-to-display-item-in>}</kbd> and watch
+window, use <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 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
+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
<id-of-window-to-swap-with>}</kbd>.
</p>
-<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>
+<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>
<p>And finally, to create an explicit link between the selected window
-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
+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
the referent context.
</p>
-<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
+<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
button in the selected (current) window that links to point in the
-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
+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
that links to point in the referent <window>.
</p>
-<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>
+<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>
<p>You can also throw the active (highlighted) region of text to another
-window. Simply activate a region and then use <kbd class="kbd">{M-o
+window. Simply activate a region and then use <kbd>{M-o
t <window-id>}</kbd>. If you don’t use region highlighting,
-i.e. <code class="code">transient-mark-mode</code>, then use <kbd
class="kbd">{C-u M-o
+i.e. <code>transient-mark-mode</code>, then use <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 class="table">
+<dl compact="compact">
<dt>M-o i <window></dt>
<dd><p>insert listing item at point into <window>; if not on a listing
item,
trigger an error
@@ -1769,17 +2537,17 @@ trigger an error
</p>
</dd>
<dt>M-o w <window></dt>
-<dd><p>window link, create a new <em class="emph">explicit button</em> in the
selected
+<dd><p>window link, create a new <em>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 class="emph">unnamed implicit
button</em> in the
+<dd><p>window link, create a new, <em>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 class="emph">named implicit button</em>
in the
+<dd><p>window link, create a new, <em>named implicit button</em> in the
selected (current) window, linking to point in the referent <window>.
</p></dd>
</dl>
@@ -1792,48 +2560,45 @@ selected (current) window, linking to point in the
referent <window>.
<hr>
-</div>
-</div>
-</div>
-</div>
-<div class="chapter-level-extent" id="Buttons">
-<div class="nav-panel">
+<a name="Buttons"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="chapter" id="Buttons-1">4 Buttons</h2>
+<a name="Buttons-1"></a>
+<h2 class="chapter">4 Buttons</h2>
-<a class="index-entry-id" id="index-button"></a>
-<p>This chapter explains use of Hyperbole <em class="emph">buttons</em>.
There are several
+<a name="index-button"></a>
+<p>This chapter explains use of Hyperbole <em>buttons</em>. There are several
kinds of Hyperbole buttons: buttons that are created one at a time and
-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
+stored in files (<em>explicit buttons</em>); buttons that can be
+activated by name anytime (<em>global buttons</em>); and buttons defined
by textual patterns where one definition can create an infinite number
-of buttons (<em class="dfn">implicit buttons</em>).
+of buttons (<em>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 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>
+<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>
<p>There are three categories of Hyperbole buttons:
-</p><dl class="table">
-<dt><em class="dfn">explicit buttons</em></dt>
+</p><dl compact="compact">
+<dt><em>explicit buttons</em></dt>
<dd><p>created by Hyperbole, accessible from within a single document;
</p>
</dd>
-<dt><em class="dfn">global buttons</em></dt>
+<dt><em>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 class="dfn">implicit buttons</em></dt>
+<dt><em>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
@@ -1852,7 +2617,7 @@ activate explicit and implicit buttons.
<p>To summarize:
</p>
<div class="example">
-<pre class="example-preformatted">Button Category Active Within
Activation Means Managed By
+<pre class="example">Button Category Active Within Activation Means
Managed By
========================================================================
Explicit a single document direct selection Hyperbole
Global any document typing its name Hyperbole
@@ -1860,45 +2625,53 @@ Implicit a matching context direct selection
other tools
</pre></div>
-<a class="index-entry-id" id="index-terminal-use"></a>
+<a name="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 class="xref"
href="#Smart-Keys">Smart Keys</a>. There is
+not be anchored to a desktop all day). See <a 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 class="pxref" href="#Smart-Key-Operations">Smart Key Operations</a>.
-</p>
+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>
-<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>
-<div class="section-level-extent" id="Explicit-Buttons">
-<div class="nav-panel">
+<a name="Explicit-Buttons"></a>
+<div class="header">
<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>
-<h3 class="section" id="Explicit-Buttons-1">4.1 Explicit Buttons</h3>
+<a name="Explicit-Buttons-1"></a>
+<h3 class="section">4.1 Explicit Buttons</h3>
-<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
+<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
specific actions when activated (typically through a button press).
-They look like this ‘<samp class="samp"><(fake
button)></samp>’. They are quickly
+They look like this ‘<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
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>.
+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>.
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.
@@ -1908,10 +2681,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 class="xref"
href="#Button-Files">Button Files</a>.
+added to your personal button file. See <a href="#Button-Files">Button
Files</a>.
</p>
-<a class="index-entry-id" id="index-button_002c-moving"></a>
-<a class="index-entry-id" id="index-moving-buttons"></a>
+<a name="index-button_002c-moving"></a>
+<a name="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
@@ -1919,56 +2692,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 class="pxref" href="#Utilizing-Explicit-Buttons">Utilizing
Explicit Buttons</a>.
+buttons, see <a href="#Utilizing-Explicit-Buttons">Utilizing Explicit
Buttons</a>.
</p>
-<a class="index-entry-id" id="index-link-button-1"></a>
-<a class="index-entry-id" id="index-referent"></a>
+<a name="index-link-button-1"></a>
+<a name="index-referent"></a>
<p>Each explicit button is assigned an action type that determines the
actions it performs. Hyperbole includes its own set of useful action
types but any named, interactive Emacs Lisp command may be used. For
-example, <em class="dfn">Link action types</em> connect buttons to particular
types
-of <em class="dfn">referents</em>, the targets of their links. Link action
type
-names all begin with <code class="code">link-</code>. Link action button
referents are
+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
displayed when such buttons are activated with a press or a click.
-See <a class="xref" href="#Action-Types">Action Types</a>, for a list of
Hyperbole action types, including
+See <a href="#Action-Types">Action Types</a>, for a list of Hyperbole action
types, including
link types.
</p>
-<a class="index-entry-id" id="index-linking_002c-in_002dplace"></a>
-<a class="index-entry-id" id="index-Hyperbole-data-model"></a>
+<a name="index-linking_002c-in_002dplace"></a>
+<a name="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 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
+<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
behavior, separately from the button label, in a file named
-<samp class="file">.hypb</samp> (<samp class="file">_hypb</samp> under MS
Windows) within the same directory
+<samp>.hypb</samp> (<samp>_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 class="dfn">button attribute</em> values. A user
never
+comprised of individual <em>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>
-</div>
-<div class="section-level-extent" id="Global-Buttons">
-<div class="nav-panel">
+<a name="Global-Buttons"></a>
+<div class="header">
<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>
-<h3 class="section" id="Global-Buttons-1">4.2 Global Buttons</h3>
+<a name="Global-Buttons-1"></a>
+<h3 class="section">4.2 Global Buttons</h3>
-<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>
+<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>
<p>Sometimes it is useful to activate buttons without regard to the
information with which you are working. In such instances, you use
-<em class="dfn">global buttons</em>, which are buttons that may be activated or
+<em>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
@@ -1978,28 +2751,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 class="code">exec-kbd-macro</code> button and an easy to type name.
Then you can
+of <code>exec-kbd-macro</code> button and an easy to type name. Then you can
activate it whenever the need arises.
</p>
-<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>
+<a name="index-C_002dh-h-g"></a>
+<a name="index-menu_002c-Gbut"></a>
+<a name="index-menu_002c-Global_002dButton"></a>
<p>Global buttons are managed with the Hyperbole Gbut/ menu accessed with
-<kbd class="kbd">{C-h h g}</kbd>. The Create item, <kbd class="kbd">{C-h h g
c}</kbd>, prompts for a
+<kbd>{C-h h g}</kbd>. The Create item, <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 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
+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
edit an existing global button. To remove a button, use the Delete menu
-item, <kbd class="kbd">{C-h h g d}</kbd>; see <a class="pxref"
href="#Deletion">Deletion</a>.
+item, <kbd>{C-h h g d}</kbd>; see <a href="#Deletion">Deletion</a>.
</p>
-<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>
+<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>
<p>To create a global button that links to point in one of your Emacs
-windows, use the Link menu item, <kbd class="kbd">{C-h h g l}</kbd>.
+windows, use the Link menu item, <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.
@@ -2019,88 +2792,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 class="pxref" href="#Button-Files">Button
Files</a>. You can always go into that
+personal button file, see <a href="#Button-Files">Button Files</a>. You can
always go into that
file and activate, edit or annotate these buttons with comments.
</p>
-<a class="index-entry-id" id="index-bookmarks"></a>
+<a name="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 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
+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
Manual</cite>, for details on bookmarks.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="Implicit-Buttons">
-<div class="nav-panel">
+<a name="Implicit-Buttons"></a>
+<div class="header">
<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>
-<h3 class="section" id="Implicit-Buttons-1">4.3 Implicit Buttons</h3>
+<a name="Implicit-Buttons-1"></a>
+<h3 class="section">4.3 Implicit Buttons</h3>
-<a class="index-entry-id" id="index-button_002c-implicit-1"></a>
-<a class="index-entry-id" id="index-implicit-button-1"></a>
-<a class="index-entry-id" id="index-link_002dto_002dfile"></a>
-<p>Hyperbole can recognize and activate <em class="dfn">implicit buttons</em>
within
+<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
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 class="index-entry-id" id="index-implicit-button-type"></a>
+<a name="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 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>
+An <em>implicit button type</em> utilizes Emacs Lisp to identify a
+pattern or state that when matched triggers an <em>action</em>
associated with the implicit button type. The action is specified by
-either a Hyperbole action type (see <a class="pxref"
href="#Action-Types">Action Types</a>) or an Emacs Lisp
+either a Hyperbole action type (see <a href="#Action-Types">Action Types</a>)
or an Emacs Lisp
command. Implicit button types may use the same action types that
explicit buttons use. As an example, the pathname implicit button
type matches to any existing local filename or directory name and its
-action type, <code class="code">link-to-file</code>, displays the associated
file or
+action type, <code>link-to-file</code>, displays the associated file or
directory, typically in another window. An explicit button could do
the same thing but has to be created manually, rather than recognized
as part of the buffer text.
</p>
-<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>
+<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>
<p>Implicit buttons are managed with the Hyperbole Ibut/ menu accessed
-with <kbd class="kbd">{C-h h i}</kbd>. The Create item, <kbd class="kbd">{C-h
h i c}</kbd>, prompts for
+with <kbd>{C-h h i}</kbd>. The Create item, <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 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>
+<a name="index-mouse-drag_002c-implicit-link-creation"></a>
+<a name="index-drag"></a>
+<a name="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 class="pxref" href="#Displaying-Items">Displaying Items</a>. Hyperbole
will either automatically select
+see <a 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 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>
+<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>
<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 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
+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
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.
@@ -2108,24 +2881,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 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>
+<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>
<p>To activate an implicit button with point on its name or button text,
-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
+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
manually). If you want to add a name to an existing implicit button
-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>.
+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>.
</p>
-<a class="index-entry-id" id="index-file_002c-hibtypes_002eel"></a>
-<a class="index-entry-id" id="index-context"></a>
-<a class="index-entry-id" id="index-boolean-expressions"></a>
+<a name="index-file_002c-hibtypes_002eel"></a>
+<a name="index-context"></a>
+<a name="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
@@ -2137,73 +2910,76 @@ 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
class="xref" href="#Smart-Key-Operations">Smart Key Operations</a>.
+point-and-click type behavior beyond implicit button types. See <a
href="#Smart-Key-Operations">Smart Key Operations</a>.
</p>
-<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>
+<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>
<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-preformatted"><[My Emacs Files]>:
"~/.emacs.d"
+<pre class="example"><[My Emacs Files]>: "~/.emacs.d"
</pre></div>
-<p>The name is delimited by ‘<samp class="samp"><[</samp>’ and
‘<samp class="samp">]></samp>’ and can be followed
+<p>The name is delimited by ‘<samp><[</samp>’ and
‘<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>
-<div class="subsection-level-extent" id="Implicit-Button-Types">
-<div class="nav-panel">
+<a name="Implicit-Button-Types"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Implicit-Button-Types-1">4.3.1 Implicit Button
Types</h4>
+<a name="Implicit-Button-Types-1"></a>
+<h4 class="subsection">4.3.1 Implicit Button Types</h4>
-<a class="index-entry-id" id="index-ibtypes_002c-list-of"></a>
-<a class="index-entry-id" id="index-implicit-button-types"></a>
+<a name="index-ibtypes_002c-list-of"></a>
+<a name="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 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
+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
types (in the file, they are listed in reverse order, increasing in
priority).
</p>
-<dl class="table">
+<dl compact="compact">
<dd>
-<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,
+<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,
but it behaves similarly, so it is documented here.
</p>
<p>Hyperbole recognizes Org mode constructs in any of these modes:
-<code class="code">org-mode</code>, <code class="code">org-agenda-mode</code>,
<code class="code">outshine-mode</code>
-or <code class="code">poporg-mode</code>. (See the function <code
class="code">hsys-org-mode-p</code>).
+<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>).
</p>
<p>Hyperbole does quite a few things for Org mode users. When the Action
Key is pressed:
</p>
-<ol class="enumerate">
+<ol>
<li> If on an Org todo keyword, cycle through the keywords in
that set or if final done keyword, remove it.
@@ -2223,19 +2999,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 class="kbd">{C-c C-c}</kbd>, <code
class="code">org-ctrl-c-ctrl-c</code>.
+standard binding of <kbd>{C-c C-c}</kbd>, <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 class="kbd">{M-<kbd class="key">RET</kbd>}</kbd>,
<code class="code">org-meta-return</code>.
+standard binding of <kbd>{M-<span class="key">RET</span>}</kbd>,
<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 class="enumerate">
+<ol>
<li> If on an Org todo keyword, move to the first todo keyword in
the next set, if any.
@@ -2255,15 +3031,15 @@ or #+end_example header, remove any associated results.
through views of the whole buffer outline.
</li></ol>
-<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>
+<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>
<p>To disable Hyperbole support within Org major and minor modes, set
-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
+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
this setting.
</p>
<p>The
@@ -2271,8 +3047,8 @@ following table summarizes the effect of this option
setting.
</p></dd>
</dl>
-<div class="example smallexample">
-<pre
class="example-preformatted">|--------------+-------------------+------------------+----------+------------------|
+<div class="smallexample">
+<pre
class="smallexample">|--------------+-------------------+------------------+----------+------------------|
| This Setting | Smart Key Context | Hyperbole Button | Org Link | Fallback
Command |
|--------------+-------------------+------------------+----------+------------------|
| buttons | Ignore | Activate | Activate |
org-meta-return |
@@ -2281,84 +3057,84 @@ following table summarizes the effect of this option
setting.
|--------------+-------------------+------------------+----------+------------------|
</pre></div>
-<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>
+<dl compact="compact">
+<dd><a name="index-ibtypes-doc_002did"></a>
+<a name="index-online-library"></a>
+<a name="index-document-identifier"></a>
</dd>
-<dt><code class="code">doc-id</code></dt>
+<dt><code>doc-id</code></dt>
<dd><p>Display a document from a local document library given its id. Ids
must be
-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
+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
not installed by default. You must manually configure it and load it from
-the file, <samp class="file"><code
class="code">${hyperb:dir}</code>/hib-doc-id.el</samp>). See the commentary
+the file, <samp><code>${hyperb:dir}</code>/hib-doc-id.el</samp>). See the
commentary
at the top of that file for more information.
</p>
-<a class="index-entry-id" id="index-ibtypes-completion"></a>
-<a class="index-entry-id" id="index-completion-1"></a>
+<a name="index-ibtypes-completion"></a>
+<a name="index-completion-1"></a>
</dd>
-<dt><code class="code">completion</code></dt>
+<dt><code>completion</code></dt>
<dd><p>Insert the completion at point (from a completions buffer) into the
minibuffer or the other window.
</p>
-<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>
+<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>
</dd>
-<dt><code class="code">action</code></dt>
+<dt><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 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>
+<a name="index-ibtypes-hyp_002dsource"></a>
+<a name="index-Hyperbole-report"></a>
+<a name="index-file_002c-DEMO"></a>
</dd>
-<dt><code class="code">hyp-source</code></dt>
+<dt><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 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
+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
buffer behaves the same as the corresponding button in the original
-<samp class="file">${hyperb:dir}/DEMO</samp> file.
+<samp>${hyperb:dir}/DEMO</samp> file.
</p>
-<a class="index-entry-id" id="index-ibtypes-hyp_002daddress"></a>
-<a class="index-entry-id" id="index-Hyperbole-mail-list"></a>
+<a name="index-ibtypes-hyp_002daddress"></a>
+<a name="index-Hyperbole-mail-list"></a>
</dd>
-<dt><code class="code">hyp-address</code></dt>
+<dt><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 class="code">actypes::hyp-config</code>. For example, a click of an
Action Mouse
+<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 class="index-entry-id" id="index-ibtypes-Info_002dnode"></a>
-<a class="index-entry-id" id="index-Info-node"></a>
+<a name="index-ibtypes-Info_002dnode"></a>
+<a name="index-Info-node"></a>
</dd>
-<dt><code class="code">Info-node</code></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><code class="code">gnus-push-button</code></dt>
+<dt><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 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>
+<a name="index-ibtypes-texinfo_002dref"></a>
+<a name="index-Texinfo-cross_002dreference"></a>
+<a name="index-cross_002dreference_002c-Texinfo"></a>
</dd>
-<dt><code class="code">texinfo-ref</code></dt>
+<dt><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
@@ -2369,84 +3145,84 @@ is shown.
<p>For @code, @findex, @var and @vindex references, the associated
documentation string is displayed.
</p>
-<a class="index-entry-id" id="index-ibtypes-patch_002dmsg"></a>
-<a class="index-entry-id" id="index-patch-output"></a>
+<a name="index-ibtypes-patch_002dmsg"></a>
+<a name="index-patch-output"></a>
</dd>
-<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>’
+<dt><code>patch-msg</code></dt>
+<dd><p>Jump to the source code associated with output from the
‘<samp>patch</samp>’
program. Patch applies diffs to source code.
</p>
-<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>
+<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>
</dd>
-<dt><code class="code">elisp-compiler-msg</code></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><code class="code">debugger-source</code></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><code class="code">grep-msg</code></dt>
+<dt><code>grep-msg</code></dt>
<dd><p>Jump to the line associated with a grep or compilation error message.
Messages are recognized in any buffer.
</p>
-<a class="index-entry-id" id="index-ibtypes-ripgrep_002dmsg"></a>
-<a class="index-entry-id" id="index-grep-1"></a>
-<a class="index-entry-id" id="index-ripgrep"></a>
-<a class="index-entry-id" id="index-match-lines-1"></a>
+<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>
</dd>
-<dt><code class="code">ripgrep-msg</code></dt>
+<dt><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 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>
+<a name="index-ibtypes-ipython_002dstack_002dframe"></a>
+<a name="index-ipython"></a>
+<a name="index-stack-frame-1"></a>
</dd>
-<dt><code class="code">ipython-stack-frame</code></dt>
+<dt><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 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>
+<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>
</dd>
-<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
+<dt><code>pathname-line-and-column</code></dt>
+<dd><p>Make a valid <samp>pathname:line-num[:column-num]</samp> pattern
display the
+path at <em>line-num</em> and optional <em>column-num</em>. Also works
for remote pathnames. May also contain hash-style link references
-with the following format: <samp
class="file"><path>[#<link-anchor>]:<line-num>[:<column-num>]</samp>.
+with the following format:
<samp><path>[#<link-anchor>]:<line-num>[:<column-num>]</samp>.
</p>
-<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>
+<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>
</dd>
-<dt><code class="code">link-to-ibut <ilink></code></dt>
+<dt><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.
@@ -2455,23 +3231,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 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>
+<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>
</dd>
-<dt><code class="code">link-to-gbut <glink></code></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><code class="code">link-to-ebut <elink></code></dt>
+<dt><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.
@@ -2480,76 +3256,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 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>
+<a name="index-ibtypes-klink"></a>
+<a name="index-klink"></a>
+<a name="index-koutline-link"></a>
+<a name="index-kcell-link"></a>
</dd>
-<dt><code class="code">klink</code></dt>
+<dt><code>klink</code></dt>
<dd><p>Follow a link delimited by <> to a koutline cell.
-See the documentation for <code class="code">actypes::link-to-kotl</code> for
valid link
+See the documentation for <code>actypes::link-to-kotl</code> for valid link
specifiers.
</p>
-<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>
+<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>
</dd>
-<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
+<dt><code>man-apropos</code></dt>
+<dd><p>Make man apropos entries (from ‘<samp>man -k</samp>’)
display associated man pages
when selected.
</p>
-<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>
+<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>
</dd>
-<dt><code class="code">rfc</code></dt>
+<dt><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 class="code">hpath:rfc</code>
variable specifies
+RFC822, rfc-822, and RFC 822. The <code>hpath:rfc</code> variable specifies
the location from which to retrieve RFCs via HTTP.
</p>
-<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>
+<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>
</dd>
-<dt><code class="code">kbd-key</code></dt>
+<dt><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 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
+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
acts as a key series button.
</p>
<p>Any key sequence must be a string of one of the following:
-</p><ul class="itemize mark-bullet">
-<li>a Hyperbole minibuffer menu item key sequence,
-</li><li>a HyControl key sequence,
-</li><li>a M-x extended command,
-</li><li>or a valid key sequence together with its interactive arguments.
+</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.
</li></ul>
-<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>
+<a name="index-ibtypes-debbugs_002dgnu_002dmode"></a>
+<a name="index-bug-tracking"></a>
+<a name="index-issue-tracking"></a>
</dd>
-<dt><code class="code">debbugs-gnu-mode</code></dt>
+<dt><code>debbugs-gnu-mode</code></dt>
<dd><p>Debbugs is a client-server issue tracker used by GNU free software
projects, including Hyperbole, to manage issues and maintain threads
of discussion around them. You issue queries to a Debbugs server and
it returns a listing entry for each matching issue. When on a GNU
-Debbugs listing entry in <code class="code">debbugs-gnu-mode</code>, an Action
Key press
+Debbugs listing entry in <code>debbugs-gnu-mode</code>, an Action Key press
displays the discussion of the selected issue; an Assist Key press
pretty prints the status of the issue to a window below the listing
window.
</p>
-<a class="index-entry-id" id="index-ibtypes-debbugs_002dgnu_002dquery"></a>
+<a name="index-ibtypes-debbugs_002dgnu_002dquery"></a>
</dd>
-<dt><code class="code">debbugs-gnu-query</code></dt>
+<dt><code>debbugs-gnu-query</code></dt>
<dd><p>Display the results of a Debbugs query based on a bug reference string
around point. This works in most types of buffers. If the query
includes a single id number, it displays the original message
@@ -2557,32 +3333,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="example smallexample">
-<pre class="example-preformatted">bug#id-number, bug# id-number, bug
#id-number or bug id-number
+<div class="smallexample">
+<pre class="smallexample">bug#id-number, bug# id-number, bug #id-number or bug
id-number
bug?attr1=val1&attr2=val2&attr3=val3
bug#id-number?attr1=val1&attr2=val2&attr3=val3
</pre></div>
-<a class="index-entry-id" id="index-file_002c-hib_002ddebbugs_002eel"></a>
-<p>Note that <em class="emph">issue</em> or <em class="emph">debbugs</em> may
also be used in place
-of <em class="emph">bug</em>. See the documentation at the top of
-the <samp class="file">hib-debbugs.el</samp> file for detailed query format
information.
+<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.
</p>
-<a class="index-entry-id" id="index-ibtypes-dir_002dsummary"></a>
-<a class="index-entry-id" id="index-file_002c-MANIFEST"></a>
-<a class="index-entry-id" id="index-file_002c-DIR"></a>
+<a name="index-ibtypes-dir_002dsummary"></a>
+<a name="index-file_002c-MANIFEST"></a>
+<a name="index-file_002c-DIR"></a>
</dd>
-<dt><code class="code">dir-summary</code></dt>
+<dt><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 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>
+<a name="index-ibtypes-text_002dtoc"></a>
+<a name="index-table-of-contents"></a>
+<a name="index-toc-implicit-button-type"></a>
</dd>
-<dt><code class="code">text-toc</code></dt>
+<dt><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
@@ -2592,235 +3368,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 class="file">DEMO</samp>
file.
+associated section. Or try it in the Hyperbole <samp>DEMO</samp> file.
</p>
-<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>
+<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>
</dd>
-<dt><code class="code">cscope</code></dt>
+<dt><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 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>
+<a name="index-ibtypes-etags"></a>
+<a name="index-etags-entry"></a>
+<a name="index-TAGS-file"></a>
+<a name="index-tag"></a>
</dd>
-<dt><code class="code">etags</code></dt>
+<dt><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 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>
+<a name="index-ibtypes-ctags"></a>
+<a name="index-ctags-entry"></a>
+<a name="index-tags-file"></a>
</dd>
-<dt><code class="code">ctags</code></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><code class="code">id-cflow</code></dt>
+<dt><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
class="code">cxref</code>
+Requires cross-reference tables built by the external <code>cxref</code>
program.
</p>
-<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>
+<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>
</dd>
-<dt><code class="code">rfc-toc</code></dt>
+<dt><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 class="index-entry-id"
id="index-ibtypes-markdown_002dinternal_002dlink"></a>
-<a class="index-entry-id" id="index-markdown-link"></a>
+<a name="index-ibtypes-markdown_002dinternal_002dlink"></a>
+<a name="index-markdown-link"></a>
</dd>
-<dt><code class="code">markdown-internal-link</code></dt>
+<dt><code>markdown-internal-link</code></dt>
<dd><p>Display any in-file Markdown link referent. Pathnames and urls are
handled elsewhere.
</p>
-<a class="index-entry-id" id="index-ibtypes-git_002dcommit_002dreference"></a>
-<a class="index-entry-id" id="index-hypb_003afgrep_002dgit_002dlog"></a>
-<a class="index-entry-id" id="index-hypb_003agrep_002dgit_002dlog"></a>
-<a class="index-entry-id" id="index-git-commit-reference"></a>
-<a class="index-entry-id" id="index-git-grep"></a>
-<a class="index-entry-id" id="index-git-log-grep_002fmatch"></a>
-<a class="index-entry-id" id="index-version-control"></a>
-</dd>
-<dt><code class="code">git-commit-reference</code></dt>
+<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>
<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
class="code">hypb:fgrep-git-log</code>
-and <code class="code">hypb:grep-git-log</code> to list git commit references
whose changesets contain
+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
either the string (fgrep) or regular expression (grep) given. Then an Action
Key
press displays the associated changeset.
</p>
-<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>
+<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>
</dd>
-<dt><code class="code">social-reference</code></dt>
+<dt><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-preformatted">[facebook|instagram|twitter]?[#@]<hashtag-or-username>
or
+<pre
class="example">[facebook|instagram|twitter]?[#@]<hashtag-or-username> or
[fb|in|tw]?[#@]<hashtag-or-username>
</pre></div>
-<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
+<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
is the social media service name. The service name defaults to the
-value of <code class="code">hibtypes-social-default-service</code> (default
value of
+value of <code>hibtypes-social-default-service</code> (default value of
“twitter”) when not given, so #hashtag would be the same as
twitter#hashtag.
</p>
-<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>
+<a name="index-ibtypes-annot_002dbib"></a>
+<a name="index-bibliography"></a>
+<a name="index-reference"></a>
</dd>
-<dt><code class="code">annot-bib</code></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><code class="code">mail-address</code></dt>
+<dt><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 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
+in <code>hypb:mail-address-mode-list</code>, the HyRolo match buffer, any
buffer
+attached to a file included 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
‘<samp>nil</samp>’, this button type is
active in all buffers.
</p>
-<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>
+<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>
</dd>
-<dt><code class="code">www-url</code></dt>
+<dt><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 class="code">browse-url-browser-function</code>, may be
used to customize
+The variable, <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 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>
+<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>
<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 class="file">${hyperb:dir}/DEMO#POSIX and MSWindows Paths</samp> for
+(see <samp>${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 class="code">load-path</code> directory list.
+the <code>load-path</code> directory list.
</p>
-<a class="index-entry-id" id="index-hpath_003avariable_002dregexp"></a>
-<a class="index-entry-id" id="index-pathname-variables"></a>
+<a name="index-hpath_003avariable_002dregexp"></a>
+<a name="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 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.
+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.
</p>
-<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
+<p>See the function documentation for <code>hpath:at-p</code> for possible
+delimiters. See the variable documentation for <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
class="code">hpath:find</code>
+for a valid match. See the function documentation for <code>hpath:find</code>
for special file display options.
</p>
-<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
+<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
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 class="file">::</samp> represent the current directory, <samp
class="file">.</samp>. Must have at
+e.g. <samp>::</samp> represent the current directory, <samp>.</samp>. Must
have at
least four paths within the variable value for this to work.
</p>
-<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>
+<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>
</dd>
-<dt><code class="code">hyperbole-run-test-definition</code></dt>
+<dt><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 class="index-entry-id" id="index-ibtypes-hyperbole_002drun_002dtests"></a>
+<a name="index-ibtypes-hyperbole_002drun_002dtests"></a>
</dd>
-<dt><code class="code">hyperbole-run-tests</code></dt>
-<dd><p>Recognize Action Buttons of the form <code
class="code"><hyperbole-run-tests
+<dt><code>hyperbole-run-tests</code></dt>
+<dd><p>Recognize Action Buttons of the form <code><hyperbole-run-tests
test-selector></code> which when activated run Hyperbole tests using the ERT
-framework. The <code class="code">test-selector</code> argument is as
described in
-<code class="code">ert-select-tests</code>.
+framework. The <code>test-selector</code> argument is as described in
+<code>ert-select-tests</code>.
</p>
-<a class="index-entry-id" id="index-ibtypes-hyperbole_002drun_002dtest"></a>
+<a name="index-ibtypes-hyperbole_002drun_002dtest"></a>
</dd>
-<dt><code class="code">hyperbole-run-test</code></dt>
-<dd><p>Recognize Action Buttons of the form <code
class="code"><hyperbole-run-test
+<dt><code>hyperbole-run-test</code></dt>
+<dd><p>Recognize Action Buttons of the form <code><hyperbole-run-test
test-name></code> which when activated run individual Hyperbole tests, each
-given by the <code class="code"><test-name></code> argument, an unquoted
name.
+given by the <code><test-name></code> argument, an unquoted name.
</p></dd>
</dl>
<hr>
-</div>
-<div class="subsection-level-extent" id="Action-Buttons">
-<div class="nav-panel">
+<a name="Action-Buttons"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Action-Buttons-1">4.3.2 Action Buttons</h4>
+<a name="Action-Buttons-1"></a>
+<h4 class="subsection">4.3.2 Action Buttons</h4>
-<a class="index-entry-id" id="index-action-button-1"></a>
-<a class="index-entry-id" id="index-implicit-action-button"></a>
+<a name="index-action-button-1"></a>
+<a name="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
@@ -2828,51 +3604,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 class="emph">action buttons</em>.
+there are <em>action buttons</em>.
</p>
-<p><em class="dfn">Action Buttons</em> are a form of implicit buttons that can
execute
+<p><em>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 class="table">
-<dt><em class="dfn">action type invocations</em></dt>
+<dl compact="compact">
+<dt><em>action type invocations</em></dt>
<dd><p>These begin with an action type name (from the list displayed by
-<kbd class="kbd">{C-h h d t a <kbd class="key">RET</kbd>}</kbd>) and are
followed by any needed arguments
+<kbd>{C-h h d t a <span class="key">RET</span>}</kbd>) and are followed by any
needed arguments
to form the action, e.g.
</p><div class="example">
-<pre class="example-preformatted"><link-to-file-line
"${hyperb:dir}/hact.el" 40>
+<pre class="example"><link-to-file-line "${hyperb:dir}/hact.el"
40>
</pre></div>
</dd>
-<dt><em class="dfn">function calls</em></dt>
+<dt><em>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-preformatted"><find-file-other-window
"/tmp">
+<pre class="example"><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 class="samp">-p</samp>’, then
the result is displayed
+predicate whose name ends in ‘<samp>-p</samp>’, then the result is
displayed
in the minibuffer.
</p>
</dd>
-<dt><em class="dfn">variable displays</em></dt>
+<dt><em>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-preformatted"><fill-column>
+<pre class="example"><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 class="code">$</code>, e.g.
+action button, precede the name with a <code>$</code>, e.g.
</p>
<div class="example">
-<pre class="example-preformatted"><$fill-column>
+<pre class="example"><$fill-column>
</pre></div>
</dd>
@@ -2889,52 +3665,51 @@ 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 class="kbd">{C-h h i l}</kbd>. Then invoke it by
label
-name with: <kbd class="kbd">{C-h h g a}</kbd>.
+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>.
</p>
<hr>
-</div>
-</div>
-<div class="section-level-extent" id="Button-Files">
-<div class="nav-panel">
+<a name="Button-Files"></a>
+<div class="header">
<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>
-<h3 class="section" id="Button-Files-1">4.4 Button Files</h3>
+<a name="Button-Files-1"></a>
+<h3 class="section">4.4 Button Files</h3>
-<a class="index-entry-id" id="index-button-files"></a>
+<a name="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 class="dfn">Hyperbole button files</em>.
+called <em>Hyperbole button files</em>.
</p>
-<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>
+<a name="index-hbmap_003afilename"></a>
+<a name="index-button-file_002c-personal"></a>
+<a name="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 class="code">hbmap:filename</code>, contains the base
name of these
-button files. Its standard value is <samp class="file">HYPB</samp>.)
+(The variable, <code>hbmap:filename</code>, contains the base name of these
+button files. Its standard value is <samp>HYPB</samp>.)
</p>
-<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>
+<a name="index-dir_002c-_007e_002f_002ehyperb"></a>
+<a name="index-hbmap_003adir_002duser"></a>
+<a name="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 class="kbd">{C-h h b p}</kbd>, displays
this file for
+ButFile/PersonalFile menu item, <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 class="code">hbmap:dir-user</code> variable whose
standard
-value is <samp class="file">~/.hyperb</samp>. The default Hyperbole
configuration also
+directory given by the <code>hbmap:dir-user</code> variable whose standard
+value is <samp>~/.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
class="kbd">{C-h h
+directories. Selection of the ButFile/DirFile menu item, <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
@@ -2947,22 +3722,22 @@ your colleagues. This provides a flexible means of
connecting to
such resources.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="Action-Types">
-<div class="nav-panel">
+<a name="Action-Types"></a>
+<div class="header">
<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>
-<h3 class="section" id="Action-Types-1">4.5 Action Types</h3>
+<a name="Action-Types-1"></a>
+<h3 class="section">4.5 Action Types</h3>
-<a class="index-entry-id" id="index-action-type"></a>
-<a class="index-entry-id" id="index-argument_002c-use"></a>
-<a class="index-entry-id" id="index-action"></a>
-<a class="index-entry-id" id="index-button-action"></a>
-<p><em class="dfn">Action types</em> are Emacs Lisp commands that specify
Hyperbole
+<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
button behaviors. Hyperbole includes a useful set of action types
-defined within their own namespace and created with the <code
class="code">defact</code>
-macro. See the Hyperbole file, <samp class="file">hactypes.el</samp>, for
examples of
+defined within their own namespace and created with the <code>defact</code>
+macro. See the Hyperbole file, <samp>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,
@@ -2970,96 +3745,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
class="dfn">action</em>.
+the desired result. This body is called the button <em>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 class="index-entry-id" id="index-actypes_002c-list-of"></a>
+<a name="index-actypes_002c-list-of"></a>
<p>Hyperbole action types in alphabetical order are:
</p>
-<dl class="table">
-<dd><a class="index-entry-id" id="index-actypes-annot_002dbib"></a>
+<dl compact="compact">
+<dd><a name="index-actypes-annot_002dbib"></a>
</dd>
-<dt><code class="code">annot-bib</code></dt>
+<dt><code>annot-bib</code></dt>
<dd><p>Follow an internal reference KEY within an annotated bibliography,
delimiters = [ ].
</p>
-<a class="index-entry-id" id="index-actypes-completion"></a>
+<a name="index-actypes-completion"></a>
</dd>
-<dt><code class="code">completion</code></dt>
+<dt><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 class="index-entry-id" id="index-actypes-debbugs_002dgnu_002dquery"></a>
+<a name="index-actypes-debbugs_002dgnu_002dquery"></a>
</dd>
-<dt><code class="code">debbugs-gnu-query</code></dt>
+<dt><code>debbugs-gnu-query</code></dt>
<dd><p>Display the discussion of Gnu debbugs ID (a positive integer).
</p>
-<a class="index-entry-id" id="index-actypes-display_002dboolean"></a>
+<a name="index-actypes-display_002dboolean"></a>
</dd>
-<dt><code class="code">display-boolean</code></dt>
+<dt><code>display-boolean</code></dt>
<dd><p>Display a message showing the result value of a BOOL-EXPR.
-Return any non-‘<samp class="samp">nil</samp>’ value or
‘<samp class="samp">t</samp>’.
+Return any non-‘<samp>nil</samp>’ value or
‘<samp>t</samp>’.
</p>
-<a class="index-entry-id" id="index-actypes-display_002dvalue"></a>
+<a name="index-actypes-display_002dvalue"></a>
</dd>
-<dt><code class="code">display-value</code></dt>
+<dt><code>display-value</code></dt>
<dd><p>Display a message showing VALUE (a symbol) and its value.
-Return any non-‘<samp class="samp">nil</samp>’ value or
‘<samp class="samp">t</samp>’.
+Return any non-‘<samp>nil</samp>’ value or
‘<samp>t</samp>’.
</p>
-<a class="index-entry-id" id="index-actypes-display_002dvariable"></a>
+<a name="index-actypes-display_002dvariable"></a>
</dd>
-<dt><code class="code">display-variable</code></dt>
+<dt><code>display-variable</code></dt>
<dd><p>Display a message showing the given variable name and its value.
</p>
-<a class="index-entry-id" id="index-actypes-eval_002delisp"></a>
+<a name="index-actypes-eval_002delisp"></a>
</dd>
-<dt><code class="code">eval-elisp</code></dt>
+<dt><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 class="index-entry-id" id="index-actypes-exec_002dkbd_002dmacro"></a>
+<a name="index-actypes-exec_002dkbd_002dmacro"></a>
</dd>
-<dt><code class="code">exec-kbd-macro</code></dt>
+<dt><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 class="index-entry-id" id="index-actypes-exec_002dshell_002dcmd"></a>
+<a name="index-actypes-exec_002dshell_002dcmd"></a>
</dd>
-<dt><code class="code">exec-shell-cmd</code></dt>
+<dt><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 class="index-entry-id" id="index-actypes-exec_002dwindow_002dcmd"></a>
+<a name="index-actypes-exec_002dwindow_002dcmd"></a>
</dd>
-<dt><code class="code">exec-window-cmd</code></dt>
+<dt><code>exec-window-cmd</code></dt>
<dd><p>Asynchronously execute an external window-based SHELL-CMD string.
</p>
-<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>
+<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>
</dd>
-<dt><code class="code">git-reference</code></dt>
+<dt><code>git-reference</code></dt>
<dd><p>Display the git entity associated with REFERENCE and optional PROJECT.
-See <samp class="file">${hyperb:dir}/DEMO#Git (Local) References</samp> for
examples.
+See <samp>${hyperb:dir}/DEMO#Git (Local) References</samp> for examples.
</p>
<p>REFERENCE is a string of one of the following forms:
-</p><ul class="itemize mark-bullet">
-<li><ref-item>
-</li><li>/?<project>/<ref-item>
-</li><li>/<project>.
+</p><ul>
+<li> <ref-item>
+</li><li> /?<project>/<ref-item>
+</li><li> /<project>.
</li></ul>
<p><ref-item> is one of these:
-</p><dl class="table">
+</p><dl compact="compact">
<dt>one of the words: branches, commits, or tags</dt>
<dd><p>the associated items are listed
</p></dd>
@@ -3074,37 +3849,37 @@ See <samp class="file">${hyperb:dir}/DEMO#Git (Local)
References</samp> for exam
</p></dd>
</dl>
-<a class="index-entry-id"
id="index-hibtypes_002dgit_002ddefault_002dproject-1"></a>
+<a name="index-hibtypes_002dgit_002ddefault_002dproject-1"></a>
<p>If given, PROJECT overrides any project value in REFERENCE. If no PROJECT
-value is provided, it defaults to the value of <code
class="code">hibtypes-git-default-project</code>.
+value is provided, it defaults to the value of
<code>hibtypes-git-default-project</code>.
</p>
-<a class="index-entry-id" id="index-actypes-github_002dreference"></a>
-<a class="index-entry-id" id="index-github-reference"></a>
-<a class="index-entry-id" id="index-version-control-2"></a>
-<a class="index-entry-id"
id="index-hibtypes_002dgithub_002ddefault_002dproject"></a>
-<a class="index-entry-id"
id="index-hibtypes_002dgithub_002ddefault_002duser"></a>
+<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>
</dd>
-<dt><code class="code">github-reference</code></dt>
+<dt><code>github-reference</code></dt>
<dd><p>Display the Github entity associated with REFERENCE and optional USER
and PROJECT.
-See <samp class="file">${hyperb:dir}/DEMO#Github (Remote) References</samp>
for examples.
+See <samp>${hyperb:dir}/DEMO#Github (Remote) References</samp> for examples.
</p>
<p>REFERENCE is a string of one of the following forms:
-</p><ul class="itemize mark-bullet">
-<li><ref-item>
-</li><li><user>/<project>/<ref-item>
-</li><li><project>/<ref-item>
-</li><li>/<project>.
+</p><ul>
+<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 class="table">
+</p><dl compact="compact">
<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
class="emph">92</em> or prefaced with <em class="emph">GH-</em>, like GH-92</dt>
+<dt>• an issue reference given by a positive integer, e.g. <em>92</em> or
prefaced with <em>GH-</em>, like GH-92</dt>
<dd><p>the issue is displayed
</p></dd>
<dt>• a commit reference given by a hex number, 55a1f0</dt>
@@ -3115,41 +3890,41 @@ See <samp class="file">${hyperb:dir}/DEMO#Github
(Remote) References</samp> for
</p></dd>
</dl>
-<a class="index-entry-id"
id="index-hibtypes_002dgithub_002ddefault_002duser-1"></a>
-<p>USER defaults to the value of <code
class="code">hibtypes-github-default-user</code>.
+<a name="index-hibtypes_002dgithub_002ddefault_002duser-1"></a>
+<p>USER defaults to the value of <code>hibtypes-github-default-user</code>.
If given, PROJECT overrides any project value in REFERENCE. If no
PROJECT value is provided, it defaults to the value of
-<code class="code">hibtypes-github-default-project</code>.
+<code>hibtypes-github-default-project</code>.
</p>
-<a class="index-entry-id" id="index-actypes-gitlab_002dreference"></a>
-<a class="index-entry-id" id="index-gitlab-reference"></a>
-<a class="index-entry-id" id="index-version-control-3"></a>
-<a class="index-entry-id"
id="index-hibtypes_002dgitlab_002ddefault_002dproject"></a>
-<a class="index-entry-id"
id="index-hibtypes_002dgitlab_002ddefault_002duser"></a>
+<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>
</dd>
-<dt><code class="code">gitlab-reference</code></dt>
+<dt><code>gitlab-reference</code></dt>
<dd><p>Display the Gitlab entity associated with REFERENCE and optional USER
and PROJECT.
-See <samp class="file">../DEMO#Gitlab (Remote) References</samp> for examples.
+See <samp>../DEMO#Gitlab (Remote) References</samp> for examples.
</p>
<p>REFERENCE is a string of one of the following forms:
-</p><ul class="itemize mark-bullet">
-<li><ref-item>
-</li><li><user>/<project>/<ref-item>
-</li><li><project>/<ref-item>
-</li><li>/<group>/<project>.
+</p><ul>
+<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 class="table">
+</p><dl compact="compact">
<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
class="emph">92</em> or prefaced with <em class="emph">GL-</em>, like GL-92</dt>
+<dt>• an issue reference given by a positive integer, e.g. <em>92</em> or
prefaced with <em>GL-</em>, like GL-92</dt>
<dd><p>the issue is displayed
</p></dd>
<dt>• a commit reference given by a hex number, 55a1f0</dt>
@@ -3160,270 +3935,270 @@ or
</p></dd>
</dl>
-<a class="index-entry-id"
id="index-hibtypes_002dgitlab_002ddefault_002duser-1"></a>
-<p>USER defaults to the value of <code
class="code">hibtypes-gitlab-default-user</code>.
+<a name="index-hibtypes_002dgitlab_002ddefault_002duser-1"></a>
+<p>USER defaults to the value of <code>hibtypes-gitlab-default-user</code>.
If given, PROJECT overrides any project value in REFERENCE. If no
PROJECT value is provided, it defaults to the value of
-<code class="code">hibtypes-gitlab-default-project</code>.
+<code>hibtypes-gitlab-default-project</code>.
</p>
-<a class="index-entry-id" id="index-actypes-hyp_002dconfig"></a>
+<a name="index-actypes-hyp_002dconfig"></a>
</dd>
-<dt><code class="code">hyp-config</code></dt>
+<dt><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 class="index-entry-id" id="index-actypes-hyp_002drequest"></a>
+<a name="index-actypes-hyp_002drequest"></a>
</dd>
-<dt><code class="code">hyp-request</code></dt>
+<dt><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 class="index-entry-id" id="index-actypes-hyp_002dsource"></a>
+<a name="index-actypes-hyp_002dsource"></a>
</dd>
-<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>.
+<dt><code>hyp-source</code></dt>
+<dd><p>Display a buffer or file from a line beginning with
<code>hbut:source-prefix</code>.
</p>
-<a class="index-entry-id" id="index-actypes-kbd_002dkey"></a>
+<a name="index-actypes-kbd_002dkey"></a>
</dd>
-<dt><code class="code">kbd-key</code></dt>
+<dt><code>kbd-key</code></dt>
<dd><p>Execute a normalized KEY-SERIES (series of key sequences) without curly
braces.
Each key sequence within KEY-SERIES must be a string of one of the following:
-</p><ul class="itemize mark-bullet">
-<li>a Hyperbole minibuffer menu item key sequence,
-</li><li>a HyControl key sequence,
-</li><li>a M-x extended command,
-</li><li>or a valid key sequence together with its interactive arguments.
+</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.
</li></ul>
-<p>Return ‘<samp class="samp">t</samp>’ if the sequence appears to
be valid, else ‘<samp class="samp">nil</samp>’.
+<p>Return ‘<samp>t</samp>’ if the sequence appears to be valid,
else ‘<samp>nil</samp>’.
</p>
-<a class="index-entry-id" id="index-link-action-types"></a>
-<a class="index-entry-id" id="index-actypes-link_002dto_002dbookmark"></a>
+<a name="index-link-action-types"></a>
+<a name="index-actypes-link_002dto_002dbookmark"></a>
</dd>
-<dt><code class="code">link-to-bookmark</code></dt>
+<dt><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 class="index-entry-id"
id="index-actypes-link_002dto_002dbuffer_002dtmp"></a>
+<a name="index-actypes-link_002dto_002dbuffer_002dtmp"></a>
</dd>
-<dt><code class="code">link-to-buffer-tmp</code></dt>
+<dt><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 class="code">link-to-file</code> instead for a permanent link.
+Use <code>link-to-file</code> instead for a permanent link.
</p>
-<a class="index-entry-id" id="index-actypes-link_002dto_002ddirectory"></a>
+<a name="index-actypes-link_002dto_002ddirectory"></a>
</dd>
-<dt><code class="code">link-to-directory</code></dt>
+<dt><code>link-to-directory</code></dt>
<dd><p>Display a DIRECTORY in Dired mode.
</p>
-<a class="index-entry-id" id="index-actypes-link_002dto_002ddoc"></a>
+<a name="index-actypes-link_002dto_002ddoc"></a>
</dd>
-<dt><code class="code">link-to-doc</code></dt>
+<dt><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
class="code">doc-id-indices</code>, signal an error.
+version of a document is not found in <code>doc-id-indices</code>, signal an
error.
</p>
-<a class="index-entry-id" id="index-actypes-link_002dto_002debut"></a>
+<a name="index-actypes-link_002dto_002debut"></a>
</dd>
-<dt><code class="code">link-to-ebut</code></dt>
+<dt><code>link-to-ebut</code></dt>
<dd><p>Perform an action given by an explicit button, specified by KEY and
KEY-FILE.
</p>
-<a class="index-entry-id" id="index-actypes-link_002dto_002delisp_002ddoc"></a>
+<a name="index-actypes-link_002dto_002delisp_002ddoc"></a>
</dd>
-<dt><code class="code">link-to-elisp-doc</code></dt>
+<dt><code>link-to-elisp-doc</code></dt>
<dd><p>Display the documentation for FUNC-SYMBOL.
</p>
-<a class="index-entry-id" id="index-actypes-link_002dto_002dfile"></a>
+<a name="index-actypes-link_002dto_002dfile"></a>
</dd>
-<dt><code class="code">link-to-file</code></dt>
+<dt><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 class="index-entry-id" id="index-actypes-link_002dto_002dfile_002dline"></a>
+<a name="index-actypes-link_002dto_002dfile_002dline"></a>
</dd>
-<dt><code class="code">link-to-file-line</code></dt>
+<dt><code>link-to-file-line</code></dt>
<dd><p>Display a file given by PATH scrolled to LINE-NUM.
</p>
-<a class="index-entry-id" id="index-actypes-link_002dto_002dgbut"></a>
+<a name="index-actypes-link_002dto_002dgbut"></a>
</dd>
-<dt><code class="code">link-to-gbut</code></dt>
+<dt><code>link-to-gbut</code></dt>
<dd><p>Perform an action given by an existing global button, specified by KEY.
</p>
-<a class="index-entry-id"
id="index-actypes-link_002dto_002dInfo_002dindex_002ditem"></a>
+<a name="index-actypes-link_002dto_002dInfo_002dindex_002ditem"></a>
</dd>
-<dt><code class="code">link-to-Info-index-item</code></dt>
+<dt><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 class="index-entry-id" id="index-actypes-link_002dto_002dInfo_002dnode"></a>
+<a name="index-actypes-link_002dto_002dInfo_002dnode"></a>
</dd>
-<dt><code class="code">link-to-Info-node</code></dt>
+<dt><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 class="index-entry-id" id="index-actypes-link_002dto_002dibut"></a>
+<a name="index-actypes-link_002dto_002dibut"></a>
</dd>
-<dt><code class="code">link-to-ibut</code></dt>
+<dt><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 class="index-entry-id" id="index-actypes-link_002dto_002dkcell"></a>
-<a class="index-entry-id" id="index-kcell_003aref_002dto_002did"></a>
+<a name="index-actypes-link_002dto_002dkcell"></a>
+<a name="index-kcell_003aref_002dto_002did"></a>
</dd>
-<dt><code class="code">link-to-kcell</code></dt>
+<dt><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
class="code">(kcell:ref-to-id)</code> for
+top of a window. See the documentation for <code>(kcell:ref-to-id)</code> for
valid CELL-REF formats.
</p>
-<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>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>
-<a class="index-entry-id" id="index-actypes-link_002dto_002dkotl"></a>
+<a name="index-actypes-link_002dto_002dkotl"></a>
</dd>
-<dt><code class="code">link-to-kotl</code></dt>
+<dt><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-preformatted"> < pathname [, cell-ref] >
+<pre class="example"> < pathname [, cell-ref] >
< [-!&] pathname >
< @ cell-ref >
</pre></div>
-<p>See the documentation for <code class="code">(kcell:ref-to-id)</code> for
valid cell-ref
+<p>See the documentation for <code>(kcell:ref-to-id)</code> for valid cell-ref
formats.
</p>
-<a class="index-entry-id" id="index-actypes-link_002dto_002dmail"></a>
+<a name="index-actypes-link_002dto_002dmail"></a>
</dd>
-<dt><code class="code">link-to-mail</code></dt>
+<dt><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
class="code">hmail:init-function</code> for
+the documentation for the variable <code>hmail:init-function</code> for
information on how to specify the mail reader to use.
</p>
-<a class="index-entry-id"
id="index-actypes-link_002dto_002dregexp_002dmatch"></a>
+<a name="index-actypes-link_002dto_002dregexp_002dmatch"></a>
</dd>
-<dt><code class="code">link-to-regexp-match</code></dt>
+<dt><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 class="samp">t</samp>’ if found, signal an error if
not.
+Return ‘<samp>t</samp>’ if found, signal an error if not.
</p>
-<a class="index-entry-id" id="index-actypes-link_002dto_002drfc"></a>
+<a name="index-actypes-link_002dto_002drfc"></a>
</dd>
-<dt><code class="code">link-to-rfc</code></dt>
+<dt><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 class="index-entry-id"
id="index-actypes-link_002dto_002dstring_002dmatch"></a>
+<a name="index-actypes-link_002dto_002dstring_002dmatch"></a>
</dd>
-<dt><code class="code">link-to-string-match</code></dt>
+<dt><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 class="samp">t</samp>’ if found, ‘<samp
class="samp">nil</samp>’ if not.
+Return ‘<samp>t</samp>’ if found, ‘<samp>nil</samp>’
if not.
</p>
-<a class="index-entry-id"
id="index-actypes-link_002dto_002dtexinfo_002dnode"></a>
+<a name="index-actypes-link_002dto_002dtexinfo_002dnode"></a>
</dd>
-<dt><code class="code">link-to-texinfo-node</code></dt>
+<dt><code>link-to-texinfo-node</code></dt>
<dd><p>Display the Texinfo node with NODENAME (a string) from the current
buffer.
</p>
-<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>
+<a name="index-actypes-link_002dto_002dweb_002dsearch"></a>
+<a name="index-link_002c-web-search"></a>
+<a name="index-web-search-link"></a>
</dd>
-<dt><code class="code">link-to-web-search</code></dt>
-<dd><p>Search web SERVICE-NAME for SEARCH-TERM. Uses <code
class="code">hyperbole-web-search-alist</code>
-to match each service to its search url or Emacs command. Uses <code
class="code">hyperbole-web-search-browser-function</code>
-and the <code class="code">browse-url</code> package to display search results.
+<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.
</p>
-<a class="index-entry-id" id="index-actypes-man_002dshow"></a>
-<a class="index-entry-id" id="index-hpath_003adisplay_002dwhere"></a>
-<a class="index-entry-id" id="index-man-page"></a>
+<a name="index-actypes-man_002dshow"></a>
+<a name="index-hpath_003adisplay_002dwhere"></a>
+<a name="index-man-page"></a>
</dd>
-<dt><code class="code">man-show</code></dt>
-<dd><p>Display a man page on TOPIC, which may be of the form ‘<samp
class="samp"><command>(<section></samp>’).
-Use <code class="code">hpath:display-where</code> setting to control where the
man page is displayed.
+<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.
</p>
-<a class="index-entry-id"
id="index-actypes-org_002dinternal_002dtarget_002dlink"></a>
+<a name="index-actypes-org_002dinternal_002dtarget_002dlink"></a>
</dd>
-<dt><code class="code">org-internal-target-link</code></dt>
+<dt><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 class="index-entry-id" id="index-actypes-org_002dlink"></a>
+<a name="index-actypes-org_002dlink"></a>
</dd>
-<dt><code class="code">org-link</code></dt>
+<dt><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 class="index-entry-id"
id="index-actypes-org_002dradio_002dtarget_002dlink"></a>
+<a name="index-actypes-org_002dradio_002dtarget_002dlink"></a>
</dd>
-<dt><code class="code">org-radio-target-link</code></dt>
+<dt><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 class="index-entry-id" id="index-actypes-rfc_002dtoc"></a>
+<a name="index-actypes-rfc_002dtoc"></a>
</dd>
-<dt><code class="code">rfc-toc</code></dt>
+<dt><code>rfc-toc</code></dt>
<dd><p>Compute and display a summary of an Internet rfc in BUF-NAME. Assume
point has
already been moved to the start of the region to summarize. Optional OPOINT is
the point to return to in BUF-NAME after displaying the summary.
</p>
-<a class="index-entry-id" id="index-actypes-text_002dtoc"></a>
-<a class="index-entry-id" id="index-table-of-contents-2"></a>
-<a class="index-entry-id" id="index-toc-action-type"></a>
+<a name="index-actypes-text_002dtoc"></a>
+<a name="index-table-of-contents-2"></a>
+<a name="index-toc-action-type"></a>
</dd>
-<dt><code class="code">text-toc</code></dt>
+<dt><code>text-toc</code></dt>
<dd><p>Jump to the text file SECTION referenced by a table of contents entry
at point.
</p>
-<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>
+<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>
</dd>
-<dt><code class="code">www-url</code></dt>
+<dt><code>www-url</code></dt>
<dd><p>Follow a link given by a URL. The variable,
-<code class="code">browse-url-browser-function</code>, customizes the url
browser
+<code>browse-url-browser-function</code>, customizes the url browser
that is used. Valid values of this variable include
-<code class="code">browse-url-default-browser</code> and <code
class="code">browse-url-generic</code>.
+<code>browse-url-default-browser</code> and <code>browse-url-generic</code>.
See its documentation string for details.
</p>
-<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>
+<a name="index-actypes-yt_002dinfo"></a>
+<a name="index-youtube"></a>
+<a name="index-video"></a>
</dd>
-<dt><code class="code">yt-info</code></dt>
+<dt><code>yt-info</code></dt>
<dd><p>Display a web page with the metadata information about VIDEO-ID.
</p>
-<a class="index-entry-id" id="index-actypes-yt_002dplay"></a>
+<a name="index-actypes-yt_002dplay"></a>
</dd>
-<dt><code class="code">yt-play</code></dt>
+<dt><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 class="index-entry-id" id="index-actypes-yt_002dsearch"></a>
+<a name="index-actypes-yt_002dsearch"></a>
</dd>
-<dt><code class="code">yt-search</code></dt>
+<dt><code>yt-search</code></dt>
<dd><p>Search Youtube for SEARCH-TERM.
</p>
-<a class="index-entry-id" id="index-actypes-yt_002durl"></a>
+<a name="index-actypes-yt_002durl"></a>
</dd>
-<dt><code class="code">yt-url</code></dt>
+<dt><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.
@@ -3435,88 +4210,96 @@ minutes are optional.
</dl>
-<a class="index-entry-id" id="index-action-1"></a>
-<a class="index-entry-id"
id="index-hui_003aebut_002dprompt_002dfor_002daction"></a>
+<a name="index-action-1"></a>
+<a name="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 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
+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
the button’s action type at each explicit button creation. For those
cases
-where the action type is sufficient, a ‘<samp
class="samp">nil</samp>’ value should be
+where the action type is sufficient, a ‘<samp>nil</samp>’ value
should be
entered for the action. An action may be any Lisp form that Emacs
Lisp can evaluate.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="Button-Type-Precedence">
-<div class="nav-panel">
+<a name="Button-Type-Precedence"></a>
+<div class="header">
<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>
-<h3 class="section" id="Button-Type-Precedence-1">4.6 Button Type
Precedence</h3>
+<a name="Button-Type-Precedence-1"></a>
+<h3 class="section">4.6 Button Type Precedence</h3>
-<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>
+<a name="index-button-precedence"></a>
+<a name="index-precedence_002c-buttons"></a>
+<a name="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 class="index-entry-id" id="index-ibtype_002c-evaluation-order"></a>
+<a name="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 class="dfn">domains</em>, those contexts in which
their
+may have overlapping <em>domains</em>, those contexts in which their
predicates are true, only the first matching type is used. The type
-predicates are tested in <em class="emph">reverse</em> order of definition,
i.e.
+predicates are tested in <em>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 class="index-entry-id" id="index-type-redefinition"></a>
+<a name="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 class="xref"
href="#Creating-Types">Creating Types</a>, for
+any worry of altering their precedences. See <a
href="#Creating-Types">Creating Types</a>, for
information on how to develop or modify types.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="Utilizing-Explicit-Buttons">
-<div class="nav-panel">
+<a name="Utilizing-Explicit-Buttons"></a>
+<div class="header">
<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>
-<h3 class="section" id="Utilizing-Explicit-Buttons-1">4.7 Utilizing Explicit
Buttons</h3>
+<a name="Utilizing-Explicit-Buttons-1"></a>
+<h3 class="section">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>
-<div class="subsection-level-extent" id="Creation">
-<div class="nav-panel">
+<a name="Creation"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Creation-1">4.7.1 Creation</h4>
+<a name="Creation-1"></a>
+<h4 class="subsection">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
@@ -3532,47 +4315,51 @@ 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>
-<div class="subsubsection-level-extent" id="By-Menu">
-<div class="nav-panel">
+<a name="By-Menu"></a>
+<div class="header">
<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>
+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>
</div>
-<h4 class="subsubsection" id="Creation-Via-Menus">4.7.1.1 Creation Via
Menus</h4>
+<a name="Creation-Via-Menus"></a>
+<h4 class="subsubsection">4.7.1.1 Creation Via Menus</h4>
-<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>
+<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>
<p>Explicit buttons are managed with the Hyperbole Ebut/ menu accessed with
-<kbd class="kbd">{C-h h e}</kbd>. The Create item, <kbd class="kbd">{C-h h e
c}</kbd>, creates any type of
+<kbd>{C-h h e}</kbd>. The Create item, <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 class="ref"
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
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 class="index-entry-id" id="index-button-instance"></a>
-<a class="index-entry-id" id="index-instance-number"></a>
+<a name="index-button-instance"></a>
+<a name="index-instance-number"></a>
<p>If a previous button with the same label exists in the same buffer,
-Hyperbole will add an <em class="dfn">instance number</em> to the label when
it adds
+Hyperbole will add an <em>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
@@ -3581,23 +4368,23 @@ its delimiters. Hyperbole will interpret all
occurrences of the same
delimited label within a buffer as the same button.
</p>
<hr>
-</div>
-<div class="subsubsection-level-extent" id="By-Link">
-<div class="nav-panel">
+<a name="By-Link"></a>
+<div class="header">
<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>
+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>
</div>
-<h4 class="subsubsection" id="Creation-Via-Buffer-Link">4.7.1.2 Creation Via
Buffer Link</h4>
+<a name="Creation-Via-Buffer-Link"></a>
+<h4 class="subsubsection">4.7.1.2 Creation Via Buffer Link</h4>
-<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>
+<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>
<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
class="kbd">{C-h h
+the other window (referent). Simply use the Link menu item, <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
@@ -3610,36 +4397,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>
-</div>
-<div class="subsubsection-level-extent" id="By-Dragging">
-<div class="nav-panel">
+<a name="By-Dragging"></a>
+<div class="header">
<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>
+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>
</div>
-<h4 class="subsubsection" id="Creation-Via-Action-Key-Drags">4.7.1.3 Creation
Via Action Key Drags</h4>
+<a name="Creation-Via-Action-Key-Drags"></a>
+<h4 class="subsubsection">4.7.1.3 Creation Via Action Key Drags</h4>
-<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>
+<a name="index-mouse-drag_002c-explicit-link-creation"></a>
+<a name="index-drag-1"></a>
+<a name="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 class="pxref" href="#Displaying-Items">Displaying Items</a>. Hyperbole
will either automatically select
+see <a 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 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>
+<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>
<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 class="pxref"
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
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.
@@ -3651,7 +4438,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 class="xref" href="#By-Menu">Creation Via Menus</a>,
for a more detailed
+little practice. (See <a 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
@@ -3670,7 +4457,7 @@ upon the referent context in which the Action Key is
released.
</p>
<div class="format">
<div class="example">
-<pre class="example-preformatted">Referent Context Link Type
+<pre class="example">Referent Context Link Type
----------------------------------------------------
Org Roam or Org Id link-to-org-id
Global Button link-to-gbut
@@ -3692,17 +4479,16 @@ Buffer without File link-to-buffer-tmp
<hr>
-</div>
-</div>
-<div class="subsection-level-extent" id="Renaming">
-<div class="nav-panel">
+<a name="Renaming"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Renaming-1">4.7.2 Renaming</h4>
+<a name="Renaming-1"></a>
+<h4 class="subsection">4.7.2 Renaming</h4>
-<a class="index-entry-id" id="index-explicit-button-renaming"></a>
-<a class="index-entry-id" id="index-button-renaming"></a>
+<a name="index-explicit-button-renaming"></a>
+<a name="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
@@ -3717,52 +4503,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 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>
+<a name="index-file_002c-_002eemacs-1"></a>
+<a name="index-file_002c-hyperbole_002eel"></a>
+<a name="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 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.
+<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.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Deletion">
-<div class="nav-panel">
+<a name="Deletion"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Deletion-1">4.7.3 Deletion</h4>
+<a name="Deletion-1"></a>
+<h4 class="subsection">4.7.3 Deletion</h4>
-<a class="index-entry-id" id="index-explicit-button-deletion"></a>
-<a class="index-entry-id" id="index-button-deletion"></a>
+<a name="index-explicit-button-deletion"></a>
+<a name="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 class="index-entry-id"
id="index-hui_003ahbut_002ddelete_002dconfirm_002dflag"></a>
+<a name="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
class="code">hui:hbut-delete-confirm-flag</code> variable
+be recreated. Therefore, the <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
class="samp">nil</samp>’ if you
+interactively deleting explicit buttons. Set it to
‘<samp>nil</samp>’ if you
prefer no confirmation.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Editing">
-<div class="nav-panel">
+<a name="Editing"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Editing-1">4.7.4 Editing</h4>
+<a name="Editing-1"></a>
+<h4 class="subsection">4.7.4 Editing</h4>
-<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>
+<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>
<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>
@@ -3770,20 +4556,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 class="xref" href="#Creation">Creation</a>.
+the keyboard. See <a href="#Creation">Creation</a>.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Searching-and-Summarizing">
-<div class="nav-panel">
+<a name="Searching-and-Summarizing"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Searching-and-Summarizing-1">4.7.5 Searching and
Summarizing</h4>
+<a name="Searching-and-Summarizing-1"></a>
+<h4 class="subsection">4.7.5 Searching and Summarizing</h4>
-<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>
+<a name="index-explicit-button-summary"></a>
+<a name="index-button-summary"></a>
+<a name="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.
@@ -3794,8 +4580,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 class="index-entry-id" id="index-explicit-button-searching"></a>
-<a class="index-entry-id" id="index-button-searching"></a>
+<a name="index-explicit-button-searching"></a>
+<a name="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
@@ -3811,17 +4597,17 @@ buttons created by others or for searching on
particular button
attributes.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Buttons-in-Mail">
-<div class="nav-panel">
+<a name="Buttons-in-Mail"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Buttons-in-Mail-1">4.7.6 Buttons in Mail</h4>
+<a name="Buttons-in-Mail-1"></a>
+<h4 class="subsection">4.7.6 Buttons in Mail</h4>
-<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>
+<a name="index-C_002dx-m"></a>
+<a name="index-mail"></a>
+<a name="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.
@@ -3829,36 +4615,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 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
+<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
articles is also supported in the same fashion via the Gnus news reader if
-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
+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
be used to hook in other mail or news readers if the necessary interface
functions are written.)
</p>
-<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>
+<a name="index-mail_002dyank_002doriginal"></a>
+<a name="index-C_002dc-C_002dy"></a>
+<a name="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
class="code">(mail-yank-original)</code> command
-bound to <kbd class="kbd">{C-c C-y}</kbd>. From a user’s perspective,
buttons are
+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
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
@@ -3871,7 +4657,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 class="emph">Subject</em> lines are copied to
summary
+which appear in message <em>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>
@@ -3880,20 +4666,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 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>
+<a name="index-smail_003acomment"></a>
+<a name="index-mail-comment"></a>
+<a name="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
class="code">smail:comment</code>,
+Hyperbole mail buttons, you can set the variable, <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 class="file">~/.emacs</samp> file before the point at which you
load
+to your <samp>~/.emacs</samp> file before the point at which you load
Hyperbole.
</p>
-<div class="example lisp">
-<pre class="lisp-preformatted">(setq smail:comment
+<div class="lisp">
+<pre class="lisp">(setq smail:comment
(format "Comments: GNU Hyperbole mail buttons accepted, v%s.\n"
hyperb:version))
</pre></div>
@@ -3901,38 +4687,38 @@ Hyperbole.
<p>This will produce the following line in outgoing messages:
</p>
<div class="example">
-<pre class="example-preformatted">Comments: GNU Hyperbole mail buttons
accepted, vX.X.X.
+<pre class="example">Comments: GNU Hyperbole mail buttons accepted, vX.X.X.
</pre></div>
-<a class="index-entry-id" id="index-file_002c-_002eemacs-2"></a>
+<a name="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 class="index-entry-id" id="index-actype_002c-link_002dto_002dmail"></a>
+<a name="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 class="code">link-to-mail</code> action type. When prompted for
the mail
+with a <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 class="ref" href="#Smart-Key-Argument-Selection">Smart Key
Argument Selection</a>.
+described in <a href="#Smart-Key-Argument-Selection">Smart Key Argument
Selection</a>.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Buttons-in-News">
-<div class="nav-panel">
+<a name="Buttons-in-News"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Buttons-in-News-1">4.7.7 Buttons in News</h4>
+<a name="Buttons-in-News-1"></a>
+<h4 class="subsection">4.7.7 Buttons in News</h4>
-<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>
+<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>
<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
@@ -3941,8 +4727,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 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
+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
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.
@@ -3957,107 +4743,105 @@ 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 class="index-entry-id" id="index-news-comment"></a>
+<a name="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 class="xref" href="#Buttons-in-Mail">Buttons in
Mail</a>, for details and an
+messages, if enabled. See <a href="#Buttons-in-Mail">Buttons in Mail</a>, for
details and an
explanation of how to turn this feature on.
</p>
<hr>
-</div>
-</div>
-</div>
-<div class="chapter-level-extent" id="Menus">
-<div class="nav-panel">
+<a name="Menus"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="chapter" id="Menus-1">5 Menus</h2>
+<a name="Menus-1"></a>
+<h2 class="chapter">5 Menus</h2>
-<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>
+<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>
<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 class="code">Remove-This-Menu</code> command on the Hyperbole
menubar menu to
+the <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" id="image_003aHyperbole-Menu">
+<div class="float"><a name="image_003aHyperbole-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-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-find.png" alt="Find Menu">
-<div class="caption"><p><strong class="strong">Image 5.2: </strong>Find
Menubar Menu</p></div></div><br>
+<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>
-<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
+<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
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 class="xref" href="#Smart-Key-_002d-Default-Context">Smart Key -
Default Context</a>, for details.
+See <a href="#Smart-Key-_002d-Default-Context">Smart Key - Default
Context</a>, for details.
</p>
-<a class="index-entry-id" id="index-minibuffer-menus"></a>
-<a class="index-entry-id" id="index-menu-item-key-bindings"></a>
+<a name="index-minibuffer-menus"></a>
+<a name="index-menu-item-key-bindings"></a>
<p>The rest of this section discusses only the specialized
-<em class="dfn">minibuffer menus</em> which appear in the minibuffer window
and work
+<em>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 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>
+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>
<p>The top-level Hyperbole minibuffer menu is invoked from a key given in your
-<samp class="file">hyperbole.el</samp> file (by default, <kbd class="kbd">{C-h
h}</kbd>) or with a click
+<samp>hyperbole.el</samp> file (by default, <kbd>{C-h h}</kbd>) or with a click
of the Action Mouse Key in the minibuffer when it is inactive. It should
look like this:
</p>
-<div class="example 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>
+<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>
<p>A menu item can be selected in a number of ways:
-</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.
+</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.
</li></ul>
<p>A prefix argument given to one of the movement commands, moves by that
@@ -4065,97 +4849,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 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>
+<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>
<p>While a menu is active, to re-activate the top-level Hyperbole menu,
-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
+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
submenus and then return to the top menu.
</p>
-<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>
+<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>
<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 class="kbd">{<kbd class="key">RET</kbd>}</kbd> or the Action Key
on the menu name (first
+pressing <kbd>{<span class="key">RET</span>}</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 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
+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
whether you are at a menu prompt or any other Hyperbole prompt.
-<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
+<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
mode.
</p>
<p>The top-level Hyperbole minibuffer menu items serve the following purposes:
</p>
-<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>
+<dl compact="compact">
+<dd><a name="index-menu-item_002c-Act"></a>
+<a name="index-menu-item_002c-Activate_002dButton_002din_002dBuffer"></a>
</dd>
-<dt><strong class="strong">Act</strong></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><strong class="strong">Butfile/</strong></dt>
+<dt><strong>Butfile/</strong></dt>
<dd><p>Easy access to a directory-specific or personal file of 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.
+<samp>HYPB</samp> is the name of the directory-specific button file and
+<samp>~/.hyperb/HYPB</samp> is the personal file of global buttons.
These are good places to begin experimenting with button creation.
</p>
-<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>
+<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>
</dd>
-<dt><strong class="strong">Cust/</strong></dt>
+<dt><strong>Cust/</strong></dt>
<dd><p>Hyperbole option customization. This includes whether ftp and www
-URLs are recognized by the <code class="code">find-file</code> commands, where
Hyperbole
+URLs are recognized by the <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 class="xref" href="#Customization">Customization</a>.
+See <a href="#Customization">Customization</a>.
</p>
-<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
+<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
keyboard key that Hyperbole binds for its commands, notably the Action
-Key. See <a class="xref" href="#Smart-Key-Bindings">Smart Key Bindings</a>,
for more information.
+Key. See <a href="#Smart-Key-Bindings">Smart Key Bindings</a>, for more
information.
</p>
-<p>See <a class="xref" href="#Hyperbole-Key-Bindings">Hyperbole Key
Bindings</a>, for complete descriptions of Hyperbole’s
+<p>See <a href="#Hyperbole-Key-Bindings">Hyperbole Key Bindings</a>, for
complete descriptions of Hyperbole’s
key bindings and how to manage them.
</p>
-<a class="index-entry-id" id="index-menu_002c-Explicit_002dButton"></a>
-<a class="index-entry-id" id="index-menu_002c-EBut"></a>
+<a name="index-menu_002c-Explicit_002dButton"></a>
+<a name="index-menu_002c-EBut"></a>
</dd>
-<dt><strong class="strong">Ebut/</strong></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><strong class="strong">Doc/</strong></dt>
+<dt><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
@@ -4164,12 +4948,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 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>
+<a name="index-Find"></a>
+<a name="index-Grep"></a>
+<a name="index-menu_002c-Find"></a>
+<a name="index-search"></a>
</dd>
-<dt><strong class="strong">Find/</strong></dt>
+<dt><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
@@ -4180,141 +4964,141 @@ access to popular web search engines.
</p>
<p>Below are each of the commands on the Find menu.
</p>
-<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
+<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
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 class="code">hypb:rgrep-command</code> to
change the
+ files. Set <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 class="code">mdfind</code> command); on UNIX, it
uses
- the <code class="code">locate</code> command. Within the
resulting
+ (the <code>mdfind</code> command); on UNIX, it uses
+ the <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 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> 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>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 class="kbd">{C-c /}</kbd> for quick
+<p>Hyperbole binds the key <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
class="code">hyperbole-web-search-browser-function</code>,
+ menu sets the option,
<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 class="url"
href="https://youtu.be/8lMlJed0-OM">https://youtu.be/8lMlJed0-OM</a>.
+ found at <a
href="https://youtu.be/8lMlJed0-OM">https://youtu.be/8lMlJed0-OM</a>.
</p>
<p>The Find/Web menu looks like this:
</p>
-<div class="example smallexample">
-<pre class="example-preformatted">Web> Amazon Bing Dictionary Elisp
Facebook Google gitHub Images
+<div class="smallexample">
+<pre class="smallexample">Web> Amazon Bing Dictionary Elisp Facebook
Google gitHub Images
Jump Maps RFCs StackOverflow Twitter Wikipedia Youtube
</pre></div>
</li></ul>
-<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>
+<a name="index-menu_002c-Global_002dButton-1"></a>
+<a name="index-menu_002c-Gbut-1"></a>
</dd>
-<dt><strong class="strong">Gbut/</strong></dt>
+<dt><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 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>
+<a name="index-menu-item_002c-Back_002dto_002dPrior_002dLocation"></a>
+<a name="index-menu-item_002c-Hist"></a>
+<a name="index-history"></a>
</p></dd>
-<dt><strong class="strong">Hist</strong></dt>
+<dt><strong>Hist</strong></dt>
<dd><p>Return to previous positions in the button traversal history.
</p>
-<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>
+<a name="index-menu_002c-Implicit_002dButton-1"></a>
+<a name="index-menu_002c-Ibut-1"></a>
</dd>
-<dt><strong class="strong">Ibut/</strong></dt>
+<dt><strong>Ibut/</strong></dt>
<dd><p>All implicit button commands.
</p>
-<a class="index-entry-id" id="index-menu_002c-Mail_002dLists"></a>
-<a class="index-entry-id" id="index-menu_002c-Msg"></a>
+<a name="index-menu_002c-Mail_002dLists"></a>
+<a name="index-menu_002c-Msg"></a>
</dd>
-<dt><strong class="strong">Msg/</strong></dt>
+<dt><strong>Msg/</strong></dt>
<dd><p>Hyperbole-specific email messaging commands. Use this to send mail to
a Hyperbole discussion mailing list.
</p>
-<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>
+<a name="index-menu_002c-Outliner"></a>
+<a name="index-menu_002c-Koutline"></a>
+<a name="index-menu_002c-Kotl"></a>
</dd>
-<dt><strong class="strong">Kotl/</strong></dt>
+<dt><strong>Kotl/</strong></dt>
<dd><p>Autonumbered, structured outliner commands with per-node hyperlink
anchors.
-See <a class="xref" href="#Koutliner">Koutliner</a>.
+See <a href="#Koutliner">Koutliner</a>.
</p>
-<a class="index-entry-id" id="index-menu_002c-Rolo"></a>
+<a name="index-menu_002c-Rolo"></a>
</dd>
-<dt><strong class="strong">Rolo/</strong></dt>
+<dt><strong>Rolo/</strong></dt>
<dd><p>Hierarchical, multi-file contact manager lookup and edit commands.
-See <a class="xref" href="#HyRolo">HyRolo</a>.
+See <a href="#HyRolo">HyRolo</a>.
</p>
-<a class="index-entry-id" id="index-menu_002c-Screen"></a>
+<a name="index-menu_002c-Screen"></a>
</dd>
-<dt><strong class="strong">Screen/</strong></dt>
-<dd><p>Window, frame and buffer display control commands. See <a class="xref"
href="#HyControl">HyControl</a>.
+<dt><strong>Screen/</strong></dt>
+<dd><p>Window, frame and buffer display control commands. See <a
href="#HyControl">HyControl</a>.
</p>
-<a class="index-entry-id" id="index-menu_002c-Window_002dConfigurations"></a>
-<a class="index-entry-id" id="index-menu_002c-WinConfig"></a>
+<a name="index-menu_002c-Window_002dConfigurations"></a>
+<a name="index-menu_002c-WinConfig"></a>
</dd>
-<dt><strong class="strong">Win/</strong></dt>
+<dt><strong>Win/</strong></dt>
<dd><p>Window configuration management commands, such as adding and restoring
-window configurations by name. See <a class="xref"
href="#Window-Configurations">Window Configurations</a>.
+window configurations by name. See <a href="#Window-Configurations">Window
Configurations</a>.
</p>
</dd>
</dl>
<hr>
-</div>
-<div class="chapter-level-extent" id="HyControl">
-<div class="nav-panel">
+<a name="HyControl"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="chapter" id="HyControl-1">6 HyControl</h2>
+<a name="HyControl-1"></a>
+<h2 class="chapter">6 HyControl</h2>
-<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>
+<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>
<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,
@@ -4325,38 +5109,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 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
+<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
window control menu, if it was not already bound prior to Hyperbole’s
initialization; otherwise, the Screen/WindowsControl minibuffer menu
-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
+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
f}</kbd>.
</p>
-<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>
+<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>
<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 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
+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
left of the minibuffer prompt showing which type of control is active.
</p>
-<a class="index-entry-id" id="index-numeric-argument"></a>
-<a class="index-entry-id" id="index-multiplier"></a>
+<a name="index-numeric-argument"></a>
+<a name="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 class="kbd">{C-u}</kbd> universal argument key to apply a multiplier
of 4 to
+the <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>
@@ -4364,70 +5148,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 class="table">
+<dl compact="compact">
<dd>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{?}</kbd></dt>
+<dt><kbd>{?}</kbd></dt>
<dd><p>Toggle whether HyControl displays key binding help in the minibuffer.
</p>
-<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>
+<a name="index-HyControl_002c-see-screen-1"></a>
+<a name="index-screen_002c-_002e"></a>
+<a name="index-_002e"></a>
</dd>
-<dt><kbd class="kbd">{.}</kbd></dt>
+<dt><kbd>{.}</kbd></dt>
<dd><p>Clear the prefix argument to a value of 0.
</p>
-<a class="index-entry-id" id="index-screen_002c-0_002d9"></a>
-<a class="index-entry-id" id="index-0_002d9"></a>
+<a name="index-screen_002c-0_002d9"></a>
+<a name="index-0_002d9"></a>
</dd>
-<dt><kbd class="kbd">{0-9}</kbd></dt>
+<dt><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 class="index-entry-id" id="index-screen_002c-_002d"></a>
-<a class="index-entry-id" id="index-_002d"></a>
+<a name="index-screen_002c-_002d"></a>
+<a name="index-_002d"></a>
</dd>
-<dt><kbd class="kbd">{-}</kbd></dt>
+<dt><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 class="index-entry-id" id="index-C_002du"></a>
-<a class="index-entry-id" id="index-C_002du-1"></a>
+<a name="index-C_002du"></a>
+<a name="index-C_002du-1"></a>
</dd>
-<dt><kbd class="kbd">{C-u}</kbd></dt>
+<dt><kbd>{C-u}</kbd></dt>
<dd><p>Multiply the prefix argument by 4 each time this is pressed.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{@}</kbd></dt>
+<dt><kbd>{@}</kbd></dt>
<dd>
-<p>Display a <em class="dfn">grid of windows</em> in the selected frame sized
according to
+<p>Display a <em>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 class="index-entry-id"
id="index-hycontrol_002ddisplay_002dbuffer_002dpredicate_002dlist"></a>
+<a name="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
class="code">hycontrol-display-buffer-predicate-list</code>, a list of
+is filtered through <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" id="image_003a2x3_002dWindows_002dGrid">
+<div class="float"><a name="image_003a2x3_002dWindows_002dGrid"></a>
-<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>
+<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>
<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
@@ -4448,399 +5232,401 @@ following commands from using the often large grid
size argument.
-<a class="index-entry-id"
id="index-hycontrol_002dwindow_002dgrid_002drepeatedly"></a>
+<a name="index-hycontrol_002dwindow_002dgrid_002drepeatedly"></a>
<p>If you ever need to experiment with different sized window grids, use
-<kbd class="kbd">{M-x hycontrol-window-grid-repeatedly <kbd
class="key">RET</kbd>}</kbd>. It will
+<kbd>{M-x hycontrol-window-grid-repeatedly <span
class="key">RET</span>}</kbd>. It will
repeatedly prompt you for a grid size and then display it. When you
-are done, simply press <kbd class="kbd">{<kbd class="key">RET</kbd>}</kbd> to
exit.
+are done, simply press <kbd>{<span class="key">RET</span>}</kbd> to exit.
</p>
-<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>
+<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>
<p>Programmatically, there are a number of ways to generate and display a
windows grid.
-<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>
+<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>
creates a windows grid from a list of buffers or buffer names.
-<code class="code">hycontrol-windows-grid-by-file-list</code> creates a
windows grid from a list of file
+<code>hycontrol-windows-grid-by-file-list</code> creates a windows grid from a
list of file
names.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{a}</kbd></dt>
+<dt><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 class="code">hycontrol-frame-widths</code> and typically go from widest
to
+<code>hycontrol-frame-widths</code> and typically go from widest to
narrowest.
</p>
-<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>
+<a name="index-hycontrol_002dframe_002dheights"></a>
+<a name="index-screen_002c-A"></a>
+<a name="index-A"></a>
</dd>
-<dt><kbd class="kbd">{A}</kbd></dt>
+<dt><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 class="code">hycontrol-frame-heights</code> and typically go from
tallest to shortest.
+<code>hycontrol-frame-heights</code> and typically go from tallest to shortest.
</p>
-<a class="index-entry-id" id="index-screen_002c-h"></a>
-<a class="index-entry-id" id="index-h"></a>
+<a name="index-screen_002c-h"></a>
+<a name="index-h"></a>
</dd>
-<dt><kbd class="kbd">{h}</kbd></dt>
+<dt><kbd>{h}</kbd></dt>
<dd><p>Increase height by argument lines (line height determined by buffer
character height).
</p>
-<a class="index-entry-id" id="index-screen_002c-s"></a>
-<a class="index-entry-id" id="index-s"></a>
+<a name="index-screen_002c-s"></a>
+<a name="index-s"></a>
</dd>
-<dt><kbd class="kbd">{s}</kbd></dt>
+<dt><kbd>{s}</kbd></dt>
<dd><p>Shorten height by argument lines.
</p>
-<a class="index-entry-id" id="index-screen_002c-w"></a>
-<a class="index-entry-id" id="index-w"></a>
+<a name="index-screen_002c-w"></a>
+<a name="index-w"></a>
</dd>
-<dt><kbd class="kbd">{w}</kbd></dt>
+<dt><kbd>{w}</kbd></dt>
<dd><p>Widen by argument characters.
</p>
-<a class="index-entry-id" id="index-screen_002c-n"></a>
-<a class="index-entry-id" id="index-n"></a>
+<a name="index-screen_002c-n"></a>
+<a name="index-n"></a>
</dd>
-<dt><kbd class="kbd">{n}</kbd></dt>
+<dt><kbd>{n}</kbd></dt>
<dd><p>Narrow by argument characters.
</p>
-<a class="index-entry-id" id="index-screen_002c-_0025"></a>
-<a class="index-entry-id" id="index-_0025"></a>
+<a name="index-screen_002c-_0025"></a>
+<a name="index-_0025"></a>
</dd>
-<dt><kbd class="kbd">{%}</kbd></dt>
+<dt><kbd>{%}</kbd></dt>
<dd><p>In FRAMES mode, resize frame’s height and width to about argument
percent
of the screen size.
</p>
-<a class="index-entry-id" id="index-screen_002c-H"></a>
-<a class="index-entry-id" id="index-H"></a>
+<a name="index-screen_002c-H"></a>
+<a name="index-H"></a>
</dd>
-<dt><kbd class="kbd">{H}</kbd></dt>
+<dt><kbd>{H}</kbd></dt>
<dd><p>In FRAMES mode, resize frame’s height to about argument percent
of the
screen size.
</p>
-<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>
+<a name="index-screen_002c-I_002fJ_002fK_002fM"></a>
+<a name="index-I_002fJ_002fK_002fM"></a>
</dd>
-<dt><kbd class="kbd">{I/J/K/M}</kbd></dt>
+<dt><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 class="file">windmove</samp> and <samp class="file">framemove</samp>
libraries. When any of these
+<samp>windmove</samp> and <samp>framemove</samp> libraries. When any of these
keys are pressed, Hyperbole will prompt to install the needed library
if not already installed.
</p>
-<a class="index-entry-id" id="index-screen_002c-W"></a>
-<a class="index-entry-id" id="index-W"></a>
+<a name="index-screen_002c-W"></a>
+<a name="index-W"></a>
</dd>
-<dt><kbd class="kbd">{W}</kbd></dt>
+<dt><kbd>{W}</kbd></dt>
<dd><p>In FRAMES mode, resize frame’s width to about argument percent of
the
screen size.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{up}</kbd></dt>
-<dd><a class="index-entry-id" id="index-down"></a>
+<dt><kbd>{up}</kbd></dt>
+<dd><a name="index-down"></a>
</dd>
-<dt><kbd class="kbd">{down}</kbd></dt>
-<dd><a class="index-entry-id" id="index-left"></a>
+<dt><kbd>{down}</kbd></dt>
+<dd><a name="index-left"></a>
</dd>
-<dt><kbd class="kbd">{left}</kbd></dt>
-<dd><a class="index-entry-id" id="index-right"></a>
+<dt><kbd>{left}</kbd></dt>
+<dd><a name="index-right"></a>
</dd>
-<dt><kbd class="kbd">{right}</kbd></dt>
+<dt><kbd>{right}</kbd></dt>
<dd><p>Move frame in the specified direction by argument pixels.
</p>
-<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>
+<a name="index-frame-relocate"></a>
+<a name="index-screen_002c-c"></a>
+<a name="index-c"></a>
</dd>
-<dt><kbd class="kbd">{c}</kbd></dt>
+<dt><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
class="code">hycontrol-get-screen-offsets</code>.
+edge offsets returned by <code>hycontrol-get-screen-offsets</code>.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{d}</kbd></dt>
+<dt><kbd>{d}</kbd></dt>
<dd><p>Delete selected window or frame based on mode.
-<a class="index-entry-id" id="index-screen_002c-D"></a>
-<a class="index-entry-id" id="index-D"></a>
+<a name="index-screen_002c-D"></a>
+<a name="index-D"></a>
</p></dd>
-<dt><kbd class="kbd">{D}</kbd></dt>
+<dt><kbd>{D}</kbd></dt>
<dd><p>Prompt for confirmation and then delete non-selected windows or frames
based on mode.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{l}</kbd></dt>
+<dt><kbd>{l}</kbd></dt>
<dd><p>In FRAMES mode, lower the selected frame below all other Emacs session
frames.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{o}</kbd></dt>
+<dt><kbd>{o}</kbd></dt>
<dd><p>Select the next window in the window list, across all visible frames.
-<a class="index-entry-id" id="index-screen_002c-O"></a>
-<a class="index-entry-id" id="index-O"></a>
+<a name="index-screen_002c-O"></a>
+<a name="index-O"></a>
</p></dd>
-<dt><kbd class="kbd">{O}</kbd></dt>
+<dt><kbd>{O}</kbd></dt>
<dd><p>Select the next visible frame.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{keypad number}</kbd></dt>
+<dt><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 class="code">hycontrol-get-screen-offsets</code>.
+offsets returned by <code>hycontrol-get-screen-offsets</code>.
</p>
-<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>
+<a name="index-virtual-numeric-keypad"></a>
+<a name="index-screen_002c-p"></a>
+<a name="index-p"></a>
</dd>
-<dt><kbd class="kbd">{p}</kbd></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><kbd class="kbd">{r}</kbd></dt>
+<dt><kbd>{r}</kbd></dt>
<dd><p>In FRAMES mode, raise the selected frame above all other Emacs session
frames.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{[}</kbd></dt>
+<dt><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 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>
+<code>hycontrol-frame-offset</code>.
+<a name="index-screen_002c-_005d"></a>
+<a name="index-_005d"></a>
</p></dd>
-<dt><kbd class="kbd">{]}</kbd></dt>
+<dt><kbd>{]}</kbd></dt>
<dd><p>Create a new sideways window or frame depending on mode.
</p>
-<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>
+<a name="index-frame-configuration"></a>
+<a name="index-window-configuration"></a>
+<a name="index-screen_002c-_0028"></a>
+<a name="index-_0028"></a>
</dd>
-<dt><kbd class="kbd">{(}</kbd></dt>
+<dt><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 class="index-entry-id" id="index-screen_002c-_0029"></a>
-<a class="index-entry-id" id="index-_0029"></a>
+<a name="index-screen_002c-_0029"></a>
+<a name="index-_0029"></a>
</p></dd>
-<dt><kbd class="kbd">{)}</kbd></dt>
+<dt><kbd>{)}</kbd></dt>
<dd><p>After confirmation, restore the last saved window or frame configuration
based on mode.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{f}</kbd></dt>
+<dt><kbd>{f}</kbd></dt>
<dd><p>Clone the selected window to a new similarly sized frame.
-<a class="index-entry-id" id="index-screen_002c-F"></a>
-<a class="index-entry-id" id="index-F"></a>
+<a name="index-screen_002c-F"></a>
+<a name="index-F"></a>
</p></dd>
-<dt><kbd class="kbd">{F}</kbd></dt>
+<dt><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 class="code">hycontrol-keep-window-flag</code> is non-nil.
+if <code>hycontrol-keep-window-flag</code> is non-nil.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{I}</kbd></dt>
-<dd><a class="index-entry-id" id="index-J"></a>
+<dt><kbd>{I}</kbd></dt>
+<dd><a name="index-J"></a>
</dd>
-<dt><kbd class="kbd">{J}</kbd></dt>
-<dd><a class="index-entry-id" id="index-K"></a>
+<dt><kbd>{J}</kbd></dt>
+<dd><a name="index-K"></a>
</dd>
-<dt><kbd class="kbd">{K}</kbd></dt>
-<dd><a class="index-entry-id" id="index-M"></a>
+<dt><kbd>{K}</kbd></dt>
+<dd><a name="index-M"></a>
</dd>
-<dt><kbd class="kbd">{M}</kbd></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><kbd class="kbd">{i}</kbd></dt>
-<dd><a class="index-entry-id" id="index-j"></a>
+<dt><kbd>{i}</kbd></dt>
+<dd><a name="index-j"></a>
</dd>
-<dt><kbd class="kbd">{j}</kbd></dt>
-<dd><a class="index-entry-id" id="index-k"></a>
+<dt><kbd>{j}</kbd></dt>
+<dd><a name="index-k"></a>
</dd>
-<dt><kbd class="kbd">{k}</kbd></dt>
-<dd><a class="index-entry-id" id="index-m"></a>
+<dt><kbd>{k}</kbd></dt>
+<dd><a name="index-m"></a>
</dd>
-<dt><kbd class="kbd">{m}</kbd></dt>
+<dt><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 class="code">hycontrol-get-screen-offsets</code>.
+<code>hycontrol-get-screen-offsets</code>.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{=}</kbd></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><kbd class="kbd">{-}</kbd></dt>
+<dt><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 class="index-entry-id" id="index-frame_002c-shrink"></a>
-<a class="index-entry-id" id="index-shrink-frame"></a>
+<a name="index-frame_002c-shrink"></a>
+<a name="index-shrink-frame"></a>
<p>In FRAMES mode, make the frame as small as possible while still
displaying it.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{+}</kbd></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><kbd class="kbd">{b}</kbd></dt>
+<dt><kbd>{b}</kbd></dt>
<dd><p>Bury the selected buffer within the buffer list, displaying the next
buffer.
-<a class="index-entry-id" id="index-screen_002c-u"></a>
-<a class="index-entry-id" id="index-u"></a>
+<a name="index-screen_002c-u"></a>
+<a name="index-u"></a>
</p></dd>
-<dt><kbd class="kbd">{u}</kbd></dt>
+<dt><kbd>{u}</kbd></dt>
<dd><p>Unbury the bottom buffer in the buffer list and display it in the
selected window.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{~}</kbd></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><kbd class="kbd">{Z}</kbd></dt>
+<dt><kbd>{Z}</kbd></dt>
<dd><p>Zoom in selected window or frame text based on mode, increasing default
face size.
-<a class="index-entry-id" id="index-screen_002c-z"></a>
-<a class="index-entry-id" id="index-z"></a>
+<a name="index-screen_002c-z"></a>
+<a name="index-z"></a>
</p></dd>
-<dt><kbd class="kbd">{z}</kbd></dt>
+<dt><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 class="file">zoom-frm.el</samp> library. WINDOWS zooming works without
this library.
+<samp>zoom-frm.el</samp> library. WINDOWS zooming works without this library.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{t}</kbd></dt>
+<dt><kbd>{t}</kbd></dt>
<dd><p>Toggle between WINDOWS and FRAMES submodes.
</p>
-<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.
+<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.
</p></dd>
</dl>
@@ -4849,141 +5635,151 @@ HyControl. A second press of <kbd
class="kbd">{q}</kbd> will then quit HyContro
settings. You may ignore it if you are not familiar with Emacs
variables and functions or with customized Emacs.
</p>
-<a class="index-entry-id" id="index-HyControl-edge-placement"></a>
-<a class="index-entry-id" id="index-HyControl-corner-placement"></a>
+<a name="index-HyControl-edge-placement"></a>
+<a name="index-HyControl-corner-placement"></a>
<p>HyControl allows placement of frames at screen edges and corners with the
-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
+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
otherwise. (Note that a screen may span multiple physical monitors).
</p>
-<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>
+<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>
<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 class="code">hycontrol-screen-offset-alist</code> and can
differ for each type of
+variable,<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 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
+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
in clockwise order starting from the top edge. Both functions display a
minibuffer message with the current offsets when called interactively.
</p>
-<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>
+<a name="index-hycontrol_002dframe_002doffset-1"></a>
+<a name="index-frame_002c-make"></a>
+<a name="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 class="code">hycontrol-frame-offset</code>.
+<code>hycontrol-frame-offset</code>.
</p>
-<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>.
+<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>.
HyControl uses standard Emacs keymaps, so any keys can be rebound.
-Remember that Hyperbole typically binds <kbd class="kbd">{C-c \}</kbd> to the
windows
+Remember that Hyperbole typically binds <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 class="code">hycontrol-enable-windows-mode</code> and <code
class="code">hycontrol-enable-frames-mode</code>.
+<code>hycontrol-enable-windows-mode</code> and
<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
class="kbd">{t}</kbd>.
+press that key, the other command can be reached by pressing <kbd>{t}</kbd>.
</p>
<hr>
-</div>
-<div class="chapter-level-extent" id="Koutliner">
-<div class="nav-panel">
+<a name="Koutliner"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="chapter" id="Koutliner-1">7 Koutliner</h2>
+<a name="Koutliner-1"></a>
+<h2 class="chapter">7 Koutliner</h2>
-<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>
+<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>
<p>The Hyperbole outliner, the Koutliner (pronounced Kay-outliner),
produces structured, autonumbered documents composed of hierarchies of
-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>,
+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>,
suitable for use within hyperlink references to the cell. The idstamp
is typically not displayed but is available when needed.
-See <a class="xref" href="#Autonumbering">Autonumbering</a>.
+See <a 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
class="xref" href="#Cell-Attributes">Cell Attributes</a>.
+cell. User-defined attributes may also be added to cells. See <a
href="#Cell-Attributes">Cell Attributes</a>.
</p>
-<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
+<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
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 class="kbd">{C-u C-h h k e}</kbd>.
+<kbd>{C-u C-h h k e}</kbd>.
</p>
-<p>See <a class="xref" href="#Koutliner-Keys">Koutliner Keys</a>, for a full
summary of the key bindings and
+<p>See <a href="#Koutliner-Keys">Koutliner Keys</a>, for a full summary of the
key bindings and
commands available in the Koutliner.
</p>
-<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>
-
+<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>
-<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>
-<div class="section-level-extent" id="Menu-Commands">
-<div class="nav-panel">
+<a name="Menu-Commands"></a>
+<div class="header">
<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>
-<h3 class="section" id="Menu-Commands-1">7.1 Menu Commands</h3>
+<a name="Menu-Commands-1"></a>
+<h3 class="section">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 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>
+<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>
<div class="example">
-<pre class="example-preformatted">Menu Item Command
Description
+<pre class="example">Menu Item Command Description
====================================================================
All kotl-mode:show-all Expand all cells
Blanks kvspec:toggle-blank-lines Toggle blank lines on or off
@@ -5002,40 +5798,40 @@ Vspec kvspec:activate Set a view
specification
====================================================================
</pre></div>
-<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>
+<a name="index-C_002dmouse_002d3"></a>
+<a name="index-popup-menu_002c-Koutliner"></a>
+<a name="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 class="kbd">{C-mouse-3}</kbd>
pops up the
+complete set of the Koutliner commands. <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" id="image_003aKoutline-Menu">
+<div class="float"><a name="image_003aKoutline-Menu"></a>
-<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>
+<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>
<hr>
-</div>
-<div class="section-level-extent" id="Creating-Outlines">
-<div class="nav-panel">
+<a name="Creating-Outlines"></a>
+<div class="header">
<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>
-<h3 class="section" id="Creating-Outlines-1">7.2 Creating Outlines</h3>
+<a name="Creating-Outlines-1"></a>
+<h3 class="section">7.2 Creating Outlines</h3>
-<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>
+<a name="index-outline-file-suffix"></a>
+<a name="index-outline_002c-creating"></a>
+<a name="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 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
+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
operating systems with 3-character suffix limitations.
</p>
-<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>
+<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>
<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
@@ -5047,40 +5843,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 class="xref" href="#Autonumbering">Autonumbering</a>, which explains
how cells are labeled according to their
+<p>See <a 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>
-</div>
-<div class="section-level-extent" id="Autonumbering">
-<div class="nav-panel">
+<a name="Autonumbering"></a>
+<div class="header">
<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>
-<h3 class="section" id="Autonumbering-1">7.3 Autonumbering</h3>
+<a name="Autonumbering-1"></a>
+<h3 class="section">7.3 Autonumbering</h3>
-<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
+<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
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 class="dfn">autonumbers</em> and as <em
class="dfn">relative ids</em>
+labels are also known as <em>autonumbers</em> and as <em>relative ids</em>
because they change as the structure changes.
</p>
-<a class="index-entry-id" id="index-outline-structure"></a>
+<a name="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 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
+<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
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
@@ -5097,67 +5893,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 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>
+<a name="index-koutliner_002c-C_002dc-C_002dl"></a>
+<a name="index-label-type_002c-changing"></a>
<p>You can change the labeling scheme used in a particular outline with
-the command <kbd class="kbd">{C-c C-l}</kbd>. A <kbd class="kbd">{?}</kbd>
will show all of the
+the command <kbd>{C-c C-l}</kbd>. A <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 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>
+<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>
<p>A cell label is normally followed by a period and a space, called the
-<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
+<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
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 class="index-entry-id" id="index-file_002c-_002eemacs-3"></a>
-<a class="index-entry-id" id="index-initialization-file"></a>
+<a name="index-file_002c-_002eemacs-3"></a>
+<a name="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 class="file">~/.emacs</samp>, substituting for
‘your-separator’:
+initialization file, <samp>~/.emacs</samp>, substituting for
‘your-separator’:
</p>
-<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")
+<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")
</pre></div>
<hr>
-</div>
-<div class="section-level-extent" id="Idstamps">
-<div class="nav-panel">
+<a name="Idstamps"></a>
+<div class="header">
<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>
-<h3 class="section" id="Idstamps-1">7.4 Idstamps</h3>
+<a name="Idstamps-1"></a>
+<h3 class="section">7.4 Idstamps</h3>
-<a class="index-entry-id" id="index-permanent-identifier-1"></a>
-<a class="index-entry-id" id="index-idstamp-1"></a>
+<a name="index-permanent-identifier-1"></a>
+<a name="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 class="xref"
href="#Klinks">Klinks</a>.
+hyperlinks as cells are reordered within a koutline. See <a
href="#Klinks">Klinks</a>.
Idstamps may be displayed in place of the outline level relative ids.
-Use <kbd class="kbd">{C-c C-l id <kbd class="key">RET</kbd>}</kbd>.
+Use <kbd>{C-c C-l id <span class="key">RET</span>}</kbd>.
</p>
-<a class="index-entry-id" id="index-idstamp-counter"></a>
+<a name="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 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>
+<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>
<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
@@ -5165,113 +5961,123 @@ begin with a 0, as in 012, to distinguish them from
relative ids.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="Editing-Outlines">
-<div class="nav-panel">
+<a name="Editing-Outlines"></a>
+<div class="header">
<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>
-<h3 class="section" id="Editing-Outlines-1">7.5 Editing Outlines</h3>
+<a name="Editing-Outlines-1"></a>
+<h3 class="section">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 class="xref"
href="#Filling">Filling</a>,
+right margins of the lines will be maintained for you. See <a
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 class="kbd">{M-x command-name
<kbd class="key">RET</kbd>}</kbd>
+<p>Don’t invoke editing commands with <kbd>{M-x command-name <span
class="key">RET</span>}</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 class="index-entry-id" id="index-cell-selection"></a>
+<a name="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>
-<div class="subsection-level-extent" id="Adding-and-Killing">
-<div class="nav-panel">
+<a name="Adding-and-Killing"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Adding-and-Killing-1">7.5.1 Adding and Killing</h4>
+<a name="Adding-and-Killing-1"></a>
+<h4 class="subsection">7.5.1 Adding and Killing</h4>
-<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
+<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
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 class="kbd">{C-u
C-j}</kbd> is
+of cells will be inserted, all at the same level. <kbd>{C-u C-j}</kbd> is
handled specially. It adds a single cell as a child of the current cell.
-<kbd class="kbd">{C-c a}</kbd> does the same thing. <kbd class="kbd">{C-c
p}</kbd> adds the cell as
+<kbd>{C-c a}</kbd> does the same thing. <kbd>{C-c p}</kbd> adds the cell as
the successor of the current cell’s parent.
</p>
-<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>
+<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>
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 class="kbd">{C-y}</kbd>.
+buffer with <kbd>{C-y}</kbd>.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Promoting-and-Demoting">
-<div class="nav-panel">
+<a name="Promoting-and-Demoting"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Promoting-and-Demoting-1">7.5.2 Promoting and
Demoting</h4>
+<a name="Promoting-and-Demoting-1"></a>
+<h4 class="subsection">7.5.2 Promoting and Demoting</h4>
-<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
+<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
outline. The new tree will become either the successor or the first
-child of the cell which precedes it in the outline. <em
class="dfn">Promotion</em> is
+child of the cell which precedes it in the outline. <em>Promotion</em> is
the inverse operation. Note that trees (cells and their entire
substructure) are promoted and demoted, not individual cells.
</p>
-<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>
+<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>
<div class="example">
-<pre
class="example-preformatted">|-----------------------------+----------------------------|
+<pre
class="example">|-----------------------------+----------------------------|
| Promotion Outside Org Table | Demotion Outside Org Table |
|-----------------------------+----------------------------|
| M-TAB or Shift-TAB | TAB |
@@ -5283,51 +6089,51 @@ substructure) are promoted and demoted, not individual
cells.
</pre></div>
-<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>
+<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>
demote and promote trees and additionally refill each cell that is not
-specially marked to prevent refilling. See <a class="xref"
href="#Filling">Filling</a>. A positive or
+specially marked to prevent refilling. See <a 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 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
+<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
and remove the previous character, respectively. This is useful when
one is formatting information within a single cell. When in this
-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.
+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.
</p>
-<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
+<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
off.
</p>
-<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>
+<a name="index-outline-mode"></a>
+<a name="index-M_002d0-TAB"></a>
+<a name="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 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>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>
<div class="example">
-<pre
class="example-preformatted">|----------------------------+-----------------------------|
+<pre
class="example">|----------------------------+-----------------------------|
| Promotion Inside Org Table | Demotion Inside Org Table |
|----------------------------+-----------------------------|
| M-0 M-TAB | M-0 TAB |
@@ -5337,21 +6143,21 @@ to demote/promote Koutline trees when in a table since
<kbd class="key">TAB</kbd
</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Relocating-and-Copying">
-<div class="nav-panel">
+<a name="Relocating-and-Copying"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Relocating-and-Copying-1">7.5.3 Relocating and
Copying</h4>
+<a name="Relocating-and-Copying-1"></a>
+<h4 class="subsection">7.5.3 Relocating and Copying</h4>
-<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>
+<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>
<p>Like Org mode, you can move the tree rooted at point past trees rooted
-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
+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
trees. (A 0 valued argument is automatically changed to 1).
</p>
<p>For maximum flexibility in rearranging outlines, there are commands
@@ -5369,55 +6175,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 class="table">
-<dd><a class="index-entry-id" id="index-M_002d_003cdown_003e"></a>
+<dl compact="compact">
+<dd><a name="index-M_002d_003cdown_003e"></a>
</dd>
-<dt><kbd class="kbd">{M-<down>}</kbd></dt>
+<dt><kbd>{M-<down>}</kbd></dt>
<dd><p>Move current tree past prefix arg same level trees.
-<a class="index-entry-id" id="index-M_002d_003cup_003e"></a>
+<a name="index-M_002d_003cup_003e"></a>
</p></dd>
-<dt><kbd class="kbd">{M-<up>}</kbd></dt>
+<dt><kbd>{M-<up>}</kbd></dt>
<dd><p>Move current tree back prefix arg same level trees.
</p>
-<a class="index-entry-id" id="index-C_002dc-c"></a>
+<a name="index-C_002dc-c"></a>
</dd>
-<dt><kbd class="kbd">{C-c c}</kbd></dt>
+<dt><kbd>{C-c c}</kbd></dt>
<dd><p>Copy <tree> to be the successor of <cell>.
-<a class="index-entry-id" id="index-C_002du-C_002dc-c"></a>
+<a name="index-C_002du-C_002dc-c"></a>
</p></dd>
-<dt><kbd class="kbd">{C-u C-c c}</kbd></dt>
+<dt><kbd>{C-u C-c c}</kbd></dt>
<dd><p>Copy <tree> to follow as the first child of <cell>.
</p>
-<a class="index-entry-id" id="index-C_002dc-C_002dc-1"></a>
+<a name="index-C_002dc-C_002dc-1"></a>
</dd>
-<dt><kbd class="kbd">{C-c C-c}</kbd></dt>
+<dt><kbd>{C-c C-c}</kbd></dt>
<dd><p>Copy <tree> to be the predecessor of <cell>.
-<a class="index-entry-id" id="index-C_002du-C_002dc-C_002dc"></a>
+<a name="index-C_002du-C_002dc-C_002dc"></a>
</p></dd>
-<dt><kbd class="kbd">{C-u C-c C-c}</kbd></dt>
+<dt><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 class="index-entry-id" id="index-C_002dc-m"></a>
+<a name="index-C_002dc-m"></a>
</dd>
-<dt><kbd class="kbd">{C-c m}</kbd></dt>
+<dt><kbd>{C-c m}</kbd></dt>
<dd><p>Move <tree> to be the successor of <cell>.
-<a class="index-entry-id" id="index-C_002du-C_002dc-m"></a>
+<a name="index-C_002du-C_002dc-m"></a>
</p></dd>
-<dt><kbd class="kbd">{C-u C-c m}</kbd></dt>
+<dt><kbd>{C-u C-c m}</kbd></dt>
<dd><p>Move <tree> to follow as the first child of <cell>.
</p>
-<a class="index-entry-id" id="index-C_002dc-C_002dm"></a>
+<a name="index-C_002dc-C_002dm"></a>
</dd>
-<dt><kbd class="kbd">{C-c C-m}</kbd></dt>
+<dt><kbd>{C-c C-m}</kbd></dt>
<dd><p>Move <tree> to precede <cell>.
-<a class="index-entry-id" id="index-C_002du-C_002dc-C_002dm"></a>
+<a name="index-C_002du-C_002dc-C_002dm"></a>
</p></dd>
-<dt><kbd class="kbd">{C-u C-c C-m}</kbd></dt>
+<dt><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 class="index-entry-id" id="index-mouse_002c-moving-trees"></a>
+<a name="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
@@ -5429,142 +6235,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 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>
+<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>
</dd>
-<dt><kbd class="kbd">{C-c M-c}</kbd></dt>
+<dt><kbd>{C-c M-c}</kbd></dt>
<dd><p>Copy a <tree> to a non-koutline buffer.
-<a class="index-entry-id" id="index-C_002dc-C_002d_0040"></a>
+<a name="index-C_002dc-C_002d_0040"></a>
</p></dd>
-<dt><kbd class="kbd">{C-c C-@}</kbd></dt>
+<dt><kbd>{C-c C-@}</kbd></dt>
<dd><p>Copy a <tree> to an outgoing mail message.
</p></dd>
</dl>
-<a class="index-entry-id" id="index-outline_002c-importing"></a>
-<a class="index-entry-id" id="index-copying"></a>
+<a name="index-outline_002c-importing"></a>
+<a name="index-copying"></a>
<p>You may also import cells into the current koutline from another
-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>.
+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>.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Moving-Around">
-<div class="nav-panel">
+<a name="Moving-Around"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Moving-Around-1">7.5.4 Moving Around</h4>
+<a name="Moving-Around-1"></a>
+<h4 class="subsection">7.5.4 Moving Around</h4>
-<a class="index-entry-id" id="index-outline_002c-motion"></a>
+<a name="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 class="table">
-<dd><a class="index-entry-id" id="index-C_002dc-_002c"></a>
+<dl compact="compact">
+<dd><a name="index-C_002dc-_002c"></a>
</dd>
-<dt><kbd class="kbd">{C-c ,}</kbd></dt>
+<dt><kbd>{C-c ,}</kbd></dt>
<dd><p>Move to the beginning of the current cell.
-<a class="index-entry-id" id="index-C_002dc-_002e-1"></a>
+<a name="index-C_002dc-_002e-1"></a>
</p></dd>
-<dt><kbd class="kbd">{C-c .}</kbd></dt>
+<dt><kbd>{C-c .}</kbd></dt>
<dd><p>Move to the end of the current cell.
</p>
-<a class="index-entry-id" id="index-C_002dc-C_002dn"></a>
+<a name="index-C_002dc-C_002dn"></a>
</dd>
-<dt><kbd class="kbd">{C-c C-n}</kbd></dt>
+<dt><kbd>{C-c C-n}</kbd></dt>
<dd><p>Move to the next visible cell, regardless of level.
-<a class="index-entry-id" id="index-C_002dc-C_002dp"></a>
+<a name="index-C_002dc-C_002dp"></a>
</p></dd>
-<dt><kbd class="kbd">{C-c C-p}</kbd></dt>
+<dt><kbd>{C-c C-p}</kbd></dt>
<dd><p>Move to the previous visible cell, regardless of level.
</p>
-<a class="index-entry-id" id="index-C_002dc-C_002df"></a>
+<a name="index-C_002dc-C_002df"></a>
</dd>
-<dt><kbd class="kbd">{C-c C-f}</kbd></dt>
+<dt><kbd>{C-c C-f}</kbd></dt>
<dd><p>Move forward to this cell’s successor, if any.
-<a class="index-entry-id" id="index-C_002dc-C_002db"></a>
+<a name="index-C_002dc-C_002db"></a>
</p></dd>
-<dt><kbd class="kbd">{C-c C-b}</kbd></dt>
+<dt><kbd>{C-c C-b}</kbd></dt>
<dd><p>Move backward to this cell’s predecessor, if any.
</p>
-<a class="index-entry-id" id="index-C_002dc-C_002dd"></a>
+<a name="index-C_002dc-C_002dd"></a>
</dd>
-<dt><kbd class="kbd">{C-c C-d}</kbd></dt>
+<dt><kbd>{C-c C-d}</kbd></dt>
<dd><p>Move to the first child of the current cell, if any.
-<a class="index-entry-id" id="index-C_002dc-C_002du"></a>
+<a name="index-C_002dc-C_002du"></a>
</p></dd>
-<dt><kbd class="kbd">{C-c C-u}</kbd></dt>
+<dt><kbd>{C-c C-u}</kbd></dt>
<dd><p>Move to the parent cell of the current cell, if any.
</p>
-<a class="index-entry-id" id="index-C_002dc-_003c"></a>
+<a name="index-C_002dc-_003c"></a>
</dd>
-<dt><kbd class="kbd">{C-c <}</kbd></dt>
+<dt><kbd>{C-c <}</kbd></dt>
<dd><p>Move to the first sibling at the current level within this tree.
-<a class="index-entry-id" id="index-C_002dc-_003e"></a>
+<a name="index-C_002dc-_003e"></a>
</p></dd>
-<dt><kbd class="kbd">{C-c >}</kbd></dt>
+<dt><kbd>{C-c >}</kbd></dt>
<dd><p>Move to the last sibling at the current level within this tree.
</p>
-<a class="index-entry-id" id="index-C_002dc-_005e"></a>
+<a name="index-C_002dc-_005e"></a>
</dd>
-<dt><kbd class="kbd">{C-c ^}</kbd></dt>
+<dt><kbd>{C-c ^}</kbd></dt>
<dd><p>Move to the level 1 root cell of the current tree.
-<a class="index-entry-id" id="index-C_002dc-_0024"></a>
+<a name="index-C_002dc-_0024"></a>
</p></dd>
-<dt><kbd class="kbd">{C-c $}</kbd></dt>
+<dt><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>
-</div>
-<div class="subsection-level-extent" id="Filling">
-<div class="nav-panel">
+<a name="Filling"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Filling-1">7.5.5 Filling</h4>
+<a name="Filling-1"></a>
+<h4 class="subsection">7.5.5 Filling</h4>
-<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
+<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
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 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
+<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
cell so that its lines wrap within the current margin settings.
-<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.
+<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.
See the GNU Emacs manual for information on how to set the left and
right margins.
</p>
-<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
+<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
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
@@ -5573,132 +6379,132 @@ a ‘no-fill’ property, then your
formatting will be lost.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Transposing">
-<div class="nav-panel">
+<a name="Transposing"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Transposing-1">7.5.6 Transposing</h4>
+<a name="Transposing-1"></a>
+<h4 class="subsection">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 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
+<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
locations.
</p>
-<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
+<a name="index-koutliner_002c-C_002dc-t"></a>
+<p><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 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
+<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
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>
-</div>
-<div class="subsection-level-extent" id="Splitting-and-Appending">
-<div class="nav-panel">
+<a name="Splitting-and-Appending"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Splitting-and-Appending-1">7.5.7 Splitting and
Appending</h4>
+<a name="Splitting-and-Appending-1"></a>
+<h4 class="subsection">7.5.7 Splitting and Appending</h4>
-<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
+<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
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 class="kbd">{C-u C-c s}</kbd> instead adds the new cell as the first
child of the
+<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 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
+<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
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>
-</div>
-<div class="subsection-level-extent" id="Inserting-and-Importing">
-<div class="nav-panel">
+<a name="Inserting-and-Importing"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Inserting-and-Importing-1">7.5.8 Inserting and
Importing</h4>
+<a name="Inserting-and-Importing-1"></a>
+<h4 class="subsection">7.5.8 Inserting and Importing</h4>
-<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>
+<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>
<p>The paragraphs of another buffer or file may be inserted into a koutline
-as a set of cells by using the <kbd class="kbd">{C-x i}</kbd> command. When
prompted,
+as a set of cells by using the <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 class="index-entry-id" id="index-koutliner_002c-C_002du-C_002dx-i"></a>
+<a name="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 class="kbd">{C-u C-x
i}</kbd>
+inserted as the successors of the current cell. If <kbd>{C-u C-x i}</kbd>
is used, they are instead inserted as the initial children of the current
cell.
</p>
-<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>
+<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>
<p>For information on mode and suffix-specific conversions performed on
file elements before they are inserted, see the documentation for the
-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
+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
as described later in this section.
</p>
-<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
+<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
entire file into the current cell following point.
</p>
-<a class="index-entry-id" id="index-kimport_003afile"></a>
-<a class="index-entry-id" id="index-C_002dh-h-k-f-f"></a>
+<a name="index-kimport_003afile"></a>
+<a name="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 class="kbd">{C-h h k f f}</kbd> or <kbd
class="kbd">{M-x kimport:file <kbd class="key">RET</kbd>}</kbd>
+imported file contents. <kbd>{C-h h k f f}</kbd> or <kbd>{M-x kimport:file
<span class="key">RET</span>}</kbd>
selects the importation type based on the buffer or filename suffix of the
file to import.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode-1"></a>
+<a name="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 class="kbd">{M-x kotl-mode
<kbd class="key">RET</kbd>}</kbd>.
+thereby replacing the original format, use <kbd>{M-x kotl-mode <span
class="key">RET</span>}</kbd>.
Remember that you will lose the old format of the buffer when you do
this.
</p>
@@ -5706,182 +6512,184 @@ this.
the type of importation used on some text. With these commands, your
original file remains intact.
</p>
-<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
+<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
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 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>
+<a name="index-kimport_003astar_002doutline"></a>
+<a name="index-emacs-outline"></a>
+<a name="index-star-outline"></a>
<p>Star outlines are standard emacs outlines where each entry begins with
-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
+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
file to import and the new koutline buffer or file to create.
</p>
-<a class="index-entry-id" id="index-Augment-outline"></a>
-<a class="index-entry-id" id="index-kimport_003aaug_002dpost_002doutline"></a>
+<a name="index-Augment-outline"></a>
+<a name="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 class="kbd">{M-x kimport:aug-post-outline <kbd
class="key">RET</kbd>}</kbd> and you will be
+<kbd>{M-x kimport:aug-post-outline <span class="key">RET</span>}</kbd> and you
will be
prompted for the Augment buffer or file to import and the koutline to
-create. See <a class="url"
href="https://dougengelbart.org/content/view/148/">https://dougengelbart.org/content/view/148/</a>
for more
+create. See <a
href="https://dougengelbart.org/content/view/148/">https://dougengelbart.org/content/view/148/</a>
for more
information.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Exporting">
-<div class="nav-panel">
+<a name="Exporting"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Exporting-1">7.5.9 Exporting</h4>
+<a name="Exporting-1"></a>
+<h4 class="subsection">7.5.9 Exporting</h4>
-<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
+<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
only format supported is conversion to HTML for publishing on the
-World-Wide Web. Use the Kotl/Format minibuffer menu, <kbd class="kbd">{C-h h
k f}</kbd>,
+World-Wide Web. Use the Kotl/Format minibuffer menu, <kbd>{C-h h k f}</kbd>,
for this.
</p>
-<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
+<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
current Koutline buffer to a temporary HTML file and displays the file
-in the web browser given by <code
class="code">browse-url-browser-function</code>. Any tree
+in the web browser given by <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 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>
+<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>
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 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
+<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
not be displayed; you must display it manually, if desired.
</p>
<hr>
-</div>
-</div>
-<div class="section-level-extent" id="Viewing-Outlines">
-<div class="nav-panel">
+<a name="Viewing-Outlines"></a>
+<div class="header">
<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>
-<h3 class="section" id="Viewing-Outlines-1">7.6 Viewing Outlines</h3>
+<a name="Viewing-Outlines-1"></a>
+<h3 class="section">7.6 Viewing Outlines</h3>
-<a class="index-entry-id" id="index-outline_002c-viewing"></a>
-<a class="index-entry-id" id="index-view"></a>
+<a name="index-outline_002c-viewing"></a>
+<a name="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>
-<div class="subsection-level-extent" id="Hiding-and-Showing">
-<div class="nav-panel">
+<a name="Hiding-and-Showing"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Hiding-and-Showing-1">7.6.1 Hiding and Showing</h4>
+<a name="Hiding-and-Showing-1"></a>
+<h4 class="subsection">7.6.1 Hiding and Showing</h4>
-<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>
+<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>
<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 class="xref" href="#View-Specs">View Specs</a>.
+See <a href="#View-Specs">View Specs</a>.
</p>
<p>Here are the major commands for showing and hiding Koutline cells.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{C-c C-h}</kbd></dt>
+<dt><kbd>{C-c C-h}</kbd></dt>
<dd><p>Hide (collapse) the tree rooted at point.
-<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>
+<a name="index-show-tree"></a>
+<a name="index-tree_002c-show-1"></a>
+<a name="index-C_002dc-C_002ds"></a>
</p></dd>
-<dt><kbd class="kbd">{C-c C-s}</kbd></dt>
+<dt><kbd>{C-c C-s}</kbd></dt>
<dd><p>Show (expand) the tree rooted at point.
</p>
-<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>
+<a name="index-outline_002c-all-cells"></a>
+<a name="index-cell_002c-show-all"></a>
+<a name="index-C_002dc-C_002da"></a>
</dd>
-<dt><kbd class="kbd">{C-c C-a}</kbd></dt>
+<dt><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 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>
+<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>
</p></dd>
-<dt><kbd class="kbd">{C-x $}</kbd></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><kbd class="kbd">{C-M-h}</kbd></dt>
+<dt><kbd>{C-M-h}</kbd></dt>
<dd><p>Hide the subtree at point, excluding the root cell.
-<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>
+<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>
</p></dd>
-<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
+<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
effect; the only difference is that it will additionally expand the root
cell.
</p>
-<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>
+<a name="index-overview"></a>
+<a name="index-outline_002c-overview"></a>
+<a name="index-C_002dc-C_002do"></a>
</dd>
-<dt><kbd class="kbd">{C-c C-o}</kbd></dt>
+<dt><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 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>
+<a name="index-top_002dlevel-view"></a>
+<a name="index-outline_002c-top_002dlevel"></a>
+<a name="index-C_002dc-C_002dt"></a>
</p></dd>
-<dt><kbd class="kbd">{C-c C-t}</kbd></dt>
+<dt><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
@@ -5889,42 +6697,42 @@ between cells.
</p></dd>
</dl>
-<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>
+<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>
<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 class="kbd">{M-<kbd
class="key">RET</kbd>}</kbd>.
+point. Try it with either your mouse or with <kbd>{M-<span
class="key">RET</span>}</kbd>.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="View-Specs">
-<div class="nav-panel">
+<a name="View-Specs"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="View-Specs-1">7.6.2 View Specs</h4>
+<a name="View-Specs-1"></a>
+<h4 class="subsection">7.6.2 View Specs</h4>
-<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
+<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
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 class="code">kvspec:string</code>, has been set to ‘<samp
class="samp">nil</samp>’ to disable view spec
+<code>kvspec:string</code>, has been set to ‘<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 class="xref" href="#Klinks">Klinks</a>.
+See <a href="#Klinks">Klinks</a>.
</p>
-<a class="index-entry-id" id="index-outline_002c-view-specs"></a>
+<a name="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>
@@ -5933,416 +6741,420 @@ 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 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
+<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
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 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>
+<a name="index-view-spec_002c-characters"></a>
+<dl compact="compact">
+<dd><a name="index-view-spec_002c-all-lines-and-levels"></a>
</dd>
-<dt><kbd class="kbd">a</kbd></dt>
+<dt><kbd>a</kbd></dt>
<dd><p>Show all cell levels and all lines in cells.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">b</kbd></dt>
+<dt><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 class="kbd">{C-c b}</kbd> key
binding to
+will be turned off. You may also use the <kbd>{C-c b}</kbd> key binding to
toggle blank lines on and off independently of any other view settings.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">cN</kbd></dt>
+<dt><kbd>cN</kbd></dt>
<dd><p>Hide any lines greater than N in each cell. 0 means don’t cutoff
any
lines.
</p>
-<a class="index-entry-id" id="index-ellipses"></a>
-<a class="index-entry-id" id="index-view-spec_002c-ellipses"></a>
+<a name="index-ellipses"></a>
+<a name="index-view-spec_002c-ellipses"></a>
</dd>
-<dt><kbd class="kbd">e</kbd></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><kbd class="kbd">lN</kbd></dt>
+<dt><kbd>lN</kbd></dt>
<dd><p>Hide cells at levels deeper than N. 0 means don’t hide any cells.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">n</kbd></dt>
+<dt><kbd>n</kbd></dt>
<dd><p>Turn on the default label type, as given by the variable,
-<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>
+<code>kview:default-label-type</code>. Normally, this is alphanumeric labels.
+<a name="index-label-type_002c-idstamps"></a>
</p></dd>
-<dt><kbd class="kbd">n0</kbd></dt>
+<dt><kbd>n0</kbd></dt>
<dd><p>Display idstamps, e.g. 086.
-<a class="index-entry-id" id="index-label-type_002c-alpha-1"></a>
+<a name="index-label-type_002c-alpha-1"></a>
</p></dd>
-<dt><kbd class="kbd">n1</kbd></dt>
+<dt><kbd>n1</kbd></dt>
<dd><p>Display alpha labels, e.g. 1d3
-<a class="index-entry-id" id="index-label-type_002c-legal-1"></a>
+<a name="index-label-type_002c-legal-1"></a>
</p></dd>
-<dt><kbd class="kbd">n.</kbd></dt>
+<dt><kbd>n.</kbd></dt>
<dd><p>Display legal labels, e.g. 1.4.3
</p></dd>
</dl>
-<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
+<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
off blank lines, clip each cell after its second line, and hide all
cells below level one.
</p>
<hr>
-</div>
-</div>
-<div class="section-level-extent" id="Klinks">
-<div class="nav-panel">
+<a name="Klinks"></a>
+<div class="header">
<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>
-<h3 class="section" id="Klinks-1">7.7 Klinks</h3>
+<a name="Klinks-1"></a>
+<h3 class="section">7.7 Klinks</h3>
-<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>
+<a name="index-link"></a>
+<a name="index-hyperlink"></a>
+<a name="index-klink-1"></a>
+<a name="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 class="pxref" href="#By-Dragging">Creation Via
Action Key
+usual with mouse drags (see <a href="#By-Dragging">Creation Via Action Key
Drags</a>). Implicit Hyperbole buttons may be added to Koutline text as
-well. A <em class="dfn">klink</em> is a special implicit link button,
delimited by
+well. A <em>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 class="index-entry-id" id="index-klink_002c-formats"></a>
+<a name="index-klink_002c-formats"></a>
<p>There are three forms of klinks:
</p>
-<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>
+<dl compact="compact">
+<dd><a name="index-internal-klink"></a>
+<a name="index-klink_002c-internal"></a>
+<a name="index-_003c_0023klink_003e"></a>
</dd>
-<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
+<dt><em>internal</em></dt>
+<dd><p>‘<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 class="samp"><#06></samp>’ does the same thing, as
does ‘<samp class="samp"><#2b></samp>’, though this
+‘<samp><#06></samp>’ does the same thing, as does
‘<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
class="samp"><#2b=06|ben></samp>’
+elsewhere within the outline. The form,
‘<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 class="index-entry-id" id="index-external-klink"></a>
-<a class="index-entry-id" id="index-klink_002c-external"></a>
+<a name="index-external-klink"></a>
+<a name="index-klink_002c-external"></a>
</dd>
-<dt><em class="emph">external</em></dt>
+<dt><em>external</em></dt>
<dd><p>The second klink format is an external link to another koutline, such
-as, ‘<samp class="samp"><EXAMPLE.kotl#3=012|c1e></samp>’,
which displays the named file,
+as, ‘<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 class="index-entry-id" id="index-klink_002c-view-spec"></a>
-<a class="index-entry-id" id="index-view-spec_002c-klink"></a>
+<a name="index-klink_002c-view-spec"></a>
+<a name="index-view-spec_002c-klink"></a>
</dd>
-<dt><em class="emph">view spec</em></dt>
+<dt><em>view spec</em></dt>
<dd><p>The third format sets a view spec for the current koutline. For
-example, ‘<samp class="samp"><|ben></samp>’, when activated,
sets the view in the current
+example, ‘<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 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>
+<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>
<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 class="index-entry-id" id="index-klink_002c-inserting"></a>
-<a class="index-entry-id" id="index-koutliner_002c-C_002dc-l"></a>
+<a name="index-klink_002c-inserting"></a>
+<a name="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 class="kbd">{C-c l}</kbd> when in a koutline or <kbd
class="kbd">{C-h h k l}</kbd> when
+a keyboard, use <kbd>{C-c l}</kbd> when in a koutline or <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 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>
+<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>
<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
class="kbd">{M-w}</kbd> to
+point within a klink when there is no active region and use <kbd>{M-w}</kbd> to
copy the klink. To instead copy a reference to the current Koutline cell,
-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
+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
copy the region as it does normally in Emacs.
</p>
-<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 class="kbd">{C-x r s}</kbd> prompts
for an Emacs
+<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>
+<p>Similarly, you can copy to an Emacs register rather than to the kill ring.
+When no region is active/highlighted, <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 class="kbd">{M-x
-kotl-mode:copy-absolute-klink-to-register <kbd class="key">RET</kbd>}</kbd>
anywhere within a cell
+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
saves a reference to the current cell to a register.
</p>
-<p><kbd class="kbd">{C-x r i}</kbd> with the same register then inserts at
point the Koutline
+<p><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 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:
+<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>
+<p>There are also commands without any builtin key bindings that always
+copy a klink reference to the current cell:
</p><div class="example">
-<div class="group"><pre
class="example-preformatted">kotl-mode:copy-absolute-klink-to-kill-ring
+<pre class="example">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></div>
+</pre></div>
-<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>
+<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>
<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 class="code">klink:ignore-modes</code> and <code
class="code">klink:c-style-modes</code>. Add a mode
+modes, <code>klink:ignore-modes</code> and <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 class="code">klink:ignore-modes</code> is for non-programming modes,
as Hyperbole ensures
+<p><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 class="code">klink:c-style-modes</code> is rarely needed but is there
if Hyperbole ever
+<p><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>
-</div>
-<div class="section-level-extent" id="Cell-Attributes">
-<div class="nav-panel">
+<a name="Cell-Attributes"></a>
+<div class="header">
<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>
-<h3 class="section" id="Cell-Attributes-1">7.8 Cell Attributes</h3>
+<a name="Cell-Attributes-1"></a>
+<h3 class="section">7.8 Cell Attributes</h3>
-<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
+<a name="index-cell-attribute"></a>
+<a name="index-attribute"></a>
+<p><em>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 class="table">
-<dd><a class="index-entry-id" id="index-idstamp-attribute"></a>
+<dl compact="compact">
+<dd><a name="index-idstamp-attribute"></a>
</dd>
-<dt><em class="emph">idstamp</em></dt>
+<dt><em>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 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>
+<a name="index-creator-attribute"></a>
+<a name="index-e_002dmail-address-1"></a>
+<a name="index-mail-address"></a>
</dd>
-<dt><em class="emph">creator</em></dt>
+<dt><em>creator</em></dt>
<dd><p>The e-mail address of the person who created this cell.
</p>
-<a class="index-entry-id" id="index-create_002dtime-attribute"></a>
-<a class="index-entry-id" id="index-cell-creation-time"></a>
+<a name="index-create_002dtime-attribute"></a>
+<a name="index-cell-creation-time"></a>
</dd>
-<dt><em class="emph">create-time</em></dt>
+<dt><em>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 class="samp">Jan 28 18:27:59 CST
2021</samp>’.
+format, such as ‘<samp>Jan 28 18:27:59 CST 2021</samp>’.
</p></dd>
</dl>
-<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.
+<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.
The prefix argument given to this command determines what it does.
</p>
-<dl class="table">
-<dt><kbd class="kbd">{C-c C-i}</kbd></dt>
+<dl compact="compact">
+<dt><kbd>{C-c C-i}</kbd></dt>
<dd><p>sets an attribute of the cell at point; setting an attribute’s
value
-to ‘<samp class="samp">nil</samp>’ is the same as removing it.
+to ‘<samp>nil</samp>’ is the same as removing it.
</p>
</dd>
-<dt><kbd class="kbd">{C-u C-c C-i}</kbd></dt>
+<dt><kbd>{C-u C-c C-i}</kbd></dt>
<dd><p>removes an attribute of the cell at point
</p>
</dd>
-<dt><kbd class="kbd">{C-0 C-c C-i}</kbd></dt>
+<dt><kbd>{C-0 C-c C-i}</kbd></dt>
<dd><p>sets an attribute of the invisible 0 root cell
</p>
</dd>
-<dt><kbd class="kbd">{C--1 C-c C-i}</kbd></dt>
+<dt><kbd>{C--1 C-c C-i}</kbd></dt>
<dd><p>removes an attribute of the invisible 0 root cell
</p></dd>
</dl>
-<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
+<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
prevents movement, promotion, demotion, exchange, split or append
commands from refilling the cell, even if the variable,
-<code class="code">kotl-mode:refill-flag</code>, is set to ‘<samp
class="samp">t</samp>’. It does not prevent
+<code>kotl-mode:refill-flag</code>, is set to ‘<samp>t</samp>’.
It does not prevent
you from invoking explicit commands that refill the cell.
-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
+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
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>
-</div>
-<div class="section-level-extent" id="Koutliner-History">
-<div class="nav-panel">
+<a name="Koutliner-History"></a>
+<div class="header">
<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>
-<h3 class="section" id="Koutliner-History-1">7.9 Koutliner History</h3>
+<a name="Koutliner-History-1"></a>
+<h3 class="section">7.9 Koutliner History</h3>
-<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>
+<a name="index-NLS"></a>
+<a name="index-Augment"></a>
+<a name="index-Engelbart"></a>
<p>Much of the Hyperbole outliner design is based upon concepts pioneered
-in the Augment/NLS system, <cite class="cite">[Eng84a]</cite>. Augment
treated documents as
+in the Augment/NLS system, <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 class="index-entry-id" id="index-distributed-collaboration"></a>
-<a class="index-entry-id" id="index-collaboration"></a>
+<a name="index-distributed-collaboration"></a>
+<a name="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 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>
+<a name="index-knowledge-transfer"></a>
+<a name="index-idea-structuring"></a>
+<a name="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>
-</div>
-</div>
-<div class="chapter-level-extent" id="HyRolo">
-<div class="nav-panel">
+<a name="HyRolo"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="chapter" id="HyRolo-1">8 HyRolo</h2>
+<a name="HyRolo-1"></a>
+<h2 class="chapter">8 HyRolo</h2>
-<a class="index-entry-id" id="index-Rolo"></a>
-<a class="index-entry-id" id="index-HyRolo"></a>
+<a name="index-Rolo"></a>
+<a name="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 class="index-entry-id" id="index-rolo_002c-buttons-in"></a>
+<a name="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>
-<div class="section-level-extent" id="HyRolo-Concepts">
-<div class="nav-panel">
+<a name="HyRolo-Concepts"></a>
+<div class="header">
<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>
+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>
</div>
-<h3 class="section" id="HyRolo-Concepts-1">8.1 HyRolo Concepts</h3>
+<a name="HyRolo-Concepts-1"></a>
+<h3 class="section">8.1 HyRolo Concepts</h3>
-<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
+<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
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 class="dfn">entries</em> begin with optional space, followed by a
delimiter of
+<p>Rolo <em>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">
-<div class="group"><pre class="example-preformatted">Emacs Outline Mode: ***
+<pre class="example">Emacs Outline Mode: ***
Koutline Mode: 1b3 or 1.2.3
Markdown Mode: ###
Org Mode: ***
-</pre></div></div>
+</pre></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
@@ -6361,14 +7173,14 @@ entry.
automatically added by HyRolo whenever a new record is added.
</p>
<div class="example">
-<div class="group"><pre
class="example-preformatted">==================================================================
+<pre
class="example">==================================================================
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></div>
+</pre></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
@@ -6381,77 +7193,77 @@ visual location.
<p>For example, a search on "Company" could retrieve the following:
</p>
<div class="example">
-<div class="group"><pre
class="example-preformatted">==================================================================
+<pre
class="example">==================================================================
COMPANY ROLO
==================================================================
* Company
** Manager
*** Staffer
-</pre></div></div>
+</pre></div>
<p>Thus, searching for Company retrieves all listed employees.
Searching for Manager turns up all Staffer entries.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="HyRolo-Menu">
-<div class="nav-panel">
+<a name="HyRolo-Menu"></a>
+<div class="header">
<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>
-<h3 class="section" id="Rolo-Menu">8.2 Rolo Menu</h3>
+<a name="Rolo-Menu"></a>
+<h3 class="section">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" 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>
+<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>
<p>The Rolo/ menu entry on the Hyperbole minibuffer menu provides the same
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>
+<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>
<p>The minibuffer Rolo/ menu offers the following commands (ConsultFind
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">
-<div class="group"><pre class="example-preformatted">Menu Item Command
Description
+<pre class="example">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
class="code">hyrolo-file-list</code> file
+File hyrolo-find-file Edits a <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
@@ -6467,27 +7279,27 @@ WordFind hyrolo-word Finds all
entries containing
Yank hyrolo-yank Inserts the first matching
hyrolo entry at point
=====================================================================
-</pre></div></div>
+</pre></div>
<p>The ’File’ menu item displays and edits the first file listed in
-<code class="code">hyrolo-file-list</code> unless given a prefix argument, in
which case
+<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
-their names limits the search to a maximum number of matches given by
-the argument. The search is terminated whenever that number of
-matches is found.
+<p>A prefix argument used with any of the above menu items that have
’Find’
+in their names limits the search to a maximum number of matches given by
+the argument. The search is terminated whenever that number of matches
+is found.
</p>
-<p>For any of the above commands that prompt for a HyRolo name, such as
+<p>With any of the above commands that prompt for a HyRolo name, such as
Edit or Add (not the Find commands), you may use the form parent/child
to locate a child entry below a specific parent. Hence, for a HyRolo
which looks like so:
</p>
<div class="example">
-<div class="group"><pre class="example-preformatted">* Company
+<pre class="example">* Company
** Manager
*** Staffer
-</pre></div></div>
+</pre></div>
<p>you can refer to the Staffer entry with the following hierarchical
notation, Company/Manager/Staffer. This hierarchical
@@ -6496,64 +7308,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-preformatted">*** Staffer
+<pre class="example">*** Staffer
</pre></div>
<hr>
-</div>
-<div class="section-level-extent" id="HyRolo-Searching">
-<div class="nav-panel">
+<a name="HyRolo-Searching"></a>
+<div class="header">
<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>
+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>
</div>
-<h3 class="section" id="HyRolo-Searching-1">8.3 HyRolo Searching</h3>
+<a name="HyRolo-Searching-1"></a>
+<h3 class="section">8.3 HyRolo Searching</h3>
-<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
+<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
section, the menu item names from the minibuffer menu are used to
refer to each command.
</p>
-<p>The <code class="code">RegexFind</code> menu item searches the rolo list
for all entries
+<p>The <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 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
+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
format.
</p>
-<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>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>
-<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
+<a name="index-logical-rolo-searches"></a>
+<p>The <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">
-<div class="group"><pre class="example-preformatted">Operator Name Number of
Arguments Description
+<pre class="example">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></div>
+</pre></div>
<p>For example:
</p>
<div class="example">
-<pre class="example-preformatted">(and Company (not Vice-President))
+<pre class="example">(and Company (not Vice-President))
</pre></div>
-<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>would match those entries for people associated with
‘<samp>Company</samp>’ who
+do not have ‘<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
@@ -6562,208 +7374,227 @@ the 408 area code have been contacted and you want to
see who else
you should contact.
</p>
<div class="example">
-<pre class="example-preformatted">(xor 408- client)
+<pre class="example">(xor 408- client)
</pre></div>
<hr>
-</div>
-<div class="section-level-extent" id="HyRolo-Keys">
-<div class="nav-panel">
+<a name="HyRolo-Keys"></a>
+<div class="header">
<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>
-<h3 class="section" id="HyRolo-Keys-1">8.4 HyRolo Keys</h3>
+<a name="HyRolo-Keys-1"></a>
+<h3 class="section">8.4 HyRolo Keys</h3>
-<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
+<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
match buffer for a summary of available keys, all of which are
documented in this section.
</p>
-<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
+<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
rest of the match buffer keys work with the search results currently
displayed.
</p>
-<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>
+<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>
<p>If your emacs version supports textual highlighting, each search match
-is highlighted for quick, visual location. <kbd class="kbd">{<kbd
class="key">TAB</kbd>}</kbd> moves point
+is highlighted for quick, visual location. <kbd>{<span
class="key">TAB</span>}</kbd> moves point
forward to successive spans of text which match the search expression.
-<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
+<kbd>{M-<span class="key">TAB</span>}</kbd> or <kbd>{<span
class="key">SHIFT</span>-<span class="key">TAB</span>}</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 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>
+<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>
<p>If you want to extend the match expression with some more characters
-to find a particular entry, use <kbd class="kbd">{M-s}</kbd>. This performs an
+to find a particular entry, use <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 class="kbd">{C-s}</kbd>.
-<kbd class="kbd">{C-r}</kbd> reverses the direction of the search.
+occurrences or move to the next match with <kbd>{C-s}</kbd>.
+<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 class="kbd">{l}</kbd> to interactively locate the text
immediately
+buffer, use <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 class="kbd">{C-s}</kbd>, and regular
expression,
-<kbd class="kbd">{C-M-s}</kbd>, interactive search commands are also available
within
+matches. Standard string, <kbd>{C-s}</kbd>, and regular expression,
+<kbd>{C-M-s}</kbd>, interactive search commands are also available within
the rolo match buffer.
</p>
-<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>
+<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>
<p>Single key outlining commands are also available for browsing matches.
-If your search matches a large number of entries, use <kbd
class="kbd">{t}</kbd> to get
+If your search matches a large number of entries, use <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 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>
+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>
will work.
</p>
-<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
+<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
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
class="kbd">{h}</kbd>
+entry (just like isearch). A side-effect of this is that the <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 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>
+<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>
</dd>
-<dt><kbd class="kbd">{b}</kbd></dt>
+<dt><kbd>{b}</kbd></dt>
<dd><p>Move to the previous entry at the same level as the current entry.
-<a class="index-entry-id" id="index-rolo_002c-f"></a>
-<a class="index-entry-id" id="index-f-1"></a>
+<a name="index-rolo_002c-f"></a>
+<a name="index-f-1"></a>
</p></dd>
-<dt><kbd class="kbd">{f}</kbd></dt>
+<dt><kbd>{f}</kbd></dt>
<dd><p>Move to the next entry at the same level as the current entry.
-<a class="index-entry-id" id="index-rolo_002c-n"></a>
-<a class="index-entry-id" id="index-n-1"></a>
+<a name="index-rolo_002c-n"></a>
+<a name="index-n-1"></a>
</p></dd>
-<dt><kbd class="kbd">{n}</kbd></dt>
+<dt><kbd>{n}</kbd></dt>
<dd><p>Move to the next entry at any level.
-<a class="index-entry-id" id="index-rolo_002c-p"></a>
-<a class="index-entry-id" id="index-p-1"></a>
+<a name="index-rolo_002c-p"></a>
+<a name="index-p-1"></a>
</p></dd>
-<dt><kbd class="kbd">{p}</kbd></dt>
+<dt><kbd>{p}</kbd></dt>
<dd><p>Move to the previous entry at any level.
-<a class="index-entry-id" id="index-rolo_002c-u"></a>
-<a class="index-entry-id" id="index-u-1"></a>
+<a name="index-rolo_002c-u"></a>
+<a name="index-u-1"></a>
</p></dd>
-<dt><kbd class="kbd">{u}</kbd></dt>
+<dt><kbd>{u}</kbd></dt>
<dd><p>Move to the previous higher entry one level up.
-<a class="index-entry-id" id="index-rolo_002c-_002c"></a>
-<a class="index-entry-id" id="index-_002c"></a>
+<a name="index-rolo_002c-_002c"></a>
+<a name="index-_002c"></a>
</p></dd>
-<dt><kbd class="kbd">{,}</kbd></dt>
+<dt><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 class="index-entry-id" id="index-rolo_002c-_002e"></a>
-<a class="index-entry-id" id="index-_002e-1"></a>
+<a name="index-rolo_002c-_002e"></a>
+<a name="index-_002e-1"></a>
</p></dd>
-<dt><kbd class="kbd">{.}</kbd></dt>
+<dt><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 class="index-entry-id" id="index-rolo_002c-_003c"></a>
-<a class="index-entry-id" id="index-_003c"></a>
+<a name="index-rolo_002c-_003c"></a>
+<a name="index-_003c"></a>
</p></dd>
-<dt><kbd class="kbd">{<}</kbd></dt>
+<dt><kbd>{<}</kbd></dt>
<dd><p>Move to the beginning of the buffer.
-<a class="index-entry-id" id="index-rolo_002c-_003e"></a>
-<a class="index-entry-id" id="index-_003e"></a>
+<a name="index-rolo_002c-_003e"></a>
+<a name="index-_003e"></a>
</p></dd>
-<dt><kbd class="kbd">{>}</kbd></dt>
+<dt><kbd>{>}</kbd></dt>
<dd><p>Move to the end of the buffer.
-<a class="index-entry-id" id="index-rolo_002c-DEL"></a>
-<a class="index-entry-id" id="index-DEL"></a>
+<a name="index-rolo_002c-DEL"></a>
+<a name="index-DEL"></a>
</p></dd>
-<dt><kbd class="kbd">{<kbd class="key">DEL</kbd>}</kbd></dt>
+<dt><kbd>{<span class="key">DEL</span>}</kbd></dt>
<dd><p>Scroll backward a windowful.
-<a class="index-entry-id" id="index-rolo_002c-SPC"></a>
-<a class="index-entry-id" id="index-SPC"></a>
+<a name="index-rolo_002c-SPC"></a>
+<a name="index-SPC"></a>
</p></dd>
-<dt><kbd class="kbd">{<kbd class="key">SPC</kbd>}</kbd></dt>
+<dt><kbd>{<span class="key">SPC</span>}</kbd></dt>
<dd><p>Scroll forward a windowful.
</p></dd>
</dl>
-<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
+<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
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
class="code">hyrolo-edit-hook</code>,
+Cust/Toggle-Rolo-Dates menu item. The variable, <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 class="code">hyrolo-add-hook</code>, works the same way but is evaluated
when a new
+<code>hyrolo-add-hook</code>, works the same way but is evaluated when a new
entry is first added.
</p>
-<a class="index-entry-id" id="index-rolo_002c-q"></a>
-<a class="index-entry-id" id="index-rolo_002c-quitting"></a>
+<a name="index-rolo_002c-q"></a>
+<a name="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 class="kbd">{q}</kbd> to quit. This will restore
your
+rolo match buffer, use <kbd>{q}</kbd> to quit. This will restore your
current frame to its state prior to the rolo search.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="HyRolo-Settings">
-<div class="nav-panel">
+<a name="HyRolo-Settings"></a>
+<div class="header">
<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>
-<h3 class="section" id="HyRolo-Settings-1">8.5 HyRolo Settings</h3>
+<a name="HyRolo-Settings-1"></a>
+<h3 class="section">8.5 HyRolo Settings</h3>
-<a class="index-entry-id" id="index-hyrolo_002dfile_002dlist"></a>
-<a class="index-entry-id" id="index-rolo_002c-personal"></a>
+<a name="index-hyrolo_002dfile_002dlist"></a>
+<a name="index-rolo_002c-personal"></a>
<p>The files used in any rolo search are given by the
-<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: Org files (.org),
-Emacs outlines (.otl), Koutlines (.kotl), or Markdown files (.md).
-</p>
-<p>If a file in the list does not exist or is not readable, it is
-skipped. Files are searched in the order in which they appear in the
-list. You should leave your personal rolo file as the first entry in
-the list, since this is the only file to which the Add command on the
-rolo menu adds entries.
+<code>hyrolo-file-list</code> variable, whose default value is typically
+<code>"~/.rolo.otl"</code>, in which case, searches scan only your
personal
+rolo file. But you can customize this to include files with variables
+in them, wildcard patterns and directories, as explained below. Any
+paths added to this list should be absolute.
+</p>
+<p>If you include file wildcards in paths for this variable and
+<code>find-file-wildcards</code> is non-nil (the default), then any files
+matching the pattern (which can include [char-matches] or * wildcards
+and regular text) when the variable is set will be included in HyRolo
+searches. For more on wildcards, see <a
href="http://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Wildcards">Wildcards</a>
in <cite>the GNU
+Emacs Manual</cite>.
+</p>
+<p>If you include an Environment variable or Emacs Lisp variable with the
+<code>${var}</code> format in a path, they also are resolved when
+<code>hyrolo-file-list</code> is set. Variables with values that include
+multiple paths, e.g. PATH, are resolved to the first existing entry
+that matches.
+</p>
+<p>If you include an existing directory (invalid ones are ignored) in
+your <code>hyrolo-file-list</code>, HyRolo will expand it recursively across
+all of its files that match <code>hyrolo-file-suffix-regexp</code>. By
+default, this is Org files (.org), Emacs outlines (.otl), Koutlines
+(.kotl), or Markdown files (.md). See <samp>hpath.el#hpath:expand-list</samp>.
+</p>
+<p>Once expanded, if a file in the list does not exist or is not
+readable, it is dropped. Paths are searched in the order in which
+they appear in the list. You should leave your personal rolo file as
+the first entry in the list, since this is the only file to which the
+HyRolo menu Add command adds entries.
</p>
<p>Hyperbole releases earlier than 4.17 used a different filename for the
personal rolo. If such a file exists, you will be prompted to rename
@@ -6773,38 +7604,38 @@ it whenever the HyRolo system is loaded.
following to your Emacs initialization file:
</p>
<div class="format">
-<pre class="format-preformatted">(add-hook ’hyperbole-init-hook
+<pre class="format">(add-hook ’hyperbole-init-hook
(lambda ()
(require ’org)
(setq hyrolo-file-list (append (hyrolo-initialize-file-list)
- (cddr (directory-files
org-directory))))))
+ (list org-directory)))))
</pre></div>
-<a class="index-entry-id" id="index-BBDB"></a>
-<a class="index-entry-id" id="index-Big-Brother-DataBase"></a>
+<a name="index-BBDB"></a>
+<a name="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 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
+<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
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 class="code">hyrolo-bbdb-fgrep</code> (string finding) and <code
class="code">hyrolo-bbdb-grep</code>
+<code>hyrolo-bbdb-fgrep</code> (string finding) and
<code>hyrolo-bbdb-grep</code>
(regular expression finding). They may be bound to keys if desired.
</p>
-<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>
+<a name="index-contacts_002c-Google"></a>
+<a name="index-Google-Contacts"></a>
+<a name="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 class="file">google-contacts</samp> package using
the Emacs
+install the external <samp>google-contacts</samp> package using the Emacs
Package Manager. Then you must install the non-Emacs GNU Privacy
-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
+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
search path. Once these are in place, either restart Emacs or
-use <kbd class="kbd">{M-x hyrolo-initialize-file-list <kbd
class="key">RET</kbd>}</kbd> to add Google
+use <kbd>{M-x hyrolo-initialize-file-list <span class="key">RET</span>}</kbd>
to add Google
Contacts to your searches.
</p>
<p>When you next do a search, you will be prompted for your Google
@@ -6813,74 +7644,88 @@ 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 class="index-entry-id"
id="index-hyrolo_002dgoogle_002dcontacts_002dfgrep"></a>
-<a class="index-entry-id"
id="index-hyrolo_002dgoogle_002dcontacts_002dgrep"></a>
+<a name="index-hyrolo_002dgoogle_002dcontacts_002dfgrep"></a>
+<a name="index-hyrolo_002dgoogle_002dcontacts_002dgrep"></a>
<p>For finding matches within only Google Contacts, there are the commands
-<code class="code">hyrolo-google-contacts-fgrep</code> (string finding) and
-<code class="code">hyrolo-google-contacts-grep</code> (regular expression
finding). They
+<code>hyrolo-google-contacts-fgrep</code> (string finding) and
+<code>hyrolo-google-contacts-grep</code> (regular expression finding). They
may be bound to keys if desired.
</p>
-<a class="index-entry-id"
id="index-hyrolo_002dgoogle_002dcontacts_002dflag"></a>
+<a name="index-hyrolo_002dgoogle_002dcontacts_002dflag"></a>
<p>If you ever need to disable Google Contacts usage, there is a
-flag, <code class="code">hyrolo-google-contacts-flag</code>, which when set to
‘<samp class="samp">nil</samp>’
+flag, <code>hyrolo-google-contacts-flag</code>, which when set to
‘<samp>nil</samp>’
disables searching of your Google Contacts.
</p>
<p>Below are the rest of the settings available with HyRolo:
</p>
-<dl class="vtable">
+<dl compact="compact">
<dd>
-<a class="index-entry-id" id="index-rolo_002c-highlighting-matches-1"></a>
+<a name="index-rolo_002c-highlighting-matches-1"></a>
</dd>
-<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>
+<dt><code>hyrolo-highlight-face</code>
+<a name="index-hyrolo_002dhighlight_002dface"></a>
+</dt>
<dd><p>If textual highlighting is available in your emacs on your current
-display type, the rolo uses the value of <code
class="code">hyrolo-highlight-face</code> as
+display type, the rolo uses the value of <code>hyrolo-highlight-face</code> as
the face which highlights search matches.
</p>
</dd>
-<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>
+<dt><code>hyrolo-kill-buffers-after-use</code>
+<a name="index-hyrolo_002dkill_002dbuffers_002dafter_002duse"></a>
+</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 class="code">(setq hyrolo-kill-buffers-after-use t)</code>.
+setting: <code>(setq hyrolo-kill-buffers-after-use t)</code>.
</p>
</dd>
-<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>
+<dt><code>hyrolo-save-buffers-after-use</code>
+<a name="index-hyrolo_002dsave_002dbuffers_002dafter_002duse"></a>
+</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 class="code">(setq hyrolo-save-buffers-after-use nil)</code>.
+setting: <code>(setq hyrolo-save-buffers-after-use nil)</code>.
</p>
</dd>
-<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>
+<dt><code>hyrolo-email-format</code>
+<a name="index-hyrolo_002demail_002dformat"></a>
+</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 class="code">hyrolo-email-format</code> variable. See its documentation
if you want to
+<code>hyrolo-email-format</code> variable. See its documentation if you want
to
change its value.
</p>
</dd>
-<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>
+<dt><code>hyrolo-hdr-regexp</code>
+<a name="index-hyrolo_002dhdr_002dregexp"></a>
+</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 class="code">hyrolo-hdr-regexp</code>,
whose default value
+regular expression variable, <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 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>
+<dt><code>hyrolo-entry-regexp</code>
+<a name="index-hyrolo_002dentry_002dregexp"></a>
+</dt>
<dd><p>The rolo entry start delimiter is given by the regular expression
-variable, <code class="code">hyrolo-entry-regexp</code>, whose default value
is "^\*+", i.e.
+variable, <code>hyrolo-entry-regexp</code>, whose default value is
"^\*+", i.e.
one or more asterisks at the beginning of a line.
</p>
</dd>
-<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>
+<dt><code>hyrolo-display-format-function</code>
+<a name="index-hyrolo_002ddisplay_002dformat_002dfunction"></a>
+</dt>
<dd><p>When a rolo search is done, each matching entry is passed through the
-function given by the variable, <code
class="code">hyrolo-display-format-function</code>,
+function given by the variable, <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 class="code">identity</code> which passes the
string through
+default function used is <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,
@@ -6892,20 +7737,19 @@ There is never a need to learn a complicated query
language.
</dl>
<hr>
-</div>
-</div>
-<div class="chapter-level-extent" id="Window-Configurations">
-<div class="nav-panel">
+<a name="Window-Configurations"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="chapter" id="Window-Configurations-1">9 Window Configurations</h2>
+<a name="Window-Configurations-1"></a>
+<h2 class="chapter">9 Window Configurations</h2>
-<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
+<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
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
@@ -6932,19 +7776,19 @@ hywconfig window configuration commands:
</pre>
<p>The operations on this menu are defined as follows.
</p>
-<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>
+<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>
<div class="example">
-<div class="group"><pre class="example-preformatted">Menu Item Command
Description
+<pre class="example">Menu Item Command Description
=====================================================================
AddName hywconfig-add-by-name Name current wconfig
DeleteName hywconfig-delete-by-name Delete wconfig by name
@@ -6954,7 +7798,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></div>
+</pre></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
@@ -6962,48 +7806,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 class="index-entry-id" id="index-kill_002dring"></a>
+<a name="index-kill_002dring"></a>
<p>HyWconfig creates a ring structure that operates just like the Emacs
-<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
+<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
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 class="index-entry-id" id="index-hywconfig_002dring_002dsave-1"></a>
-<p>SaveRing executes the <code class="code">hywconfig-ring-save</code> command
which
+<a name="index-hywconfig_002dring_002dsave-1"></a>
+<p>SaveRing executes the <code>hywconfig-ring-save</code> command which
saves the current window configuration to the ring.
</p>
-<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
+<a name="index-hywconfig_002dyank_002dpop-1"></a>
+<p>YankRing executes the <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 class="kbd">{q}</kbd> to quit from the minibuffer menu.
+use <kbd>{q}</kbd> to quit from the minibuffer menu.
</p>
-<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
+<a name="index-hywconfig_002ddelete_002dpop-1"></a>
+<p>PopRing calls the <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
class="kbd">{q}</kbd> to
+Simply stop when a desired configuration appears and use <kbd>{q}</kbd> to
quit from the minibuffer menu.
</p>
-<a class="index-entry-id" id="index-hywconfig_002dring_002dmax"></a>
+<a name="index-hywconfig_002dring_002dmax"></a>
<p>The maximum number of elements the ring can hold is set by the
-<code class="code">hywconfig-ring-max</code> variable whose default is 10.
Any saves beyond
+<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>
-</div>
-<div class="chapter-level-extent" id="Developing-with-Hyperbole">
-<div class="nav-panel">
+<a name="Developing-with-Hyperbole"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="chapter" id="Developing-with-Hyperbole-1">10 Developing with
Hyperbole</h2>
+<a name="Developing-with-Hyperbole-1"></a>
+<h2 class="chapter">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
@@ -7012,121 +7856,165 @@ 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>
-<div class="section-level-extent" id="Hook-Variables">
-<div class="nav-panel">
+<a name="Hook-Variables"></a>
+<div class="header">
<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>
-<h3 class="section" id="Hook-Variables-1">10.1 Hook Variables</h3>
+<a name="Hook-Variables-1"></a>
+<h3 class="section">10.1 Hook Variables</h3>
-<a class="index-entry-id" id="index-variables"></a>
-<a class="index-entry-id" id="index-hook-variables"></a>
+<a name="index-variables"></a>
+<a name="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 class="index-entry-id" id="index-add_002dhook"></a>
+<a name="index-add_002dhook"></a>
<p>We find it best to always set the value of hook variables either to
-‘<samp class="samp">nil</samp>’ or to a list of function names of
no arguments, each of which
+‘<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 class="code">add-hook</code> function to adjust the value of hooks,
it will do
+the <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
class="samp">-hook</samp>’
+that function has the same name as the function with a
‘<samp>-hook</samp>’
appended. Hyperbole includes the following hook variables:
</p>
-<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>
+<dl compact="compact">
+<dt><code>hyperbole-init-hook</code>
+<a name="index-hyperbole_002dinit_002dhook-1"></a>
+</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 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>
+<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>
<dd><p>Run after an Action or Assist Mouse Key depress is detected.
</p>
</dd>
-<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>
+<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>
<dd><p>Run after an Action or Assist Mouse Key release is detected, before
any associated action is executed.
</p>
-<a class="index-entry-id" id="index-hbut_003acurrent"></a>
+<a name="index-hbut_003acurrent"></a>
</dd>
-<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>
+<dt><code>action-act-hook</code>
+<a name="index-action_002dact_002dhook"></a>
+</dt>
<dd><p>Run before each Hyperbole button activation.
-The variable <code class="code">hbut:current</code> contains the button to be
activated when
+The variable <code>hbut:current</code> contains the button to be activated when
this is run.
</p>
</dd>
-<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>
+<dt><code>ebut-create-hook</code>
+<a name="index-ebut_002dcreate_002dhook"></a>
+</dt>
<dd><p>Adds to the Hyperbole explicit button creation process.
</p>
</dd>
-<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>
+<dt><code>ebut-delete-hook</code>
+<a name="index-ebut_002ddelete_002dhook"></a>
+</dt>
<dd><p>Adds to the Hyperbole explicit button deletion process.
</p>
</dd>
-<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>
+<dt><code>ebut-modify-hook</code>
+<a name="index-ebut_002dmodify_002dhook"></a>
+</dt>
<dd><p>Executed when an explicit button’s attributes are modified.
</p>
</dd>
-<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>
+<dt><code>hibtypes-begin-load-hook</code>
+<a name="index-hibtypes_002dbegin_002dload_002dhook"></a>
+</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 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>
+<dt><code>hibtypes-end-load-hook</code>
+<a name="index-hibtypes_002dend_002dload_002dhook"></a>
+</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 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>
+<dt><code>htype-create-hook</code>
+<a name="index-htype_002dcreate_002dhook"></a>
+</dt>
<dd><p>Executed whenever a Hyperbole type (e.g. action type or implicit button
type) is added to the environment.
</p>
</dd>
-<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>
+<dt><code>htype-delete-hook</code>
+<a name="index-htype_002ddelete_002dhook"></a>
+</dt>
<dd><p>Executed whenever a type is deleted from the environment.
</p>
</dd>
-<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>
+<dt><code>kotl-mode-hook</code>
+<a name="index-kotl_002dmode_002dhook"></a>
+</dt>
<dd><p>Executed whenever a koutline is created or read in or when kotl-mode is
invoked.
</p>
</dd>
-<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>
+<dt><code>hyrolo-add-hook</code>
+<a name="index-hyrolo_002dadd_002dhook-1"></a>
+</dt>
<dd><p>Executed after the addition of a new rolo entry.
</p>
</dd>
-<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>
+<dt><code>hyrolo-display-hook</code>
+<a name="index-hyrolo_002ddisplay_002dhook"></a>
+</dt>
<dd><p>Executed when rolo matches are displayed.
</p>
</dd>
-<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>
+<dt><code>hyrolo-edit-hook</code>
+<a name="index-hyrolo_002dedit_002dhook-1"></a>
+</dt>
<dd><p>Executed after point is successfully moved to an entry to be edited.
</p>
</dd>
-<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>
+<dt><code>hyrolo-mode-hook</code>
+<a name="index-hyrolo_002dmode_002dhook"></a>
+</dt>
<dd><p>Executed when a rolo match buffer is created and put into hyrolo-mode.
</p>
-<a class="index-entry-id" id="index-yank_002c-reformatting"></a>
+<a name="index-yank_002c-reformatting"></a>
</dd>
-<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>
+<dt><code>hyrolo-yank-reformat-function</code>
+<a name="index-hyrolo_002dyank_002dreformat_002dfunction"></a>
+</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
@@ -7137,23 +8025,27 @@ region to meet user-specific needs.
<p>Hyperbole also makes use of a number of standard Emacs hook variables.
</p>
-<dl class="vtable">
+<dl compact="compact">
<dd>
-<a class="index-entry-id" id="index-button-highlighting"></a>
+<a name="index-button-highlighting"></a>
</dd>
-<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>
+<dt><code>find-file-hook</code>
+<a name="index-find_002dfile_002dhook"></a>
+</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 class="index-entry-id" id="index-button-data-saving"></a>
+<a name="index-button-data-saving"></a>
</dd>
-<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>
+<dt><code>write-file-hooks</code>
+<a name="index-write_002dfile_002dhooks"></a>
+</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 class="index-entry-id" id="index-mail-hooks"></a>
-<a class="index-entry-id" id="index-news-hooks"></a>
+<a name="index-mail-hooks"></a>
+<a name="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
@@ -7162,69 +8054,72 @@ specific usage of such hooks.
</dl>
<hr>
-</div>
-<div class="section-level-extent" id="Creating-Types">
-<div class="nav-panel">
+<a name="Creating-Types"></a>
+<div class="header">
<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>
-<h3 class="section" id="Creating-Types-1">10.2 Creating Types</h3>
+<a name="Creating-Types-1"></a>
+<h3 class="section">10.2 Creating Types</h3>
-<a class="index-entry-id" id="index-type-definition"></a>
-<a class="index-entry-id" id="index-type-redefinition-1"></a>
+<a name="index-type-definition"></a>
+<a name="index-type-redefinition-1"></a>
<p>To define or redefine a single Hyperbole type, you may either:
</p>
-<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>
+<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>
move your Emacs point to within the type definition and use
-<kbd class="kbd">{C-M-x}</kbd> <code class="code">(eval-defun)</code> (only
works in Emacs Lisp mode);
+<kbd>{C-M-x}</kbd> <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 class="kbd">{C-x C-e}</kbd> <code
class="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>{C-x C-e}</kbd> <code>(eval-last-sexp)</code> (works in most modes).
</li></ul>
-<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
+<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
Hyperbole types, if needed.
</p>
-<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>
+<a name="index-file_002c-hactypes_002eel"></a>
+<a name="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
class="file">hactypes.el</samp>
-and <samp class="file">hibtypes.el</samp> for examples.
-</p>
+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>
-<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>
-<div class="subsection-level-extent" id="Creating-Action-Types">
-<div class="nav-panel">
+<a name="Creating-Action-Types"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Creating-Action-Types-1">10.2.1 Creating Action
Types</h4>
+<a name="Creating-Action-Types-1"></a>
+<h4 class="subsection">10.2.1 Creating Action Types</h4>
-<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>
+<a name="index-actype_003acreate"></a>
+<a name="index-file_002c-hactypes_002eel-1"></a>
+<a name="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 class="file">hactypes.el</samp>,
contains
+to a Hyperbole environment. The file, <samp>hactypes.el</samp>, contains
many examples of working action types.
</p>
-<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>
+<a name="index-action-type_002c-creation"></a>
+<a name="index-defact"></a>
+<a name="index-actype_003acreate-1"></a>
<p>An action type is created, i.e. loaded into the Hyperbole environment,
-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>
+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>
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
@@ -7239,79 +8134,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 class="samp">nil</samp>’, in which case
‘<samp class="samp">t</samp>’ is returned to the
+unless it returns ‘<samp>nil</samp>’, in which case
‘<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 class="index-entry-id" id="index-interactive-form"></a>
-<a class="index-entry-id" id="index-interactive"></a>
+<a name="index-interactive-form"></a>
+<a name="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 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
+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
Hyperbole command character extensions when the form is given as a
-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
+string. Each such extension character <em>must</em> be preceded by a
+plus sign, ‘<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 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>
+<dl compact="compact">
+<dd><a name="index-argument_002c-Info-node"></a>
+<a name="index-interactive-cmd-char_002c-_002bI"></a>
</dd>
-<dt><code class="code">+I</code></dt>
+<dt><code>+I</code></dt>
<dd><p>Prompts with completion for an existing Info (filename)nodename.
</p>
-<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>
+<a name="index-argument_002c-kcell"></a>
+<a name="index-argument_002c-koutline"></a>
+<a name="index-interactive-cmd-char_002c-_002bK"></a>
</dd>
-<dt><code class="code">+K</code></dt>
+<dt><code>+K</code></dt>
<dd><p>Prompts for an existing kcell identifier, either a full outline level
identifier or a permanent idstamp.
</p>
-<a class="index-entry-id" id="index-argument_002c-klink"></a>
-<a class="index-entry-id" id="index-interactive-cmd-char_002c-_002bL"></a>
+<a name="index-argument_002c-klink"></a>
+<a name="index-interactive-cmd-char_002c-_002bL"></a>
</dd>
-<dt><code class="code">+L</code></dt>
+<dt><code>+L</code></dt>
<dd><p>Prompts for a klink specification. See the documentation for the
function
-<code class="code">(kcell-view:reference)</code> for details of the format of
a klink.
+<code>(kcell-view:reference)</code> for details of the format of a klink.
</p>
-<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>
+<a name="index-interactive-cmd-char_002c-_002bM"></a>
+<a name="index-argument_002c-mail-message"></a>
</dd>
-<dt><code class="code">+M</code></dt>
+<dt><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 class="index-entry-id" id="index-argument_002c-view-spec"></a>
-<a class="index-entry-id" id="index-interactive-cmd-char_002c-_002bV"></a>
+<a name="index-argument_002c-view-spec"></a>
+<a name="index-interactive-cmd-char_002c-_002bV"></a>
</dd>
-<dt><code class="code">+V</code></dt>
+<dt><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 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>
+<a name="index-argument_002c-Info-index-item"></a>
+<a name="index-interactive-cmd-char_002c-_002bX"></a>
</dd>
-<dt><code class="code">+X</code></dt>
+<dt><code>+X</code></dt>
<dd><p>Prompts with completion for an existing Info index (filename)itemname.
</p>
</dd>
</dl>
-<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
+<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
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
class="samp">nil</samp>’ is
+internally to reference the type is returned. On failure,
‘<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
@@ -7319,20 +8214,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 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
+<a name="index-actype_003adelete"></a>
+<p>Call <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>
-</div>
-<div class="subsection-level-extent" id="Creating-Implicit-Button-Types">
-<div class="nav-panel">
+<a name="Creating-Implicit-Button-Types"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Creating-Implicit-Button-Types-1">10.2.2 Creating
Implicit Button Types</h4>
+<a name="Creating-Implicit-Button-Types-1"></a>
+<h4 class="subsection">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
@@ -7348,19 +8243,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 class="table">
-<dt><b class="b">Action Button Link Types</b></dt>
+<dl compact="compact">
+<dt><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 class="b">Implicit Button Link Types</b></dt>
+<dt><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 class="b">Programmatic Implicit Button Types</b></dt>
+<dt><b>Programmatic Implicit Button Types</b></dt>
<dd><p>The third requires ELisp programming knowledge but can create any
implicit
button type.
</p></dd>
@@ -7369,31 +8264,35 @@ 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>
-<div class="subsubsection-level-extent" id="Action-Button-Link-Types">
-<div class="nav-panel">
+<a name="Action-Button-Link-Types"></a>
+<div class="header">
<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>
-<h4 class="subsubsection" id="Action-Button-Link-Types-1">10.2.2.1 Action
Button Link Types</h4>
+<a name="Action-Button-Link-Types-1"></a>
+<h4 class="subsubsection">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 class="emph">action button link type</em>.
+<em>action button link type</em>.
</p>
-<p>A call to the <code class="code">defal</code> macro of the form:
+<p>A call to the <code>defal</code> macro of the form:
</p>
-<p><code class="code">(defal TYPE LINK-EXPR &optional DOC)</code>
+<p><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 class="code"><TYPE
link-text></code> where
-<code class="code">link-text</code> is substituted into LINK-EXPR as grouping
1 (wherever
+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
%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.
@@ -7402,23 +8301,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 class="enumerate">
+<ol>
<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
class="samp">PYTHONLIBPATH</samp>’ environment
-variable, then pressing <kbd class="kbd">{C-x C-e}</kbd> <code
class="code">eval-last-sexp</code> after
+<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
this expression:
</p>
-<p><code class="code">(defal pylib "${PYTHONLIBPATH}/%s")</code>
+<p><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 class="code"><pylib PYTHON-LIBRARY-FILENAME></code>
+<p><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
@@ -7426,32 +8325,32 @@ as well.
</p>
<p>Therefore an Action Key press on:
</p>
-<p><code class="code"><pylib string.py:5:7></code>
+<p><code><pylib string.py:5:7></code>
</p>
-<p>would display the source for <samp class="file">string.py</samp> (wherever
it is
+<p>would display the source for <samp>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 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>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>
<hr>
-</div>
-<div class="subsubsection-level-extent" id="Implicit-Button-Link-Types">
-<div class="nav-panel">
+<a name="Implicit-Button-Link-Types"></a>
+<div class="header">
<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>
-<h4 class="subsubsection" id="Implicit-Button-Link-Types-1">10.2.2.2 Implicit
Button Link Types</h4>
+<a name="Implicit-Button-Link-Types-1"></a>
+<h4 class="subsubsection">10.2.2.2 Implicit Button Link Types</h4>
-<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
+<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
implicit button types without understanding how to program in Emacs
Lisp, aside from the instructions provided here.
</p>
-<p>A call to the <code class="code">defil</code> macro of the form:
+<p>A call to the <code>defil</code> macro of the form:
</p>
-<p><code class="code">(defil TYPE START-DELIM END-DELIM TEXT-REGEXP LINK-EXPR
+<p><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
@@ -7467,7 +8366,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 class="enumerate">
+<ol>
<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);
@@ -7475,32 +8374,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 class="code">replace-match</code> is done on the expression to generate
the
+<code>replace-match</code> is done on the expression to generate the
button-specific referent to display. Thus, either the whole button
-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
+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
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
class="code">search-git-log</code> with a
+<p>The following defines the button type called <code>search-git-log</code>
with a
a key series action surrounded by braces:
</p>
-<p><code class="code">(defil search-git-log "[<"
">]" ".*" "{M-: (hypb:fgrep-git-log
\"\\&\") RET}")</code>
+<p><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 class="code">(defil search-git-log "[<"
">]" ".*" #’hypb:fgrep-git-log)</code>
+<p><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 class="kbd">{C-x C-e}</kbd> <code class="code">eval-last-sexp</code> to
define the implicit button
+<kbd>{C-x C-e}</kbd> <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 class="code">;; [<test release>]</code>
+<p><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
@@ -7511,45 +8410,45 @@ Action Buttons of the form: <hypb:fgrep-git-log
"string"> to do
same thing without any special definitions.
</p>
<hr>
-</div>
-<div class="subsubsection-level-extent"
id="Programmatic-Implicit-Button-Types">
-<div class="nav-panel">
+<a name="Programmatic-Implicit-Button-Types"></a>
+<div class="header">
<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>
-<h4 class="subsubsection" id="Programmatic-Implicit-Button-Types-1">10.2.2.3
Programmatic Implicit Button Types</h4>
+<a name="Programmatic-Implicit-Button-Types-1"></a>
+<h4 class="subsubsection">10.2.2.3 Programmatic Implicit Button Types</h4>
-<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
+<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
signature for this function is given in its documentation; it is the
-same as that of <code class="code">(defun)</code>, but with a number of
constraints. The
+same as that of <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 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>
+<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>
<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 class="samp">nil</samp>’. If
the type is delimited,
+not, the predicate returns ‘<samp>nil</samp>’. If the type is
delimited,
Hyperbole automatically sets up to flash the button when activated.
-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
+Action invocations have the form: <code>(hact 'actype &rest
+actype-arguments)</code> where <code>actype</code> is a Hyperbole action type
symbol or an Emacs Lisp function name or lambda;
-<code class="code">actype-arguments</code> are the arguments fed to the action
invocation
+<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 class="code">(hact)</code> function or your ibtypes will not
work
+through the <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 class="code">(hact)</code> calls are disabled during this testing.) Any
action
+<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
@@ -7557,75 +8456,77 @@ 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 class="samp">nil</samp>’ is returned so that you
may test whether or not the
+failure, ‘<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 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
+<a name="index-ibtype_003adelete"></a>
+<p>Call <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 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>
+<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>
<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
class="samp">:help</samp>’, e.g.
-<code class="code">my-ibtype:help</code>, it is used as the assist-action
whenever the
+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
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 class="code">(ibut:at-p)</code> returns when point is within an implicit
button
+<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 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.
+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.
</p>
<hr>
-</div>
-</div>
-</div>
-<div class="section-level-extent" id="Explicit-Button-Technicalities">
-<div class="nav-panel">
+<a name="Explicit-Button-Technicalities"></a>
+<div class="header">
<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>
-<h3 class="section" id="Explicit-Button-Technicalities-1">10.3 Explicit Button
Technicalities</h3>
+<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>
-<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>
-<div class="subsection-level-extent" id="Button-Label-Normalization">
-<div class="nav-panel">
+<a name="Button-Label-Normalization"></a>
+<div class="header">
<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>
-<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>
+<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>
<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 class="code">(hbut:label-to-key)</code> for details of the
normalization
+function <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-preformatted"> <(fake button)> <( fake
button)>
+<pre class="example"> <(fake button)> <( fake button)>
Pam> <(fake
Pam> button)>
@@ -7637,35 +8538,35 @@ be recognized as the same button.
/* button )> */
</pre></div>
-<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>
+<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>
<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 class="code">hbut:fill-prefix-regexps</code>
holds the list
+recognized. The variable <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 class="code">fill-prefix</code>, so no
user
+setting of the Emacs variable, <code>fill-prefix</code>, so no user
intervention is required.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Operational-and-Storage-Formats">
-<div class="nav-panel">
+<a name="Operational-and-Storage-Formats"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Operational-and-Storage-Formats-1">10.3.2
Operational and Storage Formats</h4>
+<a name="Operational-and-Storage-Formats-1"></a>
+<h4 class="subsection">10.3.2 Operational and Storage Formats</h4>
-<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>
+<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>
<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
@@ -7674,28 +8575,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 class="code">hbut:current</code> symbol by default to store and retrieve
the last
+<code>hbut:current</code> symbol by default to store and retrieve the last
encountered button in edit format.
</p>
-<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
+<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
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>
-</div>
-<div class="subsection-level-extent" id="Programmatic-Button-Creation">
-<div class="nav-panel">
+<a name="Programmatic-Button-Creation"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Programmatic-Button-Creation-1">10.3.3 Programmatic
Button Creation</h4>
+<a name="Programmatic-Button-Creation-1"></a>
+<h4 class="subsection">10.3.3 Programmatic Button Creation</h4>
-<a class="index-entry-id"
id="index-explicit-button_002c-programmatic-creation"></a>
+<a name="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
@@ -7703,14 +8604,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 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.
+<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.
</p>
-<a class="index-entry-id" id="index-ebut_003aprogram"></a>
+<a name="index-ebut_003aprogram"></a>
<p>The simplest way to create explicit buttons programmatically is to
-call <code class="code">ebut:program</code>. This generates an explicit
button at point
+call <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
@@ -7718,43 +8619,42 @@ 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
class="code">hui:ebut-create</code> instead.
+<p>For interactive explicit creation, use <code>hui:ebut-create</code> instead.
</p>
-<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
+<a name="index-ebut_003acreate"></a>
+<a name="index-ebut_003amap"></a>
+<p>The documentation for <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 class="code">(ebut:map)</code> function.
+buffer, use the <code>(ebut:map)</code> function.
</p>
-<a class="index-entry-id" id="index-gbut_003aebut_002dprogram"></a>
-<p>Similarly, <code class="code">gbut:ebut-program</code> programmatically
adds global explicit
+<a name="index-gbut_003aebut_002dprogram"></a>
+<p>Similarly, <code>gbut:ebut-program</code> programmatically adds global
explicit
buttons at the end of the personal button file.
</p>
<hr>
-</div>
-</div>
-<div class="section-level-extent" id="Encapsulating-Systems">
-<div class="nav-panel">
+<a name="Encapsulating-Systems"></a>
+<div class="header">
<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>
-<h3 class="section" id="Encapsulating-Systems-1">10.4 Encapsulating
Systems</h3>
+<a name="Encapsulating-Systems-1"></a>
+<h3 class="section">10.4 Encapsulating Systems</h3>
-<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>
+<a name="index-file_002c-hsys_002d_002a"></a>
+<a name="index-Hyperbole_002c-system-encapsulation"></a>
+<a name="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 class="file">hsys-*</samp> files for examples of how to do
this.
+<p>See the <samp>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 class="table">
-<dt><em class="emph">World-Wide Web</em></dt>
+<dl compact="compact">
+<dt><em>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.
@@ -7763,18 +8663,18 @@ that a press of the Action Key follows a URL.
<hr>
-</div>
-<div class="section-level-extent" id="Embedding-Hyperbole">
-<div class="nav-panel">
+<a name="Embedding-Hyperbole"></a>
+<div class="header">
<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>
-<h3 class="section" id="Embedding-Hyperbole-1">10.5 Embedding Hyperbole</h3>
+<a name="Embedding-Hyperbole-1"></a>
+<h3 class="section">10.5 Embedding Hyperbole</h3>
-<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>
+<a name="index-Hyperbole-API"></a>
+<a name="index-API"></a>
+<a name="index-programming-interface"></a>
+<a name="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
@@ -7787,10 +8687,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 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><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>
<p>Note when looking at these files, that they are divided into sections
@@ -7801,93 +8701,92 @@ 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 class="file">hyperbole-${hyperb:version}/kotl/</samp> directory.
+<samp>hyperbole-${hyperb:version}/kotl/</samp> directory.
</p>
<hr>
-</div>
-</div>
-<div class="appendix-level-extent" id="Glossary">
-<div class="nav-panel">
+<a name="Glossary"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="appendix" id="Glossary-1">Appendix A Glossary</h2>
+<a name="Glossary-1"></a>
+<h2 class="appendix">Appendix A Glossary</h2>
-<a class="index-entry-id" id="index-glossary"></a>
-<a class="index-entry-id" id="index-definitions"></a>
+<a name="index-glossary"></a>
+<a name="index-definitions"></a>
<p>Concepts pertinent to operational usage of Hyperbole are defined here.
-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>,
+See <a
href="http://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Glossary">Glossary</a>
in <cite>the GNU Emacs Manual</cite>,
if any emacs-related terms are unfamiliar to you.
</p>
-<dl class="table">
-<dt><b class="b">Ace Window</b></dt>
+<dl compact="compact">
+<dt><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 class="xref"
href="#Keyboard-Drags">Keyboard Drags</a>.
+to a window or replace a windows’s contents. See <a
href="#Keyboard-Drags">Keyboard Drags</a>.
</p>
</dd>
-<dt><b class="b">Action</b></dt>
-<dd><p>An executable behavior associated with a Hyperbole button. <em
class="dfn">Links</em>
+<dt><b>Action</b></dt>
+<dd><p>An executable behavior associated with a Hyperbole button.
<em>Links</em>
are a specific class of actions which display existing entities, such as
-files. See also <b class="b">Action Type</b>.
+files. See also <b>Action Type</b>.
</p>
</dd>
-<dt><b class="b">Action Button</b></dt>
+<dt><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 class="b">Action Key</b></dt>
-<dd><p>See <b class="b">Smart Key</b>.
+<dt><b>Action Key</b></dt>
+<dd><p>See <b>Smart Key</b>.
</p>
</dd>
-<dt><b class="b">Action Type</b></dt>
+<dt><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 class="dfn">action</em>. <em
class="dfn">Actype</em> is a synonym
+with a set of values is an <em>action</em>. <em>Actype</em> is a synonym
for action type.
</p>
<p>Internally, Hyperbole defines its own namespace for action types
-defined with its <code class="code">defact</code> macro by prefixing them with
-<code class="code">ibtypes::</code>. Symbols with this prefix are regular
Emacs Lisp
+defined with its <code>defact</code> macro by prefixing them with
+<code>ibtypes::</code>. Symbols with this prefix are regular Emacs Lisp
commands.
</p>
</dd>
-<dt><b class="b">Activation</b></dt>
+<dt><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 class="b">Argument</b></dt>
+<dt><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 class="b">Assist Key</b></dt>
-<dd><p>See <b class="b">Smart Key</b>.
+<dt><b>Assist Key</b></dt>
+<dd><p>See <b>Smart Key</b>.
</p>
</dd>
-<dt><b class="b">Attribute</b></dt>
+<dt><b>Attribute</b></dt>
<dd><p>A named parameter slot associated with a category or type of Hyperbole
-button. An <em class="emph">attribute value</em> is typically specific to a
particular
+button. An <em>attribute value</em> is typically specific to a particular
button instance.
</p>
-<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>
+<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>
<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
@@ -7895,22 +8794,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 class="xref" href="#References">References</a>, which cites several
Douglas Engelbart papers on the
+See <a 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 class="b">Buffer</b></dt>
+<dt><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 class="b">Button</b></dt>
+<dt><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 class="emph">Explicit
buttons</em>
+category, a type and zero or more arguments. <em>Explicit buttons</em>
also have creator, create time, last modifier, and last modifier time
attributes.
</p>
@@ -7920,36 +8819,36 @@ managed invisibly by Hyperbole and displayed only in
response to user
queries.
</p>
</dd>
-<dt><b class="b">Button Activation</b></dt>
-<dd><p>See <b class="b">Activation</b>.
+<dt><b>Button Activation</b></dt>
+<dd><p>See <b>Activation</b>.
</p>
</dd>
-<dt><b class="b">Button Attributes</b></dt>
-<dd><p>See <b class="b">Attributes</b>.
+<dt><b>Button Attributes</b></dt>
+<dd><p>See <b>Attributes</b>.
</p>
</dd>
-<dt><b class="b">Button Data</b></dt>
+<dt><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 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
+<dt><b>Button File, local</b></dt>
+<dd><p>A per-directory file named <samp>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 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
+<dt><b>Button File, personal</b></dt>
+<dd><p>A per-user file named <samp>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 class="b">Button Key</b></dt>
-<dd><p>A normalized form of a <b class="b">button label</b> used internally by
Hyperbole.
+<dt><b>Button Key</b></dt>
+<dd><p>A normalized form of a <b>button label</b> used internally by Hyperbole.
</p>
</dd>
-<dt><b class="b">Button Label</b></dt>
+<dt><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
@@ -7958,94 +8857,94 @@ they may be embedded within any text to provide
non-linear information
or operational access points.
</p>
</dd>
-<dt><b class="b">Button Selection</b></dt>
+<dt><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 class="b">Category</b></dt>
+<dt><b>Category</b></dt>
<dd><p>A class of Hyperbole buttons: implicit, explicit or global.
</p>
</dd>
-<dt><b class="b">Cell</b></dt>
-<dd><p>See <code class="code">Kcell</code>.
+<dt><b>Cell</b></dt>
+<dd><p>See <code>Kcell</code>.
</p>
</dd>
-<dt><b class="b">Children</b></dt>
+<dt><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">Class</b></dt>
+<dt><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 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>
+<a name="index-consult-package"></a>
+<a name="index-consult_002dorg_002droam-package"></a>
+<a name="index-hsys_002dorg_002droam_002dconsult_002dgrep"></a>
+<a name="index-org_002droam_002ddirectory"></a>
+<a name="index-hsys_002dorg_002dconsult_002dgrep"></a>
+<a name="index-org_002ddirectory"></a>
</dd>
-<dt><b class="b">Consult</b></dt>
+<dt><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.
</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><dl compact="compact">
+<dt><kbd>{M-x hsys-org-roam-consult-grep <span
class="key">RET</span>}</kbd></dt>
+<dd><p>Searches Org Roam notes in <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.
+<dt><kbd>{M-x hsys-org-consult-grep <span class="key">RET</span>}</kbd></dt>
+<dd><p>Searches Org notes in <code>org-directory</code> with consult.
</p></dd>
</dl>
</dd>
-<dt><b class="b">Context</b></dt>
+<dt><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 class="b">Display</b></dt>
-<dd><p>See <b class="b">Screen</b>.
+<dt><b>Display</b></dt>
+<dd><p>See <b>Screen</b>.
</p>
</dd>
-<dt><b class="b">Domain</b></dt>
+<dt><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 class="b">Drag</b></dt>
+<dt><b>Drag</b></dt>
<dd><p>A mouse button press in one location and following release in another
location.
</p>
</dd>
-<dt><b class="b">Elink</b></dt>
-<dt><b class="b">link-to-ebut</b></dt>
+<dt><b>Elink</b></dt>
+<dt><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 class="b">Environment</b></dt>
-<dd><p>See <b class="b">Hyperbole Environment</b>.
+<dt><b>Environment</b></dt>
+<dd><p>See <b>Hyperbole Environment</b>.
</p>
</dd>
-<dt><b class="b">Explicit Button</b></dt>
+<dt><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 class="samp"><(fake button)></samp>’. Direct
selection is used to operate upon
+this ‘<samp><(fake button)></samp>’. Direct selection is
used to operate upon
an explicit button.
</p>
</dd>
-<dt><b class="b">Frame</b></dt>
+<dt><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
@@ -8053,72 +8952,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 class="index-entry-id" id="index-gbut_003afile"></a>
+<a name="index-gbut_003afile"></a>
</dd>
-<dt><b class="b">Global Button</b></dt>
+<dt><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 class="code">(gbut:file)</code>, and may be activated with the Action
Key when
+<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 class="b">Glink</b></dt>
-<dt><b class="b">link-to-gbut</b></dt>
+<dt><b>Glink</b></dt>
+<dt><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 class="b">Global Button File</b></dt>
-<dd><p>See <b class="b">Button File, personal</b> and <b class="b">Global
Button</b>.
+<dt><b>Global Button File</b></dt>
+<dd><p>See <b>Button File, personal</b> and <b>Global Button</b>.
</p>
</dd>
-<dt><b class="b">Grid</b></dt>
-<dd><p>See <b class="b">Windows Grid</b>.
+<dt><b>Grid</b></dt>
+<dd><p>See <b>Windows Grid</b>.
</p>
-<a class="index-entry-id" id="index-hbut_003amax_002dlen-1"></a>
-<a class="index-entry-id" id="index-hbut_003amax_002dlen"></a>
+<a name="index-hbut_003amax_002dlen-1"></a>
+<a name="index-hbut_003amax_002dlen"></a>
<p>The maximum length of a button label is limited by the variable
-<code class="code">hbut:max-len</code>. If 0, there is no limit and searches
for button
+<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 class="code">(hbut:max-len)</code>, to read the proper value.
+function, <code>(hbut:max-len)</code>, to read the proper value.
</p>
-<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>
+<a name="index-helm-package"></a>
+<a name="index-org_002drifle-package"></a>
+<a name="index-hyrolo_002dhelm_002dorg_002drifle-1"></a>
</dd>
-<dt><b class="b">Helm</b></dt>
+<dt><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 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
+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
list with these packages.
</p>
-<a class="index-entry-id" id="index-run_002dhooks"></a>
+<a name="index-run_002dhooks"></a>
</dd>
-<dt><b class="b">Hook Variable</b></dt>
+<dt><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 class="code">(run-hooks)</code>.
+documentation for the function <code>(run-hooks)</code>.
</p>
</dd>
-<dt><b class="b">HyControl</b></dt>
+<dt><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 class="b">Hyperbole</b></dt>
+<dt><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 class="b">Hyperbole Environment</b></dt>
+<dt><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.
@@ -8126,47 +9025,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 class="b">Hypertext</b></dt>
+<dt><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 class="b">HyRolo</b></dt>
+<dt><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 class="b">Ilink</b></dt>
-<dt><b class="b">link-to-ibut</b></dt>
+<dt><b>Ilink</b></dt>
+<dt><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 class="b">Implicit Button</b></dt>
+<dt><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 class="samp"><[label]></samp>’. See also <b
class="b">implicit button type</b>.
+‘<samp><[label]></samp>’. See also <b>implicit button
type</b>.
</p>
</dd>
-<dt><b class="b">Implicit Button Type</b></dt>
+<dt><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 class="b">Ibtype</b> is a synonym for
-implicit button type. See also <b class="b">system encapsulation</b>.
+example, programming documentation. <b>Ibtype</b> is a synonym for
+implicit button type. See also <b>system encapsulation</b>.
</p>
<p>Internally, Hyperbole defines its own namespace for ibtypes defined
-with its <code class="code">defib</code> macro by prefixing them with <code
class="code">ibtypes::</code>.
+with its <code>defib</code> macro by prefixing them with
<code>ibtypes::</code>.
Symbols with this prefix are invokable Emacs Lisp functions.
</p>
-<a class="index-entry-id" id="index-InfoDock"></a>
+<a name="index-InfoDock"></a>
</dd>
-<dt><b class="b">InfoDock</b></dt>
+<dt><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
@@ -8178,30 +9077,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 class="b">Instance Number</b></dt>
+<dt><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 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>.
+<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>.
</p>
<p>Jedi is a Emacs package for Python completion, definition and documentation
lookup.
</p>
</dd>
-<dt><b class="b">Key Sequence</b></dt>
+<dt><b>Key Sequence</b></dt>
<dd><p>A single sequence of keys that can invoke an Emacs command.
</p>
</dd>
-<dt><b class="b">Key Series</b></dt>
+<dt><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 class="b">Kcell Ref</b></dt>
+<dt><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
@@ -8216,78 +9115,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 class="xref" href="#View-Specs">View Specs</a>.
+characters. See <a href="#View-Specs">View Specs</a>.
</p>
</dd>
-<dt><b class="b">Klink</b></dt>
+<dt><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-preformatted"> < pathname [, kcell-ref] >
+<pre class="example"> < pathname [, kcell-ref] >
< [-!&] pathname >
< @ kcell-ref >
</pre></div>
-<p>See the above definition of <em class="emph">Kcell Ref</em> for kcell-ref
formats.
+<p>See the above definition of <em>Kcell Ref</em> for kcell-ref formats.
</p>
</dd>
-<dt><b class="b">Koutline</b></dt>
+<dt><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 class="b">Koutliner</b></dt>
+<dt><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 class="b">Kcell</b></dt>
+<dt><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 class="b">Koutliner</b>.
+and the time of creation. See also <b>Koutliner</b>.
</p>
</dd>
-<dt><b class="b">Link</b></dt>
+<dt><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 class="dfn">referent</em>.
+entity. The referenced entity is called a <em>referent</em>.
Links are a subset of the types of actions that Hyperbole buttons
support.
</p>
</dd>
-<dt><b class="b">Local Button File</b></dt>
-<dd><p>See <b class="b">Button File, local</b>.
+<dt><b>Local Button File</b></dt>
+<dd><p>See <b>Button File, local</b>.
</p>
</dd>
-<dt><b class="b">Minibuffer Window</b></dt>
+<dt><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 class="b">Minibuffer Menu</b></dt>
+<dt><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 class="samp">/</samp>’.
+menus end with a forward slash, ‘<samp>/</samp>’.
</p>
</dd>
-<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>.
+<dt><b>Mouse Key</b></dt>
+<dt><b>Mouse Button</b></dt>
+<dd><p>See <b>Smart Key</b>.
</p>
</dd>
-<dt><b class="b">NLS</b></dt>
-<dd><p>See <b class="b">Augment</b>.
+<dt><b>NLS</b></dt>
+<dd><p>See <b>Augment</b>.
</p>
</dd>
-<dt><b class="b">Node</b></dt>
-<dd><p>See <b class="b">Link</b> or <b class="b">Cell</b>.
+<dt><b>Node</b></dt>
+<dd><p>See <b>Link</b> or <b>Cell</b>.
</p>
</dd>
-<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>.
+<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>.
</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
@@ -8304,16 +9203,16 @@ Keys that utilize the OO-Browser’s capabilities
both when it is displayed
on screen and when editing code.
</p>
</dd>
-<dt><b class="b">Org Mode</b></dt>
+<dt><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 class="xref" href="#Smart-Key-_002d-Org-Mode">Smart Key - Org Mode</a>.
+See <a href="#Smart-Key-_002d-Org-Mode">Smart Key - Org Mode</a>.
</p>
-<a class="index-entry-id" id="index-org_002droam-package"></a>
+<a name="index-org_002droam-package"></a>
</dd>
-<dt><b class="b">Org Roam</b></dt>
+<dt><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
@@ -8321,57 +9220,57 @@ provides full-text searching of Org Roam nodes utilzing
the interactive
grep commands from the Consult extension package.
</p>
</dd>
-<dt><b class="b">Outline</b></dt>
-<dd><p>See <b class="b">Koutline</b>.
+<dt><b>Outline</b></dt>
+<dd><p>See <b>Koutline</b>.
</p>
</dd>
-<dt><b class="b">Parent</b></dt>
+<dt><b>Parent</b></dt>
<dd><p>Any koutline cell which has children.
</p>
</dd>
-<dt><b class="b">Predecessor</b></dt>
+<dt><b>Predecessor</b></dt>
<dd><p>The previous same level koutline cell with the same parent.
</p>
</dd>
-<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
+<dt><b>Predicate</b></dt>
+<dd><p>A boolean (‘<samp>nil</samp>’ = false, non-nil = true =
‘<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 class="b">Referent</b></dt>
-<dd><p>See <b class="b">Link</b>.
+<dt><b>Referent</b></dt>
+<dd><p>See <b>Link</b>.
</p>
</dd>
-<dt><b class="b">Remote Pathname</b></dt>
+<dt><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 class="b">Tramp</b>, handles remote pathnames
and
+The built-in Emacs library, <b>Tramp</b>, handles remote pathnames and
Hyperbole uses it to enable viewing and editing of remote paths of the form:
-<samp
class="file">/<protocol>:<user>@<host>:<path></samp> as
well as web URLs. Use the
+<samp>/<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 class="b">Rolo</b></dt>
-<dd><p>See <b class="b">HyRolo</b>.
+<dt><b>Rolo</b></dt>
+<dd><p>See <b>HyRolo</b>.
</p>
</dd>
-<dt><b class="b">Root Cell</b></dt>
+<dt><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 class="index-entry-id" id="index-Screen"></a>
+<a name="index-Screen"></a>
</dd>
-<dt><b class="b">Screen</b></dt>
+<dt><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 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>
+<a name="index-Smart-Key-1"></a>
+<a name="index-proportional-scrolling"></a>
+<a name="index-scrolling"></a>
</dd>
-<dt><b class="b">Smart Key</b></dt>
+<dt><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
@@ -8381,11 +9280,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 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>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>
</dd>
-<dt><b class="b">Smart Menus</b></dt>
+<dt><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
@@ -8393,65 +9292,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 class="b">Source Buffer / File</b></dt>
+<dt><b>Source Buffer / File</b></dt>
<dd><p>The buffer or file within which a Hyperbole button is embedded.
</p>
</dd>
-<dt><b class="b">Subtree</b></dt>
+<dt><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 class="b">Successor</b></dt>
+<dt><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 class="b">System Encapsulation</b></dt>
+<dt><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 class="b">Tramp</b></dt>
+<dt><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
class="file">/<protocol>:<user>@<host>:<path></samp>
and web URLs.
+<samp>/<protocol>:<user>@<host>:<path></samp> and web
URLs.
</p>
</dd>
-<dt><b class="b">Tree</b></dt>
+<dt><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 class="b">URL</b></dt>
+<dt><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 class="b">View</b></dt>
+<dt><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 class="b">View Spec</b></dt>
+<dt><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 class="xref"
href="#View-Specs">View Specs</a>.
+within the modeline like so, <|view spec>. See <a
href="#View-Specs">View Specs</a>.
</p>
</dd>
-<dt><b class="b">Window</b></dt>
+<dt><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 class="b">Windows Grid</b></dt>
-<dd><p>A feature of HyControl invoked with <kbd class="kbd">{@}</kbd> which
creates, lays out
+<dt><b>Windows Grid</b></dt>
+<dd><p>A feature of HyControl invoked with <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.
@@ -8459,13 +9358,13 @@ specifiable filters or from a list.
</dl>
<hr>
-</div>
-<div class="appendix-level-extent" id="Setup">
-<div class="nav-panel">
+<a name="Setup"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="appendix" id="Setup-1">Appendix B Setup</h2>
+<a name="Setup-1"></a>
+<h2 class="appendix">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
@@ -8473,66 +9372,74 @@ 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>
-<div class="section-level-extent" id="Installation">
-<div class="nav-panel">
+<a name="Installation"></a>
+<div class="header">
<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>
-<h3 class="section" id="Installation-1">B.1 Installation</h3>
+<a name="Installation-1"></a>
+<h3 class="section">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>
-<div class="subsection-level-extent" id="Elpa-Stable-Package-Installation">
-<div class="nav-panel">
+<a name="Elpa-Stable-Package-Installation"></a>
+<div class="header">
<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>
-<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>
+<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>
<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 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
+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
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 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
+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
out-of-date packages, Hyperbole among them. Then skip the text below
-and move on to the next section, see <a class="pxref"
href="#Invocation">Invocation</a>.
+and move on to the next section, see <a 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
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>).
+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>).
</p>
-<div class="example lisp">
-<div class="group"><pre class="lisp-preformatted">;; Below are the lines to
add:
+<div class="lisp">
+<pre class="lisp">;; Below are the lines to add:
(when (< emacs-major-version 27)
(error "Hyperbole requires Emacs 27 or above, not %d"
@@ -8542,7 +9449,7 @@ several lines to your personal Emacs initialization file,
<samp class="file">~/.
(package-refresh-contents)
(package-install 'hyperbole))
(hyperbole-mode 1)
-</pre></div></div>
+</pre></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.
@@ -8550,19 +9457,19 @@ You may see a bunch of compilation warnings but these
can be safely
ignored.
</p>
<hr>
-</div>
-<div class="subsection-level-extent"
id="Elpa-In_002dDevelopment-Package-Installation">
-<div class="nav-panel">
+<a name="Elpa-In_002dDevelopment-Package-Installation"></a>
+<div class="header">
<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
[...]
+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>
</div>
-<h4 class="subsection"
id="Elpa-In_002dDevelopment-Package-Installation-1">B.1.2 Elpa In-Development
Package Installation</h4>
+<a name="Elpa-In_002dDevelopment-Package-Installation-1"></a>
+<h4 class="subsection">B.1.2 Elpa In-Development Package Installation</h4>
-<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>
+<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>
<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
@@ -8574,17 +9481,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 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
+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
out-of-date packages, Hyperbole among them. Then skip the text below
-and move on to the next section, see <a class="pxref"
href="#Invocation">Invocation</a>.
+and move on to the next section, see <a 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
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>).
+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>).
</p>
-<div class="example lisp">
-<div class="group"><pre class="lisp-preformatted">;; Below are the lines to
add:
+<div class="lisp">
+<pre class="lisp">;; Below are the lines to add:
(when (< emacs-major-version 27)
(error "Hyperbole requires Emacs 27 or above, not %d"
@@ -8596,7 +9503,7 @@ several lines to your personal Emacs initialization file,
<samp class="file">~/.
(package-refresh-contents)
(package-install 'hyperbole))
(hyperbole-mode 1)
-</pre></div></div>
+</pre></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.
@@ -8604,18 +9511,18 @@ You may see a bunch of compilation warnings but these
can be safely
ignored.
</p>
<hr>
-</div>
-<div class="subsection-level-extent"
id="Git-In_002dDevelopment-Package-Installation">
-<div class="nav-panel">
+<a name="Git-In_002dDevelopment-Package-Installation"></a>
+<div class="header">
<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>
-<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="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>
-<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>
+<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>
<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
@@ -8624,17 +9531,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 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
+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
out-of-date packages, Hyperbole among them. Then skip the text below
-and move on to the next section, see <a class="pxref"
href="#Invocation">Invocation</a>.
+and move on to the next section, see <a 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
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>).
+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>).
</p>
-<div class="example smalllisp lisp">
-<div class="group"><pre class="lisp-preformatted">;; Use this in your Emacs
init file to install Straight
+<div class="smalllisp">
+<pre class="smalllisp">;; 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"
@@ -8660,48 +9567,48 @@ several lines to your personal Emacs initialization
file, <samp class="file">~/.
:host nil
:repo "https://git.savannah.gnu.org/git/hyperbole.git"
:config (hyperbole-mode 1)))
-</pre></div></div>
+</pre></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>
-</div>
-<div class="subsection-level-extent" id="Manual-Tarball-Archive-Installation">
-<div class="nav-panel">
+<a name="Manual-Tarball-Archive-Installation"></a>
+<div class="header">
<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>
+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>
</div>
-<h4 class="subsection" id="Manual-Tarball-Archive-Installation-1">B.1.4 Manual
Tarball Archive Installation</h4>
+<a name="Manual-Tarball-Archive-Installation-1"></a>
+<h4 class="subsection">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 class="table">
+<dl compact="compact">
<dt>1. a stable release tar.gz source archive from either:</dt>
-<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
+<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
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 class="url"
href="https://elpa.gnu.org/devel/hyperbole.html">https://elpa.gnu.org/devel/hyperbole.html</a>.
+<dd><p><a
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 class="file">hyperbole-<version>/</samp>
directory and execute
+choosing. Move into the <samp>hyperbole-<version>/</samp> directory and
execute
the following Posix shell command:
</p>
-<p><code class="code">make bin</code>
+<p><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
class="file">~/.emacs</samp>:
+lines to your personal Emacs initialization file, <samp>~/.emacs</samp>:
</p>
-<div class="example lisp">
-<div class="group"><pre class="lisp-preformatted">(unless (and (featurep
'hyperbole) hyperbole-mode)
+<div class="lisp">
+<pre class="lisp">(unless (and (featurep 'hyperbole) hyperbole-mode)
(when (< emacs-major-version 27)
(error "Hyperbole requires Emacs 27 or above, not %d"
emacs-major-version))
@@ -8709,50 +9616,49 @@ lines to your personal Emacs initialization file, <samp
class="file">~/.emacs</s
load-path)
(require 'hyperbole)
(hyperbole-mode 1))
-</pre></div></div>
+</pre></div>
-<p>Restart Emacs and you should see the <code class="code">Hypb</code>
hyperbole minor mode
+<p>Restart Emacs and you should see the <code>Hypb</code> hyperbole minor mode
indicator in your modeline after startup.
</p>
<hr>
-</div>
-</div>
-<div class="section-level-extent" id="Customization">
-<div class="nav-panel">
+<a name="Customization"></a>
+<div class="header">
<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>
-<h3 class="section" id="Customization-1">B.2 Customization</h3>
+<a name="Customization-1"></a>
+<h3 class="section">B.2 Customization</h3>
-<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>
+<a name="index-menu_002c-Cust-1"></a>
+<a name="index-configuration"></a>
+<a name="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" id="image_003aCustomize-Menu">
+<div class="float"><a name="image_003aCustomize-Menu"></a>
-<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>
+<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>
<p>Alternatively, the minibuffer-based menu, Cust/ may be used.
</p>
-<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>
+<a name="index-customization-1"></a>
+<a name="index-option-setting"></a>
+<a name="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 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
+see <a
href="http://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Easy-Customization">Easy
Customization Interface</a> in <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 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
+<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
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
@@ -8760,50 +9666,59 @@ 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 class="index-entry-id" id="index-customize_002dvariable"></a>
+<a name="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
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.
+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.
</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>
-<div class="subsection-level-extent" id="Referent-Display">
-<div class="nav-panel">
+<a name="Referent-Display"></a>
+<div class="header">
<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>
-<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>
+<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>
<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 class="file">hpath.el</samp>.
+All of these variables are defined within <samp>hpath.el</samp>.
</p>
<div class="example">
-<pre class="example-preformatted">Referent Category Variable
Setting
+<pre class="example">Referent Category Variable Setting
======================================================================
Internal Image Display hpath:native-image-suffixes
Internal Custom Display hpath:internal-display-alist
@@ -8815,32 +9730,32 @@ Internal Standard Display hpath:display-where
are displayed internally and externally.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Internal-Viewers">
-<div class="nav-panel">
+<a name="Internal-Viewers"></a>
+<div class="header">
<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>
-<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>
+<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>
<p>When given a filename to display, Hyperbole first checks if its suffix
-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
+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
Emacs buffer.
</p>
-<p>If no match is found, the <code
class="code">hpath:internal-display-alist</code> variable
+<p>If no match is found, the <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
@@ -8851,128 +9766,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 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><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></dd>
-<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.
+<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.
</p></dd>
-<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
+<dt><em>• RDB Files</em></dt>
+<dd><p>Files with an <samp>.rdb</samp> suffix are displayed as relational
databases using the RDB package
available with InfoDock.
</p></dd>
</dl>
-<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>
+<a name="index-menu_002c-Cust_002fReferents"></a>
+<a name="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 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.
+by the <code>hpath:display-where</code> setting. It may be changed with the
+Cust/Referents <kbd>{C-h h c r}</kbd> menu.
</p>
<p>Available options are:
</p>
-<dl class="table">
-<dt><em class="emph">• Any-Frame</em></dt>
+<dl compact="compact">
+<dt><em>• Any-Frame</em></dt>
<dd><p>Display in the selected window of another existing frame
</p></dd>
-<dt><em class="emph">• Current-Win</em></dt>
+<dt><em>• Current-Win</em></dt>
<dd><p>Display in the selected (current) window
</p></dd>
-<dt><em class="emph">• Diff-Frame-One-Win</em></dt>
+<dt><em>• 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 class="emph">• New-Frame</em></dt>
+<dt><em>• New-Frame</em></dt>
<dd><p>Display in a new single window frame
</p></dd>
-<dt><em class="emph">• Other-Win</em></dt>
+<dt><em>• Other-Win</em></dt>
<dd><p>Display in another, possibly new window of the selected frame (this is
the default)
</p></dd>
-<dt><em class="emph">• Single-Win</em></dt>
+<dt><em>• 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" id="image_003aMenu_002dDisplay_002dReferents">
+<div class="float"><a name="image_003aMenu_002dDisplay_002dReferents"></a>
-<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>
+<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>
-<p>See <a class="xref" href="#External-Viewers">External Viewers</a>, for
instructions on associating filenames with
+<p>See <a href="#External-Viewers">External Viewers</a>, for instructions on
associating filenames with
external, window-system specific viewers.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="External-Viewers">
-<div class="nav-panel">
+<a name="External-Viewers"></a>
+<div class="header">
<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>
-<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>
+<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>
<p>If you use Hyperbole under a window system,
-the <code class="code">hpath:get-external-display-alist</code> function in
<samp class="file">hpath.el</samp>
+the <code>hpath:get-external-display-alist</code> function in
<samp>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
class="code">hpath:get-external-display-alist</code> is determined
+<p>The value returned by <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
class="samp">%s</samp>’ string, the filename to
+<viewer-program> entry contains a ‘<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
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
+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
values to suit your needs.
</p>
-<a class="index-entry-id"
id="index-hpath_003aexternal_002dfile_002dsuffixes"></a>
+<a name="index-hpath_003aexternal_002dfile_002dsuffixes"></a>
<p>Part of these values for each operating system come from the
-variable, <code class="code">hpath:external-file-suffixes</code>’, which
holds a regular
+variable, <code>hpath:external-file-suffixes</code>’, which holds a
regular
expression of operating system independent file suffixes to open outside
Emacs.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Link-Variable-Substitution">
-<div class="nav-panel">
+<a name="Link-Variable-Substitution"></a>
+<div class="header">
<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>
-<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
+<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
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 class="code">hpath:variables</code>. The
first
+compared against the values in <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,
@@ -8985,37 +9900,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
class="code">hpath:variables</code>.
+you in deciding whether or not to modify the value of
<code>hpath:variables</code>.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Web-Search-Engines">
-<div class="nav-panel">
+<a name="Web-Search-Engines"></a>
+<div class="header">
<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>
-<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>
+<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>
<p>The Find/Web menu offers quick access to major web search engines. It
-is typically bound to <kbd class="kbd">{C-c /}</kbd> or if not, then <kbd
class="kbd">{C-h h f w}</kbd> is
+is typically bound to <kbd>{C-c /}</kbd> or if not, then <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 class="code">hyperbole-web-search-alist</code> variable controls
the items in
+<p>The <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 class="table">
+</p><dl compact="compact">
<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;
@@ -9027,413 +9942,433 @@ 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 class="kbd">{M-x customize-variable <kbd class="key">RET</kbd>
-hyperbole-web-search-alist <kbd class="key">RET</kbd>}</kbd>. Changes are
automatically
+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
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 class="kbd">{C-h h c
w}</kbd>, the
+<p>You can change which browser is used with <kbd>{C-h h c w}</kbd>, the
Cust/Web-Search menu. Below is the equivalent Hyperbole menubar menu.
</p>
-<div class="float" id="image_003aWeb_002dSearch_002dBrowser_002dMenu">
+<div class="float"><a name="image_003aWeb_002dSearch_002dBrowser_002dMenu"></a>
-<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>
+<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>
<hr>
-</div>
-<div class="subsection-level-extent" id="Using-URLs-with-Find_002dFile">
-<div class="nav-panel">
+<a name="Using-URLs-with-Find_002dFile"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Using-URLs-with-Find_002dFile-1">B.2.6 Using URLs
with Find-File</h4>
+<a name="Using-URLs-with-Find_002dFile-1"></a>
+<h4 class="subsection">B.2.6 Using URLs with Find-File</h4>
-<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>
+<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>
<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 class="code">find-file</code> command (or any other <code
class="code">find-file-*</code> commands).
+the <code>find-file</code> command (or any other <code>find-file-*</code>
commands).
But because there is added overhead with this feature, it is not enabled by
default.
</p>
-<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>
+<a name="index-menu-item_002c-Find_002dFile_002dURLs"></a>
+<a name="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 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>
+<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>
<p>To enable this feature each time you start the editor, add the
following to your personal initialization file after initializing
-Hyperbole: <code class="code">(hpath:find-file-urls-mode 1)</code>.
+Hyperbole: <code>(hpath:find-file-urls-mode 1)</code>.
</p>
-<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
+<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
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 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>
+<a name="index-C_002dh-h-c-u"></a>
+<a name="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 class="kbd">{C-h h c u}</kbd> or with this
Hyperbole menubar
+menu Cust/URL-Display <kbd>{C-h h c u}</kbd> or with this Hyperbole menubar
menu.
</p>
-<div class="float" id="image_003aURL_002dBrowser_002dMenu">
+<div class="float"><a name="image_003aURL_002dBrowser_002dMenu"></a>
-<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>
+<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>
<hr>
-</div>
-<div class="subsection-level-extent" id="Invisible-Text-Searches">
-<div class="nav-panel">
+<a name="Invisible-Text-Searches"></a>
+<div class="header">
<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>
+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>
</div>
-<h4 class="subsection" id="Invisible-Text-Searches-1">B.2.7 Invisible Text
Searches</h4>
+<a name="Invisible-Text-Searches-1"></a>
+<h4 class="subsection">B.2.7 Invisible Text Searches</h4>
-<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>
+<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>
<p>This is largely for outline modes such as the Koutliner. By default,
-character-by-character interactive search on <kbd class="kbd">{C-s}</kbd> will
search
+character-by-character interactive search on <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
class="kbd">{M-s i}</kbd>
+<p>You can temporarily disable searching of hidden text by typing <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>
-</div>
-<div class="subsection-level-extent" id="Button-Colors">
-<div class="nav-panel">
+<a name="Button-Colors"></a>
+<div class="header">
<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>
-<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>
+<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>
<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 class="file">hui-*-b*.el</samp> files for lists of potential colors
and the
+the <samp>hui-*-b*.el</samp> files for lists of potential colors and the
code which supports this behavior. A call
-to <code class="code">(hproperty:cycle-but-color)</code> in the <samp
class="file">hsettings.el</samp> file
+to <code>(hproperty:cycle-but-color)</code> in the <samp>hsettings.el</samp>
file
changes the color used to highlight and flash explicit buttons.
</p>
-<a class="index-entry-id"
id="index-hproperty_003abut_002dflash_002dtime_002dseconds"></a>
-<a class="index-entry-id" id="index-button-flash-time"></a>
+<a name="index-hproperty_003abut_002dflash_002dtime_002dseconds"></a>
+<a name="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
class="code">hproperty:but-flash-time-seconds</code>.
+button flashes by setting <code>hproperty:but-flash-time-seconds</code>.
</p>
-<a class="index-entry-id"
id="index-hproperty_003abut_002dhighlight_002dflag"></a>
+<a name="index-hproperty_003abut_002dhighlight_002dflag"></a>
<p>Whether or not buttons are highlighted is controlled
-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
+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
use Hyperbole menu item, Cust/All-Options, and select the Hyperbole
Buttons group to edit its options.
</p>
-<a class="index-entry-id" id="index-hproperty_003abut_002dcreate"></a>
+<a name="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 class="kbd">{M-x hproperty:but-create <kbd class="key">RET</kbd>}</kbd>
to highlight the buttons in
+<kbd>{M-x hproperty:but-create <span class="key">RET</span>}</kbd> to
highlight the buttons in
the current buffer.
</p>
-<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>’,
+<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>’,
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>
-</div>
-</div>
-</div>
-<div class="appendix-level-extent" id="Hyperbole-Key-Bindings">
-<div class="nav-panel">
+<a name="Hyperbole-Key-Bindings"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="appendix" id="Hyperbole-Key-Bindings-1">Appendix C Hyperbole Key
Bindings</h2>
+<a name="Hyperbole-Key-Bindings-1"></a>
+<h2 class="appendix">Appendix C Hyperbole Key Bindings</h2>
-<a class="index-entry-id" id="index-key-binding-list"></a>
+<a name="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>
-<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>
+</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>
+
<hr>
-<div class="section-level-extent" id="Binding-Minibuffer-Menu-Items">
-<div class="nav-panel">
+<a name="Binding-Minibuffer-Menu-Items"></a>
+<div class="header">
<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>
-<h3 class="section" id="Binding-Minibuffer-Menu-Items-1">C.1 Binding
Minibuffer Menu Items</h3>
+<a name="Binding-Minibuffer-Menu-Items-1"></a>
+<h3 class="section">C.1 Binding Minibuffer Menu Items</h3>
-<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
+<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
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>
-</div>
-<div class="section-level-extent" id="Default-Hyperbole-Bindings">
-<div class="nav-panel">
+<a name="Default-Hyperbole-Bindings"></a>
+<div class="header">
<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>
-<h3 class="section" id="Default-Hyperbole-Bindings-1">C.2 Default Hyperbole
Bindings</h3>
+<a name="Default-Hyperbole-Bindings-1"></a>
+<h3 class="section">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" id="image_003aChange_002dKey_002dBindings">
+<div class="float"><a name="image_003aChange_002dKey_002dBindings"></a>
-<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>
+<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>
-<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>
+<a name="index-hyperbole_002dmode_002dmap"></a>
+<a name="index-key-bindings"></a>
+<a name="index-minor-mode_002c-keymap"></a>
<p>Below are descriptions of Hyperbole’s default keyboard key bindings.
-All except <kbd class="kbd">{C-h h}</kbd> (the global key used to enable
Hyperbole and
+All except <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 class="code">hyperbole-mode-map</code>.
+keymap, <code>hyperbole-mode-map</code>.
</p>
-<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>
+<dl compact="compact">
+<dd><a name="index-key-binding_002c-M_002dRET"></a>
+<a name="index-M_002dRET-2"></a>
</dd>
-<dt><kbd class="kbd">{M-<kbd class="key">RET</kbd>}</kbd></dt>
+<dt><kbd>{M-<span class="key">RET</span>}</kbd></dt>
<dd><p>Action Key: Invoke the Action Key in the present context.
-<a class="index-entry-id" id="index-C_002du-M_002dRET-1"></a>
+<a name="index-C_002du-M_002dRET-1"></a>
</p></dd>
-<dt><kbd class="kbd">{C-u M-<kbd class="key">RET</kbd>}</kbd></dt>
+<dt><kbd>{C-u M-<span class="key">RET</span>}</kbd></dt>
<dd><p>Assist Key: Invoke the Assist Key in the present context.
</p>
-<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>
+<a name="index-key-binding_002c-C_002dc-_005c"></a>
+<a name="index-C_002dc-_005c-1"></a>
</dd>
-<dt><kbd class="kbd">{C-c \}</kbd></dt>
+<dt><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 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>
+<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>
</dd>
-<dt><kbd class="kbd">{C-c /}</kbd></dt>
+<dt><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 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 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
-displayed first in the grid windows, then prompt for the grid size.
-</p>
-<p>If the argument is < 0, prompt for a shell glob-type file pattern and
display
-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 class="kbd">{@}</kbd> key binding
description
-in <a class="ref" href="#HyControl">HyControl</a>.
-</p>
-<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 class="kbd">{M-o}</kbd></dt>
+associated search.
+</p>
+<p>This binding is made only if the key is not bound prior to
+initializing Hyperbole; it also defers to any <code>major-mode</code>
+binding. When needed, 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>
+<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 restore the prior frame configuration.
+</p>
+<p>If the argument is 0, prompt for a major mode whose buffers should
+be displayed first in the grid windows, then prompt for the grid
+size.
+</p>
+<p>If the argument is < 0, prompt for a shell glob-type file pattern
+and display 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; it also defers to any <code>major-mode</code>
+binding and when <code>outline-minor-mode</code> is active.
+</p>
+<p>For further details, see the <kbd>{@}</kbd> key binding description
+in <a href="#HyControl">HyControl</a>.
+</p>
+<a name="index-key-binding_002c-M_002do"></a>
+<a name="index-M_002do-1"></a>
+</dd>
+<dt><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 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 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 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>
+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> 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>
+</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>
<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 class="kbd">{C-h h X}</kbd> to close the
Hyperbole
+This is bound globally. Use <kbd>{C-h h X}</kbd> to close the Hyperbole
minibuffer menu and disable Hyperbole minor mode.
</p>
-<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>
+<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>
</dd>
-<dt><kbd class="kbd">{C-h A}</kbd></dt>
+<dt><kbd>{C-h A}</kbd></dt>
<dd><p>Action Key Help: Show what the Action Key will do in the current
context.
-<a class="index-entry-id" id="index-C_002du-C_002dh-A-1"></a>
+<a name="index-C_002du-C_002dh-A-1"></a>
</p></dd>
-<dt><kbd class="kbd">{C-u C-h A}</kbd></dt>
+<dt><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 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>
+<a name="index-key-binding_002c-C_002dc-RET"></a>
+<a name="index-C_002dc-RET-1"></a>
</dd>
-<dt><kbd class="kbd">{C-c <kbd class="key">RET</kbd>}</kbd></dt>
+<dt><kbd>{C-c <span class="key">RET</span>}</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
-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.
+a C, Java or Javascript function, this marks the whole function.
</p>
-<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>
+<p>This binding is made only if the key is not bound prior to
+initializing Hyperbole; it also defers to any <code>major-mode</code>
+binding.
+</p>
+<a name="index-key-binding_002c-C_002dc-_002e"></a>
+<a name="index-C_002dc-_002e-2"></a>
</dd>
-<dt><kbd class="kbd">{C-c .}</kbd></dt>
+<dt><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 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
+thing, which may be an HTML tag pair.
+</p>
+<p>This binding is made only if the key is not bound prior to
+initializing Hyperbole; it also defers to any <code>major-mode</code>
+binding. 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
region only when it is active/highlighted. When there is no active region,
-<kbd class="kbd">{M-w}</kbd> does one of the following:
+<kbd>{M-w}</kbd> does one of the following:
</p>
-<ol class="enumerate">
+<ol>
<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 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>
+<a name="index-key-binding_002c-C_002dx-r-s"></a>
+<a name="index-C_002dx-r-s-1"></a>
</dd>
-<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
+<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
given by a letter or number rather than the kill ring. While Hyperbole is
active,
-it overrides <kbd class="kbd">{C-x r s}</kbd> with its own command, <code
class="code">hui-copy-to-register</code>.
+it overrides <kbd>{C-x r s}</kbd> with its own command,
<code>hui-copy-to-register</code>.
which copies the region only when it is active/highlighted.
</p></dd>
</dl>
-<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
+<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
means all Hyperbole key bindings will be initialized when Hyperbole is
loaded. If you want to disable these bindings permanently, simply add
-<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 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>
+<code>(setq hkey-init nil)</code> to your <samp>~/.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>
<p>If you ever want to temporarily disable Hyperbole key and mouse bindings,
-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
+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
'hyperbole-init-hook (lambda () (global-set-key "\C-ct"
'hyperbole-mode)))</code>.
</p>
<hr>
-</div>
-<div class="section-level-extent" id="Testing">
-<div class="nav-panel">
+<a name="Testing"></a>
+<div class="header">
<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>
-<h3 class="section" id="Testing-1">C.3 Testing</h3>
+<a name="Testing-1"></a>
+<h3 class="section">C.3 Testing</h3>
-<p>Hyperbole includes over 200 automated test cases in the <samp
class="file">test/</samp>
+<p>Hyperbole includes over 200 automated test cases in the <samp>test/</samp>
subdirectory. You can run all of them by moving to the Hyperbole home
-directory in a Posix shell and run <code class="code">make test-all</code> or
<code class="code">make
+directory in a Posix shell and run <code>make test-all</code> or <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
class="file">hypb-ert.el</samp> contains
-two action link types:
+individual or sets of Hyperbole tests. The file <samp>hypb-ert.el</samp>
+contains two action link types:
</p>
<div class="example">
-<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
+<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
Example uses with a press of the Action Key:
@@ -9448,193 +10383,192 @@ Example uses with a press of the Action Key:
</pre></div>
<hr>
-</div>
-</div>
-<div class="appendix-level-extent" id="Koutliner-Keys">
-<div class="nav-panel">
+<a name="Koutliner-Keys"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="appendix" id="Koutliner-Keys-1">Appendix D Koutliner Keys</h2>
+<a name="Koutliner-Keys-1"></a>
+<h2 class="appendix">Appendix D Koutliner Keys</h2>
-<a class="index-entry-id" id="index-outliner-keys"></a>
+<a name="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
class="emph">cmd</em>
-is named <em class="emph">kotl-mode:cmd</em>.
+An outliner command which overloads an emacs command named <em>cmd</em>
+is named <em>kotl-mode:cmd</em>.
</p>
-<dl class="table">
+<dl compact="compact">
<dd>
-<a class="index-entry-id" id="index-kfile_003awrite"></a>
+<a name="index-kfile_003awrite"></a>
</dd>
-<dt><code class="code">kfile:write <kbd class="kbd">{C-x
C-w}</kbd></code></dt>
+<dt><code>kfile:write <kbd>{C-x C-w}</kbd></code></dt>
<dd><p>Write the current outline to FILE.
</p>
-<a class="index-entry-id" id="index-klink_003acreate-1"></a>
+<a name="index-klink_003acreate-1"></a>
</dd>
-<dt><code class="code">klink:create <kbd class="kbd">{C-c l}</kbd></code></dt>
+<dt><code>klink:create <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 class="code">(kcell:ref-to-id)</code> for
valid cell-ref
+See the documentation for <code>(kcell:ref-to-id)</code> for valid cell-ref
formats.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003aadd_002dcell"></a>
+<a name="index-kotl_002dmode_003aadd_002dcell"></a>
</dd>
-<dt><code class="code">kotl-mode:add-cell <kbd
class="kbd">{C-j}</kbd></code></dt>
+<dt><code>kotl-mode:add-cell <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 class="kbd">{C-u}</kbd>, and as sibling
of current cell’s
+if equal to universal argument, <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 class="index-entry-id" id="index-kotl_002dmode_003aadd_002dchild"></a>
+<a name="index-kotl_002dmode_003aadd_002dchild"></a>
</dd>
-<dt><code class="code">kotl-mode:add-child <kbd class="kbd">{C-c
a}</kbd></code></dt>
+<dt><code>kotl-mode:add-child <kbd>{C-c a}</kbd></code></dt>
<dd><p>Add a new cell to current kview as first child of current cell.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003aadd_002dparent"></a>
+<a name="index-kotl_002dmode_003aadd_002dparent"></a>
</dd>
-<dt><code class="code">kotl-mode:add-parent <kbd class="kbd">{C-c
p}</kbd></code></dt>
+<dt><code>kotl-mode:add-parent <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 class="index-entry-id" id="index-kotl_002dmode_003aappend_002dcell"></a>
+<a name="index-kotl_002dmode_003aappend_002dcell"></a>
</dd>
-<dt><code class="code">kotl-mode:append-cell <kbd class="kbd">{C-c
+}</kbd></code></dt>
+<dt><code>kotl-mode:append-cell <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 class="code">kotl-mode:refill-flag</code> is
enabled, then
+no-fill property and <code>kotl-mode:refill-flag</code> is enabled, then
APPEND-TO-CELL is refilled.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003aback_002dto_002dindentation"></a>
+<a name="index-kotl_002dmode_003aback_002dto_002dindentation"></a>
</dd>
-<dt><code class="code">kotl-mode:back-to-indentation <kbd
class="kbd">{M-m}</kbd></code></dt>
+<dt><code>kotl-mode:back-to-indentation <kbd>{M-m}</kbd></code></dt>
<dd><p>Move point to the first non-read-only non-whitespace character on this
line.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003abackward_002dcell"></a>
+<a name="index-kotl_002dmode_003abackward_002dcell"></a>
</dd>
-<dt><code class="code">kotl-mode:backward-cell <kbd class="kbd">{C-c
C-b}</kbd></code></dt>
+<dt><code>kotl-mode:backward-cell <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 class="index-entry-id" id="index-kotl_002dmode_003abackward_002dchar"></a>
+<a name="index-kotl_002dmode_003abackward_002dchar"></a>
</dd>
-<dt><code class="code">kotl-mode:backward-char <kbd
class="kbd">{C-b}</kbd></code></dt>
+<dt><code>kotl-mode:backward-char <kbd>{C-b}</kbd></code></dt>
<dd><p>Move point backward ARG (or 1) characters and return point.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003abackward_002dkill_002dword"></a>
+<a name="index-kotl_002dmode_003abackward_002dkill_002dword"></a>
</dd>
-<dt><code class="code">kotl-mode:backward-kill-word <kbd
class="kbd">{M-DEL}</kbd></code></dt>
+<dt><code>kotl-mode:backward-kill-word <kbd>{M-DEL}</kbd></code></dt>
<dd><p>Kill up to prefix ARG (or 1) words preceding point within a single cell.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003abackward_002dsentence"></a>
+<a name="index-kotl_002dmode_003abackward_002dsentence"></a>
</dd>
-<dt><code class="code">kotl-mode:backward-sentence <kbd
class="kbd">{M-a}</kbd></code></dt>
+<dt><code>kotl-mode:backward-sentence <kbd>{M-a}</kbd></code></dt>
<dd><p>Move point backward ARG (or 1) sentences and return point.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003abackward_002dword"></a>
+<a name="index-kotl_002dmode_003abackward_002dword"></a>
</dd>
-<dt><code class="code">kotl-mode:backward-word <kbd
class="kbd">{M-b}</kbd></code></dt>
+<dt><code>kotl-mode:backward-word <kbd>{M-b}</kbd></code></dt>
<dd><p>Move point backward ARG (or 1) words and return point.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003abeginning_002dof_002dbuffer"></a>
+<a name="index-kotl_002dmode_003abeginning_002dof_002dbuffer"></a>
</dd>
-<dt><code class="code">kotl-mode:beginning-of-buffer <kbd
class="kbd">{M-<}</kbd></code></dt>
+<dt><code>kotl-mode:beginning-of-buffer <kbd>{M-<}</kbd></code></dt>
<dd><p>Move point to beginning of buffer and return point.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003abeginning_002dof_002dcell"></a>
+<a name="index-kotl_002dmode_003abeginning_002dof_002dcell"></a>
</dd>
-<dt><code class="code">kotl-mode:beginning-of-cell <kbd class="kbd">{C-c
,}</kbd></code></dt>
+<dt><code>kotl-mode:beginning-of-cell <kbd>{C-c ,}</kbd></code></dt>
<dd><p>Move point to beginning of current or ARGth - 1 prior cell and return
point.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003abeginning_002dof_002dline"></a>
+<a name="index-kotl_002dmode_003abeginning_002dof_002dline"></a>
</dd>
-<dt><code class="code">kotl-mode:beginning-of-line <kbd
class="kbd">{C-a}</kbd></code></dt>
+<dt><code>kotl-mode:beginning-of-line <kbd>{C-a}</kbd></code></dt>
<dd><p>Move point to beginning of current or ARGth - 1 line and return point.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003abeginning_002dof_002dtree"></a>
+<a name="index-kotl_002dmode_003abeginning_002dof_002dtree"></a>
</dd>
-<dt><code class="code">kotl-mode:beginning-of-tree <kbd class="kbd">{C-c
^}</kbd></code></dt>
+<dt><code>kotl-mode:beginning-of-tree <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 class="index-entry-id" id="index-kotl_002dmode_003acell_002dhelp"></a>
+<a name="index-kotl_002dmode_003acell_002dhelp"></a>
</dd>
-<dt><code class="code">kotl-mode:cell-help <kbd class="kbd">{C-c
h}</kbd></code></dt>
+<dt><code>kotl-mode:cell-help <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-preformatted">If = 1, print CELL-REF's cell only;
+<pre class="example">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 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>.
+<a name="index-kotl_002dmode_003acell_002dattributes"></a>
+<p>See also the documentation for <code>kotl-mode:cell-attributes</code>.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003acenter_002dline"></a>
-<a class="index-entry-id" id="index-fill_002dcolumn"></a>
+<a name="index-kotl_002dmode_003acenter_002dline"></a>
+<a name="index-fill_002dcolumn"></a>
</dd>
-<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>.
+<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>.
This means adjusting the indentation so that it equals the distance between
-the end of the text and <code class="code">fill-column</code>.
+the end of the text and <code>fill-column</code>.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003acenter_002dparagraph"></a>
+<a name="index-kotl_002dmode_003acenter_002dparagraph"></a>
</dd>
-<dt><code class="code">kotl-mode:center-paragraph <kbd
class="kbd">{M-S}</kbd></code></dt>
+<dt><code>kotl-mode:center-paragraph <kbd>{M-S}</kbd></code></dt>
<dd><p>Center each nonblank line in the paragraph at or after point.
-See <code class="code">center-line</code> for more information.
+See <code>center-line</code> for more information.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003acopy_002dafter"></a>
+<a name="index-kotl_002dmode_003acopy_002dafter"></a>
</dd>
-<dt><code class="code">kotl-mode:copy-after <kbd class="kbd">{C-c
c}</kbd></code></dt>
+<dt><code>kotl-mode:copy-after <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 class="index-entry-id" id="index-kotl_002dmode_003acopy_002dbefore"></a>
+<a name="index-kotl_002dmode_003acopy_002dbefore"></a>
</dd>
-<dt><code class="code">kotl-mode:copy-before <kbd class="kbd">{C-c
C-c}</kbd></code></dt>
+<dt><code>kotl-mode:copy-before <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 class="index-entry-id"
id="index-kotl_002dmode_003acopy_002dtree_002dor_002dregion_002dto_002dbuffer"></a>
+<a
name="index-kotl_002dmode_003acopy_002dtree_002dor_002dregion_002dto_002dbuffer"></a>
</dd>
-<dt><code class="code">kotl-mode:copy-tree-or-region-to-buffer <kbd
class="kbd">{C-c M-c}</kbd></code></dt>
+<dt><code>kotl-mode:copy-tree-or-region-to-buffer <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 class="index-entry-id"
id="index-kotl_002dmode_003acopy_002dto_002dregister"></a>
+<a name="index-kotl_002dmode_003acopy_002dto_002dregister"></a>
</dd>
-<dt><code class="code">kotl-mode:copy-to-register <kbd class="kbd">{C-x
x}</kbd></code></dt>
+<dt><code>kotl-mode:copy-to-register <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 class="index-entry-id"
id="index-kotl_002dmode_003adelete_002dbackward_002dchar"></a>
+<a name="index-kotl_002dmode_003adelete_002dbackward_002dchar"></a>
</dd>
-<dt><code class="code">kotl-mode:delete-backward-char <kbd class="kbd">{<kbd
class="key">DEL</kbd>}</kbd></code></dt>
+<dt><code>kotl-mode:delete-backward-char <kbd>{<span
class="key">DEL</span>}</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 class="index-entry-id"
id="index-kotl_002dmode_003adelete_002dblank_002dlines"></a>
+<a name="index-kotl_002dmode_003adelete_002dblank_002dlines"></a>
</dd>
-<dt><code class="code">kotl-mode:delete-blank-lines <kbd class="kbd">{C-x
C-o}</kbd></code></dt>
+<dt><code>kotl-mode:delete-blank-lines <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.
@@ -9642,148 +10576,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 class="index-entry-id" id="index-kotl_002dmode_003adelete_002dchar"></a>
+<a name="index-kotl_002dmode_003adelete_002dchar"></a>
</dd>
-<dt><code class="code">kotl-mode:delete-char <kbd
class="kbd">{C-d}</kbd></code></dt>
+<dt><code>kotl-mode:delete-char <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 class="index-entry-id"
id="index-kotl_002dmode_003adelete_002dindentation"></a>
+<a name="index-kotl_002dmode_003adelete_002dindentation"></a>
</dd>
-<dt><code class="code">kotl-mode:delete-indentation <kbd
class="kbd">{M-^}</kbd></code></dt>
+<dt><code>kotl-mode:delete-indentation <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 class="index-entry-id" id="index-kotl_002dmode_003ademote_002dtree"></a>
+<a name="index-kotl_002dmode_003ademote_002dtree"></a>
</dd>
-<dt><code class="code">kotl-mode:demote-tree <kbd class="kbd">{<kbd
class="key">TAB</kbd>}</kbd></code></dt>
+<dt><code>kotl-mode:demote-tree <kbd>{<span
class="key">TAB</span>}</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 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
+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
true.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003adown_002dlevel"></a>
+<a name="index-kotl_002dmode_003adown_002dlevel"></a>
</dd>
-<dt><code class="code">kotl-mode:down-level <kbd class="kbd">{C-c
C-d}</kbd></code></dt>
+<dt><code>kotl-mode:down-level <kbd>{C-c C-d}</kbd></code></dt>
<dd><p>Move down prefix ARG levels lower within current tree.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003aend_002dof_002dbuffer"></a>
+<a name="index-kotl_002dmode_003aend_002dof_002dbuffer"></a>
</dd>
-<dt><code class="code">kotl-mode:end-of-buffer <kbd
class="kbd">{M->}</kbd></code></dt>
+<dt><code>kotl-mode:end-of-buffer <kbd>{M->}</kbd></code></dt>
<dd><p>Move point to the end of buffer and return point.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003aend_002dof_002dcell"></a>
+<a name="index-kotl_002dmode_003aend_002dof_002dcell"></a>
</dd>
-<dt><code class="code">kotl-mode:end-of-cell <kbd class="kbd">{C-c
.}</kbd></code></dt>
+<dt><code>kotl-mode:end-of-cell <kbd>{C-c .}</kbd></code></dt>
<dd><p>Move point to end of current or ARGth - 1 succeeding cell and return
point.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003aend_002dof_002dline"></a>
+<a name="index-kotl_002dmode_003aend_002dof_002dline"></a>
</dd>
-<dt><code class="code">kotl-mode:end-of-line <kbd
class="kbd">{C-e}</kbd></code></dt>
+<dt><code>kotl-mode:end-of-line <kbd>{C-e}</kbd></code></dt>
<dd><p>Move point to end of current or ARGth - 1 line and return point.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003aend_002dof_002dtree"></a>
+<a name="index-kotl_002dmode_003aend_002dof_002dtree"></a>
</dd>
-<dt><code class="code">kotl-mode:end-of-tree <kbd class="kbd">{C-c
$}</kbd></code></dt>
+<dt><code>kotl-mode:end-of-tree <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 class="index-entry-id" id="index-kotl_002dmode_003aexample"></a>
+<a name="index-kotl_002dmode_003aexample"></a>
</dd>
-<dt><code class="code">kotl-mode:example</code></dt>
+<dt><code>kotl-mode:example</code></dt>
<dd><p>Display the Koutliner example file for demonstration use by a user.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003aexchange_002dcells"></a>
+<a name="index-kotl_002dmode_003aexchange_002dcells"></a>
</dd>
-<dt><code class="code">kotl-mode:exchange-cells <kbd class="kbd">{C-c
e}</kbd></code></dt>
+<dt><code>kotl-mode:exchange-cells <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 class="index-entry-id" id="index-kotl_002dmode_003afill_002dcell"></a>
+<a name="index-kotl_002dmode_003afill_002dcell"></a>
</dd>
-<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.
+<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.
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 class="index-entry-id" id="index-kotl_002dmode_003afill_002dparagraph"></a>
+<a name="index-kotl_002dmode_003afill_002dparagraph"></a>
</dd>
-<dt><code class="code">kotl-mode:fill-paragraph <kbd class="kbd">{C-x
f}</kbd></code></dt>
+<dt><code>kotl-mode:fill-paragraph <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 class="emph">no-fill</em> attribute
attached
+paragraph as well. Ignore any non-nil <em>no-fill</em> attribute attached
to the cell.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003afill_002dtree"></a>
+<a name="index-kotl_002dmode_003afill_002dtree"></a>
</dd>
-<dt><code class="code">kotl-mode:fill-tree <kbd
class="kbd">{C-M-j}</kbd></code></dt>
+<dt><code>kotl-mode:fill-tree <kbd>{C-M-j}</kbd></code></dt>
<dd><p>Refill each cell within the tree whose root is at point.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003afirst_002dsibling"></a>
+<a name="index-kotl_002dmode_003afirst_002dsibling"></a>
</dd>
-<dt><code class="code">kotl-mode:first-sibling <kbd class="kbd">{C-c
<}</kbd></code></dt>
+<dt><code>kotl-mode:first-sibling <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 class="index-entry-id"
id="index-kotl_002dmode_003afkey_002dbackward_002dchar"></a>
+<a name="index-kotl_002dmode_003afkey_002dbackward_002dchar"></a>
</dd>
-<dt><code class="code">kotl-mode:fkey-backward-char <kbd
class="kbd">{C-b}</kbd> or <kbd class="kbd">{left}</kbd></code></dt>
+<dt><code>kotl-mode:fkey-backward-char <kbd>{C-b}</kbd> or
<kbd>{left}</kbd></code></dt>
<dd><p>Move point backward ARG (or 1) characters and return point.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003afkey_002dforward_002dchar"></a>
+<a name="index-kotl_002dmode_003afkey_002dforward_002dchar"></a>
</dd>
-<dt><code class="code">kotl-mode:fkey-forward-char <kbd
class="kbd">{C-f}</kbd> or <kbd class="kbd">{right}</kbd></code></dt>
+<dt><code>kotl-mode:fkey-forward-char <kbd>{C-f}</kbd> or
<kbd>{right}</kbd></code></dt>
<dd><p>Move point forward ARG (or 1) characters and return point.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003afkey_002dnext_002dline"></a>
+<a name="index-kotl_002dmode_003afkey_002dnext_002dline"></a>
</dd>
-<dt><code class="code">kotl-mode:fkey-next-line <kbd class="kbd">{C-n}</kbd>
or <kbd class="kbd">{down}</kbd></code></dt>
+<dt><code>kotl-mode:fkey-next-line <kbd>{C-n}</kbd> or
<kbd>{down}</kbd></code></dt>
<dd><p>Move point to ARGth next line and return point.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003afkey_002dprevious_002dline"></a>
+<a name="index-kotl_002dmode_003afkey_002dprevious_002dline"></a>
</dd>
-<dt><code class="code">kotl-mode:fkey-previous-line <kbd
class="kbd">{C-p}</kbd> or <kbd class="kbd">{up}</kbd></code></dt>
+<dt><code>kotl-mode:fkey-previous-line <kbd>{C-p}</kbd> or
<kbd>{up}</kbd></code></dt>
<dd><p>Move point to ARGth previous line and return point.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003aforward_002dcell"></a>
+<a name="index-kotl_002dmode_003aforward_002dcell"></a>
</dd>
-<dt><code class="code">kotl-mode:forward-cell <kbd class="kbd">{C-c
C-f}</kbd></code></dt>
+<dt><code>kotl-mode:forward-cell <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 class="index-entry-id" id="index-kotl_002dmode_003aforward_002dchar"></a>
+<a name="index-kotl_002dmode_003aforward_002dchar"></a>
</dd>
-<dt><code class="code">kotl-mode:forward-char <kbd
class="kbd">{C-f}</kbd></code></dt>
+<dt><code>kotl-mode:forward-char <kbd>{C-f}</kbd></code></dt>
<dd><p>Move point forward ARG (or 1) characters and return point.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003aforward_002dpara"></a>
+<a name="index-kotl_002dmode_003aforward_002dpara"></a>
</dd>
-<dt><code class="code">kotl-mode:forward-para <kbd
class="kbd">{M-n}</kbd></code></dt>
+<dt><code>kotl-mode:forward-para <kbd>{M-n}</kbd></code></dt>
<dd><p>Move to prefix ARGth next cell (any level) within current view.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003aforward_002dparagraph"></a>
+<a name="index-kotl_002dmode_003aforward_002dparagraph"></a>
</dd>
-<dt><code class="code">kotl-mode:forward-paragraph <kbd
class="kbd">{M-]}</kbd></code></dt>
+<dt><code>kotl-mode:forward-paragraph <kbd>{M-]}</kbd></code></dt>
<dd><p>Move to prefix ARG next cell (any level) within current view.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003aforward_002dsentence"></a>
+<a name="index-kotl_002dmode_003aforward_002dsentence"></a>
</dd>
-<dt><code class="code">kotl-mode:forward-sentence <kbd
class="kbd">{M-e}</kbd></code></dt>
+<dt><code>kotl-mode:forward-sentence <kbd>{M-e}</kbd></code></dt>
<dd><p>Move point forward ARG (or 1) sentences and return point.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003aforward_002dword"></a>
+<a name="index-kotl_002dmode_003aforward_002dword"></a>
</dd>
-<dt><code class="code">kotl-mode:forward-word <kbd
class="kbd">{M-f}</kbd></code></dt>
+<dt><code>kotl-mode:forward-word <kbd>{M-f}</kbd></code></dt>
<dd><p>Move point forward ARG (or 1) words and return point.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003agoto_002dcell"></a>
+<a name="index-kotl_002dmode_003agoto_002dcell"></a>
</dd>
-<dt><code class="code">kotl-mode:goto-cell <kbd class="kbd">{C-c
g}</kbd></code></dt>
+<dt><code>kotl-mode:goto-cell <kbd>{C-c g}</kbd></code></dt>
<dd><p>Move point to start of cell given by CELL-REF. (See the documentation
-for <code class="code">(kcell:ref-to-id)</code>, for valid formats). Return
point iff
+for <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>
@@ -9791,75 +10725,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 class="index-entry-id"
id="index-kotl_002dmode_003ahide_002dsublevels-1"></a>
+<a name="index-kotl_002dmode_003ahide_002dsublevels-1"></a>
</dd>
-<dt><code class="code">kotl-mode:hide-sublevels <kbd class="kbd">{C-X
$}</kbd></code></dt>
+<dt><code>kotl-mode:hide-sublevels <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 class="index-entry-id" id="index-kotl_002dmode_003ahide_002dsubtree"></a>
+<a name="index-kotl_002dmode_003ahide_002dsubtree"></a>
</dd>
-<dt><code class="code">kotl-mode:hide-subtree <kbd
class="kbd">{C-M-h}</kbd></code></dt>
+<dt><code>kotl-mode:hide-subtree <kbd>{C-M-h}</kbd></code></dt>
<dd><p>Hide subtree, ignoring root, at optional CELL-REF (defaults to cell at
point).
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003ahide_002dtree-1"></a>
+<a name="index-kotl_002dmode_003ahide_002dtree-1"></a>
</dd>
-<dt><code class="code">kotl-mode:hide-tree <kbd class="kbd">{C-c
BS}</kbd></code></dt>
+<dt><code>kotl-mode:hide-tree <kbd>{C-c BS}</kbd></code></dt>
<dd><p>Collapse tree rooted at optional CELL-REF (defaults to cell at point).
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003aindent_002dline"></a>
+<a name="index-kotl_002dmode_003aindent_002dline"></a>
</dd>
-<dt><code class="code">kotl-mode:indent-line <kbd class="kbd">{<kbd
class="key">TAB</kbd>}</kbd></code></dt>
+<dt><code>kotl-mode:indent-line <kbd>{<span
class="key">TAB</span>}</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 class="index-entry-id" id="index-kotl_002dmode_003aindent_002dregion"></a>
+<a name="index-kotl_002dmode_003aindent_002dregion"></a>
</dd>
-<dt><code class="code">kotl-mode:indent-region <kbd
class="kbd">{C-M-\}</kbd></code></dt>
+<dt><code>kotl-mode:indent-region <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 class="index-entry-id" id="index-kimport_003ainsert_002dfile"></a>
+<a name="index-kimport_003ainsert_002dfile"></a>
</dd>
-<dt><code class="code">kimport:insert-file <kbd class="kbd">{C-x
i}</kbd></code></dt>
+<dt><code>kimport:insert-file <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 class="index-entry-id" id="index-kimport_003ainsert_002dregister"></a>
+<a name="index-kimport_003ainsert_002dregister"></a>
</dd>
-<dt><code class="code">kimport:insert-register <kbd class="kbd">{C-x r
i}</kbd></code></dt>
+<dt><code>kimport:insert-register <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 class="index-entry-id"
id="index-kotl_002dmode_003ajust_002done_002dspace"></a>
+<a name="index-kotl_002dmode_003ajust_002done_002dspace"></a>
</dd>
-<dt><code class="code">kotl-mode:just-one-space <kbd
class="kbd">{M-\}</kbd></code></dt>
+<dt><code>kotl-mode:just-one-space <kbd>{M-\}</kbd></code></dt>
<dd><p>Delete all spaces and tabs around point and leave one space.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003akill_002dcontents"></a>
+<a name="index-kotl_002dmode_003akill_002dcontents"></a>
</dd>
-<dt><code class="code">kotl-mode:kill-contents <kbd class="kbd">{C-c
k}</kbd></code></dt>
+<dt><code>kotl-mode:kill-contents <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 class="index-entry-id" id="index-kotl_002dmode_003akill_002dline"></a>
+<a name="index-kotl_002dmode_003akill_002dline"></a>
</dd>
-<dt><code class="code">kotl-mode:kill-line <kbd
class="kbd">{C-k}</kbd></code></dt>
+<dt><code>kotl-mode:kill-line <kbd>{C-k}</kbd></code></dt>
<dd><p>Kill ARG lines from point.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003akill_002dregion"></a>
+<a name="index-kotl_002dmode_003akill_002dregion"></a>
</dd>
-<dt><code class="code">kotl-mode:kill-region <kbd
class="kbd">{C-w}</kbd></code></dt>
+<dt><code>kotl-mode:kill-region <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
@@ -9867,7 +10801,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 class="code">hui:delimited-selectable-thing</code>.
+<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
@@ -9875,42 +10809,42 @@ signaled.
</p>
<p>If a completion is active, this aborts the completion only.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003akill_002dring_002dsave"></a>
+<a name="index-kotl_002dmode_003akill_002dring_002dsave"></a>
</dd>
-<dt><code class="code">kotl-mode:kill-ring-save <kbd
class="kbd">{M-w}</kbd></code></dt>
+<dt><code>kotl-mode:kill-ring-save <kbd>{M-w}</kbd></code></dt>
<dd><p>Copy region between START and END within a single kcell to kill ring.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003akill_002dsentence"></a>
+<a name="index-kotl_002dmode_003akill_002dsentence"></a>
</dd>
-<dt><code class="code">kotl-mode:kill-sentence <kbd
class="kbd">{M-k}</kbd></code></dt>
+<dt><code>kotl-mode:kill-sentence <kbd>{M-k}</kbd></code></dt>
<dd><p>Kill up to prefix ARG (or 1) sentences following point within a single
cell.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003akill_002dtree-1"></a>
+<a name="index-kotl_002dmode_003akill_002dtree-1"></a>
</dd>
-<dt><code class="code">kotl-mode:kill-tree <kbd class="kbd">{C-c
C-k}</kbd></code></dt>
+<dt><code>kotl-mode:kill-tree <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 class="index-entry-id" id="index-kotl_002dmode_003akill_002dword"></a>
+<a name="index-kotl_002dmode_003akill_002dword"></a>
</dd>
-<dt><code class="code">kotl-mode:kill-word <kbd
class="kbd">{M-d}</kbd></code></dt>
+<dt><code>kotl-mode:kill-word <kbd>{M-d}</kbd></code></dt>
<dd><p>Kill up to prefix ARG words following point within a single cell.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003alast_002dsibling"></a>
+<a name="index-kotl_002dmode_003alast_002dsibling"></a>
</dd>
-<dt><code class="code">kotl-mode:last-sibling <kbd class="kbd">{C-c
>}</kbd></code></dt>
+<dt><code>kotl-mode:last-sibling <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 class="index-entry-id" id="index-kotl_002dmode_003amail_002dtree"></a>
+<a name="index-kotl_002dmode_003amail_002dtree"></a>
</dd>
-<dt><code class="code">kotl-mode:mail-tree <kbd class="kbd">{C-c
C-@}</kbd></code></dt>
+<dt><code>kotl-mode:mail-tree <kbd>{C-c C-@}</kbd></code></dt>
<dd><p>Mail outline tree rooted at CELL-REF. Use "0" for whole
outline buffer.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003amove_002dafter"></a>
+<a name="index-kotl_002dmode_003amove_002dafter"></a>
</dd>
-<dt><code class="code">kotl-mode:move-after <kbd class="kbd">{C-c
m}</kbd></code></dt>
+<dt><code>kotl-mode:move-after <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.
@@ -9918,9 +10852,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 class="index-entry-id" id="index-kotl_002dmode_003amove_002dbefore"></a>
+<a name="index-kotl_002dmode_003amove_002dbefore"></a>
</dd>
-<dt><code class="code">kotl-mode:move-before <kbd class="kbd">{C-c <kbd
class="key">RET</kbd>}</kbd></code></dt>
+<dt><code>kotl-mode:move-before <kbd>{C-c <span
class="key">RET</span>}</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
@@ -9928,167 +10862,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 class="index-entry-id" id="index-kotl_002dmode_003anewline"></a>
+<a name="index-kotl_002dmode_003anewline"></a>
</dd>
-<dt><code class="code">kotl-mode:newline <kbd class="kbd">{<kbd
class="key">RET</kbd>}</kbd></code></dt>
+<dt><code>kotl-mode:newline <kbd>{<span
class="key">RET</span>}</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 class="index-entry-id" id="index-kotl_002dmode_003anext_002dcell"></a>
+<a name="index-kotl_002dmode_003anext_002dcell"></a>
</dd>
-<dt><code class="code">kotl-mode:next-cell <kbd class="kbd">{C-c
C-n}</kbd></code></dt>
+<dt><code>kotl-mode:next-cell <kbd>{C-c C-n}</kbd></code></dt>
<dd><p>Move to prefix ARG next cell (any level) within current view.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003anext_002dline"></a>
+<a name="index-kotl_002dmode_003anext_002dline"></a>
</dd>
-<dt><code class="code">kotl-mode:next-line <kbd
class="kbd">{C-n}</kbd></code></dt>
+<dt><code>kotl-mode:next-line <kbd>{C-n}</kbd></code></dt>
<dd><p>Move point to ARGth next line and return point.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003aopen_002dline"></a>
+<a name="index-kotl_002dmode_003aopen_002dline"></a>
</dd>
-<dt><code class="code">kotl-mode:open-line <kbd
class="kbd">{C-o}</kbd></code></dt>
+<dt><code>kotl-mode:open-line <kbd>{C-o}</kbd></code></dt>
<dd><p>Insert a newline and leave point before it.
With arg N, insert N newlines.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003aoverview-1"></a>
+<a name="index-kotl_002dmode_003aoverview-1"></a>
</dd>
-<dt><code class="code">kotl-mode:overview <kbd class="kbd">{C-c
C-o}</kbd></code></dt>
+<dt><code>kotl-mode:overview <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 class="index-entry-id" id="index-kotl_002dmode_003aprevious_002dcell"></a>
+<a name="index-kotl_002dmode_003aprevious_002dcell"></a>
</dd>
-<dt><code class="code">kotl-mode:previous-cell <kbd class="kbd">{C-c
C-p}</kbd></code></dt>
+<dt><code>kotl-mode:previous-cell <kbd>{C-c C-p}</kbd></code></dt>
<dd><p>Move to prefix ARG previous cell (any level) within current view.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003aprevious_002dline"></a>
+<a name="index-kotl_002dmode_003aprevious_002dline"></a>
</dd>
-<dt><code class="code">kotl-mode:previous-line <kbd
class="kbd">{C-p}</kbd></code></dt>
+<dt><code>kotl-mode:previous-line <kbd>{C-p}</kbd></code></dt>
<dd><p>Move point to ARGth previous line and return point.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003apromote_002dtree"></a>
+<a name="index-kotl_002dmode_003apromote_002dtree"></a>
</dd>
-<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>
+<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>
<dd><p>Move current tree a maximum of prefix ARG levels higher in current view.
-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.
+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.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003ascroll_002ddown"></a>
+<a name="index-kotl_002dmode_003ascroll_002ddown"></a>
</dd>
-<dt><code class="code">kotl-mode:scroll-down <kbd
class="kbd">{M-v}</kbd></code></dt>
+<dt><code>kotl-mode:scroll-down <kbd>{M-v}</kbd></code></dt>
<dd><p>Scroll text of current window downward ARG lines; or a windowful if no
ARG.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003ascroll_002dup"></a>
+<a name="index-kotl_002dmode_003ascroll_002dup"></a>
</dd>
-<dt><code class="code">kotl-mode:scroll-up <kbd
class="kbd">{C-v}</kbd></code></dt>
+<dt><code>kotl-mode:scroll-up <kbd>{C-v}</kbd></code></dt>
<dd><p>Scroll text of current window upward ARG lines; or a windowful if no
ARG.
</p>
-<a class="index-entry-id"
id="index-kotl_002dmode_003aset_002dcell_002dattribute"></a>
+<a name="index-kotl_002dmode_003aset_002dcell_002dattribute"></a>
</dd>
-<dt><code class="code">kotl-mode:set-cell-attribute <kbd class="kbd">{C-c
C-i}</kbd></code></dt>
+<dt><code>kotl-mode:set-cell-attribute <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 class="index-entry-id"
id="index-kotl_002dmode_003aset_002dfill_002dprefix"></a>
+<a name="index-kotl_002dmode_003aset_002dfill_002dprefix"></a>
</dd>
-<dt><code class="code">kotl-mode:set-fill-prefix <kbd class="kbd">{C-x
l}</kbd></code></dt>
+<dt><code>kotl-mode:set-fill-prefix <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 class="index-entry-id" id="index-kotl_002dmode_003ashow_002dall-1"></a>
+<a name="index-kotl_002dmode_003ashow_002dall-1"></a>
</dd>
-<dt><code class="code">kotl-mode:show-all <kbd class="kbd">{C-c
C-a}</kbd></code></dt>
+<dt><code>kotl-mode:show-all <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 class="index-entry-id" id="index-kotl_002dmode_003ashow_002dsubtree"></a>
+<a name="index-kotl_002dmode_003ashow_002dsubtree"></a>
</dd>
-<dt><code class="code">kotl-mode:show-subtree</code></dt>
+<dt><code>kotl-mode:show-subtree</code></dt>
<dd><p>Show subtree, ignoring root, at optional CELL-REF (defaults to cell at
point).
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003ashow_002dtree-1"></a>
+<a name="index-kotl_002dmode_003ashow_002dtree-1"></a>
</dd>
-<dt><code class="code">kotl-mode:show-tree <kbd class="kbd">{C-c
C-s}</kbd></code></dt>
+<dt><code>kotl-mode:show-tree <kbd>{C-c C-s}</kbd></code></dt>
<dd><p>Display fully expanded tree rooted at CELL-REF.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003asplit_002dcell"></a>
+<a name="index-kotl_002dmode_003asplit_002dcell"></a>
</dd>
-<dt><code class="code">kotl-mode:split-cell <kbd class="kbd">{C-c
s}</kbd></code></dt>
+<dt><code>kotl-mode:split-cell <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 class="kbd">{C-u}</kbd>, new cell is added
as child of
+With optional universal ARG, <kbd>{C-u}</kbd>, new cell is added as child of
current cell.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003atop_002dcells-1"></a>
+<a name="index-kotl_002dmode_003atop_002dcells-1"></a>
</dd>
-<dt><code class="code">kotl-mode:top-cells <kbd class="kbd">{C-c
C-t}</kbd></code></dt>
+<dt><code>kotl-mode:top-cells <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 class="index-entry-id" id="index-kotl_002dmode_003atranspose_002dcells"></a>
+<a name="index-kotl_002dmode_003atranspose_002dcells"></a>
</dd>
-<dt><code class="code">kotl-mode:transpose-cells <kbd class="kbd">{C-c
t}</kbd></code></dt>
+<dt><code>kotl-mode:transpose-cells <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 class="index-entry-id" id="index-kotl_002dmode_003atranspose_002dchars"></a>
+<a name="index-kotl_002dmode_003atranspose_002dchars"></a>
</dd>
-<dt><code class="code">kotl-mode:transpose-chars <kbd
class="kbd">{C-t}</kbd></code></dt>
+<dt><code>kotl-mode:transpose-chars <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 class="index-entry-id" id="index-kotl_002dmode_003atranspose_002dlines"></a>
+<a name="index-kotl_002dmode_003atranspose_002dlines"></a>
</dd>
-<dt><code class="code">kotl-mode:transpose-lines <kbd class="kbd">{C-x
C-t}</kbd></code></dt>
+<dt><code>kotl-mode:transpose-lines <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 class="index-entry-id" id="index-kotl_002dmode_003atranspose_002dwords"></a>
+<a name="index-kotl_002dmode_003atranspose_002dwords"></a>
</dd>
-<dt><code class="code">kotl-mode:transpose-words <kbd
class="kbd">{M-t}</kbd></code></dt>
+<dt><code>kotl-mode:transpose-words <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 class="index-entry-id" id="index-kotl_002dmode_003aup_002dlevel"></a>
+<a name="index-kotl_002dmode_003aup_002dlevel"></a>
</dd>
-<dt><code class="code">kotl-mode:up-level <kbd class="kbd">{C-c
C-u}</kbd></code></dt>
+<dt><code>kotl-mode:up-level <kbd>{C-c C-u}</kbd></code></dt>
<dd><p>Move up prefix ARG levels higher in current outline view.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003ayank"></a>
+<a name="index-kotl_002dmode_003ayank"></a>
</dd>
-<dt><code class="code">kotl-mode:yank <kbd class="kbd">{C-y}</kbd></code></dt>
+<dt><code>kotl-mode:yank <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 class="code">(kotl-mode:yank-pop)</code>.
+See also the command, <code>(kotl-mode:yank-pop)</code>.
</p>
-<a class="index-entry-id" id="index-kotl_002dmode_003ayank_002dpop"></a>
+<a name="index-kotl_002dmode_003ayank_002dpop"></a>
</dd>
-<dt><code class="code">kotl-mode:yank-pop <kbd
class="kbd">{M-y}</kbd></code></dt>
+<dt><code>kotl-mode:yank-pop <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
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
+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
and inserts in its place a different stretch of killed text.
</p>
<p>With no argument, the previous kill is inserted.
@@ -10098,37 +11032,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 class="index-entry-id" id="index-kotl_002dmode_003azap_002dto_002dchar"></a>
+<a name="index-kotl_002dmode_003azap_002dto_002dchar"></a>
</dd>
-<dt><code class="code">kotl-mode:zap-to-char <kbd
class="kbd">{M-z}</kbd></code></dt>
+<dt><code>kotl-mode:zap-to-char <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 class="index-entry-id" id="index-kview_003aset_002dlabel_002dseparator"></a>
+<a name="index-kview_003aset_002dlabel_002dseparator"></a>
</dd>
-<dt><code class="code">kview:set-label-separator <kbd class="kbd">{C-c
M-l}</kbd></code></dt>
+<dt><code>kview:set-label-separator <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 class="index-entry-id" id="index-kview_003aset_002dlabel_002dtype"></a>
+<a name="index-kview_003aset_002dlabel_002dtype"></a>
</dd>
-<dt><code class="code">kview:set-label-type <kbd class="kbd">{C-c
C-l}</kbd></code></dt>
+<dt><code>kview:set-label-type <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 class="code">kview:default-label-type</code>
variable,
+See documentation for the <code>kview:default-label-type</code> variable,
for valid values of NEW-TYPE.
</p>
-<a class="index-entry-id" id="index-kvspec_003aactivate-1"></a>
+<a name="index-kvspec_003aactivate-1"></a>
</dd>
-<dt><code class="code">kvspec:activate <kbd class="kbd">{C-c
C-v}</kbd></code></dt>
+<dt><code>kvspec:activate <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 class="samp"><<code
class="code">${hyperb:dir}</code>/kotl/EXAMPLE.kotl#2b17=048></samp>’
for details
+‘<samp><<code>${hyperb:dir}</code>/kotl/EXAMPLE.kotl#2b17=048></samp>’
for details
on valid view specs.
</p>
-<a class="index-entry-id"
id="index-kvspec_003atoggle_002dblank_002dlines-1"></a>
+<a name="index-kvspec_003atoggle_002dblank_002dlines-1"></a>
</dd>
-<dt><code class="code">kvspec:toggle-blank-lines <kbd class="kbd">{C-c
b}</kbd></code></dt>
+<dt><code>kvspec:toggle-blank-lines <kbd>{C-c b}</kbd></code></dt>
<dd><p>Toggle blank lines between cells on or off.
</p>
</dd>
@@ -10136,17 +11070,17 @@ on valid view specs.
<hr>
-</div>
-<div class="appendix-level-extent" id="Smart-Key-Reference">
-<div class="nav-panel">
+<a name="Smart-Key-Reference"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="appendix" id="Smart-Key-Reference-1">Appendix E Smart Key
Reference</h2>
+<a name="Smart-Key-Reference-1"></a>
+<h2 class="appendix">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 class="xref" href="#Smart-Keys">Smart
Keys</a>, for a description of the
+than sequential reading. See <a 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.
@@ -10159,23 +11093,26 @@ 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>
-<div class="section-level-extent" id="Smart-Mouse-Keys">
-<div class="nav-panel">
+<a name="Smart-Mouse-Keys"></a>
+<div class="header">
<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>
-<h3 class="section" id="Smart-Mouse-Keys-1">E.1 Smart Mouse Keys</h3>
+<a name="Smart-Mouse-Keys-1"></a>
+<h3 class="section">E.1 Smart Mouse Keys</h3>
-<a class="index-entry-id" id="index-Smart-Mouse-Keys"></a>
+<a name="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 class="ref" href="#Smart-Keyboard-Keys">Smart
Keyboard Keys</a>, apply to both mouse
+Smart Key operations in <a 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
@@ -10184,68 +11121,76 @@ 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>
-<div class="subsection-level-extent" id="Minibuffer-Menu-Activation">
-<div class="nav-panel">
+<a name="Minibuffer-Menu-Activation"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">When clicked within an
inactive minibuffer:
+<pre class="format">When clicked within an inactive minibuffer:
ACTION KEY
The Hyperbole minibuffer menu is displayed for selection, by default.
- The variable <code class="code">action-key-minibuffer-function</code>
controls this behavior.
+ The variable <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 class="code">assist-key-minibuffer-function</code>
controls this behavior.
-</pre></div></div>
+ variable <code>assist-key-minibuffer-function</code> controls this
behavior.
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Thing-Selection">
-<div class="nav-panel">
+<a name="Thing-Selection"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">In a programming or markup
language buffer, when pressed/clicked at
+<pre class="format">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:
@@ -10253,20 +11198,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></div>
+</pre></div>
<p>Note that the press must be on the first character of the delimiter of
the thing.
</p>
-<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.
+<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.
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>
@@ -10288,39 +11233,39 @@ the first line of the thing.
to use and indispensable.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Side_002dby_002dSide-Window-Resizing">
-<div class="nav-panel">
+<a name="Side_002dby_002dSide-Window-Resizing"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Side_002dby_002dSide-Window-Resizing-1">E.1.3
Side-by-Side Window Resizing</h4>
+<a name="Side_002dby_002dSide-Window-Resizing-1"></a>
+<h4 class="subsection">E.1.3 Side-by-Side Window Resizing</h4>
-<a class="index-entry-id" id="index-drag_002c-side-edge"></a>
-<a class="index-entry-id" id="index-side-drag"></a>
+<a name="index-drag_002c-side-edge"></a>
+<a name="index-side-drag"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">If dragged from a
side-by-side window edge or from the immediate left of
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Modeline-Clicks-and-Drags">
-<div class="nav-panel">
+<a name="Modeline-Clicks-and-Drags"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Modeline-Clicks-and-Drags-1">E.1.4 Modeline Clicks
and Drags</h4>
+<a name="Modeline-Clicks-and-Drags-1"></a>
+<h4 class="subsection">E.1.4 Modeline Clicks and Drags</h4>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If depressed within a
window modeline:
+<pre class="format">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
@@ -10333,7 +11278,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
class="code">action-key-modeline-function</code> is
+ the function given by <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
@@ -10343,14 +11288,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 class="code">drag-with-mode-line</code> property, then move the
frame until
+ <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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted"> ASSIST MOUSE KEY
+<pre class="format"> 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;
@@ -10361,7 +11306,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
class="code">assist-key-modeline-function</code> is
+ the function given by <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
@@ -10370,18 +11315,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 class="code">drag-with-mode-line</code> property, then move the
frame until
+ <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 class="code">hycontrol-keep-window-flag</code> is
non-nil,
+ frame or if <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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted">If dragged from a window
and released within a window modeline:
+<pre class="format">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
@@ -10390,40 +11335,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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Mouse-Drags-between-Windows">
-<div class="nav-panel">
+<a name="Smart-Mouse-Drags-between-Windows"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Mouse-Drags-between-Windows-1">E.1.5 Smart
Mouse Drags between Windows</h4>
+<a name="Smart-Mouse-Drags-between-Windows-1"></a>
+<h4 class="subsection">E.1.5 Smart Mouse Drags between Windows</h4>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If an active (highlighted)
region exists within the editor:
+<pre class="format">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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted">Otherwise, if dragged from
inside one window to another:
+<pre class="format">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 class="code">hmouse-drag-item-mode-forms</code> for how to
allow for draggable
+ See <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;
@@ -10432,33 +11377,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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Mouse-Drags-within-a-Window">
-<div class="nav-panel">
+<a name="Smart-Mouse-Drags-within-a-Window"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Mouse-Drags-within-a-Window-1">E.1.6 Smart
Mouse Drags within a Window</h4>
+<a name="Smart-Mouse-Drags-within-a-Window-1"></a>
+<h4 class="subsection">E.1.6 Smart Mouse Drags within a Window</h4>
-<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>
+<a name="index-active-region-1"></a>
+<a name="index-region_002c-active"></a>
+<a name="index-drag_002c-with-region-1"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">If a region is active and
a drag occurs within a single buffer/window:
+<pre class="format">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></div>
+</pre></div>
-<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>
+<a name="index-drag_002c-horizontal-1"></a>
+<a name="index-horizontal-drag-1"></a>
+<a name="index-hmouse_002dx_002ddrag_002dsensitivity"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">(Note that <code
class="code">hmouse-x-drag-sensitivity</code> sets the minimal horizontal
+<pre class="format">(Note that <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
@@ -10466,13 +11411,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></div>
+</pre></div>
-<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>
+<a name="index-drag_002c-vertical-1"></a>
+<a name="index-vertical-drag-1"></a>
+<a name="index-hmouse_002dy_002ddrag_002dsensitivity"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">(Note that <code
class="code">hmouse-y-drag-sensitivity</code> sets the minimal vertical
+<pre class="format">(Note that <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
@@ -10480,14 +11425,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></div>
+</pre></div>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If dragged diagonally
within a single window while depressed
+<pre class="format">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
@@ -10496,137 +11441,187 @@ 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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Mouse-Drags-outside-a-Window">
-<div class="nav-panel">
+<a name="Smart-Mouse-Drags-outside-a-Window"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If dragged from an Emacs
window to outside of Emacs:
+<pre class="format">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 class="code">hmouse-drag-item-mode-forms</code> for how to
allow for draggable
+ See <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
class="code">hycontrol-keep-window-flag</code>
+ If there is only one window in the source frame or if
<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></div>
+</pre></div>
<hr>
-</div>
-</div>
-<div class="section-level-extent" id="Smart-Keyboard-Keys">
-<div class="nav-panel">
+<a name="Smart-Keyboard-Keys"></a>
+<div class="header">
<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>
-<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>
+<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>
+
<hr>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Company-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Company-Mode"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Company-Mode-1">E.2.1 Smart Key -
Company Mode</h4>
+<a name="Smart-Key-_002d-Company-Mode-1"></a>
+<h4 class="subsection">E.2.1 Smart Key - Company Mode</h4>
-<a class="index-entry-id" id="index-company_002dmode"></a>
-<a class="index-entry-id" id="index-completion-2"></a>
+<a name="index-company_002dmode"></a>
+<a name="index-completion-2"></a>
<p>Company mode is an extensive in-buffer completion framework, often used to
complete programming identifiers.
</p>
<div class="format">
-<div class="group"><pre class="format-preformatted">When company-mode is
active:
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Org-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Org-Mode"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Org-Mode-1">E.2.2 Smart Key - Org
Mode</h4>
+<a name="Smart-Key-_002d-Org-Mode-1"></a>
+<h4 class="subsection">E.2.2 Smart Key - Org Mode</h4>
-<a class="index-entry-id"
id="index-hsys_002dorg_002denable_002dsmart_002dkeys-1"></a>
-<a class="index-entry-id" id="index-Org-mode"></a>
+<a name="index-hsys_002dorg_002denable_002dsmart_002dkeys-1"></a>
+<a name="index-Org-mode"></a>
<div class="format">
-<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:
+<pre class="format">When in an Org mode context and
<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.
@@ -10647,17 +11642,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 class="kbd">{C-c C-c}</kbd>, <code
class="code">org-ctrl-c-ctrl-c</code>.
+ standard binding of <kbd>{C-c C-c}</kbd>,
<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 class="kbd">{M-<kbd
class="key">RET</kbd>}</kbd>, <code class="code">org-meta-return</code>.
-</pre></div></div>
+ standard binding of <kbd>{M-<span class="key">RET</span>}</kbd>,
<code>org-meta-return</code>.
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted"> When the ASSIST KEY is
pressed, it behaves just like the Action Key except
+<pre class="format"> 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
@@ -10677,83 +11672,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></div>
+</pre></div>
-<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>
+<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>
<p>Org links may be used outside of Org mode buffers. Such links are
-handled by the separate implicit button type, <code
class="code">org-link-outside-org-mode</code>.
+handled by the separate implicit button type,
<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
class="code">org-id</code>.
+They are handled by the separate implicit button type, <code>org-id</code>.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Ivy">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Ivy"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Ivy-1">E.2.3 Smart Key - Ivy</h4>
+<a name="Smart-Key-_002d-Ivy-1"></a>
+<h4 class="subsection">E.2.3 Smart Key - Ivy</h4>
-<a class="index-entry-id" id="index-Ivy-completion"></a>
-<a class="index-entry-id" id="index-completion_002c-Ivy"></a>
+<a name="index-Ivy-completion"></a>
+<a name="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>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Treemacs">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Treemacs"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Treemacs-1">E.2.4 Smart Key -
Treemacs</h4>
+<a name="Smart-Key-_002d-Treemacs-1"></a>
+<h4 class="subsection">E.2.4 Smart Key - Treemacs</h4>
-<a class="index-entry-id" id="index-Treemacs-1"></a>
+<a name="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 class="kbd">{M-x treemacs <kbd
class="key">RET</kbd>}</kbd> and quit with <kbd class="kbd">{q}</kbd>.
+then invoke it with <kbd>{M-x treemacs <span class="key">RET</span>}</kbd> and
quit with <kbd>{q}</kbd>.
</p>
<p>Treemacs items may be dragged with the Action Key to other windows for
display.
-See <a class="xref" href="#Displaying-Items">Displaying Items</a>.
+See <a href="#Displaying-Items">Displaying Items</a>.
</p>
<div class="format">
-<div class="group"><pre class="format-preformatted">When in a Treemacs file
browser buffer:
+<pre class="format">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 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
+ <code>action-key-eol-function</code>, typically to scroll up
proportionally;
+ if an Assist Key press, invokes <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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Dired-Sidebar-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Dired-Sidebar-Mode"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Dired-Sidebar-Mode-1">E.2.5 Smart
Key - Dired Sidebar Mode</h4>
+<a name="Smart-Key-_002d-Dired-Sidebar-Mode-1"></a>
+<h4 class="subsection">E.2.5 Smart Key - Dired Sidebar Mode</h4>
-<a class="index-entry-id" id="index-dired_002dsidebar_002dmode"></a>
+<a name="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 class="kbd">{M-x dired-sidebar-toggle-sidebar <kbd
class="key">RET</kbd>}</kbd> and quit with <kbd class="kbd">{q}</kbd>.
+<kbd>{M-x dired-sidebar-toggle-sidebar <span class="key">RET</span>}</kbd> and
quit with <kbd>{q}</kbd>.
</p>
<div class="format">
-<div class="group"><pre class="format-preformatted">When in a dired-sidebar
buffer:
+<pre class="format">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
@@ -10767,46 +11762,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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Emacs-Pushbuttons">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Emacs-Pushbuttons"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Emacs-Pushbuttons-1">E.2.6 Smart
Key - Emacs Pushbuttons</h4>
+<a name="Smart-Key-_002d-Emacs-Pushbuttons-1"></a>
+<h4 class="subsection">E.2.6 Smart Key - Emacs Pushbuttons</h4>
<div class="format">
-<div class="group"><pre class="format-preformatted">When over an Emacs
pushbutton:
+<pre class="format">When over an Emacs pushbutton:
ACTION KEY
Performs the button action
ASSIST KEY
Displays the help text for the button, if any.
-</pre></div></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Argument-Completion">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Argument-Completion"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Argument-Completion-1">E.2.7 Smart
Key - Argument Completion</h4>
+<a name="Smart-Key-_002d-Argument-Completion-1"></a>
+<h4 class="subsection">E.2.7 Smart Key - Argument Completion</h4>
-<a class="index-entry-id" id="index-Smart-Keyboard-Keys"></a>
+<a name="index-Smart-Keyboard-Keys"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">When prompting for a
Hyperbole argument, a press in the minibuffer:
+<pre class="format">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></div>
+</pre></div>
-<a class="index-entry-id" id="index-completion-3"></a>
+<a name="index-completion-3"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">When reading a Hyperbole
menu item or an argument with completion:
+<pre class="format">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
@@ -10815,92 +11810,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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-ID-Edit-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-ID-Edit-Mode"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-ID-Edit-Mode-1">E.2.8 Smart Key -
ID Edit Mode</h4>
+<a name="Smart-Key-_002d-ID-Edit-Mode-1"></a>
+<h4 class="subsection">E.2.8 Smart Key - ID Edit Mode</h4>
<div class="format">
-<div class="group"><pre class="format-preformatted">If in ID Edit mode (a
package within InfoDock, not included in
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent"
id="Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029"></a>
+<div class="header">
<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>
-<h4 class="subsection"
id="Smart-Key-_002d-Emacs-Cross_002dreferences-_0028Xrefs_0029-1">E.2.9 Smart
Key - Emacs Cross-references (Xrefs)</h4>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">When over an Emacs
cross-reference:
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Smart-Scrolling">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Smart-Scrolling"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Smart-Scrolling-1">E.2.10 Smart Key
- Smart Scrolling</h4>
+<a name="Smart-Key-_002d-Smart-Scrolling-1"></a>
+<h4 class="subsection">E.2.10 Smart Key - Smart Scrolling</h4>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed at the end of
a line but not the end of a buffer:
+<pre class="format">When pressed at the end of a line but not the end of a
buffer:
ACTION KEY
- 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
+ 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
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 class="code">(customize-set-variable 'action-key-eol-function
#'ignore)</code>
-</pre></div></div>
+ <code>(customize-set-variable 'action-key-eol-function #'ignore)</code>
+</pre></div>
<div class="format">
-<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
+<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
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 class="code">(customize-set-variable 'assist-key-eol-function
#'ignore)</code>
-</pre></div></div>
+ <code>(customize-set-variable 'assist-key-eol-function #'ignore)</code>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Smart-Menus">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Smart-Menus"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Smart-Menus-1">E.2.11 Smart Key -
Smart Menus</h4>
+<a name="Smart-Key-_002d-Smart-Menus-1"></a>
+<h4 class="subsection">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
@@ -10909,43 +11904,43 @@ available separately. They are not a part of
Hyperbole and are not
necessary for its use.
</p>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed on a Smart
Menu item (this is an older in-buffer menu
+<pre class="format">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></div>
+</pre></div>
-<a class="index-entry-id" id="index-hkey_002dalways_002ddisplay_002dmenu"></a>
-<a class="index-entry-id" id="index-Smart-Menu"></a>
+<a name="index-hkey_002dalways_002ddisplay_002dmenu"></a>
+<a name="index-Smart-Menu"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">If the Smart Menu package
(part of InfoDock) has been loaded and
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Dired-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Dired-Mode"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within a
dired-mode (directory editor) buffer:
+<pre class="format">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
class="kbd">{g}</kbd> to
+ window (DisplayHere minor mode is shown in the mode-line; use
<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
@@ -10955,74 +11950,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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted"> ASSIST KEY
+<pre class="format"> 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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Hyperbole-Buttons">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Hyperbole-Buttons"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Hyperbole-Buttons-1">E.2.13 Smart
Key - Hyperbole Buttons</h4>
+<a name="Smart-Key-_002d-Hyperbole-Buttons-1"></a>
+<h4 class="subsection">E.2.13 Smart Key - Hyperbole Buttons</h4>
-<a class="index-entry-id" id="index-click_002c-button"></a>
-<a class="index-entry-id" id="index-button-click"></a>
+<a name="index-click_002c-button"></a>
+<a name="index-button-click"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed on a
Hyperbole button:
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-View-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-View-Mode"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-View-Mode-1">E.2.14 Smart Key -
View Mode</h4>
+<a name="Smart-Key-_002d-View-Mode-1"></a>
+<h4 class="subsection">E.2.14 Smart Key - View Mode</h4>
-<a class="index-entry-id" id="index-view-mode"></a>
+<a name="index-view-mode"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within a buffer
in View major or minor mode:
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Helm-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Helm-Mode"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Helm-Mode-1">E.2.15 Smart Key -
Helm Mode</h4>
+<a name="Smart-Key-_002d-Helm-Mode-1"></a>
+<h4 class="subsection">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 class="file">github.com/rswgnu/helm</samp>.
+<samp>github.com/rswgnu/helm</samp>.
</p>
-<a class="index-entry-id" id="index-helm_002dmode"></a>
-<a class="index-entry-id" id="index-completion-4"></a>
+<a name="index-helm_002dmode"></a>
+<a name="index-completion-4"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within a buffer
in helm major mode:
+<pre class="format">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
@@ -11049,28 +12044,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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Delimited-Things">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Delimited-Things"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">In a programming or markup
language buffer, when pressed/clicked at
+<pre class="format">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:
@@ -11081,24 +12076,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 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 [...]
+<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
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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-The-Koutliner">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-The-Koutliner"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-The-Koutliner-1">E.2.17 Smart Key -
The Koutliner</h4>
+<a name="Smart-Key-_002d-The-Koutliner-1"></a>
+<h4 class="subsection">E.2.17 Smart Key - The Koutliner</h4>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed within a
Hyperbole Koutliner buffer (kotl-mode):
+<pre class="format">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;
@@ -11109,9 +12104,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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted"> ASSIST KEY
+<pre class="format"> 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
@@ -11122,20 +12117,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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-RDB-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-RDB-Mode"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within an
rdb-mode buffer which manipulates in-memory,
+<pre class="format">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;
@@ -11146,106 +12141,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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted"> ASSIST KEY
+<pre class="format"> 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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Help-Buffers">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Help-Buffers"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">
+<pre class="format">
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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Custom-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Custom-Mode"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Custom-Mode-1">E.2.20 Smart Key -
Custom Mode</h4>
+<a name="Smart-Key-_002d-Custom-Mode-1"></a>
+<h4 class="subsection">E.2.20 Smart Key - Custom Mode</h4>
-<a class="index-entry-id" id="index-Custom-mode"></a>
+<a name="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 <kbd
class="key">RET</kbd>.
+ (4) anywhere else, execute the command bound to <tt class="key">RET</tt>.
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 <kbd
class="key">RET</kbd>.
+ (4) anywhere else, execute the command bound to <tt class="key">RET</tt>.
</p>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Bookmark-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Bookmark-Mode"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Bookmark-Mode-1">E.2.21 Smart Key -
Bookmark Mode</h4>
+<a name="Smart-Key-_002d-Bookmark-Mode-1"></a>
+<h4 class="subsection">E.2.21 Smart Key - Bookmark Mode</h4>
<div class="format">
-<div class="group"><pre class="format-preformatted">Bookmark-bmenu-mode lists
existing per-user Emacs bookmarks, which each link to a particular file
location.
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Pages-Directory-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Pages-Directory-Mode"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Pages-Directory-Mode-1">E.2.22
Smart Key - Pages Directory Mode</h4>
+<a name="Smart-Key-_002d-Pages-Directory-Mode-1"></a>
+<h4 class="subsection">E.2.22 Smart Key - Pages Directory Mode</h4>
<div class="format">
-<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.
+<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.
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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Python-Source-Code">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Python-Source-Code"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Python-Source-Code-1">E.2.23 Smart
Key - Python Source Code</h4>
+<a name="Smart-Key-_002d-Python-Source-Code-1"></a>
+<h4 class="subsection">E.2.23 Smart Key - Python Source Code</h4>
<div class="format">
-<div class="group"><pre class="format-preformatted">When the Jedi identifier
server or the OO-Browser has been loaded and the press is
+<pre class="format">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:
@@ -11254,10 +12249,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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed within a
Python source code file (without the OO-Browser):
+<pre class="format">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
@@ -11265,22 +12260,22 @@ within a Python buffer:
directories.
ASSIST KEY
Jumps to the next tag matching an identifier at point.
-</pre></div></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-C-Source-Code">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-C-Source-Code"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-C-Source-Code-1">E.2.24 Smart Key -
C Source Code</h4>
+<a name="Smart-Key-_002d-C-Source-Code-1"></a>
+<h4 class="subsection">E.2.24 Smart Key - C Source Code</h4>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed within a C
source code file:
+<pre class="format">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;
@@ -11297,21 +12292,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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent"
id="Smart-Key-_002d-C_002b_002b-Source-Code">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-C_002b_002b-Source-Code"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-C_002b_002b-Source-Code-1">E.2.25
Smart Key - C++ Source Code</h4>
+<a name="Smart-Key-_002d-C_002b_002b-Source-Code-1"></a>
+<h4 class="subsection">E.2.25 Smart Key - C++ Source Code</h4>
-<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>
+<a name="index-c_002b_002b_002dcpp_002dinclude_002dpath"></a>
+<a name="index-c_002b_002b_002dinclude_002dpath"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">When the OO-Browser has
been loaded and the press is within a C++
+<pre class="format">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
@@ -11330,10 +12325,10 @@ buffer:
Environment) is shown;
(6) on a global variable or function identifier, its definition is
shown.
-</pre></div></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed within a C++
source code file (without the OO-Browser):
+<pre class="format">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;
@@ -11350,20 +12345,20 @@ buffer:
displayed.
ASSIST KEY
Jumps to the next tag matching an identifier at point.
-</pre></div></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Assembly-Source-Code">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Assembly-Source-Code"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Assembly-Source-Code-1">E.2.26
Smart Key - Assembly Source Code</h4>
+<a name="Smart-Key-_002d-Assembly-Source-Code-1"></a>
+<h4 class="subsection">E.2.26 Smart Key - Assembly Source Code</h4>
-<a class="index-entry-id" id="index-smart_002dasm_002dinclude_002dpath"></a>
+<a name="index-smart_002dasm_002dinclude_002dpath"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed within an
assembly source code file:
+<pre class="format">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;
@@ -11375,19 +12370,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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Lisp-Source-Code">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Lisp-Source-Code"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Lisp-Source-Code-1">E.2.27 Smart
Key - Lisp Source Code</h4>
+<a name="Smart-Key-_002d-Lisp-Source-Code-1"></a>
+<h4 class="subsection">E.2.27 Smart Key - Lisp Source Code</h4>
<div class="format">
-<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
+<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
(Lisp code, debugger, compilation, *Warnings*, *Flymake log* and *Flymake
diagnostics, help or change-log-mode buffers) on an Emacs Lisp bound
identifier:
@@ -11400,20 +12395,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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Java-Source-Code">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Java-Source-Code"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Java-Source-Code-1">E.2.28 Smart
Key - Java Source Code</h4>
+<a name="Smart-Key-_002d-Java-Source-Code-1"></a>
+<h4 class="subsection">E.2.28 Smart Key - Java Source Code</h4>
-<a class="index-entry-id" id="index-smart_002djava_002dpackage_002dpath"></a>
+<a name="index-smart_002djava_002dpackage_002dpath"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">When the OO-Browser has
been loaded and the press is within a Java
+<pre class="format">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:
@@ -11426,10 +12421,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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed within a Java
source code file (without the OO-Browser):
+<pre class="format">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
@@ -11443,19 +12438,19 @@ buffer:
directories.
ASSIST KEY
Jumps to the next tag matching an identifier at point.
-</pre></div></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent"
id="Smart-Key-_002d-JavaScript-Source-Code">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-JavaScript-Source-Code"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-JavaScript-Source-Code-1">E.2.29
Smart Key - JavaScript Source Code</h4>
+<a name="Smart-Key-_002d-JavaScript-Source-Code-1"></a>
+<h4 class="subsection">E.2.29 Smart Key - JavaScript Source Code</h4>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed within a
JavaScript source code file:
+<pre class="format">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
@@ -11463,22 +12458,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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent"
id="Smart-Key-_002d-Objective_002dC-Source-Code">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Objective_002dC-Source-Code"></a>
+<div class="header">
<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>
-<h4 class="subsection"
id="Smart-Key-_002d-Objective_002dC-Source-Code-1">E.2.30 Smart Key -
Objective-C Source Code</h4>
+<a name="Smart-Key-_002d-Objective_002dC-Source-Code-1"></a>
+<h4 class="subsection">E.2.30 Smart Key - Objective-C Source Code</h4>
-<a class="index-entry-id" id="index-objc_002dcpp_002dinclude_002dpath"></a>
-<a class="index-entry-id" id="index-objc_002dinclude_002dpath"></a>
+<a name="index-objc_002dcpp_002dinclude_002dpath"></a>
+<a name="index-objc_002dinclude_002dpath"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">When the OO-Browser has
been loaded and the press is within a
+<pre class="format">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
@@ -11494,10 +12489,10 @@ Objective-C buffer:
shown;
(5) on a global variable or function identifier, its definition
is shown.
-</pre></div></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed within an
Objective-C source code file (without the
+<pre class="format">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:
@@ -11515,37 +12510,37 @@ OO-Browser):
is displayed.
ASSIST KEY
Jumps to the next tag matching an identifier at point.
-</pre></div></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Fortran-Source-Code">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Fortran-Source-Code"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Fortran-Source-Code-1">E.2.31 Smart
Key - Fortran Source Code</h4>
+<a name="Smart-Key-_002d-Fortran-Source-Code-1"></a>
+<h4 class="subsection">E.2.31 Smart Key - Fortran Source Code</h4>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed within a
Fortran source code file:
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Identifier-Menu-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Identifier-Menu-Mode"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Identifier-Menu-Mode-1">E.2.32
Smart Key - Identifier Menu Mode</h4>
+<a name="Smart-Key-_002d-Identifier-Menu-Mode-1"></a>
+<h4 class="subsection">E.2.32 Smart Key - Identifier Menu Mode</h4>
<div class="format">
-<div class="group"><pre class="format-preformatted">This works only for
identifiers defined within the same source file in
+<pre class="format">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
@@ -11557,34 +12552,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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Occurrence-Matches">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Occurrence-Matches"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Occurrence-Matches-1">E.2.33 Smart
Key - Occurrence Matches</h4>
+<a name="Smart-Key-_002d-Occurrence-Matches-1"></a>
+<h4 class="subsection">E.2.33 Smart Key - Occurrence Matches</h4>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed within an
occur-mode, moccur-mode or amoccur-mode buffer:
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Calendar-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Calendar-Mode"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Calendar-Mode-1">E.2.34 Smart Key -
Calendar Mode</h4>
+<a name="Smart-Key-_002d-Calendar-Mode-1"></a>
+<h4 class="subsection">E.2.34 Smart Key - Calendar Mode</h4>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed within a
calendar-mode buffer:
+<pre class="format">When pressed within a calendar-mode buffer:
ACTION KEY
(1) at the end of the buffer, the calendar is scrolled forward 3
months;
@@ -11599,18 +12594,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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Man-Page-Apropos">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Man-Page-Apropos"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Man-Page-Apropos-1">E.2.35 Smart
Key - Man Page Apropos</h4>
+<a name="Smart-Key-_002d-Man-Page-Apropos-1"></a>
+<h4 class="subsection">E.2.35 Smart Key - Man Page Apropos</h4>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed within a man
page apropos buffer or listing:
+<pre class="format">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;
@@ -11621,23 +12616,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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Emacs-Outline-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Emacs-Outline-Mode"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within an
outline-mode buffer or when no other context is matched
+<pre class="format">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.
@@ -11649,7 +12644,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
class="code">action-key-eol-function</code>,
+ (5) at the end of a line, invokes <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,
@@ -11660,21 +12655,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
class="code">assist-key-eol-function</code>,
+ (5) at the end of a line, invokes <code>assist-key-eol-function</code>,
typically to scroll down a windowful.
-</pre></div></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Info-Manuals">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Info-Manuals"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Info-Manuals-1">E.2.37 Smart Key -
Info Manuals</h4>
+<a name="Smart-Key-_002d-Info-Manuals-1"></a>
+<h4 class="subsection">E.2.37 Smart Key - Info Manuals</h4>
<div class="format">
-<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:
+<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:
ACTION KEY
(1) on the first line of an Info Menu Entry or Cross Reference, the
referenced node is displayed;
@@ -11687,9 +12682,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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted"> ASSIST KEY
+<pre class="format"> 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
@@ -11702,21 +12697,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 class="kbd">{s}</kbd> within an Info manual to search for any concept
that interests you.
-</pre></div></div>
+Use <kbd>{s}</kbd> within an Info manual to search for any concept that
interests you.
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Email-Readers">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Email-Readers"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within a
Hyperbole-supported mail reader (defined by
+<pre class="format">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
@@ -11729,9 +12724,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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted"> ASSIST KEY
+<pre class="format"> 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
@@ -11742,20 +12737,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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-GNUS-Newsreader">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-GNUS-Newsreader"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within the Gnus
newsgroups listing buffer:
+<pre class="format">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
@@ -11764,9 +12759,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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted"> ASSIST KEY
+<pre class="format"> 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;
@@ -11775,54 +12770,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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within a Gnus
newsreader subject listing buffer:
+<pre class="format">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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted"> ASSIST KEY
+<pre class="format"> 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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within a Gnus
newsreader article buffer:
+<pre class="format">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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted"> ASSIST KEY
+<pre class="format"> 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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Buffer-Menus">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Buffer-Menus"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within a
listing of buffers (Buffer-menu-mode):
+<pre class="format">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;
@@ -11834,21 +12829,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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted"> ASSIST KEY
+<pre class="format"> 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></div>
+</pre></div>
-<a class="index-entry-id" id="index-click_002c-ibuffer-menu"></a>
-<a class="index-entry-id" id="index-ibuffer-menu-1"></a>
+<a name="index-click_002c-ibuffer-menu"></a>
+<a name="index-ibuffer-menu-1"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within an
interactive buffer menu (ibuffer-mode):
+<pre class="format">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;
@@ -11857,197 +12852,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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted"> ASSIST KEY
+<pre class="format"> 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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Tar-File-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Tar-File-Mode"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within a
tar-mode buffer:
+<pre class="format">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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted"> ASSIST KEY
+<pre class="format"> 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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Man-Pages">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Man-Pages"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed on a cross
reference within a man page entry section labeled
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-WWW-URLs">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-WWW-URLs"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed on a World-Wide
Web universal resource locator (URL):
+<pre class="format">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
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.
+ 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.
ASSIST KEY
Displays help for the ACTION KEY.
-</pre></div></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-HyRolo-Match-Buffers">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-HyRolo-Match-Buffers"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within an entry
in the HyRolo search results buffer:
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Image-Thumbnails">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Image-Thumbnails"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within a Dired
Image Thumbnail buffer:
+<pre class="format">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
class="code">image-dired-external-viewer</code>
+ Selects thumbnail and uses the external viewer named by
<code>image-dired-external-viewer</code>
to display it.
-</pre></div></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Gomoku-Game">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Gomoku-Game"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within a Gomoku
game buffer:
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Magit-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Magit-Mode"></a>
+<div class="header">
<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>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within a Magit
buffer and not on a button:
+<pre class="format">If pressed within a Magit buffer and not on a button:
ACTION KEY
- (1) on the last line, quit from the magit mode (<kbd
class="kbd">{q}</kbd> key binding);
+ (1) on the last line, quit from the magit mode (<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 class="kbd">{<kbd
class="key">TAB</kbd>}</kbd> key binding)
+ (4) anywhere else, hide/show the thing at point (<kbd>{<span
class="key">TAB</span>}</kbd> key binding)
unless that does nothing in the mode, then 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>.
+ (<kbd>{<span class="key">RET</span>}</kbd> key binding) but display
based on the value of
+ <code>hpath:display-where</code>.
ASSIST KEY
- (1) on the last line, quit from the magit mode (<kbd
class="kbd">{q}</kbd> key binding);
+ (1) on the last line, quit from the magit mode (<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 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>
+ (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>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-The-OO_002dBrowser">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-The-OO_002dBrowser"></a>
+<div class="header">
<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>
+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>
</div>
-<h4 class="subsection" id="Smart-Key-_002d-The-OO_002dBrowser-1">E.2.48 Smart
Key - The OO-Browser</h4>
+<a name="Smart-Key-_002d-The-OO_002dBrowser-1"></a>
+<h4 class="subsection">E.2.48 Smart Key - The OO-Browser</h4>
-<a class="index-entry-id" id="index-OO_002dBrowser"></a>
-<a class="index-entry-id" id="index-object_002doriented-code-browsing"></a>
+<a name="index-OO_002dBrowser"></a>
+<a name="index-object_002doriented-code-browsing"></a>
<div class="format">
-<div class="group"><pre class="format-preformatted">If pressed within an
OO-Browser implementors, elements or OOBR-FTR tags
+<pre class="format">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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed within an
OO-Browser listing window:
+<pre class="format">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;
@@ -12062,10 +13057,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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted"> ASSIST KEY
+<pre class="format"> 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
@@ -12081,100 +13076,98 @@ 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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed within the
OO-Browser Command Help Menu Buffer:
+<pre class="format">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></div>
+</pre></div>
<div class="format">
-<div class="group"><pre class="format-preformatted">When pressed on an
identifier within an OO-Browser source file:
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Todotxt-Mode">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Todotxt-Mode"></a>
+<div class="header">
<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>
-<h4 class="subsection" id="Smart-Key-_002d-Todotext-Mode">E.2.49 Smart Key -
Todotext Mode</h4>
+<a name="Smart-Key-_002d-Todotext-Mode"></a>
+<h4 class="subsection">E.2.49 Smart Key - Todotext Mode</h4>
-<a class="index-entry-id" id="index-todotxt_002dmode"></a>
+<a name="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">
-<div class="group"><pre class="format-preformatted">If pressed within a
Todotext mode buffer:
+<pre class="format">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></div>
+</pre></div>
<hr>
-</div>
-<div class="subsection-level-extent" id="Smart-Key-_002d-Default-Context">
-<div class="nav-panel">
+<a name="Smart-Key-_002d-Default-Context"></a>
+<div class="header">
<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>
+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>
</div>
-<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>
+<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>
<div class="format">
-<div class="group"><pre class="format-preformatted">Finally, if pressed within
an unrecognized context:
+<pre class="format">Finally, if pressed within an unrecognized context:
ACTION KEY
- Runs the function stored in <code
class="code">action-key-default-function</code>.
+ Runs the function stored in <code>action-key-default-function</code>.
By default, it just displays an error message. Set it to
- <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
+ <code>hyperbole</code> if you want it to display the Hyperbole
+ minibuffer menu or <code>hyperbole-popup-menu</code> to popup the
Hyperbole menubar menu.
ASSIST KEY
- Runs the function stored in <code
class="code">assist-key-default-function</code>.
+ Runs the function stored in <code>assist-key-default-function</code>.
By default, it just displays an error message. Set it to
- <code class="code">hkey-summarize</code> if you want it to display a
summary of
+ <code>hkey-summarize</code> if you want it to display a summary of
Smart Key behavior.
-</pre></div></div>
+</pre></div>
<hr>
-</div>
-</div>
-</div>
-<div class="appendix-level-extent" id="Suggestion-or-Bug-Reporting">
-<div class="nav-panel">
+<a name="Suggestion-or-Bug-Reporting"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="appendix" id="Suggestion-or-Bug-Reporting-1">Appendix F Suggestion
or Bug Reporting</h2>
+<a name="Suggestion-or-Bug-Reporting-1"></a>
+<h2 class="appendix">Appendix F Suggestion or Bug Reporting</h2>
-<a class="index-entry-id" id="index-version-description"></a>
-<a class="index-entry-id" id="index-Hyperbole-version"></a>
+<a name="index-version-description"></a>
+<a name="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 class="kbd">{C-h h m r}</kbd> Msg/Report-Hypb-Bug minibuffer menu item
whenever you send a message
+<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 class="pxref"
href="#Buttons-in-Mail">Buttons in Mail</a>), a
+<p>If you use Hyperbole mail or news support (see <a
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,
@@ -12186,60 +13179,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 class="itemize mark-bullet">
-<li>Always use your Subject lines to state the position that your message
+<ul>
+<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-preformatted">For example, write: “Subject: Typo in
top-level Hyperbole minibuffer menu.”
+<pre class="display">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 class="index-entry-id" id="index-emacs_002dversion"></a>
+</li><li> <a name="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
class="kbd">{M-x
-emacs-version <kbd class="key">RET</kbd>}</kbd> gives the other.)
+(Your top-level Hyperbole menu shows its version number and <kbd>{M-x
+emacs-version <span class="key">RET</span>}</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 class="kbd">{C-h h m c}</kbd> minibuffer
menu item
+<hyperbole-users@gnu.com> (<kbd>{C-h h m c}</kbd> minibuffer menu item
Msg/Compose-Hypb-Mail). Here are some issues you might address:
</p>
-<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?
+<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?
</li></ul>
<hr>
-</div>
-<div class="appendix-level-extent" id="Questions-and-Answers">
-<div class="nav-panel">
+<a name="Questions-and-Answers"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="appendix" id="Questions-and-Answers-1">Appendix G Questions and
Answers</h2>
+<a name="Questions-and-Answers-1"></a>
+<h2 class="appendix">Appendix G Questions and Answers</h2>
-<ol class="enumerate">
+<ol>
<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
@@ -12254,7 +13247,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 class="index-entry-id" id="index-Org_002dmode"></a>
+</li><li> <a name="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
@@ -12262,50 +13255,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 class="url"
href="https://www.emacswiki.org/emacs/Hyperbole">https://www.emacswiki.org/emacs/Hyperbole</a>.
+<a
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 class="index-entry-id"
id="index-hsys_002dorg_002denable_002dsmart_002dkeys-2"></a>
+<a name="index-hsys_002dorg_002denable_002dsmart_002dkeys-2"></a>
<p>Smart Key support for Org-mode is already in Hyperbole. Use 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
+<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
Smart Keys are active only when point is within a Hyperbole button. A
-<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
+<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
does normally in Org mode.
</p>
-</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>
+</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>
How can I change the Smart Mouse Key bindings?
-<a class="index-entry-id" id="index-hmouse_002dsetup-1"></a>
-<a class="index-entry-id" id="index-hmouse_002dget_002dbindings-1"></a>
+<a name="index-hmouse_002dsetup-1"></a>
+<a name="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 class="code">(hmouse-setup)</code> and <code
class="code">(hmouse-get-bindings)</code> functions in the
-<samp class="file">hmouse-sh.el</samp> file.
+<code>(hmouse-setup)</code> and <code>(hmouse-get-bindings)</code> functions
in the
+<samp>hmouse-sh.el</samp> file.
</p>
-<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>
+<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>
<p>To make the Smart Keys do new things in particular contexts, define new
-types of implicit buttons, see <a class="pxref"
href="#Implicit-Buttons">Implicit Buttons</a>.
+types of implicit buttons, see <a href="#Implicit-Buttons">Implicit
Buttons</a>.
</p>
-<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
+<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
to change what the Smart Keys do in standard contexts. You should
then update the Smart Key summary documentation in the file,
-<samp class="file">man/hkey-help.txt</samp>, and then regenerate the readable
forms of
+<samp>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?
@@ -12324,7 +13317,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 class="index-entry-id" id="index-global-button_002c-modify"></a>
+</li><li> <a name="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
@@ -12362,27 +13355,27 @@ module into your Emacs session.
<hr>
-</div>
-<div class="appendix-level-extent" id="Future-Work">
-<div class="nav-panel">
+<a name="Future-Work"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="appendix" id="Future-Work-1">Appendix H Future Work</h2>
+<a name="Future-Work-1"></a>
+<h2 class="appendix">Appendix H Future Work</h2>
<p>This appendix is included for a number of reasons:
</p>
-<ul class="itemize mark-bullet">
-<li>to better allow you to assess whether to work with Hyperbole by
+<ul>
+<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 class="table">
+<dl compact="compact">
<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
@@ -12434,7 +13427,7 @@ design choices:
</dl>
<div class="example">
-<div class="group"><pre class="example-preformatted"> POSITIVE
NEGATIVE
+<pre class="example"> POSITIVE NEGATIVE
Button data in source file
Documents can stand alone. All edit operators have
@@ -12455,11 +13448,11 @@ Button data external to source file
database-type lookup operations
need only search one file
per directory.
-</pre></div></div>
+</pre></div>
<br>
<br>
-<dl class="table">
+<dl compact="compact">
<dt>Forms-based Interfaces</dt>
<dd>
<p>This will allow one to create buttons more flexibly. For example, button
@@ -12481,136 +13474,136 @@ could just use a screen sharing program.
</dl>
<hr>
-</div>
-<div class="appendix-level-extent" id="References">
-<div class="nav-panel">
+<a name="References"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="appendix" id="References-1">Appendix I References</h2>
+<a name="References-1"></a>
+<h2 class="appendix">Appendix I References</h2>
-<dl class="table">
-<dt><b class="b">[AkMcYo88]</b></dt>
+<dl compact="compact">
+<dt><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 class="emph">Communications of the ACM</em>, Vol. 31, No. 7, July 1988,
pp. 820-835.
+<em>Communications of the ACM</em>, Vol. 31, No. 7, July 1988, pp. 820-835.
</p>
</dd>
-<dt><b class="b">[Bro87]</b></dt>
+<dt><b>[Bro87]</b></dt>
<dd><p>Brown, P. J. Turning Ideas into Products: The Guide System.
-<em class="emph">Proceedings of Hypertext ’87</em>, November 13-15,
1987, Chapel Hill, NC.
+<em>Proceedings of Hypertext ’87</em>, November 13-15, 1987, Chapel
Hill, NC.
ACM: NY, NY, pp. 33-40.
</p>
</dd>
-<dt><b class="b">[Con87]</b></dt>
-<dd><p>Conklin, Jeff. Hypertext: An Introduction and Survey. <em
class="emph">IEEE
+<dt><b>[Con87]</b></dt>
+<dd><p>Conklin, Jeff. Hypertext: An Introduction and Survey. <em>IEEE
Computer</em>, Vol. 20, No. 9, September 1987, pp. 17-41.
</p>
</dd>
-<dt><b class="b">[Eng68]</b></dt>
+<dt><b>[Eng68]</b></dt>
<dd><p>Engelbart, D., and W. English. A research center for augmenting
-human intellect. <em class="emph">Proceedings of the Fall Joint Computer
Conference</em>,
+human intellect. <em>Proceedings of the Fall Joint Computer Conference</em>,
33, 1, AFIPS Press: Montvale, NJ, 1968, pp. 395-410.
</p>
</dd>
-<dt><b class="b">[Eng84a]</b></dt>
+<dt><b>[Eng84a]</b></dt>
<dd><p>Engelbart, D. C. Authorship Provisions in Augment.
-<em class="emph">Proceedings of the 1984 COMPCON Conference (COMPCON ’84
Digest)</em>,
+<em>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 class="b">[Eng84b]</b></dt>
+<dt><b>[Eng84b]</b></dt>
<dd><p>Engelbart, D. C. Collaboration Support Provisions in Augment.
-<em class="emph">Proceedings of the AFIPS Office Automation Conference (OAC
’84 Digest)</em>,
+<em>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 class="b">[Fos88]</b></dt>
+<dt><b>[Fos88]</b></dt>
<dd><p>Foss, C. L. Effective Browsing in Hypertext Systems.
-<em class="emph">Proceedings of the Conference on User-Oriented Content-Based
Text and
+<em>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 class="b">[GaSmMe86]</b></dt>
+<dt><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 class="emph">Computer-Supported Cooperative Work (CSCW ’86)
Proceedings</em>, December
+<em>Computer-Supported Cooperative Work (CSCW ’86) Proceedings</em>,
December
3-5, Austin, TX, 1986, pp. 163-174.
</p>
</dd>
-<dt><b class="b">[HaMoTr87]</b></dt>
+<dt><b>[HaMoTr87]</b></dt>
<dd><p>Halasz, F. G., T. P. Moran and R. H. Trigg. NoteCards in a
-Nutshell. <em class="emph">Proceedings of the CHI and GI ’87 Conference
on Human Factors
+Nutshell. <em>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 class="b">[Har88]</b></dt>
-<dd><p>Harvey, G. <em class="emph">Understanding HyperCard.</em> Alameda, CA:
SYBEX, Inc.,
+<dt><b>[Har88]</b></dt>
+<dd><p>Harvey, G. <em>Understanding HyperCard.</em> Alameda, CA: SYBEX, Inc.,
1988.
</p>
</dd>
-<dt><b class="b">[KaKaBeLaDr90]</b></dt>
+<dt><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
class="emph">Communications
+T. R. Drake. AGENDA: A personal Information Manager. <em>Communications
of the ACM</em>, No. 33, July 1990, pp. 105-116.
</p>
</dd>
-<dt><b class="b">[Nel87a]</b></dt>
-<dd><p>Nelson, T. H. <em class="emph">Computer Lib/Dream Machines.</em>
MicroSoft Press,
+<dt><b>[Nel87a]</b></dt>
+<dd><p>Nelson, T. H. <em>Computer Lib/Dream Machines.</em> MicroSoft Press,
Redmond, WA, 1987.
</p>
</dd>
-<dt><b class="b">[Nel87b]</b></dt>
-<dd><p>Nelson, T. H. <em class="emph">Literary Machines, Edition 87.1</em>.
Available
+<dt><b>[Nel87b]</b></dt>
+<dd><p>Nelson, T. H. <em>Literary Machines, Edition 87.1</em>. Available
from the Distributors, 702 South Michigan, South Bend, IN 46618, 1987.
</p>
</dd>
-<dt><b class="b">[NoDr86]</b></dt>
-<dd><p>Norman, D. A. and S. W. Draper, editors. <em class="emph">User
Centered System
+<dt><b>[NoDr86]</b></dt>
+<dd><p>Norman, D. A. and S. W. Draper, editors. <em>User Centered System
Design.</em> Lawrence Erlbaum Associates: Hillsdale, New Jersey, 1986.
</p>
</dd>
-<dt><b class="b">[Shn82]</b></dt>
+<dt><b>[Shn82]</b></dt>
<dd><p>Shneiderman, B. The future of interactive systems and the emergence
-of direct manipulation. <em class="emph">Behavior and Information
Technology</em>, Vol. 1,
+of direct manipulation. <em>Behavior and Information Technology</em>, Vol. 1,
1982, pp. 237-256.
</p>
</dd>
-<dt><b class="b">[Sta87]</b></dt>
-<dd><p>Stallman, R. <em class="emph">GNU Emacs Manual.</em> Free Software
Foundation,
+<dt><b>[Sta87]</b></dt>
+<dd><p>Stallman, R. <em>GNU Emacs Manual.</em> Free Software Foundation,
Cambridge: MA, March 1987.
</p>
</dd>
-<dt><b class="b">[Tri86]</b></dt>
+<dt><b>[Tri86]</b></dt>
<dd><p>Trigg, R., L. Suchman, and F. Halasz. Supporting collaboration in
-NoteCards. <em class="emph">Proceedings of the CSCW ’86
Conference</em>, Austin, TX,
+NoteCards. <em>Proceedings of the CSCW ’86 Conference</em>, Austin, TX,
December 1986, pp. 147-153.
</p>
</dd>
-<dt><b class="b">[TrMoHa87]</b></dt>
+<dt><b>[TrMoHa87]</b></dt>
<dd><p>Trigg, R. H., T. P. Moran and F. G. Halasz. Adaptability and
-Tailorability in NoteCards. <em class="emph">Proceedings of INTERACT
’87</em>, Stuttgart,
+Tailorability in NoteCards. <em>Proceedings of INTERACT ’87</em>,
Stuttgart,
West Germany, September 1987.
</p>
</dd>
-<dt><b class="b">[Wei92]</b></dt>
-<dd><p>Weiner, B. <em class="emph">PIEmail: A Personalized Information
Environment
+<dt><b>[Wei92]</b></dt>
+<dd><p>Weiner, B. <em>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 class="b">[YaHaMeDr88]</b></dt>
+<dt><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 class="emph">IEEE Computer</em>, Vol. 21, No. 1, January
1988, pp. 81-96.
+Environment. <em>IEEE Computer</em>, Vol. 21, No. 1, January 1988, pp. 81-96.
</p>
</dd>
-<dt><b class="b">[YoAkMc89]</b></dt>
+<dt><b>[YoAkMc89]</b></dt>
<dd><p>Yoder, E. A., R. M. Akscyn and D. L. McCracken. Collaboration in
-KMS, A Shared Hypermedia System. <em class="emph">Proceedings of the 1989 ACM
Conference
+KMS, A Shared Hypermedia System. <em>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>
@@ -12620,2646 +13613,2640 @@ Austin, TX, ACM: NY,NY, 1989, pp. 37-42.
<hr>
-</div>
-<div class="unnumbered-level-extent" id="Key-Index">
-<div class="nav-panel">
+<a name="Key-Index"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="unnumbered" id="Key-Index-1">Key Index</h2>
+<a name="Key-Index-1"></a>
+<h2 class="unnumbered">Key Index</h2>
-<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>
+<table><tr><th valign="top">Jump to: </th><td><a class="summary-letter"
href="#Key-Index_ky_symbol-1"><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-2"><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-3"><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-4"><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-5"><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-6"><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-7"><b>.</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-8"><b>0</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-9"><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-10"><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-11"><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-12"><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-13"><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-14"><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-15"><b>]</b></a>
-<a class="summary-letter-printindex"
href="#Key-Index_ky_symbol-16"><b>~</b></a>
+<a class="summary-letter" href="#Key-Index_ky_symbol-16"><b>~</b></a>
<br>
-<a class="summary-letter-printindex" href="#Key-Index_ky_letter-A"><b>A</b></a>
+<a class="summary-letter" href="#Key-Index_ky_letter-A"><b>A</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-B"><b>B</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-C"><b>C</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-D"><b>D</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-F"><b>F</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-H"><b>H</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-I"><b>I</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-J"><b>J</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-K"><b>K</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-L"><b>L</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-M"><b>M</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-N"><b>N</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-O"><b>O</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-P"><b>P</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-Q"><b>Q</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-R"><b>R</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-S"><b>S</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-T"><b>T</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-U"><b>U</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-W"><b>W</b></a>
-<a class="summary-letter-printindex" href="#Key-Index_ky_letter-Z"><b>Z</b></a>
+<a class="summary-letter" href="#Key-Index_ky_letter-Z"><b>Z</b></a>
</td></tr></table>
-<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>
+<table class="index-ky" border="0">
+<tr><td></td><th align="left">Index Entry</th><td> </td><th align="left">
Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_symbol-1">%</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_symbol-8">0</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-A">A</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-B">B</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-C">C</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-D">D</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-F">F</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-H">H</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-I">I</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-J">J</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-K">K</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-L">L</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-M">M</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-N">N</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-O">O</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-P">P</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-Q">Q</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-R">R</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-S">S</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-T">T</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-U">U</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-W">W</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Key-Index_ky_letter-Z">Z</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
</table>
-<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>
+<table><tr><th valign="top">Jump to: </th><td><a class="summary-letter"
href="#Key-Index_ky_symbol-1"><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-2"><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-3"><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-4"><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-5"><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-6"><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-7"><b>.</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-8"><b>0</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-9"><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-10"><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-11"><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-12"><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-13"><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-14"><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-15"><b>]</b></a>
-<a class="summary-letter-printindex"
href="#Key-Index_ky_symbol-16"><b>~</b></a>
+<a class="summary-letter" href="#Key-Index_ky_symbol-16"><b>~</b></a>
<br>
-<a class="summary-letter-printindex" href="#Key-Index_ky_letter-A"><b>A</b></a>
+<a class="summary-letter" href="#Key-Index_ky_letter-A"><b>A</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-B"><b>B</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-C"><b>C</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-D"><b>D</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-F"><b>F</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-H"><b>H</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-I"><b>I</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-J"><b>J</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-K"><b>K</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-L"><b>L</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-M"><b>M</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-N"><b>N</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-O"><b>O</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-P"><b>P</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-Q"><b>Q</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-R"><b>R</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-S"><b>S</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-T"><b>T</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-U"><b>U</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-W"><b>W</b></a>
-<a class="summary-letter-printindex" href="#Key-Index_ky_letter-Z"><b>Z</b></a>
+<a class="summary-letter" href="#Key-Index_ky_letter-Z"><b>Z</b></a>
</td></tr></table>
-</div>
<hr>
-</div>
-<div class="unnumbered-level-extent" id="Function">
-<div class="nav-panel">
+<a name="Function"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="unnumbered" id="Function_002c-Variable-and-File-Index">Function,
Variable and File Index</h2>
+<a name="Function_002c-Variable-and-File-Index"></a>
+<h2 class="unnumbered">Function, Variable and File Index</h2>
-<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>
+<table><tr><th valign="top">Jump to: </th><td><a class="summary-letter"
href="#Function_fn_letter-A"><b>A</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-B"><b>B</b></a>
+<a class="summary-letter" href="#Function_fn_letter-B"><b>B</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-C"><b>C</b></a>
+<a class="summary-letter" href="#Function_fn_letter-C"><b>C</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-D"><b>D</b></a>
+<a class="summary-letter" href="#Function_fn_letter-D"><b>D</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-E"><b>E</b></a>
+<a class="summary-letter" href="#Function_fn_letter-E"><b>E</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-F"><b>F</b></a>
+<a class="summary-letter" href="#Function_fn_letter-F"><b>F</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-G"><b>G</b></a>
+<a class="summary-letter" href="#Function_fn_letter-G"><b>G</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-H"><b>H</b></a>
+<a class="summary-letter" href="#Function_fn_letter-H"><b>H</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-I"><b>I</b></a>
+<a class="summary-letter" href="#Function_fn_letter-I"><b>I</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-K"><b>K</b></a>
+<a class="summary-letter" href="#Function_fn_letter-K"><b>K</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-L"><b>L</b></a>
+<a class="summary-letter" href="#Function_fn_letter-L"><b>L</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-M"><b>M</b></a>
+<a class="summary-letter" href="#Function_fn_letter-M"><b>M</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-O"><b>O</b></a>
+<a class="summary-letter" href="#Function_fn_letter-O"><b>O</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-R"><b>R</b></a>
+<a class="summary-letter" href="#Function_fn_letter-R"><b>R</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-S"><b>S</b></a>
+<a class="summary-letter" href="#Function_fn_letter-S"><b>S</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-W"><b>W</b></a>
+<a class="summary-letter" href="#Function_fn_letter-W"><b>W</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-Z"><b>Z</b></a>
+<a class="summary-letter" href="#Function_fn_letter-Z"><b>Z</b></a>
</td></tr></table>
-<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>
+<table class="index-fn" border="0">
+<tr><td></td><th align="left">Index Entry</th><td> </td><th align="left">
Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th id="Function_fn_letter-A">A</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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_002dconsult_002dgrep"><code>hsys-org-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-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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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_002ddirectory">org-directory</a>:</td><td> </td><td
valign="top"><a href="#Glossary">Glossary</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-org_002droam_002ddirectory">org-roam-directory</a>:</td><td> </td><td
valign="top"><a href="#Glossary">Glossary</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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></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><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><td colspan="4"> <hr></td></tr>
</table>
-<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>
+<table><tr><th valign="top">Jump to: </th><td><a class="summary-letter"
href="#Function_fn_letter-A"><b>A</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-B"><b>B</b></a>
+<a class="summary-letter" href="#Function_fn_letter-B"><b>B</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-C"><b>C</b></a>
+<a class="summary-letter" href="#Function_fn_letter-C"><b>C</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-D"><b>D</b></a>
+<a class="summary-letter" href="#Function_fn_letter-D"><b>D</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-E"><b>E</b></a>
+<a class="summary-letter" href="#Function_fn_letter-E"><b>E</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-F"><b>F</b></a>
+<a class="summary-letter" href="#Function_fn_letter-F"><b>F</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-G"><b>G</b></a>
+<a class="summary-letter" href="#Function_fn_letter-G"><b>G</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-H"><b>H</b></a>
+<a class="summary-letter" href="#Function_fn_letter-H"><b>H</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-I"><b>I</b></a>
+<a class="summary-letter" href="#Function_fn_letter-I"><b>I</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-K"><b>K</b></a>
+<a class="summary-letter" href="#Function_fn_letter-K"><b>K</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-L"><b>L</b></a>
+<a class="summary-letter" href="#Function_fn_letter-L"><b>L</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-M"><b>M</b></a>
+<a class="summary-letter" href="#Function_fn_letter-M"><b>M</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-O"><b>O</b></a>
+<a class="summary-letter" href="#Function_fn_letter-O"><b>O</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-R"><b>R</b></a>
+<a class="summary-letter" href="#Function_fn_letter-R"><b>R</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-S"><b>S</b></a>
+<a class="summary-letter" href="#Function_fn_letter-S"><b>S</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-W"><b>W</b></a>
+<a class="summary-letter" href="#Function_fn_letter-W"><b>W</b></a>
-<a class="summary-letter-printindex" href="#Function_fn_letter-Z"><b>Z</b></a>
+<a class="summary-letter" href="#Function_fn_letter-Z"><b>Z</b></a>
</td></tr></table>
-</div>
<hr>
-</div>
-<div class="unnumbered-level-extent" id="Concept-Index">
-<div class="nav-panel">
+<a name="Concept-Index"></a>
+<div class="header">
<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>
+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>
</div>
-<h2 class="unnumbered" id="Concept-Index-1">Concept Index</h2>
+<a name="Concept-Index-1"></a>
+<h2 class="unnumbered">Concept Index</h2>
-<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>
+<table><tr><th valign="top">Jump to: </th><td><a class="summary-letter"
href="#Concept-Index_cp_symbol-1"><b><</b></a>
-<a class="summary-letter-printindex"
href="#Concept-Index_cp_symbol-2"><b>|</b></a>
+<a class="summary-letter" href="#Concept-Index_cp_symbol-2"><b>|</b></a>
<br>
-<a class="summary-letter-printindex"
href="#Concept-Index_cp_letter-A"><b>A</b></a>
+<a class="summary-letter" href="#Concept-Index_cp_letter-A"><b>A</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-B"><b>B</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-C"><b>C</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-D"><b>D</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-E"><b>E</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-F"><b>F</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-G"><b>G</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-H"><b>H</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-I"><b>I</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-J"><b>J</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-K"><b>K</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-L"><b>L</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-M"><b>M</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-N"><b>N</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-O"><b>O</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-P"><b>P</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-Q"><b>Q</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-R"><b>R</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-S"><b>S</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-T"><b>T</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-U"><b>U</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-V"><b>V</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-W"><b>W</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-X"><b>X</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-Y"><b>Y</b></a>
-<a class="summary-letter-printindex"
href="#Concept-Index_cp_letter-Z"><b>Z</b></a>
+<a class="summary-letter" href="#Concept-Index_cp_letter-Z"><b>Z</b></a>
</td></tr></table>
-<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>
+<table class="index-cp" border="0">
+<tr><td></td><th align="left">Index Entry</th><td> </td><th align="left">
Section</th></tr>
<tr><td colspan="4"> <hr></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><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_0023klink_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_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_007cviewspec_003e"><|viewspec></a>:</td><td> </td><td
valign="top"><a href="#View-Specs">View Specs</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_symbol-2">|</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-A">A</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-B">B</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-C">C</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-D">D</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-E">E</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-F">F</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-G">G</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-H">H</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-I">I</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-J">J</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-K">K</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-L">L</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-M">M</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-N">N</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-O">O</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-P">P</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-Q">Q</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-R">R</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-S">S</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-T">T</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-U">U</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-V">V</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-W">W</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-X">X</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-Y">Y</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
-<tr><th id="Concept-Index_cp_letter-Z">Z</th><td></td><td></td></tr>
-<tr><td></td><td 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><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><td colspan="4"> <hr></td></tr>
</table>
-<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>
+<table><tr><th valign="top">Jump to: </th><td><a class="summary-letter"
href="#Concept-Index_cp_symbol-1"><b><</b></a>
-<a class="summary-letter-printindex"
href="#Concept-Index_cp_symbol-2"><b>|</b></a>
+<a class="summary-letter" href="#Concept-Index_cp_symbol-2"><b>|</b></a>
<br>
-<a class="summary-letter-printindex"
href="#Concept-Index_cp_letter-A"><b>A</b></a>
+<a class="summary-letter" href="#Concept-Index_cp_letter-A"><b>A</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-B"><b>B</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-C"><b>C</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-D"><b>D</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-E"><b>E</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-F"><b>F</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-G"><b>G</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-H"><b>H</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-I"><b>I</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-J"><b>J</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-K"><b>K</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-L"><b>L</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-M"><b>M</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-N"><b>N</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-O"><b>O</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-P"><b>P</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-Q"><b>Q</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-R"><b>R</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-S"><b>S</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-T"><b>T</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-U"><b>U</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-V"><b>V</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-W"><b>W</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-X"><b>X</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-Y"><b>Y</b></a>
-<a class="summary-letter-printindex"
href="#Concept-Index_cp_letter-Z"><b>Z</b></a>
+<a class="summary-letter" href="#Concept-Index_cp_letter-Z"><b>Z</b></a>
</td></tr></table>
-</div>
-</div>
+<hr>
diff --git a/man/hyperbole.info b/man/hyperbole.info
index 017d255737..04893a642a 100644
Binary files a/man/hyperbole.info and b/man/hyperbole.info differ
diff --git a/man/hyperbole.pdf b/man/hyperbole.pdf
index 9839ac1b5b..b724487ac2 100644
Binary files a/man/hyperbole.pdf and b/man/hyperbole.pdf differ
diff --git a/man/hyperbole.texi b/man/hyperbole.texi
index 5fd2a59e86..954c73e6fb 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: 5-Nov-23 at 17:10:22 by Bob Weiner
+@c Last-Mod: 21-Nov-23 at 03:27:45 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 November 5, 2023.
+Printed November 21, 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
-Novemeber 5, 2023
+November 21, 2023
Published by the Free Software Foundation, Inc.
Author: Bob Weiner
@@ -1395,6 +1395,9 @@ the same or lesser indentation). Use @bkbd{C-g} to
unmark the region when
done. Use, @code{hui-select-thing-with-mouse} if you want to bind this to
a different mouse key to use single clicks instead of double clicks.
+This key defers to any currently active @code{major-mode} which also
+binds it.
+
@kindex C-c .
@findex hui-select-goto-matching-tag
The second convenience key is bound in HTML/XML/SGML/web
@@ -1405,6 +1408,9 @@ precedes. A second press moves point to the matching tag
of the pair,
allowing you to quickly jump back and forth between opening and
closing tags.
+This key defers to any currently active @code{major-mode} which also
+binds it.
+
@node Smart Mouse Key Modeline Clicks, Smart Mouse Key Drags, Smart Key Thing
Selection, Smart Keys
@section Smart Mouse Key Modeline Clicks
@@ -2779,10 +2785,10 @@ whose names begin with a ` ' or `*' character.
@item mail-address
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}, the rolo match buffer, any buffer
-attached to a file in @code{hyrolo-file-list}, or any buffer with
+in @code{hypb:mail-address-mode-list}, the HyRolo match buffer, any buffer
+attached to a file included in @code{hyrolo-file-list}, or any buffer with
@file{mail} or @file{rolo} (case-insensitive) within its name. If
-@code{hypb:mail-address-mode-list} is set to nil, this button type is
+@code{hypb:mail-address-mode-list} is set to @samp{nil}, this button type is
active in all buffers.
@findex ibtypes www-url
@@ -5687,7 +5693,7 @@ There are three forms of klinks:
@table @emph
@cindex internal klink
@cindex klink, internal
-@cindex <@@ klink>
+@cindex <#klink>
@item internal
@samp{<#2b=06>} is an internal klink, since it refers to the koutline
in which it is embedded. When activated, it jumps to the cell within
@@ -5759,7 +5765,7 @@ copy the region as it does normally in Emacs.
@cindex klink, to/from Emacs register
@cindex register, klinks
@findex kotl-mode:copy-absolute-klink-to-register
-Similarly, you can copy to an Emacs register rather than the kill ring.
+Similarly, you can copy to an Emacs register rather than to the kill ring.
When no region is active/highlighted, @bkbd{C-x r s} 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. @bkbd{M-x
@@ -5775,8 +5781,8 @@ region instead.
@findex kotl-mode:copy-absolute-klink-to-register
@findex kotl-mode:copy-relative-klink-to-register
@cindex cell reference, copying
-There are also commands not bound to keys that always copy a klink reference
-to the current cell:
+There are also commands without any builtin key bindings that always
+copy a klink reference to the current cell:
@example
@group
kotl-mode:copy-absolute-klink-to-kill-ring
@@ -6092,12 +6098,12 @@ The 'File' menu item displays and edits the first file
listed in
@code{hyrolo-file-list} unless given a prefix argument, in which case
it prompts with completion for the file to edit.
-A prefix argument used with any of the above menu items with 'Find' in
-their names limits the search to a maximum number of matches given by
-the argument. The search is terminated whenever that number of
-matches is found.
+A prefix argument used with any of the above menu items that have 'Find'
+in their names limits the search to a maximum number of matches given by
+the argument. The search is terminated whenever that number of matches
+is found.
-For any of the above commands that prompt for a HyRolo name, such as
+With any of the above commands that prompt for a HyRolo name, such as
Edit or Add (not the Find commands), you may use the form parent/child
to locate a child entry below a specific parent. Hence, for a HyRolo
which looks like so:
@@ -6341,15 +6347,34 @@ current frame to its state prior to the rolo search.
The files used in any rolo search are given by the
@code{hyrolo-file-list} variable, whose default value is typically
@code{"~/.rolo.otl"}, 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: Org files (.org),
-Emacs outlines (.otl), Koutlines (.kotl), or Markdown files (.md).
-
-If a file in the list does not exist or is not readable, it is
-skipped. Files are searched in the order in which they appear in the
-list. You should leave your personal rolo file as the first entry in
-the list, since this is the only file to which the Add command on the
-rolo menu adds entries.
+rolo file. But you can customize this to include files with variables
+in them, wildcard patterns and directories, as explained below. Any
+paths added to this list should be absolute.
+
+If you include file wildcards in paths for this variable and
+@code{find-file-wildcards} is non-nil (the default), then any files
+matching the pattern (which can include [char-matches] or * wildcards
+and regular text) when the variable is set will be included in HyRolo
+searches. For more on wildcards, see @ref{Wildcards,,,emacs,the GNU
+Emacs Manual}.
+
+If you include an Environment variable or Emacs Lisp variable with the
+@code{$@{var@}} format in a path, they also are resolved when
+@code{hyrolo-file-list} is set. Variables with values that include
+multiple paths, e.g. PATH, are resolved to the first existing entry
+that matches.
+
+If you include an existing directory (invalid ones are ignored) in
+your @code{hyrolo-file-list}, HyRolo will expand it recursively across
+all of its files that match @code{hyrolo-file-suffix-regexp}. By
+default, this is Org files (.org), Emacs outlines (.otl), Koutlines
+(.kotl), or Markdown files (.md). See @file{hpath.el#hpath:expand-list}.
+
+Once expanded, if a file in the list does not exist or is not
+readable, it is dropped. Paths are searched in the order in which
+they appear in the list. You should leave your personal rolo file as
+the first entry in the list, since this is the only file to which the
+HyRolo menu Add command adds entries.
Hyperbole releases earlier than 4.17 used a different filename for the
personal rolo. If such a file exists, you will be prompted to rename
@@ -6363,7 +6388,7 @@ following to your Emacs initialization file:
(lambda ()
(require 'org)
(setq hyrolo-file-list (append (hyrolo-initialize-file-list)
- (cddr (directory-files
org-directory))))))
+ (list org-directory)))))
@end format
@cindex BBDB
@@ -8570,9 +8595,12 @@ is made only if the key is not bound prior to
initializing Hyperbole.
@kitem C-c /
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, @bkbd{C-h h f w}, will do the same thing.
+associated search.
+
+This binding is made only if the key is not bound prior to
+initializing Hyperbole; it also defers to any @code{major-mode}
+binding. When needed, the Find/Web minibuffer menu item, @bkbd{C-h
+h f w}, will do the same thing.
@kindex C-c @@
@cindex key binding, C-c @@
@@ -8584,18 +8612,22 @@ item, @bkbd{C-h h f w}, will do the same thing.
@cindex restore window configuration
@cindex window configuration, restore
@kitem C-c @@
-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 @bkbd{C-h h h} to
-restore the prior frame configuration.
+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
+@bkbd{C-h h h} to restore the prior frame configuration.
-If the argument is 0, prompt for a major mode whose buffers should be
-displayed first in the grid windows, then prompt for the grid size.
+If the argument is 0, prompt for a major mode whose buffers should
+be displayed first in the grid windows, then prompt for the grid
+size.
-If the argument is < 0, prompt for a shell glob-type file pattern and display
-files that match the pattern in an auto-sized windows grid.
+If the argument is < 0, prompt for a shell glob-type file pattern
+and display files that match the pattern in an auto-sized windows
+grid.
-This binding is made only if the key is not bound prior to initializing
Hyperbole.
+This binding is made only if the key is not bound prior to
+initializing Hyperbole; it also defers to any @code{major-mode}
+binding and when @code{outline-minor-mode} is active.
For further details, see the @bkbd{@@} key binding description
in @ref{HyControl}.
@@ -8604,11 +8636,12 @@ in @ref{HyControl}.
@kitem M-o
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 @bkbd{M-o} instead. Then @bkbd{M-o w}
-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.
+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 @bkbd{M-o} instead. Then
+@bkbd{M-o w} 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.
@cindex key binding, C-h h
@kitem C-h h
@@ -8633,16 +8666,20 @@ Assist Key Help: Show what the Assist Key will do in
the same context.
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
-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.
+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; it also defers to any @code{major-mode}
+binding.
@cindex key binding, C-c .
@kitem C-c .
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. @xref{Smart Key
-Thing Selection}, for more information.
+thing, which may be an HTML tag pair.
+
+This binding is made only if the key is not bound prior to
+initializing Hyperbole; it also defers to any @code{major-mode}
+binding. @xref{Smart Key Thing Selection}, for more information.
@cindex key binding, M-w
@vindex mark-even-if-inactive
@@ -8680,9 +8717,9 @@ to @samp{t} (true) by default in @file{hyperbole.el}.
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)} to your @file{~/.emacs} 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.
+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.
@vindex file, .emacs
@findex hyperbole-mode
@@ -8707,8 +8744,8 @@ press the Action Key to see the source of the failure.
Full testing is
supported under POSIX systems only.
With Hyperbole active, you can also define implicit buttons that run
-individual or sets of Hyperbole tests. The file @file{hypb-ert.el} contains
-two action link types:
+individual or sets of Hyperbole tests. The file @file{hypb-ert.el}
+contains two action link types:
@example
@code{hyperbole-run-test} - run a single Hyperbole test by name
diff --git a/test/demo-tests.el b/test/demo-tests.el
index daa7f8fcf2..7f83ab4c0c 100644
--- a/test/demo-tests.el
+++ b/test/demo-tests.el
@@ -3,7 +3,7 @@
;; Author: Mats Lidell <matsl@gnu.org>
;;
;; Orig-Date: 30-Jan-21 at 12:00:00
-;; Last-Mod: 2-Oct-23 at 05:04:10 by Bob Weiner
+;; Last-Mod: 20-Nov-23 at 02:27:10 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -550,21 +550,21 @@ enough files with matching mode loaded."
(skip-unless (not noninteractive))
(let* ((shell-file-name (executable-find "sh"))
(shell-buffer-name "*shell*")
- (existing-shell-flag (get-buffer-process shell-buffer-name)))
+ (existing-shell-flag (get-buffer-process shell-buffer-name))
+ (prompt "\nPWD=")
+ success)
(unwind-protect
(with-temp-buffer
- (insert "{ M-x shell RET M-> (cd ${hyperb:dir} && echo
\"PWD=$(pwd)\") RET }")
+ (insert "{ M-x shell RET M-> (cd ${hyperb:dir} && echo && echo
\"PWD=$(pwd)\") RET }")
(goto-char 5)
(action-key)
(hy-test-helpers:consume-input-events)
(with-current-buffer shell-buffer-name
- (goto-char (point-min))
- (end-of-line)
- (with-timeout (5 (ert-fail "Test timed out"))
- (while (not (search-forward "PWD=" nil t))
- (accept-process-output (get-buffer-process
shell-buffer-name))))
- (should (looking-at-p (directory-file-name hyperb:dir)))))
- (unless existing-shell-flag
+ (goto-char (point-max))
+ (accept-process-output (get-buffer-process shell-buffer-name) 1)
+ (search-backward prompt nil t)
+ (setq success (should (looking-at-p (concat prompt
(directory-file-name hyperb:dir)))))))
+ (unless (and existing-shell-flag success)
(when (get-buffer-process shell-buffer-name)
(set-process-query-on-exit-flag (get-buffer-process
shell-buffer-name) nil)
(hy-test-helpers:kill-buffer shell-buffer-name))))))
@@ -618,22 +618,22 @@ enough files with matching mode loaded."
(skip-unless (not noninteractive))
(let* ((shell-file-name (executable-find "sh"))
(shell-buffer-name "*shell*")
- (existing-shell-flag (get-buffer-process shell-buffer-name)))
+ (existing-shell-flag (get-buffer-process shell-buffer-name))
+ (prompt "\nPWD=")
+ success)
(unwind-protect
(with-temp-buffer
- (insert "{ M-x shell RET M-> (cd ${hyperb:dir} && echo
\"PWD=$(pwd)\") RET }")
+ (insert "{ M-x shell RET M-> (cd ${hyperb:dir} && echo && echo
\"PWD=$(pwd)\") RET }")
(goto-char 5)
(view-mode)
(action-key)
(hy-test-helpers:consume-input-events)
(with-current-buffer shell-buffer-name
- (goto-char (point-min))
- (end-of-line)
- (with-timeout (5 (ert-fail "Test timed out"))
- (while (not (search-forward "PWD=" nil t))
- (accept-process-output (get-buffer-process
shell-buffer-name))))
- (should (looking-at-p (directory-file-name hyperb:dir)))))
- (unless existing-shell-flag
+ (goto-char (point-max))
+ (accept-process-output (get-buffer-process shell-buffer-name) 1)
+ (search-backward prompt nil t)
+ (setq success (should (looking-at-p (concat prompt
(directory-file-name hyperb:dir)))))))
+ (unless (and existing-shell-flag success)
(when (get-buffer-process shell-buffer-name)
(set-process-query-on-exit-flag (get-buffer-process
shell-buffer-name) nil)
(hy-test-helpers:kill-buffer shell-buffer-name))))))
@@ -653,7 +653,8 @@ enough files with matching mode loaded."
(hy-test-helpers:consume-input-events)
(with-current-buffer shell-buffer-name
(with-timeout (5 (ert-fail "Test timed out"))
- (while (not (string-match-p
"\n.*\\.el:[0-9]+:.*defun.*gbut:label-list ()" (buffer-substring-no-properties
(point-min) (point-max))))
+ (while (not (string-match-p
"\n.*\\.el:[0-9]+:.*defun.*gbut:label-list ()"
+ (buffer-substring-no-properties
(point-min) (point-max))))
(accept-process-output (get-buffer-process
shell-buffer-name))))
(should (string-match-p "\n.*\\.el:[0-9]+:.*defun.*gbut:label-list
()" (buffer-substring-no-properties (point-min) (point-max))))))
(unless existing-shell-flag
- [elpa] externals/hyperbole 193e1b0e92 14/28: Merge branch 'master' into rsw, (continued)
- [elpa] externals/hyperbole 193e1b0e92 14/28: Merge branch 'master' into rsw, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole f00bc2440d 10/28: Merge branch 'master' into rsw, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole b506f049d1 08/28: Merge branch 'master' into rsw, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole 1016c3e36a 15/28: Fix ibut link directly for files and directories and when in dired, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole b77d35deeb 18/28: link-directly at eol within dired, link to dired directory, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole 40a1f331a1 20/28: hui:link-possible-types - For ilinks, add log msg of hbut's attrs, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole 4836fb9ffa 23/28: Merge branch 'master' into rsw, ELPA Syncer, 2023/11/21
- [elpa] externals/hyperbole 3407c8118c 16/28: Merge remote-tracking branch 'github_origin/master' into rsw, ELPA Syncer, 2023/11/21
- [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 <=
- [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, 2023/11/21
- [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