[elpa] externals/gpr-mode 823df70936: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/gpr-mode
commit 823df70936ef59237c72a0d626c165b8b9fa53d0
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 doclicense.texi| 4 ++--
 gpr-indent-user-options.el | 2 +-
 gpr-mode.el| 2 +-
 gpr-process.el | 2 +-
 gpr-skel.el| 2 +-
 gpr.wy | 2 +-
 gpr_process_actions.adb| 2 +-
 gpr_process_actions.ads| 2 +-
 gpr_process_main.adb   | 2 +-
 gpr_process_main.ads   | 2 +-
 gpr_re2c.c | 2 +-
 gpr_re2c_c.ads | 2 +-
 12 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/doclicense.texi b/doclicense.texi
index a511ffcd5a..c6d1d5f52a 100644
--- a/doclicense.texi
+++ b/doclicense.texi
@@ -7,7 +7,7 @@
 
 @display
 Copyright @copyright{} 2000, 2001, 2002, 2007, 2008, 2009 Free Software 
Foundation, Inc.
-@uref{http://fsf.org/}
+@uref{https://fsf.org/}
 
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
@@ -415,7 +415,7 @@ The Free Software Foundation may publish new, revised 
versions
 of the GNU Free Documentation License from time to time.  Such new
 versions will be similar in spirit to the present version, but may
 differ in detail to address new problems or concerns.  See
-@uref{http://www.gnu.org/copyleft/}.
+@uref{https://www.gnu.org/copyleft/}.
 
 Each version of the License is given a distinguishing version number.
 If the Document specifies that a particular numbered version of this
diff --git a/gpr-indent-user-options.el b/gpr-indent-user-options.el
index b724ad274b..4808071a46 100644
--- a/gpr-indent-user-options.el
+++ b/gpr-indent-user-options.el
@@ -17,7 +17,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
  code
 
diff --git a/gpr-mode.el b/gpr-mode.el
index a8b5d8fe41..70bcb864a1 100644
--- a/gpr-mode.el
+++ b/gpr-mode.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Stephen Leake 
 ;; Version: 1.0.1
 ;; package-requires: ((emacs "25.3") (wisi "4.1.1") (gnat-compiler "1.0"))
-;; URL: http://stephe-leake.org/ada/wisitoken.html
+;; URL: https://stephe-leake.org/ada/wisitoken.html
 
 ;; This file is part of GNU Emacs.
 
diff --git a/gpr-process.el b/gpr-process.el
index 59e611b917..844f1d9982 100644
--- a/gpr-process.el
+++ b/gpr-process.el
@@ -14,7 +14,7 @@
 ;;  General Public License for more details.
 ;;
 ;;  You should have received a copy of the GNU General Public License
-;;  along with GNU Emacs.  If not, see .
+;;  along with GNU Emacs.  If not, see .
 
 (require 'wisi-process-parse)
 
diff --git a/gpr-skel.el b/gpr-skel.el
index 599fadcb5e..3018cfbed9 100644
--- a/gpr-skel.el
+++ b/gpr-skel.el
@@ -17,7 +17,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Design:
 ;;
diff --git a/gpr.wy b/gpr.wy
index 40733ff723..743f16857d 100644
--- a/gpr.wy
+++ b/gpr.wy
@@ -19,7 +19,7 @@
 --  General Public License for more details.
 --
 --  You should have received a copy of the GNU General Public License
---  along with GNU Emacs.  If not, see .
+--  along with GNU Emacs.  If not, see .
 }%
 
 ;;; Commentary:
diff --git a/gpr_process_actions.adb b/gpr_process_actions.adb
index fb13f94ed1..a5a6db151c 100644
--- a/gpr_process_actions.adb
+++ b/gpr_process_actions.adb
@@ -15,7 +15,7 @@
 --  General Public License for more details.
 --
 --  You should have received a copy of the GNU General Public License
---  along with GNU Emacs.  If not, see .
+--  along with GNU Emacs.  If not, see .
 
 with Wisi; use Wisi;
 with Wisi.Gpr; use Wisi.Gpr;
diff --git a/gpr_process_actions.ads b/gpr_process_actions.ads
index 91a46e6d0b..8d7dee8c40 100644
--- a/gpr_process_actions.ads
+++ b/gpr_process_actions.ads
@@ -15,7 +15,7 @@
 --  General Public License for more details.
 --
 --  You should have received a copy of the GNU General Public License
---  along with GNU Emacs.  If not, see .
+--  along with GNU Emacs.  If not, see .
 
 with WisiToken.Syntax_Trees;
 package Gpr_Process_Actions is
diff --git a/gpr_process_main.adb b/gpr_process_main.adb
index 9618d53f91..aac21729fc 100644
--- a/gpr_process_main.adb
+++ b/gpr_process_main.adb
@@ -15,7 +15,7 @@
 --  General Public License for more details.
 --
 --  You should have received a copy of the GNU General Public License
---  along with GNU Emacs.  If not

[elpa] externals/greenbar 75e079dad7: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/greenbar
commit 75e079dad7f89b39435bd862d82a2a499f9fd338
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 greenbar.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/greenbar.el b/greenbar.el
index 107a387bfa..804bb5b3c3 100644
--- a/greenbar.el
+++ b/greenbar.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/gpr-query 89e32005c0: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/gpr-query
commit 89e32005c00be42e9dfabd3a44cadbbdf198b072
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 doclicense.texi |  4 ++--
 gpr-query.el|  2 +-
 notes.text  | 10 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doclicense.texi b/doclicense.texi
index a511ffcd5a..c6d1d5f52a 100644
--- a/doclicense.texi
+++ b/doclicense.texi
@@ -7,7 +7,7 @@
 
 @display
 Copyright @copyright{} 2000, 2001, 2002, 2007, 2008, 2009 Free Software 
Foundation, Inc.
-@uref{http://fsf.org/}
+@uref{https://fsf.org/}
 
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
@@ -415,7 +415,7 @@ The Free Software Foundation may publish new, revised 
versions
 of the GNU Free Documentation License from time to time.  Such new
 versions will be similar in spirit to the present version, but may
 differ in detail to address new problems or concerns.  See
-@uref{http://www.gnu.org/copyleft/}.
+@uref{https://www.gnu.org/copyleft/}.
 
 Each version of the License is given a distinguishing version number.
 If the Document specifies that a particular numbered version of this
diff --git a/gpr-query.el b/gpr-query.el
index ae49fe3d37..e31b3b058e 100644
--- a/gpr-query.el
+++ b/gpr-query.el
@@ -23,7 +23,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Usage:
 ;;
diff --git a/notes.text b/notes.text
index 66640653d3..ae90426295 100644
--- a/notes.text
+++ b/notes.text
@@ -28,7 +28,7 @@ check for ELPA patches by others
 apply changes to current
 
 check emacs buglist
-http://debbugs.gnu.org/cgi/pkgreport.cgi?package=gpr-query
+https://debbugs.gnu.org/cgi/pkgreport.cgi?package=gpr-query
 to update a bug: n...@debbugs.gnu.org
 subject: from bug title, for people who rely on that.
 if fixed in devel sources, add 'pending' tag:
@@ -151,7 +151,7 @@ Gnu Emacs gpr-query 1.0 released.
 Gnu Emacs gpr-query 1.0 is now available in GNU ELPA.
 
 See the NEWS files in ~/.emacs.d/elpa/gpr-query-7.1.6 and wisi-3.1.3,
-or at http://www.nongnu.org/gpr-query/, for more details.
+or at https://www.nongnu.org/gpr-query/, for more details.
 
 The required Ada code requires a manual compile step, after the normal
 list-packages installation ('install.sh' is new in this release):
@@ -166,9 +166,9 @@ help in installing them.
 ---
 
 mark fixed bugs
-http://debbugs.gnu.org/cgi/pkgreport.cgi?package=ada-mode
-http://debbugs.gnu.org/cgi/pkgreport.cgi?package=gpr-query
-http://debbugs.gnu.org/Developer.html
+https://debbugs.gnu.org/cgi/pkgreport.cgi?package=ada-mode
+https://debbugs.gnu.org/cgi/pkgreport.cgi?package=gpr-query
+https://debbugs.gnu.org/Developer.html
 email to nnn-cl...@debbugs.gnu.org
 subject: copy from bug report
 body: closed by ada-mode version 7.2.1



[elpa] externals/html5-schema 5b29d7d88a: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/html5-schema
commit 5b29d7d88aa22d3f063b7a974e9b2e22d4263c8a
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 html5-schema.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html5-schema.el b/html5-schema.el
index 5fff760e01..0df43a0e96 100644
--- a/html5-schema.el
+++ b/html5-schema.el
@@ -19,7 +19,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/javaimp dcde3d417f: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/javaimp
commit dcde3d417fcf9e2884f0c7314fdd248b7f4ca687
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 javaimp-gradle.el | 2 +-
 javaimp-maven.el  | 2 +-
 javaimp-parse.el  | 2 +-
 javaimp-util.el   | 2 +-
 javaimp.el| 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/javaimp-gradle.el b/javaimp-gradle.el
index 076b17deab..bb7bcf2893 100644
--- a/javaimp-gradle.el
+++ b/javaimp-gradle.el
@@ -16,7 +16,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 (require 'javaimp-util)
 
diff --git a/javaimp-maven.el b/javaimp-maven.el
index 3157b4fb6d..e07fefa37e 100644
--- a/javaimp-maven.el
+++ b/javaimp-maven.el
@@ -16,7 +16,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 
 ;;; Code:
diff --git a/javaimp-parse.el b/javaimp-parse.el
index 823e1c54d3..595da3795b 100644
--- a/javaimp-parse.el
+++ b/javaimp-parse.el
@@ -16,7 +16,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;; When changing parsing, it may make sense to benchmark performance
 ;; on a large source tree with something like this:
diff --git a/javaimp-util.el b/javaimp-util.el
index a7aac21fcc..0211ff4d32 100644
--- a/javaimp-util.el
+++ b/javaimp-util.el
@@ -16,7 +16,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 
 ;;; Code:
diff --git a/javaimp.el b/javaimp.el
index 7d878b2bfc..bf9f6daaf2 100644
--- a/javaimp.el
+++ b/javaimp.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/iterators babf1d9fe2: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/iterators
commit babf1d9fe2d6d0259dc8e496eb134fdbc3b4ec33
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 iterators.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iterators.el b/iterators.el
index b165a6ce23..97a0b3da40 100644
--- a/iterators.el
+++ b/iterators.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 
 ;;; Commentary:



[elpa] externals/jgraph-mode 1bd355ecda: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/jgraph-mode
commit 1bd355ecda036f23468d82b803146d3258a84977
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 jgraph-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jgraph-mode.el b/jgraph-mode.el
index ebaffb3e4d..8882633d32 100644
--- a/jgraph-mode.el
+++ b/jgraph-mode.el
@@ -20,12 +20,12 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 
 ;; Simple editing mode for the Jgraph graph plotting tool.
-;; You can find more info at 
http://web.eecs.utk.edu/~plank/plank/jgraph/jgraph.html
+;; You can find more info at 
https://web.eecs.utk.edu/~plank/plank/jgraph/jgraph.html
 
 ;;; Code:
 



[elpa] externals/jumpc 491e6ac3a7: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/jumpc
commit 491e6ac3a783bb485bb310144a1143c14e310331
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 jumpc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jumpc.el b/jumpc.el
index 9c48b46fb9..d456cb3bf6 100644
--- a/jumpc.el
+++ b/jumpc.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/json-mode 2e8fc7e33b: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/json-mode
commit 2e8fc7e33b3b7e2418de32baad46d59c5e343bd2
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 json-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/json-mode.el b/json-mode.el
index 8cf750a3e7..a7a78a058c 100644
--- a/json-mode.el
+++ b/json-mode.el
@@ -19,12 +19,12 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 
 ;; Major mode for editing JavaScript Object Notation (JSON) data files.
-;; Read more about JSON at http://json.org/.
+;; Read more about JSON at https://www.json.org/.
 
 ;; It provides support for indentation and syntax highlighting.
 



[elpa] externals/kmb bc71038e9a: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/kmb
commit bc71038e9ac9e7612374485e5af442f0c3326388
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 kmb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kmb.el b/kmb.el
index 6031e7b19b..12a6b7ef93 100644
--- a/kmb.el
+++ b/kmb.el
@@ -29,7 +29,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 ;;
 ;;
 



[elpa] externals/lex 500b09f6da: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/lex
commit 500b09f6dae0171c499406e092fc5b1672c1e10e
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 lex-parse-re.el | 2 +-
 lex.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lex-parse-re.el b/lex-parse-re.el
index e5e954a4be..e7efc39a9f 100644
--- a/lex-parse-re.el
+++ b/lex-parse-re.el
@@ -16,7 +16,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 
diff --git a/lex.el b/lex.el
index dbe5fe9a63..a1c5194953 100644
--- a/lex.el
+++ b/lex.el
@@ -17,7 +17,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/landmark d520bfeef4: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/landmark
commit d520bfeef47349320645d2cd06839be0df326a1d
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 landmark.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/landmark.el b/landmark.el
index e15da78231..b0bac7f548 100644
--- a/landmark.el
+++ b/landmark.el
@@ -21,7 +21,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 
 ;;; Commentary:



[elpa] externals/lmc 5fc9eaaa0f: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/lmc
commit 5fc9eaaa0f3c75d53ea91b851e62f84092f83710
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 lmc.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lmc.el b/lmc.el
index 42029f67a9..3f4edea53e 100644
--- a/lmc.el
+++ b/lmc.el
@@ -17,12 +17,12 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 
 ;; A simulator for the Little Man Computer.
-;; http://en.wikipedia.org/wiki/Little_man_computer
+;; https://en.wikipedia.org/wiki/Little_man_computer
 
 ;; The simulator uses a plain editable buffer, so you can edit the machine
 ;; words just like any other text, and every word can be given a name (label)



[elpa] externals/load-dir 22bcac73d8: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/load-dir
commit 22bcac73d8808a680fd9b261cd89937d8e5c6a3c
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 load-dir.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/load-dir.el b/load-dir.el
index 169f73ce18..062540ac93 100644
--- a/load-dir.el
+++ b/load-dir.el
@@ -24,7 +24,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/markchars 775e236e48: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/markchars
commit 775e236e48d917e40b8c3884c2774c45fdbca771
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 markchars.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/markchars.el b/markchars.el
index 0c6d2ac2b5..79658224ea 100644
--- a/markchars.el
+++ b/markchars.el
@@ -23,7 +23,7 @@
 ;; where they may be confused with regular chars. See `markchars-mode'
 ;; and `markchars-what'.  There are two modes: confusable detection
 ;; (where we look for mixed scripts within a word, without using the
-;; http://www.unicode.org/reports/tr39/ confusable tables) and pattern
+;; https://www.unicode.org/reports/tr39/ confusable tables) and pattern
 ;; detection (where any regular expressions can be matched).
 ;;
 ;; The marked text will have the 'markchars property set to either



[elpa] externals/metar 96e0311365: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/metar
commit 96e0311365e91952d5168f858be86831c04a827b
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 metar.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/metar.el b/metar.el
index 2b3afb8ac9..a2ccb26d38 100644
--- a/metar.el
+++ b/metar.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 
@@ -83,7 +83,7 @@
 (const :tag "Degree Kelvin" degK)
 (const :tag "Degree Fahrenheit" degF)
 
-(defcustom metar-stations-info-url 
"http://tgftp.nws.noaa.gov/data/nsd_.txt";
+(defcustom metar-stations-info-url 
"https://tgftp.nws.noaa.gov/data/nsd_.txt";
   "URL to use for retrieving station meta information."
   :group 'metar
   :type 'string)
@@ -279,7 +279,7 @@ It must have the signature of `math-convert-units', which 
is the default."
  pure
 
 (defcustom metar-url
-  "http://tgftp.nws.noaa.gov/data/observations/metar/stations/%s.TXT";
+  "https://tgftp.nws.noaa.gov/data/observations/metar/stations/%s.TXT";
   "URL used to fetch station specific information.
 %s is replaced with the 4 letter station code."
   :group 'metar



[elpa] externals/midi-kbd 9de0ced3a8: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/midi-kbd
commit 9de0ced3a8c82b43b6658f43a682412771c05220
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 midi-kbd.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/midi-kbd.el b/midi-kbd.el
index 5bdcc55531..892c3abf33 100644
--- a/midi-kbd.el
+++ b/midi-kbd.el
@@ -19,7 +19,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 
@@ -94,7 +94,7 @@
(intern (concat "up-" (symbol-name i))
 
 ;; Emacs can deal with up-events like with down-events since the patch
-;; in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19746> has
+;; in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19746> has
 ;; been committed to Emacs.
 ;;
 ;; Older versions will erupt in violence when forced to deal with an



[elpa] externals/minibuffer-line aa52e94020: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/minibuffer-line
commit aa52e9402052363bddd4ea3d1d82195c692fb977
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 minibuffer-line.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/minibuffer-line.el b/minibuffer-line.el
index 0e44318f85..8745a6654b 100644
--- a/minibuffer-line.el
+++ b/minibuffer-line.el
@@ -17,7 +17,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/myers fb75d916c5: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/myers
commit fb75d916c5cebc5532a7d57fc445ad04bfbd46ae
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 myers.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/myers.el b/myers.el
index e52dd6aade..140985be38 100644
--- a/myers.el
+++ b/myers.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/multi-mode 9abc32d7a0: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/multi-mode
commit 9abc32d7a04266a6bb21e4dc6081bfa130e9af7f
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 multi-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/multi-mode.el b/multi-mode.el
index 95d185f9a8..047c581889 100644
--- a/multi-mode.el
+++ b/multi-mode.el
@@ -19,7 +19,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 
@@ -55,7 +55,7 @@
 
 ;; Maybe it won't turn out to be the best approach, but it currently
 ;; seems to me to be better than the approach used by MMM mode
-;; http://mmm-mode.sourceforge.net/>, and is a lot less code.  I
+;; https://mmm-mode.sourceforge.net/>, and is a lot less code.  I
 ;; suspect doing the job any better would require fairly serious
 ;; surgery on buffer behaviour.  For instance, consider being able
 ;; programmatically to treat discontinuous buffer regions as



[elpa] externals/nftables-mode 94e3b544a1: ; Prefer HTTPS to HTTP in license URL

2022-12-21 Thread Stefan Kangas
branch: externals/nftables-mode
commit 94e3b544a145e05ed3af26fcde6fef317451200a
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in license URL
---
 nftables-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nftables-mode.el b/nftables-mode.el
index ccbe64fd3e..130781d0fd 100644
--- a/nftables-mode.el
+++ b/nftables-mode.el
@@ -19,7 +19,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/nlinum 17d4e9cd12: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/nlinum
commit 17d4e9cd12480df64e5a64f80ef807459b18b35b
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 nlinum.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nlinum.el b/nlinum.el
index 4f0e02fef1..95cbebf7a7 100644
--- a/nlinum.el
+++ b/nlinum.el
@@ -17,7 +17,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/num3-mode 0e3b6990b9: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/num3-mode
commit 0e3b6990b91191333132fdd56b15c84cb57a7ff7
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 num3-mode.el | 2 +-
 test.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/num3-mode.el b/num3-mode.el
index 3d390f5807..229de26dc8 100644
--- a/num3-mode.el
+++ b/num3-mode.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 
diff --git a/test.el b/test.el
index dd1bf51876..882ab392e0 100644
--- a/test.el
+++ b/test.el
@@ -15,7 +15,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Code:
 



[elpa] externals/oauth2 cc2dd7f3e2: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/oauth2
commit cc2dd7f3e2aae621365a8297b61198c1694bdb5e
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 oauth2.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/oauth2.el b/oauth2.el
index 0099e06217..7da9702004 100644
--- a/oauth2.el
+++ b/oauth2.el
@@ -20,7 +20,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 
@@ -50,7 +50,7 @@
 (defgroup oauth2 nil
   "OAuth 2.0 Authorization Protocol."
   :group 'comm
-  :link '(url-link :tag "Savannah" 
"http://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/?h=externals/oauth2";)
+  :link '(url-link :tag "Savannah" 
"https://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/?h=externals/oauth2";)
   :link '(url-link :tag "ELPA" "https://elpa.gnu.org/packages/oauth2.html";))
 
 (defun oauth2-request-authorization (auth-url client-id &optional scope state 
redirect-uri)



[elpa] externals/omn-mode 0826a6e7aa: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/omn-mode
commit 0826a6e7aa643ea4579fd218c7ff600bbac47fa6
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 omn-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/omn-mode.el b/omn-mode.el
index d85d423e23..16544a1e01 100644
--- a/omn-mode.el
+++ b/omn-mode.el
@@ -4,7 +4,7 @@
 
 ;; Author: Phillip Lord 
 ;; Maintainer: Phillip Lord 
-;; Website: http://www.russet.org.uk/blog
+;; Website: https://www.russet.org.uk/blog
 ;; Version: 1.2
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 ;;
@@ -212,7 +212,7 @@ See `imenu-generic-expression' for details")
 
 This is a format for specifying OWL ontologies, that is designed
 to be easy to type and to read. It is fully documented and
-specified at http://www.w3.org/TR/owl2-manchester-syntax/";
+specified at https://www.w3.org/TR/owl2-manchester-syntax/";
 
   ;; Specialised syntax handling to recognise URLs. This is a bit underhand,
   ;; but we define the < and > characters to be "generic-string" delimiters.



[elpa] externals/orgalist f6d12757c2: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/orgalist
commit f6d12757c2451e5fc5b51d167f70c4d54e028a86
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 orgalist.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orgalist.el b/orgalist.el
index e6ca913fcb..7bf27e27b6 100644
--- a/orgalist.el
+++ b/orgalist.el
@@ -19,7 +19,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/other-frame-window 66899436ae: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/other-frame-window
commit 66899436aefb444a427b30d3f86bb8387737f166
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 other-frame-window.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/other-frame-window.el b/other-frame-window.el
index 2f8e49f6f9..0632c17a93 100644
--- a/other-frame-window.el
+++ b/other-frame-window.el
@@ -21,7 +21,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 ;;
 ;;; Commentary:
 ;;



[elpa] externals/osc 62eda3d8fb: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/osc
commit 62eda3d8fb288b6a16c35a7220a507d0991c5a74
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 osc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/osc.el b/osc.el
index 925468d703..e16ef6a58a 100644
--- a/osc.el
+++ b/osc.el
@@ -17,7 +17,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/package-fixes e4d643528e: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/package-fixes
commit e4d643528e5f0e093990cc13fd2182b2b8b1c145
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 package-fixes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package-fixes.el b/package-fixes.el
index c0324e8680..0d366fe519 100644
--- a/package-fixes.el
+++ b/package-fixes.el
@@ -17,7 +17,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/path-iterator 007f47d114: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/path-iterator
commit 007f47d114a6bfb9dccaaa2ef0cbdc4e9fbd4c20
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 path-iterator-test.el | 2 +-
 path-iterator.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/path-iterator-test.el b/path-iterator-test.el
index cf50461ce8..6f1bc4ab8d 100644
--- a/path-iterator-test.el
+++ b/path-iterator-test.el
@@ -15,7 +15,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Code:
 (require 'path-iterator)
diff --git a/path-iterator.el b/path-iterator.el
index efd651a739..fbd95788fd 100644
--- a/path-iterator.el
+++ b/path-iterator.el
@@ -21,7 +21,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/peg f55ca24ba1: ; Prefer HTTPS to HTTP in most URLs

2022-12-21 Thread Stefan Kangas
branch: externals/peg
commit f55ca24ba1d51d80e920d611217140e1013e4f3d
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in most URLs
---
 COPYING | 8 
 peg.el  | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/COPYING b/COPYING
index 94a9ed024d..e60008693e 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
 GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. 
+ Copyright (C) 2007 Free Software Foundation, Inc. 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice 
is found.
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with this program.  If not, see .
+along with this program.  If not, see .
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an 
"about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-.
+.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
 may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
-.
+.
diff --git a/peg.el b/peg.el
index 572d9324c0..de571b1226 100644
--- a/peg.el
+++ b/peg.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 ;;
 ;;; Commentary:
 ;;



[elpa] externals/poker 52559b7bb0: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/poker
commit 52559b7bb0e046d044d09469ea06240fc252786e
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 poker.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/poker.el b/poker.el
index 285015a41e..b6fafcc504 100644
--- a/poker.el
+++ b/poker.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/quarter-plane e009f6fc41: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/quarter-plane
commit e009f6fc41c3708504ce821c8525304135a39177
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 quarter-plane.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quarter-plane.el b/quarter-plane.el
index fbd33d4a2b..a5733bbd54 100644
--- a/quarter-plane.el
+++ b/quarter-plane.el
@@ -17,7 +17,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/pspp-mode faf56c5190: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/pspp-mode
commit faf56c519049f0fbce3ab0a57e90702dd9f82da4
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 pspp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pspp-mode.el b/pspp-mode.el
index 74ff594955..139829f611 100644
--- a/pspp-mode.el
+++ b/pspp-mode.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Code:
 



[elpa] externals/psgml d92ab0476c: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/psgml
commit d92ab0476c2eacfddaa48bcfa293ae99d5a95756
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 README   |  2 +-
 about_psgml.html | 10 +-
 auxfiles/reform.el   |  2 +-
 psgml-api.el |  2 +-
 psgml-debug.el   |  2 +-
 psgml-dtd.el |  2 +-
 psgml-edit.el|  2 +-
 psgml-fs.el  |  2 +-
 psgml-info.el|  2 +-
 psgml-lucid.el   |  2 +-
 psgml-maint.el   |  2 +-
 psgml-nofill.el  |  2 +-
 psgml-other.el   |  2 +-
 psgml-parse.el   |  2 +-
 psgml-vars.el|  2 +-
 psgml-xpr.el |  2 +-
 psgml.el |  2 +-
 sgmldecl/fum.el  |  2 +-
 testcase/tc13.el |  2 +-
 testcase/tc15.el |  2 +-
 testcase/tc16.el |  2 +-
 testcase/tc18.el |  2 +-
 testcase/tc22.el |  2 +-
 testcase/testsuit.el |  2 +-
 24 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/README b/README
index f68356a8bc..074e06526c 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ This is an ALPHA release.
 
 ** Catalog files now can contain SYSTEM and OVERRIDE 
 as per OASIS Technical Resolution 9401:1997 
-
+
 
   SYSTEM sysid file
 
diff --git a/about_psgml.html b/about_psgml.html
index 755a0a262d..2c96b7f13e 100644
--- a/about_psgml.html
+++ b/about_psgml.html
@@ -129,20 +129,20 @@ HR.divider { width: 50%; align: center; }
  Release 1.2.3 fixes compatibility with Emacs 21.1 and is available
from lystor ftp, http or from http://www.sourceforge.net/projects/psgml";>source
+href="https://www.sourceforge.net/projects/psgml";>source
 forge
 
  2001-02-10
  Bugfix release 1.2.2 available from lystor ftp, http or from http://www.sourceforge.net/projects/psgml";>source
+href="https://www.sourceforge.net/projects/psgml";>source
 forge
 
  2000-10-27 The future of PSGML: It is currently
not in active development. I plan to put out one or two bug fix
releases and the move the sources to http://www.sourceforge.net/projects/psgml";>source
+href="https://www.sourceforge.net/projects/psgml";>source
 forge (possibly after restructuring the code a bit and
merging in various patches and additions that has been send to
me.) I will then invite others to take an active part in the
@@ -151,7 +151,7 @@ HR.divider { width: 50%; align: center; }
general discussion and questions about PSGML and
psgml-devel for discussion about the future
development of PSGML. Visit the http://sourceforge.net/mail/?group_id=9156";>SourceForge:
+href="https://sourceforge.net/mail/?group_id=9156";>SourceForge:
 Mailing Lists for PSGML page to for subscription
info.
 
@@ -196,7 +196,7 @@ HR.divider { width: 50%; align: center; }
  You can fetch PSGML with anonymous ftp from ftp.lysator.liu.se in
directory pub/sgml or from http://www.sourceforge.net/projects/psgml";>source
+   href="https://www.sourceforge.net/projects/psgml";>source
forge (only from 1.2.2).
 
 
diff --git a/auxfiles/reform.el b/auxfiles/reform.el
index 1c6e82ebc9..b8026c6e08 100644
--- a/auxfiles/reform.el
+++ b/auxfiles/reform.el
@@ -13,7 +13,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 (require 'psgml-api)
 
diff --git a/psgml-api.el b/psgml-api.el
index 12dff4d136..b45df40c7b 100644
--- a/psgml-api.el
+++ b/psgml-api.el
@@ -15,7 +15,7 @@
 ;; GNU General Public License for more details.
 ;; 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 
 ;;; Commentary:
diff --git a/psgml-debug.el b/psgml-debug.el
index 12278a9643..f47eb2ca1a 100644
--- a/psgml-debug.el
+++ b/psgml-debug.el
@@ -13,7 +13,7 @@
 ;; GNU General Public License for more details.
 ;; 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 \filename psgml-debug.el
 ;;;\author {Lennart Staflin}
diff --git a/psgml-dtd.el b/psgml-dtd.el
index 1aec853364..ab1f6df0d4 100644
--- a/psgml-dtd.el
+++ b/psgml-dtd.el
@@ -15,7 +15,7 @@
 ;; GNU General Public License for more details.
 ;; 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 
 ;;; Commentary:
diff --git a/psgml-edit.e

[elpa] externals/rainbow-mode 5c6c4b1369: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/rainbow-mode
commit 5c6c4b13695a39671063ecbee6c8629bd53751ec
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 rainbow-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rainbow-mode.el b/rainbow-mode.el
index 14bf442ea5..e1767ef078 100644
--- a/rainbow-mode.el
+++ b/rainbow-mode.el
@@ -19,7 +19,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 ;;



[elpa] externals/rcirc-color 5c9208002d: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/rcirc-color
commit 5c9208002d2e667c77e121c77fd745c798b42afe
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 rcirc-color.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rcirc-color.el b/rcirc-color.el
index d73e1fba6f..26ab582799 100644
--- a/rcirc-color.el
+++ b/rcirc-color.el
@@ -43,7 +43,7 @@
   "Compute the difference between two colors.
 The difference between COLOR1 and COLOR2 is computed using the
 weighted Euclidean distance formula proposed on
-.  Remember that every
+.  Remember that every
 component for the formula is in the range of 0-xFF and
 `color-values' will return a range of 0-.  Thus, divide
 everything by 256. This also helps preventing integer overflow."



[elpa] externals/rcirc-menu 36f65fcb85: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/rcirc-menu
commit 36f65fcb850c415b9d1ad037c4b6ae5fc0b5be69
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 rcirc-menu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rcirc-menu.el b/rcirc-menu.el
index 7b5a73acb2..0643f95ec1 100644
--- a/rcirc-menu.el
+++ b/rcirc-menu.el
@@ -21,7 +21,7 @@
 ;; more details.
 ;;
 ;; You should have received a copy of the GNU General Public License along
-;; with GNU Emacs.  If not, see .
+;; with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/rnc-mode 17247bf06a: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/rnc-mode
commit 17247bf06abb4de085858aff7bce0d7b1e7fd2cd
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 rnc-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rnc-mode.el b/rnc-mode.el
index 4376a0aac8..686802774b 100644
--- a/rnc-mode.el
+++ b/rnc-mode.el
@@ -19,7 +19,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 
 ;;; Commentary:
@@ -44,7 +44,7 @@
 st))
 
 (defconst rnc--keywords
-  ;; Taken from the grammar in http://relaxng.org/compact-20021121.html,
+  ;; Taken from the grammar in https://relaxng.org/compact-20021121.html,
   ;; by order of appearance.
   '("namespace" "default" "datatypes" "element" "attribute"
 "list" "mixed" "parent" "empty" "text" "notAllowed" "external"



[elpa] externals/scroll-restore b0c162e88c: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/scroll-restore
commit b0c162e88c56afadaa9b11a581c0b74261bc194f
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 scroll-restore.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scroll-restore.el b/scroll-restore.el
index fbb62fafe9..7928ff3bd4 100644
--- a/scroll-restore.el
+++ b/scroll-restore.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/sed-mode c8496174ef: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/sed-mode
commit c8496174ef572729d988ce15742d3c13145e553f
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 sed-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sed-mode.el b/sed-mode.el
index 1b35c7aef2..cbc17ebc58 100644
--- a/sed-mode.el
+++ b/sed-mode.el
@@ -17,7 +17,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/seq e86379d2cb: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/seq
commit e86379d2cb8f59458d7027a5e1d0e79585b14391
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 tests/seq-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/seq-tests.el b/tests/seq-tests.el
index d53fa36fe7..7303091ee9 100644
--- a/tests/seq-tests.el
+++ b/tests/seq-tests.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/shell-quasiquote 36f919b5dc: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/shell-quasiquote
commit 36f919b5dc2426d826077b1d59a62b21528bdb60
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 shell-quasiquote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell-quasiquote.el b/shell-quasiquote.el
index a0bf7c82e5..2ad9c554ff 100644
--- a/shell-quasiquote.el
+++ b/shell-quasiquote.el
@@ -17,7 +17,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/shen-mode 5719bb7e5f: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/shen-mode
commit 5719bb7e5fd62b08ff73ca21b58db87263fd0202
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 README   | 2 +-
 inf-shen.el  | 2 +-
 shen-mode.el | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 22ddde1dd6..a313ff5aa6 100644
--- a/README
+++ b/README
@@ -3,4 +3,4 @@ language.  This includes both a major mode `shen-mode' and an 
inferior
 Shen mode (`run-shen') for evaluating shen code in a comint buffer or
 from a buffer of Shen source code.
 
-For information on shen see http://www.shenlanguage.org/.
\ No newline at end of file
+For information on shen see https://www.shenlanguage.org/.
\ No newline at end of file
diff --git a/inf-shen.el b/inf-shen.el
index 9ecc627712..3b7dbafdc3 100644
--- a/inf-shen.el
+++ b/inf-shen.el
@@ -20,7 +20,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 
diff --git a/shen-mode.el b/shen-mode.el
index 7817de99d8..07c82d9709 100644
--- a/shen-mode.el
+++ b/shen-mode.el
@@ -20,14 +20,14 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 
 ;; A major mode for editing Shen source code.  Shen is a modern Lisp
 ;; dialect with support for functional and declarative programming,
 ;; pattern matching and a very powerful type system.  See the
-;; following for more information on Shen.  http://www.shenlanguage.org
+;; following for more information on Shen.  https://www.shenlanguage.org
 
 ;;; Code:
 



[elpa] externals/sisu-mode 96ab69ba22: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/sisu-mode
commit 96ab69ba228860c99f505bc02d2917a8b607cc07
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 sisu-mode.el | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sisu-mode.el b/sisu-mode.el
index 6bfbb4baf5..0917a25178 100644
--- a/sisu-mode.el
+++ b/sisu-mode.el
@@ -6,11 +6,11 @@
 ;; Maintainer: Ralph Amissah 
 ;; Keywords: text, syntax, processes, tools
 ;; Version:   7.1.8
-;; URL: http://www.sisudoc.org/
+;; URL: https://www.sisudoc.org/
 ;; originally looked at (based on) doc-mode, with kind permission of the author
 ;;   Author: SUN, Tong , (c)2001-6, all right reserved
 ;;   Version: $Date: 2006/01/19 03:13:41 $ $Revision: 1.14 $
-;;   Home URL: http://xpt.sourceforge.net/
+;;   Home URL: https://xpt.sourceforge.net/
 ;; with contributions from Kevin Ryde and Stefan Monnier
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -24,7 +24,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;; Viva Software Libre!
 ;; Support the free software movement!
@@ -32,7 +32,7 @@
 
 ;;; Commentary:
 
-;; SiSU (http://www.sisudoc.org/) is a document structuring and
+;; SiSU (https://www.sisudoc.org/) is a document structuring and
 ;; publishing framework.  This package provides an Emacs major mode
 ;; for SiSU markup.
 
@@ -453,7 +453,7 @@
 (define-derived-mode sisu-mode text-mode "SiSU"
   "Major mode for editing SiSU files.
 SiSU document structuring, publishing in multiple formats and search.
-URL `http://www.sisudoc.org/'"
+URL `https://www.sisudoc.org/'"
   (modify-syntax-entry ?\'  ".")
   ;;(flyspell-mode nil)
 



[elpa] externals/slime-volleyball c2372eaa21: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/slime-volleyball
commit c2372eaa214be7008b2b5448c6e0b683bbf73655
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 LICENSE |  8 
 slime-volleyball.el | 10 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/LICENSE b/LICENSE
index 941d7c7b72..d4dce54a12 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
 GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. {http://fsf.org/}
+ Copyright (C) 2007 Free Software Foundation, Inc. {https://fsf.org/}
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice 
is found.
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with this program.  If not, see {http://www.gnu.org/licenses/}.
+along with this program.  If not, see {https://www.gnu.org/licenses/}.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an 
"about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-{http://www.gnu.org/licenses/}.
+{https://www.gnu.org/licenses/}.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
 may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
-{http://www.gnu.org/philosophy/why-not-lgpl.html}.
+{https://www.gnu.org/philosophy/why-not-lgpl.html}.
diff --git a/slime-volleyball.el b/slime-volleyball.el
index 4162fa66fd..9a5dc1060a 100644
--- a/slime-volleyball.el
+++ b/slime-volleyball.el
@@ -19,7 +19,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 
@@ -41,10 +41,10 @@
 
 ;; This is the result; I hope you find it fun.
 
-;; 1. http://vimeo.com/36579366
-;; 2. http://elpa.gnu.org/packages/svg-clock.html
-;; 3. http://lists.gnu.org/archive/html/bug-gnu-emacs/2010-05/msg00491.html
-;; 4. http://oneslime.net/
+;; 1. https://vimeo.com/36579366
+;; 2. https://elpa.gnu.org/packages/svg-clock.html
+;; 3. https://lists.gnu.org/archive/html/bug-gnu-emacs/2010-05/msg00491.html
+;; 4. https://oneslime.net/
 
 ;; Ending music: https://archive.org/details/M00GNU
 



[elpa] externals/sm-c-mode f43bb9ad09: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/sm-c-mode
commit f43bb9ad0906fab10e135b7ba5db66a32628323b
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 sm-c-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sm-c-mode.el b/sm-c-mode.el
index 7422a66f5d..896047d0b9 100644
--- a/sm-c-mode.el
+++ b/sm-c-mode.el
@@ -16,7 +16,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/smalltalk-mode f2e976fd39: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/smalltalk-mode
commit f2e976fd395f36c95b9b0b44a22e027232f550ac
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 gst-mode.el   | 2 +-
 smalltalk-mode.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gst-mode.el b/gst-mode.el
index ef9c43fe74..e11c332b73 100644
--- a/gst-mode.el
+++ b/gst-mode.el
@@ -16,7 +16,7 @@
 ;; for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 ;;
 ;;
 
diff --git a/smalltalk-mode.el b/smalltalk-mode.el
index f4d2377087..6fa7523dab 100644
--- a/smalltalk-mode.el
+++ b/smalltalk-mode.el
@@ -19,11 +19,11 @@
 ;; for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 
-;; Major mode to edit GNU Smalltalk code (http://smalltalk.gnu.org/)
+;; Major mode to edit GNU Smalltalk code (https://smalltalk.gnu.org/)
 ;; and interact with an inferior GST interactive session.
 
 ;; Provides the usual functionality:



[elpa] externals/smart-yank 5494fb8f1c: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/smart-yank
commit 5494fb8f1cfb89561cdebdd34cd7f899203cbc52
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 smart-yank.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smart-yank.el b/smart-yank.el
index 699c0e7abd..79dc2b5733 100644
--- a/smart-yank.el
+++ b/smart-yank.el
@@ -24,7 +24,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 
 ;;; Commentary:



[elpa] externals/sml-mode 28814c9d82: ; Prefer HTTPS to HTTP in license URL

2022-12-21 Thread Stefan Kangas
branch: externals/sml-mode
commit 28814c9d82106251ffd8e81a4df928d4c0f0478d
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in license URL
---
 sml-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sml-mode.el b/sml-mode.el
index 172ffe59c7..e09d9f51f2 100644
--- a/sml-mode.el
+++ b/sml-mode.el
@@ -27,7 +27,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/sql-beeline fc1d552b46: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/sql-beeline
commit fc1d552b4602fa6fcd8d4264cea7bd1238078f18
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 sql-beeline.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql-beeline.el b/sql-beeline.el
index 90dbba08a3..ee8a9e3b1d 100644
--- a/sql-beeline.el
+++ b/sql-beeline.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;; TODO
 ;;



[elpa] externals/sql-cassandra a81ede0e9d: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/sql-cassandra
commit a81ede0e9dc0292a6f6ff69845f774f8a0ef309e
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 sql-cassandra.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql-cassandra.el b/sql-cassandra.el
index c23a5a4c9f..ed61f0d7d0 100644
--- a/sql-cassandra.el
+++ b/sql-cassandra.el
@@ -19,7 +19,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Code:
 



[elpa] externals/sql-smie 902d88d3ec: ; Prefer HTTPS to HTTP in URL

2022-12-21 Thread Stefan Kangas
branch: externals/sql-smie
commit 902d88d3ec4a0e6fd0040d239634e44bc00d65b1
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URL
---
 sql-smie.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql-smie.el b/sql-smie.el
index 6fb1ff6f28..877fb2ee89 100644
--- a/sql-smie.el
+++ b/sql-smie.el
@@ -44,7 +44,7 @@
   ;; - Terribly incomplete.
   (smie-prec2->grammar
(smie-bnf->prec2
-;; Note: To improve this, http://www.h2database.com/html/grammar.html
+;; Note: To improve this, https://www.h2database.com/html/grammar.html
 ;; could be useful.
 '((id)
   (insts ("BEGIN" insts "END")



[elpa] externals/stream 57d73aa73f: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/stream
commit 57d73aa73f5b212be03a90b18cb257775c379f3f
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 stream-x.el   | 2 +-
 stream.el | 2 +-
 tests/stream-tests.el | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/stream-x.el b/stream-x.el
index b4d7dee9ef..02a5a662bc 100644
--- a/stream-x.el
+++ b/stream-x.el
@@ -21,7 +21,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 
 ;;; Commentary:
diff --git a/stream.el b/stream.el
index eb81b14220..7084d88344 100644
--- a/stream.el
+++ b/stream.el
@@ -21,7 +21,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 
diff --git a/tests/stream-tests.el b/tests/stream-tests.el
index f2772f26c4..ba304f1ee4 100644
--- a/tests/stream-tests.el
+++ b/tests/stream-tests.el
@@ -19,7 +19,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 ;;; Code:



[elpa] externals/svg-clock bbac80d0cf: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/svg-clock
commit bbac80d0cf1a67c9cf24ce1409248bdcdbd4a2c1
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 svg-clock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/svg-clock.el b/svg-clock.el
index 454c66bc64..7920f5d919 100644
--- a/svg-clock.el
+++ b/svg-clock.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/systemd a0a88926a1: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/systemd
commit a0a88926a101fadaa269c0ddc3a9b8de80050a31
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 systemctl.el   | 2 +-
 systemd-codegen.el | 2 +-
 systemd-mode.el| 2 +-
 systemd.el | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/systemctl.el b/systemctl.el
index 34dcdc46e5..161a5f23e7 100644
--- a/systemctl.el
+++ b/systemctl.el
@@ -16,7 +16,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 
diff --git a/systemd-codegen.el b/systemd-codegen.el
index 2fe116087f..996ffa72ab 100644
--- a/systemd-codegen.el
+++ b/systemd-codegen.el
@@ -16,7 +16,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 
diff --git a/systemd-mode.el b/systemd-mode.el
index f799661504..ce59f28521 100644
--- a/systemd-mode.el
+++ b/systemd-mode.el
@@ -16,7 +16,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Todo:
 
diff --git a/systemd.el b/systemd.el
index ac940b1c0c..23bde30632 100644
--- a/systemd.el
+++ b/systemd.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/timerfunctions 40da260f99: ; Prefer HTTPS to HTTP in license URL

2022-12-21 Thread Stefan Kangas
branch: externals/timerfunctions
commit 40da260f990bc9506342c71570c1e93cefc9b513
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in license URL
---
 timerfunctions.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/timerfunctions.el b/timerfunctions.el
index d1c8f85de0..8eed026d3c 100644
--- a/timerfunctions.el
+++ b/timerfunctions.el
@@ -24,7 +24,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;; For latest version:
 ;; Gives me a "Not found"!



[elpa] externals/tramp-theme 129eb954a0: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/tramp-theme
commit 129eb954a02e601d037adfba7b987a9bcc1cca47
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 tramp-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tramp-theme.el b/tramp-theme.el
index 050a079c82..fedd90c3f5 100644
--- a/tramp-theme.el
+++ b/tramp-theme.el
@@ -21,7 +21,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/transcribe 2c2d493d54: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/transcribe
commit 2c2d493d5488f3b444d2a771ab443589fcc72c13
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 transcribe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/transcribe.el b/transcribe.el
index e8b269ad03..4708e72adb 100644
--- a/transcribe.el
+++ b/transcribe.el
@@ -16,7 +16,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/uniquify-files 7f84a57990: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/uniquify-files
commit 7f84a579906eb449270ffe5e5ccc090aa3821c97
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 uniquify-files-test.el | 2 +-
 uniquify-files.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/uniquify-files-test.el b/uniquify-files-test.el
index a75638c777..8f97239fd0 100644
--- a/uniquify-files-test.el
+++ b/uniquify-files-test.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 ;;;
diff --git a/uniquify-files.el b/uniquify-files.el
index 5b1833e8bc..3515b1 100644
--- a/uniquify-files.el
+++ b/uniquify-files.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary
 



[elpa] externals/url-http-ntlm ddffee7338: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/url-http-ntlm
commit ddffee7338136b46c8f1f544872045e991312ba2
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 url-http-ntlm.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/url-http-ntlm.el b/url-http-ntlm.el
index 406ef6ffcf..a5e3c5c163 100644
--- a/url-http-ntlm.el
+++ b/url-http-ntlm.el
@@ -20,7 +20,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 ;;
@@ -35,8 +35,8 @@
 ;; Taro Kawagishi  wrote ntlm.el and md4.el,
 ;; which are parts of FLIM (Faithful Library about Internet Message).
 ;;
-;; http://stuff.mit.edu/afs/sipb/contrib/emacs/packages/flim-1.14.7/ntlm.el
-;; http://stuff.mit.edu/afs/sipb/contrib/emacs/packages/flim-1.14.7/md4.el
+;; https://stuff.mit.edu/afs/sipb/contrib/emacs/packages/flim-1.14.7/ntlm.el
+;; https://stuff.mit.edu/afs/sipb/contrib/emacs/packages/flim-1.14.7/md4.el
 
 ;;; Code:
 (require 'url-auth)



[elpa] externals/vigenere 3236bb7f19: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/vigenere
commit 3236bb7f19c77123c5796200d2b8149edd2c7503
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 vigenere.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vigenere.el b/vigenere.el
index 930743f41e..bd71f33811 100644
--- a/vigenere.el
+++ b/vigenere.el
@@ -21,7 +21,7 @@
 ;; details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/visual-filename-abbrev ca6b547af7: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/visual-filename-abbrev
commit ca6b547af746eac98c8969a10eeca16c5068ec18
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 visual-filename-abbrev.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/visual-filename-abbrev.el b/visual-filename-abbrev.el
index 57ebe58a6a..c5e9017ade 100644
--- a/visual-filename-abbrev.el
+++ b/visual-filename-abbrev.el
@@ -21,7 +21,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 ;;



[elpa] externals/windresize b61132c344: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/windresize
commit b61132c344f10ca02df56357b0aa3e8eaf4a3392
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 windresize.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/windresize.el b/windresize.el
index 84638454b8..8757cd1dfc 100644
--- a/windresize.el
+++ b/windresize.el
@@ -46,7 +46,7 @@
 ;; list. Special thanks to Drew Adams, Juri Linkov, Stefan Monnier and
 ;; JunJie Nan for useful suggestions.
 ;;
-;; Also check http://www.emacswiki.org/cgi-bin/wiki/WindowResize for
+;; Also check https://www.emacswiki.org/cgi-bin/wiki/WindowResize for
 ;; general hints on window resizing.
 ;;
 ;; Put this file into your load-path and the following into your



[elpa] externals/wisi e7d848deff: ; Prefer HTTPS to HTTP in most URLs

2022-12-21 Thread Stefan Kangas
branch: externals/wisi
commit e7d848deff370dbf103dcc45f012d9f2c3904278
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in most URLs
---
 doclicense.texi   | 4 ++--
 wisi-fringe.el| 2 +-
 wisi-parse-common.el  | 2 +-
 wisi-prj.el   | 2 +-
 wisi-process-parse.el | 2 +-
 wisi-run-indent-test.el   | 2 +-
 wisi-skel.el  | 2 +-
 wisi.el   | 4 ++--
 wisi.texi | 2 +-
 wisitoken-lexer-re2c.ads  | 2 +-
 wisitoken-parse_table-mode.el | 2 +-
 wisitoken-user_guide.texinfo  | 2 +-
 wisitoken_grammar_actions.adb | 2 +-
 wisitoken_grammar_actions.ads | 2 +-
 wisitoken_grammar_main.adb| 2 +-
 wisitoken_grammar_main.ads| 2 +-
 wisitoken_grammar_re2c.c  | 2 +-
 wisitoken_grammar_re2c_c.ads  | 2 +-
 18 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/doclicense.texi b/doclicense.texi
index a511ffcd5a..c6d1d5f52a 100644
--- a/doclicense.texi
+++ b/doclicense.texi
@@ -7,7 +7,7 @@
 
 @display
 Copyright @copyright{} 2000, 2001, 2002, 2007, 2008, 2009 Free Software 
Foundation, Inc.
-@uref{http://fsf.org/}
+@uref{https://fsf.org/}
 
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
@@ -415,7 +415,7 @@ The Free Software Foundation may publish new, revised 
versions
 of the GNU Free Documentation License from time to time.  Such new
 versions will be similar in spirit to the present version, but may
 differ in detail to address new problems or concerns.  See
-@uref{http://www.gnu.org/copyleft/}.
+@uref{https://www.gnu.org/copyleft/}.
 
 Each version of the License is given a distinguishing version number.
 If the Document specifies that a particular numbered version of this
diff --git a/wisi-fringe.el b/wisi-fringe.el
index 4d43a07bb2..d928f38bda 100644
--- a/wisi-fringe.el
+++ b/wisi-fringe.el
@@ -15,7 +15,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 ;;
 ;;; Design:
 ;;
diff --git a/wisi-parse-common.el b/wisi-parse-common.el
index 65e5d1cb0e..c78d244f70 100644
--- a/wisi-parse-common.el
+++ b/wisi-parse-common.el
@@ -17,7 +17,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Code:
 (require 'cl-lib)
diff --git a/wisi-prj.el b/wisi-prj.el
index a1e7301b6c..75ed467e94 100644
--- a/wisi-prj.el
+++ b/wisi-prj.el
@@ -17,7 +17,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Usage:
 ;;
diff --git a/wisi-process-parse.el b/wisi-process-parse.el
index 80285cbed4..4a209d987f 100644
--- a/wisi-process-parse.el
+++ b/wisi-process-parse.el
@@ -17,7 +17,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 (require 'cl-lib)
 (require 'wisi-parse-common)
diff --git a/wisi-run-indent-test.el b/wisi-run-indent-test.el
index 792568a2a5..b3a52bfcca 100644
--- a/wisi-run-indent-test.el
+++ b/wisi-run-indent-test.el
@@ -15,7 +15,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 (require 'wisi-prj)
 (require 'wisi-process-parse)
diff --git a/wisi-skel.el b/wisi-skel.el
index 4c7bcee912..dacbc6c433 100644
--- a/wisi-skel.el
+++ b/wisi-skel.el
@@ -17,7 +17,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Design:
 ;;
diff --git a/wisi.el b/wisi.el
index 324c463e59..c67c353749 100644
--- a/wisi.el
+++ b/wisi.el
@@ -9,7 +9,7 @@
 ;;  navigation
 ;; Version: 4.1.1
 ;; package-requires: ((emacs "25.3") (seq "2.20"))
-;; URL: http://stephe-leake.org/ada/wisitoken.html
+;; URL: https://stephe-leake.org/ada/wisitoken.html
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -24,7 +24,7 @@
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General P

[elpa] externals/wisitoken-grammar-mode 541b6fd423: ; Prefer HTTPS to HTTP in most URLs

2022-12-21 Thread Stefan Kangas
branch: externals/wisitoken-grammar-mode
commit 541b6fd4237d25f154e3ab6fbcfd5c6dc72399d7
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in most URLs
---
 wisitoken-grammar-mode.el   | 2 +-
 wisitoken_grammar_1-process.el  | 2 +-
 wisitoken_grammar_1.wy  | 2 +-
 wisitoken_grammar_1_process_actions.adb | 2 +-
 wisitoken_grammar_1_process_actions.ads | 2 +-
 wisitoken_grammar_1_process_main.adb| 2 +-
 wisitoken_grammar_1_process_main.ads| 2 +-
 wisitoken_grammar_1_re2c.c  | 2 +-
 wisitoken_grammar_1_re2c_c.ads  | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/wisitoken-grammar-mode.el b/wisitoken-grammar-mode.el
index 704638b3fc..de75ef2fe5 100644
--- a/wisitoken-grammar-mode.el
+++ b/wisitoken-grammar-mode.el
@@ -7,7 +7,7 @@
 ;; Keywords: languages
 ;; Version: 1.2.0
 ;; package-requires: ((wisi "3.1.1") (emacs "25.0") (mmm-mode "0.5.7"))
-;; url: http://www.nongnu.org/ada-mode/
+;; url: https://www.nongnu.org/ada-mode/
 
 ;; This file is part of GNU Emacs.
 
diff --git a/wisitoken_grammar_1-process.el b/wisitoken_grammar_1-process.el
index a994e0e17f..2abb2cec06 100644
--- a/wisitoken_grammar_1-process.el
+++ b/wisitoken_grammar_1-process.el
@@ -18,7 +18,7 @@
 ;;  GNU General Public License for more details.
 ;;
 ;;  You should have received a copy of the GNU General Public License
-;;  along with GNU Emacs.  If not, see .
+;;  along with GNU Emacs.  If not, see .
 
 (require 'wisi-process-parse)
 
diff --git a/wisitoken_grammar_1.wy b/wisitoken_grammar_1.wy
index 69bb3cddd8..ea9316c43e 100644
--- a/wisitoken_grammar_1.wy
+++ b/wisitoken_grammar_1.wy
@@ -40,7 +40,7 @@
 ;;  GNU General Public License for more details.
 ;;
 ;;  You should have received a copy of the GNU General Public License
-;;  along with GNU Emacs.  If not, see .
+;;  along with GNU Emacs.  If not, see .
 }%
 
 %code actions spec post %{
diff --git a/wisitoken_grammar_1_process_actions.adb 
b/wisitoken_grammar_1_process_actions.adb
index bcbc5661be..fa1c46d790 100644
--- a/wisitoken_grammar_1_process_actions.adb
+++ b/wisitoken_grammar_1_process_actions.adb
@@ -19,7 +19,7 @@
 --  GNU General Public License for more details.
 --
 --  You should have received a copy of the GNU General Public License
---  along with GNU Emacs.  If not, see .
+--  along with GNU Emacs.  If not, see .
 
 with Wisi; use Wisi;
 with Wisi.WisiToken_Grammar; use Wisi.WisiToken_Grammar;
diff --git a/wisitoken_grammar_1_process_actions.ads 
b/wisitoken_grammar_1_process_actions.ads
index b53261e272..e72dfc0580 100644
--- a/wisitoken_grammar_1_process_actions.ads
+++ b/wisitoken_grammar_1_process_actions.ads
@@ -19,7 +19,7 @@
 --  GNU General Public License for more details.
 --
 --  You should have received a copy of the GNU General Public License
---  along with GNU Emacs.  If not, see .
+--  along with GNU Emacs.  If not, see .
 
 with WisiToken.Syntax_Trees;
 package Wisitoken_Grammar_1_Process_Actions is
diff --git a/wisitoken_grammar_1_process_main.adb 
b/wisitoken_grammar_1_process_main.adb
index 61ac8dc439..1bb2636503 100644
--- a/wisitoken_grammar_1_process_main.adb
+++ b/wisitoken_grammar_1_process_main.adb
@@ -19,7 +19,7 @@
 --  GNU General Public License for more details.
 --
 --  You should have received a copy of the GNU General Public License
---  along with GNU Emacs.  If not, see .
+--  along with GNU Emacs.  If not, see .
 
 with Wisitoken_Grammar_1_Process_Actions; use 
Wisitoken_Grammar_1_Process_Actions;
 with WisiToken.Lexer.re2c;
diff --git a/wisitoken_grammar_1_process_main.ads 
b/wisitoken_grammar_1_process_main.ads
index c0bbfa5635..d6f3178b79 100644
--- a/wisitoken_grammar_1_process_main.ads
+++ b/wisitoken_grammar_1_process_main.ads
@@ -19,7 +19,7 @@
 --  GNU General Public License for more details.
 --
 --  You should have received a copy of the GNU General Public License
---  along with GNU Emacs.  If not, see .
+--  along with GNU Emacs.  If not, see .
 
 with WisiToken.Syntax_Trees;
 with WisiToken.Parse.LR.Parser;
diff --git a/wisitoken_grammar_1_re2c.c b/wisitoken_grammar_1_re2c.c
index 057fc89bcd..9dff0b2492 100644
--- a/wisitoken_grammar_1_re2c.c
+++ b/wisitoken_grammar_1_re2c.c
@@ -21,7 +21,7 @@
 //  GNU General Public License for more details.
 //
 //  You should have received a copy of the GNU General Public License
-//  along with GNU Emacs.  If not, see .
+//  along with GNU Emacs.  If not, see .
 
 #include 
 #include 
diff --git a/wisitoken_grammar_1_re2c_c.ads b/wisitoken_grammar_1_re2c_c.ads
i

[elpa] externals/wpuzzle cc5e4c5317: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/wpuzzle
commit cc5e4c53177d01ab160e4f42e4e66410aeb69419
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 wpuzzle.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wpuzzle.el b/wpuzzle.el
index ba6cc8af6f..82c478b06c 100644
--- a/wpuzzle.el
+++ b/wpuzzle.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see .
+;; along with GNU Emacs.  If not, see .
 
 ;;; Commentary:
 



[elpa] externals/xclip ec064e6ea9: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/xclip
commit ec064e6ea9b236e56c0966b2ce03870a12a5d78d
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 xclip.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xclip.el b/xclip.el
index 4fe07d3c80..ed38add19d 100644
--- a/xclip.el
+++ b/xclip.el
@@ -18,7 +18,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Commentary:
 
@@ -28,8 +28,8 @@
 ;; It can use external command-line tools for that, which you may need
 ;; to install in order for the package to work.
 ;; More specifically, it can use the following tools:
-;; - Under X11: `xclip' or `xsel' (http://xclip.sourceforge.net and
-;;   http://www.vergenet.net/~conrad/software/xsel/ respectively).
+;; - Under X11: `xclip' or `xsel' (https://xclip.sourceforge.net and
+;;   https://www.vergenet.net/~conrad/software/xsel/ respectively).
 ;; - MacOS: `pbpaste/pbcopy'
 ;; - Cygwin: `getclip/putclip'
 ;; - Under Wayland: `wl-clipboard' (https://github.com/bugaevc/wl-clipboard)



[elpa] externals/xpm 838f340239: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/xpm
commit 838f3402394a1f75f0b3890367c04e4a9bc14886
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in URLs
---
 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 6dbb54802e..e76df18c4c 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ See the end for copying conditions.
   - improved docstrings
 
 - 1.0.2 | 2014-05-30
-  - new homepage: http://www.gnuvola.org/software/xpm/
+  - new homepage: https://www.gnuvola.org/software/xpm/
 
 - 1.0.1 | 2014-05-21
   - byte-compilation bugfix



[elpa] externals/yasnippet-classic-snippets 21cdaaa98d: ; Prefer HTTPS to HTTP in some URLs

2022-12-21 Thread Stefan Kangas
branch: externals/yasnippet-classic-snippets
commit 21cdaaa98dca38cc2a19418ca3be575a57858eef
Author: Stefan Kangas 
Commit: Stefan Kangas 

; Prefer HTTPS to HTTP in some URLs
---
 snippets/scala-mode/doc.file-scala | 2 +-
 snippets/scala-mode/doc.file-scala-api | 2 +-
 yasnippet-classic-snippets.el  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/snippets/scala-mode/doc.file-scala 
b/snippets/scala-mode/doc.file-scala
index aa9c58f2ca..d355bd9f50 100644
--- a/snippets/scala-mode/doc.file-scala
+++ b/snippets/scala-mode/doc.file-scala
@@ -5,7 +5,7 @@
 /* __   *\
 **  ___   / /  ___ Scala $3   **
 **/ __/ __// _ | / /  / _ |(c) 2005-`(format-time-string "%Y")` , 
LAMP/EPFL **
-**  __\ \/ /__/ __ |/ /__/ __ |http://scala-lang.org/   **
+**  __\ \/ /__/ __ |/ /__/ __ |https://scala-lang.org/  **
 ** //\___/_/ |_//_/ | | **
 **  |/  **
 \*  */
diff --git a/snippets/scala-mode/doc.file-scala-api 
b/snippets/scala-mode/doc.file-scala-api
index ffd4d0d115..44573fdd57 100644
--- a/snippets/scala-mode/doc.file-scala-api
+++ b/snippets/scala-mode/doc.file-scala-api
@@ -5,7 +5,7 @@
 /* __   *\
 **  ___   / /  ___ Scala API**
 **/ __/ __// _ | / /  / _ |(c) 2005-`(format-time-string "%Y")`, 
LAMP/EPFL **
-**  __\ \/ /__/ __ |/ /__/ __ |http://scala-lang.org/   **
+**  __\ \/ /__/ __ |/ /__/ __ |https://scala-lang.org/  **
 ** //\___/_/ |_//_/ | | **
 **  |/  **
 \*  */
diff --git a/yasnippet-classic-snippets.el b/yasnippet-classic-snippets.el
index 783e60d9fe..803ba57489 100644
--- a/yasnippet-classic-snippets.el
+++ b/yasnippet-classic-snippets.el
@@ -26,7 +26,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see .
+;; along with this program.  If not, see .
 
 ;;; Code:
 



[nongnu] elpa/cider 8146bb55c2: [Docs] Improve the docs about self-hosted ClojureScript REPLs

2022-12-21 Thread ELPA Syncer
branch: elpa/cider
commit 8146bb55c29467725993088adc8cc82ac48c4bb3
Author: Bozhidar Batsov 
Commit: Bozhidar Batsov 

[Docs] Improve the docs about self-hosted ClojureScript REPLs
---
 doc/modules/ROOT/nav.adoc|  2 +-
 doc/modules/ROOT/pages/cljs/other_repls.adoc | 20 
 doc/modules/ROOT/pages/platforms/babashka.adoc   |  8 +++-
 doc/modules/ROOT/pages/platforms/nbb.adoc|  8 +++-
 ...scittle_and_friends.adoc => other_platforms.adoc} | 19 +++
 5 files changed, 46 insertions(+), 11 deletions(-)

diff --git a/doc/modules/ROOT/nav.adoc b/doc/modules/ROOT/nav.adoc
index 63802644db..d22f943b60 100644
--- a/doc/modules/ROOT/nav.adoc
+++ b/doc/modules/ROOT/nav.adoc
@@ -14,7 +14,7 @@
 ** xref:platforms/overview.adoc[Overview]
 ** xref:platforms/babashka.adoc[Babashka]
 ** xref:platforms/nbb.adoc[Nbb]
-** xref:platforms/scittle_and_friends.adoc[Scittle and Friends]
+** xref:platforms/other_platforms.adoc[Other Platforms]
 * Using CIDER
 ** xref:usage/interactive_programming.adoc[Interactive Programming]
 ** xref:usage/cider_mode.adoc[Using cider-mode]
diff --git a/doc/modules/ROOT/pages/cljs/other_repls.adoc 
b/doc/modules/ROOT/pages/cljs/other_repls.adoc
index 00d291dc69..43ae210312 100644
--- a/doc/modules/ROOT/pages/cljs/other_repls.adoc
+++ b/doc/modules/ROOT/pages/cljs/other_repls.adoc
@@ -86,3 +86,23 @@ and insert `dev`.
 . Connect to the running server with your browser. The address is printed on 
the terminal, but it's probably `+http://localhost:3000+`.
 
 For more information visit 
https://github.com/adzerk-oss/boot-cljs-repl[boot-cljs-repl].
+
+== nbb (node.js babashka)
+
+CIDER has built-in support for `nbb`. You can either jack in to an nbb project 
with `M-x clojure-jack-in-cljs`.
+
+or start its bundled nREPL server:
+
+  $ nbb nrepl-server
+
+and connect to it afterwards using `M-x cider-connect-cljs`.
+
+See the xref:platforms/nbb.adoc[dedicated page] for more details.
+
+== Other Self-hosted REPLs
+
+For all other self-hosted REPLs you can follow the instructions 
xref:platforms/other_platforms.adoc[here]. This will work fine with any 
well-behaved nREPL implementation, like those of:
+
+* https://github.com/babashka/nbb[nbb]
+* https://github.com/babashka/scittle[scittle]
+* https://github.com/BetterThanTomorrow/joyride[joyride]
diff --git a/doc/modules/ROOT/pages/platforms/babashka.adoc 
b/doc/modules/ROOT/pages/platforms/babashka.adoc
index 6af4785ae8..c576fdeba1 100644
--- a/doc/modules/ROOT/pages/platforms/babashka.adoc
+++ b/doc/modules/ROOT/pages/platforms/babashka.adoc
@@ -1,6 +1,12 @@
 = Babashka
 
-Babashka is highly compatible with Clojure, so it works with CIDER out of the 
box. All you need to do
+== Overview
+
+Babashka is highly compatible with Clojure, so it works with CIDER out of the 
box.
+
+== Usage
+
+All you need to do
 is start its bundled nREPL server:
 
   $ bb --nrepl-server
diff --git a/doc/modules/ROOT/pages/platforms/nbb.adoc 
b/doc/modules/ROOT/pages/platforms/nbb.adoc
index 4a21fd26ee..64cf59b633 100644
--- a/doc/modules/ROOT/pages/platforms/nbb.adoc
+++ b/doc/modules/ROOT/pages/platforms/nbb.adoc
@@ -1,9 +1,13 @@
 = https://github.com/babashka/nbb[nbb]
 
-Nbb's main goal is to make it easy to get started with ad hoc CLJS scripting 
on Node.js.
+== Overview
+
+Nbb's main goal is to make it easy to get started with ad hoc ClojureScript 
scripting on Node.js.
 
 It is highly compatible with ClojureScript, so it works with CIDER out of the 
box.
 
+== Usage
+
 You can either jack in to an nbb project with `M-x clojure-jack-in-cljs`.
 
 or start its bundled nREPL server:
@@ -11,3 +15,5 @@ or start its bundled nREPL server:
   $ nbb nrepl-server
 
 and connect to it afterwards using `M-x cider-connect-cljs`.
+
+NOTE: `cider-jack-in-cljs` works with nbb projects that are using `nbb.edn`.
diff --git a/doc/modules/ROOT/pages/platforms/scittle_and_friends.adoc 
b/doc/modules/ROOT/pages/platforms/other_platforms.adoc
similarity index 66%
rename from doc/modules/ROOT/pages/platforms/scittle_and_friends.adoc
rename to doc/modules/ROOT/pages/platforms/other_platforms.adoc
index 91ba6a9a4d..d5f617b740 100644
--- a/doc/modules/ROOT/pages/platforms/scittle_and_friends.adoc
+++ b/doc/modules/ROOT/pages/platforms/other_platforms.adoc
@@ -1,4 +1,4 @@
-= Scittle, Nbb, Joyride, and future (n)REPLs
+= Other Platforms
 
 == The Problem
 
@@ -18,12 +18,14 @@ make CIDER more runtime-agnostic.
 == The Solution
 
 As of CIDER 1.6, the default CIDER connection command `cider-connect-clj` is
-capable of connecting to any nREPL server that provides minimal required
-functionality.
+capable of connecting to any nREPL server that implements the core nREPL
+protocol interface.
 
 As such, all of these work:
-https://github.com/babashka/nbb[nbb],
-https://github.com/babashka/scittle[scittle], 
https://github.com/BetterThanTomorrow/joyride[joyride]
+
+* https://github.com/babashka/nbb[nbb]
+* https://git

[nongnu] elpa/cider 13082e7fae 2/3: [Docs] Mention that the upgrade form is not needed for native ClojureScript

2022-12-21 Thread ELPA Syncer
branch: elpa/cider
commit 13082e7fae8e8e57167a766608b4a7ef18e59f54
Author: Bozhidar Batsov 
Commit: Bozhidar Batsov 

[Docs] Mention that the upgrade form is not needed for native ClojureScript
REPLs
---
 doc/modules/ROOT/pages/cljs/configuration.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/modules/ROOT/pages/cljs/configuration.adoc 
b/doc/modules/ROOT/pages/cljs/configuration.adoc
index 1ef79bde74..86831104d8 100644
--- a/doc/modules/ROOT/pages/cljs/configuration.adoc
+++ b/doc/modules/ROOT/pages/cljs/configuration.adoc
@@ -46,6 +46,8 @@ All supported ClojureScript REPLs are stored in
 (cider-register-cljs-repl-type 'super-cljs "(do (...))" 
optional-requirements-function)
 
 
+NOTE: If you're registering a self-hosted (native) ClojureScript REPL (e.g. 
`scittle`), the "upgrade" form should be `nil`.
+
 You can also modify the known ClojureScript REPLs on a per-project basis using
 `.dir-locals.el`:
 



[nongnu] elpa/cider updated (8146bb55c2 -> 80408364f8)

2022-12-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/cider.

  from  8146bb55c2 [Docs] Improve the docs about self-hosted ClojureScript 
REPLs
   new  1d051d81f1 [Docs] Mention the nbb jack-in defcustoms
   new  13082e7fae [Docs] Mention that the upgrade form is not needed for 
native ClojureScript REPLs
   new  80408364f8 Release CIDER 1.6 ("Buenos Aires")


Summary of changes:
 CHANGELOG.md   | 2 ++
 cider.el   | 4 ++--
 doc/antora.yml | 2 +-
 doc/modules/ROOT/pages/cljs/configuration.adoc | 2 ++
 doc/modules/ROOT/pages/platforms/nbb.adoc  | 8 
 5 files changed, 15 insertions(+), 3 deletions(-)



[nongnu] elpa/cider 1d051d81f1 1/3: [Docs] Mention the nbb jack-in defcustoms

2022-12-21 Thread ELPA Syncer
branch: elpa/cider
commit 1d051d81f17ac34042f33ab05e9a27b7bd83425c
Author: Bozhidar Batsov 
Commit: Bozhidar Batsov 

[Docs] Mention the nbb jack-in defcustoms
---
 doc/modules/ROOT/pages/platforms/nbb.adoc | 8 
 1 file changed, 8 insertions(+)

diff --git a/doc/modules/ROOT/pages/platforms/nbb.adoc 
b/doc/modules/ROOT/pages/platforms/nbb.adoc
index 64cf59b633..df8390db6c 100644
--- a/doc/modules/ROOT/pages/platforms/nbb.adoc
+++ b/doc/modules/ROOT/pages/platforms/nbb.adoc
@@ -17,3 +17,11 @@ or start its bundled nREPL server:
 and connect to it afterwards using `M-x cider-connect-cljs`.
 
 NOTE: `cider-jack-in-cljs` works with nbb projects that are using `nbb.edn`.
+
+== Configuration
+
+The jack-in command can be configured via several defcustoms:
+
+* `cider-nbb-command` (by default `nbb`)
+* `cider-nbb-global-options` (by default `nil`)
+* `cider-nbb-parameters` (by default `nrepl-server`)



[nongnu] elpa/cider 80408364f8 3/3: Release CIDER 1.6 ("Buenos Aires")

2022-12-21 Thread ELPA Syncer
branch: elpa/cider
commit 80408364f8e6870d8f5a33e0e096b86f1a7ef144
Author: Bozhidar Batsov 
Commit: Bozhidar Batsov 

Release CIDER 1.6 ("Buenos Aires")
---
 CHANGELOG.md   | 2 ++
 cider.el   | 4 ++--
 doc/antora.yml | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a2b88bfee..5a6e978fa9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 
 ## master (unreleased)
 
+## 1.6.0 (2022-12-21)
+
 ### New features
 
 - [#3278](https://github.com/clojure-emacs/cider/pull/3278) Introduce 
integration tests, which also fix a long standing issue with orphaned process 
on MS-Windows by contracting `taskkill`, if available, to properly kill the 
nREPL server process tree.
diff --git a/cider.el b/cider.el
index 70d63ba463..1cbbbe8dc5 100644
--- a/cider.el
+++ b/cider.el
@@ -11,7 +11,7 @@
 ;; Steve Purcell 
 ;; Maintainer: Bozhidar Batsov 
 ;; URL: http://www.github.com/clojure-emacs/cider
-;; Version: 1.6.0-snapshot
+;; Version: 1.6.0
 ;; Package-Requires: ((emacs "26") (clojure-mode "5.16.0") (parseedn "1.0.6") 
(queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2"))
 ;; Keywords: languages, clojure, cider
 
@@ -92,7 +92,7 @@
 (require 'sesman)
 (require 'package)
 
-(defconst cider-version "1.6.0-snapshot"
+(defconst cider-version "1.6.0"
   "The current version of CIDER.")
 
 (defconst cider-codename "Buenos Aires"
diff --git a/doc/antora.yml b/doc/antora.yml
index fd9dacd593..2e8d1616e8 100644
--- a/doc/antora.yml
+++ b/doc/antora.yml
@@ -2,6 +2,6 @@ name: cider
 title: CIDER
 # We always provide version without patch here (e.g. 1.1),
 # as patch versions should not appear in the docs.
-version: ~
+version: 1.6
 nav:
 - modules/ROOT/nav.adoc



[elpa] externals/denote 5db79829b5 1/2: Cite publication by Mohamed Suliman in the manual

2022-12-21 Thread ELPA Syncer
branch: externals/denote
commit 5db79829b52b3a482e13dac4b5ac7435f8b7929f
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

Cite publication by Mohamed Suliman in the manual

This was discussed on the mailing list:

.
---
 README.org | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.org b/README.org
index 2f08a46d5c..e6725a 100644
--- a/README.org
+++ b/README.org
@@ -3172,6 +3172,9 @@ Denote, feel welcome to tell us about it 
([[#h:1ebe4865-c001-4747-a6f2-0fe45aad7
   Denote, and Transient/, 2022-11-19,
   

 
++ Mohamed Suliman: /Managing a bibliography of BiBTeX entries with
+  Denote/, 2022-12-20, 

+
 + Peter Prevos: /Simulating Text Files with R to Test the Emacs Denote
   Package/, 2022-07-28, 
.
 



[elpa] externals/denote updated (532eafcd29 -> 06b0a00819)

2022-12-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote.

  from  532eafcd29 Update entry for consult-notes package
   new  5db79829b5 Cite publication by Mohamed Suliman in the manual
   new  06b0a00819 Remove some needless punctuation from the manual


Summary of changes:
 README.org | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)



[elpa] externals/denote 06b0a00819 2/2: Remove some needless punctuation from the manual

2022-12-21 Thread ELPA Syncer
branch: externals/denote
commit 06b0a008198fc05f50c997759cbeabeeb73c1274
Author: Protesilaos Stavrou 
Commit: Protesilaos Stavrou 

Remove some needless punctuation from the manual
---
 README.org | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index e6725a..ee0c76d112 100644
--- a/README.org
+++ b/README.org
@@ -3151,13 +3151,13 @@ setup.  If you have a blog post, video, or 
configuration file about
 Denote, feel welcome to tell us about it 
([[#h:1ebe4865-c001-4747-a6f2-0fe45aad71cd][Contributing]]).
 
 + David Wilson (SystemCrafters): /Generating a Blog Site from Denote
-  Entries/, 2022-09-09, .
+  Entries/, 2022-09-09, 
 
 + David Wilson (SystemCrafters): /Trying Out Prot's Denote, an Org
-  Roam Alternative?/, 2022-07-15, 
.
+  Roam Alternative?/, 2022-07-15, 
 
 + Jack Baty: /Keeping my Org Agenda updated based on Denote keywords/,
-  2022-11-30, .
+  2022-11-30, 
 
 + Jeremy Friesen: /Denote Emacs Configuration/, 2022-10-02,
   
@@ -3176,7 +3176,7 @@ Denote, feel welcome to tell us about it 
([[#h:1ebe4865-c001-4747-a6f2-0fe45aad7
   Denote/, 2022-12-20, 

 
 + Peter Prevos: /Simulating Text Files with R to Test the Emacs Denote
-  Package/, 2022-07-28, 
.
+  Package/, 2022-07-28, 

 
 * Alternatives to Denote
 :PROPERTIES:



[nongnu] elpa/idris-mode b7c50dd60f 3/3: Merge pull request #600 from keram/warning-overlay-jump

2022-12-21 Thread ELPA Syncer
branch: elpa/idris-mode
commit b7c50dd60facd2a20279653d0186402649ade33b
Merge: a47903d2e1 24ce417b69
Author: Jan de Muijnck-Hughes 
Commit: GitHub 

Merge pull request #600 from keram/warning-overlay-jump

Preserve point position after adding warning overlay
---
 idris-tests.el| 30 ++
 idris-warnings.el | 45 +++--
 2 files changed, 49 insertions(+), 26 deletions(-)

diff --git a/idris-tests.el b/idris-tests.el
index 47798b24cb..2d79f4162c 100644
--- a/idris-tests.el
+++ b/idris-tests.el
@@ -289,6 +289,36 @@ myReverse xs = revAcc [] xs where
   (kill-buffer))
 (idris-quit)))
 
+(ert-deftest idris-test-warning-overlay ()
+  "Test that `idris-warning-overaly-point' works as expected."
+  (let* ((buffer (find-file-noselect "test-data/AddClause.idr"))
+ (warning '("AddClause.idr" (5 7) (5 17) "Some warning message" ()))
+ (idris-raw-warnings '())
+ (idris-process-current-working-directory (file-name-directory 
(buffer-file-name buffer)))
+ (expected-position)
+ (expected-overlay))
+(with-current-buffer buffer
+  (goto-char (point-min))
+  (re-search-forward "data Test")
+  (setq expected-position (point))
+
+  (idris-warning-overlay warning)
+
+  ;; Assert that the point position does not change
+  ;; https://github.com/idris-community/idris2-mode/issues/36
+  (should (eq (point) expected-position))
+
+  ;; Assert side effect
+  (should (not (null idris-raw-warnings)))
+
+  ;; Assert that overlay was added
+  (setq expected-overlay (car (overlays-in (point-min) (point-max
+  (should (not (null expected-overlay)))
+  (should (string= (overlay-get expected-overlay 'help-echo)
+   "Some warning message"))
+  ;; Cleanup
+  (kill-buffer
+   
 (ert-deftest idris-backard-toplevel-navigation-test-2pTac9 ()
   "Test idris-backard-toplevel navigation command."
   (idris-test-with-temp-buffer
diff --git a/idris-warnings.el b/idris-warnings.el
index 1d98971e92..d5d709d52c 100644
--- a/idris-warnings.el
+++ b/idris-warnings.el
@@ -60,18 +60,12 @@
   (setq idris-warnings '())
   (delq (current-buffer) idris-warnings-buffers))
 
-(defun idris-get-line-region (line)
-  (goto-char (point-min))
-  (cl-values
-   (line-beginning-position line)
-   (line-end-position line)))
-
 (defun idris-warning-overlay-p (overlay)
   (overlay-get overlay 'idris-warning))
 
-(defun idris-warning-overlay-at-point ()
-  "Return the overlay for a note starting at point, otherwise nil."
-  (cl-find (point) (cl-remove-if-not 'idris-warning-overlay-p (overlays-at 
(point)))
+(defun idris-warning-overlay-at-point (point)
+  "Return the overlay for a note starting at POINT, otherwise nil."
+  (cl-find point (cl-remove-if-not 'idris-warning-overlay-p (overlays-at 
point))
 :key 'overlay-start))
 
 (defun idris-warning-overlay (warning)
@@ -100,23 +94,22 @@ is mostly the same as (startline startcolumn)"
  (buffer (get-file-buffer fullpath)))
 (when (not (null buffer))
   (with-current-buffer buffer
-(save-restriction
-  (widen) ;; Show errors at the proper location in narrowed buffers
-  (goto-char (point-min))
-  (cl-multiple-value-bind (startp endp) (idris-get-line-region 
startline)
-(goto-char startp)
-(let ((start (+ startp startcol))
-  (end (if (and (= startline endline) (= startcol endcol))
-   ;; this is a hack to have warnings reported 
which point to empty lines
-   (if (= startp endp)
-   (progn (insert " ")
-  (1+ endp))
- endp)
- (+ (save-excursion
-  (goto-char (point-min))
-  (line-beginning-position endline))
-endcol)))
-  (overlay (idris-warning-overlay-at-point)))
+(save-excursion
+  (save-restriction
+(widen) ;; Show errors at the proper location in narrowed 
buffers
+(goto-char (point-min))
+(let* ((startp (line-beginning-position startline))
+   (endp (line-end-position startline))
+   (start (+ startp startcol))
+   (end (if (and (= startline endline) (= startcol endcol))
+;; a hack to have warnings, which point to 
empty lines, reported
+(if (= startp endp)
+(progn (goto-char startp)
+   (insert " ")
+   (1+ endp))
+  endp)
+ 

[nongnu] elpa/idris-mode 0379683173 1/3: Simplify `idris-warning-overlay` by

2022-12-21 Thread ELPA Syncer
branch: elpa/idris-mode
commit 037968317300f4702a360559265562371bcc1bc8
Author: Marek L 
Commit: Marek L 

Simplify `idris-warning-overlay` by

 - inline idris-get-line-region and remove cl-multiple-value-bind
 - remove extra goto-char
 - flatten body
---
 idris-warnings.el | 44 ++--
 1 file changed, 18 insertions(+), 26 deletions(-)

diff --git a/idris-warnings.el b/idris-warnings.el
index 1d98971e92..cc9ae10ce0 100644
--- a/idris-warnings.el
+++ b/idris-warnings.el
@@ -60,18 +60,12 @@
   (setq idris-warnings '())
   (delq (current-buffer) idris-warnings-buffers))
 
-(defun idris-get-line-region (line)
-  (goto-char (point-min))
-  (cl-values
-   (line-beginning-position line)
-   (line-end-position line)))
-
 (defun idris-warning-overlay-p (overlay)
   (overlay-get overlay 'idris-warning))
 
-(defun idris-warning-overlay-at-point ()
-  "Return the overlay for a note starting at point, otherwise nil."
-  (cl-find (point) (cl-remove-if-not 'idris-warning-overlay-p (overlays-at 
(point)))
+(defun idris-warning-overlay-at-point (point)
+  "Return the overlay for a note starting at POINT, otherwise nil."
+  (cl-find point (cl-remove-if-not 'idris-warning-overlay-p (overlays-at 
point))
 :key 'overlay-start))
 
 (defun idris-warning-overlay (warning)
@@ -103,23 +97,21 @@ is mostly the same as (startline startcolumn)"
 (save-restriction
   (widen) ;; Show errors at the proper location in narrowed buffers
   (goto-char (point-min))
-  (cl-multiple-value-bind (startp endp) (idris-get-line-region 
startline)
-(goto-char startp)
-(let ((start (+ startp startcol))
-  (end (if (and (= startline endline) (= startcol endcol))
-   ;; this is a hack to have warnings reported 
which point to empty lines
-   (if (= startp endp)
-   (progn (insert " ")
-  (1+ endp))
- endp)
- (+ (save-excursion
-  (goto-char (point-min))
-  (line-beginning-position endline))
-endcol)))
-  (overlay (idris-warning-overlay-at-point)))
-  (if overlay
-  (idris-warning-merge-overlays overlay message)
-(idris-warning-create-overlay start end message)))
+  (let* ((startp (line-beginning-position startline))
+ (endp (line-end-position startline))
+ (start (+ startp startcol))
+ (end (if (and (= startline endline) (= startcol endcol))
+  ;; this is a hack to have warnings reported 
which point to empty lines
+  (if (= startp endp)
+  (progn (goto-char startp)
+ (insert " ")
+ (1+ endp))
+endp)
+(+ (line-beginning-position endline) endcol)))
+ (overlay (idris-warning-overlay-at-point startp)))
+(if overlay
+(idris-warning-merge-overlays overlay message)
+  (idris-warning-create-overlay start end message))
 
 (defun idris-warning-merge-overlays (overlay message)
   (overlay-put overlay 'help-echo



[nongnu] elpa/idris-mode 24ce417b69 2/3: Preserve point position after adding warning overlay

2022-12-21 Thread ELPA Syncer
branch: elpa/idris-mode
commit 24ce417b69ab99173bdba3db642a4695cd533399
Author: Marek L 
Commit: Marek L 

Preserve point position after adding warning overlay

Resolves part of:
https://github.com/idris-community/idris2-mode/issues/36
> "The cursor still jumps to the beginning of the line"
---
 idris-tests.el| 30 ++
 idris-warnings.el | 37 +++--
 2 files changed, 49 insertions(+), 18 deletions(-)

diff --git a/idris-tests.el b/idris-tests.el
index 47798b24cb..2d79f4162c 100644
--- a/idris-tests.el
+++ b/idris-tests.el
@@ -289,6 +289,36 @@ myReverse xs = revAcc [] xs where
   (kill-buffer))
 (idris-quit)))
 
+(ert-deftest idris-test-warning-overlay ()
+  "Test that `idris-warning-overaly-point' works as expected."
+  (let* ((buffer (find-file-noselect "test-data/AddClause.idr"))
+ (warning '("AddClause.idr" (5 7) (5 17) "Some warning message" ()))
+ (idris-raw-warnings '())
+ (idris-process-current-working-directory (file-name-directory 
(buffer-file-name buffer)))
+ (expected-position)
+ (expected-overlay))
+(with-current-buffer buffer
+  (goto-char (point-min))
+  (re-search-forward "data Test")
+  (setq expected-position (point))
+
+  (idris-warning-overlay warning)
+
+  ;; Assert that the point position does not change
+  ;; https://github.com/idris-community/idris2-mode/issues/36
+  (should (eq (point) expected-position))
+
+  ;; Assert side effect
+  (should (not (null idris-raw-warnings)))
+
+  ;; Assert that overlay was added
+  (setq expected-overlay (car (overlays-in (point-min) (point-max
+  (should (not (null expected-overlay)))
+  (should (string= (overlay-get expected-overlay 'help-echo)
+   "Some warning message"))
+  ;; Cleanup
+  (kill-buffer
+   
 (ert-deftest idris-backard-toplevel-navigation-test-2pTac9 ()
   "Test idris-backard-toplevel navigation command."
   (idris-test-with-temp-buffer
diff --git a/idris-warnings.el b/idris-warnings.el
index cc9ae10ce0..d5d709d52c 100644
--- a/idris-warnings.el
+++ b/idris-warnings.el
@@ -94,24 +94,25 @@ is mostly the same as (startline startcolumn)"
  (buffer (get-file-buffer fullpath)))
 (when (not (null buffer))
   (with-current-buffer buffer
-(save-restriction
-  (widen) ;; Show errors at the proper location in narrowed buffers
-  (goto-char (point-min))
-  (let* ((startp (line-beginning-position startline))
- (endp (line-end-position startline))
- (start (+ startp startcol))
- (end (if (and (= startline endline) (= startcol endcol))
-  ;; this is a hack to have warnings reported 
which point to empty lines
-  (if (= startp endp)
-  (progn (goto-char startp)
- (insert " ")
- (1+ endp))
-endp)
-(+ (line-beginning-position endline) endcol)))
- (overlay (idris-warning-overlay-at-point startp)))
-(if overlay
-(idris-warning-merge-overlays overlay message)
-  (idris-warning-create-overlay start end message))
+(save-excursion
+  (save-restriction
+(widen) ;; Show errors at the proper location in narrowed 
buffers
+(goto-char (point-min))
+(let* ((startp (line-beginning-position startline))
+   (endp (line-end-position startline))
+   (start (+ startp startcol))
+   (end (if (and (= startline endline) (= startcol endcol))
+;; a hack to have warnings, which point to 
empty lines, reported
+(if (= startp endp)
+(progn (goto-char startp)
+   (insert " ")
+   (1+ endp))
+  endp)
+  (+ (line-beginning-position endline) endcol)))
+   (overlay (idris-warning-overlay-at-point startp)))
+  (if overlay
+  (idris-warning-merge-overlays overlay message)
+(idris-warning-create-overlay start end message)))
 
 (defun idris-warning-merge-overlays (overlay message)
   (overlay-put overlay 'help-echo



[nongnu] elpa/idris-mode updated (a47903d2e1 -> b7c50dd60f)

2022-12-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/idris-mode.

  from  a47903d2e1 Merge pull request #599 from 
keram/idris-type-at-point-with-process
   new  0379683173 Simplify `idris-warning-overlay` by
   new  24ce417b69 Preserve point position after adding warning overlay
   new  b7c50dd60f Merge pull request #600 from keram/warning-overlay-jump


Summary of changes:
 idris-tests.el| 30 ++
 idris-warnings.el | 45 +++--
 2 files changed, 49 insertions(+), 26 deletions(-)



[elpa] externals/org updated (04d2cc59e5 -> d9e258b55f)

2022-12-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/org.

  from  04d2cc59e5 Merge branch 'bugfix'
   new  a29103a786 * testing/lisp/test-ob-octave.el: Disable tests failing 
on CI only
   new  d9e258b55f Merge branch 'bugfix'


Summary of changes:
 testing/lisp/test-ob-octave.el | 3 +++
 1 file changed, 3 insertions(+)



[elpa] externals/org d9e258b55f: Merge branch 'bugfix'

2022-12-21 Thread ELPA Syncer
branch: externals/org
commit d9e258b55f78464d00559579a763b5d8ec88af66
Merge: 04d2cc59e5 a29103a786
Author: Ihor Radchenko 
Commit: Ihor Radchenko 

Merge branch 'bugfix'
---
 testing/lisp/test-ob-octave.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/testing/lisp/test-ob-octave.el b/testing/lisp/test-ob-octave.el
index 57f40d00b1..6eb731295e 100644
--- a/testing/lisp/test-ob-octave.el
+++ b/testing/lisp/test-ob-octave.el
@@ -67,6 +67,7 @@
 (ert-deftest ob-octave/graphics-file ()
   "Graphics file.  Test that link is correctly inserted and graphics file is 
created (and not empty).  Clean-up side-effects."
   ;; In case a prior test left the Error Output buffer hanging around.
+  (skip-unless nil) ; FIXME: Failing on CI only
   (when (get-buffer "*Org-Babel Error Output*")
 (kill-buffer "*Org-Babel Error Output*"))
   (let ((file (make-temp-file "test-ob-octave-" nil ".png")))
@@ -88,6 +89,7 @@ sombrero;
 
 (ert-deftest ob-octave/graphics-file-session ()
   "Graphics file in a session.  Test that session is started in *Inferior 
Octave* buffer, link is correctly inserted and graphics file is created (and 
not empty).  Clean-up side-effects."
+  (skip-unless nil) ; FIXME: Failing on CI only
   (let ((file (make-temp-file "test-ob-octave-" nil ".png")))
 (unwind-protect
 (org-test-with-temp-text
@@ -111,6 +113,7 @@ sombrero;
 
 (ert-deftest ob-octave/graphics-file-space ()
   "Graphics file with a space in filename.  Test that session is started in 
*Inferior Octave* buffer, link is correctly inserted and graphics file is 
created (and not empty).  Clean-up side-effects."
+  (skip-unless nil) ; FIXME: Failing on CI only
   (let ((file (make-temp-file "test ob octave-" nil ".png")))
 (unwind-protect
 (org-test-with-temp-text



[elpa] externals-release/org a29103a786: * testing/lisp/test-ob-octave.el: Disable tests failing on CI only

2022-12-21 Thread ELPA Syncer
branch: externals-release/org
commit a29103a786d7275ef8d86ef8b449c8015c0197ed
Author: Ihor Radchenko 
Commit: Ihor Radchenko 

* testing/lisp/test-ob-octave.el: Disable tests failing on CI only

(ob-octave/graphics-file):
(ob-octave/graphics-file-session):
(ob-octave/graphics-file-space): Disable tests until we figure the
origin of CI failures.  The tests are passing locally.

Link: https://orgmode.org/list/87cz8ifioa.fsf@localhost
---
 testing/lisp/test-ob-octave.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/testing/lisp/test-ob-octave.el b/testing/lisp/test-ob-octave.el
index 57f40d00b1..6eb731295e 100644
--- a/testing/lisp/test-ob-octave.el
+++ b/testing/lisp/test-ob-octave.el
@@ -67,6 +67,7 @@
 (ert-deftest ob-octave/graphics-file ()
   "Graphics file.  Test that link is correctly inserted and graphics file is 
created (and not empty).  Clean-up side-effects."
   ;; In case a prior test left the Error Output buffer hanging around.
+  (skip-unless nil) ; FIXME: Failing on CI only
   (when (get-buffer "*Org-Babel Error Output*")
 (kill-buffer "*Org-Babel Error Output*"))
   (let ((file (make-temp-file "test-ob-octave-" nil ".png")))
@@ -88,6 +89,7 @@ sombrero;
 
 (ert-deftest ob-octave/graphics-file-session ()
   "Graphics file in a session.  Test that session is started in *Inferior 
Octave* buffer, link is correctly inserted and graphics file is created (and 
not empty).  Clean-up side-effects."
+  (skip-unless nil) ; FIXME: Failing on CI only
   (let ((file (make-temp-file "test-ob-octave-" nil ".png")))
 (unwind-protect
 (org-test-with-temp-text
@@ -111,6 +113,7 @@ sombrero;
 
 (ert-deftest ob-octave/graphics-file-space ()
   "Graphics file with a space in filename.  Test that session is started in 
*Inferior Octave* buffer, link is correctly inserted and graphics file is 
created (and not empty).  Clean-up side-effects."
+  (skip-unless nil) ; FIXME: Failing on CI only
   (let ((file (make-temp-file "test ob octave-" nil ".png")))
 (unwind-protect
 (org-test-with-temp-text



[elpa] externals-release/org a8c9f11757 2/2: Fix missing null check for tangle links during export

2022-12-21 Thread ELPA Syncer
branch: externals-release/org
commit a8c9f117572059316cefb90659a5c0a859ecb3d9
Author: Tom Gillespie 
Commit: Ihor Radchenko 

Fix missing null check for tangle links during export

* lisp/ob-tangle.el (org-babel-tangle--unbracketed-link): Add the let
bound variable l to the and statement to prevent l from being passed
to `string-match' in the event that it is nil.

When tangling nested noweb blocks during export it is possible for the
results of `org-store-link' to return nil.  This commit ensures that
the value returned for l is only passed to `string-match' when it is
non-nil, avoiding a `wrong-type-argument' (stringp nil) error.

Handling of comments and nesting of babel blocks is known to have
issues.  The bug is from 8a781d35dc68f20fa2a5546c98ba3d9b77ee3cda
where new code was introduced to obtain the value for bare which was
not present in early code.  I'm guessing that the bug appears now
because `string-match' is called on l (aka link) at a point in time
when it was never previously called and it was thus masked because in
the old version it was impossible to call `string-match' when `link'
was nil because another variable was always nil, masking the issue.
---
 lisp/ob-tangle.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el
index bd17bda32b..fd6b6f3b94 100644
--- a/lisp/ob-tangle.el
+++ b/lisp/ob-tangle.el
@@ -500,7 +500,8 @@ The PARAMS are the 3rd element of the info for the same src 
block."
  (cl-letf (((symbol-function 'org-store-link-functions)
 (lambda () nil)))
(org-store-link nil
- (bare (and (string-match org-link-bracket-re l)
+ (bare (and l
+(string-match org-link-bracket-re l)
 (match-string 1 l
 (when bare
   (if (and org-babel-tangle-use-relative-file-links



[elpa] externals-release/org db34a7d837 1/2: * lisp/ox-html.el (org-html-link): Fix call to `org-export-get-ordinal'

2022-12-21 Thread ELPA Syncer
branch: externals-release/org
commit db34a7d837b7723199cf29d5df4d306f0b1304b8
Author: Ihor Radchenko 
Commit: Ihor Radchenko 

* lisp/ox-html.el (org-html-link): Fix call to `org-export-get-ordinal'

Pass list of type symbols as third argument following the docstring
spec.

Reported-by: Brian Powell 
Link: https://orgmode.org/list/m2tu1s458q@hawaii.edu
---
 lisp/ox-html.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 86b10cbf78..19cdf4c5a2 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -3337,7 +3337,7 @@ INFO is a plist holding contextual information.  See
  ((org-html-standalone-image-p destination info)
   (org-export-get-ordinal
(org-element-map destination 'link #'identity info t)
-   info 'link 'org-html-standalone-image-p))
+   info '(link) 'org-html-standalone-image-p))
  (t (org-export-get-ordinal
  destination info nil counter-predicate
 (desc



[elpa] externals/org updated (d9e258b55f -> 036cc05a6d)

2022-12-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/org.

  from  d9e258b55f Merge branch 'bugfix'
   new  db34a7d837 * lisp/ox-html.el (org-html-link): Fix call to 
`org-export-get-ordinal'
   new  71b04d9638 Merge branch 'bugfix'
   new  a8c9f11757 Fix missing null check for tangle links during export
   new  036cc05a6d Merge branch 'bugfix'


Summary of changes:
 lisp/ob-tangle.el | 3 ++-
 lisp/ox-html.el   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)



[elpa] externals/org 71b04d9638 1/2: Merge branch 'bugfix'

2022-12-21 Thread ELPA Syncer
branch: externals/org
commit 71b04d9638415bfff728e8367456cb8fa21d9e98
Merge: d9e258b55f db34a7d837
Author: Ihor Radchenko 
Commit: Ihor Radchenko 

Merge branch 'bugfix'
---
 lisp/ox-html.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 86b10cbf78..19cdf4c5a2 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -3337,7 +3337,7 @@ INFO is a plist holding contextual information.  See
  ((org-html-standalone-image-p destination info)
   (org-export-get-ordinal
(org-element-map destination 'link #'identity info t)
-   info 'link 'org-html-standalone-image-p))
+   info '(link) 'org-html-standalone-image-p))
  (t (org-export-get-ordinal
  destination info nil counter-predicate
 (desc



[elpa] externals-release/org updated (a29103a786 -> a8c9f11757)

2022-12-21 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org.

  from  a29103a786 * testing/lisp/test-ob-octave.el: Disable tests failing 
on CI only
   new  db34a7d837 * lisp/ox-html.el (org-html-link): Fix call to 
`org-export-get-ordinal'
   new  a8c9f11757 Fix missing null check for tangle links during export


Summary of changes:
 lisp/ob-tangle.el | 3 ++-
 lisp/ox-html.el   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)



[elpa] externals/org 036cc05a6d 2/2: Merge branch 'bugfix'

2022-12-21 Thread ELPA Syncer
branch: externals/org
commit 036cc05a6d450ef830ced74dc80162dd5131fcc8
Merge: 71b04d9638 a8c9f11757
Author: Ihor Radchenko 
Commit: Ihor Radchenko 

Merge branch 'bugfix'
---
 lisp/ob-tangle.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el
index bd17bda32b..fd6b6f3b94 100644
--- a/lisp/ob-tangle.el
+++ b/lisp/ob-tangle.el
@@ -500,7 +500,8 @@ The PARAMS are the 3rd element of the info for the same src 
block."
  (cl-letf (((symbol-function 'org-store-link-functions)
 (lambda () nil)))
(org-store-link nil
- (bare (and (string-match org-link-bracket-re l)
+ (bare (and l
+(string-match org-link-bracket-re l)
 (match-string 1 l
 (when bare
   (if (and org-babel-tangle-use-relative-file-links



[nongnu] elpa/cider b029f5034d 2/2: Switch back the docs version

2022-12-21 Thread ELPA Syncer
branch: elpa/cider
commit b029f5034d001ae2f1bbfd98e67cd5c89ef41847
Author: Bozhidar Batsov 
Commit: Bozhidar Batsov 

Switch back the docs version
---
 doc/antora.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/antora.yml b/doc/antora.yml
index 2e8d1616e8..fd9dacd593 100644
--- a/doc/antora.yml
+++ b/doc/antora.yml
@@ -2,6 +2,6 @@ name: cider
 title: CIDER
 # We always provide version without patch here (e.g. 1.1),
 # as patch versions should not appear in the docs.
-version: 1.6
+version: ~
 nav:
 - modules/ROOT/nav.adoc



[nongnu] elpa/cider updated (80408364f8 -> b029f5034d)

2022-12-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/cider.

  from  80408364f8 Release CIDER 1.6 ("Buenos Aires")
   new  7926be8e9c Tweak a couple of changelog entries
   new  b029f5034d Switch back the docs version


Summary of changes:
 CHANGELOG.md   | 4 ++--
 doc/antora.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)



[nongnu] elpa/cider 7926be8e9c 1/2: Tweak a couple of changelog entries

2022-12-21 Thread ELPA Syncer
branch: elpa/cider
commit 7926be8e9c20951e15c449f7c865cd3624973fc8
Author: Bozhidar Batsov 
Commit: Bozhidar Batsov 

Tweak a couple of changelog entries
---
 CHANGELOG.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a6e978fa9..60ac041ae6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@
 ### New features
 
 - [#3278](https://github.com/clojure-emacs/cider/pull/3278) Introduce 
integration tests, which also fix a long standing issue with orphaned process 
on MS-Windows by contracting `taskkill`, if available, to properly kill the 
nREPL server process tree.
-- [#3061](https://github.com/clojure-emacs/cider/issues/3061): Add support for 
nbb.
+- [#3061](https://github.com/clojure-emacs/cider/issues/3061): Add support for 
`nbb`.
 - [#3249](https://github.com/clojure-emacs/cider/pull/3249): Add support for 
Clojure Spec 2.
 - [#3247](https://github.com/clojure-emacs/cider/pull/3247): Add the 
`cider-stacktrace-analyze-at-point` and `cider-stacktrace-analyze-in-region` 
commands to view printed exceptions in the stacktrace inspector.
 
@@ -26,7 +26,7 @@
 - [#3260](https://github.com/clojure-emacs/cider/pull/3260): Scroll REPL 
buffer in other frame.
 - [#3061](https://github.com/clojure-emacs/cider/issues/3061): Allow
   to use `cider-connect-clj` for self-hosted cljs repls (e.g. `nbb`).
-- [#3293](https://github.com/clojure-emacs/cider/issues/3293): Can't jack in 
to more than one bb projects.
+- [#3293](https://github.com/clojure-emacs/cider/issues/3293): Can't jack in 
to more than one `bb` projects.
 
 ## 1.5.0 (2022-08-24)
 



[nongnu] main b552c02813: * elpa-packages (engine-mode): New package.

2022-12-21 Thread Stefan Kangas
branch: main
commit b552c0281318bbde11e618e3101f5bf45dc8c19f
Author: Stefan Kangas 
Commit: Stefan Kangas 

* elpa-packages (engine-mode): New package.
---
 elpa-packages | 4 
 1 file changed, 4 insertions(+)

diff --git a/elpa-packages b/elpa-packages
index 1d26a5a884..bbeefa71a3 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -211,6 +211,10 @@
  ;; FIXME: Add this?  Depends on the `sqlite3' package, not in NonGNU ELPA.
  ;; (emacsql-sqlite-module :url "https://github.com/magit/emacsql";)
 
+ (engine-mode  :url "https://github.com/hrs/engine-mode";
+  :readme "README.md"
+  :ignored-files ("doc/demo.gif"))
+
  (evil :url "https://github.com/emacs-evil/evil";
   :ignored-files ("COPYING" "lib" "scripts")
   :doc "doc/build/texinfo/evil.texi")



[elpa] externals/vertico becc0cbbce 2/2: Update changelog

2022-12-21 Thread ELPA Syncer
branch: externals/vertico
commit becc0cbbce1114ec1ab6f2e10dc50bf590ca7d7b
Author: Daniel Mendler 
Commit: Daniel Mendler 

Update changelog
---
 CHANGELOG.org | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 903b9b7a67..e8f6f7a558 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -5,6 +5,7 @@
 * Development
 
 - Emacs 29: Add support for =REQUIRE-MATCH= functions
+- =vertico-directory-enter=: Handle selection of ./ and ../ candidates 
specially.
 
 * Version 0.29 (2022-11-22)
 



[elpa] externals/vertico updated (1dfa69434b -> becc0cbbce)

2022-12-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/vertico.

  from  1dfa69434b vertico-directory-up: Accept nil argument
   new  eaf0959724 vertico-directory-enter: Handle ./ and ../ properly
   new  becc0cbbce Update changelog


Summary of changes:
 CHANGELOG.org   |  1 +
 extensions/vertico-directory.el | 25 +
 2 files changed, 18 insertions(+), 8 deletions(-)



[elpa] externals/vertico eaf0959724 1/2: vertico-directory-enter: Handle ./ and ../ properly

2022-12-21 Thread ELPA Syncer
branch: externals/vertico
commit eaf09597241eb820ed090ed4cbb91746d9f9a4fc
Author: Daniel Mendler 
Commit: Daniel Mendler 

vertico-directory-enter: Handle ./ and ../ properly

Instead of backspace (vertico-directory-up) the user can also enter .. RET 
to go
up one directory.
---
 extensions/vertico-directory.el | 25 +
 1 file changed, 17 insertions(+), 8 deletions(-)

diff --git a/extensions/vertico-directory.el b/extensions/vertico-directory.el
index 9d845b1efc..5b6d84dc4e 100644
--- a/extensions/vertico-directory.el
+++ b/extensions/vertico-directory.el
@@ -39,20 +39,29 @@
 ;;; Code:
 
 (require 'vertico)
+(eval-when-compile (require 'subr-x))
 
 ;;;###autoload
 (defun vertico-directory-enter ()
   "Enter directory or exit completion with current candidate."
   (interactive)
-  (if (and (>= vertico--index 0)
-   (let ((cand (vertico--candidate)))
- (or (string-suffix-p "/" cand)
+  (if-let* (((>= vertico--index 0))
+((eq 'file (vertico--metadata-get 'category)))
+;; Check vertico--base for stepwise file path completion
+((not (equal vertico--base "")))
+(cand (vertico--candidate))
+((or (string-suffix-p "/" cand)
  (and (vertico--remote-p cand)
-  (string-suffix-p ":" cand
-   ;; Check vertico--base for stepwise file path completion
-   (not (equal vertico--base ""))
-   (eq 'file (vertico--metadata-get 'category)))
-  (vertico-insert)
+  (string-suffix-p ":" cand)
+  (progn
+;; Handle ./ and ../ manually instead of via `expand-file-name' and
+;; `abbreviate-file-name', such that we don't accidentially perform
+;; unwanted substitutions in the existing completion.
+(setq cand (replace-regexp-in-string "/\\./" "/" cand))
+(unless (string-suffix-p "/../../" cand)
+  (setq cand (replace-regexp-in-string "/[^/|:]+/\\.\\./\\'" "/" 
cand)))
+(delete-minibuffer-contents)
+(insert cand))
 (vertico-exit)))
 
 ;;;###autoload



[nongnu] branch elpa/engine-mode created (now 30a361b27f)

2022-12-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/engine-mode.

at  30a361b27f Remove the rfcs search engine from the docs

This branch includes the following new commits:

   new  c3f2de1a8a initial commit
   new  c68054af30 update package commentary
   new  f12a4e5ed1 rename engine -> engine-mode for consistency
   new  7617af1c21 avoid multiple-evaluation issue for engine-name
   new  f8540c9982 get search term through interactive
   new  c37373e36c requiring engine-mode
   new  b84d806f75 fix documentation typo
   new  e20ec930b2 Merge pull request #2 from lgatto/master
   new  da00833130 we're on MELPA! :D
   new  75bca85a18 minor tweaks
   new  bd2ea005b3 add a docstring for the defengine macro
   new  70bbde97bf define a prefix key (which defaults to "C-c /")
   new  b804a5d6c8 use symbol under point as the default search term
   new  4fa7ee6c06 Add documentation for changing the default browser
   new  2935da0bc8 Link to @sshaw's script to import from Chrome/OSX
   new  3d4d39f29c License under GPLv3
   new  4a9cc581df Add keymap to engine-mode docstring
   new  4e1d462a30 Add link to the EmacsNYC presentation
   new  fac252e11d Add documentation for redefining the keymap prefix
   new  2ddc5ec627 Switch engine keybinding to be a keyword argument
   new  8851758d4d Allow defengine to assign custom docstrings
   new  c73489f15b Add README documentation for custom docstrings
   new  7b0872e297 Provide a hook to transform the search term
   new  2c327f1785 Set engine-specific browsers
   new  eff5f26894 Add a custom variable to set the default browser
   new  449c09afe5 Nest prefixed keymaps correctly
   new  9e8b10b029 Release version 1.0.0
   new  e44d23f6c9 Add melpa-stable badge to README
   new  224919b648 Corrected Project Gutenberg URL.
   new  98020c5c8f Update README text around Chrome script
   new  615e55a806 Add GPLv3 badge to README
   new  baa5151552 Reformat README to use 80-character lines
   new  a1b3e4fb71 Include animated gif demo
   new  244610231f Include a MELPA badge on the README
   new  243d046914 make engine-mode keybinding prefix customizable
   new  07a5196be8 Update README with the new prefix `C-x /`
   new  5d6c6495b3 Bump verion number to 2.0.0 in comment header
   new  9a1271b005 Update documentation to change to `C-x /` prefix
   new  59f1d463fa Fix rebind key conflict.
   new  16ad9403df Load cl-lib instead of cl.el for using cl-defmacro
   new  5d99c1d49d Add autoload cookie for lazy loading
   new  50b0d436e8 Define prefixed map as an actual prefix command
   new  08d1a52ce6 Autoload engine-mode
   new  65e9a37fd0 Minimise side-effects when loading
   new  fbb23e7b1f Bump version to 2.1.0
   new  1bfcc961c5 Set URL to the bare GitHub repo
   new  f7b5aadafa Fix cl/-lib usage
   new  feb41a46e3 Escape docstring bol open-parentheses
   new  408932727b display the default word in prompt if available
   new  3d4870c337 Fall back to the browse-url-browser-function
   new  fd5a235b2c Format with the same search-term many times in a 
search-engine-url
   new  117a9c0cbc Use kbd to convert :keybinding correctly
   new  4f2abf66d9 Ensure that local keymaps aren't propagated
   new  96b3488a6d Bump version to 2.1.1
   new  def7195c87 Include dependency on format-spec
   new  2c92e76819 Bump version to 2.1.2
   new  e99f205873 Document a definition of the Qwant search engine
   new  e0910f141f Don't quote term-transformation-hook value
   new  673f9f49a3 Declare defengine indentation
   new  a8e7bd3afb Fix documentation for browse-url-browser-function
   new  20608906f8 Document installation with use-package
   new  282f5d5910 Fix link to MELPA Stable status badge
   new  d99f9b4ab2 Prevent browse-url-browser-function shadowing
   new  5704591830 Document binding keymaps with use-package
   new  b6fafabc68 Better docstrings
   new  278d4d9e9c Allow nil value for engine/keybinding-prefix
   new  f955a5b889 Fix issues found by package-lint
   new  a978c58675 Add .elpaignore for NonGNU ELPA
   new  f36d8bf785 Prefer HTTPS to HTTP
   new  a5f1ae2b08 Bump version to 2.2.1
   new  30a361b27f Remove the rfcs search engine from the docs




[nongnu] elpa/engine-mode e20ec930b2 08/71: Merge pull request #2 from lgatto/master

2022-12-21 Thread ELPA Syncer
branch: elpa/engine-mode
commit e20ec930b2642ad9b45e6e5f0f525c6a837725b2
Merge: b84d806f75 c37373e36c
Author: Harry R. Schwartz 
Commit: Harry R. Schwartz 

Merge pull request #2 from lgatto/master

(require 'engine-mode) in README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d58aabec40..d376e4c473 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ In the meantime, you can install it like any other elisp file 
by adding
 it to your load path and globally enabling it:
 
 ```emacs
-(require 'engine)
+(require 'engine-mode)
 (engine-mode t)
 ```
 



  1   2   >