[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole ebad245f63 2/9: Merge branch 'master' into rs
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hyperbole ebad245f63 2/9: Merge branch 'master' into rsw |
Date: |
Mon, 16 Dec 2024 15:58:30 -0500 (EST) |
branch: externals/hyperbole
commit ebad245f633e03df3c2f3652a07b6829a54cb249
Merge: 6cd7a45434 3253909599
Author: bw <rsw@gnu.org>
Commit: bw <rsw@gnu.org>
Merge branch 'master' into rsw
---
ChangeLog | 6 ++++++
Makefile | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e1bb43b512..793b3aaa9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,6 +55,12 @@
(hywiki-read-new-page-name): Use any potential WikiWord at
point as the default.
+2024-11-23 Mats Lidell <matsl@gnu.org>
+
+* Makefile (BATCHFLAGS): Use debug-on-error's default value nil. Emacs 31
+ introduces calling man using with-demoted-errors which
+ causes an error when requiring man when debug-on-error is set to t.
+
2024-11-22 Bob Weiner <rsw@gnu.org>
* hywiki.el (hywiki-find-page): Add missing second interactive
diff --git a/Makefile b/Makefile
index a3c2726386..5bf36c2b28 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# Author: Bob Weiner
#
# Orig-Date: 15-Jun-94 at 03:42:38
-# Last-Mod: 17-Nov-24 at 00:02:09 by Mats Lidell
+# Last-Mod: 23-Nov-24 at 11:23:02 by Mats Lidell
#
# Copyright (C) 1994-2023 Free Software Foundation, Inc.
# See the file HY-COPY for license information.
@@ -191,7 +191,7 @@ PRELOADS = $(SITE_PRELOADS) -l ./hload-path.el -l
./hversion.el -l ./hyperbole.e
# Compile in batch mode. Load site-lisp/site-start.el, which may set
load-path.
# Show complete expression; do not abbreviate any exprs in batch logs with ...
-BATCHFLAGS = --batch --quick --eval "(progn (setq debug-on-error t) (setq
backtrace-line-length 0) \
+BATCHFLAGS = --batch --quick --eval "(progn (setq backtrace-line-length 0) \
(message \" emacs-version = %s\n
system-configuration = %s\n emacs = %s%s\n load-path = %s\" emacs-version
system-configuration invocation-directory invocation-name load-path))"
EMACS_BATCH=$(EMACS) $(BATCHFLAGS) $(PRELOADS)
- [elpa] externals/hyperbole updated (e2749c6348 -> c4c5daaa08), ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole 6cd7a45434 1/9: hywiki.el - Add global HyWiki page override & custom referent types, ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole a335b73d0f 3/9: hywiki.el - Fix custom HyWikiWord referents for single session use, ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole f9df63b217 5/9: hywiki.el - Add require, defvar and declare-function for warnings, ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole 5a91e7abaa 4/9: hywiki.el - Redo hywiki-add-page-and-display and hywiki-referent-menu, ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole ebad245f63 2/9: Merge branch 'master' into rsw,
ELPA Syncer <=
- [elpa] externals/hyperbole 4eb1d46dbc 6/9: Merge branch 'master' into rsw, ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole c4c5daaa08 9/9: Merge pull request #615 from rswgnu/rsw, ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole 4bff008242 7/9: hywiki.el - Many fixes and updates plus Smart Key fixes, ELPA Syncer, 2024/12/16
- [elpa] externals/hyperbole 93874b2ec3 8/9: test/hbut-tests.el: Change most "/tmp" to "/tmp/", ELPA Syncer, 2024/12/16