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

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

[elpa] externals/hyperbole a128365535 1/6: man/hyperbole.texi - Add doc


From: ELPA Syncer
Subject: [elpa] externals/hyperbole a128365535 1/6: man/hyperbole.texi - Add doc for hywiki-existing-word, hywiki-word
Date: Fri, 30 Aug 2024 03:58:26 -0400 (EDT)

branch: externals/hyperbole
commit a128365535abab3f2e30d2903b261b9e7b07350a
Author: bw <rsw@gnu.org>
Commit: bw <rsw@gnu.org>

    man/hyperbole.texi - Add doc for hywiki-existing-word, hywiki-word
    
    and for 'hynote-file'.
---
 ChangeLog          |  5 +++++
 hibtypes.el        |  3 ++-
 man/hyperbole.texi | 27 +++++++++++++++++++++++++--
 3 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c4125fac00..8c798cc9a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-08-25  Bob Weiner  <rsw@gnu.org>
+
+* man/hyperbole.texi (Implicit Button Types): Add doc for 
'hywiki-existing-word',
+   'hywiki-word' and 'hynote-file'.
+
 2024-08-24  Bob Weiner  <rsw@gnu.org>
 
 * hpath.el (hpath:to-Info-ref): Add.
diff --git a/hibtypes.el b/hibtypes.el
index 31058a1619..04450be8ee 100644
--- a/hibtypes.el
+++ b/hibtypes.el
@@ -284,7 +284,8 @@ display options."
           (path (hpath:at-p))
           elisp-suffix
            full-path)
-      ;; If an Info path without parens, don't handle it here, use the 
`Info-node' ibtype
+      ;; If an Info path without parens, don't handle it here, use the
+      ;; `Info-node' ibtype
       (unless (and path (string-match-p ".+\\.info\\([.#]\\|\\'\\)" path))
        (if path
            (cond ((and (not (string-empty-p path))
diff --git a/man/hyperbole.texi b/man/hyperbole.texi
index 1cd2b9db86..145dfcc140 100644
--- a/man/hyperbole.texi
+++ b/man/hyperbole.texi
@@ -159,7 +159,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</P>
 
 <PRE>
 Edition 9.0.2pre
-Printed August 19, 2024.
+Printed August 25, 2024.
 
   Published by the Free Software Foundation, Inc.
   Author:    Bob Weiner
@@ -201,7 +201,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 @example
 Edition 9.0.2pre
-August 19, 2024
+August 25, 2024
 
   Published by the Free Software Foundation, Inc.
   Author:    Bob Weiner
@@ -2458,6 +2458,12 @@ not installed by default.  You must manually configure 
it and load it from
 the file, @file{@code{$@{hyperb:dir@}}/hib-doc-id.el}).  See the commentary
 at the top of that file for more information.
 
+@findex ibtypes hywiki-existing-word
+@cindex hywiki existing word
+@item hywiki-existing-word
+When on a HyWiki word with an existing page, display its page and
+optional section.
+
 @findex ibtypes completion
 @cindex completion
 @item completion
@@ -2975,6 +2981,23 @@ Move to prior line with potential Python line ref.  In 
Python,
 tracebacks may be on a line just below the source reference line so
 since not on a Hyperbole button, move back a line and check for a
 source reference line again.
+
+@findex ibtypes hywiki-word
+@cindex hywiki word
+@item hywiki-word
+When on a HyWiki word, display its page and optional section.  If the
+associated HyWiki page does not exist, create it automatically.
+
+@findex ibtypes hynote-file
+@findex hywiki-active-in-current-buffer-p
+@findex hywiki-mode
+@cindex hynote file
+@cindex hywiki-mode
+@item hynote-file
+When on a HyNote file name stem, display the file and its optional
+section.  This type is active only in buffers where
+@code{hywiki-active-in-current-buffer-p} is true.  This may require
+that the global minor mode @code(hywiki-mode) has been enabled.
 @end table
 
 @node Action Buttons,  , Implicit Button Types, Implicit Buttons



reply via email to

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