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

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

[elpa] externals/hyperbole 4d50a8152a 1/3: Latest rsw updates; see Chang


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 4d50a8152a 1/3: Latest rsw updates; see Changelog back to 2023-02-27
Date: Wed, 8 Mar 2023 12:57:58 -0500 (EST)

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

    Latest rsw updates; see Changelog back to 2023-02-27
---
 ChangeLog          |   46 +-
 HY-NEWS            |   38 +-
 Makefile           |    6 +-
 TAGS               | 5227 ++++++++++++++++++++++++++--------------------------
 hactypes.el        |   12 +-
 hibtypes.el        |   55 +-
 hpath.el           |   47 +-
 hui-mouse.el       |   19 +-
 hypb.el            |    4 +-
 hyperbole.el       |   10 +-
 man/hkey-help.txt  |    1 +
 man/hyperbole.html |   28 +-
 man/hyperbole.info |  Bin 598990 -> 595607 bytes
 man/hyperbole.pdf  |  Bin 1348081 -> 1348264 bytes
 man/hyperbole.texi |   26 +-
 man/version.texi   |    4 +-
 16 files changed, 2835 insertions(+), 2688 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 55d748070e..0d394dae33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2023-03-07  Bob Weiner  <rsw@gnu.org>
+
+* hpath.el (hpath:find, hpath:call): If 'path' exists, don't treat
+    its # hash marks as section markers, notably for #autosave# files.
+           (hpath:delimited-possible-path): Allow for unquoted filenames
+    with spaces in them in ls listings in shell buffers (assume
+    tab-delimited).
+
+2023-03-02  Bob Weiner  <rsw@gnu.org>
+
+* hibtypes.el (hib-social): Move these ibtypes to lower priority
+    than pathname so autosave files like '#file.md#' are not
+    mis-handled as social links with hashtags.  Fix bug#61918.
+
+2023-03-01  Bob Weiner  <rsw@gnu.org>
+
+* man/hyperbole.texi (Smart Key - Org Mode):
+  man/hkey-help.txt: Add Org/Roam ID description.
+
+* hibtypes.el (org-id):
+  hactypes.el (org-id-marker-display): Add to display Org Roam and Org
+   ID referents.  Set this context to one of the lowest priorities.
+
+* hui-mouse.el (smart-outline, smart-outline-
+  man/hyperbole.texi (Smart Key - Emacs Outline Mode): Remove calling
+    of eol functions when not at the end of line, e.g. when on a
+    non-heading line.  This was just too unexpected a behavior in
+    outline-minor-mode contexts.
+
+2023-02-28  Bob Weiner  <rsw@gnu.org>
+
+* hyperbole.el (hyperbole--enable-mode): Run (hyperb:init) to enable
+    Hyperbole key bindings if not run already (when user init is not
+    run).
+
+2023-02-27  Bob Weiner  <rsw@gnu.org>
+
+* Makefile (TEXI2INFO): Ensure punctuation generated by makeinfo is ascii,
+    not unicode (requires makeinfo 7.0 or above).
+
 2023-02-26  Bob Weiner  <rsw@gnu.org>
 
 * hpath.el (hpath:prepend-shell-directory): Fix issue that was grabbing
@@ -1245,8 +1285,8 @@
 
 2022-05-22  Bob Weiner  <rsw@gnu.org>
 
-* hsys-org.el (hsys-org-meta-return): Remove optional ARG and just use value 
of current-prefix-arg
-     to simplify (hact 'hsys-org-meta-return) calls.
+* hsys-org.el (hsys-org-meta-return): Remove optional ARG and just use value of
+    'current-prefix-arg' to simplify (hact 'hsys-org-meta-return) calls.
 
 * hpath.el (hpath:internal-display-alist): Fix so Info files with non-absolute
     directories outside of the 'Info-directory-list' are resolved properly,
@@ -1339,7 +1379,7 @@
               (grep-msg): Add support for Emacs native compiler "Compiling 
<file>"
     and "Loading <file>" lines (jumps to 1st line of the file).
 
-* hypb.el (hypb:rgrep): Fix so --exclude directories are always included; sexp
+* hypb.el (hypb:rgrep): Fix so --exclude directories are properly handled; sexp
     nesting was wrong.
 
 2022-05-11  Bob Weiner  <rsw@gnu.org>
diff --git a/HY-NEWS b/HY-NEWS
index 8720cb07fa..6663350610 100644
--- a/HY-NEWS
+++ b/HY-NEWS
@@ -5,16 +5,20 @@
 *                                   V9.0.0
 ===========================================================================
 
-** HYPERBOLE SYSTEM
+** HYPERBOLE SYSTEM  (See "(hyperbole)").
 
   *** Native Compilation Autoloads: Work around Emacs bug where async native
-      comp of a package being installed does not load hyperbole-autoloads.el
+      comp of a package being installed does not load "hyperbole-autoloads.el"
       (require libraries to eliminate all Error-level messages).
 
+  *** Natively Compiled Functions as Action Types: Now may be used as Hyperbole
+      button action types.
+
   *** Large number of byte-compiler warnings eliminated when building the
       Hyperbole package.  None of these warnings should affect use of
       Hyperbole.
 
+
 ** HYROLO  (See "(hyperbole)HyRolo").
 
   *** Koutline Fast Search: Koutlines may now be included in 'rolo-file-list'
@@ -29,16 +33,19 @@
   *** M-S-left and M-S-Right: Org compatibility - Add tree promote and demote
       commands to these keys (same as existing M-left and M-right keys).
 
-** MENUS
+
+** MENUS  (See "(hyperbole)Menus").
 
   *** Minibuffer Menu Changes:
         - Multi-line Menus:  When a menu line is too long for the screen,
           it is automatically split into multiple lines and aligned by column
          for ease of access.
 
-  *** Move Prefix Arg Number of Items: 
+  *** Move Prefix Arg Number of Items: {M-b} and {M-f} move backward and
+      forward by the number of items specified in any prefix argument given.
+
 
-** ORG MODE
+** ORG MODE  (See "(hyperbole)Smart Key - Org Mode").
 
   *** Todo Cycling: An Action Key press on an Org mode todo state keyword,
       cycles to the next state.  An Assist Key press in the same place 
@@ -66,9 +73,10 @@
       handling info paths outside `Info-directory-list', like
       "man/hyperbole.info".
 
+
 ** TEST CASES
 
-  *** Hyperbole Automated Testing: Increased automated test cases to over
+  *** Hyperbole Automated Testing: Automated test cases increased to over
       265.  Simply run 'make test-all' or 'make test' from the command-line
       when in the Hyperbole source directory and you should see all tests
       pass.  If any fail, you can press the Action Key to see the source of
@@ -76,7 +84,11 @@
       "Makefile" and "test/MANIFEST".
 
 
-*** Greatly expanded 
+** WINDOWS GRIDS (See "(hyperbole)grid of windows").
+
+  *** Grid by File Pattern: Fix so prompt for a string pattern rather than
+      a file name and force use of full pathnames to avoid improper relative
+      path resolution.  See 
"(hyperbole)hycontrol-windows-grid-by-file-pattern".
 
 ===========================================================================
 *                                   V8.0.0
@@ -109,7 +121,7 @@
       quality and debugability.
 
 
-** ORG MODE
+** ORG MODE (See "hui-mouse.el#defun smart-org").
 
   *** M-RET: Reworked M-RET interface so can control how much or little of
       Hyperbole works in Org mode when Hyperbole minor mode is enabled.
@@ -143,7 +155,7 @@
       non-programmers to create their own implicit action button link
       types that execute key series, display URLs, display the contents
       of pathnames or invoke functions.  See "(hyperbole)Action Button
-      Link Types" or the "DEMO2#Defining New Action Button Types"
+      Link Types" or the "DEMO#Defining New Action Button Types"
       section.
 
   *** Easy Implicit Link Button Type Creation: `defil' is a new
@@ -502,7 +514,7 @@
   *** Fast Window Links: The hkey-window-link command bound to {M-o w}
       rapidly creates a link button at point in the selected window,
       linking to point in the window chosen when prompted.
-      See "DEMO2#Displaying File and Buffer Items and Moving Buffers".
+      See "DEMO#Displaying File and Buffer Items and Moving Buffers".
 
   *** Throw A Region Elsewhere Within the Same Buffer: {M-o t <window-id>}
       when used with a selected region can now throw to the source buffer
@@ -620,7 +632,7 @@
 *                                   V7.1.1
 ===========================================================================
 
-  DEMO2
+  DEMO
 
     - Global Buttons: Added a new example of a labeled global implicit button
       displaying a todo file maintained in Koutliner format.  See
@@ -885,7 +897,7 @@
 
   DOCUMENTATION
 
-    - DEMO2: New sections on Button Files and Global Buttons.
+    - DEMO: New sections on Button Files and Global Buttons.
 
     - Action Types: link-to-gbut, link-to-ibut - Added.
 
@@ -897,7 +909,7 @@
       ilink (link to implicit button), glink (link to global button), and
       elink (link to explicit button).
 
-    - DEMO2 (Action Buttons): Added description and examples.
+    - DEMO (Action Buttons): Added description and examples.
 
     - Path Variables: Better documented how these are handled.
 
diff --git a/Makefile b/Makefile
index 91cc4d2a31..e80515d169 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # Author:       Bob Weiner
 #
 # Orig-Date:    15-Jun-94 at 03:42:38
-# Last-Mod:     27-Feb-23 at 00:11:12 by Bob Weiner
+# Last-Mod:     27-Feb-23 at 16:59:49 by Bob Weiner
 #
 # Copyright (C) 1994-2023  Free Software Foundation, Inc.
 # See the file HY-COPY for license information.
@@ -109,8 +109,8 @@ EMACS = \emacs
 SITE_PRELOADS =
 
 # Command used to build the .info version of the user manual.
-TEXI2INFO = makeinfo --no-split
-
+# Ensure punctuation generated by makeinfo is ascii, not unicode (requires 
makeinfo 7.0 or above).
+TEXI2INFO = makeinfo --no-split -c ASCII_PUNCTUATION=1
 # Command used to build the .html version of the user manual.
 # TEXI2HTML = id-texi2html -html_only -number -split_chapter # 
InfoDock-specific command
 # TEXI2HTML = makeinfo --html --split=chapter # Chapter splitting doesn't seem 
to work in 6.0
diff --git a/TAGS b/TAGS
index b39bc6408a..437d2be3a7 100644
--- a/TAGS
+++ b/TAGS
@@ -1,2745 +1,2760 @@
 
 hact.el,1868
-(defvar hrule:action 26,810
-(defvar symtable:category-plist 39,1420
-(defsubst symtable:hash-table 43,1585
-(defsubst symtable:name 47,1739
-(defsubst symtable:select 51,1850
-(defun    symtable:operate 56,2051
-(defun    symtable:create 95,3919
-(defvar   symtable:actypes 103,4311
-(defvar   symtable:ibtypes 109,4633
-(defsubst symtable:actype-p 115,4964
-(defsubst symtable:ibtype-p 120,5196
-(defun    symtable:add 125,5437
-(defalias 'symtable:delete symtable:delete131,5699
-(defun    symtable:get 133,5746
-(defun    symtable:remove 138,5977
-(defun    symset:create 149,6438
-(defun    symset:add 159,6852
-(defun    symset:clear 168,7176
-(defalias 'symset:delete symset:delete172,7277
-(defun    symset:get 174,7320
-(defun    symset:remove 178,7419
-(defun    htype:body 189,7924
-(defun    htype:category 193,8077
-(defmacro htype:create 205,8598
-(defun    htype:def-symbol 224,9422
-(defun    htype:delete 234,9812
-(defun    htype:doc 246,10279
-(defun    htype:names 250,10386
-(defun   htype:symbol 268,11209
-(defun action:commandp 279,11748
-(defun action:create 299,12460
-(defun action:kbd-macro 305,12675
-(defun action:params-emacs 309,12857
-(defun action:params 324,13405
-(defun action:param-list 345,14190
-(defun hact 356,14617
-(defun    actype:act 364,15005
-(defalias 'actype:elisp-symbol actype:elisp-symbol397,16524
-(defun    actype:def-symbol 399,16577
-(defun    actype:eval 409,16935
-(defun    actype:action 430,17776
-(defun    actype:action-body 447,18287
-(defmacro defact 459,18758
-(def-edebug-spec defact472,19357
-(def-edebug-spec lambda-list477,19501
-(defalias 'actype:create actype:create482,19622
-(defun    actype:delete 484,19658
-(defun    actype:doc 489,19839
-(defun    actype:identity 510,20581
-(defun    actype:interact 515,20763
-(defun    actype:params 523,21135
-(defun    actype:param-list 527,21271
-
-hactypes.el,1200
-(defact annot-bib 33,1206
-(defact completion 46,1670
-(defact display-boolean 56,1989
-(defact display-value 64,2278
-(defact display-variable 71,2479
-(defact eval-elisp 77,2676
-(defact exec-kbd-macro 82,2840
-(defact exec-shell-cmd 129,4670
-(defact exec-window-cmd 179,6734
-(defact hyp-config 214,7951
-(defact hyp-request 219,8145
-(defact hyp-source 239,9102
-(defact link-to-bookmark 252,9657
-(defact link-to-buffer-tmp 265,10214
-(defact link-to-directory 280,10795
-(defact link-to-ebut 285,10941
-(defact link-to-elisp-doc 322,12466
-(defun  hactypes:link-to-file-interactively 333,12937
-(defact link-to-file 399,15654
-(defact link-to-file-line 415,16285
-(defact link-to-file-line-and-column 429,16857
-(defact link-to-gbut 444,17535
-(defact link-to-Info-index-item 464,18308
-(defact link-to-Info-node 479,19065
-(defact link-to-ibut 494,19791
-(defact link-to-kcell 544,21817
-(defact link-to-mail 564,22517
-(defact link-to-regexp-match 588,23684
-(defact link-to-rfc 615,24755
-(defact link-to-string-match 622,25023
-(defact link-to-texinfo-node 631,25476
-(defact link-to-web-search 656,26529
-(defact man-show 664,26910
-(defact rfc-toc 672,27220
-(defact text-toc 699,28387
+(defvar hrule:action 28,858
+(defvar symtable:category-plist 41,1468
+(defsubst symtable:hash-table 45,1633
+(defsubst symtable:name 49,1787
+(defsubst symtable:select 53,1898
+(defun    symtable:operate 58,2099
+(defun    symtable:create 97,3967
+(defvar   symtable:actypes 105,4359
+(defvar   symtable:ibtypes 111,4681
+(defsubst symtable:actype-p 117,5012
+(defsubst symtable:ibtype-p 122,5244
+(defun    symtable:add 127,5485
+(defalias 'symtable:delete symtable:delete133,5747
+(defun    symtable:get 135,5794
+(defun    symtable:remove 140,6025
+(defun    symset:create 151,6486
+(defun    symset:add 161,6900
+(defun    symset:clear 171,7228
+(defalias 'symset:delete symset:delete175,7329
+(defun    symset:get 177,7372
+(defun    symset:remove 181,7471
+(defun    htype:body 192,7976
+(defun    htype:category 196,8129
+(defmacro htype:create 208,8650
+(defun    htype:def-symbol 227,9474
+(defun    htype:delete 237,9864
+(defun    htype:doc 249,10331
+(defun    htype:names 253,10438
+(defun   htype:symbol 271,11261
+(defun action:commandp 282,11800
+(defun action:create 302,12512
+(defun action:kbd-macro 308,12727
+(defun action:params-emacs 312,12909
+(defun action:params 327,13457
+(defun action:param-list 348,14242
+(defun hact 359,14669
+(defun    actype:act 367,15057
+(defalias 'actype:elisp-symbol actype:elisp-symbol400,16576
+(defun    actype:def-symbol 402,16629
+(defun    actype:eval 412,16987
+(defun    actype:action 433,17828
+(defun    actype:action-body 450,18339
+(defmacro defact 462,18810
+(def-edebug-spec defact475,19409
+(def-edebug-spec lambda-list480,19553
+(defalias 'actype:create actype:create485,19674
+(defun    actype:delete 487,19710
+(defun    actype:doc 492,19891
+(defun    actype:identity 513,20633
+(defun    actype:interact 518,20815
+(defun    actype:params 526,21187
+(defun    actype:param-list 530,21323
+
+hactypes.el,1241
+(defact annot-bib 35,1258
+(defact completion 48,1722
+(defact display-boolean 58,2041
+(defact display-value 67,2375
+(defact display-variable 75,2620
+(defact eval-elisp 82,2863
+(defact exec-kbd-macro 87,3027
+(defact exec-shell-cmd 134,4857
+(defact exec-window-cmd 184,6921
+(defact hyp-config 219,8138
+(defact hyp-request 224,8332
+(defact hyp-source 244,9289
+(defact link-to-bookmark 257,9844
+(defact link-to-buffer-tmp 270,10401
+(defact link-to-directory 285,10982
+(defact link-to-ebut 290,11128
+(defact link-to-elisp-doc 327,12653
+(defun  hactypes:link-to-file-interactively 338,13124
+(defact link-to-file 404,15841
+(defact link-to-file-line 420,16472
+(defact link-to-file-line-and-column 434,17044
+(defact link-to-gbut 449,17722
+(defact link-to-Info-index-item 469,18495
+(defact link-to-Info-node 484,19252
+(defact link-to-ibut 499,19978
+(defact link-to-kcell 549,22004
+(defact link-to-mail 569,22704
+(defact link-to-regexp-match 593,23871
+(defact link-to-rfc 620,24942
+(defact link-to-string-match 627,25210
+(defact link-to-texinfo-node 636,25663
+(defact link-to-web-search 661,26716
+(defact man-show 669,27097
+(defact org-id-marker-display 677,27407
+(defact rfc-toc 687,27785
+(defact text-toc 714,28952
 
 hargs.el,961
-(defvar hargs:defaults 39,1392
-(defvar hargs:reading-type 42,1499
-(defalias 'hargs:find-tag-default hargs:find-tag-default52,1927
-(defun hargs:action-get 54,1983
-(defun hargs:buffer-substring 66,2521
-(defun hargs:delimited 76,3074
-(defun hargs:get 163,6770
-(defmacro hargs:make-iform-vector 200,8343
-(defun hargs:prompt 221,9256
-(defun hargs:select-event-window 230,9571
-(defun hargs:set-string-to-complete 240,10012
-(defun hargs:unset-string-to-complete 248,10368
-(defun hargs:sexpression-p 252,10503
-(defun hargs:actype-get 281,11708
-(defun hargs:at-p 288,12013
-(defun hargs:completion 410,16711
-(defun hargs:iform-read 482,19175
-(defun hargs:read 557,22117
-(defun hargs:read-buffer-name 598,23747
-(defun hargs:read-match 603,23934
-(defun hargs:select-p 636,25298
-(defvar hargs:reading-symbol 675,26811
-(defconst hargs:iform-vector678,26886
-(defconst hargs:iform-extensions-vector782,30365
-(defvar hargs:string-to-complete 841,32703
-
-hbdata.el,776
-(defun hbdata:action 64,2730
-(defun hbdata:actype 68,2846
-(defun hbdata:args 82,3379
-(defun hbdata:categ 86,3480
-(defun hbdata:creator 90,3568
-(defun hbdata:create-time 94,3685
-(defun hbdata:key 98,3804
-(defun hbdata:loc-p 102,3899
-(defun hbdata:modifier 107,4093
-(defun hbdata:mod-time 112,4266
-(defun hbdata:referent 117,4436
-(defun hbdata:search 121,4527
-(defun hbdata:build 148,5598
-(defun hbdata:get-entry 222,8831
-(defun hbdata:instance-next 231,9216
-(defun hbdata:instance-last 243,9591
-(defun hbdata:delete-entry 254,9979
-(defun hbdata:delete-entry-at-point 285,11125
-(defun hbdata:to-entry 288,11225
-(defun hbdata:apply-entry 311,12187
-(defun hbdata:to-hbdata-buffer 378,14373
-(defun hbdata:to-entry-buf 403,15398
-(defun hbdata:write 449,17207
+(defvar hargs:defaults 41,1440
+(defvar hargs:reading-type 44,1547
+(defalias 'hargs:find-tag-default hargs:find-tag-default54,1975
+(defun hargs:action-get 56,2031
+(defun hargs:buffer-substring 68,2569
+(defun hargs:delimited 78,3122
+(defun hargs:get 165,6818
+(defmacro hargs:make-iform-vector 202,8391
+(defun hargs:prompt 223,9304
+(defun hargs:select-event-window 232,9619
+(defun hargs:set-string-to-complete 242,10060
+(defun hargs:unset-string-to-complete 250,10416
+(defun hargs:sexpression-p 254,10551
+(defun hargs:actype-get 283,11756
+(defun hargs:at-p 290,12061
+(defun hargs:completion 412,16759
+(defun hargs:iform-read 484,19223
+(defun hargs:read 559,22165
+(defun hargs:read-buffer-name 600,23795
+(defun hargs:read-match 605,23982
+(defun hargs:select-p 638,25346
+(defvar hargs:reading-symbol 677,26859
+(defconst hargs:iform-vector680,26934
+(defconst hargs:iform-extensions-vector786,30454
+(defvar hargs:string-to-complete 845,32792
+
+hbdata.el,778
+(defun hbdata:action 66,2778
+(defun hbdata:actype 70,2894
+(defun hbdata:args 84,3427
+(defun hbdata:categ 88,3528
+(defun hbdata:creator 92,3616
+(defun hbdata:create-time 96,3733
+(defun hbdata:key 100,3852
+(defun hbdata:loc-p 104,3947
+(defun hbdata:modifier 109,4141
+(defun hbdata:mod-time 114,4314
+(defun hbdata:referent 119,4484
+(defun hbdata:search 123,4575
+(defun hbdata:build 150,5646
+(defun hbdata:get-entry 224,8879
+(defun hbdata:instance-next 233,9264
+(defun hbdata:instance-last 245,9639
+(defun hbdata:delete-entry 256,10027
+(defun hbdata:delete-entry-at-point 287,11173
+(defun hbdata:to-entry 290,11273
+(defun hbdata:apply-entry 313,12235
+(defun hbdata:to-hbdata-buffer 380,14421
+(defun hbdata:to-entry-buf 405,15446
+(defun hbdata:write 451,17255
 
 hbmap.el,259
-(defvar hbmap:filename 20,594
-(defun hbmap:dir-add 27,852
-(defun hbmap:dir-list 38,1341
-(defun hbmap:dir-remove 54,1801
-(defun hbmap:dir-member 63,2263
-(defun hbmap:dir-operate 84,3090
-(defvar hbmap:dir-user110,4064
-(defvar hbmap:dir-filename118,4357
+(defvar hbmap:filename 22,642
+(defun hbmap:dir-add 29,900
+(defun hbmap:dir-list 40,1389
+(defun hbmap:dir-remove 56,1849
+(defun hbmap:dir-member 65,2311
+(defun hbmap:dir-operate 86,3138
+(defvar hbmap:dir-user112,4112
+(defvar hbmap:dir-filename120,4405
 
 hbut.el,5042
-(defvar   ebut:hattr-save 39,1326
-(defun    ebut:act 43,1443
-(defun    ebut:alist 54,1845
-(defun    ebut:at-p 60,2066
-(defun    ebut:create 67,2373
-(defun    ebut:delete 89,3361
-(defun    ebut:edit 102,3820
-(defun    ebut:get 115,4327
-(defun    ebut:is-p 184,6850
-(defun    ebut:key 189,7038
-(defun    ebut:key-of-label-p 196,7276
-(defalias 'ebut:to-key-src ebut:to-key-src201,7482
-(defalias 'ebut:key-src-set-buffer ebut:key-src-set-buffer202,7539
-(defalias 'ebut:key-src-fmt ebut:key-src-fmt203,7601
-(defalias 'ebut:key-to-label ebut:key-to-label204,7656
-(defun    ebut:label-p 206,7713
-(defalias 'ebut:label-regexp ebut:label-regexp273,10320
-(defalias 'ebut:label-to-key ebut:label-to-key275,10371
-(defun    ebut:list 277,10422
-(defalias 'map-ebut map-ebut297,11255
-(defun    ebut:map 299,11288
-(defun    ebut:next-occurrence 309,11791
-(defun    ebut:operate 324,12464
-(defun    ebut:program 433,16576
-(defun    ebut:search 463,17979
-(defun    ebut:to 542,20643
-(defun    ebut:delimit 575,21976
-(defun    ebut:match-regexp 602,23011
-(defconst ebut:start 613,23433
-(defconst ebut:end 615,23528
-(defconst ebut:instance-sep 617,23621
-(defun    gbut:act 624,23961
-(defun    gbut:delete 639,24576
-(defun    gbut:ebut-program 644,24799
-(defun    gbut:file 664,25690
-(defun    gbut:get 668,25848
-(defun    gbut:help 680,26262
-(defun    gbut:label-list 691,26684
-(defun    gbut:label-p 695,26803
-(defun    gbut:to 710,27618
-(defun    gbut:key-list 728,28275
-(defun    gbut:ebut-key-list 732,28401
-(defun    gbut:ibut-key-list 746,28851
-(defun    hattr:attributes 759,29362
-(defun    hattr:clear 769,29667
-(defun    hattr:copy 780,30043
-(defun    hattr:get 791,30433
-(defun    hattr:list 795,30567
-(defun    hattr:memq 802,30839
-(defun    hattr:report 814,31270
-(defun    hattr:save 842,32296
-(defun    hattr:set 860,33148
-(defalias 'hattr:summarize hattr:summarize864,33327
-(defvar   hattr:filename866,33371
-(defconst hbut:max-len 876,33804
-(defsubst hbut:max-len 883,34045
-(defun    hbut:act 887,34195
-(defun    hbut:action 950,36889
-(defun    hbut:at-p 962,37350
-(defun    hbut:comment 975,37750
-(defvar   hbut:fill-prefix-regexps1010,38904
-(defun    hbut:fill-prefix-remove 1034,39752
-(defun    hbut:delete 1044,40144
-(defun    hbut:funcall 1059,40777
-(defun    hbut:get 1085,41840
-(defun    hbut:get-key-src 1096,42368
-(defun    hbut:is-p 1154,44655
-(defun    hbut:key 1159,44814
-(defun    hbut:to-key-src 1166,45034
-(defun    hbut:key-src-fmt 1173,45353
-(defun    hbut:key-src-set-buffer 1189,46003
-(defun    hbut:key-to-label 1210,46650
-(defun    hbut:label 1231,47334
-(defun    hbut:label-p 1238,47580
-(defun    hbut:label-regexp 1251,48355
-(defun    hbut:label-to-key 1279,49338
-(defun    hbut:map 1292,49928
-(defvar   hbut:syntax-table 1338,51743
-(defun    hbut:modify-syntax 1344,52013
-(defun    hbut:outside-comment-p 1359,52640
-(defun    hbut:rename 1367,52999
-(defun    hbut:report 1378,53405
-(defun    hbut:source 1437,55327
-(defalias 'hbut:summarize hbut:summarize1452,55900
-(defun    hbut:to 1454,55941
-(defvar   hbut:current 1461,56269
-(defconst hbut:source-prefix 1464,56374
-(defun    hbut:label-list 1469,56627
-(defun    hbut:key-list 1475,56844
-(defun    hbut:ebut-key-list 1479,57009
-(defun    hbut:ibut-key-list 1494,57518
-(defun    ibut:act 1508,58061
-(defun    ibut:alist 1519,58467
-(defun    ibut:at-p 1525,58696
-(defun    ibut:at-type-p 1568,60512
-(cl-defun ibut:create 1584,61236
-(defun    ibut:delete 1701,65120
-(defun    ibut:get 1728,66116
-(defun    ibut:is-p 1750,66933
-(defun    ibut:label-map 1756,67188
-(defun    ibut:rename 1771,67977
-(defun    ibut:label-p 1792,68988
-(defun    ibut:label-regexp 1810,69978
-(defun    ibut:label-set 1816,70269
-(defun    ibut:list 1838,71300
-(defun    ibut:key 1858,72144
-(defalias 'ibut:to-key-src ibut:to-key-src1865,72382
-(defalias 'ibut:key-to-label ibut:key-to-label1866,72429
-(defalias 'ibut:label-to-key ibut:label-to-key1867,72478
-(defalias 'map-ibut map-ibut1868,72527
-(defun    ibut:map 1870,72568
-(defun    ibut:next-occurrence 1881,73092
-(defun    ibut:previous-occurrence 1896,73837
-(defalias 'ibut:summarize ibut:summarize1911,74568
-(defun    ibut:to 1913,74609
-(defun    ibut:at-to-name-p 1960,76250
-(defun    ibut:to-name 1984,77042
-(defun    ibut:to-text 2017,78361
-(defconst ibut:label-start 2067,80408
-(defconst ibut:label-end 2069,80509
-(defvar   ibut:label-separator 2072,80609
-(defvar   ibut:label-separator-regexp 2079,80915
-(defmacro defib 2086,81254
-(def-edebug-spec defib2123,82939
-(def-edebug-spec lambda-list2128,83079
-(defalias 'ibtype:create ibtype:create2133,83197
-(defun ibtype:activate-link 2135,83232
-(defmacro defil 2147,83681
-(defmacro defal 2244,88019
-(defalias 'ibtype:create-action-link-type 
ibtype:create-action-link-type2300,90188
-(defalias 'ibtype:create-regexp-link-type 
ibtype:create-regexp-link-type2301,90239
-(defun    ibtype:def-symbol 2303,90291
-(defun    ibtype:delete 2313,90648
+(defvar   ebut:hattr-save 41,1374
+(defun    ebut:act 45,1491
+(defun    ebut:alist 56,1893
+(defun    ebut:at-p 62,2114
+(defun    ebut:create 69,2421
+(defun    ebut:delete 91,3409
+(defun    ebut:edit 104,3868
+(defun    ebut:get 117,4375
+(defun    ebut:is-p 186,6898
+(defun    ebut:key 191,7086
+(defun    ebut:key-of-label-p 198,7324
+(defalias 'ebut:to-key-src ebut:to-key-src203,7530
+(defalias 'ebut:key-src-set-buffer ebut:key-src-set-buffer204,7587
+(defalias 'ebut:key-src-fmt ebut:key-src-fmt205,7649
+(defalias 'ebut:key-to-label ebut:key-to-label206,7704
+(defun    ebut:label-p 208,7761
+(defalias 'ebut:label-regexp ebut:label-regexp275,10368
+(defalias 'ebut:label-to-key ebut:label-to-key277,10419
+(defun    ebut:list 279,10470
+(defalias 'map-ebut map-ebut299,11303
+(defun    ebut:map 301,11336
+(defun    ebut:next-occurrence 311,11839
+(defun    ebut:operate 326,12512
+(defun    ebut:program 435,16624
+(defun    ebut:search 465,18027
+(defun    ebut:to 544,20691
+(defun    ebut:delimit 577,22024
+(defun    ebut:match-regexp 604,23059
+(defconst ebut:start 615,23481
+(defconst ebut:end 617,23576
+(defconst ebut:instance-sep 619,23669
+(defun    gbut:act 626,24009
+(defun    gbut:delete 641,24624
+(defun    gbut:ebut-program 646,24847
+(defun    gbut:file 666,25738
+(defun    gbut:get 670,25896
+(defun    gbut:help 682,26310
+(defun    gbut:label-list 693,26732
+(defun    gbut:label-p 697,26851
+(defun    gbut:to 712,27666
+(defun    gbut:key-list 730,28323
+(defun    gbut:ebut-key-list 734,28449
+(defun    gbut:ibut-key-list 748,28899
+(defun    hattr:attributes 761,29410
+(defun    hattr:clear 771,29715
+(defun    hattr:copy 782,30091
+(defun    hattr:get 793,30481
+(defun    hattr:list 797,30615
+(defun    hattr:memq 804,30887
+(defun    hattr:report 816,31318
+(defun    hattr:save 844,32344
+(defun    hattr:set 862,33196
+(defalias 'hattr:summarize hattr:summarize866,33375
+(defvar   hattr:filename868,33419
+(defconst hbut:max-len 878,33852
+(defsubst hbut:max-len 885,34093
+(defun    hbut:act 889,34243
+(defun    hbut:action 952,36937
+(defun    hbut:at-p 964,37398
+(defun    hbut:comment 977,37798
+(defvar   hbut:fill-prefix-regexps1012,38952
+(defun    hbut:fill-prefix-remove 1036,39800
+(defun    hbut:delete 1046,40192
+(defun    hbut:funcall 1061,40825
+(defun    hbut:get 1087,41888
+(defun    hbut:get-key-src 1098,42416
+(defun    hbut:is-p 1156,44703
+(defun    hbut:key 1161,44862
+(defun    hbut:to-key-src 1168,45082
+(defun    hbut:key-src-fmt 1175,45401
+(defun    hbut:key-src-set-buffer 1191,46051
+(defun    hbut:key-to-label 1212,46698
+(defun    hbut:label 1233,47382
+(defun    hbut:label-p 1240,47628
+(defun    hbut:label-regexp 1253,48403
+(defun    hbut:label-to-key 1281,49386
+(defun    hbut:map 1294,49976
+(defvar   hbut:syntax-table 1340,51791
+(defun    hbut:modify-syntax 1346,52061
+(defun    hbut:outside-comment-p 1361,52688
+(defun    hbut:rename 1369,53047
+(defun    hbut:report 1380,53453
+(defun    hbut:source 1439,55375
+(defalias 'hbut:summarize hbut:summarize1454,55948
+(defun    hbut:to 1456,55989
+(defvar   hbut:current 1463,56317
+(defconst hbut:source-prefix 1466,56422
+(defun    hbut:label-list 1471,56675
+(defun    hbut:key-list 1477,56892
+(defun    hbut:ebut-key-list 1481,57057
+(defun    hbut:ibut-key-list 1496,57566
+(defun    ibut:act 1510,58109
+(defun    ibut:alist 1521,58515
+(defun    ibut:at-p 1527,58744
+(defun    ibut:at-type-p 1570,60560
+(cl-defun ibut:create 1586,61284
+(defun    ibut:delete 1703,65168
+(defun    ibut:get 1730,66164
+(defun    ibut:is-p 1752,66981
+(defun    ibut:label-map 1758,67236
+(defun    ibut:rename 1773,68025
+(defun    ibut:label-p 1794,69036
+(defun    ibut:label-regexp 1812,70026
+(defun    ibut:label-set 1818,70317
+(defun    ibut:list 1840,71348
+(defun    ibut:key 1860,72192
+(defalias 'ibut:to-key-src ibut:to-key-src1867,72430
+(defalias 'ibut:key-to-label ibut:key-to-label1868,72477
+(defalias 'ibut:label-to-key ibut:label-to-key1869,72526
+(defalias 'map-ibut map-ibut1870,72575
+(defun    ibut:map 1872,72616
+(defun    ibut:next-occurrence 1883,73140
+(defun    ibut:previous-occurrence 1898,73885
+(defalias 'ibut:summarize ibut:summarize1913,74616
+(defun    ibut:to 1915,74657
+(defun    ibut:at-to-name-p 1962,76298
+(defun    ibut:to-name 1986,77090
+(defun    ibut:to-text 2019,78409
+(defconst ibut:label-start 2069,80456
+(defconst ibut:label-end 2071,80557
+(defvar   ibut:label-separator 2074,80657
+(defvar   ibut:label-separator-regexp 2081,80963
+(defmacro defib 2088,81302
+(def-edebug-spec defib2125,82987
+(def-edebug-spec lambda-list2130,83127
+(defalias 'ibtype:create ibtype:create2135,83245
+(defun ibtype:activate-link 2137,83280
+(defmacro defil 2149,83729
+(defmacro defal 2246,88067
+(defalias 'ibtype:create-action-link-type 
ibtype:create-action-link-type2302,90236
+(defalias 'ibtype:create-regexp-link-type 
ibtype:create-regexp-link-type2303,90287
+(defun    ibtype:def-symbol 2305,90339
+(defun    ibtype:delete 2315,90696
 
 hgnus.el,110
-(defun Gnus-init 52,1634
-(defun lnews:to 57,1741
-(defun rnews:to 61,1906
-(defun rnews:summ-msg-to 65,2062
+(defun Gnus-init 54,1683
+(defun lnews:to 59,1790
+(defun rnews:to 63,1955
+(defun rnews:summ-msg-to 67,2111
 
 hhist.el,136
-(defun hhist:add 27,1002
-(defun hhist:element 41,1687
-(defun hhist:pop 45,1802
-(defun hhist:init 70,2626
-(defconst *hhist* 79,2887
-
-hib-debbugs.el,467
-(defib debbugs-gnu-query 98,4218
-(defact debbugs-gnu-query 119,5159
-(defun debbugs-gnu-query:help 126,5377
-(defib debbugs-gnu-mode 137,5836
-(defun debbugs-gnu-mode:help 142,6021
-(defun debbugs-gnu-show-discussion 155,6540
-(defun debbugs-gnu-query:string 163,6822
-(defun debbugs-gnu-query:list 186,7976
-(defun smart-debbugs-gnu 201,8563
-(defun debbugs-query:at-p 217,9239
-(defun debbugs-query:status 235,10392
-(defun debbugs-version-sufficient-p 261,11605
-
-hib-doc-id.el,311
-(defvar doc-id-start 83,2975
-(defvar doc-id-end 85,3066
-(defvar doc-id-index-entry-regexp 88,3156
-(defvar doc-id-match91,3286
-(defvar doc-id-p 98,3542
-(defvar doc-id-online-regexp 105,3797
-(defact link-to-doc 117,4404
-(defib doc-id 149,5810
-(defvar doc-id-indices 164,6380
-(defun doc-id:help 173,6781
+(defun hhist:add 29,1050
+(defun hhist:element 43,1735
+(defun hhist:pop 47,1850
+(defun hhist:init 72,2674
+(defconst *hhist* 81,2935
+
+hib-debbugs.el,468
+(defib debbugs-gnu-query 100,4266
+(defact debbugs-gnu-query 121,5207
+(defun debbugs-gnu-query:help 128,5425
+(defib debbugs-gnu-mode 139,5884
+(defun debbugs-gnu-mode:help 144,6069
+(defun debbugs-gnu-show-discussion 157,6588
+(defun debbugs-gnu-query:string 165,6870
+(defun debbugs-gnu-query:list 188,8024
+(defun smart-debbugs-gnu 203,8611
+(defun debbugs-query:at-p 219,9287
+(defun debbugs-query:status 237,10440
+(defun debbugs-version-sufficient-p 263,11653
+
+hib-doc-id.el,312
+(defvar doc-id-start 85,3023
+(defvar doc-id-end 87,3114
+(defvar doc-id-index-entry-regexp 90,3204
+(defvar doc-id-match93,3334
+(defvar doc-id-p 100,3590
+(defvar doc-id-online-regexp 107,3845
+(defact link-to-doc 119,4452
+(defib doc-id 151,5858
+(defvar doc-id-indices 166,6428
+(defun doc-id:help 175,6829
 
 hib-kbd.el,1074
-(defvar kbd-key:named-key-list42,1620
-(defvar kbd-key:named-key-regexp50,1996
-(defvar kbd-key:modified-key-regexp57,2237
-(defact kbd-key 73,3010
-(defib kbd-key 85,3508
-(defun kbd-key:act 150,6412
-(defun kbd-key:execute 169,7111
-(defun kbd-key:execute-special-series 178,7489
-(defun kbd-key:maybe-enable-helm 196,8258
-(defun kbd-key:key-series-to-events 202,8486
-(defun kbd-key:doc 213,8968
-(defun kbd-key:help 239,9831
-(defun kbd-key:is-p 245,10086
-(defun kbd-key:normalize 279,11583
-(defun kbd-key:remove-delimiters 343,14751
-(defun kbd-key:binding 354,15306
-(defun kbd-key:kbd 361,15624
-(defun kbd-key:parse 369,15980
-(defun kbd-key:extended-command-p 464,19682
-(defun kbd-key:hyperbole-hycontrol-key-p 470,19929
-(defun kbd-key:hyperbole-mini-menu-key-p 481,20429
-(defun kbd-key:key-and-arguments 491,21018
-(defun kbd-key:mark-spaces-to-keep 502,21557
-(defun kbd-key:special-sequence-p 521,22211
-(defconst kbd-key:extended-command-prefix536,22875
-(defconst kbd-key:extended-command-binding-list 541,23060
-(defvar kbd-key:mini-menu-key 544,23240
+(defvar kbd-key:named-key-list44,1669
+(defvar kbd-key:named-key-regexp52,2045
+(defvar kbd-key:modified-key-regexp59,2286
+(defact kbd-key 75,3059
+(defib kbd-key 87,3557
+(defun kbd-key:act 152,6471
+(defun kbd-key:execute 171,7170
+(defun kbd-key:execute-special-series 180,7548
+(defun kbd-key:maybe-enable-helm 198,8317
+(defun kbd-key:key-series-to-events 204,8545
+(defun kbd-key:doc 215,9027
+(defun kbd-key:help 241,9890
+(defun kbd-key:is-p 247,10145
+(defun kbd-key:normalize 281,11652
+(defun kbd-key:remove-delimiters 345,14820
+(defun kbd-key:binding 356,15375
+(defun kbd-key:kbd 363,15693
+(defun kbd-key:parse 371,16049
+(defun kbd-key:extended-command-p 466,19751
+(defun kbd-key:hyperbole-hycontrol-key-p 472,19998
+(defun kbd-key:hyperbole-mini-menu-key-p 483,20498
+(defun kbd-key:key-and-arguments 493,21087
+(defun kbd-key:mark-spaces-to-keep 504,21626
+(defun kbd-key:special-sequence-p 523,22280
+(defconst kbd-key:extended-command-prefix538,22944
+(defconst kbd-key:extended-command-binding-list 543,23129
+(defvar kbd-key:mini-menu-key 546,23309
 
 hib-social.el,1334
-(defcustom hibtypes-social-default-service 182,9075
-(defcustom hibtypes-social-display-function 192,9365
-(defcustom hibtypes-git-default-project 197,9552
-(defcustom hibtypes-git-use-magit-flag 202,9711
-(defcustom hibtypes-github-default-project 207,9878
-(defcustom hibtypes-github-default-user 212,10037
-(defcustom hibtypes-gitlab-default-project 217,10190
-(defcustom hibtypes-gitlab-default-user 222,10349
-(defconst hibtypes-social-hashtag-alist235,10914
-(defconst hibtypes-social-username-alist244,11487
-(defconst hibtypes-git-project-regexp 253,11993
-(defconst hibtypes-git-file-regexp 254,12080
-(defconst hibtypes-social-regexp256,12154
-(defvar hibtypes-social-inhibit-modes 262,12431
-(defib social-reference 269,12760
-(defun social-reference 323,15229
-(defun github-reference 344,16270
-(defun gitlab-reference 453,21536
-(defib git-commit-reference 619,29134
-(defvar hibtypes-git-repos-cache635,29877
-(defun hibtypes-git-get-locate-command 639,30051
-(defun hibtypes-git-build-repos-cache 646,30351
-(defun hibtypes-git-add-project-to-repos-cache 661,31196
-(defun hibtypes-git-build-or-add-to-repos-cache 680,32046
-(defun hibtypes-git-project-directory 690,32578
-(defun git-reference 709,33535
-(defun hibtypes-git-find-execute 849,40358
-(defun hibtypes-git-find 862,40978
-(defun git-find-file 892,42287
-
-hibtypes.el,1610
-(defconst mail-address-tld-regexp47,1462
-(defconst mail-address-regexp75,3321
-(defib python-tb-previous-line 108,4740
-(defib pathname 129,5614
-(defvar mail-address-mode-list249,11557
-(defun mail-address-at-p 253,11707
-(defib mail-address 264,12182
-(defib org-link-outside-org-mode 304,14068
-(defib annot-bib 322,14930
-(defun markdown-follow-link-p 351,16283
-(defun markdown-follow-inline-link-p 372,16948
-(defib markdown-internal-link 399,18232
-(defib rfc-toc 429,19776
-(defib id-cflow 454,20846
-(defib ctags 501,22900
-(defib etags 527,24302
-(defib cscope 564,26207
-(defib text-toc 591,27359
-(defib dir-summary 623,28941
-(defib rfc 659,30511
-(defib man-apropos 691,31923
-(defun hlink 716,32982
-(defun parse-label-and-file 736,33969
-(defconst elink:start 758,34874
-(defconst elink:end 760,34979
-(defib elink 763,35077
-(defconst glink:start 773,35478
-(defconst glink:end 775,35581
-(defib glink 778,35677
-(defconst ilink:start 787,35967
-(defconst ilink:end 789,36072
-(defib ilink 792,36170
-(defib pathname-line-and-column 807,36826
-(defib ipython-stack-frame 835,38419
-(defib ripgrep-msg 877,40581
-(defib grep-msg 923,42722
-(defun hib-python-traceback 989,46448
-(defib debugger-source 1000,47044
-(defib elisp-compiler-msg 1086,51075
-(defib patch-msg 1188,56146
-(defib texinfo-ref 1215,57350
-(defib gnus-push-button 1300,61878
-(defib Info-node 1312,62420
-(defib hyp-address 1341,63979
-(defib hyp-source 1360,64993
-(defconst action:start 1387,66112
-(defconst action:end 1390,66221
-(defib action 1393,66326
-(defun action:help 1491,70903
-(defib completion 1518,71995
+(defcustom hibtypes-social-default-service 184,9123
+(defcustom hibtypes-social-display-function 194,9413
+(defcustom hibtypes-git-default-project 199,9600
+(defcustom hibtypes-git-use-magit-flag 204,9759
+(defcustom hibtypes-github-default-project 209,9926
+(defcustom hibtypes-github-default-user 214,10085
+(defcustom hibtypes-gitlab-default-project 219,10238
+(defcustom hibtypes-gitlab-default-user 224,10397
+(defconst hibtypes-social-hashtag-alist237,10962
+(defconst hibtypes-social-username-alist246,11535
+(defconst hibtypes-git-project-regexp 255,12041
+(defconst hibtypes-git-file-regexp 256,12128
+(defconst hibtypes-social-regexp258,12202
+(defvar hibtypes-social-inhibit-modes 264,12479
+(defib social-reference 271,12808
+(defun social-reference 325,15277
+(defun github-reference 346,16318
+(defun gitlab-reference 455,21584
+(defib git-commit-reference 621,29182
+(defvar hibtypes-git-repos-cache637,29925
+(defun hibtypes-git-get-locate-command 641,30099
+(defun hibtypes-git-build-repos-cache 648,30399
+(defun hibtypes-git-add-project-to-repos-cache 663,31244
+(defun hibtypes-git-build-or-add-to-repos-cache 682,32094
+(defun hibtypes-git-project-directory 692,32626
+(defun git-reference 711,33583
+(defun hibtypes-git-find-execute 851,40406
+(defun hibtypes-git-find 864,41026
+(defun git-find-file 894,42335
+
+hibtypes.el,1664
+(defconst mail-address-tld-regexp49,1510
+(defconst mail-address-regexp77,3369
+(defib python-tb-previous-line 111,4839
+(defib org-id 138,5933
+(defun org-id:help 155,6688
+(defib pathname 178,7618
+(defvar mail-address-mode-list298,13561
+(defun mail-address-at-p 302,13711
+(defib mail-address 313,14186
+(defib org-link-outside-org-mode 353,16072
+(defib annot-bib 371,16934
+(defun markdown-follow-link-p 394,18030
+(defun markdown-follow-inline-link-p 415,18695
+(defib markdown-internal-link 442,19979
+(defib rfc-toc 472,21523
+(defib id-cflow 497,22593
+(defib ctags 544,24647
+(defib etags 570,26049
+(defib cscope 607,27954
+(defib text-toc 634,29106
+(defib dir-summary 666,30688
+(defib rfc 702,32258
+(defib man-apropos 734,33670
+(defun hlink 759,34729
+(defun parse-label-and-file 779,35716
+(defconst elink:start 801,36621
+(defconst elink:end 803,36726
+(defib elink 806,36824
+(defconst glink:start 816,37225
+(defconst glink:end 818,37328
+(defib glink 821,37424
+(defconst ilink:start 830,37714
+(defconst ilink:end 832,37819
+(defib ilink 835,37917
+(defib pathname-line-and-column 850,38573
+(defib ipython-stack-frame 878,40166
+(defib ripgrep-msg 920,42328
+(defib grep-msg 966,44469
+(defun hib-python-traceback 1032,48198
+(defib debugger-source 1043,48794
+(defib elisp-compiler-msg 1129,52835
+(defib patch-msg 1231,57906
+(defib texinfo-ref 1258,59110
+(defib gnus-push-button 1343,63638
+(defib Info-node 1355,64180
+(defib hyp-address 1384,65739
+(defib hyp-source 1403,66753
+(defconst action:start 1430,67872
+(defconst action:end 1433,67981
+(defib action 1442,68331
+(defun action:help 1540,72908
+(defib completion 1567,74000
 
 hinit.el,145
-(defvar   hyperb:user-email 20,575
-(defun hyperb:init-menubar 42,1477
-(defmacro hui-menu-remove 58,2123
-(defun hyperb:check-dir-user 69,2581
+(defvar   hyperb:user-email 22,623
+(defun hyperb:init-menubar 44,1525
+(defmacro hui-menu-remove 60,2171
+(defun hyperb:check-dir-user 71,2629
 
 hload-path.el,484
-(defvar hyperb:microsoft-os-p27,824
-(defvar hyperb:wsl-os-p34,1093
-(defvar hyperb:dir 42,1477
-(defmacro hyperb:with-suppressed-warnings 84,3259
-(defalias 
'hload-path--make-directory-autoloadshload-path--make-directory-autoloads119,4704
-(defun hload-path--internal-make-directory-autoloads 127,4975
-(defun hyperb:autoloads-exist-p 150,6043
-(defun hyperb:maybe-generate-autoloads 156,6338
-(defun hyperb:generate-autoloads 162,6607
-(defun hyperb:maybe-load-autoloads 177,7390
-
-hmail.el,875
-(defvar hnews:composer 36,1370
-(defvar hnews:lister 38,1487
-(defvar hnews:reader 40,1610
-(defcustom hmail:init-function 43,1717
-(defvar hmail:composer 52,2013
-(defvar hmail:lister 54,2120
-(defvar hmail:modifier 56,2221
-(defvar hmail:reader 58,2314
-(defun hmail:hbdata-start 69,2757
-(defun hmail:hbdata-to-p 82,3251
-(defun hmail:browser-p 99,3802
-(defun hmail:buffer 103,3958
-(defun hmail:compose 117,4524
-(defun hmail:composing-dir 132,5185
-(defun hmail:editor-p 142,5503
-(defun hmail:init 146,5676
-(defun hmail:invoke 162,6311
-(defun hmail:lister-p 176,6808
-(defun hnews:lister-p 180,6937
-(defun hmail:mode-is-p 184,7072
-(defun hmail:msg-narrow 191,7332
-(defun hmail:reader-p 201,7726
-(defun hmail:region 205,7885
-(defun rmail:init 229,8871
-(defvar rmail:msg-hdr-prefix 239,9305
-(defun rmail:msg-id-get 242,9431
-(defvar hmail:hbdata-sep 273,10678
-
-hmh.el,541
-(defun Mh-init 42,1262
-(defun Mh-hbut-highlight 67,2116
-(defun Mh-msg-hdrs-full 71,2288
-(defun Mh-msg-narrow 75,2422
-(defun Mh-msg-next 80,2552
-(defun Mh-msg-num 82,2612
-(defun Mh-msg-prev 87,2730
-(defun Mh-msg-to-p 89,2794
-(defun Mh-msg-widen 99,3069
-(defun Mh-to 103,3187
-(defun Mh-Summ-delete 108,3328
-(defalias 'Mh-Summ-expunge Mh-Summ-expunge110,3397
-(defun Mh-Summ-goto 112,3456
-(defun Mh-Summ-to 117,3576
-(defun Mh-Summ-undelete-all 130,3939
-(defun hmh--run-show-hook 146,4773
-(defun hmh--highlight-buttons 154,5066
+(defvar hyperb:microsoft-os-p29,872
+(defvar hyperb:wsl-os-p36,1141
+(defvar hyperb:dir 44,1525
+(defmacro hyperb:with-suppressed-warnings 86,3307
+(defalias 
'hload-path--make-directory-autoloadshload-path--make-directory-autoloads121,4752
+(defun hload-path--internal-make-directory-autoloads 129,5023
+(defun hyperb:autoloads-exist-p 152,6091
+(defun hyperb:maybe-generate-autoloads 158,6386
+(defun hyperb:generate-autoloads 164,6655
+(defun hyperb:maybe-load-autoloads 179,7438
+
+hmail.el,876
+(defvar hnews:composer 38,1418
+(defvar hnews:lister 40,1535
+(defvar hnews:reader 42,1658
+(defcustom hmail:init-function 45,1765
+(defvar hmail:composer 54,2061
+(defvar hmail:lister 56,2168
+(defvar hmail:modifier 58,2269
+(defvar hmail:reader 60,2362
+(defun hmail:hbdata-start 71,2805
+(defun hmail:hbdata-to-p 84,3299
+(defun hmail:browser-p 101,3850
+(defun hmail:buffer 105,4006
+(defun hmail:compose 119,4572
+(defun hmail:composing-dir 134,5233
+(defun hmail:editor-p 144,5551
+(defun hmail:init 148,5724
+(defun hmail:invoke 164,6359
+(defun hmail:lister-p 178,6856
+(defun hnews:lister-p 182,6985
+(defun hmail:mode-is-p 186,7120
+(defun hmail:msg-narrow 193,7380
+(defun hmail:reader-p 203,7774
+(defun hmail:region 207,7933
+(defun rmail:init 231,8919
+(defvar rmail:msg-hdr-prefix 241,9353
+(defun rmail:msg-id-get 244,9479
+(defvar hmail:hbdata-sep 275,10726
+
+hmh.el,542
+(defun Mh-init 44,1310
+(defun Mh-hbut-highlight 69,2164
+(defun Mh-msg-hdrs-full 73,2336
+(defun Mh-msg-narrow 77,2470
+(defun Mh-msg-next 82,2600
+(defun Mh-msg-num 84,2660
+(defun Mh-msg-prev 89,2778
+(defun Mh-msg-to-p 91,2842
+(defun Mh-msg-widen 101,3117
+(defun Mh-to 105,3235
+(defun Mh-Summ-delete 110,3376
+(defalias 'Mh-Summ-expunge Mh-Summ-expunge112,3445
+(defun Mh-Summ-goto 114,3504
+(defun Mh-Summ-to 119,3624
+(defun Mh-Summ-undelete-all 132,3987
+(defun hmh--run-show-hook 148,4821
+(defun hmh--highlight-buttons 156,5114
 
 hmoccur.el,325
-(defconst moccur-source-prefix 53,2032
-(defun moccur 60,2301
-(defun moccur-to 138,4938
-(defalias 'moccur-mode-goto-occurrence moccur-mode-goto-occurrence151,5329
-(defun moccur-mode-display-occurrence 153,5381
-(define-derived-mode moccur-mode 171,6008
-(defun moccur-noselect 183,6467
-(defvar moccur-mode-map 219,7801
+(defconst moccur-source-prefix 55,2080
+(defun moccur 62,2349
+(defun moccur-to 140,4986
+(defalias 'moccur-mode-goto-occurrence moccur-mode-goto-occurrence153,5377
+(defun moccur-mode-display-occurrence 155,5429
+(define-derived-mode moccur-mode 173,6056
+(defun moccur-noselect 185,6515
+(defvar moccur-mode-map 221,7849
 
 hmouse-info.el,570
-(defun Info-read-index-item-name 36,1084
-(defun smart-info 58,1916
-(defun smart-info-assist 105,3470
-(defun Info-handle-in-node-hdr 154,5288
-(defun Info-handle-in-node-hdr-assist 184,6325
-(defun Info-handle-in-note 209,7144
-(defun Info-handle-in-menu 217,7446
-(defun Info-build-menu-item-completions 241,8278
-(defun Info-complete-menu-item 293,10777
-(defun Info-current-filename-sans-extension 311,11660
-(defun Info-menu-item-at-p 323,12105
-(defun Info-node-has-menu-p 343,12691
-(defun Info-note-at-p 350,12862
-(defun Info-read-index-item-name-1 364,13432
-
-hmouse-drv.el,3741
-(defvar hmouse-verify-release-window-flag 32,989
-(defvar action-key-depressed-flag 43,1547
-(defvar assist-key-depressed-flag 44,1621
-(defvar action-key-depress-args 45,1695
-(defvar assist-key-depress-args 47,1805
-(defvar action-key-release-args 50,1916
-(defvar assist-key-release-args 52,2026
-(defvar action-key-depress-window 55,2137
-(defvar assist-key-depress-window 58,2308
-(defvar action-key-release-window 61,2479
-(defvar assist-key-release-window 63,2583
-(defvar action-key-depress-position 67,2764
-(defvar assist-key-depress-position 69,2886
-(defvar action-key-release-position 71,3008
-(defvar assist-key-release-position 73,3129
-(defvar action-key-depress-prev-point 76,3251
-(defvar assist-key-depress-prev-point 79,3420
-(defvar action-key-release-prev-point 82,3589
-(defvar assist-key-release-prev-point 85,3758
-(defvar action-key-cancelled 89,3928
-(defvar assist-key-cancelled 91,4013
-(defvar action-key-help-flag 94,4099
-(defvar assist-key-help-flag 96,4203
-(defvar assist-flag 99,4308
-(defcustom hkey-debug 104,4518
-(defvar hkey-region 110,4693
-(defvar action-mouse-key-prev-window 142,5752
-(defvar action-mouse-key-prefix-arg 145,5877
-(defvar hkey-help-msg 148,5973
-(defvar hkey--wconfig 149,6036
-(defun hkey-absolute-pixel-position 156,6353
-(defun action-key-depress 163,6625
-(defun assist-key-depress 186,7520
-(defun action-key-depress-emacs 209,8415
-(defun assist-key-depress-emacs 214,8566
-(defun action-mouse-key-emacs 220,8749
-(defun assist-mouse-key-emacs 226,8996
-(defun action-mouse-key 232,9243
-(defun assist-mouse-key 256,10228
-(defun action-key-clear-variables 281,11227
-(defun assist-key-clear-variables 294,11675
-(defun action-key 307,12123
-(defun action-key-internal 318,12558
-(defun assist-key 328,12847
-(defun assist-key-internal 339,13284
-(defun hkey-either 349,13571
-(defun hkey-ace-window-setup 371,14479
-(defun hkey-drag 415,16336
-(defun hkey-drag-stay 447,17706
-(defun hkey-drag-item 462,18273
-(defun hkey-drag-to 495,19663
-(defun hkey-replace 536,21443
-(defun hkey-swap 546,21892
-(defun hkey-throw 575,23249
-(defun hkey-window-link 608,24719
-(defun hkey-insert-region 622,25313
-(defun hkey-buffer-to 657,26950
-(defun hkey-swap-buffers 668,27380
-(defun hmouse-click-to-drag 686,28162
-(defun hmouse-click-to-drag-stay 694,28447
-(defun hmouse-click-to-drag-item 702,28730
-(defun hmouse-click-to-drag-to 710,29018
-(defun hmouse-click-to-replace 718,29313
-(defun hmouse-click-to-swap 729,29715
-(defun hmouse-click-to-throw 737,29978
-(defun hmouse-choose-windows 744,30270
-(defun hkey-buffer-move-left 776,31521
-(defun hkey-buffer-move-right 782,31698
-(defun hkey-buffer-move-down 788,31877
-(defun hkey-buffer-move-up 794,32051
-(defun hkey-buffer-move 799,32209
-(defun mouse-drag-mode-line 841,34022
-(defun hkey-debug 871,35397
-(defun hkey-execute 892,36174
-(defun hkey-help 924,37511
-(defun hkey-assist-help 1034,41419
-(defun hkey-help-hide 1046,41851
-(defalias 'quit-window quit-window1061,42387
-(defun hkey-help-show 1072,42820
-(defun hkey-mouse-help 1122,45094
-(defun hkey-operate 1147,46044
-(defun hkey-summarize 1177,47254
-(defun hkey-toggle-debug 1198,48015
-(defun hmouse-depress-inactive-minibuffer-p 1211,48569
-(defun hmouse-vertical-line-spacing 1223,49063
-(defun hmouse-window-at-absolute-pixel-position 1235,49571
-(defun hmouse-window-coordinates 1347,54855
-(defun hmouse-key-release-window 1389,56736
-(defun hmouse-key-release-args-emacs 1394,56970
-(defun hmouse-use-region-p 1424,58396
-(defun hmouse-save-region 1429,58551
-(defun hmouse-set-point 1446,59350
-(defun hmouse-set-point-at 1456,59813
-(defun hmouse-function 1477,60741
-(defun smart-scroll-down 1517,62552
-(defun smart-scroll-up 1542,63458
+(defun Info-read-index-item-name 38,1132
+(defun smart-info 60,1964
+(defun smart-info-assist 107,3518
+(defun Info-handle-in-node-hdr 156,5336
+(defun Info-handle-in-node-hdr-assist 186,6373
+(defun Info-handle-in-note 211,7192
+(defun Info-handle-in-menu 219,7494
+(defun Info-build-menu-item-completions 243,8326
+(defun Info-complete-menu-item 295,10825
+(defun Info-current-filename-sans-extension 313,11708
+(defun Info-menu-item-at-p 325,12153
+(defun Info-node-has-menu-p 345,12739
+(defun Info-note-at-p 352,12910
+(defun Info-read-index-item-name-1 366,13480
+
+hmouse-drv.el,3743
+(defvar hmouse-verify-release-window-flag 34,1036
+(defvar action-key-depressed-flag 45,1594
+(defvar assist-key-depressed-flag 46,1668
+(defvar action-key-depress-args 47,1742
+(defvar assist-key-depress-args 49,1852
+(defvar action-key-release-args 52,1963
+(defvar assist-key-release-args 54,2073
+(defvar action-key-depress-window 57,2184
+(defvar assist-key-depress-window 60,2355
+(defvar action-key-release-window 63,2526
+(defvar assist-key-release-window 65,2630
+(defvar action-key-depress-position 69,2811
+(defvar assist-key-depress-position 71,2933
+(defvar action-key-release-position 73,3055
+(defvar assist-key-release-position 75,3176
+(defvar action-key-depress-prev-point 78,3298
+(defvar assist-key-depress-prev-point 81,3467
+(defvar action-key-release-prev-point 84,3636
+(defvar assist-key-release-prev-point 87,3805
+(defvar action-key-cancelled 91,3975
+(defvar assist-key-cancelled 93,4060
+(defvar action-key-help-flag 96,4146
+(defvar assist-key-help-flag 98,4250
+(defvar assist-flag 101,4355
+(defcustom hkey-debug 106,4565
+(defvar hkey-region 112,4740
+(defvar action-mouse-key-prev-window 144,5799
+(defvar action-mouse-key-prefix-arg 147,5924
+(defvar hkey-help-msg 150,6020
+(defvar hkey--wconfig 151,6083
+(defun hkey-absolute-pixel-position 158,6400
+(defun action-key-depress 165,6672
+(defun assist-key-depress 188,7567
+(defun action-key-depress-emacs 211,8462
+(defun assist-key-depress-emacs 216,8613
+(defun action-mouse-key-emacs 222,8796
+(defun assist-mouse-key-emacs 228,9043
+(defun action-mouse-key 234,9290
+(defun assist-mouse-key 258,10275
+(defun action-key-clear-variables 283,11274
+(defun assist-key-clear-variables 296,11722
+(defun action-key 309,12170
+(defun action-key-internal 320,12605
+(defun assist-key 330,12894
+(defun assist-key-internal 341,13331
+(defun hkey-either 351,13618
+(defun hkey-ace-window-setup 373,14526
+(defun hkey-drag 417,16383
+(defun hkey-drag-stay 449,17753
+(defun hkey-drag-item 464,18320
+(defun hkey-drag-to 497,19710
+(defun hkey-replace 538,21490
+(defun hkey-swap 548,21939
+(defun hkey-throw 577,23296
+(defun hkey-window-link 610,24766
+(defun hkey-insert-region 624,25360
+(defun hkey-buffer-to 659,26997
+(defun hkey-swap-buffers 670,27427
+(defun hmouse-click-to-drag 688,28209
+(defun hmouse-click-to-drag-stay 696,28494
+(defun hmouse-click-to-drag-item 704,28777
+(defun hmouse-click-to-drag-to 712,29065
+(defun hmouse-click-to-replace 720,29360
+(defun hmouse-click-to-swap 731,29762
+(defun hmouse-click-to-throw 739,30025
+(defun hmouse-choose-windows 746,30317
+(defun hkey-buffer-move-left 778,31568
+(defun hkey-buffer-move-right 784,31745
+(defun hkey-buffer-move-down 790,31924
+(defun hkey-buffer-move-up 796,32098
+(defun hkey-buffer-move 801,32256
+(defun mouse-drag-mode-line 843,34070
+(defun hkey-debug 873,35445
+(defun hkey-execute 894,36222
+(defun hkey-help 926,37559
+(defun hkey-assist-help 1037,41495
+(defun hkey-help-hide 1049,41927
+(defalias 'quit-window quit-window1064,42463
+(defun hkey-help-show 1075,42896
+(defun hkey-mouse-help 1125,45170
+(defun hkey-operate 1150,46120
+(defun hkey-summarize 1194,47932
+(defun hkey-toggle-debug 1215,48693
+(defun hmouse-depress-inactive-minibuffer-p 1228,49247
+(defun hmouse-vertical-line-spacing 1240,49741
+(defun hmouse-window-at-absolute-pixel-position 1252,50249
+(defun hmouse-window-coordinates 1364,55533
+(defun hmouse-key-release-window 1406,57414
+(defun hmouse-key-release-args-emacs 1411,57648
+(defun hmouse-use-region-p 1441,59074
+(defun hmouse-save-region 1446,59229
+(defun hmouse-set-point 1463,60028
+(defun hmouse-set-point-at 1473,60491
+(defun hmouse-function 1494,61419
+(defun smart-scroll-down 1534,63230
+(defun smart-scroll-up 1559,64136
 
 hmouse-key.el,393
-(defun hmouse-check-action-key 36,1238
-(defun hmouse-check-assist-key 44,1700
-(defun hmouse-set-bindings 52,2162
-(defun hmouse-install 68,2704
-(defun hmouse-add-unshifted-smart-keys 95,4025
-(defun hmouse-toggle-bindings 101,4203
-(defun hmouse-update-smart-keys 124,5235
-(defvar hmouse-bindings 141,5897
-(defvar hmouse-bindings-flag 144,5987
-(defvar hmouse-previous-bindings 147,6081
+(defun hmouse-check-action-key 38,1286
+(defun hmouse-check-assist-key 46,1748
+(defun hmouse-set-bindings 54,2210
+(defun hmouse-install 70,2752
+(defun hmouse-add-unshifted-smart-keys 97,4073
+(defun hmouse-toggle-bindings 103,4251
+(defun hmouse-update-smart-keys 126,5283
+(defvar hmouse-bindings 143,5945
+(defvar hmouse-bindings-flag 146,6035
+(defvar hmouse-previous-bindings 149,6129
 
 hmouse-mod.el,403
-(defvar hmouse-mod--global-map 72,2649
-(defvar hmouse-mod--prior-global-map 77,2894
-(defvar hmouse-mod--prefix 81,3042
-(define-minor-mode hmouse-mod-mode89,3311
-(defun hmouse-mod-disable 117,4644
-(defun hmouse-mod-enable 124,4931
-(defun hmouse-mod-execute-command 138,5584
-(defun hmouse-mod-insert-command 168,6786
-(defun hmouse-mod-keyboard-quit 198,7886
-(defun hmouse-mod-last-char 204,8068
+(defvar hmouse-mod--global-map 74,2697
+(defvar hmouse-mod--prior-global-map 79,2942
+(defvar hmouse-mod--prefix 83,3090
+(define-minor-mode hmouse-mod-mode91,3359
+(defun hmouse-mod-disable 119,4692
+(defun hmouse-mod-enable 126,4979
+(defun hmouse-mod-execute-command 140,5632
+(defun hmouse-mod-insert-command 170,6834
+(defun hmouse-mod-keyboard-quit 200,7934
+(defun hmouse-mod-last-char 206,8116
 
 hmouse-sh.el,449
-(defun hmouse-bind-key-emacs 53,1720
-(defun hmouse-bind-shifted-key-emacs 170,5035
-(defun hmouse-get-bindings 277,8346
-(defun hmouse-get-unshifted-bindings 352,11639
-(defun hmouse-posn-set-point 392,13202
-(defun hmouse-drag-region 406,13838
-(defun hmouse-move-point-emacs 428,14872
-(defun hmouse-move-point-eterm 466,16803
-(defun hmouse-set-key-list 469,16884
-(defun hmouse-shifted-setup 473,16998
-(defun hmouse-unshifted-setup 508,18771
+(defun hmouse-bind-key-emacs 55,1768
+(defun hmouse-bind-shifted-key-emacs 172,5083
+(defun hmouse-get-bindings 279,8394
+(defun hmouse-get-unshifted-bindings 354,11687
+(defun hmouse-posn-set-point 394,13250
+(defun hmouse-drag-region 408,13886
+(defun hmouse-move-point-emacs 430,14920
+(defun hmouse-move-point-eterm 468,16851
+(defun hmouse-set-key-list 471,16932
+(defun hmouse-shifted-setup 475,17046
+(defun hmouse-unshifted-setup 510,18819
 
 hmouse-tag.el,3201
-(define-obsolete-variable-alias 
'smart-asm-include-dirssmart-asm-include-dirs57,2217
-(defcustom smart-asm-include-path 59,2308
-(defconst smart-asm-include-regexp65,2537
-(define-obsolete-variable-alias 
'smart-c-cpp-include-dirssmart-c-cpp-include-dirs76,2994
-(defcustom smart-c-cpp-include-path 78,3089
-(define-obsolete-variable-alias 
'smart-c-include-dirssmart-c-include-dirs85,3373
-(defcustom smart-c-include-path 87,3460
-(defcustom smart-c-use-lib-man 95,3786
-(defconst smart-c-include-regexp112,4500
-(defcustom smart-java-package-path119,4853
-(define-obsolete-variable-alias 
'smart-java-include-dirssmart-java-include-dirs126,5202
-(defconst smart-java-package-regexp129,5296
-(defcustom smart-emacs-tags-file 134,5509
-(defun smart-asm 170,6781
-(defun smart-asm-at-tag-p 196,7859
-(defun smart-c++ 210,8382
-(defun smart-c++-tag 238,9639
-(defconst smart-c++-keywords261,10425
-(defun smart-c++-at-tag-p 279,11584
-(defun smart-c 300,12541
-(defconst smart-c-keywords338,14251
-(defun smart-c-at-tag-p 361,15626
-(defun smart-cc-mode-initialize 376,16212
-(defun smart-emacs-lisp-mode-p 384,16422
-(defun smart-fortran 394,16987
-(defconst smart-fortran-keywords415,17866
-(defun smart-fortran-at-tag-p 435,19042
-(defun smart-java 449,19564
-(defun smart-java-tag 474,20736
-(defun smart-java-oo-browser 485,21176
-(defconst smart-java-keywords505,22074
-(defun smart-java-at-tag-p 516,22641
-(defun smart-javascript 532,23265
-(defconst smart-javascript-keywords553,24158
-(defun smart-javascript-at-tag-p 562,24586
-(defconst smart-lisp-identifier-first-char-regexp 583,25467
-(defconst smart-lisp-identifier-chars 587,25611
-(defconst smart-lisp-identifier 593,25870
-(defun smart-lisp 597,26034
-(defun smart-lisp-find-tag 652,28256
-(defun smart-lisp-at-definition-p 701,30364
-(defun smart-lisp-at-load-expression-p 714,30969
-(defun smart-lisp-at-change-log-tag-p 720,31212
-(defun smart-lisp-htype-tag 730,31670
-(defun smart-lisp-at-tag-p 753,32512
-(defun smart-lisp-at-non-htype-tag-p 761,32854
-(defun smart-lisp-mode-p 792,34297
-(defun smart-objc 798,34474
-(defun smart-objc-tag 827,35769
-(defun smart-objc-oo-browser 851,36648
-(defconst smart-objc-keywords872,37541
-(defun smart-objc-at-tag-p 877,37731
-(defun smart-jedi-find-file 892,38403
-(defun smart-python-jedi-to-definition-p 899,38703
-(defun smart-python 924,39902
-(defun smart-python-tag 949,40940
-(defun smart-python-oo-browser 960,41384
-(defconst smart-python-keywords976,42085
-(defun smart-python-at-tag-p 984,42449
-(defun smart-ancestor-tag-files 1015,43636
-(defun smart-asm-include-file 1034,44322
-(defun smart-c-include-file 1078,45863
-(defun smart-flash-tag 1123,47332
-(defun smart-lisp-at-known-identifier-p 1134,47749
-(defun smart-lisp-bound-symbol-def 1161,48753
-(defun smart-tags-find-p 1170,49224
-(defun smart-java-cross-reference 1184,49698
-(defun smart-java-library-path 1272,53576
-(defun smart-java-packages 1289,54237
-(defun smart-library-symbol 1360,56948
-(defun smart-tags-display 1375,57507
-(defun smart-tags-file-path 1409,59048
-(defun smart-tags-org-src-block-p 1432,59899
-(defun smart-tags-file-list 1437,60087
-(defun smart-tags-noselect-function 1474,61811
+(define-obsolete-variable-alias 
'smart-asm-include-dirssmart-asm-include-dirs59,2266
+(defcustom smart-asm-include-path 61,2357
+(defconst smart-asm-include-regexp67,2586
+(define-obsolete-variable-alias 
'smart-c-cpp-include-dirssmart-c-cpp-include-dirs78,3043
+(defcustom smart-c-cpp-include-path 80,3138
+(define-obsolete-variable-alias 
'smart-c-include-dirssmart-c-include-dirs87,3422
+(defcustom smart-c-include-path 89,3509
+(defcustom smart-c-use-lib-man 97,3835
+(defconst smart-c-include-regexp114,4549
+(defcustom smart-java-package-path121,4902
+(define-obsolete-variable-alias 
'smart-java-include-dirssmart-java-include-dirs128,5251
+(defconst smart-java-package-regexp131,5345
+(defcustom smart-emacs-tags-file 136,5558
+(defun smart-asm 172,6830
+(defun smart-asm-at-tag-p 198,7908
+(defun smart-c++ 212,8431
+(defun smart-c++-tag 240,9688
+(defconst smart-c++-keywords263,10474
+(defun smart-c++-at-tag-p 281,11633
+(defun smart-c 302,12590
+(defconst smart-c-keywords340,14300
+(defun smart-c-at-tag-p 363,15675
+(defun smart-cc-mode-initialize 378,16261
+(defun smart-emacs-lisp-mode-p 386,16471
+(defun smart-fortran 396,17036
+(defconst smart-fortran-keywords417,17915
+(defun smart-fortran-at-tag-p 437,19091
+(defun smart-java 451,19613
+(defun smart-java-tag 476,20785
+(defun smart-java-oo-browser 487,21225
+(defconst smart-java-keywords507,22123
+(defun smart-java-at-tag-p 518,22690
+(defun smart-javascript 534,23314
+(defconst smart-javascript-keywords555,24207
+(defun smart-javascript-at-tag-p 564,24635
+(defconst smart-lisp-identifier-first-char-regexp 585,25516
+(defconst smart-lisp-identifier-chars 589,25660
+(defconst smart-lisp-identifier 595,25919
+(defun smart-lisp 599,26083
+(defun smart-lisp-find-tag 654,28305
+(defun smart-lisp-at-definition-p 703,30413
+(defun smart-lisp-at-load-expression-p 716,31018
+(defun smart-lisp-at-change-log-tag-p 722,31261
+(defun smart-lisp-htype-tag 732,31719
+(defun smart-lisp-at-tag-p 755,32561
+(defun smart-lisp-at-non-htype-tag-p 763,32903
+(defun smart-lisp-mode-p 794,34346
+(defun smart-objc 800,34523
+(defun smart-objc-tag 829,35818
+(defun smart-objc-oo-browser 853,36697
+(defconst smart-objc-keywords874,37590
+(defun smart-objc-at-tag-p 879,37780
+(defun smart-jedi-find-file 894,38452
+(defun smart-python-jedi-to-definition-p 901,38752
+(defun smart-python 926,39951
+(defun smart-python-tag 951,40989
+(defun smart-python-oo-browser 962,41433
+(defconst smart-python-keywords978,42134
+(defun smart-python-at-tag-p 986,42498
+(defun smart-ancestor-tag-files 1017,43685
+(defun smart-asm-include-file 1036,44371
+(defun smart-c-include-file 1080,45912
+(defun smart-flash-tag 1125,47381
+(defun smart-lisp-at-known-identifier-p 1136,47798
+(defun smart-lisp-bound-symbol-def 1163,48802
+(defun smart-tags-find-p 1172,49273
+(defun smart-java-cross-reference 1185,49729
+(defun smart-java-library-path 1273,53607
+(defun smart-java-packages 1290,54268
+(defun smart-library-symbol 1361,56979
+(defun smart-tags-display 1376,57538
+(defun smart-tags-file-path 1410,59079
+(defun smart-tags-org-src-block-p 1433,59930
+(defun smart-tags-file-list 1438,60118
+(defun smart-tags-noselect-function 1475,61842
 
 hpath.el,5600
-(defcustom hpath:auto-completing-read-modes 40,1353
-(defvar hpath:auto-variable-alist47,1658
-(defcustom hpath:find-file-urls-mode 57,2086
-(defconst hpath:line-and-column-regexp66,2490
-(defconst hpath:markup-link-anchor-regexp72,2771
-(defvar hpath:path-variable-regexp 78,3048
-(defvar hpath:path-variable-value-regexp82,3242
-(defconst hpath:section-line-and-column-regexp101,4310
-(defconst hpath:variable-regexp 108,4706
-(defvar hpath:posix-mount-points-regexp137,6084
-(defvar hpath:mswindows-mount-prefix141,6249
-(defconst hpath:mswindows-drive-regexp 151,6524
-(defconst hpath:mswindows-path-regexp 159,6896
-(defvar hpath:posix-mount-point-to-mswindows-alist 164,7087
-(defun hpath:mswindows-to-posix 170,7334
-(defun hpath:mswindows-to-posix-separators 191,8332
-(defun hpath:posix-to-mswindows 206,9112
-(defun hpath:posix-to-mswindows-separators 231,10239
-(defun hpath:posix-path-p 238,10646
-(defun hpath:substitute-posix-or-mswindows-at-point 243,10796
-(defun hpath:substitute-posix-or-mswindows 261,11413
-(defun hpath:cache-mswindows-mount-points 269,11687
-(defcustom hpath:external-open-office-suffixes 327,14784
-(defcustom hpath:external-file-suffixes 338,15257
-(defcustom hpath:external-display-alist-macos 347,15716
-(defcustom hpath:external-display-alist-mswindows 357,16283
-(defcustom hpath:external-display-alist-x 377,17342
-(defvar hpath:info-suffix 387,17797
-(defcustom hpath:internal-display-alist390,17934
-(defvar hpath:display-buffer-alist436,19739
-(defvar hpath:display-where 471,21273
-(defvar hpath:display-where-alist477,21551
-(defcustom hpath:native-image-suffixes 509,22888
-(defcustom hpath:variables529,23852
-(defvar hpath:rfc 541,24423
-(defcustom hpath:suffixes 544,24560
-(defvar hpath:tmp-prefix 550,24777
-(defvar hpath:url-regexp 559,25272
-(defvar hpath:url-hostnames-regexp 571,26060
-(defvar hpath:url-regexp2574,26217
-(defvar hpath:url-regexp3591,27096
-(defconst hpath:url-keyword-grpn 608,27973
-(defconst hpath:url-grpn 611,28108
-(defconst hpath:protocol-grpn 613,28216
-(defconst hpath:username-grpn 615,28331
-(defconst hpath:sitename-grpn 617,28448
-(defconst hpath:hostname-grpn 620,28569
-(defconst hpath:portnumber-grpn 623,28736
-(defconst hpath:pathname-grpn 626,28864
-(defvar hpath:string-url-regexp 630,28991
-(defvar hpath:string-url-regexp2 635,29226
-(defvar hpath:string-url-regexp3 640,29469
-(defconst hpath:html-anchor-id-pattern 649,29889
-(defconst hpath:markdown-anchor-id-pattern 653,30067
-(defconst hpath:markdown-section-pattern 657,30232
-(defconst hpath:markdown-suffix-regexp 661,30435
-(defconst hpath:outline-section-pattern 664,30541
-(defvar hpath:prefix-regexp 668,30768
-(defvar hpath:remote-regexp675,31075
-(defconst hpath:shell-modes 679,31242
-(defconst hpath:texinfo-section-pattern 682,31386
-(defun hpath:abbreviate-file-name 690,31743
-(defun hpath:absolute-arguments 697,31993
-(defun hpath:absolute-to 721,32932
-(defun hpath:tramp-file-name-regexp 760,34314
-(defun hpath:remote-at-p 774,34954
-(defun hpath:remote-p 842,37748
-(defun hpath:at-p 913,40310
-(defun hpath:call 963,42706
-(defun hpath:is-path-variable-p 1057,47117
-(defun hpath:choose-from-path-variable 1064,47417
-(defun hpath:delimited-possible-path 1081,48304
-(defun hpath:display-buffer 1124,50277
-(defun hpath:display-buffer-other-frame 1140,51013
-(defun hpath:display-buffer-function 1161,51808
-(defun hpath:display-path-function 1166,52064
-(defun hpath:resolve 1171,52315
-(defun hpath:expand 1193,53329
-(defun hpath:prepend-shell-directory 1222,54801
-(defvar hpath:compressed-suffix-regexp 1256,56597
-(defun hpath:expand-with-variable 1259,56753
-(defun hpath:file-line-and-column 1297,58472
-(defun hpath:find-noselect 1315,59349
-(defun hpath:find 1324,59698
-(defun hpath:to-markup-anchor 1491,66553
-(defun hpath:find-executable 1555,69292
-(defun hpath:find-line 1570,69796
-(defun hpath:find-other-frame 1590,70566
-(defun hpath:find-other-window 1605,71044
-(defun hpath:get-external-display-alist 1615,71539
-(defun hpath:is-p 1634,72528
-(defun hpath:push-tag-mark 1735,77341
-(defun hpath:relative-arguments 1749,77853
-(defun hpath:relative-to 1759,78283
-(defun hpath:rfc 1791,79571
-(defun hpath:start-end 1796,79744
-(defun hpath:return-one-value 1825,80948
-(defun hpath:substitute-value 1863,82629
-(defun hpath:substitute-var 1907,84284
-(defun hpath:symlink-referent 1945,85750
-(defun hpath:symlink-expand 1960,86345
-(defun hpath:to-line 1995,87984
-(defun hpath:trim 2004,88271
-(defun hpath:normalize 2013,88609
-(defun hpath:validate 2018,88828
-(defun hpath:find-file-urls-p 2041,89735
-(defun hpath:handle-urls 2047,89994
-(defalias 
'hyperb:substitute-in-file-namehyperb:substitute-in-file-name2064,90736
-(defun substitute-in-file-name 2067,90827
-(defun hpath:enable-find-file-urls 2080,91469
-(defun hpath:disable-find-file-urls 2111,92599
-(defun hpath:find-file-urls-mode 2140,93634
-(defun hpath:url-at-p 2152,94121
-(defun hpath:url-p 2163,94612
-(defun hpath:www-at-p 2174,95007
-(defun hpath:www-p 2190,95704
-(defun hpath:command-string 2198,96027
-(defun hpath:display-where-function 2207,96434
-(defun hpath:remote-available-p 2217,96904
-(defun hpath:remote-default-user 2236,97751
-(defun hpath:delete-trailer 2250,98207
-(defun hpath:exists-p 2258,98491
-(defun hpath:find-file-mailcap 2289,99488
-(defun hpath:find-program 2305,100004
-(defun hpath:match 2326,100875
-(defun hpath:get-single-string-variable-value 2340,101475
-(defun hpath:substitute-dir 2370,102569
-(defun hpath:substitute-match-value 2436,105652
-(defun hpath:substitute-var-name 2498,107868
-
-hrmail.el,722
-(defun Rmail-init 45,1463
-(defun Rmail-msg-hdrs-full 71,2418
-(defun Rmail-msg-narrow 92,3017
-(defun Rmail-msg-next 99,3262
-(defun Rmail-msg-num 101,3329
-(defun Rmail-msg-prev 114,3673
-(defun Rmail-msg-to-p 116,3744
-(defun Rmail-msg-widen 138,4364
-(defun Rmail-to 150,4701
-(defalias 'Rmail-Summ-delete Rmail-Summ-delete154,4840
-(defalias 'Rmail-Summ-expunge Rmail-Summ-expunge156,4908
-(defalias 'Rmail-Summ-goto Rmail-Summ-goto158,4969
-(defun Rmail-Summ-to 160,5031
-(defalias 'Rmail-Summ-undelete-all Rmail-Summ-undelete-all164,5176
-(defun hrmail--rmail-cease-edit 181,5903
-(defun hrmail--rmail-forward 262,8702
-(defun hrmail--show-msg-and-buttons 333,11252
-(defun hrmail--highlight-buttons 345,11828
+(defcustom hpath:auto-completing-read-modes 42,1401
+(defvar hpath:auto-variable-alist49,1706
+(defcustom hpath:find-file-urls-mode 59,2134
+(defconst hpath:line-and-column-regexp68,2538
+(defconst hpath:markup-link-anchor-regexp74,2819
+(defvar hpath:path-variable-regexp 80,3096
+(defvar hpath:path-variable-value-regexp84,3290
+(defconst hpath:section-line-and-column-regexp103,4358
+(defconst hpath:variable-regexp 110,4754
+(defvar hpath:posix-mount-points-regexp139,6132
+(defvar hpath:mswindows-mount-prefix143,6297
+(defconst hpath:mswindows-drive-regexp 153,6572
+(defconst hpath:mswindows-path-regexp 161,6944
+(defvar hpath:posix-mount-point-to-mswindows-alist 166,7135
+(defun hpath:mswindows-to-posix 172,7382
+(defun hpath:mswindows-to-posix-separators 193,8380
+(defun hpath:posix-to-mswindows 208,9160
+(defun hpath:posix-to-mswindows-separators 233,10287
+(defun hpath:posix-path-p 240,10694
+(defun hpath:substitute-posix-or-mswindows-at-point 245,10844
+(defun hpath:substitute-posix-or-mswindows 263,11461
+(defun hpath:cache-mswindows-mount-points 271,11735
+(defcustom hpath:external-open-office-suffixes 329,14832
+(defcustom hpath:external-file-suffixes 340,15305
+(defcustom hpath:external-display-alist-macos 349,15764
+(defcustom hpath:external-display-alist-mswindows 359,16331
+(defcustom hpath:external-display-alist-x 379,17390
+(defvar hpath:info-suffix 389,17845
+(defcustom hpath:internal-display-alist392,17982
+(defvar hpath:display-buffer-alist438,19787
+(defvar hpath:display-where 473,21321
+(defvar hpath:display-where-alist479,21599
+(defcustom hpath:native-image-suffixes 511,22936
+(defcustom hpath:variables531,23900
+(defvar hpath:rfc 543,24471
+(defcustom hpath:suffixes 546,24608
+(defvar hpath:tmp-prefix 552,24825
+(defvar hpath:url-regexp 561,25320
+(defvar hpath:url-hostnames-regexp 573,26108
+(defvar hpath:url-regexp2576,26265
+(defvar hpath:url-regexp3593,27144
+(defconst hpath:url-keyword-grpn 610,28021
+(defconst hpath:url-grpn 613,28156
+(defconst hpath:protocol-grpn 615,28264
+(defconst hpath:username-grpn 617,28379
+(defconst hpath:sitename-grpn 619,28496
+(defconst hpath:hostname-grpn 622,28617
+(defconst hpath:portnumber-grpn 625,28784
+(defconst hpath:pathname-grpn 628,28912
+(defvar hpath:string-url-regexp 632,29039
+(defvar hpath:string-url-regexp2 637,29274
+(defvar hpath:string-url-regexp3 642,29517
+(defconst hpath:html-anchor-id-pattern 651,29937
+(defconst hpath:markdown-anchor-id-pattern 655,30115
+(defconst hpath:markdown-section-pattern 659,30280
+(defconst hpath:markdown-suffix-regexp 663,30483
+(defconst hpath:outline-section-pattern 666,30589
+(defvar hpath:prefix-regexp 670,30816
+(defvar hpath:remote-regexp677,31123
+(defconst hpath:shell-modes 681,31290
+(defconst hpath:texinfo-section-pattern 684,31434
+(defun hpath:abbreviate-file-name 692,31791
+(defun hpath:absolute-arguments 699,32041
+(defun hpath:absolute-to 723,32980
+(defun hpath:tramp-file-name-regexp 762,34362
+(defun hpath:remote-at-p 776,35002
+(defun hpath:remote-p 844,37796
+(defun hpath:at-p 915,40358
+(defun hpath:call 965,42754
+(defun hpath:is-path-variable-p 1060,47233
+(defun hpath:choose-from-path-variable 1067,47533
+(defun hpath:delimited-possible-path 1084,48420
+(defun hpath:display-buffer 1132,50554
+(defun hpath:display-buffer-other-frame 1148,51290
+(defun hpath:display-buffer-function 1169,52085
+(defun hpath:display-path-function 1174,52341
+(defun hpath:resolve 1179,52592
+(defun hpath:expand 1201,53606
+(defun hpath:prepend-shell-directory 1230,55078
+(defvar hpath:compressed-suffix-regexp 1264,56876
+(defun hpath:expand-with-variable 1267,57032
+(defun hpath:file-line-and-column 1305,58751
+(defun hpath:find-noselect 1323,59628
+(defun hpath:find 1332,59977
+(defun hpath:to-markup-anchor 1500,66886
+(defun hpath:find-executable 1564,69625
+(defun hpath:find-line 1579,70129
+(defun hpath:find-other-frame 1599,70899
+(defun hpath:find-other-window 1614,71377
+(defun hpath:get-external-display-alist 1624,71872
+(defun hpath:is-p 1643,72861
+(defun hpath:push-tag-mark 1744,77674
+(defun hpath:relative-arguments 1758,78186
+(defun hpath:relative-to 1768,78616
+(defun hpath:rfc 1800,79904
+(defun hpath:start-end 1805,80077
+(defun hpath:return-one-value 1834,81281
+(defun hpath:substitute-value 1872,82962
+(defun hpath:substitute-var 1916,84617
+(defun hpath:symlink-referent 1954,86083
+(defun hpath:symlink-expand 1969,86678
+(defun hpath:to-line 2004,88317
+(defun hpath:trim 2013,88604
+(defun hpath:normalize 2022,88942
+(defun hpath:validate 2027,89161
+(defun hpath:find-file-urls-p 2050,90068
+(defun hpath:handle-urls 2056,90327
+(defalias 
'hyperb:substitute-in-file-namehyperb:substitute-in-file-name2073,91069
+(defun substitute-in-file-name 2076,91160
+(defun hpath:enable-find-file-urls 2089,91802
+(defun hpath:disable-find-file-urls 2120,92932
+(defun hpath:find-file-urls-mode 2149,93967
+(defun hpath:url-at-p 2161,94454
+(defun hpath:url-p 2172,94945
+(defun hpath:www-at-p 2183,95340
+(defun hpath:www-p 2199,96037
+(defun hpath:command-string 2207,96360
+(defun hpath:display-where-function 2216,96767
+(defun hpath:remote-available-p 2226,97237
+(defun hpath:remote-default-user 2245,98084
+(defun hpath:delete-trailer 2259,98540
+(defun hpath:exists-p 2267,98824
+(defun hpath:find-file-mailcap 2298,99821
+(defun hpath:find-program 2314,100337
+(defun hpath:match 2335,101208
+(defun hpath:get-single-string-variable-value 2349,101808
+(defun hpath:substitute-dir 2379,102902
+(defun hpath:substitute-match-value 2445,105985
+(defun hpath:substitute-var-name 2507,108201
+
+hrmail.el,723
+(defun Rmail-init 47,1511
+(defun Rmail-msg-hdrs-full 73,2466
+(defun Rmail-msg-narrow 94,3065
+(defun Rmail-msg-next 101,3310
+(defun Rmail-msg-num 103,3377
+(defun Rmail-msg-prev 116,3721
+(defun Rmail-msg-to-p 118,3792
+(defun Rmail-msg-widen 140,4412
+(defun Rmail-to 152,4749
+(defalias 'Rmail-Summ-delete Rmail-Summ-delete156,4888
+(defalias 'Rmail-Summ-expunge Rmail-Summ-expunge158,4956
+(defalias 'Rmail-Summ-goto Rmail-Summ-goto160,5017
+(defun Rmail-Summ-to 162,5079
+(defalias 'Rmail-Summ-undelete-all Rmail-Summ-undelete-all166,5224
+(defun hrmail--rmail-cease-edit 183,5951
+(defun hrmail--rmail-forward 264,8750
+(defun hrmail--show-msg-and-buttons 335,11300
+(defun hrmail--highlight-buttons 347,11876
 
 hsettings.el,608
-(defvar hkey-always-display-menu 91,3742
-(defcustom hmouse-middle-flag 96,3988
-(defcustom smart-scroll-proportional 102,4205
-(defun hyperbole-update-menus 133,5569
-(defcustom hyperbole-default-web-search-term-max-lines 138,5720
-(defun hyperbole-default-web-search-term 145,5956
-(defun hyperbole-read-web-search-arguments 152,6278
-(defun hyperbole-web-search 165,6995
-(defun hyperbole-toggle-messaging 193,8422
-(defcustom inhibit-hyperbole-messaging 217,9401
-(defcustom hyperbole-web-search-browser-function 235,10208
-(defcustom hyperbole-web-search-alist240,10409
-(defun hui:but-flash 278,12312
+(defvar hkey-always-display-menu 93,3790
+(defcustom hmouse-middle-flag 98,4036
+(defcustom smart-scroll-proportional 104,4253
+(defun hyperbole-update-menus 135,5617
+(defcustom hyperbole-default-web-search-term-max-lines 140,5768
+(defun hyperbole-default-web-search-term 147,6004
+(defun hyperbole-read-web-search-arguments 154,6326
+(defun hyperbole-web-search 167,7043
+(defun hyperbole-toggle-messaging 195,8470
+(defcustom inhibit-hyperbole-messaging 219,9449
+(defcustom hyperbole-web-search-browser-function 237,10256
+(defcustom hyperbole-web-search-alist242,10457
+(defun hui:but-flash 280,12360
 
 hsmail.el,177
-(defvar smail:comment 31,1017
-(defun smail:comment-add 54,1930
-(defun smail:widen 70,2690
-(defun message--yank-original-internal 76,2976
-(defun mail-yank-original 139,5213
-
-hsys-org.el,1408
-(defun hsys-org-meta-return-shared-p 39,1214
-(defun hsys-org-meta-return 49,1662
-(defcustom hsys-org-enable-smart-keys 57,1924
-(defvar hsys-org-mode-function 84,3425
-(defact org-link 91,3736
-(defact org-internal-target-link 98,3995
-(defact org-radio-target-link 113,4703
-(defun hsys-org-mode-p 133,5546
-(defun hsys-org-cycle 140,5817
-(defun hsys-org-get-value 145,5967
-(defun hsys-org-global-cycle 154,6332
-(defun hsys-org-todo-cycle 159,6507
-(defun hsys-org-todo-set-cycle 164,6659
-(defun hsys-org-todo-occur 170,6865
-(defun hsys-org-region-with-text-property-value 181,7355
-(defun hsys-org-agenda-item-at-p 196,8083
-(defun hsys-org-block-start-at-p 201,8268
-(defun hsys-org-src-block-start-at-p 209,8533
-(defun hsys-org-link-at-p 216,8778
-(defun hsys-org-heading-at-p 245,9936
-(defun hsys-org-target-at-p 251,10161
-(defun hsys-org-todo-at-p 259,10538
-(defun hsys-org-radio-target-link-at-p 265,10756
-(defun hsys-org-radio-target-def-at-p 273,11144
-(defun hsys-org-radio-target-at-p 285,11679
-(defun hsys-org-internal-target-link-at-p 292,12006
-(defun hsys-org-internal-target-def-at-p 300,12406
-(defun hsys-org-internal-target-at-p 312,12936
-(defun hsys-org-face-at-p 319,13274
-(defun hsys-org-search-internal-link-p 328,13636
-(defun hsys-org-search-radio-target-link-p 349,14452
-(defun hsys-org-set-ibut-label 368,15156
-(defun hsys-org-to-next-radio-target-link 377,15486
+(defvar smail:comment 33,1065
+(defun smail:comment-add 56,1978
+(defun smail:widen 72,2738
+(defun message--yank-original-internal 78,3024
+(defun mail-yank-original 141,5261
+
+hsys-org.el,1409
+(defun hsys-org-meta-return-shared-p 41,1263
+(defun hsys-org-meta-return 51,1711
+(defcustom hsys-org-enable-smart-keys 59,1973
+(defvar hsys-org-mode-function 86,3474
+(defact org-link 93,3787
+(defact org-internal-target-link 100,4046
+(defact org-radio-target-link 115,4754
+(defun hsys-org-mode-p 135,5597
+(defun hsys-org-cycle 142,5868
+(defun hsys-org-get-value 147,6018
+(defun hsys-org-global-cycle 156,6383
+(defun hsys-org-todo-cycle 161,6558
+(defun hsys-org-todo-set-cycle 166,6710
+(defun hsys-org-todo-occur 172,6916
+(defun hsys-org-region-with-text-property-value 183,7406
+(defun hsys-org-agenda-item-at-p 198,8134
+(defun hsys-org-block-start-at-p 203,8319
+(defun hsys-org-src-block-start-at-p 211,8584
+(defun hsys-org-link-at-p 218,8829
+(defun hsys-org-heading-at-p 247,9987
+(defun hsys-org-target-at-p 253,10212
+(defun hsys-org-todo-at-p 261,10589
+(defun hsys-org-radio-target-link-at-p 267,10807
+(defun hsys-org-radio-target-def-at-p 275,11195
+(defun hsys-org-radio-target-at-p 287,11730
+(defun hsys-org-internal-target-link-at-p 294,12057
+(defun hsys-org-internal-target-def-at-p 302,12457
+(defun hsys-org-internal-target-at-p 314,12987
+(defun hsys-org-face-at-p 321,13325
+(defun hsys-org-search-internal-link-p 330,13687
+(defun hsys-org-search-radio-target-link-p 353,14624
+(defun hsys-org-set-ibut-label 374,15449
+(defun hsys-org-to-next-radio-target-link 383,15779
+
+hsys-org-roam.el,43
+(defun hsys-org-roam-consult-grep 38,1228
 
 hsys-www.el,135
-(defib www-url 60,2439
-(defact www-url 89,3601
-(defun www-url-expand-file-name 117,4738
-(defun www-url-find-file-noselect 130,5138
-
-hsys-youtube.el,704
-(defvar hsys-youtube-start-format 51,1786
-(defvar hsys-youtube-end-format 59,2214
-(defun hsys-youtube-get-url 75,2955
-(defun hsys-youtube-get-url:help 92,3889
-(defun hsys-youtube-info 98,4151
-(defun hsys-youtube-search 104,4399
-(defun hsys-youtube-search:help 110,4580
-(defun hsys-youtube-play 116,4814
-(defun hsys-youtube-play:help 125,5330
-(defalias (htype:symbol 132,5635
-(defalias (htype:symbol 134,5716
-(defalias (htype:symbol 136,5797
-(defalias (htype:symbol 138,5880
-(defconst hsys-youtube-url-prefix-regexp 144,6127
-(defun hsys-youtube-end-url 151,6451
-(defun hsys-youtube-start-url 176,7608
-(defun hsys-youtube-time-in-hms 193,8398
-(defun hsys-youtube-time-in-seconds 216,9371
+(defib www-url 62,2487
+(defact www-url 91,3649
+(defun www-url-expand-file-name 119,4786
+(defun www-url-find-file-noselect 132,5186
+
+hsys-youtube.el,705
+(defvar hsys-youtube-start-format 53,1834
+(defvar hsys-youtube-end-format 61,2262
+(defun hsys-youtube-get-url 77,3003
+(defun hsys-youtube-get-url:help 94,3937
+(defun hsys-youtube-info 100,4199
+(defun hsys-youtube-search 106,4447
+(defun hsys-youtube-search:help 112,4628
+(defun hsys-youtube-play 118,4862
+(defun hsys-youtube-play:help 127,5378
+(defalias (htype:symbol 134,5683
+(defalias (htype:symbol 136,5764
+(defalias (htype:symbol 138,5845
+(defalias (htype:symbol 140,5928
+(defconst hsys-youtube-url-prefix-regexp 146,6175
+(defun hsys-youtube-end-url 153,6499
+(defun hsys-youtube-start-url 178,7656
+(defun hsys-youtube-time-in-hms 195,8446
+(defun hsys-youtube-time-in-seconds 218,9419
 
 htz.el,628
-(defun htz:date-arpa 39,1419
-(defun htz:date-parse 63,2505
-(defun htz:date-sortable 161,6615
-(defun htz:date-sortable-gmt 188,7744
-(defun htz:date-unix 193,7979
-(defun htz:span-in-days 219,9191
-(defun htz:time-parse 240,10194
-(defun htz:date-make-arpa 268,11258
-(defun htz:date-make-unix 278,11634
-(defun htz:date-make-sortable 285,11959
-(defun htz:last-day-of-month 289,12125
-(defun htz:leap-year-p 295,12325
-(defun htz:time-fix 301,12495
-(defun htz:time-make-string 328,13246
-(defun htz:zone-to-hour 332,13402
-(defvar htz:local354,14116
-(defvar htz:world-timezones372,14804
-(defvar htz:months-assoc400,15770
+(defun htz:date-arpa 41,1467
+(defun htz:date-parse 65,2553
+(defun htz:date-sortable 163,6663
+(defun htz:date-sortable-gmt 190,7792
+(defun htz:date-unix 195,8027
+(defun htz:span-in-days 221,9239
+(defun htz:time-parse 242,10242
+(defun htz:date-make-arpa 270,11306
+(defun htz:date-make-unix 280,11682
+(defun htz:date-make-sortable 287,12007
+(defun htz:last-day-of-month 291,12173
+(defun htz:leap-year-p 297,12373
+(defun htz:time-fix 303,12543
+(defun htz:time-make-string 330,13294
+(defun htz:zone-to-hour 334,13450
+(defvar htz:local356,14164
+(defvar htz:world-timezones374,14852
+(defvar htz:months-assoc402,15818
 
 hycontrol.el,7132
-(defvar hycontrol-debug 140,6738
-(defvar hycontrol-display-buffer-predicate-list143,6843
-(defcustom hycontrol-help-flag 155,7373
-(defcustom hycontrol-invert-mode-line-flag 160,7537
-(defcustom hycontrol-keep-window-flag 165,7713
-(defcustom hycontrol-maximum-units 170,7881
-(defcustom hycontrol-frame-offset 179,8232
-(defvar hycontrol-screen-offset-alist185,8473
-(defcustom hycontrol-screen-top-offset 202,9249
-(defcustom hycontrol-screen-right-offset 208,9521
-(defcustom hycontrol-screen-bottom-offset 214,9796
-(defcustom hycontrol-screen-left-offset 220,10074
-(defvar hycontrol-frame-widths227,10348
-(defvar hycontrol-frame-heights232,10545
-(defvar hycontrol-arg 237,10743
-(defvar hycontrol-frames-mode-map247,11123
-(defvar hycontrol-windows-mode-map355,18653
-(defvar hycontrol--frames-prompt-format462,25674
-(defvar hycontrol--windows-prompt-format472,26522
-(defvar hycontrol--prompt-format 482,27261
-(defvar hycontrol--exit-status 485,27372
-(defvar hycontrol--fconfig 491,27597
-(defvar hycontrol--wconfig 494,27690
-(defvar hycontrol--invert-display-buffer-predicates 498,27785
-(defvar hycontrol--quit-function 501,27844
-(defvar hycontrol--screen-edge-position 506,28002
-(defvar hycontrol--frame-widths-pointer 510,28176
-(defvar hycontrol--frame-heights-pointer 511,28221
-(defvar hycontrol--buffer-list 512,28267
-(defvar hycontrol--buffer-list-pointer 513,28303
-(defvar hycontrol--initial-which-key-inhibit 515,28348
-(defsubst hycontrol-windows-grid-valid-size-p 523,28684
-(defun hycontrol-pre-command-hook 531,28965
-(defun hycontrol-post-command-hook 536,29152
-(defun hycontrol-end-mode 549,29784
-(defun hycontrol-stay-in-mode 569,30471
-(defun hycontrol-invert-prefix-arg 574,30598
-(defun hycontrol-minus-key 581,30866
-(defun hycontrol-multiply-universal-arg 592,31305
-(defun hycontrol-reset-prefix-arg 601,31668
-(defun hycontrol-universal-arg-digit 607,31823
-(defun hycontrol-setup 627,32400
-(defun hycontrol-frames-setup 653,33459
-(defun hycontrol-frames 662,33838
-(defun hycontrol-windows-setup 673,34358
-(defun hycontrol-windows 682,34741
-(defsubst hycontrol-frame-edges 696,35308
-(defsubst hycontrol-frame-x-origin 705,35767
-(defsubst hycontrol-frame-y-origin 712,36129
-(defun hycontrol-frame-height 719,36491
-(defun hycontrol-frame-width 726,36774
-(defconst hycontrol-screen-offset-sensitivity 734,37080
-(defun hycontrol-frame-at-left-p 739,37283
-(defun hycontrol-frame-at-top-p 745,37582
-(defun hycontrol-frame-at-right-p 754,38024
-(defun hycontrol-frame-at-bottom-p 760,38351
-(defun hycontrol-frame-zoom 770,38859
-(defun hycontrol-make-frame 780,39298
-(defun hycontrol-move-frame 789,39786
-(defun hycontrol-numeric-keypad 798,40134
-(defun hycontrol-set-frame-height 809,40675
-(defun hycontrol-set-frame-position 823,41375
-(defun hycontrol-set-frame-size 835,41997
-(defun hycontrol-set-frame-width 850,42715
-(defun hycontrol-display-buffer-predicate-results 867,43505
-(defvar hycontrol--blank-buffer 877,43868
-(defun hycontrol-window-display-buffer 881,44034
-(defun hycontrol-window-display-buffer-with-repeats 910,45474
-(defun hycontrol-message 944,47341
-(defun hycontrol-user-error 949,47521
-(defun hycontrol-enable-frames-mode 963,47965
-(defun hycontrol-enable-windows-mode 975,48482
-(defun hycontrol-disable-modes 987,49029
-(defun hycontrol-abort 995,49292
-(defun hycontrol-quit 1001,49434
-(define-minor-mode hycontrol-local-frames-mode1021,50262
-(define-global-minor-mode hycontrol-frames-mode 1027,50443
-(define-minor-mode hycontrol-local-windows-mode1042,51053
-(define-global-minor-mode hycontrol-windows-mode 1048,51236
-(defun hycontrol-delete-other-frames 1060,51704
-(defun hycontrol-frame-swap-buffers 1066,51918
-(defconst hycontrol--vnk-string1090,52713
-(defun hycontrol-virtual-numeric-keypad 1096,52939
-(defun hycontrol-frame-to-screen-edges 1105,53235
-(defun hycontrol-frame-to-bottom 1122,54073
-(defun hycontrol-frame-to-left 1131,54377
-(defun hycontrol-frame-to-right 1137,54611
-(defun hycontrol-frame-fit-to-screen 1146,54907
-(defun hycontrol-frame-to-top 1177,56955
-(defun hycontrol-frame-to-bottom-center 1183,57186
-(defun hycontrol-frame-to-center 1192,57552
-(defun hycontrol-frame-to-left-center 1201,57840
-(defun hycontrol-frame-to-right-center 1208,58141
-(defun hycontrol-frame-to-top-center 1217,58501
-(defun hycontrol-frame-to-bottom-left 1223,58794
-(defun hycontrol-frame-to-bottom-right 1232,59117
-(defun hycontrol-frame-to-top-left 1243,59506
-(defun hycontrol-frame-to-top-right 1249,59753
-(defun hycontrol-frame-resize-percentage 1259,60090
-(defun hycontrol-frame-resize-arg 1275,60754
-(defun hycontrol-frame-resize-to-bottom 1286,61074
-(defun hycontrol-frame-resize-to-left 1305,61972
-(defun hycontrol-frame-resize-to-right 1324,62875
-(defun hycontrol-frame-resize-to-top 1344,63783
-(defun hycontrol-frame-minimize-lines 1362,64621
-(defun hycontrol-frame-percentage-of-screen 1374,65045
-(defun hycontrol-frame-height-percentage-of-screen 1427,67339
-(defun hycontrol-frame-width-percentage-of-screen 1432,67623
-(defun hycontrol-set-width-percentage-full-height 1439,67933
-(defun hycontrol-set-height-percentage-full-width 1443,68118
-(defun hycontrol-frame-adjust-widths 1448,68320
-(defun hycontrol-frame-adjust-widths-full-height 1465,69124
-(defun hycontrol-frame-adjust-heights 1480,69810
-(defun hycontrol-frame-adjust-heights-full-width 1498,70629
-(defun hycontrol-framemove-direction 1513,71336
-(defun hycontrol-framemove-up 1517,71451
-(defun hycontrol-framemove-left 1522,71593
-(defun hycontrol-framemove-right 1527,71748
-(defun hycontrol-framemove-down 1532,71906
-(defun hycontrol-restore-frame-configuration 1539,72077
-(defun hycontrol-save-frame-configuration 1545,72323
-(defun hycontrol-save-configurations 1551,72565
-(defun hycontrol-invert-mode-line 1559,72724
-(defun hycontrol-windows-grid-marked-items 1569,73142
-(defun hycontrol-windows-grid-buffer-list 1586,73895
-(defun hycontrol-windows-grid 1602,74618
-(defun hycontrol-windows-grid-validate 1661,77366
-(defun hycontrol-windows-grid-number-of-windows 1678,78045
-(defun hycontrol-windows-grid-minimum-size 1694,78697
-(defun hycontrol-windows-grid-by-buffer-list 1708,79396
-(defun hycontrol-windows-grid-by-file-list 1719,79934
-(defun hycontrol-windows-grid-by-file-pattern 1731,80479
-(defun hycontrol-windows-grid-by-major-mode 1763,81917
-(defun hycontrol-windows-grid-repeatedly 1780,82768
-(defun hycontrol-make-windows-grid 1800,83595
-(defun hycontrol-delete-other-windows 1899,87874
-(defun hycontrol-window-maximize-lines 1905,88113
-(defun hycontrol-window-minimize-lines 1910,88275
-(defun hycontrol-window-swap-buffers 1924,88922
-(defun hycontrol-window-to-new-frame 1942,89554
-(defun hycontrol-clone-window-to-new-frame 1970,90727
-(defun hycontrol-restore-window-configuration 1976,90948
-(defun hycontrol-save-window-configuration 1982,91193
-(defun hycontrol-display-screen-offsets 1989,91545
-(defun hycontrol-get-screen-offsets 1998,91902
-(defun hycontrol-set-screen-offsets 2031,93200
-(defun hycontrol-help-key-description 2046,93811
-(defun hycontrol-toggle-help 2050,94004
-
-hui-jmenu.el,1043
-(defun hui-menu-of-buffers 44,1669
-(defun hui-menu-screen-commands 94,3555
-(defun hui-menu-jump-to 99,3760
-(defun hui-menu-jump-to-buffer 108,4015
-(defun hui-menu-jump-to-frame 115,4235
-(defun hui-menu-jump-to-window 121,4426
-(defconst hui-menu-hywconfig126,4605
-(defun hui-menu-buffer-mode-name 144,5396
-(defun hui-menu-frame-name 153,5785
-(defun hui-menu-modeline 157,5884
-(defun hui-menu-to-frame 188,7443
-(defun hui-menu-to-window 192,7546
-(defun hui-menu-sort-buffers 200,7838
-(defun hui-menu-of-frames 224,8817
-(defun hui-menu-of-windows 237,9187
-(defun hui-menu-program-path 251,9618
-(defun hui-menu-window-list-all-frames 268,10176
-(defun    hui-menu-delete-buffer 284,10854
-(defun    hui-menu-delete-buffer-and-window 289,11034
-(defun    hui-menu-delete-frame 295,11262
-(defun    hui-menu-move-window-to-new-frame 300,11442
-(defun hui-menu-server-buffer-p 312,11901
-(defun hui-menu-edit-server-finish 318,12151
-(defvar hui-menu-buffer-and-mode-list-cache 332,12667
-(defvar hui-menu-of-buffers-cache 335,12791
-
-hui-menu.el,637
-(defmacro hui-menu-browser 27,852
-(defun hui-menu-explicit-buttons 70,2380
-(defun hui-menu-cutoff-list 98,3185
-(defun hui-menu-global-buttons 107,3511
-(defun hui-menu-key-binding-item 125,4014
-(defun hui-menu-key-bindings 130,4283
-(defun hui-menu-screen 146,6096
-(defun hui-menu-web-search 157,6393
-(defconst hui-menu-about178,6970
-(defconst hui-menu-options186,7185
-(defvar infodock-hyperbole-menu 274,10692
-(defun hyperbole-menubar-menu 281,10940
-(defun hyperbole-popup-menu 304,11961
-(defun infodock-hyperbole-menu 311,12229
-(defvar hui-menu-max-list-length 473,18468
-(defvar hui-menu-order-explicit-buttons 476,18583
+(defvar hycontrol-debug 142,6786
+(defvar hycontrol-display-buffer-predicate-list145,6891
+(defcustom hycontrol-help-flag 157,7421
+(defcustom hycontrol-invert-mode-line-flag 162,7585
+(defcustom hycontrol-keep-window-flag 167,7761
+(defcustom hycontrol-maximum-units 172,7929
+(defcustom hycontrol-frame-offset 181,8280
+(defvar hycontrol-screen-offset-alist187,8521
+(defcustom hycontrol-screen-top-offset 204,9297
+(defcustom hycontrol-screen-right-offset 210,9569
+(defcustom hycontrol-screen-bottom-offset 216,9844
+(defcustom hycontrol-screen-left-offset 222,10122
+(defvar hycontrol-frame-widths229,10396
+(defvar hycontrol-frame-heights234,10593
+(defvar hycontrol-arg 239,10791
+(defvar hycontrol-frames-mode-map249,11171
+(defvar hycontrol-windows-mode-map357,18701
+(defvar hycontrol--frames-prompt-format464,25722
+(defvar hycontrol--windows-prompt-format474,26570
+(defvar hycontrol--prompt-format 484,27309
+(defvar hycontrol--exit-status 487,27420
+(defvar hycontrol--fconfig 493,27645
+(defvar hycontrol--wconfig 496,27738
+(defvar hycontrol--invert-display-buffer-predicates 500,27833
+(defvar hycontrol--quit-function 503,27892
+(defvar hycontrol--screen-edge-position 508,28050
+(defvar hycontrol--frame-widths-pointer 512,28224
+(defvar hycontrol--frame-heights-pointer 513,28269
+(defvar hycontrol--buffer-list 514,28315
+(defvar hycontrol--buffer-list-pointer 515,28351
+(defvar hycontrol--initial-which-key-inhibit 517,28396
+(defsubst hycontrol-windows-grid-valid-size-p 525,28732
+(defun hycontrol-pre-command-hook 533,29013
+(defun hycontrol-post-command-hook 538,29200
+(defun hycontrol-end-mode 551,29832
+(defun hycontrol-stay-in-mode 571,30519
+(defun hycontrol-invert-prefix-arg 576,30646
+(defun hycontrol-minus-key 583,30914
+(defun hycontrol-multiply-universal-arg 594,31353
+(defun hycontrol-reset-prefix-arg 603,31716
+(defun hycontrol-universal-arg-digit 609,31871
+(defun hycontrol-setup 629,32448
+(defun hycontrol-frames-setup 655,33507
+(defun hycontrol-frames 664,33886
+(defun hycontrol-windows-setup 675,34406
+(defun hycontrol-windows 684,34789
+(defsubst hycontrol-frame-edges 698,35356
+(defsubst hycontrol-frame-x-origin 707,35815
+(defsubst hycontrol-frame-y-origin 714,36177
+(defun hycontrol-frame-height 721,36539
+(defun hycontrol-frame-width 728,36822
+(defconst hycontrol-screen-offset-sensitivity 736,37128
+(defun hycontrol-frame-at-left-p 741,37331
+(defun hycontrol-frame-at-top-p 747,37630
+(defun hycontrol-frame-at-right-p 756,38072
+(defun hycontrol-frame-at-bottom-p 762,38399
+(defun hycontrol-frame-zoom 772,38907
+(defun hycontrol-make-frame 782,39346
+(defun hycontrol-move-frame 791,39834
+(defun hycontrol-numeric-keypad 800,40182
+(defun hycontrol-set-frame-height 811,40723
+(defun hycontrol-set-frame-position 825,41423
+(defun hycontrol-set-frame-size 837,42045
+(defun hycontrol-set-frame-width 852,42763
+(defun hycontrol-display-buffer-predicate-results 869,43553
+(defvar hycontrol--blank-buffer 879,43916
+(defun hycontrol-window-display-buffer 883,44082
+(defun hycontrol-window-display-buffer-with-repeats 912,45522
+(defun hycontrol-message 946,47389
+(defun hycontrol-user-error 951,47569
+(defun hycontrol-enable-frames-mode 965,48013
+(defun hycontrol-enable-windows-mode 977,48530
+(defun hycontrol-disable-modes 989,49077
+(defun hycontrol-abort 997,49340
+(defun hycontrol-quit 1003,49482
+(define-minor-mode hycontrol-local-frames-mode1023,50310
+(define-global-minor-mode hycontrol-frames-mode 1029,50491
+(define-minor-mode hycontrol-local-windows-mode1044,51101
+(define-global-minor-mode hycontrol-windows-mode 1050,51284
+(defun hycontrol-delete-other-frames 1062,51752
+(defun hycontrol-frame-swap-buffers 1068,51966
+(defconst hycontrol--vnk-string1092,52761
+(defun hycontrol-virtual-numeric-keypad 1098,52987
+(defun hycontrol-frame-to-screen-edges 1107,53283
+(defun hycontrol-frame-to-bottom 1124,54121
+(defun hycontrol-frame-to-left 1133,54425
+(defun hycontrol-frame-to-right 1139,54659
+(defun hycontrol-frame-fit-to-screen 1148,54955
+(defun hycontrol-frame-to-top 1179,57003
+(defun hycontrol-frame-to-bottom-center 1185,57234
+(defun hycontrol-frame-to-center 1194,57600
+(defun hycontrol-frame-to-left-center 1203,57888
+(defun hycontrol-frame-to-right-center 1210,58189
+(defun hycontrol-frame-to-top-center 1219,58549
+(defun hycontrol-frame-to-bottom-left 1225,58842
+(defun hycontrol-frame-to-bottom-right 1234,59165
+(defun hycontrol-frame-to-top-left 1245,59554
+(defun hycontrol-frame-to-top-right 1251,59801
+(defun hycontrol-frame-resize-percentage 1261,60138
+(defun hycontrol-frame-resize-arg 1277,60802
+(defun hycontrol-frame-resize-to-bottom 1288,61122
+(defun hycontrol-frame-resize-to-left 1307,62020
+(defun hycontrol-frame-resize-to-right 1326,62923
+(defun hycontrol-frame-resize-to-top 1346,63831
+(defun hycontrol-frame-minimize-lines 1364,64669
+(defun hycontrol-frame-percentage-of-screen 1376,65093
+(defun hycontrol-frame-height-percentage-of-screen 1429,67387
+(defun hycontrol-frame-width-percentage-of-screen 1434,67671
+(defun hycontrol-set-width-percentage-full-height 1441,67981
+(defun hycontrol-set-height-percentage-full-width 1445,68166
+(defun hycontrol-frame-adjust-widths 1450,68368
+(defun hycontrol-frame-adjust-widths-full-height 1467,69172
+(defun hycontrol-frame-adjust-heights 1482,69858
+(defun hycontrol-frame-adjust-heights-full-width 1500,70677
+(defun hycontrol-framemove-direction 1515,71384
+(defun hycontrol-framemove-up 1519,71499
+(defun hycontrol-framemove-left 1524,71641
+(defun hycontrol-framemove-right 1529,71796
+(defun hycontrol-framemove-down 1534,71954
+(defun hycontrol-restore-frame-configuration 1541,72125
+(defun hycontrol-save-frame-configuration 1547,72371
+(defun hycontrol-save-configurations 1553,72613
+(defun hycontrol-invert-mode-line 1561,72772
+(defun hycontrol-windows-grid-marked-items 1571,73190
+(defun hycontrol-windows-grid-buffer-list 1588,73943
+(defun hycontrol-windows-grid 1604,74666
+(defun hycontrol-windows-grid-validate 1663,77414
+(defun hycontrol-windows-grid-number-of-windows 1680,78093
+(defun hycontrol-windows-grid-minimum-size 1696,78745
+(defun hycontrol-windows-grid-by-buffer-list 1710,79444
+(defun hycontrol-windows-grid-by-file-list 1721,79982
+(defun hycontrol-windows-grid-by-file-pattern 1733,80527
+(defun hycontrol-windows-grid-by-major-mode 1765,81980
+(defun hycontrol-windows-grid-repeatedly 1782,82831
+(defun hycontrol-make-windows-grid 1802,83658
+(defun hycontrol-delete-other-windows 1901,87937
+(defun hycontrol-window-maximize-lines 1907,88176
+(defun hycontrol-window-minimize-lines 1912,88338
+(defun hycontrol-window-swap-buffers 1926,88985
+(defun hycontrol-window-to-new-frame 1944,89617
+(defun hycontrol-clone-window-to-new-frame 1972,90790
+(defun hycontrol-restore-window-configuration 1978,91011
+(defun hycontrol-save-window-configuration 1984,91256
+(defun hycontrol-display-screen-offsets 1991,91608
+(defun hycontrol-get-screen-offsets 2000,91965
+(defun hycontrol-set-screen-offsets 2033,93263
+(defun hycontrol-help-key-description 2048,93874
+(defun hycontrol-toggle-help 2052,94067
+
+hui-jmenu.el,1044
+(defun hui-menu-of-buffers 46,1717
+(defun hui-menu-screen-commands 96,3603
+(defun hui-menu-jump-to 101,3808
+(defun hui-menu-jump-to-buffer 110,4063
+(defun hui-menu-jump-to-frame 117,4283
+(defun hui-menu-jump-to-window 123,4474
+(defconst hui-menu-hywconfig128,4653
+(defun hui-menu-buffer-mode-name 146,5444
+(defun hui-menu-frame-name 155,5833
+(defun hui-menu-modeline 159,5932
+(defun hui-menu-to-frame 190,7491
+(defun hui-menu-to-window 194,7594
+(defun hui-menu-sort-buffers 202,7886
+(defun hui-menu-of-frames 226,8865
+(defun hui-menu-of-windows 239,9235
+(defun hui-menu-program-path 253,9666
+(defun hui-menu-window-list-all-frames 270,10224
+(defun    hui-menu-delete-buffer 286,10902
+(defun    hui-menu-delete-buffer-and-window 291,11082
+(defun    hui-menu-delete-frame 297,11310
+(defun    hui-menu-move-window-to-new-frame 302,11490
+(defun hui-menu-server-buffer-p 314,11949
+(defun hui-menu-edit-server-finish 320,12199
+(defvar hui-menu-buffer-and-mode-list-cache 334,12715
+(defvar hui-menu-of-buffers-cache 337,12839
+
+hui-menu.el,638
+(defmacro hui-menu-browser 29,900
+(defun hui-menu-explicit-buttons 72,2428
+(defun hui-menu-cutoff-list 100,3233
+(defun hui-menu-global-buttons 109,3559
+(defun hui-menu-key-binding-item 127,4062
+(defun hui-menu-key-bindings 132,4331
+(defun hui-menu-screen 148,6144
+(defun hui-menu-web-search 159,6441
+(defconst hui-menu-about180,7018
+(defconst hui-menu-options188,7233
+(defvar infodock-hyperbole-menu 276,10740
+(defun hyperbole-menubar-menu 283,10988
+(defun hyperbole-popup-menu 306,12009
+(defun infodock-hyperbole-menu 313,12277
+(defvar hui-menu-max-list-length 475,18516
+(defvar hui-menu-order-explicit-buttons 478,18631
 
 hui-mini.el,1412
-(defvar hui:menu-exit-hyperbole 28,881
-(defvar hui:menu-select 31,1033
-(defvar hui:menu-quit 33,1144
-(defvar hui:menu-abort 35,1265
-(defvar hui:menu-top 37,1353
-(defvar hui:menu-keys 40,1454
-(defvar hui:menu-p 44,1618
-(defvar hui:menus 47,1700
-(defun hyperbole 58,2150
-(defun hyperbole-demo 89,3380
-(defun hyperbole-set-key 96,3616
-(defun hui:menu-hyperbole-prefix 139,5545
-(defun hui:menu-act 143,5730
-(defun hui:get-keys 190,7548
-(defun hui:menu-get-keys 202,7914
-(defun hui:menu-backward-item 230,9002
-(defun hui:menu-doc 254,9882
-(defun hui:menu-exit-hyperbole 272,10772
-(defun hui:menu-enter 278,10947
-(defalias 'hui:menu-quit hui:menu-quit294,11502
-(defalias 'hui:menu-abort hui:menu-abort295,11547
-(defalias 'hui:menu-top hui:menu-top296,11592
-(defalias 'hui:menu-select hui:menu-select297,11637
-(defun hui:menu-forward-item 299,11683
-(defun hui:menu-help 323,12557
-(defun hui:menu-item-key 349,13537
-(defun hui:menu-item-keys 364,14097
-(defun hui:menu-choose 371,14418
-(defun hui:menu-to-personal-section 440,17164
-(defun hui:bottom-window 454,17828
-(defun hui:menu-item 464,18157
-(defun hui:menu-line 507,20165
-(defun hui:menu-multi-line 522,20800
-(defun hui:menu-web-search 548,21668
-(defun hui-search-web 569,22285
-(defvar hui:menu-mode-map 591,23144
-(defun hyperbole-minibuffer-menu 619,24583
-(defcustom hui:menu-to904,40951
-(defcustom hui:doc-a-z943,42454
+(defvar hui:menu-exit-hyperbole 30,930
+(defvar hui:menu-select 33,1082
+(defvar hui:menu-quit 35,1193
+(defvar hui:menu-abort 37,1314
+(defvar hui:menu-top 39,1402
+(defvar hui:menu-keys 42,1503
+(defvar hui:menu-p 46,1667
+(defvar hui:menus 49,1749
+(defun hyperbole 60,2199
+(defun hyperbole-demo 91,3429
+(defun hyperbole-set-key 98,3665
+(defun hui:menu-hyperbole-prefix 141,5594
+(defun hui:menu-act 145,5779
+(defun hui:get-keys 192,7597
+(defun hui:menu-get-keys 204,7963
+(defun hui:menu-backward-item 232,9051
+(defun hui:menu-doc 256,9931
+(defun hui:menu-exit-hyperbole 274,10831
+(defun hui:menu-enter 280,11006
+(defalias 'hui:menu-quit hui:menu-quit296,11561
+(defalias 'hui:menu-abort hui:menu-abort297,11606
+(defalias 'hui:menu-top hui:menu-top298,11651
+(defalias 'hui:menu-select hui:menu-select299,11696
+(defun hui:menu-forward-item 301,11742
+(defun hui:menu-help 325,12616
+(defun hui:menu-item-key 351,13596
+(defun hui:menu-item-keys 366,14156
+(defun hui:menu-choose 373,14477
+(defun hui:menu-to-personal-section 442,17233
+(defun hui:bottom-window 456,17897
+(defun hui:menu-item 466,18226
+(defun hui:menu-line 509,20234
+(defun hui:menu-multi-line 524,20869
+(defun hui:menu-web-search 550,21737
+(defun hui-search-web 571,22354
+(defvar hui:menu-mode-map 593,23213
+(defun hyperbole-minibuffer-menu 621,24652
+(defcustom hui:menu-to906,41020
+(defcustom hui:doc-a-z945,42523
 
 hui-mouse.el,3073
-(defvar hmouse-set-point-command 56,2070
-(defun action-key-error 59,2168
-(defun assist-key-error 67,2518
-(defcustom action-key-default-function 75,2869
-(defcustom assist-key-default-function 81,3114
-(defcustom action-key-modeline-buffer-id-function 88,3366
-(defcustom action-key-eol-function 95,3679
-(defcustom assist-key-eol-function 102,3914
-(defvar hkey-value 174,6981
-(defvar hkey-alist177,7078
-(defvar hmouse-alist 504,20173
-(defun first-line-p 535,21406
-(defun last-line-p 539,21538
-(defun smart-completion-help 543,21668
-(defun smart-buffer-menu-no-marks 552,22066
-(defun smart-buffer-menu 565,22538
-(defun smart-buffer-menu-assist 594,23608
-(defun smart-ibuffer-menu-no-marks 622,24702
-(defun smart-ibuffer-menu 635,25177
-(defun smart-ibuffer-menu-assist 662,26188
-(defun smart-custom 692,27361
-(defun smart-custom-assist 713,28206
-(defun smart-calendar 741,29256
-(defun smart-calendar-assist 762,30079
-(defun smart-company-to-definition 791,31282
-(defun smart-company-help 799,31601
-(defun smart-dired-pathname-up-to-point 812,32097
-(defun smart-dired 829,32663
-(defun smart-dired-assist 874,34581
-(defun smart-gnus-group 907,35860
-(defun smart-gnus-group-assist 929,36779
-(defun smart-gnus-summary 951,37757
-(defun smart-gnus-summary-assist 981,39014
-(defun smart-gnus-article 1003,39960
-(defun smart-gnus-article-assist 1026,40964
-(defun smart-helm-at-header 1054,42184
-(defun smart-helm-get-current-action 1063,42525
-(defun smart-helm-line-has-action 1072,43006
-(defun smart-helm-alive-p 1090,43797
-(defun smart-helm-resume-helm 1098,44103
-(defun smart-helm-at 1107,44438
-(defun smart-helm-to-minibuffer 1139,45555
-(defun smart-helm(1144,45714
-(defun smart-helm-assist(1195,47963
-(defun smart-hmail 1259,50754
-(defun smart-hmail-assist 1292,51964
-(defun smart-hyrolo 1330,53386
-(defalias 'smart-hyrolo-assist smart-hyrolo-assist1340,53729
-(defun smart-image-dired-thumbnail 1346,53964
-(defun smart-image-dired-thumbnail-assist 1351,54194
-(defun smart-imenu-display-item-where 1361,54650
-(defun smart-imenu-item-at-p 1367,54958
-(defun smart-imenu-item-p 1385,55932
-(defun smart-magit-display-file 1431,58017
-(defun smart-magit 1440,58429
-(defun smart-magit-assist 1465,59413
-(defun smart-magit-tab 1496,60723
-(defun smart-apropos 1530,62190
-(defun smart-apropos-assist 1548,62831
-(defun smart-man-display 1566,63501
-(defun smart-man-entry-ref 1570,63641
-(defun smart-man-c-routine-ref 1612,65163
-(defun smart-man-file-ref 1633,66022
-(defun smart-org 1657,66805
-(defvar smart-outline-cut 1814,72519
-(defun smart-outline-level 1826,72950
-(defun smart-outline 1835,73204
-(defun smart-outline-assist 1873,74581
-(defun smart-outline-to-entry-end 1907,76013
-(defun smart-outline-subtree-hidden-p 1917,76368
-(defun smart-outline-char-invisible-p 1923,76623
-(defun smart-todotxt 1939,77303
-(defun smart-todotxt-assist 1949,77582
-(defun smart-eobp 1960,77878
-(defun smart-eolp 1970,78242
-(defun smart-push-button-help 1983,78829
-(defun smart-tar 1999,79564
-(defun smart-tar-assist 2024,80378
+(defvar hmouse-set-point-command 58,2118
+(defun action-key-error 61,2216
+(defun assist-key-error 69,2566
+(defcustom action-key-default-function 77,2917
+(defcustom assist-key-default-function 83,3162
+(defcustom action-key-modeline-buffer-id-function 90,3414
+(defcustom action-key-eol-function 97,3727
+(defcustom assist-key-eol-function 104,3962
+(defvar hkey-value 178,7088
+(defvar hkey-alist181,7185
+(defvar hmouse-alist 509,20304
+(defun first-line-p 540,21537
+(defun last-line-p 544,21669
+(defun smart-completion-help 548,21799
+(defun smart-buffer-menu-no-marks 557,22197
+(defun smart-buffer-menu 570,22669
+(defun smart-buffer-menu-assist 599,23739
+(defun smart-ibuffer-menu-no-marks 627,24833
+(defun smart-ibuffer-menu 640,25308
+(defun smart-ibuffer-menu-assist 667,26319
+(defun smart-custom 697,27492
+(defun smart-custom-assist 718,28337
+(defun smart-calendar 746,29387
+(defun smart-calendar-assist 767,30210
+(defun smart-company-to-definition 796,31413
+(defun smart-company-help 804,31732
+(defun smart-dired-pathname-up-to-point 817,32228
+(defun smart-dired 834,32794
+(defun smart-dired-assist 879,34712
+(defun smart-gnus-group 912,35991
+(defun smart-gnus-group-assist 934,36910
+(defun smart-gnus-summary 956,37888
+(defun smart-gnus-summary-assist 986,39145
+(defun smart-gnus-article 1008,40091
+(defun smart-gnus-article-assist 1031,41095
+(defun smart-helm-at-header 1059,42315
+(defun smart-helm-get-current-action 1068,42656
+(defun smart-helm-line-has-action 1077,43137
+(defun smart-helm-alive-p 1095,43928
+(defun smart-helm-resume-helm 1103,44234
+(defun smart-helm-at 1112,44569
+(defun smart-helm-to-minibuffer 1144,45686
+(defun smart-helm(1149,45845
+(defun smart-helm-assist(1200,48094
+(defun smart-hmail 1264,50885
+(defun smart-hmail-assist 1297,52095
+(defun smart-hyrolo 1335,53517
+(defalias 'smart-hyrolo-assist smart-hyrolo-assist1345,53860
+(defun smart-image-dired-thumbnail 1351,54095
+(defun smart-image-dired-thumbnail-assist 1356,54325
+(defun smart-imenu-display-item-where 1366,54781
+(defun smart-imenu-item-at-p 1372,55089
+(defun smart-imenu-item-p 1390,56063
+(defun smart-magit-display-file 1436,58148
+(defun smart-magit 1445,58560
+(defun smart-magit-assist 1470,59544
+(defun smart-magit-tab 1501,60854
+(defun smart-apropos 1537,62365
+(defun smart-apropos-assist 1557,63079
+(defun smart-man-display 1577,63856
+(defun smart-man-entry-ref 1581,63996
+(defun smart-man-c-routine-ref 1623,65518
+(defun smart-man-file-ref 1644,66377
+(defun smart-org 1668,67160
+(defvar smart-outline-cut 1825,72874
+(defun smart-outline-level 1837,73305
+(defun smart-outline 1846,73559
+(defun smart-outline-assist 1885,74946
+(defun smart-outline-to-entry-end 1921,76389
+(defun smart-outline-subtree-hidden-p 1931,76744
+(defun smart-outline-char-invisible-p 1937,76999
+(defun smart-todotxt 1953,77679
+(defun smart-todotxt-assist 1963,77958
+(defun smart-eobp 1974,78254
+(defun smart-eolp 1984,78618
+(defun smart-push-button-help 1997,79205
+(defun smart-tar 2013,79940
+(defun smart-tar-assist 2038,80754
 
 hui-select.el,2783
-(defcustom hui-select-brace-modes118,5600
-(defcustom hui-select-markup-modes124,5843
-(defcustom hui-select-text-modes130,6069
-(defcustom hui-select-indent-modes136,6332
-(defcustom hui-select-ignore-quoted-sexp-modes145,6722
-(defvar hui-select-indent-non-end-regexp-alist152,7041
-(defvar hui-select-indent-end-regexp-alist172,7824
-(defcustom hui-select-char-p 188,8340
-(defcustom hui-select-display-type 193,8488
-(defcustom hui-select-whitespace 198,8634
-(defvar hui-select-previous 203,8775
-(defvar hui-select-prior-point 204,8808
-(defvar hui-select-prior-buffer 205,8844
-(defconst hui-select-syntax-table211,9059
-(defvar hui-select-bigger-alist219,9356
-(defvar hui-select-prior-buffer 247,10449
-(defvar hui-select-prior-point 248,10486
-(defvar hui-select-previous 250,10523
-(defvar hui-select-region 253,10636
-(defvar hui-select-old-region 257,10800
-(defcustom hui-select-syntax-alist260,10907
-(defun hui-select-at-p 288,11834
-(defun hui-select-goto-matching-delimiter 306,12634
-(defun hui-select-initialize 328,13541
-(defun hui-select-get-region-boundaries 394,17945
-(defun hui-select-get-thing 401,18196
-(defun hui-select-thing 408,18477
-(defun hui-select-thing-with-mouse 447,19895
-(defun hui-select-goto-matching-tag 470,20902
-(defun hui-select-and-copy-thing 576,24452
-(defun hui-select-and-kill-thing 584,24724
-(defun hui-select-boundaries 596,24981
-(defun hui-select-double-click-hook 657,27204
-(defun hui-select-syntactical-region 667,27683
-(defun hui-select-at-delimited-thing-p 699,28977
-(defun hui-select-delimited-thing 718,29807
-(defun hui-select-at-delimited-sexp-p 735,30424
-(defun hui-select-mark-delimited-sexp 743,30814
-(defun hui-select-at-blank-line-or-comment 772,31826
-(defun hui-select-back-to-indentation 794,32595
-(defun hui-select-bigger-thing 804,33024
-(defun hui-select-delimited-thing-call 810,33196
-(defun hui-select-region-bigger-p 832,34146
-(defun hui-select-reset 850,34991
-(defun hui-select-set-region 857,35195
-(defun hui-select-string-p 873,35850
-(defun hui-select-brace-def-or-declaration 920,37648
-(defun hui-select-indent-def 1023,41417
-(defun hui-select-symbol 1078,43536
-(defun hui-select-sexp-start 1094,44147
-(defun hui-select-sexp-end 1104,44469
-(defun hui-select-sexp 1113,44761
-(defun hui-select-sexp-up 1123,45070
-(defun hui-select-preprocessor-def 1136,45588
-(defun hui-select-punctuation 1161,46804
-(defun hui-select-comment 1181,47641
-(defun hui-select-word 1256,49937
-(defun hui-select-string 1268,50301
-(defun hui-select-sentence 1289,51031
-(defun hui-select-whitespace 1299,51341
-(defun hui-select-markup-pair 1315,51955
-(defun hui-select-line 1423,55993
-(defun hui-select-paragraph 1433,56336
-(defun hui-select-page 1443,56674
-(defun hui-select-buffer 1451,56928
+(defcustom hui-select-brace-modes121,5691
+(defcustom hui-select-markup-modes127,5934
+(defcustom hui-select-text-modes133,6171
+(defcustom hui-select-indent-modes139,6434
+(defcustom hui-select-ignore-quoted-sexp-modes148,6824
+(defvar hui-select-indent-non-end-regexp-alist155,7143
+(defvar hui-select-indent-end-regexp-alist175,7926
+(defcustom hui-select-char-p 191,8442
+(defcustom hui-select-display-type 196,8590
+(defcustom hui-select-whitespace 201,8736
+(defvar hui-select-previous 206,8877
+(defvar hui-select-prior-point 207,8910
+(defvar hui-select-prior-buffer 208,8946
+(defconst hui-select-syntax-table214,9161
+(defvar hui-select-bigger-alist222,9458
+(defvar hui-select-prior-buffer 250,10551
+(defvar hui-select-prior-point 251,10588
+(defvar hui-select-previous 253,10625
+(defvar hui-select-region 256,10738
+(defvar hui-select-old-region 260,10902
+(defcustom hui-select-syntax-alist263,11009
+(defun hui-select-at-p 291,11936
+(defun hui-select-goto-matching-delimiter 309,12736
+(defun hui-select-initialize 331,13643
+(defun hui-select-get-region-boundaries 397,18047
+(defun hui-select-get-thing 404,18298
+(defun hui-select-thing 411,18579
+(defun hui-select-thing-with-mouse 450,19997
+(defun hui-select-goto-matching-tag 473,21004
+(defun hui-select-and-copy-thing 579,24554
+(defun hui-select-and-kill-thing 587,24826
+(defun hui-select-boundaries 599,25083
+(defun hui-select-double-click-hook 660,27306
+(defun hui-select-syntactical-region 670,27785
+(defun hui-select-at-delimited-thing-p 702,29079
+(defun hui-select-delimited-thing 721,29909
+(defun hui-select-at-delimited-sexp-p 738,30526
+(defun hui-select-mark-delimited-sexp 746,30916
+(defun hui-select-at-blank-line-or-comment 775,31928
+(defun hui-select-back-to-indentation 797,32697
+(defun hui-select-bigger-thing 807,33126
+(defun hui-select-delimited-thing-call 813,33298
+(defun hui-select-region-bigger-p 835,34248
+(defun hui-select-reset 853,35093
+(defun hui-select-set-region 860,35297
+(defun hui-select-string-p 876,35952
+(defun hui-select-brace-def-or-declaration 923,37750
+(defun hui-select-indent-def 1026,41519
+(defun hui-select-symbol 1081,43638
+(defun hui-select-sexp-start 1097,44249
+(defun hui-select-sexp-end 1107,44571
+(defun hui-select-sexp 1116,44863
+(defun hui-select-sexp-up 1126,45172
+(defun hui-select-preprocessor-def 1139,45690
+(defun hui-select-punctuation 1164,46906
+(defun hui-select-comment 1184,47743
+(defun hui-select-word 1259,50039
+(defun hui-select-string 1271,50403
+(defun hui-select-sentence 1292,51133
+(defun hui-select-whitespace 1302,51443
+(defun hui-select-markup-pair 1318,52057
+(defun hui-select-line 1426,56095
+(defun hui-select-paragraph 1436,56438
+(defun hui-select-page 1446,56776
+(defun hui-select-buffer 1454,57030
 
 hui-treemacs.el,72
-(defun smart-treemacs 60,2292
-(defun smart-treemacs-modeline 101,3984
+(defun smart-treemacs 62,2340
+(defun smart-treemacs-modeline 103,4032
 
 hui-window.el,3322
-(defcustom action-key-minibuffer-function 88,4250
-(defcustom assist-key-minibuffer-function 94,4506
-(defcustom action-key-modeline-function 102,4879
-(defcustom assist-key-modeline-function 107,5069
-(defun hmouse-map-modes-to-form 112,5264
-(defvar hmouse-drag-item-mode-forms123,5683
-(defcustom hmouse-pulse-flag 149,6882
-(defvar hmouse-edge-sensitivity 158,7207
-(defvar hmouse-side-sensitivity 161,7326
-(defvar hmouse-x-drag-sensitivity 165,7492
-(defvar hmouse-y-drag-sensitivity 170,7727
-(defvar hmouse-x-diagonal-sensitivity 175,7950
-(defvar hmouse-y-diagonal-sensitivity 179,8188
-(defun hmouse-alist-add-window-handlers 195,8777
-(defun hmouse-at-item-p 275,12773
-(defun hmouse-context-menu 287,13221
-(defun hmouse-context-ibuffer-menu 306,13853
-(defun hmouse-prior-active-region 325,14493
-(defun hmouse-dired-readin-hook 337,15043
-(define-minor-mode hmouse-dired-display-here-mode342,15241
-(defun hmouse-drag-region-active 362,16277
-(defun hmouse-drag-thing 372,16677
-(defun hmouse-kill-region 426,19363
-(defun hmouse-kill-and-yank-region 439,19999
-(defun hmouse-yank-region 479,21960
-(defun hmouse-drag-between-frames 503,23046
-(defun hmouse-drag-between-windows 516,23646
-(defun hmouse-press-release-same-window 528,24184
-(defun hmouse-drag-outside-all-windows 539,24706
-(defun hmouse-drag-item-to-display 546,25077
-(defun hmouse-drag-same-window 568,25939
-(defun hmouse-drag-diagonally 573,26192
-(defun hmouse-drag-horizontally 605,27697
-(defun hmouse-drag-vertically-within-emacs 633,29127
-(defun hmouse-drag-vertically 662,30623
-(defun hmouse-drag-window-side 670,30985
-(defun hmouse-read-only-toggle-key 689,31930
-(defun hmouse-vertical-action-drag 693,32111
-(defun hmouse-vertical-assist-drag 703,32483
-(defun hmouse-horizontal-action-drag 711,32814
-(defun hmouse-horizontal-assist-drag 723,33248
-(defun smart-coords-in-window-p 731,33584
-(defun smart-point-of-coords 753,34297
-(defun smart-window-of-coords 761,34542
-(defun hmouse-split-window 784,35356
-(defun hmouse-buffer-to-window 792,35617
-(defun hmouse-drag-not-allowed 803,36137
-(defun hmouse-set-buffer-and-point 809,36489
-(defun hmouse-goto-region-prev-point 814,36616
-(defun hmouse-goto-depress-point 824,37066
-(defun hmouse-goto-release-point 830,37412
-(defun hmouse-inactive-minibuffer-p 836,37757
-(defun hmouse-insert-region 844,38123
-(defun hmouse-pulse-buffer 857,38625
-(defun hmouse-pulse-line 862,38822
-(defun hmouse-pulse-region 867,38999
-(defun hmouse-item-to-window 871,39172
-(defun action-key-modeline 930,41781
-(defun assist-key-modeline 965,43497
-(defun hmouse-drag-p 1004,45358
-(defun hmouse-modeline-click 1017,45885
-(defun hmouse-emacs-modeline-event-p 1026,46281
-(defun hmouse-modeline-event-p 1040,47113
-(defun hmouse-modeline-depress 1047,47371
-(defun hmouse-modeline-release 1055,47660
-(defun hmouse-emacs-at-modeline-buffer-id-p 1062,47887
-(defun hmouse-modeline-resize-window 1073,48469
-(defun hmouse-clone-window-to-frame 1089,49067
-(defun hmouse-move-window-to-frame 1094,49244
-(defun hmouse-release-left-edge 1127,50655
-(defun hmouse-release-right-edge 1145,51473
-(defun hmouse-resize-window-side 1158,52020
-(defun hmouse-swap-buffers 1194,53412
-(defun hmouse-swap-windows 1209,54038
-(defun hmouse-x-coord 1237,55130
-(defun hmouse-y-coord 1261,55927
+(defcustom action-key-minibuffer-function 90,4298
+(defcustom assist-key-minibuffer-function 96,4554
+(defcustom action-key-modeline-function 104,4927
+(defcustom assist-key-modeline-function 109,5117
+(defun hmouse-map-modes-to-form 114,5312
+(defvar hmouse-drag-item-mode-forms125,5731
+(defcustom hmouse-pulse-flag 151,6930
+(defvar hmouse-edge-sensitivity 160,7255
+(defvar hmouse-side-sensitivity 163,7374
+(defvar hmouse-x-drag-sensitivity 167,7540
+(defvar hmouse-y-drag-sensitivity 172,7775
+(defvar hmouse-x-diagonal-sensitivity 177,7998
+(defvar hmouse-y-diagonal-sensitivity 181,8236
+(defun hmouse-alist-add-window-handlers 197,8825
+(defun hmouse-at-item-p 277,12821
+(defun hmouse-context-menu 289,13269
+(defun hmouse-context-ibuffer-menu 308,13901
+(defun hmouse-prior-active-region 327,14541
+(defun hmouse-dired-readin-hook 339,15091
+(define-minor-mode hmouse-dired-display-here-mode344,15289
+(defun hmouse-drag-region-active 364,16325
+(defun hmouse-drag-thing 374,16725
+(defun hmouse-kill-region 428,19411
+(defun hmouse-kill-and-yank-region 441,20047
+(defun hmouse-yank-region 481,22008
+(defun hmouse-drag-between-frames 505,23094
+(defun hmouse-drag-between-windows 518,23694
+(defun hmouse-press-release-same-window 530,24232
+(defun hmouse-drag-outside-all-windows 541,24754
+(defun hmouse-drag-item-to-display 548,25125
+(defun hmouse-drag-same-window 570,25987
+(defun hmouse-drag-diagonally 575,26240
+(defun hmouse-drag-horizontally 607,27745
+(defun hmouse-drag-vertically-within-emacs 635,29175
+(defun hmouse-drag-vertically 664,30671
+(defun hmouse-drag-window-side 672,31033
+(defun hmouse-read-only-toggle-key 691,31978
+(defun hmouse-vertical-action-drag 695,32159
+(defun hmouse-vertical-assist-drag 705,32531
+(defun hmouse-horizontal-action-drag 713,32862
+(defun hmouse-horizontal-assist-drag 725,33296
+(defun smart-coords-in-window-p 733,33632
+(defun smart-point-of-coords 755,34345
+(defun smart-window-of-coords 763,34590
+(defun hmouse-split-window 786,35404
+(defun hmouse-buffer-to-window 794,35665
+(defun hmouse-drag-not-allowed 805,36185
+(defun hmouse-set-buffer-and-point 811,36537
+(defun hmouse-goto-region-prev-point 816,36664
+(defun hmouse-goto-depress-point 826,37114
+(defun hmouse-goto-release-point 832,37460
+(defun hmouse-inactive-minibuffer-p 838,37805
+(defun hmouse-insert-region 846,38171
+(defun hmouse-pulse-buffer 859,38673
+(defun hmouse-pulse-line 864,38870
+(defun hmouse-pulse-region 869,39047
+(defun hmouse-item-to-window 873,39220
+(defun action-key-modeline 932,41829
+(defun assist-key-modeline 967,43545
+(defun hmouse-drag-p 1006,45406
+(defun hmouse-modeline-click 1019,45933
+(defun hmouse-emacs-modeline-event-p 1028,46329
+(defun hmouse-modeline-event-p 1042,47161
+(defun hmouse-modeline-depress 1049,47419
+(defun hmouse-modeline-release 1057,47708
+(defun hmouse-emacs-at-modeline-buffer-id-p 1064,47935
+(defun hmouse-modeline-resize-window 1075,48517
+(defun hmouse-clone-window-to-frame 1091,49115
+(defun hmouse-move-window-to-frame 1096,49292
+(defun hmouse-release-left-edge 1129,50703
+(defun hmouse-release-right-edge 1147,51521
+(defun hmouse-resize-window-side 1160,52068
+(defun hmouse-swap-buffers 1196,53460
+(defun hmouse-swap-windows 1211,54086
+(defun hmouse-x-coord 1239,55178
+(defun hmouse-y-coord 1263,55975
 
 hui.el,2199
-(defcustom hui:hbut-delete-confirm-flag 37,1172
-(defcustom hui:ebut-prompt-for-action 42,1335
-(defun hui-copy-to-register 53,1757
-(defun hui-kill-ring-save 110,4150
-(defun hui:global-bind-key 162,6328
-(defun hui:bind-key 191,7583
-(defun hui:delimited-selectable-thing 221,8866
-(defun hui:delimited-selectable-thing-and-bounds 242,9646
-(defun hui:ebut-act 265,10690
-(defun hui:ebut-create 280,11214
-(defun hui:ebut-delete 312,12558
-(defun hui:ebut-edit-region 337,13686
-(defun hui:ebut-edit 357,14584
-(defun hui:ebut-rename 406,16383
-(defun hui:ebut-search 465,18764
-(defun hui:gbut-create 499,20188
-(defun hui:gbut-delete 541,21901
-(defun hui:gbut-edit 556,22551
-(defun hui:gbut-rename 645,25992
-(defun hui:gibut-create 657,26455
-(defun hui:hbut-act 683,27384
-(defun hui:hbut-current-act 691,27757
-(defun hui:hbut-delete 701,28131
-(defun hui:hbut-help 741,29892
-(defun hui:hbut-label 782,31378
-(defun hui:hbut-label-default 793,31875
-(defun hui:hbut-rename 808,32610
-(defun hui:hbut-report 818,32966
-(defalias 'hui:hbut-summarize hui:hbut-summarize829,33318
-(defun hui:ibut-act 831,33368
-(defun hui:ibut-edit 846,33934
-(defun hui:ibut-label-create 916,36611
-(defun hui:ibut-rename 954,38486
-(defun hui:link 988,39643
-(defun hui:link-directly 992,39803
-(defun hui:action 1059,42403
-(defun hui:actype 1112,44136
-(defun hui:buf-writable-err 1131,45129
-(defvar hui:ignore-buffers-regexp 1151,45992
-(defun hui:ebut-buf 1154,46162
-(defun hui:ebut-delete-op 1179,46924
-(defun hui:ebut-message 1210,48177
-(defun hui:ebut-unmark 1221,48569
-(defun hui:file-find 1281,51010
-(defun hui:hbut-operate 1288,51280
-(defun hui:hbut-term-highlight 1313,52395
-(defun hui:hbut-term-unhighlight 1327,52797
-(defun hui:help-ebut-highlight 1336,53083
-(defun hui:htype-delete 1342,53331
-(defun hui:htype-help 1353,53738
-(defun hui:htype-help-current-window 1404,55506
-(defun hui:ibut-delete-op 1411,55871
-(defun hui:ibut-message 1435,56974
-(defun hui:key-dir 1446,57378
-(defun hui:key-src 1455,57726
-(defun hui:link-create 1464,58097
-(defun hui:link-possible-types 1481,58975
-(defun hui:list-remove-text-properties 1594,63497
-(defvar hui:ebut-label-prev 1604,63887
+(defcustom hui:hbut-delete-confirm-flag 39,1220
+(defcustom hui:ebut-prompt-for-action 44,1383
+(defun hui-copy-to-register 55,1805
+(defun hui-kill-ring-save 112,4198
+(defun hui:global-bind-key 164,6376
+(defun hui:bind-key 193,7631
+(defun hui:delimited-selectable-thing 223,8914
+(defun hui:delimited-selectable-thing-and-bounds 244,9694
+(defun hui:ebut-act 267,10738
+(defun hui:ebut-create 282,11262
+(defun hui:ebut-delete 314,12606
+(defun hui:ebut-edit-region 339,13734
+(defun hui:ebut-edit 359,14632
+(defun hui:ebut-rename 408,16431
+(defun hui:ebut-search 467,18812
+(defun hui:gbut-create 501,20236
+(defun hui:gbut-delete 543,21949
+(defun hui:gbut-edit 558,22599
+(defun hui:gbut-rename 647,26040
+(defun hui:gibut-create 659,26503
+(defun hui:hbut-act 685,27432
+(defun hui:hbut-current-act 693,27805
+(defun hui:hbut-delete 703,28179
+(defun hui:hbut-help 743,29940
+(defun hui:hbut-label 784,31426
+(defun hui:hbut-label-default 795,31923
+(defun hui:hbut-rename 810,32658
+(defun hui:hbut-report 820,33014
+(defalias 'hui:hbut-summarize hui:hbut-summarize831,33366
+(defun hui:ibut-act 833,33416
+(defun hui:ibut-edit 848,33982
+(defun hui:ibut-label-create 918,36659
+(defun hui:ibut-rename 956,38534
+(defun hui:link 990,39691
+(defun hui:link-directly 994,39851
+(defun hui:action 1061,42451
+(defun hui:actype 1114,44184
+(defun hui:buf-writable-err 1133,45177
+(defvar hui:ignore-buffers-regexp 1153,46040
+(defun hui:ebut-buf 1156,46210
+(defun hui:ebut-delete-op 1181,46972
+(defun hui:ebut-message 1212,48225
+(defun hui:ebut-unmark 1223,48617
+(defun hui:file-find 1283,51058
+(defun hui:hbut-operate 1290,51328
+(defun hui:hbut-term-highlight 1315,52443
+(defun hui:hbut-term-unhighlight 1329,52845
+(defun hui:help-ebut-highlight 1338,53131
+(defun hui:htype-delete 1344,53379
+(defun hui:htype-help 1355,53786
+(defun hui:htype-help-current-window 1406,55554
+(defun hui:ibut-delete-op 1413,55919
+(defun hui:ibut-message 1437,57022
+(defun hui:key-dir 1448,57426
+(defun hui:key-src 1457,57774
+(defun hui:link-create 1466,58145
+(defun hui:link-possible-types 1483,59023
+(defun hui:list-remove-text-properties 1596,63545
+(defvar hui:ebut-label-prev 1606,63935
 
 hvar.el,272
-(defvar var::append-list 32,1047
-(defun var:add-and-run-hook 40,1350
-(defun var:append-all 50,1818
-(defun var:append 58,2099
-(defun var:remove 82,3147
-(defun var:remove-all 96,3836
-(defun var:run-hook-in-matching-buffers 104,4178
-(defvar var::append-list 117,4776
+(defvar var::append-list 34,1095
+(defun var:add-and-run-hook 42,1398
+(defun var:append-all 52,1866
+(defun var:append 60,2147
+(defun var:remove 84,3195
+(defun var:remove-all 98,3884
+(defun var:run-hook-in-matching-buffers 106,4226
+(defvar var::append-list 119,4824
 
 hversion.el,450
-(defconst hyperb:version 27,827
-(defvar hyperb:mouse-buttons30,910
-(defvar hyperb:automount-prefixes38,1199
-(defun hyperb:stack-frame 54,1843
-(defun hyperb:path-being-loaded 94,3383
-(defun hyperb:window-sys-term 121,4324
-(defun hyperb:window-system 143,5342
-(defalias 'id-browse-file id-browse-file163,6252
-(defun id-info 166,6319
-(defun id-info-item 182,6933
-(defalias 'id-tool-quit id-tool-quit210,8180
-(defun id-tool-invoke 213,8250
+(defconst hyperb:version 29,876
+(defvar hyperb:mouse-buttons32,959
+(defvar hyperb:automount-prefixes40,1248
+(defun hyperb:stack-frame 56,1892
+(defun hyperb:path-being-loaded 96,3432
+(defun hyperb:window-sys-term 123,4373
+(defun hyperb:window-system 145,5391
+(defalias 'id-browse-file id-browse-file165,6301
+(defun id-info 168,6368
+(defun id-info-item 184,6982
+(defalias 'id-tool-quit id-tool-quit212,8233
+(defun id-tool-invoke 215,8303
 
 hvm.el,874
-(defvar vm-edit-message-mode 53,1646
-(defun vm-edit-mode 64,2074
-(defun Vm-init 80,2588
-(defun Vm-msg-hdrs-full 103,3373
-(defun Vm-msg-narrow 114,3710
-(defun Vm-msg-next 121,3921
-(defun Vm-msg-num 123,3975
-(defun Vm-msg-prev 135,4288
-(defun Vm-msg-to-p 137,4346
-(defun Vm-msg-widen 154,4867
-(defun Vm-to 160,5064
-(defun Vm-Summ-delete 164,5199
-(defalias 'Vm-Summ-expunge Vm-Summ-expunge168,5279
-(defalias 'Vm-Summ-goto Vm-Summ-goto170,5336
-(defun Vm-Summ-to 172,5400
-(defun Vm-Summ-undelete-all 176,5536
-(defun Vm-msg-end 184,5833
-(defun vm-show-current-message 197,6294
-(defun vm-scroll-forward-internal 227,7409
-(defun vm-widen-page 265,8531
-(defun vm-edit-message-end 281,9311
-(defun vm-goto-message-at-point 377,13083
-(defun vm-assimilate-new-messages 404,14129
-(defun vm-force-mode-line-update 523,18988
-(defvar Vm-msg-start-regexp 537,19544
-
-hypb.el,2529
-(defconst hypb:help-buf-prefix 26,841
-(defcustom hypb:rgrep-command30,987
-(defun hypb:activate-interaction-log-mode 79,2877
-(defmacro hypb:assert-same-start-and-end-buffer 167,6580
-(defun hypb:call-process-p 184,7382
-(defun hypb:char-count 206,8217
-(defun hypb:chmod 214,8447
-(defun hypb:cmd-key-series 224,8881
-(defun hypb:cmd-key-vector 242,9615
-(defun hypb:installation-type 251,9990
-(defun hypb:configuration 293,12113
-(defun hypb:debug 340,14525
-(defun hypb:decode-url 355,15042
-(defun hypb:def-to-buffer 382,16198
-(defun hypb:devdocs-lookup 398,16789
-(defun hypb:domain-name 406,17069
-(defun hypb:error 436,18327
-(defun hypb:fgrep-git-log 445,18616
-(defun hypb:fgrep-git-log-activate 453,19023
-(define-derived-mode hypb:fgrep-git-log-mode 460,19300
-(defun hypb:file-major-mode 466,19647
-(defun hypb:filter-directories 476,20039
-(defun hypb:format-quote 491,20700
-(defun hypb:get-completion 505,21174
-(defun hypb:get-raw-syntax-descriptor 528,22214
-(defun hypb:glob-to-regexp 533,22433
-(defun hypb:goto-marker 544,22891
-(defun hypb:grep-git-log 562,23532
-(defun hypb:help-buf-name 569,23907
-(defun hypb:helm-apropos 578,24278
-(defun hypb:helm-info 587,24622
-(defun hypb:hkey-help-file 595,24941
-(defun hypb:indirect-function 609,25494
-(defun hypb:insert-region 628,26161
-(defun hypb:locate 645,26932
-(defun hypb:map-plist 677,28315
-(defun hypb:map-vector 683,28534
-(defun hypb:mark-object 696,29020
-(defun hypb:maximize-window-height 706,29409
-(defun hypb:object-p 719,29890
-(defun hypb:readable-directories 726,30140
-(defun hypb:require-package 736,30576
-(defun hypb:remove-lines 749,31170
-(defun hypb:return-process-output 755,31400
-(defun hypb:rgrep 774,32107
-(defun hypb:save-lines 811,33820
-(defmacro hypb:save-selected-window-and-input-focus 817,34048
-(defun hypb:select-window-frame 824,34377
-(defun hypb:set-raw-syntax-descriptor 831,34693
-(defun hypb:straight-package-plist 845,35294
-(defun hypb:string-count-matches 855,35818
-(defun hypb:supercite-p 883,36826
-(defun hypb:toggle-isearch-invisible 897,37277
-(defun hypb:uuid 917,38201
-(defun hypb:user-name 941,38790
-(defun hypb:window-list 947,39015
-(defvar hypb:home-page 958,39587
-(defvar hypb:hyperbole-banner-keymap961,39691
-(defun hypb:display-file-with-logo 970,40007
-(defun hypb:browse-home-page 992,41003
-(defun hypb:insert-hyperbole-banner 1002,41328
-(defun hypb:locate-pathnames 1033,42746
-(defun hypb:oct-to-int 1040,42980
-(define-button-type 'hyperbole-banner)hyperbole-banner1057,43568
+(defvar vm-edit-message-mode 55,1694
+(defun vm-edit-mode 66,2122
+(defun Vm-init 82,2636
+(defun Vm-msg-hdrs-full 105,3421
+(defun Vm-msg-narrow 116,3758
+(defun Vm-msg-next 123,3969
+(defun Vm-msg-num 125,4023
+(defun Vm-msg-prev 137,4336
+(defun Vm-msg-to-p 139,4394
+(defun Vm-msg-widen 156,4915
+(defun Vm-to 162,5112
+(defun Vm-Summ-delete 166,5247
+(defalias 'Vm-Summ-expunge Vm-Summ-expunge170,5327
+(defalias 'Vm-Summ-goto Vm-Summ-goto172,5384
+(defun Vm-Summ-to 174,5448
+(defun Vm-Summ-undelete-all 178,5584
+(defun Vm-msg-end 186,5881
+(defun vm-show-current-message 199,6342
+(defun vm-scroll-forward-internal 229,7457
+(defun vm-widen-page 267,8579
+(defun vm-edit-message-end 283,9359
+(defun vm-goto-message-at-point 379,13131
+(defun vm-assimilate-new-messages 406,14177
+(defun vm-force-mode-line-update 525,19036
+(defvar Vm-msg-start-regexp 539,19592
+
+hypb.el,2530
+(defconst hypb:help-buf-prefix 28,889
+(defcustom hypb:rgrep-command32,1035
+(defun hypb:activate-interaction-log-mode 81,2925
+(defmacro hypb:assert-same-start-and-end-buffer 169,6628
+(defun hypb:call-process-p 186,7430
+(defun hypb:char-count 208,8265
+(defun hypb:chmod 216,8495
+(defun hypb:cmd-key-series 226,8929
+(defun hypb:cmd-key-vector 244,9663
+(defun hypb:installation-type 253,10038
+(defun hypb:configuration 295,12161
+(defun hypb:debug 342,14573
+(defun hypb:decode-url 357,15090
+(defun hypb:def-to-buffer 384,16246
+(defun hypb:devdocs-lookup 400,16837
+(defun hypb:domain-name 408,17117
+(defun hypb:error 438,18375
+(defun hypb:fgrep-git-log 447,18664
+(defun hypb:fgrep-git-log-activate 455,19071
+(define-derived-mode hypb:fgrep-git-log-mode 462,19348
+(defun hypb:file-major-mode 468,19695
+(defun hypb:filter-directories 478,20087
+(defun hypb:format-quote 493,20748
+(defun hypb:get-completion 507,21222
+(defun hypb:get-raw-syntax-descriptor 530,22262
+(defun hypb:glob-to-regexp 535,22481
+(defun hypb:goto-marker 546,22939
+(defun hypb:grep-git-log 564,23580
+(defun hypb:help-buf-name 571,23955
+(defun hypb:helm-apropos 580,24326
+(defun hypb:helm-info 589,24670
+(defun hypb:hkey-help-file 597,24989
+(defun hypb:indirect-function 611,25542
+(defun hypb:insert-region 625,26094
+(defun hypb:locate 642,26865
+(defun hypb:map-plist 674,28248
+(defun hypb:map-vector 680,28467
+(defun hypb:mark-object 693,28953
+(defun hypb:maximize-window-height 703,29342
+(defun hypb:object-p 716,29823
+(defun hypb:readable-directories 723,30073
+(defun hypb:require-package 733,30509
+(defun hypb:remove-lines 746,31103
+(defun hypb:return-process-output 752,31333
+(defun hypb:rgrep 771,32040
+(defun hypb:save-lines 808,33753
+(defmacro hypb:save-selected-window-and-input-focus 814,33981
+(defun hypb:select-window-frame 821,34310
+(defun hypb:set-raw-syntax-descriptor 828,34626
+(defun hypb:straight-package-plist 842,35227
+(defun hypb:string-count-matches 852,35751
+(defun hypb:supercite-p 880,36759
+(defun hypb:toggle-isearch-invisible 894,37210
+(defun hypb:uuid 914,38134
+(defun hypb:user-name 938,38723
+(defun hypb:window-list 944,38948
+(defvar hypb:home-page 955,39520
+(defvar hypb:hyperbole-banner-keymap958,39624
+(defun hypb:display-file-with-logo 967,39940
+(defun hypb:browse-home-page 989,40936
+(defun hypb:insert-hyperbole-banner 999,41261
+(defun hypb:locate-pathnames 1030,42679
+(defun hypb:oct-to-int 1037,42913
+(define-button-type 'hyperbole-banner)hyperbole-banner1054,43501
 
 hyperbole.el,821
-(defconst hyperbole-loading 79,3516
-(defgroup hyperbole 85,3715
-(defgroup hyperbole-buttons 89,3803
-(defgroup hyperbole-commands 93,3924
-(defgroup hyperbole-keys 97,4017
-(defgroup hyperbole-screen 103,4168
-(defgroup hyperbole-koutliner 127,5161
-(defvar hyperbole-mode-map 131,5281
-(defcustom hyperbole-mode-lighter 135,5406
-(define-minor-mode hyperbole-mode142,5628
-(defvar hyperbole--mark-even-if-inactive162,6206
-(defcustom hkey-init 179,6945
-(defun hkey-get-bindings 194,7596
-(defun hkey-global-set-key 200,7828
-(defun hkey-maybe-global-set-key 205,8091
-(defun hkey-maybe-set-key 210,8310
-(defun hkey-set-key 219,8744
-(defun hkey-initialize 238,9472
-(defconst hyperb:cygdrive 448,18706
-(defun hyperb:init 450,18759
-(defun hyperbole--enable-mode 490,20135
-(defun hyperbole--disable-mode 514,21042
+(defconst hyperbole-loading 81,3564
+(defgroup hyperbole 87,3763
+(defgroup hyperbole-buttons 91,3851
+(defgroup hyperbole-commands 95,3972
+(defgroup hyperbole-keys 99,4065
+(defgroup hyperbole-screen 105,4216
+(defgroup hyperbole-koutliner 129,5209
+(defvar hyperbole-mode-map 133,5329
+(defcustom hyperbole-mode-lighter 137,5454
+(define-minor-mode hyperbole-mode144,5676
+(defvar hyperbole--mark-even-if-inactive164,6254
+(defcustom hkey-init 181,6993
+(defun hkey-get-bindings 196,7644
+(defun hkey-global-set-key 202,7876
+(defun hkey-maybe-global-set-key 207,8139
+(defun hkey-maybe-set-key 212,8358
+(defun hkey-set-key 221,8792
+(defun hkey-initialize 240,9520
+(defconst hyperb:cygdrive 450,18754
+(defun hyperb:init 452,18807
+(defun hyperbole--enable-mode 492,20183
+(defun hyperbole--disable-mode 522,21349
 
 hyrolo-demo.el,146
-(defvar hyrolo-demo-save-key 27,780
-(defun hyrolo-demo-fgrep 34,1006
-(defun hyrolo-demo-fgrep-logical 51,1813
-(defun hyrolo-demo-quit 79,3080
+(defvar hyrolo-demo-save-key 29,828
+(defun hyrolo-demo-fgrep 36,1054
+(defun hyrolo-demo-fgrep-logical 53,1861
+(defun hyrolo-demo-quit 81,3128
 
 hyrolo-logic.el,409
-(defun hyrolo-fgrep-logical 70,2776
-(defun hyrolo-logic 153,6632
-(defun hyrolo-map-logic 184,8105
-(defun hyrolo-map-entries 229,9847
-(defun hyrolo-map-kotl 267,11070
-(defun hyrolo-not 310,12376
-(defun hyrolo-or 324,12862
-(defun hyrolo-xor 340,13383
-(defun hyrolo-and 358,13954
-(defun hyrolo-r-not 375,14509
-(defun hyrolo-r-or 389,14994
-(defun hyrolo-r-xor 405,15514
-(defun hyrolo-r-and 423,16084
+(defun hyrolo-fgrep-logical 72,2824
+(defun hyrolo-logic 155,6680
+(defun hyrolo-map-logic 186,8153
+(defun hyrolo-map-entries 231,9895
+(defun hyrolo-map-kotl 269,11118
+(defun hyrolo-not 312,12424
+(defun hyrolo-or 326,12910
+(defun hyrolo-xor 342,13431
+(defun hyrolo-and 360,14002
+(defun hyrolo-r-not 377,14557
+(defun hyrolo-r-or 391,15042
+(defun hyrolo-r-xor 407,15562
+(defun hyrolo-r-and 425,16132
 
 hyrolo-menu.el,190
-(defconst infodock-hyrolo-menu27,811
-(defconst hyrolo-menu-common-body50,1943
-(defconst id-popup-hyrolo-menu70,3057
-(defun hyrolo-menubar-menu 91,3925
-(defun hyrolo-popup-menu 100,4320
-
-hyrolo.el,4779
-(defgroup hyperbole-rolo 57,2096
-(defcustom hyrolo-date-format 61,2211
-(defvar hyrolo-display-format-function68,2461
-(defcustom hyrolo-email-format 74,2703
-(defvar hyrolo-entry-name-regexp 81,2991
-(defcustom hyrolo-file-suffix-regexp 84,3155
-(defcustom hyrolo-find-file-function 89,3336
-(defcustom hyrolo-find-file-noselect-function 95,3580
-(defcustom hyrolo-google-contacts-flag 100,3766
-(defvar hyrolo-next-match-function 107,4033
-(defun hyrolo-google-contacts-p 135,5303
-(defun hyrolo-initialize-file-list 149,5849
-(define-obsolete-variable-alias 'rolo-file-list rolo-file-list165,6498
-(defcustom hyrolo-file-list 166,6573
-(defcustom hyrolo-highlight-face 179,7042
-(defcustom hyrolo-kill-buffers-after-use 185,7214
-(defcustom hyrolo-save-buffers-after-use 191,7415
-(defvar hyrolo-yank-reformat-function 200,7731
-(defun hyrolo-add 210,8169
-(defun hyrolo-display-matches 341,13268
-(defun hyrolo-edit 373,14570
-(defun hyrolo-edit-entry 419,16488
-(defun hyrolo-fgrep 441,17466
-(defun hyrolo-find-file 479,19404
-(defun hyrolo-find-file-noselect 495,20048
-(defun hyrolo-forward-visible-line 504,20448
-(defun hyrolo-grep 514,20778
-(defun hyrolo-grep-or-fgrep 592,24429
-(defun hyrolo-hide-subtree 598,24706
-(defun hyrolo-isearch 612,25171
-(defun hyrolo-isearch-regexp 628,25857
-(defun hyrolo-verify 638,26247
-(defun hyrolo-kill 651,26807
-(defun hyrolo-locate 704,28790
-(defun hyrolo-mail-to 709,28967
-(defun hyrolo-next-match 722,29435
-(defun hyrolo-overview 740,30178
-(defun hyrolo-previous-match 756,30829
-(defun hyrolo-prompt 769,31410
-(defun hyrolo-quit 773,31554
-(defun hyrolo-rename 781,31816
-(defun hyrolo-set-display-buffer 808,32935
-(defun hyrolo-sort 815,33147
-(defun hyrolo-sort-level 857,34776
-(defun hyrolo-sort-lines 880,35958
-(defun hyrolo-toggle-datestamps 897,36682
-(defun hyrolo-toggle-narrow-to-entry 912,37411
-(defun hyrolo-top-level 926,37890
-(defun hyrolo-widen 935,38149
-(defun hyrolo-word 941,38335
-(defun hyrolo-yank 967,39655
-(defun hyrolo-bbdb-fgrep 989,40496
-(defun hyrolo-bbdb-grep 996,40752
-(defun hyrolo-bbdb-grep-file 1024,41901
-(defun hyrolo-bbdb-entry-format 1039,42730
-(defun hyrolo-google-contacts-fgrep 1048,43069
-(defun hyrolo-google-contacts-grep 1055,43359
-(defun hyrolo-google-contacts-grep-file 1080,44354
-(defun hyrolo-google-contacts-insert-data 1093,45151
-(defun hyrolo-google-contacts-insert-generic-list 1188,50940
-(defun hyrolo-retrieve-google-contacts 1203,51541
-(defun hyrolo-helm-org-rifle 1227,52614
-(defun hyrolo-helm-org-directory-rifle 1249,53516
-(defun hyrolo-helm-org-rifle-directories 1268,54294
-(defun hyrolo-org 1278,54794
-(defun hyrolo-org-roam 1292,55424
-(defun hyrolo-back-to-visible-point 1315,56414
-(defun hyrolo-backward-same-level 1323,56776
-(defun hyrolo-fgrep-directories 1330,57044
-(defun hyrolo-fgrep-file 1334,57255
-(defun hyrolo-forward-same-level 1348,57967
-(defun hyrolo-grep-directories 1355,58231
-(defun hyrolo-next-regexp-match 1359,58432
-(defun hyrolo-grep-file 1366,58693
-(defun hyrolo-map-level 1451,62021
-(defun hyrolo-map-single-subtree 1488,63799
-(defun hyrolo-mode 1517,64834
-(defun hyrolo-next-visible-heading 1540,65634
-(defun hyrolo-previous-visible-heading 1548,65932
-(defun hyrolo-to 1556,66234
-(defun hyrolo-to-entry-beginning 1608,68342
-(defun hyrolo-to-entry-end 1623,68920
-(defun hyrolo-up-heading 1642,69553
-(defun hyrolo-add-match 1653,70043
-(defun hyrolo-buffer-exists-p 1665,70587
-(defun hyrolo-current-date 1673,70869
-(defun hyrolo-display-to-entry-end 1677,71023
-(defun hyrolo-format-name 1686,71307
-(defun hyrolo-highlight-matches 1693,71621
-(defun hyrolo-isearch-for-regexp 1704,72024
-(defun hyrolo-kill-buffer 1715,72516
-(defun hyrolo-name-and-email 1722,72838
-(defun hyrolo-name-at 1757,74033
-(defun hyrolo-save-buffer 1770,74517
-(defun hyrolo-set-date 1778,74902
-(defun hyrolo-min-matched-level 1797,75621
-(defun hyrolo-search-directories 1805,75919
-(defun hyrolo-show-levels 1812,76276
-(defun hyrolo-shrink-window 1849,77680
-(defun hyrolo-to-buffer 1862,78125
-(defun hyrolo-move-backward 1866,78257
-(defun hyrolo-move-forward 1878,78701
-(defun hyrolo-mode-outline-level 1893,79159
-(define-obsolete-variable-alias 'rolo-display-buffer 
rolo-display-buffer1914,80033
-(defvar hyrolo-display-buffer 1915,80118
-(defvar hyrolo-entry-group-number 1918,80223
-(defvar hyrolo-entry-trailing-space-group-number 1922,80360
-(define-obsolete-variable-alias 'rolo-entry-regexp 
rolo-entry-regexp1925,80486
-(defvar hyrolo-entry-regexp 1926,80567
-(defconst hyrolo-hdr-format1945,81405
-(defconst hyrolo-hdr-regexp 1953,81764
-(defconst hyrolo-match-regexp 1958,81975
-(defvar hyrolo--wconfig 1963,82199
-(defvar hyrolo-mode-syntax-table 1966,82292
-(defvar hyrolo-mode-map 1976,82678
+(defconst infodock-hyrolo-menu29,859
+(defconst hyrolo-menu-common-body52,1991
+(defconst id-popup-hyrolo-menu72,3105
+(defun hyrolo-menubar-menu 93,3973
+(defun hyrolo-popup-menu 102,4368
+
+hyrolo.el,4820
+(defgroup hyperbole-rolo 63,2343
+(defcustom hyrolo-date-format 67,2458
+(defvar hyrolo-display-format-function74,2708
+(defcustom hyrolo-email-format 80,2950
+(defvar hyrolo-entry-name-regexp 87,3238
+(defcustom hyrolo-file-suffix-regexp 90,3402
+(defcustom hyrolo-find-file-function 95,3583
+(defcustom hyrolo-find-file-noselect-function 101,3827
+(defcustom hyrolo-google-contacts-flag 106,4013
+(defvar hyrolo-next-match-function 113,4280
+(defun hyrolo-google-contacts-p 141,5550
+(defun hyrolo-initialize-file-list 155,6096
+(define-obsolete-variable-alias 'rolo-file-list rolo-file-list174,6908
+(defcustom hyrolo-file-list 175,6983
+(defcustom hyrolo-highlight-face 188,7452
+(defcustom hyrolo-kill-buffers-after-use 194,7624
+(defcustom hyrolo-save-buffers-after-use 200,7825
+(defvar hyrolo-yank-reformat-function 209,8141
+(defun hyrolo-add 219,8579
+(defun hyrolo-display-matches 350,13678
+(defun hyrolo-edit 382,14980
+(defun hyrolo-edit-entry 428,16898
+(defun hyrolo-fgrep 450,17876
+(defun hyrolo-find-file 488,19814
+(defun hyrolo-find-file-noselect 504,20458
+(defun hyrolo-forward-visible-line 513,20858
+(defun hyrolo-grep 523,21188
+(defun hyrolo-grep-or-fgrep 601,24839
+(defun hyrolo-hide-subtree 607,25116
+(defun hyrolo-isearch 621,25581
+(defun hyrolo-isearch-regexp 637,26267
+(defun hyrolo-verify 647,26657
+(defun hyrolo-kill 660,27217
+(defun hyrolo-locate 713,29201
+(defun hyrolo-mail-to 718,29378
+(defun hyrolo-next-match 731,29846
+(defun hyrolo-overview 749,30589
+(defun hyrolo-previous-match 765,31240
+(defun hyrolo-prompt 778,31821
+(defun hyrolo-quit 782,31965
+(defun hyrolo-rename 790,32227
+(defun hyrolo-set-display-buffer 817,33346
+(defun hyrolo-sort 824,33558
+(defun hyrolo-sort-level 866,35187
+(defun hyrolo-sort-lines 889,36369
+(defun hyrolo-toggle-datestamps 906,37093
+(defun hyrolo-toggle-narrow-to-entry 921,37822
+(defun hyrolo-top-level 935,38301
+(defun hyrolo-widen 944,38560
+(defun hyrolo-word 950,38746
+(defun hyrolo-yank 976,40066
+(defun hyrolo-bbdb-fgrep 998,40907
+(defun hyrolo-bbdb-grep 1005,41163
+(defun hyrolo-bbdb-grep-file 1033,42312
+(defun hyrolo-bbdb-entry-format 1048,43141
+(defun hyrolo-google-contacts-fgrep 1057,43480
+(defun hyrolo-google-contacts-grep 1064,43770
+(defun hyrolo-google-contacts-grep-file 1089,44765
+(defun hyrolo-google-contacts-insert-data 1102,45562
+(defun hyrolo-google-contacts-insert-generic-list 1197,51351
+(defun hyrolo-retrieve-google-contacts 1212,51952
+(defun hyrolo-consult-grep 1236,53025
+(defun hyrolo-helm-org-rifle 1252,53554
+(defun hyrolo-helm-org-directory-rifle 1275,54522
+(defun hyrolo-helm-org-rifle-directories 1294,55300
+(defun hyrolo-org 1304,55800
+(defun hyrolo-org-roam 1318,56430
+(defun hyrolo-back-to-visible-point 1341,57420
+(defun hyrolo-backward-same-level 1349,57782
+(defun hyrolo-fgrep-directories 1356,58050
+(defun hyrolo-fgrep-file 1360,58261
+(defun hyrolo-forward-same-level 1374,58973
+(defun hyrolo-grep-directories 1381,59237
+(defun hyrolo-next-regexp-match 1385,59438
+(defun hyrolo-grep-file 1392,59699
+(defun hyrolo-map-level 1477,63048
+(defun hyrolo-map-single-subtree 1514,64826
+(defun hyrolo-mode 1543,65861
+(defun hyrolo-next-visible-heading 1566,66661
+(defun hyrolo-previous-visible-heading 1574,66959
+(defun hyrolo-to 1582,67261
+(defun hyrolo-to-entry-beginning 1634,69369
+(defun hyrolo-to-entry-end 1649,69947
+(defun hyrolo-up-heading 1674,70769
+(defun hyrolo-add-match 1685,71259
+(defun hyrolo-buffer-exists-p 1697,71803
+(defun hyrolo-current-date 1705,72085
+(defun hyrolo-display-to-entry-end 1709,72239
+(defun hyrolo-format-name 1718,72523
+(defun hyrolo-highlight-matches 1725,72837
+(defun hyrolo-isearch-for-regexp 1736,73240
+(defun hyrolo-kill-buffer 1747,73732
+(defun hyrolo-name-and-email 1754,74054
+(defun hyrolo-name-at 1789,75249
+(defun hyrolo-save-buffer 1802,75733
+(defun hyrolo-set-date 1810,76118
+(defun hyrolo-min-matched-level 1829,76837
+(defun hyrolo-search-directories 1837,77135
+(defun hyrolo-show-levels 1844,77492
+(defun hyrolo-shrink-window 1881,78896
+(defun hyrolo-to-buffer 1894,79341
+(defun hyrolo-move-backward 1898,79473
+(defun hyrolo-move-forward 1910,79917
+(defun hyrolo-mode-outline-level 1925,80375
+(define-obsolete-variable-alias 'rolo-display-buffer 
rolo-display-buffer1946,81249
+(defvar hyrolo-display-buffer 1947,81334
+(defvar hyrolo-entry-group-number 1950,81439
+(defvar hyrolo-entry-trailing-space-group-number 1954,81576
+(define-obsolete-variable-alias 'rolo-entry-regexp 
rolo-entry-regexp1957,81702
+(defvar hyrolo-entry-regexp 1958,81783
+(defconst hyrolo-hdr-format1977,82621
+(defconst hyrolo-hdr-regexp 1985,82980
+(defconst hyrolo-match-regexp 1990,83191
+(defvar hyrolo--wconfig 1995,83415
+(defvar hyrolo-mode-syntax-table 1998,83508
+(defvar hyrolo-mode-map 2008,83894
 
 hywconfig.el,642
-(define-obsolete-variable-alias 'wconfig-ring-max wconfig-ring-max59,2047
-(defcustom hywconfig-ring-max 60,2126
-(defun hywconfig-add-by-name 73,2634
-(defun hywconfig-delete-by-name 94,3629
-(defun hywconfig-restore-by-name 108,4312
-(defun hywconfig-delete-pop 125,5161
-(defun hywconfig-delete-pop-continue 138,5670
-(defun hywconfig-ring-empty-p 148,6019
-(defun hywconfig-ring-save 153,6187
-(defun hywconfig-yank-pop 164,6615
-(defun hywconfig-yank-pop-continue 181,7257
-(defun hywconfig-get-names 199,7953
-(defun hywconfig-set-names 207,8243
-(defun hywconfig-get-ring 211,8409
-(defun hywconfig-set-window-configuration 219,8700
-
-set.el,574
-(defvar set:equal-op 28,983
-(defun set:member 37,1331
-(defmacro set:add 45,1595
-(defmacro set:remove 53,1901
-(defun set:combinations 71,2580
-(defun set:create 95,3322
-(defalias 'set:delete set:delete104,3627
-(defun set:difference 105,3662
-(defalias 'set:size set:size116,4058
-(defun set:empty 118,4088
-(defun set:equal 122,4156
-(defun set:get 129,4407
-(defun set:intersection 135,4650
-(defun set:is 145,4988
-(defalias 'set:map set:map154,5252
-(defun set:members 156,5281
-(defun set:replace 164,5522
-(defun set:subset 179,6044
-(defun set:union 189,6386
+(define-obsolete-variable-alias 'wconfig-ring-max wconfig-ring-max61,2094
+(defcustom hywconfig-ring-max 62,2173
+(defun hywconfig-add-by-name 75,2681
+(defun hywconfig-delete-by-name 96,3669
+(defun hywconfig-restore-by-name 110,4359
+(defun hywconfig-delete-pop 127,5208
+(defun hywconfig-delete-pop-continue 140,5717
+(defun hywconfig-ring-empty-p 150,6066
+(defun hywconfig-ring-save 155,6234
+(defun hywconfig-yank-pop 166,6665
+(defun hywconfig-yank-pop-continue 183,7307
+(defun hywconfig-get-names 201,8003
+(defun hywconfig-set-names 209,8296
+(defun hywconfig-get-ring 213,8462
+(defun hywconfig-set-window-configuration 221,8756
+
+set.el,646
+(defvar set:equal-op 31,1032
+(defun set:add 40,1383
+(defun set:member 48,1665
+(defun set:remove 60,2056
+(defun set:remove-key-value 77,2644
+(defun set:combinations 86,2977
+(defun set:create 111,3729
+(defalias 'set:delete set:delete123,4114
+(defun set:difference 124,4149
+(defalias 'set:size set:size135,4534
+(defun set:empty 137,4564
+(defun set:equal 141,4632
+(defun set:get 148,4883
+(defun set:intersection 154,5126
+(defun set:is 164,5464
+(defalias 'set:map set:map173,5728
+(defun set:members 175,5757
+(defun set:replace 183,6009
+(defun set:replace-key-value 191,6320
+(defun set:subset 200,6697
+(defun set:union 210,7039
 
 hypb-ert.el,266
-(defun hypb-ert-run-test 35,898
-(defun hypb-ert-run-tests 43,1142
-(defun hypb-ert-get-require-symbols 48,1308
-(defun hypb-ert-require-libraries 54,1555
-(defal hyperbole-run-test 57,1644
-(defal hyperbole-run-tests 58,1692
-(defun hypb-ert-run-all-tests 60,1742
+(defun hypb-ert-run-test 37,946
+(defun hypb-ert-run-tests 45,1190
+(defun hypb-ert-get-require-symbols 50,1356
+(defun hypb-ert-require-libraries 56,1603
+(defal hyperbole-run-test 59,1692
+(defal hyperbole-run-tests 60,1740
+(defun hypb-ert-run-all-tests 62,1790
 
 hui-dired-sidebar.el,36
-(defun smart-dired-sidebar 33,1140
+(defun smart-dired-sidebar 35,1188
 
-hypb-maintenance.el,149
-(defvar hypb:web-repo-location 19,484
-(defconst hypb:hy-news-header22,593
-(defconst hypb:hy-news-footer35,880
-(defun hypb:web-repo-update 43,968
+hypb-maintenance.el,150
+(defvar hypb:web-repo-location 21,532
+(defconst hypb:hy-news-header24,641
+(defconst hypb:hy-news-footer37,928
+(defun hypb:web-repo-update 45,1016
 
 hui-em-but.el,1154
-(defcustom hproperty:but-highlight-flag 38,1081
-(defcustom hproperty:but-emphasize-flag 43,1251
-(defcustom hproperty:but-flash-time 48,1426
-(defcustom hproperty:but-flash-time-seconds 54,1720
-(defface hbut-flash59,1845
-(defcustom hproperty:flash-face 74,2355
-(defcustom hproperty:highlight-face 80,2532
-(defface hbut-face86,2693
-(defcustom hproperty:but-face 94,2983
-(defface hbut-item-face100,3148
-(defcustom hproperty:item-face 115,3673
-(defun hproperty:but-add 130,4188
-(defun hproperty:but-clear 138,4605
-(defun hproperty:but-create 149,4962
-(defun hproperty:but-create-all 163,5613
-(defun hproperty:but-create-on-yank 175,6226
-(defun hproperty:but-delete 182,6466
-(defun hproperty:but-get 190,6765
-(defsubst hproperty:list-cycle 199,7019
-(defconst hproperty:color-list208,7400
-(defvar hproperty:color-ptr 212,7493
-(defconst hproperty:good-colors215,7597
-(defun hproperty:cycle-but-color 230,8215
-(defun hproperty:but-p 242,8649
-(defun hproperty:set-but-face 248,8900
-(defun hproperty:but-flash 252,9025
-(defun hproperty:select-item 273,9787
-(defun hproperty:select-line 284,10196
-(defvar hproperty:item-button 296,10698
+(defcustom hproperty:but-highlight-flag 40,1129
+(defcustom hproperty:but-emphasize-flag 45,1299
+(defcustom hproperty:but-flash-time 50,1474
+(defcustom hproperty:but-flash-time-seconds 56,1768
+(defface hbut-flash61,1893
+(defcustom hproperty:flash-face 76,2403
+(defcustom hproperty:highlight-face 82,2580
+(defface hbut-face88,2741
+(defcustom hproperty:but-face 96,3031
+(defface hbut-item-face102,3196
+(defcustom hproperty:item-face 117,3721
+(defun hproperty:but-add 132,4236
+(defun hproperty:but-clear 140,4653
+(defun hproperty:but-create 151,5010
+(defun hproperty:but-create-all 165,5661
+(defun hproperty:but-create-on-yank 177,6274
+(defun hproperty:but-delete 184,6514
+(defun hproperty:but-get 192,6813
+(defsubst hproperty:list-cycle 201,7067
+(defconst hproperty:color-list210,7448
+(defvar hproperty:color-ptr 214,7541
+(defconst hproperty:good-colors217,7645
+(defun hproperty:cycle-but-color 232,8263
+(defun hproperty:but-p 244,8697
+(defun hproperty:set-but-face 250,8948
+(defun hproperty:but-flash 254,9073
+(defun hproperty:select-item 275,9835
+(defun hproperty:select-line 286,10244
+(defvar hproperty:item-button 298,10746
 
 hui-register.el,214
-(cl-defstruct hui-register-but29,736
-(defun hui-register-struct-at-point 34,835
-(cl-defmethod register-val-jump-to 51,1479
-(cl-defmethod register-val-describe 60,1862
-(cl-defmethod register-val-insert 67,2180
+(cl-defstruct hui-register-but31,784
+(defun hui-register-struct-at-point 36,883
+(cl-defmethod register-val-jump-to 53,1527
+(cl-defmethod register-val-describe 62,1910
+(cl-defmethod register-val-insert 69,2228
 
 kotl/kexport.el,856
-(defvar kexport:input-filename 38,1269
-(defvar kexport:output-filename 41,1379
-(defcustom kexport:html-body-attributes44,1490
-(defcustom kexport:html-description51,1721
-(defcustom kexport:html-keywords 58,2004
-(defcustom kexport:label-html-font-attributes65,2223
-(defvar kexport:kcell-reference-regexp72,2428
-(defvar kexport:kcell-partial-reference-regexp75,2518
-(defvar kexport:html-replacement-alist78,2603
-(defconst kexport:font-awesome-css-url122,4390
-(defconst kexport:font-awesome-css-include127,4616
-(defconst kexport:font-awesome-css-include-with-menus167,5134
-(defconst kexport:font-awesome-collapsible-javascript301,7714
-(defun kexport:koutline 334,8724
-(defun kexport:display 348,9327
-(defun kexport:html 362,9921
-(defun kexport:html-file-klink 540,16842
-(defun kexport:html-markup 554,17391
-(defun kexport:html-url 562,17654
+(defvar kexport:input-filename 40,1318
+(defvar kexport:output-filename 43,1428
+(defcustom kexport:html-body-attributes46,1539
+(defcustom kexport:html-description53,1770
+(defcustom kexport:html-keywords 60,2053
+(defcustom kexport:label-html-font-attributes67,2272
+(defvar kexport:kcell-reference-regexp74,2477
+(defvar kexport:kcell-partial-reference-regexp77,2567
+(defvar kexport:html-replacement-alist80,2652
+(defconst kexport:font-awesome-css-url124,4439
+(defconst kexport:font-awesome-css-include129,4665
+(defconst kexport:font-awesome-css-include-with-menus169,5183
+(defconst kexport:font-awesome-collapsible-javascript303,7763
+(defun kexport:koutline 336,8773
+(defun kexport:display 350,9376
+(defun kexport:html 364,9970
+(defun kexport:html-file-klink 537,16695
+(defun kexport:html-markup 551,17244
+(defun kexport:html-url 559,17507
 
 kotl/kfile.el,623
-(defconst kfile:version 26,812
-(defvar kfile:escape-newlines 36,1230
-(defun kfile:find 44,1530
-(defun kfile:is-p 68,2299
-(defun kfile:view 85,2788
-(defun kfile:create 104,3487
-(defun kfile:read 160,5595
-(defun kfile:read-v2 186,6614
-(defun kfile:read-v4-or-v3 222,7825
-(defun kfile:update 259,9063
-(defun kfile:write 339,12381
-(defun kfile:build-structure-v2 362,13378
-(defun kfile:insert-attributes-v2 391,14349
-(defun kfile:insert-attributes-v3 416,15322
-(defun kfile:narrow-to-kcells 442,16349
-(defun kfile:print-to-string 462,16993
-(defun kfile:pretty-print 527,19110
-(defun kfile:read-name 534,19483
+(defconst kfile:version 28,860
+(defvar kfile:escape-newlines 38,1278
+(defun kfile:find 46,1578
+(defun kfile:is-p 70,2347
+(defun kfile:view 87,2836
+(defun kfile:create 106,3535
+(defun kfile:read 162,5652
+(defun kfile:read-v2 188,6677
+(defun kfile:read-v4-or-v3 224,7888
+(defun kfile:update 261,9126
+(defun kfile:write 341,12444
+(defun kfile:build-structure-v2 364,13441
+(defun kfile:insert-attributes-v2 393,14412
+(defun kfile:insert-attributes-v3 418,15385
+(defun kfile:narrow-to-kcells 444,16412
+(defun kfile:print-to-string 464,17056
+(defun kfile:pretty-print 529,19173
+(defun kfile:read-name 536,19546
 
 kotl/kfill.el,762
-(defvar kfill:prefix-table22,621
-(defconst kfill:hanging-expression66,2582
-(defvar prior-fill-prefix 74,2874
-(defun kfill:forward-line 83,3284
-(defun kfill:do-auto-fill 93,3597
-(defun kfill:fill-paragraph 106,3953
-(defun set-fill-prefix 144,5650
-(defun kfill:adapt 173,6869
-(defun kfill:c++-comment 186,7191
-(defun kfill:fallback-fill-paragraph 191,7364
-(defun kfill:hanging-list 223,8564
-(defun kfill:lisp-comment 247,9376
-(defun kfill:negate-string 254,9615
-(defun kfill:normal 270,10083
-(defun kfill:normal-included-text 275,10218
-(defun kfill:postscript-comment 282,10465
-(defun kfill:remove-paragraph-prefix 289,10710
-(defun kfill:replace-string 309,11428
-(defun kfill:sh-comment 344,12491
-(defun kfill:supercite-included-text 351,12734
+(defvar kfill:prefix-table24,669
+(defconst kfill:hanging-expression68,2630
+(defvar prior-fill-prefix 76,2922
+(defun kfill:forward-line 85,3332
+(defun kfill:do-auto-fill 95,3645
+(defun kfill:fill-paragraph 108,4001
+(defun set-fill-prefix 146,5698
+(defun kfill:adapt 175,6917
+(defun kfill:c++-comment 188,7239
+(defun kfill:fallback-fill-paragraph 193,7412
+(defun kfill:hanging-list 225,8612
+(defun kfill:lisp-comment 249,9424
+(defun kfill:negate-string 256,9663
+(defun kfill:normal 272,10131
+(defun kfill:normal-included-text 277,10266
+(defun kfill:postscript-comment 284,10513
+(defun kfill:remove-paragraph-prefix 291,10758
+(defun kfill:replace-string 311,11476
+(defun kfill:sh-comment 346,12539
+(defun kfill:supercite-included-text 353,12782
 
 kotl/kimport.el,784
-(defvar kimport:mode-alist29,859
-(defvar kimport:suffix-alist52,1887
-(defconst kimport:star-heading 70,2820
-(defun kimport:file 79,3164
-(defun kimport:insert-buffer 116,4723
-(defun kimport:insert-file 125,5007
-(defun kimport:insert-file-contents 144,5747
-(defun kimport:insert-register 153,6074
-(defun kimport:aug-post-outline 181,7112
-(defun kimport:star-outline 248,9802
-(defun kimport:text 320,12694
-(defun kimport:count-paragraphs 405,16004
-(defun kimport:aug-label-lessp 429,16945
-(defun kimport:aug-post-statements 437,17226
-(defun kimport:copy-and-set-buffer 493,19358
-(defun kimport:initialize 533,20939
-(defun kimport:kcells 587,23214
-(defun kimport:star-entries 626,24797
-(defun kimport:text-paragraphs 680,26816
-(defun kimport:unindent-region 719,28375
+(defvar kimport:mode-alist31,907
+(defvar kimport:suffix-alist54,1935
+(defconst kimport:star-heading 72,2868
+(defun kimport:file 81,3212
+(defun kimport:insert-buffer 117,4776
+(defun kimport:insert-file 126,5060
+(defun kimport:insert-file-contents 145,5806
+(defun kimport:insert-register 154,6133
+(defun kimport:aug-post-outline 182,7171
+(defun kimport:star-outline 248,9884
+(defun kimport:text 319,12797
+(defun kimport:count-paragraphs 405,16110
+(defun kimport:aug-label-lessp 429,17051
+(defun kimport:aug-post-statements 437,17332
+(defun kimport:copy-and-set-buffer 493,19477
+(defun kimport:initialize 534,21057
+(defun kimport:kcells 588,23334
+(defun kimport:star-entries 628,24931
+(defun kimport:text-paragraphs 682,26949
+(defun kimport:unindent-region 721,28508
 
 kotl/klabel.el,1805
-(defvar klabel-type:changing-flag 20,561
-(defun klabel:child 31,899
-(defun klabel:idstamp-p 35,1020
-(defun klabel:increment 42,1215
-(defun klabel:format 46,1341
-(defun klabel:level 57,1827
-(defun klabel:parent 71,2331
-(defun klabel-type:child 78,2512
-(defun klabel-type:increment 93,3042
-(defun klabel-type:parent 109,3728
-(defun klabel:child-alpha 140,4711
-(defun klabel:increment-alpha 148,4950
-(defun klabel:level-alpha 156,5262
-(defun klabel:parent-alpha 177,5793
-(defalias 'klabel:child-partial-alpha klabel:child-partial-alpha190,6167
-(defun klabel:increment-partial-alpha 192,6225
-(defun klabel:child-legal 202,6430
-(defun klabel:increment-legal 209,6613
-(defun klabel:level-legal 219,6982
-(defun klabel:parent-legal 233,7324
-(defun klabel-type:function 259,8309
-(defun klabel-type:alpha-label 284,9237
-(defun klabel-type:legal-label 291,9543
-(defun klabel-type:star-label 305,10173
-(defun klabel-type:set-labels 317,10545
-(defun klabel-type:set-alpha 335,11191
-(defun klabel-type:set-id 376,12927
-(defun klabel-type:set-legal 386,13463
-(defun klabel-type:set-no 421,14962
-(defun klabel-type:set-partial-alpha 431,15480
-(defun klabel-type:set-star 471,17132
-(defun klabel-type:update-labels 485,17818
-(defun klabel-type:update-tree-labels 498,18426
-(defun kotl-label:alpha-to-int 517,19203
-(defun kotl-label:alpha-p 529,19565
-(defun kotl-label:child 533,19738
-(defun kotl-label:create 541,19941
-(defun kotl-label:increment 547,20148
-(defun kotl-label:increment-alpha 572,21274
-(defun kotl-label:increment-int 577,21506
-(defun kotl-label:integer-p 582,21693
-(defun kotl-label:int-to-alpha 590,22073
-(defun kotl-label:is-p 612,22768
-(defun klabel:set 622,23046
-(defun klabel:to-kotl-label 640,23706
-(defun klabel-type:update-labels-from-point 647,24061
+(defvar klabel-type:changing-flag 22,609
+(defun klabel:child 33,947
+(defun klabel:idstamp-p 37,1068
+(defun klabel:increment 44,1263
+(defun klabel:format 48,1389
+(defun klabel:level 59,1875
+(defun klabel:parent 73,2379
+(defun klabel-type:child 80,2560
+(defun klabel-type:increment 95,3090
+(defun klabel-type:parent 111,3776
+(defun klabel:child-alpha 142,4759
+(defun klabel:increment-alpha 150,4998
+(defun klabel:level-alpha 158,5310
+(defun klabel:parent-alpha 179,5841
+(defalias 'klabel:child-partial-alpha klabel:child-partial-alpha192,6215
+(defun klabel:increment-partial-alpha 194,6273
+(defun klabel:child-legal 204,6478
+(defun klabel:increment-legal 211,6661
+(defun klabel:level-legal 221,7030
+(defun klabel:parent-legal 235,7372
+(defun klabel-type:function 261,8357
+(defun klabel-type:alpha-label 286,9285
+(defun klabel-type:legal-label 293,9591
+(defun klabel-type:star-label 307,10221
+(defun klabel-type:set-labels 319,10593
+(defun klabel-type:set-alpha 337,11239
+(defun klabel-type:set-id 378,12975
+(defun klabel-type:set-legal 388,13511
+(defun klabel-type:set-no 423,15010
+(defun klabel-type:set-partial-alpha 433,15528
+(defun klabel-type:set-star 473,17180
+(defun klabel-type:update-labels 487,17866
+(defun klabel-type:update-tree-labels 500,18474
+(defun kotl-label:alpha-to-int 519,19251
+(defun kotl-label:alpha-p 531,19613
+(defun kotl-label:child 535,19786
+(defun kotl-label:create 543,19989
+(defun kotl-label:increment 549,20196
+(defun kotl-label:increment-alpha 574,21322
+(defun kotl-label:increment-int 579,21554
+(defun kotl-label:integer-p 584,21741
+(defun kotl-label:int-to-alpha 592,22121
+(defun kotl-label:is-p 614,22816
+(defun klabel:set 624,23094
+(defun klabel:to-kotl-label 642,23754
+(defun klabel-type:update-labels-from-point 649,24109
 
 kotl/klink.el,470
-(defcustom klink:ignore-modes72,2412
-(defcustom klink:c-style-modes78,2660
-(defun klink:absolute 88,3038
-(defun klink:create 103,3785
-(defun klink:at-p 143,5522
-(defun klink:set-yank-handler 206,8250
-(defib klink 221,8843
-(defact link-to-kotl 231,9183
-(defun klink:act 267,10604
-(defun klink:parse 276,10940
-(defun klink:replace-label 307,12050
-(defun klink:update-label 321,12532
-(defun klink:yank-handler 334,13086
-(defvar klink:cell-ref-regexp353,13906
+(defcustom klink:ignore-modes74,2460
+(defcustom klink:c-style-modes80,2708
+(defun klink:absolute 90,3086
+(defun klink:create 105,3833
+(defun klink:at-p 145,5570
+(defun klink:set-yank-handler 208,8298
+(defib klink 223,8891
+(defact link-to-kotl 233,9231
+(defun klink:act 269,10652
+(defun klink:parse 278,10988
+(defun klink:replace-label 309,12098
+(defun klink:update-label 323,12580
+(defun klink:yank-handler 336,13134
+(defvar klink:cell-ref-regexp355,13954
 
 kotl/kmenu.el,236
-(defconst kotl-menu-common-body26,805
-(defconst kotl-menu-common-preamble135,5969
-(defconst kotl-menu-common-postamble147,6449
-(defconst id-popup-kotl-menu167,7277
-(defun kotl-menubar-menu 177,7598
-(defun kotl-popup-menu 186,7998
+(defconst kotl-menu-common-body28,853
+(defconst kotl-menu-common-preamble137,6017
+(defconst kotl-menu-common-postamble149,6497
+(defconst id-popup-kotl-menu169,7325
+(defun kotl-menubar-menu 179,7646
+(defun kotl-popup-menu 188,8046
 
 kotl/kotl-mode.el,9250
-(defvar kotl-mode-map 35,1183
-(defvar kotl-previous-mode 38,1273
-(defcustom kotl-mode:shrink-region-flag 41,1377
-(defcustom kotl-mode:refill-flag 50,1750
-(defcustom kotl-mode:tab-flag 58,2090
-(defcustom kotl-mode:indent-tabs-mode 65,2441
-(defvar yank-window-start 74,2862
-(defvar yank-undo-function 75,2893
-(defun kotl-mode 91,3541
-(defun kotl-mode:example 216,8781
-(defalias 
'kotl-mode:backward-delete-char-untabifykotl-mode:backward-delete-char-untabify272,11197
-(defalias 
'kotl-mode:backward-delete-charkotl-mode:backward-delete-char274,11283
-(defalias 
'kotl-mode:delete-forward-charkotl-mode:delete-forward-char276,11360
-(defalias 'kotl-mode:left-char kotl-mode:left-char278,11427
-(defalias 'kotl-mode:right-char kotl-mode:right-char279,11484
-(defun kotl-mode:backward-kill-word 281,11542
-(defun kotl-mode:backward-or-forward-delete-char 297,12062
-(defun kotl-mode:center-line 305,12477
-(defun kotl-mode:center-paragraph 328,13325
-(defun kotl-mode:copy-kcell-reference-to-register 350,14124
-(defun kotl-mode:copy-absolute-kcell-link-to-kill-ring 365,14778
-(defun kotl-mode:copy-relative-kcell-link-to-kill-ring 372,15061
-(defun kotl-mode:copy-absolute-kcell-link-to-register 378,15298
-(defun kotl-mode:copy-relative-kcell-link-to-register 385,15628
-(defun kotl-mode:copy-region-as-kill 392,15948
-(defun kotl-mode:copy-to-register 397,16131
-(defun kotl-mode:delete-backward-char 410,16595
-(defun kotl-mode:delete-blank-lines 424,17112
-(defun kotl-mode:delete-char 447,17978
-(defun kotl-mode:delete-horizontal-space 511,20222
-(defun kotl-mode:delete-indentation 522,20522
-(defun kotl-mode:skip-filling-p 547,21414
-(defun kotl-mode:fill-cell 562,21895
-(defun kotl-mode:fill-paragraph 618,24175
-(defun kotl-mode:fill-tree 651,25579
-(defun kotl-mode:just-one-space 659,25979
-(defun kotl-mode:kill-line 668,26266
-(defalias 'kotl-mode:kill-visual-line kotl-mode:kill-visual-line701,27391
-(defun kotl-mode:kill-whole-line 703,27452
-(defun kotl-mode:kill-region 709,27615
-(defun kotl-mode:kill-or-copy-region 765,29959
-(defalias 'kotl-mode:completion-kill-region 
kotl-mode:completion-kill-region800,31137
-(defalias 'kotl-mode:kill-ring-save kotl-mode:kill-ring-save803,31224
-(defun kotl-mode:kill-sentence 805,31293
-(defun kotl-mode:kill-word 821,31795
-(defun kotl-mode:newline 837,32279
-(defalias 'kotl-mode:electric-indent-just-newline 
kotl-mode:electric-indent-just-newline857,32833
-(defalias 'kotl-mode:electric-newline-and-maybe-indent 
kotl-mode:electric-newline-and-maybe-indent858,32903
-(defalias 'kotl-mode:newline-and-indent kotl-mode:newline-and-indent859,32978
-(defalias 'kotl-mode:reindent-then-newline-and-indent 
kotl-mode:reindent-then-newline-and-indent860,33038
-(defun kotl-mode:open-line 862,33113
-(defun kotl-mode:quoted-insert 881,33698
-(defun kotl-mode:set-fill-prefix 920,35311
-(defun kotl-mode:tab-command 926,35538
-(defun kotl-mode:toggle-indent-tabs-mode 941,36157
-(defun kotl-mode:toggle-tab-flag 950,36564
-(defun kotl-mode:transpose-chars 961,37103
-(defun kotl-mode:transpose-lines 974,37792
-(defun kotl-mode:transpose-paragraphs 1025,39720
-(defun kotl-mode:transpose-sentences 1030,39922
-(defun kotl-mode:transpose-words 1035,40113
-(defun kotl-mode:untab-command 1043,40524
-(defun kotl-mode:zap-to-char 1060,41223
-(defun kotl-mode:append-cell 1071,41685
-(defun kotl-mode:clipboard-yank 1096,42730
-(defun kotl-mode:copy-after 1102,42917
-(defun kotl-mode:copy-before 1127,43888
-(defun kotl-mode:move-after 1152,44914
-(defun kotl-mode:move-before 1249,48870
-(defun kotl-mode:yank 1343,52807
-(defun kotl-mode:yank-pop 1378,54302
-(defalias 'kotl-mode:scroll-down-command 
kotl-mode:scroll-down-command1424,56225
-(defalias 'kotl-mode:scroll-up-command kotl-mode:scroll-up-command1425,56290
-(defun kotl-mode:back-to-indentation 1427,56353
-(defun kotl-mode:backward-cell 1434,56588
-(defun kotl-mode:backward-char 1455,57378
-(defun kotl-mode:backward-paragraph 1476,58016
-(defalias 'kotl-mode:backward-para kotl-mode:backward-para1490,58498
-(defun kotl-mode:backward-sentence 1492,58565
-(defun kotl-mode:backward-word 1521,59600
-(defun kotl-mode:beginning-of-buffer 1540,60118
-(defun kotl-mode:beginning-of-cell 1551,60472
-(defun kotl-mode:beginning-of-line 1564,60927
-(defalias 'kotl-mode:beginning-of-visual-line 
kotl-mode:beginning-of-visual-line1579,61491
-(defalias 'kotl-mode:move-beginning-of-line 
kotl-mode:move-beginning-of-line1580,61567
-(defun kotl-mode:beginning-of-tree 1582,61642
-(defun kotl-mode:down-level 1595,62184
-(defun kotl-mode:end-of-buffer 1615,62822
-(defun kotl-mode:end-of-cell 1627,63187
-(defun kotl-mode:to-end-of-line 1643,63850
-(defalias 'kotl-mode:end-of-line kotl-mode:end-of-line1658,64419
-(defalias 'kotl-mode:end-of-visual-line 
kotl-mode:end-of-visual-line1659,64479
-(defalias 'kotl-mode:move-end-of-line kotl-mode:move-end-of-line1660,64546
-(defun kotl-mode:end-of-tree 1662,64612
-(defun kotl-mode:first-sibling 1685,65602
-(defun kotl-mode:forward-cell 1697,66134
-(defun kotl-mode:forward-char 1712,66722
-(defun kotl-mode:forward-paragraph 1732,67320
-(defalias 'kotl-mode:forward-para kotl-mode:forward-para1755,68143
-(defun kotl-mode:forward-sentence 1757,68208
-(defun kotl-mode:forward-word 1785,69180
-(defun kotl-mode:goto-cell 1808,69929
-(defun kotl-mode:head-cell 1848,71551
-(defun kotl-mode:last-sibling 1859,71925
-(defun kotl-mode:mark-paragraph 1871,72457
-(defun kotl-mode:mark-whole-buffer 1881,72776
-(defun kotl-mode:next-cell 1889,73029
-(defun kotl-mode:next-line 1903,73494
-(defun kotl-mode:next-tree 1928,74376
-(defun kotl-mode:previous-line 1940,74890
-(defun kotl-mode:previous-cell 1964,75753
-(defun kotl-mode:scroll-down 1985,76449
-(defun kotl-mode:scroll-up 1994,76766
-(defun kotl-mode:tail-cell 2003,77073
-(defun kotl-mode:up-level 2015,77466
-(defun kotl-mode:bobp 2041,78418
-(defun kotl-mode:bocp 2048,78638
-(defun kotl-mode:bolp 2061,79072
-(defun kotl-mode:buffer-empty-p 2066,79221
-(defun kotl-mode:eobp 2072,79408
-(defun kotl-mode:eocp 2077,79566
-(defun kotl-mode:eolp 2088,79877
-(defun kotl-mode:first-cell-p 2099,80292
-(defalias 'kotl-mode:first-line-p kotl-mode:first-line-p2103,80434
-(defun kotl-mode:last-cell-p 2105,80484
-(defun kotl-mode:last-line-p 2109,80620
-(defun kotl-mode:action-key 2120,80967
-(defun kotl-mode:assist-key 2162,82863
-(defun kotl-mode:add-child 2203,84748
-(defun kotl-mode:add-parent 2208,84896
-(defun kotl-mode:add-cell 2213,85048
-(defun kotl-mode:demote-tree 2296,88262
-(defun kotl-mode:exchange-cells 2358,90442
-(defun kotl-mode:kill-contents 2436,93287
-(defun kotl-mode:kill-tree 2444,93535
-(defun kotl-mode:move-tree-backward 2472,94547
-(defun kotl-mode:move-tree-forward 2481,94911
-(defun kotl-mode:promote-tree 2505,95869
-(defun kotl-mode:remove-cell-attribute 2549,97373
-(defun kotl-mode:set-cell-attribute 2594,99047
-(defun kotl-mode:set-or-remove-cell-attribute 2652,101314
-(defun kotl-mode:split-cell 2674,102327
-(defun kotl-mode:transpose-cells 2705,103526
-(defun kotl-mode:copy-region-to-buffer 2759,105622
-(defun kotl-mode:copy-tree-to-buffer 2782,106613
-(defun kotl-mode:copy-tree-or-region-to-buffer 2812,107951
-(defun kotl-mode:mail-tree 2825,108454
-(defun kotl-mode:collapse-tree 2852,109396
-(defun kotl-mode:expand-tree 2864,109879
-(defun kotl-mode:toggle-tree-expansion 2878,110426
-(defun kotl-mode:overview 2891,110874
-(defun kotl-mode:show-all 2901,111160
-(defun kotl-mode:top-cells 2915,111650
-(defun kotl-mode:hide-sublevels 2930,112138
-(defun kotl-mode:hide-subtree 2941,112648
-(defun kotl-mode:show-subtree 2958,113280
-(defun kotl-mode:hide-tree 2964,113485
-(defun kotl-mode:show-tree 2984,114212
-(defun kotl-mode:cell-attributes 2989,114365
-(defun kotl-mode:cell-help 3004,114938
-(defun kotl-mode:get-cell-attribute 3051,116711
-(defun kotl-mode:org-delete-backward-char 3077,117781
-(defun kotl-mode:org-delete-char 3087,118282
-(defun kotl-mode:org-force-self-insert 3097,118761
-(defun kotl-mode:orgtbl-ctrl-c-ctrl-c 3103,118941
-(defun kotl-mode:orgtbl-create-or-convert-from-region 3111,119219
-(defun kotl-mode:orgtbl-self-insert-command 3119,119572
-(defun kotl-mode:add-indent-to-region 3132,120102
-(defun kotl-mode:delete-line 3144,120606
-(defun kotl-mode:exchange-point-and-mark 3158,121094
-(defun kotl-mode:indent-line 3164,121372
-(defun kotl-mode:indent-region 3178,121862
-(defun kotl-mode:is-p 3183,121990
-(defun kotl-mode:shrink-region 3190,122218
-(defun kotl-mode:valid-region-p 3209,123094
-(defun kotl-mode:maybe-shrink-region-p 3219,123488
-(defun kotl-mode:tree-end 3244,124474
-(defun kotl-mode:tree-start 3263,125221
-(defun kotl-mode:line-move 3268,125410
-(defun kotl-mode:pre-self-insert-command 3287,126083
-(defun kotl-mode:print-attributes 3299,126685
-(defun kotl-mode:isearch-open-invisible 3318,127434
-(defun kotl-mode:reveal-toggle-invisible 3321,127578
-(defun kotl-mode:set-temp-goal-column 3362,129283
-(defun kotl-mode:to-visible-position 3373,129685
-(defun kotl-mode:to-valid-position 3386,130266
-(defun kotl-mode:transpose-lines-internal 3403,130968
-(defun kotl-mode:update-buffer 3426,131743
-(defun kotl-mode:maintain-region-highlight 3437,132066
-(defun delete-selection-pre-hook 3658,141637
+(defvar kotl-mode-map 37,1231
+(defvar kotl-previous-mode 40,1321
+(defcustom kotl-mode:shrink-region-flag 43,1425
+(defcustom kotl-mode:refill-flag 52,1798
+(defcustom kotl-mode:tab-flag 60,2138
+(defcustom kotl-mode:indent-tabs-mode 67,2489
+(defvar yank-window-start 76,2910
+(defvar yank-undo-function 77,2941
+(defun kotl-mode 93,3589
+(defun kotl-mode:example 218,8829
+(defalias 
'kotl-mode:backward-delete-char-untabifykotl-mode:backward-delete-char-untabify274,11245
+(defalias 
'kotl-mode:backward-delete-charkotl-mode:backward-delete-char276,11331
+(defalias 
'kotl-mode:delete-forward-charkotl-mode:delete-forward-char278,11408
+(defalias 'kotl-mode:left-char kotl-mode:left-char280,11475
+(defalias 'kotl-mode:right-char kotl-mode:right-char281,11532
+(defun kotl-mode:backward-kill-word 283,11590
+(defun kotl-mode:backward-or-forward-delete-char 299,12110
+(defun kotl-mode:center-line 307,12525
+(defun kotl-mode:center-paragraph 330,13373
+(defun kotl-mode:copy-kcell-reference-to-register 352,14172
+(defun kotl-mode:copy-absolute-kcell-link-to-kill-ring 367,14826
+(defun kotl-mode:copy-relative-kcell-link-to-kill-ring 374,15109
+(defun kotl-mode:copy-absolute-kcell-link-to-register 380,15346
+(defun kotl-mode:copy-relative-kcell-link-to-register 387,15676
+(defun kotl-mode:copy-region-as-kill 394,15996
+(defun kotl-mode:copy-to-register 399,16179
+(defun kotl-mode:delete-backward-char 412,16643
+(defun kotl-mode:delete-blank-lines 426,17160
+(defun kotl-mode:delete-char 449,18026
+(defun kotl-mode:delete-horizontal-space 513,20270
+(defun kotl-mode:delete-indentation 524,20570
+(defun kotl-mode:skip-filling-p 549,21462
+(defun kotl-mode:fill-cell 564,21943
+(defun kotl-mode:fill-paragraph 620,24223
+(defun kotl-mode:fill-tree 653,25627
+(defun kotl-mode:just-one-space 661,26027
+(defun kotl-mode:kill-line 670,26314
+(defalias 'kotl-mode:kill-visual-line kotl-mode:kill-visual-line703,27439
+(defun kotl-mode:kill-whole-line 705,27500
+(defun kotl-mode:kill-region 711,27663
+(defun kotl-mode:kill-or-copy-region 767,30007
+(defalias 'kotl-mode:completion-kill-region 
kotl-mode:completion-kill-region802,31185
+(defalias 'kotl-mode:kill-ring-save kotl-mode:kill-ring-save805,31272
+(defun kotl-mode:kill-sentence 807,31341
+(defun kotl-mode:kill-word 823,31843
+(defun kotl-mode:newline 839,32327
+(defalias 'kotl-mode:electric-indent-just-newline 
kotl-mode:electric-indent-just-newline859,32881
+(defalias 'kotl-mode:electric-newline-and-maybe-indent 
kotl-mode:electric-newline-and-maybe-indent860,32951
+(defalias 'kotl-mode:newline-and-indent kotl-mode:newline-and-indent861,33026
+(defalias 'kotl-mode:reindent-then-newline-and-indent 
kotl-mode:reindent-then-newline-and-indent862,33086
+(defun kotl-mode:open-line 864,33161
+(defun kotl-mode:quoted-insert 883,33746
+(defun kotl-mode:set-fill-prefix 922,35359
+(defun kotl-mode:tab-command 928,35586
+(defun kotl-mode:toggle-indent-tabs-mode 943,36205
+(defun kotl-mode:toggle-tab-flag 952,36612
+(defun kotl-mode:transpose-chars 963,37151
+(defun kotl-mode:transpose-lines 976,37840
+(defun kotl-mode:transpose-paragraphs 1027,39768
+(defun kotl-mode:transpose-sentences 1032,39970
+(defun kotl-mode:transpose-words 1037,40161
+(defun kotl-mode:untab-command 1045,40572
+(defun kotl-mode:zap-to-char 1062,41271
+(defun kotl-mode:append-cell 1073,41733
+(defun kotl-mode:clipboard-yank 1098,42778
+(defun kotl-mode:copy-after 1104,42965
+(defun kotl-mode:copy-before 1129,43936
+(defun kotl-mode:move-after 1154,44962
+(defun kotl-mode:move-before 1251,48918
+(defun kotl-mode:yank 1345,52855
+(defun kotl-mode:yank-pop 1380,54350
+(defalias 'kotl-mode:scroll-down-command 
kotl-mode:scroll-down-command1426,56273
+(defalias 'kotl-mode:scroll-up-command kotl-mode:scroll-up-command1427,56338
+(defun kotl-mode:back-to-indentation 1429,56401
+(defun kotl-mode:backward-cell 1436,56636
+(defun kotl-mode:backward-char 1457,57426
+(defun kotl-mode:backward-paragraph 1478,58064
+(defalias 'kotl-mode:backward-para kotl-mode:backward-para1492,58546
+(defun kotl-mode:backward-sentence 1494,58613
+(defun kotl-mode:backward-word 1523,59648
+(defun kotl-mode:beginning-of-buffer 1542,60166
+(defun kotl-mode:beginning-of-cell 1553,60520
+(defun kotl-mode:beginning-of-line 1566,60975
+(defalias 'kotl-mode:beginning-of-visual-line 
kotl-mode:beginning-of-visual-line1581,61539
+(defalias 'kotl-mode:move-beginning-of-line 
kotl-mode:move-beginning-of-line1582,61615
+(defun kotl-mode:beginning-of-tree 1584,61690
+(defun kotl-mode:down-level 1597,62232
+(defun kotl-mode:end-of-buffer 1617,62870
+(defun kotl-mode:end-of-cell 1629,63235
+(defun kotl-mode:to-end-of-line 1645,63898
+(defalias 'kotl-mode:end-of-line kotl-mode:end-of-line1660,64467
+(defalias 'kotl-mode:end-of-visual-line 
kotl-mode:end-of-visual-line1661,64527
+(defalias 'kotl-mode:move-end-of-line kotl-mode:move-end-of-line1662,64594
+(defun kotl-mode:end-of-tree 1664,64660
+(defun kotl-mode:first-sibling 1687,65650
+(defun kotl-mode:forward-cell 1699,66182
+(defun kotl-mode:forward-char 1714,66770
+(defun kotl-mode:forward-paragraph 1734,67368
+(defalias 'kotl-mode:forward-para kotl-mode:forward-para1757,68191
+(defun kotl-mode:forward-sentence 1759,68256
+(defun kotl-mode:forward-word 1787,69228
+(defun kotl-mode:goto-cell 1810,69977
+(defun kotl-mode:head-cell 1850,71599
+(defun kotl-mode:last-sibling 1861,71973
+(defun kotl-mode:mark-paragraph 1873,72505
+(defun kotl-mode:mark-whole-buffer 1883,72824
+(defun kotl-mode:next-cell 1891,73077
+(defun kotl-mode:next-line 1905,73542
+(defun kotl-mode:next-tree 1930,74424
+(defun kotl-mode:previous-line 1942,74938
+(defun kotl-mode:previous-cell 1966,75801
+(defun kotl-mode:scroll-down 1987,76497
+(defun kotl-mode:scroll-up 1996,76814
+(defun kotl-mode:tail-cell 2005,77121
+(defun kotl-mode:up-level 2017,77514
+(defun kotl-mode:bobp 2043,78466
+(defun kotl-mode:bocp 2050,78686
+(defun kotl-mode:bolp 2063,79120
+(defun kotl-mode:buffer-empty-p 2068,79269
+(defun kotl-mode:eobp 2074,79456
+(defun kotl-mode:eocp 2079,79614
+(defun kotl-mode:eolp 2090,79925
+(defun kotl-mode:first-cell-p 2101,80340
+(defalias 'kotl-mode:first-line-p kotl-mode:first-line-p2105,80482
+(defun kotl-mode:last-cell-p 2107,80532
+(defun kotl-mode:last-line-p 2111,80668
+(defun kotl-mode:action-key 2122,81015
+(defun kotl-mode:assist-key 2164,82911
+(defun kotl-mode:add-child 2205,84796
+(defun kotl-mode:add-parent 2210,84944
+(defun kotl-mode:add-cell 2215,85096
+(defun kotl-mode:demote-tree 2298,88310
+(defun kotl-mode:exchange-cells 2360,90490
+(defun kotl-mode:kill-contents 2438,93335
+(defun kotl-mode:kill-tree 2446,93583
+(defun kotl-mode:move-tree-backward 2474,94595
+(defun kotl-mode:move-tree-forward 2483,94959
+(defun kotl-mode:promote-tree 2507,95917
+(defun kotl-mode:remove-cell-attribute 2551,97421
+(defun kotl-mode:set-cell-attribute 2596,99095
+(defun kotl-mode:set-or-remove-cell-attribute 2654,101362
+(defun kotl-mode:split-cell 2676,102375
+(defun kotl-mode:transpose-cells 2707,103574
+(defun kotl-mode:copy-region-to-buffer 2761,105670
+(defun kotl-mode:copy-tree-to-buffer 2784,106661
+(defun kotl-mode:copy-tree-or-region-to-buffer 2814,107999
+(defun kotl-mode:mail-tree 2827,108502
+(defun kotl-mode:collapse-tree 2854,109444
+(defun kotl-mode:expand-tree 2866,109927
+(defun kotl-mode:toggle-tree-expansion 2880,110474
+(defun kotl-mode:overview 2893,110922
+(defun kotl-mode:show-all 2903,111208
+(defun kotl-mode:top-cells 2917,111698
+(defun kotl-mode:hide-sublevels 2932,112186
+(defun kotl-mode:hide-subtree 2943,112696
+(defun kotl-mode:show-subtree 2960,113328
+(defun kotl-mode:hide-tree 2966,113533
+(defun kotl-mode:show-tree 2986,114260
+(defun kotl-mode:cell-attributes 2991,114413
+(defun kotl-mode:cell-help 3006,114986
+(defun kotl-mode:get-cell-attribute 3053,116759
+(defun kotl-mode:org-delete-backward-char 3079,117829
+(defun kotl-mode:org-delete-char 3089,118330
+(defun kotl-mode:org-force-self-insert 3099,118809
+(defun kotl-mode:orgtbl-ctrl-c-ctrl-c 3105,118989
+(defun kotl-mode:orgtbl-create-or-convert-from-region 3113,119267
+(defun kotl-mode:orgtbl-self-insert-command 3121,119620
+(defun kotl-mode:add-indent-to-region 3134,120150
+(defun kotl-mode:delete-line 3146,120654
+(defun kotl-mode:exchange-point-and-mark 3160,121142
+(defun kotl-mode:indent-line 3166,121420
+(defun kotl-mode:indent-region 3180,121910
+(defun kotl-mode:is-p 3185,122038
+(defun kotl-mode:shrink-region 3192,122266
+(defun kotl-mode:valid-region-p 3211,123142
+(defun kotl-mode:maybe-shrink-region-p 3221,123536
+(defun kotl-mode:tree-end 3246,124522
+(defun kotl-mode:tree-start 3265,125269
+(defun kotl-mode:line-move 3270,125458
+(defun kotl-mode:pre-self-insert-command 3289,126131
+(defun kotl-mode:print-attributes 3301,126733
+(defun kotl-mode:isearch-open-invisible 3320,127482
+(defun kotl-mode:reveal-toggle-invisible 3323,127626
+(defun kotl-mode:set-temp-goal-column 3364,129331
+(defun kotl-mode:to-visible-position 3375,129733
+(defun kotl-mode:to-valid-position 3388,130314
+(defun kotl-mode:transpose-lines-internal 3405,131016
+(defun kotl-mode:update-buffer 3428,131791
+(defun kotl-mode:maintain-region-highlight 3439,132114
+(defun delete-selection-pre-hook 3660,141685
 
 kotl/kotl-orgtbl.el,154
-(defun orgtbl-tab 59,2571
-(defun kotl-mode:transpose-lines-up 70,2976
-(defun kotl-mode:transpose-lines-down 80,3300
-(defun orgtbl-meta-return 85,3382
+(defun orgtbl-tab 61,2619
+(defun kotl-mode:transpose-lines-up 72,3024
+(defun kotl-mode:transpose-lines-down 82,3348
+(defun orgtbl-meta-return 87,3430
 
 kotl/kcell.el,692
-(defvar kcell:read-only-attributes38,1471
-(defun kcell:copy 51,1928
-(defun kcell:create 55,2004
-(defun kcell:create-top 65,2331
-(defalias 'kcell:get-attr kcell:get-attr71,2586
-(defun kcell:is-p 73,2625
-(defun kcell:parse-cell-ref 78,2743
-(defun kcell:plist 96,3464
-(defun kcell:ref-to-id 101,3566
-(defun kcell:remove-attr 179,6779
-(defalias 'kcell:set-attr kcell:set-attr199,7260
-(defun kcell:set-create-time 201,7299
-(defun kcell:set-creator 205,7441
-(defun kcell-data:create 213,7674
-(defun kcell-data:idstamp 224,8133
-(defun kcell-data:plist-v2 227,8196
-(defun kcell-data:plist-v3 230,8260
-(defun kcell-data:to-kcell-v2 233,8324
-(defun kcell-data:to-kcell-v3 238,8470
+(defvar kcell:read-only-attributes40,1519
+(defun kcell:copy 53,1976
+(defun kcell:create 57,2052
+(defun kcell:create-top 67,2379
+(defalias 'kcell:get-attr kcell:get-attr73,2634
+(defun kcell:is-p 75,2673
+(defun kcell:parse-cell-ref 80,2791
+(defun kcell:plist 98,3512
+(defun kcell:ref-to-id 103,3614
+(defun kcell:remove-attr 181,6827
+(defalias 'kcell:set-attr kcell:set-attr201,7308
+(defun kcell:set-create-time 203,7347
+(defun kcell:set-creator 207,7489
+(defun kcell-data:create 215,7722
+(defun kcell-data:idstamp 226,8181
+(defun kcell-data:plist-v2 229,8244
+(defun kcell-data:plist-v3 232,8308
+(defun kcell-data:to-kcell-v2 235,8372
+(defun kcell-data:to-kcell-v3 240,8518
 
 kotl/kproperty.el,602
-(defun kproperty:add-properties 29,926
-(defun kproperty:remove-properties 34,1103
-(defun kproperty:all-positions 39,1289
-(defalias 'kproperty:get kproperty:get46,1637
-(defun kproperty:map 48,1683
-(defalias 'kproperty:next-single-change kproperty:next-single-change64,2314
-(defun kproperty:position 66,2385
-(defalias 'kproperty:previous-single-change 
kproperty:previous-single-change73,2730
-(defalias 'kproperty:properties kproperty:properties75,2809
-(defun kproperty:put 77,2863
-(defun kproperty:remove 85,3246
-(defun kproperty:replace-separator 103,4072
-(defun kproperty:set 116,4663
-
-kotl/kview.el,3724
-(define-obsolete-variable-alias 'label-sep-len label-sep-len23,689
-(defvar kview-label-sep-len 24,766
-(defcustom kview:default-blank-lines 33,1079
-(defvar kview:default-levels-to-show 40,1321
-(defvar kview:default-lines-to-show 43,1440
-(defcustom kview:default-label-min-width 46,1560
-(defcustom kview:default-label-separator 53,1863
-(defconst kview:outline-regexp 59,2055
-(defcustom kview:default-label-type 62,2235
-(defcustom kview:default-level-indent 76,2816
-(defun kcell-view:backward 91,3322
-(defun kcell-view:cell 119,4295
-(defun kcell-view:cell-from-ref 123,4433
-(defun kcell-view:child 138,5132
-(defun kcell-view:child-p 158,5971
-(defun kcell-view:collapse 168,6361
-(defun kcell-view:collapsed-p 177,6773
-(defun kcell-view:hide 190,7363
-(defun kcell-view:invisible-p 196,7637
-(defun kcell-view:contents 212,8313
-(defun kcell-view:create 232,9060
-(defun kcell-view:end 289,11259
-(defun kcell-view:end-contents 298,11525
-(defun kcell-view:expand 308,11823
-(defun kcell-view:forward 314,12088
-(defun kcell-view:get-attr 342,13093
-(defun kcell-view:idstamp-integer 355,13567
-(defun kcell-view:idstamp 361,13791
-(defun kcell-view:indent 367,14024
-(defun kcell-view:label 377,14440
-(defun kcell-view:level 390,14896
-(defun kcell-view:line 401,15457
-(defun kcell-view:lines-visible 410,15802
-(defun kcell-view:next 420,16257
-(defun kcell-view:next-invisible-p 428,16564
-(defun kcell-view:operate 433,16822
-(defun kcell-view:parent 441,17151
-(defun kcell-view:previous 463,18037
-(defun kcell-view:plist 471,18360
-(defun kcell-view:plist-point 475,18509
-(defun kcell-view:to-label-end 480,18708
-(defun kcell-view:absolute-reference 501,19687
-(defun kcell-view:reference 512,20194
-(defun kcell-view:remove-attr 524,20818
-(defun kcell-view:set-attr 539,21434
-(defun kcell-view:set-cell 555,22111
-(defun kcell-view:sibling-p 562,22349
-(defun kcell-view:start 570,22640
-(defun kcell-view:to-visible-label-end 576,22891
-(defun kcell-view:visible-label 591,23541
-(defun kview:add-cell 604,23977
-(defun kview:beginning-of-actual-line 617,24630
-(defun kview:buffer 622,24813
-(defun kview:char-invisible-p 628,24987
-(defun kview:char-visible-p 637,25309
-(defun kview:create 645,25615
-(defun kview:delete-region 702,27891
-(defun kview:end-of-actual-line 706,28025
-(defun kview:fill-region 711,28196
-(defun kview:first-invisible-point 736,29139
-(defun kview:first-visible-point 752,29865
-(defun kview:get-cells-status 765,30421
-(defun kview:goto-cell-id 786,31327
-(defun kview:id-counter 798,31746
-(defun kview:id-increment 802,31911
-(defun kview:idstamp-to-label 808,32131
-(defun kview:insert-contents 814,32343
-(defun kview:is-p 861,33977
-(defun kview:kotl 866,34082
-(defun kview:label 871,34237
-(defun kview:label-function 876,34459
-(defun kview:label-min-width 883,34826
-(defun kview:label-separator 889,35068
-(defun kview:label-separator-length 895,35310
-(defun kview:label-type 900,35535
-(defun kview:level-indent 906,35757
-(defun kview:map-branch 912,35991
-(defun kview:map-cells 944,37417
-(defun kview:map-region 957,37873
-(defun kview:map-siblings 997,39423
-(defun kview:map-expanded-tree 1031,40831
-(defun kview:map-tree 1089,43246
-(defun kview:move 1127,44938
-(defun kview:previous-visible-point 1199,47372
-(defun kview:set-buffer 1215,48073
-(defun kview:set-cells-status 1224,48368
-(defun kview:set-label-type 1252,49669
-(defun kview:top-cell 1284,50814
-(defun kview:valid-position-p 1289,50987
-(defun kview:get-attr 1314,52006
-(defun kcell-view:next-kcell 1318,52138
-(defun kcell-view:previous-kcell 1331,52748
-(defun kview:set-attr 1350,53675
-(defun kview:set-functions 1361,53997
-(defun kview:set-label-separator 1368,54403
+(defun kproperty:add-properties 31,974
+(defun kproperty:remove-properties 36,1151
+(defun kproperty:all-positions 41,1337
+(defalias 'kproperty:get kproperty:get48,1685
+(defun kproperty:map 50,1731
+(defalias 'kproperty:next-single-change kproperty:next-single-change66,2362
+(defun kproperty:position 68,2433
+(defalias 'kproperty:previous-single-change 
kproperty:previous-single-change75,2778
+(defalias 'kproperty:properties kproperty:properties77,2857
+(defun kproperty:put 79,2911
+(defun kproperty:remove 87,3294
+(defun kproperty:replace-separator 105,4120
+(defun kproperty:set 118,4711
+
+kotl/kview.el,3725
+(define-obsolete-variable-alias 'label-sep-len label-sep-len25,737
+(defvar kview-label-sep-len 26,814
+(defcustom kview:default-blank-lines 35,1127
+(defvar kview:default-levels-to-show 42,1369
+(defvar kview:default-lines-to-show 45,1488
+(defcustom kview:default-label-min-width 48,1608
+(defcustom kview:default-label-separator 55,1911
+(defconst kview:outline-regexp 61,2103
+(defcustom kview:default-label-type 64,2283
+(defcustom kview:default-level-indent 78,2864
+(defun kcell-view:backward 93,3370
+(defun kcell-view:cell 121,4343
+(defun kcell-view:cell-from-ref 125,4481
+(defun kcell-view:child 140,5180
+(defun kcell-view:child-p 160,6019
+(defun kcell-view:collapse 170,6409
+(defun kcell-view:collapsed-p 179,6821
+(defun kcell-view:hide 192,7411
+(defun kcell-view:invisible-p 198,7685
+(defun kcell-view:contents 214,8361
+(defun kcell-view:create 234,9108
+(defun kcell-view:end 291,11307
+(defun kcell-view:end-contents 300,11573
+(defun kcell-view:expand 310,11871
+(defun kcell-view:forward 316,12136
+(defun kcell-view:get-attr 344,13141
+(defun kcell-view:idstamp-integer 357,13615
+(defun kcell-view:idstamp 363,13839
+(defun kcell-view:indent 369,14072
+(defun kcell-view:label 379,14488
+(defun kcell-view:level 392,14944
+(defun kcell-view:line 403,15505
+(defun kcell-view:lines-visible 412,15850
+(defun kcell-view:next 422,16305
+(defun kcell-view:next-invisible-p 430,16612
+(defun kcell-view:operate 435,16870
+(defun kcell-view:parent 443,17199
+(defun kcell-view:previous 465,18085
+(defun kcell-view:plist 473,18408
+(defun kcell-view:plist-point 477,18557
+(defun kcell-view:to-label-end 482,18756
+(defun kcell-view:absolute-reference 504,19763
+(defun kcell-view:reference 515,20270
+(defun kcell-view:remove-attr 527,20894
+(defun kcell-view:set-attr 542,21510
+(defun kcell-view:set-cell 558,22187
+(defun kcell-view:sibling-p 565,22425
+(defun kcell-view:start 573,22716
+(defun kcell-view:to-visible-label-end 579,22967
+(defun kcell-view:visible-label 594,23617
+(defun kview:add-cell 607,24053
+(defun kview:beginning-of-actual-line 620,24706
+(defun kview:buffer 625,24889
+(defun kview:char-invisible-p 631,25063
+(defun kview:char-visible-p 640,25385
+(defun kview:create 648,25691
+(defun kview:delete-region 705,27967
+(defun kview:end-of-actual-line 709,28101
+(defun kview:fill-region 714,28272
+(defun kview:first-invisible-point 739,29215
+(defun kview:first-visible-point 755,29941
+(defun kview:get-cells-status 768,30497
+(defun kview:goto-cell-id 789,31403
+(defun kview:id-counter 801,31822
+(defun kview:id-increment 805,31987
+(defun kview:idstamp-to-label 811,32207
+(defun kview:insert-contents 817,32419
+(defun kview:is-p 864,34053
+(defun kview:kotl 869,34158
+(defun kview:label 874,34313
+(defun kview:label-function 879,34535
+(defun kview:label-min-width 886,34902
+(defun kview:label-separator 892,35144
+(defun kview:label-separator-length 898,35386
+(defun kview:label-type 903,35611
+(defun kview:level-indent 909,35833
+(defun kview:map-branch 915,36067
+(defun kview:map-cells 947,37493
+(defun kview:map-region 960,37949
+(defun kview:map-siblings 1000,39499
+(defun kview:map-expanded-tree 1029,40685
+(defun kview:map-tree 1087,43100
+(defun kview:move 1125,44792
+(defun kview:previous-visible-point 1197,47226
+(defun kview:set-buffer 1213,47927
+(defun kview:set-cells-status 1222,48222
+(defun kview:set-label-type 1250,49523
+(defun kview:top-cell 1282,50668
+(defun kview:valid-position-p 1287,50841
+(defun kview:get-attr 1312,51860
+(defun kcell-view:next-kcell 1316,51992
+(defun kcell-view:previous-kcell 1329,52602
+(defun kview:set-attr 1348,53529
+(defun kview:set-functions 1359,53851
+(defun kview:set-label-separator 1366,54257
 
 kotl/kvspec.el,700
-(defvar kvspec:current 63,2476
-(defun kvspec:activate 71,2803
-(defun kvspec:initialize 84,3328
-(defun kvspec:levels-to-show 90,3576
-(defun kvspec:show-lines-per-cell 114,4521
-(defun kvspec:toggle-blank-lines 124,4966
-(defun kvspec:update 134,5273
-(defun kvspec:blank-lines 162,6457
-(defun kvspec:compute 180,7086
-(defun kvspec:elide 215,8139
-(defun kvspec:hide-levels 219,8284
-(defun kvspec:lines-to-show 230,8729
-(defun kvspec:numbering 240,9170
-(defun kvspec:show-lines-this-cell 257,9859
-(defun kvspec:update-modeline 269,10433
-(defun kvspec:update-view 282,10968
-(defconst kvspec:label-type-alist328,12130
-(defvar kvspec:string 338,12339
-(defvar kvspec:string-format 343,12545
-
-test/demo-tests.el,2485
-(ert-deftest demo-smart-mouse-keys-ref-test 37,988
-(ert-deftest demo-smart-mouse-keys-ebut-test 49,1352
-(ert-deftest demo-table-of-contents-test 60,1681
-(ert-deftest demo-smart-scrolling-proportional-test 72,2028
-(ert-deftest demo-smart-scrolling-non-proportional-test 87,2512
-(ert-deftest demo-action-key-help 104,3007
-(ert-deftest demo-assist-key-help 114,3335
-(ert-deftest demo-window-grid-22-test 125,3678
-(ert-deftest demo-window-grid-33-test 135,4027
-(ert-deftest demo-hyrolo-test 146,4386
-(ert-deftest demo-hy-info-test 158,4804
-(ert-deftest demo-hy-history-test 168,5077
-(ert-deftest demo-implicit-button-test 186,5626
-(ert-deftest demo-implicit-button-action-button-action-type-invocation-test 
195,5918
-(ert-deftest demo-implicit-button-action-button-function-call-test 205,6291
-(ert-deftest demo-implicit-button-action-button-sexp-test 212,6512
-(ert-deftest demo-implicit-button-action-button-boolean-function-call-test 
232,7406
-(ert-deftest demo-implicit-button-action-button-variable-display-test 239,7657
-(ert-deftest demo-implicit-button-hash-link-test 246,7909
-(ert-deftest demo-implicit-button-line-and-column-test 256,8325
-(ert-deftest demo-org-hide-header-test 267,8705
-(ert-deftest demo-manifest-test 284,9272
-(ert-deftest demo-mail-compose-test 299,9753
-(defun demo-should-browse-twitter-url 309,10012
-(ert-deftest demo-social-twitter-test 315,10239
-(defun demo-should-browse-github-url 323,10437
-(ert-deftest demo-www-test 329,10662
-(ert-deftest demo-github-user-default-test 338,10936
-(ert-deftest demo-github-ignore-default-test 346,11194
-(ert-deftest demo-occur-test 355,11472
-(ert-deftest demo-annotated-reference-test 369,11980
-(ert-deftest demo-man-appropos-test 382,12396
-(ert-deftest demo-factorial-test 391,12596
-(ert-deftest demo-factorial-ebutton-test 401,12963
-(ert-deftest fast-demo-key-series-help-buffer 413,13349
-(ert-deftest fast-demo-key-series-window-grid-22 424,13732
-(ert-deftest fast-demo-key-series-kotl-files 434,14051
-(ert-deftest fast-demo-key-series-emacs-lisp-mode 449,14595
-(ert-deftest fast-demo-key-series-hyperbole-dir 461,15050
-(ert-deftest fast-demo-key-series-keep-lines-ext 472,15452
-(ert-deftest fast-demo-key-series-keep-lines-slash 493,16308
-(ert-deftest fast-demo-key-series-keep-lines-dired 512,17070
-(ert-deftest fast-demo-key-series-shell-cd-hyperb-dir 531,17806
-(ert-deftest fast-demo-key-series-shell-grep 554,18869
-(ert-deftest fast-demo-key-series-shell-apropos 575,20073
+(defvar kvspec:current 65,2524
+(defun kvspec:activate 73,2851
+(defun kvspec:initialize 86,3376
+(defun kvspec:levels-to-show 92,3624
+(defun kvspec:show-lines-per-cell 116,4569
+(defun kvspec:toggle-blank-lines 126,5014
+(defun kvspec:update 136,5321
+(defun kvspec:blank-lines 164,6505
+(defun kvspec:compute 182,7134
+(defun kvspec:elide 217,8187
+(defun kvspec:hide-levels 221,8332
+(defun kvspec:lines-to-show 232,8777
+(defun kvspec:numbering 242,9218
+(defun kvspec:show-lines-this-cell 259,9907
+(defun kvspec:update-modeline 271,10481
+(defun kvspec:update-view 284,11016
+(defconst kvspec:label-type-alist330,12178
+(defvar kvspec:string 340,12387
+(defvar kvspec:string-format 345,12593
+
+test/demo-tests.el,2627
+(ert-deftest demo-smart-mouse-keys-ref-test 39,1037
+(ert-deftest demo-smart-mouse-keys-ebut-test 51,1401
+(ert-deftest demo-table-of-contents-test 62,1730
+(ert-deftest demo-smart-scrolling-proportional-test 74,2077
+(ert-deftest demo-smart-scrolling-non-proportional-test 89,2561
+(ert-deftest demo-action-key-help 106,3056
+(ert-deftest demo-assist-key-help 116,3384
+(ert-deftest demo-window-grid-22-test 127,3727
+(ert-deftest demo-window-grid-33-test 137,4076
+(ert-deftest demo-hyrolo-test 148,4435
+(ert-deftest demo-hy-info-test 160,4853
+(ert-deftest demo-hy-history-test 170,5126
+(ert-deftest demo-implicit-button-test 188,5675
+(ert-deftest demo-implicit-button-action-button-action-type-invocation-test 
197,5967
+(ert-deftest demo-implicit-button-action-button-function-call-test 207,6340
+(ert-deftest demo-implicit-button-action-button-sexp-test 214,6561
+(ert-deftest demo-implicit-button-action-button-boolean-function-call-test 
234,7455
+(ert-deftest demo-implicit-button-action-button-variable-display-test 241,7706
+(ert-deftest demo-implicit-button-hash-link-test 248,7958
+(ert-deftest demo-implicit-button-line-and-column-test 258,8374
+(ert-deftest demo-org-hide-header-test 269,8754
+(ert-deftest demo-manifest-test 286,9321
+(ert-deftest demo-mail-compose-test 301,9802
+(defun demo-should-browse-twitter-url 311,10061
+(ert-deftest demo-social-twitter-test 317,10288
+(defun demo-should-browse-github-url 325,10486
+(ert-deftest demo-www-test 331,10711
+(ert-deftest demo-github-user-default-test 340,10985
+(ert-deftest demo-github-ignore-default-test 348,11243
+(ert-deftest demo-occur-test 357,11521
+(ert-deftest demo-annotated-reference-test 371,12029
+(ert-deftest demo-man-appropos-test 384,12445
+(ert-deftest demo-factorial-test 393,12645
+(ert-deftest demo-factorial-ebutton-test 403,13012
+(ert-deftest fast-demo-key-series-help-buffer 415,13398
+(ert-deftest fast-demo-key-series-window-grid-22 426,13781
+(ert-deftest fast-demo-key-series-kotl-files 436,14100
+(ert-deftest fast-demo-key-series-emacs-lisp-mode 451,14644
+(ert-deftest fast-demo-key-series-hyperbole-dir 463,15099
+(ert-deftest fast-demo-key-series-keep-lines-ext 474,15501
+(ert-deftest fast-demo-key-series-keep-lines-slash 495,16357
+(ert-deftest fast-demo-key-series-keep-lines-dired 514,17119
+(ert-deftest fast-demo-key-series-shell-cd-hyperb-dir 533,17855
+(ert-deftest fast-demo-key-series-shell-grep 556,18918
+(ert-deftest fast-demo-key-series-shell-apropos 577,20122
+(ert-deftest fast-demo-key-series-shell-cd-hyperb-dir-view-mode 598,21197
+(ert-deftest fast-demo-key-series-shell-grep-view-mode 622,22319
 
 test/hactypes-tests.el,95
-(ert-deftest display-boolean-true-test 25,568
-(ert-deftest display-boolean-false-test 29,720
+(ert-deftest display-boolean-true-test 27,616
+(ert-deftest display-boolean-false-test 31,768
 
 test/hargs-tests.el,122
-(ert-deftest hargs-get-verify-extension-characters 23,503
-(ert-deftest hargs-get-verify-extension-characters-+K 42,1345
+(ert-deftest hargs-get-verify-extension-characters 25,551
+(ert-deftest hargs-get-verify-extension-characters-+K 44,1393
 
 test/hbut-tests.el,737
-(defun hbut-tests:should-match-tmp-folder 25,504
-(ert-deftest ebut-program-link-to-directory 31,802
-(ert-deftest ebut-program-link-to-directory-2 44,1398
-(ert-deftest ebut-program-shell-cmd 54,1904
-(ert-deftest ebut-delete-removes-ebut-and-returns-button-data 64,2326
-(ert-deftest gbut-program-calls-ebut-program 77,2774
-(ert-deftest gbut-program-link-to-directory 88,3290
-(ert-deftest gbut-program-eval-elisp 104,4101
-(ert-deftest gbut-program-link-to-file 117,4707
-(ert-deftest gbut-program-link-to-file-line 130,5335
-(ert-deftest gbut-program-link-to-file-line-and-column 143,5984
-(ert-deftest hypb:program-create-ebut-in-buffer 156,6671
-(ert-deftest hypb:program-create-link-to-file-line-and-column-but-in-file 
164,7056
-
-test/hib-kbd-tests.el,95
-(ert-deftest kbd-key-hy-about-test 26,657
-(ert-deftest kbd-key-hy-demo-factorial-test 35,958
-
-test/hib-social-tests.el,252
-(defun hib-social-should-browse-twitter-url 23,512
-(ert-deftest hib-social-twitter-test 28,735
-(defun hib-social-should-browse-github-url 36,962
-(ert-deftest hib-github-user-default-test 41,1186
-(ert-deftest hib-github-ignore-default-test 49,1464
+(defun hbut-tests:should-match-tmp-folder 27,552
+(ert-deftest ebut-program-link-to-directory 33,850
+(ert-deftest ebut-program-link-to-directory-2 46,1446
+(ert-deftest ebut-program-shell-cmd 56,1952
+(ert-deftest ebut-delete-removes-ebut-and-returns-button-data 66,2374
+(ert-deftest gbut-program-calls-ebut-program 79,2822
+(ert-deftest gbut-program-link-to-directory 90,3338
+(ert-deftest gbut-program-eval-elisp 106,4149
+(ert-deftest gbut-program-link-to-file 119,4755
+(ert-deftest gbut-program-link-to-file-line 132,5383
+(ert-deftest gbut-program-link-to-file-line-and-column 145,6032
+(ert-deftest hypb:program-create-ebut-in-buffer 158,6719
+(ert-deftest hypb:program-create-link-to-file-line-and-column-but-in-file 
166,7104
+
+test/hib-kbd-tests.el,96
+(ert-deftest kbd-key-hy-about-test 28,705
+(ert-deftest kbd-key-hy-demo-factorial-test 37,1006
+
+test/hib-social-tests.el,253
+(defun hib-social-should-browse-twitter-url 25,560
+(ert-deftest hib-social-twitter-test 30,783
+(defun hib-social-should-browse-github-url 38,1010
+(ert-deftest hib-github-user-default-test 43,1234
+(ert-deftest hib-github-ignore-default-test 51,1512
 
 test/hibtypes-tests.el,1254
-(ert-deftest mail-address-at-p-test 31,759
-(ert-deftest mail-address-at-p-no-mail-should-fail-test 37,907
-(ert-deftest ibtypes::mail-address-test 43,1082
-(ert-deftest ibtypes::pathname-test 53,1352
-(ert-deftest ibtypes::pathname-lisp-variable-test 62,1632
-(ert-deftest ibtypes::pathname-env-variable-test 71,1896
-(ert-deftest ibtypes::pathname-emacs-lisp-file-test 83,2278
-(ert-deftest ibtypes::pathname-anchor-test 93,2605
-(ert-deftest ibtypes::pathname-anchor-line-test 104,2945
-(ert-deftest ibtypes::pathname-line-column-test 116,3341
-(ert-deftest ibtypes::pathname-load-path-line-column-test 128,3760
-(ert-deftest ibtypes::pathname-with-dash-loads-file-test 140,4197
-(ert-deftest ibtypes::pathname-dot-slash-in-other-folder-test 149,4540
-(ert-deftest ibtypes::pathname-dot-slash-in-same-folder-test 161,4931
-(ert-deftest ibtypes::pathname-directory-test 172,5366
-(ert-deftest ibtypes::annot-bib-test 191,6031
-(ert-deftest ibtypes::ctags-vgrind-test 215,6728
-(ert-deftest ibtypes::etags-test 229,7278
-(ert-deftest ibtypes::text-toc-test 248,7921
-(ert-deftest ibtypes::dir-summary-test 260,8249
-(ert-deftest ibtypes::rfc-test 279,8729
-(ert-deftest ibtypes::man-apropos-test 289,8990
-(ert-deftest ibtypes::info-node-test 324,9399
+(ert-deftest mail-address-at-p-test 33,807
+(ert-deftest mail-address-at-p-no-mail-should-fail-test 39,955
+(ert-deftest ibtypes::mail-address-test 45,1130
+(ert-deftest ibtypes::pathname-test 55,1400
+(ert-deftest ibtypes::pathname-lisp-variable-test 64,1680
+(ert-deftest ibtypes::pathname-env-variable-test 73,1944
+(ert-deftest ibtypes::pathname-emacs-lisp-file-test 85,2326
+(ert-deftest ibtypes::pathname-anchor-test 95,2653
+(ert-deftest ibtypes::pathname-anchor-line-test 106,2993
+(ert-deftest ibtypes::pathname-line-column-test 118,3389
+(ert-deftest ibtypes::pathname-load-path-line-column-test 130,3808
+(ert-deftest ibtypes::pathname-with-dash-loads-file-test 142,4245
+(ert-deftest ibtypes::pathname-dot-slash-in-other-folder-test 151,4588
+(ert-deftest ibtypes::pathname-dot-slash-in-same-folder-test 163,4979
+(ert-deftest ibtypes::pathname-directory-test 174,5414
+(ert-deftest ibtypes::annot-bib-test 193,6079
+(ert-deftest ibtypes::ctags-vgrind-test 217,6776
+(ert-deftest ibtypes::etags-test 231,7326
+(ert-deftest ibtypes::text-toc-test 250,7969
+(ert-deftest ibtypes::dir-summary-test 262,8297
+(ert-deftest ibtypes::rfc-test 281,8777
+(ert-deftest ibtypes::man-apropos-test 291,9038
+(ert-deftest ibtypes::info-node-test 326,9447
 
 test/hmouse-drv-tests.el,2403
-(ert-deftest hbut-defal 26,626
-(defun hbut-defal-url 37,1007
-(ert-deftest hbut-defal-url 42,1218
-(ert-deftest hbut-defal-url-%s 52,1543
-(ert-deftest hbut-defal-key-sequence 63,1906
-(defun hbut-verify-defal 76,2318
-(ert-deftest hbut-defal-function 80,2441
-(ert-deftest hbut-defal-fails-on-file-missing 91,2754
-(ert-deftest hbut-defil-it 105,3223
-(ert-deftest hbut-defil 117,3599
-(ert-deftest hbut-defil-url 127,3918
-(ert-deftest hbut-defil-key-sequence 137,4254
-(ert-deftest hbut-ib-link-to-file-with-label 151,4687
-(ert-deftest hbut-ib-link-to-file-with-label-variants 157,4918
-(ert-deftest hbut-ib-url-with-label 165,5329
-(ert-deftest hbut-ib-create-label 173,5586
-(ert-deftest hbut-ib-create-label-fails-if-label-exists 182,5861
-(ert-deftest hbut-pathname-path-variable-test 195,6330
-(ert-deftest hbut-pathname-path-variable-with-two-colons-a-path-test 202,6565
-(ert-deftest hbut-pathname-path-variable-with-three-colons-is-a-path-test 
209,6823
-(ert-deftest 
hbut-pathname-path-variable-with-short-first-element-is-not-tramp-url-test 
216,7147
-(ert-deftest hbut-mail-address-test 224,7460
-(ert-deftest hbut-pathname-test 235,7748
-(ert-deftest hbut-pathname-lisp-variable-test 244,8017
-(ert-deftest hbut-pathname-env-variable-test 253,8270
-(ert-deftest hbut-pathname-emacs-lisp-file-test 264,8598
-(ert-deftest hbut-pathname-anchor-test 275,8950
-(ert-deftest hbut-pathname-anchor-line-test 286,9279
-(ert-deftest hbut-pathname-line-column-test 298,9664
-(ert-deftest hbut-pathname-load-path-line-column-test 310,10056
-(ert-deftest hbut-pathname-with-dash-loads-file-test 322,10479
-(ert-deftest hbut-pathname-directory-test 331,10811
-(ert-deftest hbut-pathname-dot-slash-in-other-folder-should-fail-test 
342,11130
-(ert-deftest hbut-annot-bib-test 359,11775
-(ert-deftest hbut-ctags-vgrind-test 374,12261
-(ert-deftest hbut-etags-test 388,12803
-(ert-deftest hbut-text-toc-test 405,13427
-(ert-deftest hbut-dir-summary-test 417,13744
-(ert-deftest hbut-rfc-test 432,14184
-(ert-deftest hbut-man-apropos-test 442,14439
-(ert-deftest hbut-info-node-test 451,14629
-(ert-deftest hbut-find-exec-shell-cmd-test 462,14908
-(ert-deftest hbut-find-exec-window-cmd-test 475,15358
-(ert-deftest hbut-load-modifier-loads-file 487,15787
-(ert-deftest hbut-load-modifier-with-plain-file-loads-file-from-load-path 
499,16202
-(ert-deftest hbut-key-press-on-hyphen-in-elisp-symbol 508,16519
+(ert-deftest hbut-defal 28,674
+(defun hbut-defal-url 39,1055
+(ert-deftest hbut-defal-url 44,1266
+(ert-deftest hbut-defal-url-%s 54,1591
+(ert-deftest hbut-defal-key-sequence 65,1954
+(defun hbut-verify-defal 78,2366
+(ert-deftest hbut-defal-function 82,2489
+(ert-deftest hbut-defal-fails-on-file-missing 93,2802
+(ert-deftest hbut-defil-it 107,3271
+(ert-deftest hbut-defil 119,3675
+(ert-deftest hbut-defil-url 129,3994
+(ert-deftest hbut-defil-key-sequence 139,4330
+(ert-deftest hbut-ib-link-to-file-with-label 153,4763
+(ert-deftest hbut-ib-link-to-file-with-label-variants 159,4994
+(ert-deftest hbut-ib-url-with-label 167,5405
+(ert-deftest hbut-ib-create-label 175,5662
+(ert-deftest hbut-ib-create-label-fails-if-label-exists 184,5937
+(ert-deftest hbut-pathname-path-variable-test 197,6406
+(ert-deftest hbut-pathname-path-variable-with-two-colons-a-path-test 204,6641
+(ert-deftest hbut-pathname-path-variable-with-three-colons-is-a-path-test 
211,6899
+(ert-deftest 
hbut-pathname-path-variable-with-short-first-element-is-not-tramp-url-test 
218,7223
+(ert-deftest hbut-mail-address-test 226,7536
+(ert-deftest hbut-pathname-test 237,7824
+(ert-deftest hbut-pathname-lisp-variable-test 246,8093
+(ert-deftest hbut-pathname-env-variable-test 255,8346
+(ert-deftest hbut-pathname-emacs-lisp-file-test 266,8674
+(ert-deftest hbut-pathname-anchor-test 277,9026
+(ert-deftest hbut-pathname-anchor-line-test 288,9355
+(ert-deftest hbut-pathname-line-column-test 300,9740
+(ert-deftest hbut-pathname-load-path-line-column-test 312,10132
+(ert-deftest hbut-pathname-with-dash-loads-file-test 324,10555
+(ert-deftest hbut-pathname-directory-test 333,10887
+(ert-deftest hbut-pathname-dot-slash-in-other-folder-should-fail-test 
344,11206
+(ert-deftest hbut-annot-bib-test 361,11851
+(ert-deftest hbut-ctags-vgrind-test 376,12337
+(ert-deftest hbut-etags-test 390,12879
+(ert-deftest hbut-text-toc-test 407,13503
+(ert-deftest hbut-dir-summary-test 419,13820
+(ert-deftest hbut-rfc-test 434,14260
+(ert-deftest hbut-man-apropos-test 444,14515
+(ert-deftest hbut-info-node-test 453,14705
+(ert-deftest hbut-find-exec-shell-cmd-test 464,14984
+(ert-deftest hbut-find-exec-window-cmd-test 477,15434
+(ert-deftest hbut-load-modifier-loads-file 489,15863
+(ert-deftest hbut-load-modifier-with-plain-file-loads-file-from-load-path 
501,16278
+(ert-deftest hbut-key-press-on-hyphen-in-elisp-symbol 510,16595
 
 test/hmouse-info-tests.el,189
-(ert-deftest hmouse-info-read-index-with-completion 23,513
-(ert-deftest hmouse-info-build-completions-no-match 28,734
-(ert-deftest hmouse-info-build-completions-multiple-matches 37,1040
-
-test/hpath-tests.el,1193
-(defconst hpath--should-exist-paths25,610
-(defconst hpath--should-not-exist-paths50,1429
-(defun hpath--should-exist-p 73,2017
-(defun hpath--should-not-exist-p 82,2251
-(ert-deftest hpath:should-exist-paths 91,2484
-(ert-deftest hpath:should-not-exist-paths 99,2900
-(ert-deftest hpath:find-report-lisp-variable-path-name-when-not-exists 
106,3306
-(ert-deftest hpath:path-at-point-in-path-variable-test 112,3612
-(ert-deftest 
hpath:path-at-point-in-path-variable-shorter-than-three-colons-returns-nil-test 
119,3853
-(ert-deftest hpath:find-exec-shell-cmd-test 126,4118
-(ert-deftest hpath:find-exec-window-cmd-test 135,4482
-(ert-deftest hpath:load-modifier-loads-file 144,4844
-(ert-deftest hpath:load-modifier-with-plain-file-loads-file-from-load-path 
153,5192
-(ert-deftest hpath:substitute-value-test 159,5454
-(defun hypb-run-shell-test-command 185,7199
-(ert-deftest hpath:prepend-shell-directory-test 192,7420
-(ert-deftest hpath:auto-variable-alist-load-path-test 214,8392
-(defun hpath-tests--insert 223,8797
-(ert-deftest hpath:auto-variable-alist-org-folder-test 227,8971
-(ert-deftest hpath:auto-variable-alist-pythonpath-test 237,9433
-(ert-deftest hpath:remote-at-p 251,10024
-
-test/hsys-org-tests.el,590
-(ert-deftest hsys-org:cycle-on-header-cycles-visibility 23,493
-(ert-deftest hsys-org:region-with-text-property-value 37,969
-(ert-deftest hsys-org:block-start-at-p 48,1310
-(ert-deftest hsys-org:src-block-start-at-p 56,1549
-(ert-deftest hsys-org:org-link-at-p 64,1810
-(ert-deftest hsys-org:org-target-at-p 72,2013
-(ert-deftest hsys-org:org-radio-target-link-at-p 82,2283
-(ert-deftest hsys-org:org-radio-target-def-at-p 93,2629
-(ert-deftest hsys-org:org-radio-target-at-p 103,2960
-(ert-deftest hsys-org:org-internal-target-at-p 113,3289
-(ert-deftest hsys-org:org-face-at-p 122,3583
+(ert-deftest hmouse-info-read-index-with-completion 25,561
+(ert-deftest hmouse-info-build-completions-no-match 30,782
+(ert-deftest hmouse-info-build-completions-multiple-matches 39,1088
+
+test/hpath-tests.el,1194
+(defconst hpath--should-exist-paths27,658
+(defconst hpath--should-not-exist-paths52,1477
+(defun hpath--should-exist-p 75,2065
+(defun hpath--should-not-exist-p 84,2299
+(ert-deftest hpath:should-exist-paths 93,2532
+(ert-deftest hpath:should-not-exist-paths 101,2948
+(ert-deftest hpath:find-report-lisp-variable-path-name-when-not-exists 
108,3354
+(ert-deftest hpath:path-at-point-in-path-variable-test 114,3660
+(ert-deftest 
hpath:path-at-point-in-path-variable-shorter-than-three-colons-returns-nil-test 
121,3901
+(ert-deftest hpath:find-exec-shell-cmd-test 128,4166
+(ert-deftest hpath:find-exec-window-cmd-test 137,4530
+(ert-deftest hpath:load-modifier-loads-file 146,4892
+(ert-deftest hpath:load-modifier-with-plain-file-loads-file-from-load-path 
155,5240
+(ert-deftest hpath:substitute-value-test 161,5502
+(defun hypb-run-shell-test-command 187,7247
+(ert-deftest hpath:prepend-shell-directory-test 194,7468
+(ert-deftest hpath:auto-variable-alist-load-path-test 216,8440
+(defun hpath-tests--insert 225,8845
+(ert-deftest hpath:auto-variable-alist-org-folder-test 229,9019
+(ert-deftest hpath:auto-variable-alist-pythonpath-test 239,9481
+(ert-deftest hpath:remote-at-p 253,10072
+
+test/hsys-org-tests.el,591
+(ert-deftest hsys-org:cycle-on-header-cycles-visibility 25,541
+(ert-deftest hsys-org:region-with-text-property-value 39,1017
+(ert-deftest hsys-org:block-start-at-p 50,1358
+(ert-deftest hsys-org:src-block-start-at-p 58,1597
+(ert-deftest hsys-org:org-link-at-p 66,1858
+(ert-deftest hsys-org:org-target-at-p 74,2061
+(ert-deftest hsys-org:org-radio-target-link-at-p 84,2331
+(ert-deftest hsys-org:org-radio-target-def-at-p 95,2677
+(ert-deftest hsys-org:org-radio-target-at-p 105,3008
+(ert-deftest hsys-org:org-internal-target-at-p 115,3337
+(ert-deftest hsys-org:org-face-at-p 124,3631
 
 test/hui-register-tests.el,192
-(ert-deftest hui-register-test--create-register-content 22,481
-(ert-deftest hui-register-test--register-val-jump-to 38,1228
-(ert-deftest hui-register-test--register-val-insert-ebut 77,2661
+(ert-deftest hui-register-test--create-register-content 24,529
+(ert-deftest hui-register-test--register-val-jump-to 40,1276
+(ert-deftest hui-register-test--register-val-insert-ebut 79,2709
 
 test/hui-select-tests.el,286
-(ert-deftest hui-select--at-delimited-thing-p 30,766
-(ert-deftest hui-select--delimited-thing 55,1475
-(ert-deftest hui-select--delimited-thing-ending-in-newline 71,1980
-(ert-deftest hui-select--thing 81,2364
-(ert-deftest hui-select--thing-interactive-prints-type-of-match 111,3576
+(ert-deftest hui-select--at-delimited-thing-p 32,814
+(ert-deftest hui-select--delimited-thing 57,1523
+(ert-deftest hui-select--delimited-thing-ending-in-newline 73,2028
+(ert-deftest hui-select--thing 83,2412
+(ert-deftest hui-select--thing-interactive-prints-type-of-match 113,3624
 
 test/hui-tests.el,2011
-(ert-deftest hui-gbut-edit-link-to-file-button 28,663
-(ert-deftest hui-ibut-label-create 79,2866
-(ert-deftest hui-ibut-label-create-fails-if-label-exists 88,3143
-(ert-deftest hui-ebut-create-link-to-directory 101,3613
-(ert-deftest hui-ebut-create-link-to-www-url 113,4146
-(ert-deftest 
hui-ebut-edit-link-to-www-url-keeping-all-values-should-not-modify-buffer-or-ebut
 123,4588
-(ert-deftest hui-ebut-use-region-as-label 138,5460
-(ert-deftest hui-ebut-www-link 152,6039
-(ert-deftest hui-ebut-create-exec-shell-cmd 164,6555
-(ert-deftest hui-ebut-create-link-to-info-index-using-completion 176,7115
-(ert-deftest hui-gibut-create-link-to-file 190,7822
-(ert-deftest hui-gibut-create-link-to-file-line 203,8410
-(ert-deftest hui-gibut-create-link-to-file-line-and-column 216,9035
-(ert-deftest hui-gibut-create-info-node 229,9696
-(ert-deftest hui--delimited-selectable-thing--in-cell-return-ref 243,10359
-(ert-deftest hui--delimited-selectable-thing--in-ibut-return-ibut-text 
254,10796
-(ert-deftest hui--delimited-selectable-thing--ibut-label-return-ibut-text 
265,11156
-(ert-deftest hui--delimited-selectable-thing--in-ebut-return-ebut-text 
276,11564
-(ert-deftest hui--delimited-selectable-thing--start-of-paired-delimiter 
287,11975
-(ert-deftest hui--delimited-selectable-thing--in-kcell-link-return-link 
299,12412
-(ert-deftest hui--kill-ring-save--yank-in-same-kotl 322,13230
-(ert-deftest hui--kill-ring-save--yank-in-other-kotl 343,13900
-(ert-deftest hui--kill-ring-save--yank-in-other-file 366,14709
-(ert-deftest hui--kill-ring-save--yank-in-other-file-other-dir 389,15504
-(ert-deftest hui--copy-to-register--yank-in-same-kotl 415,16426
-(ert-deftest hui--copy-to-register--yank-in-other-kotl 438,17220
-(ert-deftest hui--copy-to-register--yank-in-other-file 463,18153
-(ert-deftest hui--copy-to-register--yank-in-other-file-other-dir 488,19073
-(ert-deftest hui--kill-ring-save-in-kotl-mode-copies-region 516,20119
-(ert-deftest hui--kill-ring-save-in-kotl-mode-between-cells-fails 530,20622
+(ert-deftest hui-gbut-edit-link-to-file-button 30,711
+(ert-deftest hui-ibut-label-create 81,2914
+(ert-deftest hui-ibut-label-create-fails-if-label-exists 90,3191
+(ert-deftest hui-ebut-create-link-to-directory 103,3661
+(ert-deftest hui-ebut-create-link-to-www-url 115,4194
+(ert-deftest 
hui-ebut-edit-link-to-www-url-keeping-all-values-should-not-modify-buffer-or-ebut
 125,4636
+(ert-deftest hui-ebut-use-region-as-label 140,5508
+(ert-deftest hui-ebut-www-link 154,6087
+(ert-deftest hui-ebut-create-exec-shell-cmd 166,6603
+(ert-deftest hui-ebut-create-link-to-info-index-using-completion 178,7163
+(ert-deftest hui-gibut-create-link-to-file 192,7870
+(ert-deftest hui-gibut-create-link-to-file-line 205,8458
+(ert-deftest hui-gibut-create-link-to-file-line-and-column 218,9083
+(ert-deftest hui-gibut-create-info-node 231,9744
+(ert-deftest hui--delimited-selectable-thing--in-cell-return-ref 245,10407
+(ert-deftest hui--delimited-selectable-thing--in-ibut-return-ibut-text 
256,10844
+(ert-deftest hui--delimited-selectable-thing--ibut-label-return-ibut-text 
267,11204
+(ert-deftest hui--delimited-selectable-thing--in-ebut-return-ebut-text 
278,11612
+(ert-deftest hui--delimited-selectable-thing--start-of-paired-delimiter 
289,12023
+(ert-deftest hui--delimited-selectable-thing--in-kcell-link-return-link 
301,12460
+(ert-deftest hui--kill-ring-save--yank-in-same-kotl 324,13278
+(ert-deftest hui--kill-ring-save--yank-in-other-kotl 345,13948
+(ert-deftest hui--kill-ring-save--yank-in-other-file 368,14757
+(ert-deftest hui--kill-ring-save--yank-in-other-file-other-dir 391,15552
+(ert-deftest hui--copy-to-register--yank-in-same-kotl 417,16474
+(ert-deftest hui--copy-to-register--yank-in-other-kotl 440,17268
+(ert-deftest hui--copy-to-register--yank-in-other-file 465,18201
+(ert-deftest hui--copy-to-register--yank-in-other-file-other-dir 490,19121
+(ert-deftest hui--kill-ring-save-in-kotl-mode-copies-region 518,20167
+(ert-deftest hui--kill-ring-save-in-kotl-mode-between-cells-fails 532,20670
 
 test/hypb-tests.el,49
-(ert-deftest hypb:installation-type-test 24,495
+(ert-deftest hypb:installation-type-test 26,543
 
 test/hyperbole-tests.el,197
-(defun hyperbole-key-bindings 26,686
-(ert-deftest hyperbole-keymap-tests 52,2091
-(ert-deftest hyperbole-hkey-init-controls-tests 56,2198
-(ert-deftest hyperbole-global-key-binding-tests 60,2319
+(defun hyperbole-key-bindings 28,734
+(ert-deftest hyperbole-keymap-tests 54,2139
+(ert-deftest hyperbole-hkey-init-controls-tests 58,2246
+(ert-deftest hyperbole-global-key-binding-tests 62,2367
 
 test/hyrolo-tests.el,570
-(ert-deftest hyrolo-add-items-at-multiple-levels 28,700
-(ert-deftest hyrolo-demo-search-work 44,1279
-(ert-deftest hyrolo-demo-tab-jump-to-first-match 58,1773
-(ert-deftest hyrolo-demo-toggle-visibility 70,2191
-(ert-deftest hyrolo-demo-show-overview 96,3040
-(ert-deftest hyrolo-demo-move-to-beginning-and-end-of-file 122,3894
-(ert-deftest hyrolo-demo-move-between-entries-on-same-level 149,4867
-(ert-deftest hyrolo-demo-no-following-same-level-heading 173,5723
-(ert-deftest hyrolo-sort-test 201,6685
-(ert-deftest hyrolo-sort-records-at-different-levels 232,7829
+(ert-deftest hyrolo-add-items-at-multiple-levels 30,748
+(ert-deftest hyrolo-demo-search-work 46,1327
+(ert-deftest hyrolo-demo-tab-jump-to-first-match 60,1821
+(ert-deftest hyrolo-demo-toggle-visibility 72,2239
+(ert-deftest hyrolo-demo-show-overview 98,3088
+(ert-deftest hyrolo-demo-move-to-beginning-and-end-of-file 124,3942
+(ert-deftest hyrolo-demo-move-between-entries-on-same-level 151,4915
+(ert-deftest hyrolo-demo-no-following-same-level-heading 175,5771
+(ert-deftest hyrolo-sort-test 203,6733
+(ert-deftest hyrolo-sort-records-at-different-levels 234,7877
 
 test/kcell-tests.el,136
-(defconst kcell-tests--ref-to-id-tests28,675
-(defun kcell-tests--check-ref-to-id 68,1605
-(ert-deftest kcell-tests--ref-to-id 78,1958
+(defconst kcell-tests--ref-to-id-tests30,723
+(defun kcell-tests--check-ref-to-id 70,1653
+(ert-deftest kcell-tests--ref-to-id 80,2006
 
 test/kexport-tests.el,348
-(ert-deftest kexport:html-creates-html-file 23,519
-(ert-deftest kexport:html-sets-title-and-header 40,1089
-(ert-deftest kexport:html-contains-each-cell 61,1910
-(ert-deftest kexport:html-creates-hierarchy 81,2593
-(ert-deftest kexport:display-creates-html-file-and-displays-it 107,3555
-(ert-deftest kexport:koutline-calls-kexport:html 126,4293
-
-test/kotl-mode-tests.el,1704
-(defmacro setup-kotl-mode-example-test 25,640
-(ert-deftest smart-menu-loads-kotl-example 34,968
-(ert-deftest kotl-mode-example-loads-kotl-example 43,1308
-(ert-deftest kotl-mode-move-between-cells 48,1467
-(ert-deftest kotl-mode-indent-cell-changes-level 69,2119
-(ert-deftest kotl-mode-extension-open-buffer-in-kotl-mode 84,2650
-(ert-deftest kotl-mode-set-view-with-kbd 93,2993
-(ert-deftest kotl-mode-idstamp-saved-with-file 107,3567
-(ert-deftest kotl-mode-demote-keeps-idstamp 133,4522
-(ert-deftest kotl-mode-demote-change-label 156,5364
-(ert-deftest kotl-mode-label-type-activation 172,5880
-(ert-deftest kotl-mode-move-cell-before-cell 190,6453
-(ert-deftest kotl-mode-move-cell-after-cell 207,6966
-(ert-deftest kotl-mode-copy-cell-after-cell 224,7475
-(ert-deftest kotl-mode-copy-cell-before-cell 241,7984
-(ert-deftest kotl-mode-jump-to-cell 257,8454
-(ert-deftest kotl-mode-goto-child-and-parent 272,8905
-(ert-deftest kotl-mode-kill-cell 289,9439
-(ert-deftest kotl-mode-split-cell 309,10072
-(ert-deftest kotl-mode-previous-cell-from-invalid-position 324,10602
-(ert-deftest kotl-mode-backward-cell-from-invalid-position 345,11295
-(ert-deftest kotl-mode-backward-cell-from-invalid-pos-leave-point-in-valid-pos 
366,11993
-(ert-deftest kotl-mode-transpose-cell 393,13028
-(ert-deftest kotl-mode-transpose-cell-with-mark 412,13636
-(ert-deftest kotl-mode-transpose-cell-past-multiple-cells 435,14397
-(ert-deftest kotl-mode-copy-kotl-file-updates-root-id-attributes 463,15335
-(ert-deftest kotl-mode-hide-cell 481,16148
-(ert-deftest kotl-mode-move-tree-forward 498,16744
-(ert-deftest kotl-mode-move-tree-backward 524,17634
-(ert-deftest kotl-mode--add-cell-set-fill-attribute 549,18516
+(ert-deftest kexport:html-creates-html-file 25,567
+(ert-deftest kexport:html-sets-title-and-header 42,1137
+(ert-deftest kexport:html-contains-each-cell 63,1958
+(ert-deftest kexport:html-creates-hierarchy 83,2641
+(ert-deftest kexport:display-creates-html-file-and-displays-it 109,3603
+(ert-deftest kexport:koutline-calls-kexport:html 128,4341
+
+test/kotl-mode-tests.el,1705
+(defmacro setup-kotl-mode-example-test 27,688
+(ert-deftest smart-menu-loads-kotl-example 36,1016
+(ert-deftest kotl-mode-example-loads-kotl-example 45,1356
+(ert-deftest kotl-mode-move-between-cells 50,1515
+(ert-deftest kotl-mode-indent-cell-changes-level 71,2167
+(ert-deftest kotl-mode-extension-open-buffer-in-kotl-mode 86,2698
+(ert-deftest kotl-mode-set-view-with-kbd 95,3041
+(ert-deftest kotl-mode-idstamp-saved-with-file 109,3615
+(ert-deftest kotl-mode-demote-keeps-idstamp 135,4570
+(ert-deftest kotl-mode-demote-change-label 158,5412
+(ert-deftest kotl-mode-label-type-activation 174,5928
+(ert-deftest kotl-mode-move-cell-before-cell 192,6501
+(ert-deftest kotl-mode-move-cell-after-cell 209,7014
+(ert-deftest kotl-mode-copy-cell-after-cell 226,7523
+(ert-deftest kotl-mode-copy-cell-before-cell 243,8032
+(ert-deftest kotl-mode-jump-to-cell 259,8502
+(ert-deftest kotl-mode-goto-child-and-parent 274,8953
+(ert-deftest kotl-mode-kill-cell 291,9487
+(ert-deftest kotl-mode-split-cell 311,10120
+(ert-deftest kotl-mode-previous-cell-from-invalid-position 326,10650
+(ert-deftest kotl-mode-backward-cell-from-invalid-position 347,11343
+(ert-deftest kotl-mode-backward-cell-from-invalid-pos-leave-point-in-valid-pos 
368,12041
+(ert-deftest kotl-mode-transpose-cell 395,13076
+(ert-deftest kotl-mode-transpose-cell-with-mark 414,13684
+(ert-deftest kotl-mode-transpose-cell-past-multiple-cells 437,14445
+(ert-deftest kotl-mode-copy-kotl-file-updates-root-id-attributes 465,15383
+(ert-deftest kotl-mode-hide-cell 483,16196
+(ert-deftest kotl-mode-move-tree-forward 500,16792
+(ert-deftest kotl-mode-move-tree-backward 526,17682
+(ert-deftest kotl-mode--add-cell-set-fill-attribute 551,18564
 
 test/kotl-orgtbl-tests.el,237
-(ert-deftest kotl-orgtbl-enabled-uses-kotl-mode-delete-char-outside-of-table 
25,645
-(ert-deftest kotl-orgtbl-action-key-on-vertical-bar-toggles-orgtbl-mode 
50,1649
-(ert-deftest kotl-orgtbl-shift-tab-demotes-tree-outside-table 69,2247
+(ert-deftest kotl-orgtbl-enabled-uses-kotl-mode-delete-char-outside-of-table 
27,693
+(ert-deftest kotl-orgtbl-action-key-on-vertical-bar-toggles-orgtbl-mode 
52,1697
+(ert-deftest kotl-orgtbl-shift-tab-demotes-tree-outside-table 71,2295
+
+test/set-tests.el,102
+(ert-deftest set-tests--function-tests-equal 21,475
+(ert-deftest set-tests--equal-op-tests 141,6727
 
 test/smart-org-tests.el,851
-(ert-deftest smart-org-mode-on-header-cycles-visibility 27,668
-(ert-deftest smart-org-mode-with-smart-keys-on-delimited-thing-activates 
45,1327
-(ert-deftest smart-org-mode-with-smart-keys-on-hypb-button-activates 56,1673
-(ert-deftest smart-org-mode-with-smart-keys-buttons-on-hypb-button-activates 
66,2034
-(ert-deftest smart-org-mode-with-smart-keys-on-org-link-activates 76,2406
-(ert-deftest 
smart-org-mode-with-smart-keys-buttons-on-delimited-thing-calls-org-meta-return 
88,2762
-(ert-deftest smart-org-mode-with-smart-keys-buttons-on-org-link-activates 
100,3171
-(ert-deftest 
smart-org-mode-with-no-smart-keys-on-delimited-thing-calls-org-meta-return 
112,3553
-(ert-deftest 
smart-org-mode-with-no-smart-keys-on-hypb-button-calls-org-meta-return 125,3993
-(ert-deftest smart-org-mode-with-no-smart-keys-on-org-link-is-org-meta-return 
137,4354
+(ert-deftest smart-org-mode-on-header-cycles-visibility 29,716
+(ert-deftest smart-org-mode-with-smart-keys-on-delimited-thing-activates 
47,1375
+(ert-deftest smart-org-mode-with-smart-keys-on-hypb-button-activates 58,1721
+(ert-deftest smart-org-mode-with-smart-keys-buttons-on-hypb-button-activates 
68,2082
+(ert-deftest smart-org-mode-with-smart-keys-on-org-link-activates 78,2454
+(ert-deftest 
smart-org-mode-with-smart-keys-buttons-on-delimited-thing-calls-org-meta-return 
90,2810
+(ert-deftest smart-org-mode-with-smart-keys-buttons-on-org-link-activates 
102,3219
+(ert-deftest 
smart-org-mode-with-no-smart-keys-on-delimited-thing-calls-org-meta-return 
114,3601
+(ert-deftest 
smart-org-mode-with-no-smart-keys-on-hypb-button-calls-org-meta-return 127,4041
+(ert-deftest smart-org-mode-with-no-smart-keys-on-org-link-is-org-meta-return 
139,4402
 
 test/hy-test-dependencies.el,48
-(defun hy-test-ensure-package-installed 22,561
-
-test/hy-test-helpers.el,334
-(defun hy-test-helpers:consume-input-events 23,523
-(defun hy-test-helpers:should-last-message 28,744
-(defun hy-test-helpers:action-key-should-call-hpath:find 35,993
-(defun hy-test-helpers:hypb-function-should-call-hpath:find 46,1507
-(defun hy-test-helpers:kill-buffer 55,1924
-(cl-defun hy-test-helpers-verify-hattr-at-p 60,2054
+(defun hy-test-ensure-package-installed 24,609
+
+test/hy-test-helpers.el,335
+(defun hy-test-helpers:consume-input-events 25,571
+(defun hy-test-helpers:should-last-message 30,792
+(defun hy-test-helpers:action-key-should-call-hpath:find 37,1041
+(defun hy-test-helpers:hypb-function-should-call-hpath:find 48,1555
+(defun hy-test-helpers:kill-buffer 57,1972
+(cl-defun hy-test-helpers-verify-hattr-at-p 62,2102
diff --git a/hactypes.el b/hactypes.el
index c5659fb678..50c94b0be6 100644
--- a/hactypes.el
+++ b/hactypes.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    23-Sep-91 at 20:34:36
-;; Last-Mod:     26-Feb-23 at 22:35:30 by Bob Weiner
+;; Last-Mod:      1-Mar-23 at 22:13:03 by Bob Weiner
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -674,6 +674,16 @@ Uses `hpath:display-where' setting to control where the 
man page is displayed."
   (let ((Man-notify-method 'meek))
     (hpath:display-buffer (man topic))))
 
+(defact org-id-marker-display (marker)
+  "Display the Org entry, if any, at MARKER.
+See doc of `ibtypes::org-id' for usage."
+    (unless (markerp marker)
+      (error "(org-id-marker-display): Argument must be a marker, not %s" 
marker))
+    (org-mark-ring-push)
+    (hact #'link-to-buffer-tmp (marker-buffer marker) marker)
+    (move-marker marker nil)
+    (org-show-context))
+
 (defact rfc-toc (&optional buf-name opoint sections-start)
   "Compute and display summary of an Internet rfc in BUF-NAME.
 Assume point has already been moved to start of region to summarize.
diff --git a/hibtypes.el b/hibtypes.el
index 15c6b58b36..7bdcdc59ff 100644
--- a/hibtypes.el
+++ b/hibtypes.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    19-Sep-91 at 20:45:31
-;; Last-Mod:     13-Feb-23 at 00:23:50 by Bob Weiner
+;; Last-Mod:      6-Mar-23 at 00:30:09 by Bob Weiner
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -90,6 +90,7 @@
 (declare-function markdown-reference-goto-link "ext:markdown")
 (declare-function markdown-wiki-link-p "ext:markdown")
 (declare-function markdown-footnote-text-positions "ext:markdown")
+(declare-function org-roam-id-find "ext:org-roam")
 (defvar markdown-regex-link-reference)
 (defvar markdown-regex-reference-definition)
 
@@ -124,6 +125,52 @@ line and check for a source reference line again."
 
 (load "hypb-ert")
 
+;;; ========================================================================
+;;; Handles social media hashtag and username references, e.g. 
twitter#myhashtag
+;;; ========================================================================
+
+(load "hib-social")
+
+;;; ========================================================================
+;;; Displays Org Roam and Org IDs
+;;; ========================================================================
+
+(defib org-id ()
+  "Display Org roam or Org node referenced by id at point, if any.
+If on the :ID: definition line, do nothing and return nil.
+If the id location is found, return non-nil."
+  (when (featurep 'org-id)
+    (let ((id (thing-at-point 'symbol t)) ;; Could be a uuid or some other 
form of id
+         m)
+      ;; Ignore ID definitions or when not on a possible ID
+      (when (and id (setq m (or (and (featurep 'org-roam) (org-roam-id-find id 
'marker))
+                               (org-id-find id 'marker))))
+       (cond ((save-excursion (beginning-of-line)
+                              (re-search-forward ":\\(CUSTOM_\\)?ID:[ \t]+"
+                                                 (line-end-position) t))
+              (message "On ID definition; use {C-u M-RET} to copy a link to 
ID."))
+             (m
+              (hact 'org-id-marker-display m)))))))
+
+(defun org-id:help (hbut)
+  "Copy link to kill ring of an Org roam or Org node referenced by id at point.
+If on the :ID: definition line, do nothing and return nil.
+If the id location is found, return non-nil."
+  (when (featurep 'org-id)
+    (let ((id (thing-at-point 'symbol t)) ;; Could be a uuid or some other 
form of id
+         m
+         mpos)
+      ;; Ignore ID definitions or when not on a possible ID
+      (when (and id (setq m (or (and (featurep 'org-roam) (org-roam-id-find id 
'marker))
+                               (org-id-find id 'marker))))
+       (save-excursion
+         (setq mpos (marker-position m))
+         (set-buffer (marker-buffer m))
+         (save-restriction
+           (widen)
+           (goto-char mpos)
+           (kill-new (org-id-store-link))))))))
+
 ;;; ========================================================================
 ;;; Displays files and directories when a valid pathname is activated.
 ;;; ========================================================================
@@ -340,12 +387,6 @@ must have an attached file."
               (progn (ibut:label-set ref-and-pos)
                      (hact 'annot-bib ref))))))
 
-;;; ========================================================================
-;;; Handles social media hashtag and username references, e.g. 
twitter#myhashtag
-;;; ========================================================================
-
-(load "hib-social")
-
 ;;; ========================================================================
 ;;; Displays in-file Markdown link referents.
 ;;; ========================================================================
diff --git a/hpath.el b/hpath.el
index b92ff38705..8c1b67d16c 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:     26-Feb-23 at 22:30:14 by Bob Weiner
+;; Last-Mod:      7-Mar-23 at 21:55:28 by Bob Weiner
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -999,9 +999,10 @@ Make any existing path within a file buffer absolute 
before returning."
                                                       (when (string-match "[ 
\t\n\r]*[#,]" path)
                                                         (prog1 (substring path 
(1- (match-end 0)))
                                                           (setq path 
(substring path 0 (match-beginning 0)))))
-                                                    (when (string-match 
hpath:markup-link-anchor-regexp path)
-                                                      (prog1 (concat "#" 
(match-string 3 path))
-                                                        (setq path (substring 
path 0 (match-beginning 2))))))))))))
+                                                    (unless (file-exists-p 
path) ;; might be #autosave-file#
+                                                      (when (string-match 
hpath:markup-link-anchor-regexp path)
+                                                        (prog1 (concat "#" 
(match-string 3 path))
+                                                          (setq path 
(substring path 0 (match-beginning 2)))))))))))))
     (if (or (null path) (string-empty-p path))
        (setq expanded-path ""
              path "")
@@ -1099,13 +1100,18 @@ end-pos) or nil."
        (hargs:delimited "[`'‘]" "[`'’]" t t include-positions "\"")
        ;; Filenames in TexInfo docs
        (hargs:delimited "@file{" "}" nil nil include-positions)
-       ;; Any existing whitespace delimited filename at point.
-       ;; If match consists of only punctuation, like
-       ;; . or .., don't treat it as a pathname.  Only look for
-       ;; whitespace delimited filenames if non-exist is nil.
+       ;; if `non-exist' is nil, look for any existing whitespace
+       ;; delimited filename at point.  If match consists of only
+       ;; punctuation, like . or .., don't treat it as a pathname.
+       ;; It shell modes, it must be tab delimited.
        (unless non-exist
-         (let* ((triplet (hargs:delimited "^\\|\\(\\s-\\|[\]\[()<>\;&,@]\\)+"
-                                          "\\([\]\[()<>\;&,@]\\|:*\\s-\\)+\\|$"
+         (let* ((space-delimiter (if (derived-mode-p #'shell-mode)
+                                     "\t"
+                                   "[ \t]"))
+                (triplet (hargs:delimited (format 
"^\\|\\(%s\\|[\]\[()<>\;&,@]\\)+"
+                                                  space-delimiter)
+                                          (format 
"\\([\]\[()<>\;&,@]\\|:*\\s-\\)+\\|$"
+                                                  space-delimiter)
                                           t t t))
                 (p (car triplet))
                 (punc (char-syntax ?.)))
@@ -1385,16 +1391,17 @@ buffer but don't display it."
            col-num (when (match-string 3 path)
                      (string-to-number (match-string 3 path)))
            path (substring path 0 (match-beginning 0))))
-    (when (string-match hpath:markup-link-anchor-regexp path)
-      (setq hash t
-           anchor (match-string 3 path)
-           path (if (match-end 1)
-                    (substring path 0 (match-end 1))
-                  (or buffer-file-name "")))
-      ;; 'anchor' may improproperly include trailing punctuation;
-      ;; remove it if so.
-      (when (string-match "\\s.+\\'" anchor)
-       (setq anchor (substring anchor 0 (match-beginning 0)))))
+    (unless (file-exists-p path) ;; might be #autosave-file#
+      (when (string-match hpath:markup-link-anchor-regexp path)
+       (setq hash t
+             anchor (match-string 3 path)
+             path (if (match-end 1)
+                      (substring path 0 (match-end 1))
+                    (or buffer-file-name "")))
+       ;; 'anchor' may improproperly include trailing punctuation;
+       ;; remove it if so.
+       (when (string-match "\\s.+\\'" anchor)
+         (setq anchor (substring anchor 0 (match-beginning 0))))))
     (if (string-empty-p path)
        (setq path ""
              pathname "")
diff --git a/hui-mouse.el b/hui-mouse.el
index d040bff8ce..d375b6d722 100644
--- a/hui-mouse.el
+++ b/hui-mouse.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    04-Feb-89
-;; Last-Mod:     11-Feb-23 at 17:39:40 by Bob Weiner
+;; Last-Mod:      1-Mar-23 at 21:45:58 by Bob Weiner
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -1857,8 +1857,8 @@ If key is pressed:
      buffer;
  (4) on a heading line but not at the beginning or end, if headings subtree is
      hidden then show it, otherwise hide it;
- (5) anywhere else, invoke `action-key-eol-function', typically to scroll up
-     a windowful."
+ (5) at the end of a line, invoke `action-key-eol-function', typically to
+     scroll up a windowful."
 
   (interactive)
   (cond (smart-outline-cut
@@ -1872,9 +1872,10 @@ If key is pressed:
              ;; Skip past start of current entry
              (progn (re-search-forward outline-regexp nil t)
                     (smart-outline-to-entry-end t)))))
-
-       ((or (eolp) (zerop (smart-outline-level)))
+       ((eolp)
         (funcall action-key-eol-function))
+       ((zerop (smart-outline-level))
+        nil)
        ;; On an outline heading line but not at the start/end of line.
        ((smart-outline-subtree-hidden-p)
         (outline-show-subtree))
@@ -1896,8 +1897,8 @@ If assist-key is pressed:
      subtree) from the buffer;
  (4) on a heading line but not at the beginning or end, if heading body is
      hidden then show it, otherwise hide it;
- (5) anywhere else, invoke `assist-key-eol-function', typically to scroll down
-     a windowful."
+ (5) at the end of a line, invoke `assist-key-eol-function', typically to
+     scroll down a windowful."
 
   (interactive)
   (cond (smart-outline-cut (yank))
@@ -1908,8 +1909,10 @@ If assist-key is pressed:
                      ;; Skip past start of current entry
                      (progn (re-search-forward outline-regexp nil t)
                             (smart-outline-to-entry-end))))
-       ((or (eolp) (zerop (smart-outline-level)))
+       ((eolp)
         (funcall assist-key-eol-function))
+       ((zerop (smart-outline-level))
+        nil)
        ;; On an outline heading line but not at the start/end of line.
        ((smart-outline-subtree-hidden-p)
         (outline-show-entry))
diff --git a/hypb.el b/hypb.el
index d2b4875cf7..248a12a4c2 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:     19-Feb-23 at 22:43:13 by Mats Lidell
+;; Last-Mod:     27-Feb-23 at 18:11:15 by Bob Weiner
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -965,7 +965,7 @@ nor nil it means to not count the minibuffer window even if 
it is active."
 
 ;;;###autoload
 (defun hypb:display-file-with-logo (file)
-  "Display a text FILE in help mode with the Hyperbole banner prepended.
+  "Display a text FILE in view mode with the Hyperbole banner prepended.
 If FILE is not an absolute path, expand it relative to `hyperb:dir'."
   (unless (stringp file)
     (error "(hypb:display-file-with-logo): 'file' must be a string, not '%s'" 
file))
diff --git a/hyperbole.el b/hyperbole.el
index 36fa5f52cf..f270cfc165 100644
--- a/hyperbole.el
+++ b/hyperbole.el
@@ -2,12 +2,12 @@
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
-;; Copyright (C) 1992-2022  Free Software Foundation, Inc.
+;; Copyright (C) 1992-2023  Free Software Foundation, Inc.
 
 ;; Author:           Bob Weiner
 ;; Maintainer:       Bob Weiner <rsw@gnu.org>, Mats Lidell <matsl@gnu.org>
 ;; Created:          06-Oct-92 at 11:52:51
-;; Last-mod:     11-Dec-22 at 13:32:34 by Bob Weiner
+;; Last-mod:      7-Mar-23 at 22:10:54 by Bob Weiner
 ;; Released:         03-Dec-22
 ;; Version:          8.0.1pre
 ;; Keywords:         comm, convenience, files, frames, hypermedia, languages, 
mail, matching, mouse, multimedia, outlines, tools, wp
@@ -491,6 +491,12 @@ frame, those functions by default still return the prior 
frame."
 
 (defun hyperbole--enable-mode ()
   "Enable Hyperbole global minor mode."
+  ;; If Hyperbole is loaded without the user's init being run,
+  ;; then force execution of (hyperb:init) when the mode is enabled.
+  (unless (and hkey-init (where-is-internal #'hkey-help))
+    (hyperb:init)
+    (remove-hook 'after-init-hook #'hyperb:init))
+
   ;; Store the current value and set `mark-even-if-inactive' to nil so
   ;; can select delimited things if the region is not active when
   ;; hyperbole-mode is enabled.
diff --git a/man/hkey-help.txt b/man/hkey-help.txt
index 460d59794b..c0adcd11ee 100644
--- a/man/hkey-help.txt
+++ b/man/hkey-help.txt
@@ -105,6 +105,7 @@ Hyperbole Key Press/Click in Special Modes
     Include file                Jumps to Texinfo referent  Button help
     code/var reference          Displays doc for referent  Button help
   Org Mode                      Follows links and cycles outline views
+  Org/Roam ID                   Jumps to ID referent       Button help
   Magit Modes                   Collapses, expands and jumps to things
   Outline Major/Minor Modes     Collapses, expands, and moves outline entries
   Man Apropos                   Displays man page entry    <- same
diff --git a/man/hyperbole.html b/man/hyperbole.html
index 56bbc000f0..4cb809a515 100644
--- a/man/hyperbole.html
+++ b/man/hyperbole.html
@@ -4,7 +4,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <!-- This manual is for GNU Hyperbole
-(Edition 8.0.1pre, Published February, 2023).
+(Edition 8.0.1pre, Published March, 2023).
 
 Copyright © 1989-2023  Free Software Foundation, Inc.
 
@@ -107,7 +107,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</P>
 
 <PRE>
 Edition 8.0.1pre
-Printed February 26, 2023.
+Printed March 7, 2023.
 
   Published by the Free Software Foundation, Inc.
   Author:    Bob Weiner
@@ -961,6 +961,7 @@ Hyperbole Key Press/Click in Special Modes
     Include file                Jumps to Texinfo referent  Button help
     code/var reference          Displays doc for referent  Button help
   Org Mode                      Follows links and cycles outline views
+  Org/Roam ID                   Jumps to ID referent       Button help
   Magit Modes                   Collapses, expands and jumps to things
   Outline Major/Minor Modes     Collapses, expands, and moves outline entries
   Man Apropos                   Displays man page entry    &lt;- same
@@ -2057,7 +2058,7 @@ that set or if final done keyword, remove it.
 </li><li> Within a radio or internal target or a link to it, jump between
 the target and the first link to it, allowing two-way navigation.
 
-</li><li> Follow other internal links in Org mode files.
+</li><li> Follow other internal links and ID references in Org mode files.
 
 </li><li> Follow Org mode external links.
 
@@ -10270,7 +10271,7 @@ Next: <a href="#Smart-Key-_002d-Ivy" accesskey="n" 
rel="next">Smart Key - Ivy</a
      (3) Within a radio or internal target or a link to it, jump between
          the target and the first link to it, allowing two-way navigation.
 
-     (4) Follow other internal links in Org mode files.
+     (4) Follow other internal links and ID references in Org mode files.
 
      (5) Follow Org mode external links.
 
@@ -10295,7 +10296,7 @@ Next: <a href="#Smart-Key-_002d-Ivy" accesskey="n" 
rel="next">Smart Key - Ivy</a
      (1) If on an Org todo keyword, move to the first todo keyword in
          the next set, if any.
 
-     (2) If on an Org mode link or agenda item, display Hyperbole
+     (2) If on an Org mode link, ID reference or agenda item, display Hyperbole
          context-sensitive help.
 
      (3) On a Hyperbole button, perform the Assist Key function, generally
@@ -10311,11 +10312,15 @@ Next: <a href="#Smart-Key-_002d-Ivy" accesskey="n" 
rel="next">Smart Key - Ivy</a
          through views of the whole buffer outline.
 </pre></div></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-org_002did"></a>
 <a class="index-entry-id" 
id="index-org_002dlink_002doutside_002dorg_002dmode"></a>
 <p>Org links may be used outside of Org mode buffers.  Such links are
 handled by the separate implicit button type, <code 
class="code">org-link-outside-org-mode</code>.
+Org and Org Roam 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>.
 </p>
-
 <hr>
 </div>
 <div class="subsection-level-extent" id="Smart-Key-_002d-Ivy">
@@ -11276,8 +11281,8 @@ and outline-minor-mode is enabled:
      (4) on a header line but not at the beginning or end of the line,
          if the headings subtree is hidden, shows it, otherwise hides
          it;
-     (5) anywhere else, invokes <code 
class="code">action-key-eol-function</code>, typically
-         to scroll up a windowful.
+     (5) at the end of a line, invokes <code 
class="code">action-key-eol-function</code>,
+         typically to scroll up a windowful.
   ASSIST KEY
      (1) after an outline heading has been cut via the Action Key,
          allows multiple pastes throughout the buffer (the last paste
@@ -11287,8 +11292,8 @@ and outline-minor-mode is enabled:
          (sans subtree) from the buffer;
      (4) on a header line but not at the beginning or end, if the
          heading body is hidden, shows it, otherwise hides it;
-     (5) anywhere else, invokes <code 
class="code">assist-key-eol-function</code>, typically
-         to scroll down a windowful.
+     (5) at the end of a line, invokes <code 
class="code">assist-key-eol-function</code>,
+         typically to scroll down a windowful.
 </pre></div></div>
 
 <hr>
@@ -13377,6 +13382,7 @@ Next: <a href="#Concept-Index" accesskey="n" 
rel="next">Concept Index</a>, Previ
 <tr><td></td><td class="printindex-index-entry"><a 
href="#index-objc_002dcpp_002dinclude_002dpath">objc-cpp-include-path</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Objective_002dC-Source-Code">Smart Key - Objective-C 
Source Code</a></td></tr>
 <tr><td></td><td class="printindex-index-entry"><a 
href="#index-objc_002dinclude_002dpath">objc-include-path</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Objective_002dC-Source-Code">Smart Key - Objective-C 
Source Code</a></td></tr>
 <tr><td></td><td class="printindex-index-entry"><a 
href="#index-org_002dctrl_002dc_002dctrl_002dc"><code>org-ctrl-c-ctrl-c</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-org_002did">org-id</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Smart-Key-_002d-Org-Mode">Smart Key 
- Org Mode</a></td></tr>
 <tr><td></td><td class="printindex-index-entry"><a 
href="#index-org_002dlink_002doutside_002dorg_002dmode">org-link-outside-org-mode</a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Smart-Key-_002d-Org-Mode">Smart Key 
- Org Mode</a></td></tr>
 <tr><td></td><td class="printindex-index-entry"><a 
href="#index-org_002dmeta_002dreturn"><code>org-meta-return</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
 <tr><td></td><td class="printindex-index-entry"><a 
href="#index-outline_002dminor_002dmode-1"><code>outline-minor-mode</code></a>:</td><td>&nbsp;</td><td
 class="printindex-index-section"><a 
href="#Smart-Key-_002d-Emacs-Outline-Mode">Smart Key - Emacs Outline 
Mode</a></td></tr>
@@ -14366,6 +14372,8 @@ Previous: <a href="#Function" accesskey="p" 
rel="prev">Function, Variable and Fi
 <tr><td></td><td class="printindex-index-entry"><a 
href="#index-OO_002dBrowser">OO-Browser</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Smart-Key-_002d-The-OO_002dBrowser">Smart Key - The 
OO-Browser</a></td></tr>
 <tr><td></td><td class="printindex-index-entry"><a 
href="#index-option-setting">option setting</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a 
href="#Customization">Customization</a></td></tr>
 <tr><td></td><td class="printindex-index-entry"><a 
href="#index-option-settings">option settings</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Menus">Menus</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-Org-ID">Org 
ID</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-Org-Mode">Smart Key - Org Mode</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-Org-link_002c-outside-Org">Org link, outside 
Org</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-Org-Mode">Smart Key - Org Mode</a></td></tr>
 <tr><td></td><td class="printindex-index-entry"><a href="#index-Org-mode">Org 
mode</a>:</td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Smart-Key-_002d-Org-Mode">Smart Key - Org Mode</a></td></tr>
 <tr><td></td><td class="printindex-index-entry"><a 
href="#index-Org-tables">Org tables</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Promoting-and-Demoting">Promoting 
and Demoting</a></td></tr>
 <tr><td></td><td class="printindex-index-entry"><a 
href="#index-org_002dmode">org-mode</a>:</td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Implicit-Button-Types">Implicit 
Button Types</a></td></tr>
diff --git a/man/hyperbole.info b/man/hyperbole.info
index e2b5d97af8..6915603960 100644
Binary files a/man/hyperbole.info and b/man/hyperbole.info differ
diff --git a/man/hyperbole.pdf b/man/hyperbole.pdf
index f4f3b5060c..cf06c30190 100644
Binary files a/man/hyperbole.pdf and b/man/hyperbole.pdf differ
diff --git a/man/hyperbole.texi b/man/hyperbole.texi
index 207113e663..ec64d039a5 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:     27-Feb-23 at 00:26:49 by Bob Weiner
+@c Last-Mod:      7-Mar-23 at 22:08:27 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 February 26, 2023.
+Printed March 7, 2023.
 
   Published by the Free Software Foundation, Inc.
   Author:    Bob Weiner
@@ -198,7 +198,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 @example
 Edition 8.0.1pre
-February 26, 2023
+March 7, 2023
 
   Published by the Free Software Foundation, Inc.
   Author:    Bob Weiner
@@ -2151,7 +2151,7 @@ Within a radio or internal target or a link to it, jump 
between
 the target and the first link to it, allowing two-way navigation.
 
 @item
-Follow other internal links in Org mode files.
+Follow other internal links and ID references in Org mode files.
 
 @item
 Follow Org mode external links.
@@ -9433,7 +9433,7 @@ When in an Org mode context and 
@code{hsys-org-enable-smart-keys} is non-nil:
      (3) Within a radio or internal target or a link to it, jump between
          the target and the first link to it, allowing two-way navigation.
 
-     (4) Follow other internal links in Org mode files.
+     (4) Follow other internal links and ID references in Org mode files.
 
      (5) Follow Org mode external links.
 
@@ -9458,7 +9458,7 @@ When in an Org mode context and 
@code{hsys-org-enable-smart-keys} is non-nil:
      (1) If on an Org todo keyword, move to the first todo keyword in
          the next set, if any.
 
-     (2) If on an Org mode link or agenda item, display Hyperbole
+     (2) If on an Org mode link, ID reference or agenda item, display Hyperbole
          context-sensitive help.
 
      (3) On a Hyperbole button, perform the Assist Key function, generally
@@ -9475,11 +9475,15 @@ When in an Org mode context and 
@code{hsys-org-enable-smart-keys} is non-nil:
 @end group
 @end format
 
+@cindex Org ID
+@cindex Org link, outside Org
+@vindex org-id
 @vindex org-link-outside-org-mode
 @noindent
 Org links may be used outside of Org mode buffers.  Such links are
 handled by the separate implicit button type, @code{org-link-outside-org-mode}.
-
+Org and Org Roam IDs may be activated as hyperbuttons outside of Org mode 
buffers.
+They are handled by the separate implicit button type, @code{org-id}.
 
 @node Smart Key - Ivy, Smart Key - Treemacs, Smart Key - Org Mode, Smart 
Keyboard Keys
 @subsection Smart Key - Ivy
@@ -10343,8 +10347,8 @@ and outline-minor-mode is enabled:
      (4) on a header line but not at the beginning or end of the line,
          if the headings subtree is hidden, shows it, otherwise hides
          it;
-     (5) anywhere else, invokes @code{action-key-eol-function}, typically
-         to scroll up a windowful.
+     (5) at the end of a line, invokes @code{action-key-eol-function},
+         typically to scroll up a windowful.
   ASSIST KEY
      (1) after an outline heading has been cut via the Action Key,
          allows multiple pastes throughout the buffer (the last paste
@@ -10354,8 +10358,8 @@ and outline-minor-mode is enabled:
          (sans subtree) from the buffer;
      (4) on a header line but not at the beginning or end, if the
          heading body is hidden, shows it, otherwise hides it;
-     (5) anywhere else, invokes @code{assist-key-eol-function}, typically
-         to scroll down a windowful.
+     (5) at the end of a line, invokes @code{assist-key-eol-function},
+         typically to scroll down a windowful.
 @end group
 @end format
 
diff --git a/man/version.texi b/man/version.texi
index 46ad093e3d..7ae2c2c451 100644
--- a/man/version.texi
+++ b/man/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED February, 2023
-@set UPDATED-MONTH February 2023
+@set UPDATED March, 2023
+@set UPDATED-MONTH March 2023
 @set EDITION 8.0.1pre
 @set VERSION 8.0.1pre



reply via email to

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