From: Mats Lidell via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 72811@debbugs.gnu.org
Cc: Robert Weiner <rswgnu@gmail.com>
Subject: bug#72811: 28.2; global-display-line-numbers-mode with debbugs package cause Lisp nesting exceeds ‘max-lisp-eval-depth’
Date: Mon, 26 Aug 2024 00:19:16 +0200 [thread overview]
Message-ID: <8734msb5zv.fsf@lidells.se> (raw)
Hi,
With Emacs 27.2 and 28.2 using global-display-line-numbers-mode after fetching a bug with debbugs leads to Lisp nesting exceeds ‘max-lisp-eval-depth’. With Emacs 29.4 or Emacs 30 there is no error.
The recipe used is this:
(setq debug-on-error t)
(require 'package)
(package-refresh-contents)
(package-install 'debbugs)
(debbugs-gnu-bugs 100)
(global-display-line-numbers-mode)
Tested by putting the recipe in a file "dot-emacs" in the current folder and running with docker for the different Emacs versions: (Example for 28.2)
> docker run -v $(pwd):/emacs -it silex/emacs:28.2 emacs -Q -l /emacs/dot-emacs
The backtrace:
Debugger entered--Lisp error: (error "Lisp nesting exceeds ‘max-lisp-eval-depth’")
window-normalize-window(#<window 1 on *Bugs*> t)
set-window-buffer-start-and-point(#<window 1 on *Bugs*> #<buffer *scratch*> #<marker at 1 in *scratch*> #<marker at 1 in *scratch*>)
switch-to-prev-buffer(#<window 1 on *Bugs*> kill)
replace-buffer-in-windows(#<buffer *Bugs*>)
kill-buffer("*Bugs*")
debbugs-gnu-show-reports()
debbugs-gnu-rescan()
run-hooks(tabulated-list-revert-hook)
tabulated-list-revert()
run-hooks(display-line-numbers-mode-hook display-line-numbers-mode-on-hook)
display-line-numbers-mode()
display-line-numbers--turn-on()
global-display-line-numbers-mode-enable-in-buffers()
run-hooks(after-change-major-mode-hook)
run-mode-hooks(debbugs-gnu-mode-hook)
debbugs-gnu-mode()
debbugs-gnu-show-reports()
debbugs-gnu-rescan()
run-hooks(tabulated-list-revert-hook)
tabulated-list-revert()
run-hooks(display-line-numbers-mode-hook display-line-numbers-mode-on-hook)
display-line-numbers-mode()
display-line-numbers--turn-on()
global-display-line-numbers-mode-enable-in-buffers()
run-hooks(after-change-major-mode-hook)
run-mode-hooks(debbugs-gnu-mode-hook)
debbugs-gnu-mode()
debbugs-gnu-show-reports()
[...repeating lines deleted...]
debbugs-gnu-rescan()
run-hooks(tabulated-list-revert-hook)
tabulated-list-revert()
run-hooks(display-line-numbers-mode-hook display-line-numbers-mode-on-hook)
display-line-numbers-mode()
display-line-numbers--turn-on()
global-display-line-numbers-mode()
eval-buffer(#<buffer *load*> nil "/emacs/dot-emacs" nil t) ; Reading at buffer position 155
load-with-code-conversion("/emacs/dot-emacs" "/emacs/dot-emacs" nil t)
load("/emacs/dot-emacs" nil t)
command-line-1(("-l" "/emacs/dot-emacs"))
command-line()
normal-top-level()
Yours
--
%% Mats
next reply other threads:[~2024-08-25 22:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-25 22:19 Mats Lidell via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2024-08-29 12:00 ` bug#72811: 28.2; global-display-line-numbers-mode with debbugs package cause Lisp nesting exceeds ‘max-lisp-eval-depth’ Eli Zaretskii
2024-08-29 20:12 ` Mats Lidell via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-14 7:31 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8734msb5zv.fsf@lidells.se \
--to=bug-gnu-emacs@gnu.org \
--cc=72811@debbugs.gnu.org \
--cc=mats.lidell@lidells.se \
--cc=rswgnu@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.