bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63595: 30.0.50; ERC 5.6: Add buffer-list and nick-list modules


From: J.P.
Subject: bug#63595: 30.0.50; ERC 5.6: Add buffer-list and nick-list modules
Date: Sun, 31 Mar 2024 18:42:15 -0700
User-agent: Gnus/5.13 (Gnus v5.13)

It's been reported that the nickbar (speedbar) window doesn't display
the cursor on at least one user's setup. I've found this to be true by
default on non-graphic displays. The attached patch should fix the
latter regression. As to whether it also fixes the reporter's issue is
TBD.

It's also been reported that the dframe timer can signal a

  (wrong-type-argument window-live-p nil)

which then gets trapped by the

  (with-demoted-errors "DFRAME TIMER ERROR: %S"...)

in `dframe-timer-fn'. Unfortunately, remediation is trickier here
because we've got to inspect calls to `window-live-p' stemming from
`speedbar-timer-fn', possibly via `erc-speedbar-insert-user'. (What we
really need is a backtrace from the bug reporter.)

Attachment: 0001-5.6-Fix-invisible-erc-speedbar-cursor-in-text-termin.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]