-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #631 from rswgnu/rsw
hywiki.el - Fix hywiki-display-* functions to all take ref values
- Loading branch information
Showing
3 changed files
with
56 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
2024-12-27 Bob Weiner <[email protected]> | ||
|
||
* test/hywiki-tests.el (hywiki-tests--add-activity, | ||
hywiki-tests--add-org-roam-node): Change 'require' | ||
to 'hypb:require-package' so prompt user to install package when needed. | ||
|
||
* hywiki.el (hywiki-word-read, hywiki-word-read-new): Fix by replacing call | ||
to 'hywiki-get-wikiwords-obarray' with 'hywiki-get-referent-hasht'. | ||
(hywiki-get-wikiwords-obarray): Remove, no longer used. | ||
(hywiki-display-*): Fix to take referent-value rather than referent | ||
since already know the type when such functions are called. | ||
|
||
* hywiki.el (hywiki-display-referent): Stop removing any #section from | ||
wikiword sent to referent functions. | ||
(hywiki-add-prompted-referent): Remove #section from wikiword | ||
|
@@ -8,6 +18,9 @@ | |
referent value. Use in 'hywiki-get-referent'. | ||
(hywiki-display-page , hywiki-display-referent, hywiki-get-referent): | ||
Exclude # from 'section' for consistency. | ||
(hywiki-add-activity, hywiki-add-org-roam-node): Use | ||
'hypb:require-package' to install activity or org-roam package as required | ||
when invoking these functions. | ||
|
||
2024-12-26 Bob Weiner <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters