Package: lookup-el Version: 1.4.1-21 Severity: normal Dear Maintainer,
As documented in the NEWS file in https://www.gnu.org/software/emacs/news/NEWS.30.1, the implementation obf obarray has been updated in Emacs 30. Therefore, the following patch is required to run lookup on Emacs 30. --- a/lisp/lookup.el +++ b/lisp/lookup.el @@ -601,7 +601,9 @@ ;:: Internal functions ;;; -(defconst lookup-obarray (make-vector 1511 nil)) +(defconst lookup-obarray (if (fboundp 'obarray-make) + (obarray-make) + (make-vector 1511 nil))) (defsubst lookup-intern-string (string) (symbol-name (intern string lookup-obarray))) -- System Information: Debian Release: 13.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 6.12.41+deb13-amd64 (SMP w/16 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages lookup-el depends on: ii emacsen-common 3.0.8 Versions of packages lookup-el recommends: ii dict-jargon [dictd-dictionary] 4.4.7-3.1 ii dictd [dict-server] 1.13.1+dfsg-1 ii eblook 1:1.6.1-16+b1 ii emacs 1:30.1+1-6 ii emacs-gtk [emacs] 1:30.1+1-6 Versions of packages lookup-el suggests: pn bitmap-mule <none> pn dict-foldoc <none> pn dict-gcide <none> pn dict-vera <none> ii dictzip 1.13.1+dfsg-1 pn edict-fpw <none> ii flim 1:1.14.9+0.20230205-1 ii ispell 3.4.06-1 pn kakasi <none> pn namazu2 <none> pn sufary <none> -- no debconf information

