[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole 9a8f0991c3 5/7: Merge pull request #605 from
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hyperbole 9a8f0991c3 5/7: Merge pull request #605 from rswgnu/remove-warnings |
Date: |
Thu, 14 Nov 2024 03:58:11 -0500 (EST) |
branch: externals/hyperbole
commit 9a8f0991c3d588e277257be57281c2ec565cea72
Merge: dea72c9f45 f8d9d563e7
Author: Robert Weiner <rsw@gnu.org>
Commit: GitHub <noreply@github.com>
Merge pull request #605 from rswgnu/remove-warnings
remove warnings
---
hibtypes.el | 36 ++++++++++++++++--------------------
hui-treemacs.el | 26 ++++++++++++++------------
hyrolo.el | 13 +++----------
hywiki.el | 4 +++-
4 files changed, 36 insertions(+), 43 deletions(-)
diff --git a/hibtypes.el b/hibtypes.el
index 9fbdb67075..fda2bdf1f6 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: 28-Oct-24 at 01:32:59 by Bob Weiner
+;; Last-Mod: 13-Nov-24 at 13:08:00 by Mats Lidell
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -50,41 +50,37 @@
;;; Public declarations
;;; ************************************************************************
-(declare-function markdown-footnote-goto-text "ext:markdown")
-(declare-function markdown-footnote-marker-positions "ext:markdown")
-(declare-function markdown-footnote-return "ext:markdown")
-(declare-function markdown-link-p "ext:markdown")
-(declare-function markdown-link-url "ext:markdown")
-(declare-function markdown-reference-goto-definition "ext:markdown")
-(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 cscope-output-line-regexp)
+(defvar id-cflow-repeated-indicator)
(defvar markdown-regex-link-reference)
(defvar markdown-regex-reference-definition)
-
-(defvar id-cflow-repeated-indicator)
-
-(defvar cscope-output-line-regexp)
-
(defvar org-uuid-regexp)
(declare-function actype:eval "hact")
(declare-function actype:identity "hact")
+(declare-function ert-test-boundp "ert")
(declare-function hact "hact")
(declare-function hpath:display-buffer "hpath")
(declare-function htype:def-symbol "hact")
(declare-function hui:help-ebut-highlight "hui")
(declare-function hyperb:stack-frame "hversion")
+(declare-function hyrolo-get-file-list "hyrolo")
+(declare-function hywiki-get-singular-page-name "hywiki")
(declare-function hywiki-page-exists-p "hywiki")
-
+(declare-function markdown-footnote-goto-text "ext:markdown")
+(declare-function markdown-footnote-marker-positions "ext:markdown")
+(declare-function markdown-footnote-return "ext:markdown")
+(declare-function markdown-footnote-text-positions "ext:markdown")
+(declare-function markdown-link-p "ext:markdown")
+(declare-function markdown-link-url "ext:markdown")
+(declare-function markdown-reference-goto-definition "ext:markdown")
+(declare-function markdown-reference-goto-link "ext:markdown")
+(declare-function markdown-wiki-link-p "ext:markdown")
+(declare-function org-roam-id-find "ext:org-roam")
(declare-function set:member "set")
(declare-function symset:add "hact")
(declare-function symtable:add "hact")
-(declare-function hyrolo-get-file-list "hyrolo")
-(declare-function ert-test-boundp "ert")
-
;;; ************************************************************************
;;; Public implicit button types
;;; ************************************************************************
diff --git a/hui-treemacs.el b/hui-treemacs.el
index 35ca206d4b..65fbfc5ead 100644
--- a/hui-treemacs.el
+++ b/hui-treemacs.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 19-Nov-17
-;; Last-Mod: 10-Nov-24 at 17:27:30 by Bob Weiner
+;; Last-Mod: 13-Nov-24 at 13:09:22 by Mats Lidell
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -37,25 +37,27 @@
;;; ************************************************************************
;;; Public declarations
;;; ************************************************************************
+(defvar action-key-depress-window) ; "hmouse-drv.el"
+(defvar action-key-eol-function) ; "hmouse-drv.el"
+(defvar assist-flag) ; "hmouse-drv.el"
+(defvar assist-key-eol-function) ; "hmouse-drv.el"
+(defvar aw-ignored-buffers)
+
+(declare-function first-line-p "hui-mouse")
+(declare-function hact "hact")
+(declare-function hypb:require-package "hypb")
+(declare-function last-line-p "hui-mouse")
+(declare-function package-activate "package")
(declare-function treemacs "ext:treemacs")
+(declare-function treemacs-add-and-display-current-project-exclusively
"ext:treemacs")
(declare-function treemacs-current-button "ext:treemacs-core-utils")
(declare-function treemacs-current-visibility "ext:treemacs-scope")
+(declare-function treemacs-display-current-project-exclusively "ext:treemacs")
(declare-function treemacs-get-local-window "ext:treemacs-scope")
(declare-function treemacs-is-treemacs-window? "ext:treemacs-core-utils")
(declare-function treemacs-node-buffer-and-position
"ext:treemacs-mouse-interface")
(declare-function treemacs-quit "ext:treemacs-interface")
(declare-function treemacs-toggle-node "ext:treemacs-interface")
-(defvar aw-ignored-buffers)
-
-(defvar assist-flag) ; "hmouse-drv.el"
-(defvar action-key-eol-function) ; "hmouse-drv.el"
-(defvar assist-key-eol-function) ; "hmouse-drv.el"
-(defvar action-key-depress-window) ; "hmouse-drv.el"
-
-(declare-function first-line-p "hui-mouse")
-(declare-function last-line-p "hui-mouse")
-(declare-function hact "hact")
-(declare-function package-activate "package")
;;; ************************************************************************
;;; smart-treemacs functions
diff --git a/hyrolo.el b/hyrolo.el
index 729d0570da..1a84c1bd5d 100644
--- a/hyrolo.el
+++ b/hyrolo.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 7-Jun-89 at 22:08:29
-;; Last-Mod: 3-Nov-24 at 09:37:58 by Bob Weiner
+;; Last-Mod: 13-Nov-24 at 13:17:36 by Mats Lidell
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -1973,7 +1973,7 @@ Return number of matching entries found."
;; Save pattern as last rolo search expression.
(setq hyrolo-match-regexp pattern)
;;
- (let ((new-buf-flag) (actual-buf)
+ (let ((actual-buf)
;; Temporarily disable magit-auto-revert-mode-enable-in-buffers for
hyrolo
;; buffers; not needed and can slow/hang file loading
(after-change-major-mode-hook
@@ -1981,8 +1981,7 @@ Return number of matching entries found."
(if (and (or (null max-matches) (eq max-matches t) (integerp max-matches))
(or (setq actual-buf (hyrolo-buffer-exists-p hyrolo-file-or-buf))
(when (file-exists-p hyrolo-file-or-buf)
- (setq actual-buf (hyrolo-find-file-noselect
hyrolo-file-or-buf)
- new-buf-flag t))))
+ (setq actual-buf (hyrolo-find-file-noselect
hyrolo-file-or-buf)))))
(let ((num-found 0)
(incl-hdr t)
(stuck-negative-point 0)
@@ -1997,12 +1996,6 @@ Return number of matching entries found."
max-matches (- max-matches)))))
(set-buffer actual-buf)
- ;; Comment out next two lines that could set source buffer
- ;; to read-only since this can break org-capture into the
- ;; buffer. -- rsw, 2024-11-03
- ;; (when new-buf-flag
- ;; (setq buffer-read-only t))
-
(when (and headline-only
(not (string-match (concat "\\`\\(" (regexp-quote "^")
"\\|" (regexp-quote "\\`") "\\)") pattern)))
;; If matching only to headlines and pattern is not already
diff --git a/hywiki.el b/hywiki.el
index 2327170a30..8a32c575e4 100644
--- a/hywiki.el
+++ b/hywiki.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 21-Apr-24 at 22:41:13
-;; Last-Mod: 10-Nov-24 at 15:44:27 by Bob Weiner
+;; Last-Mod: 13-Nov-24 at 13:13:51 by Mats Lidell
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -136,9 +136,11 @@
;;; Public declarations
;;; ************************************************************************
+(defvar action-key-modeline-buffer-id-function) ;; "hui-mouse"
(defvar org-agenda-buffer-tmp-name) ;; "org-agenda.el"
(defvar org-export-with-broken-links);; "ox.el"
(defvar org-publish-project-alist) ;; "ox-publish.el"
+
(declare-function hsys-org-at-tags-p "hsys-org")
(declare-function org-link-store-props "ol" (&rest plist))
(declare-function org-publish-property "ox-publish" (property project
&optional default))
- [elpa] externals/hyperbole updated (dea72c9f45 -> ad04a251b5), ELPA Syncer, 2024/11/14
- [elpa] externals/hyperbole 3b5b60608f 2/7: Add defvar and declare-function to silence warnings, ELPA Syncer, 2024/11/14
- [elpa] externals/hyperbole c8289451ae 3/7: Remove trace of deleted new-buf-flag, ELPA Syncer, 2024/11/14
- [elpa] externals/hyperbole ad04a251b5 7/7: Merge pull request #606 from rswgnu/rsw, ELPA Syncer, 2024/11/14
- [elpa] externals/hyperbole f8d9d563e7 4/7: Alphabetise public declarations, ELPA Syncer, 2024/11/14
- [elpa] externals/hyperbole 293a42d4a0 6/7: hywiki.el - Fix newline not triggering higlighting of prev wiki word, ELPA Syncer, 2024/11/14
- [elpa] externals/hyperbole 70eb020f80 1/7: Remove unused warning, comment out all occurences of new-buf-flag, ELPA Syncer, 2024/11/14
- [elpa] externals/hyperbole 9a8f0991c3 5/7: Merge pull request #605 from rswgnu/remove-warnings,
ELPA Syncer <=