Package: emacs;
Reported by: Chang Xiaoduan <drcxd <at> sina.com>
Date: Tue, 19 Dec 2023 12:54:01 UTC
Severity: normal
Found in version 30.0.50
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Chang Xiaoduan <drcxd <at> sina.com> To: bug-gnu-emacs <at> gnu.org Subject: 30.0.50; Emacs Crahes When Executing Command `consult-buffer' Date: Tue, 19 Dec 2023 15:48:18 +0800
Recently I frequently expericence Emacs crashes when executing the command `consult-buffer'. Though it is a command provided by a third-party package, I assume Emacs should report an lisp error rather than crashing? So I consider report this issue to GNU rather than author of some emacs-lisp package. As you can see I am using Emacs on Windows and I copmiled it from source using MinGW-w64. However, the same crash happens with a pre-built 29.1 Emacs downloaded from a mirror site. The backtrace is listed as follows: (gdb) bt #0 0x00007ffb3afbb3b3 in KERNELBASE!DebugBreak () from C:\Windows\System32\KernelBase.dll #1 0x00007ff6230f8778 in emacs_abort () at ../../src/w32fns.c:11177 #2 0x00007ff622fc2119 in terminate_due_to_signal (sig=11, backtrace_limit=<optimized out>) at ../../src/emacs.c:484 #3 0x00007ff622fe4519 in deliver_fatal_thread_signal () at ../../src/sysdep.c:1811 #4 0x00007ff62315d972 in _gnu_exception_handler (exception_data=0xcf46df7500) at C:/M/B/src/mingw-w64/mingw-w64-crt/crt/crt_handler.c:213 #5 0x00007ffb3ccf7ff8 in msvcrt!__C_specific_handler () from C:\Windows\System32\msvcrt.dll #6 0x00007ffb3d4923df in ntdll!.chkstk () from C:\Windows\SYSTEM32\ntdll.dll #7 0x00007ffb3d4414a4 in ntdll!RtlRaiseException () from C:\Windows\SYSTEM32\ntdll.dll #8 0x00007ffb3d490f0e in ntdll!KiUserExceptionDispatcher () from C:\Windows\SYSTEM32\ntdll.dll #9 0x00007ff622ff85be in XSTRING (a=0x4) at ../../src/lisp.h:1622 #10 SCHARS (string=0x4) at ../../src/lisp.h:1701 #11 Fall_completions (string=0x1ff4343e96c, collection=<optimized out>, predicate=0x1ff4877b3e5, hide_spaces=0x0) at ../../src/minibuf.c:1936 #12 0x00007ff623053952 in Ffuncall (nargs=4, args=0xcf46df8bb0) at ../../src/eval.c:3016 #13 0x00007ffb24a81b60 in F636f6d706c6574652d776974682d616374696f6e_complete_with_action_0 () from d:\emacs_home\workplace\emacs\build-debug\native-lisp\30.0.50-0d7a8ace\preloaded\minibuf fer-1b0f548b-ffe4640c.eln #14 0x00007ff6230a0d97 in exec_byte_code (fun=<optimized out>, args_template=<optimized out>, nargs=<optimized out>, nargs <at> entry=2195952233080, args=<optimized out>, args <at> entry=0x10000cf46df8da8) at ../../src/lisp.h:2210 #15 0x00007ff623058dab in fetch_and_exec_byte_code (args=0x10000cf46df8da8, nargs=2195952233080, args_template=<optimized out>, fun=<optimized out>) at ../../src/eval.c:3102 #16 0x00007ff623058fa6 in funcall_general (fun=<optimized out>, numargs=numargs <at> entry=3, args=args <at> entry=0xcf46df8da8) at ../../src/eval.c:2978 --Type <RET> for more, q to quit, c to continue without paging-- #17 0x00007ff623053952 in Ffuncall (nargs=nargs <at> entry=4, args=args <at> entry=0xcf46df8da0) at ../../src/eval.c:3016 #18 0x00007ff622ff84db in call3 (arg3=0x30, arg2=0x1ff4877b3e5, arg1=0x1ff4343e96c, fn=0x1ff48fad8a5) at ../../src/lisp.h:3262 #19 Fall_completions (string=0x1ff4343e96c, collection=0x1ff48fad8a5, predicate=0x1ff4877b3e5, hide_spaces=0x0) at ../../src/minibuf.c:1869 #20 0x00007ffb1e5b30c6 in F6f726465726c6573732d66696c746572_orderless_filter_0 () from d:\emacs_home\.emacs.d\eln-cache\30.0.50-0d7a8ace\orderless-6e1acb3c-3f58e36d.eln #21 0x00007ff623053952 in Ffuncall (nargs=4, args=0xcf46df8fc0) at ../../src/eval.c:3016 #22 0x00007ffb1e5b31c6 in F6f726465726c6573732d616c6c2d636f6d706c6574696f6e73_orderless_all_comp letions_0 () from d:\emacs_home\.emacs.d\eln-cache\30.0.50-0d7a8ace\orderless-6e1acb3c-3f58e36d. eln #23 0x00007ff6230a0d97 in exec_byte_code (fun=<optimized out>, args_template=<optimized out>, nargs=<optimized out>, nargs <at> entry=2195952287256, args=<optimized out>, args <at> entry=0x10000cf46df91a8) at ../../src/lisp.h:2210 #24 0x00007ff623058dab in fetch_and_exec_byte_code (args=0x10000cf46df91a8, nargs=2195952287256, args_template=<optimized out>, fun=<optimized out>) at ../../src/eval.c:3102 #25 0x00007ff623058fa6 in funcall_general (fun=<optimized out>, numargs=numargs <at> entry=1, args=args <at> entry=0xcf46df91a8) at ../../src/eval.c:2978 #26 0x00007ff623053952 in Ffuncall (nargs=nargs <at> entry=2, args=args <at> entry=0xcf46df91a0) at ../../src/eval.c:3016 #27 0x00007ff623062077 in call1 (arg1=<optimized out>, fn=0xffff82092148bfb0) at ../../src/lisp.h:3248 #28 mapcar1 (leni=2, vals=vals <at> entry=0x0, fn=0xffff82092148bfb0, fn <at> entry=0x1ff48f5f035, seq=seq <at> entry=0x1ff485ad0c3) at ../../src/fns.c:3044 #29 0x00007ff62306475c in Fmapc (function=0x1ff48f5f035, sequence=0x1ff485ad0c3) at ../../src/fns.c:3181 --Type <RET> for more, q to quit, c to continue without paging-- #30 0x00007ff6230a0d97 in exec_byte_code (fun=<optimized out>, args_template=<optimized out>, nargs=<optimized out>, nargs <at> entry=2195847683064, args=<optimized out>, args <at> entry=0x10000cf46df93f8) at ../../src/lisp.h:2210 #31 0x00007ff623058dab in fetch_and_exec_byte_code (args=0x10000cf46df93f8, nargs=2195847683064, args_template=<optimized out>, fun=<optimized out>) at ../../src/eval.c:3102 #32 0x00007ff623058fa6 in funcall_general (fun=<optimized out>, numargs=numargs <at> entry=2, args=args <at> entry=0xcf46df93f8) at ../../src/eval.c:2978 #33 0x00007ff623053952 in Ffuncall (nargs=3, args=0xcf46df93f0) at ../../src/eval.c:3016 #34 0x00007ffb24a865e2 in F636f6d706c6574696f6e2d2d6e74682d636f6d706c6574696f6e_completion__nth_ completion_0 () from d:\emacs_home\workplace\emacs\build-debug\native-lisp\30.0.50-0d7a8ace\preloaded\minibuf fer-1b0f548b-ffe4640c.eln #35 0x00007ff62305713f in funcall_subr (subr=<optimized out>, numargs=numargs <at> entry=6, args=args <at> entry=0xcf46df9648) at ../../src/eval.c:3065 #36 0x00007ff623058f20 in funcall_general (fun=<optimized out>, numargs=numargs <at> entry=6, args=args <at> entry=0xcf46df9648) at ../../src/eval.c:2962 #37 0x00007ff623053952 in Ffuncall (nargs=7, args=0xcf46df9640) at ../../src/eval.c:3016 #38 0x00007ffb24a869b9 in F636f6d706c6574696f6e2d616c6c2d636f6d706c6574696f6e73_completion_all_c ompletions_0 () from d:\emacs_home\workplace\emacs\build-debug\native-lisp\30.0.50-0d7a8ace\preloaded\minibuf fer-1b0f548b-ffe4640c.eln #39 0x00007ff623057166 in funcall_subr (subr=<optimized out>, numargs=numargs <at> entry=5, args=args <at> entry=0xcf46df97e8) at ../../src/eval.c:3063 #40 0x00007ff623058f20 in funcall_general (fun=<optimized out>, numargs=numargs <at> entry=5, args=args <at> entry=0xcf46df97e8) at ../../src/eval.c:2962 #41 0x00007ff623053952 in Ffuncall (nargs=nargs <at> entry=6, args=0xcf46df97e0) --Type <RET> for more, q to quit, c to continue without paging-- at ../../src/eval.c:3016 #42 0x00007ff623053ca0 in Fapply (nargs=2, args=0x1ff44087130) at ../../src/eval.c:2687 #43 0x00007ff6230a0d97 in exec_byte_code (fun=<optimized out>, args_template=<optimized out>, nargs=<optimized out>, nargs <at> entry=2195886223352, args=<optimized out>, args <at> entry=0x10000cf46df99d8) at ../../src/lisp.h:2210 #44 0x00007ff623058dab in fetch_and_exec_byte_code (args=0x10000cf46df99d8, nargs=2195886223352, args_template=<optimized out>, fun=<optimized out>) at ../../src/eval.c:3102 #45 0x00007ff623058fa6 in funcall_general (fun=<optimized out>, numargs=numargs <at> entry=5, args=args <at> entry=0xcf46df99d8) at ../../src/eval.c:2978 #46 0x00007ff623053952 in Ffuncall (nargs=nargs <at> entry=6, args=0xcf46df99d0) at ../../src/eval.c:3016 #47 0x00007ff623053ca0 in Fapply (nargs=2, args=0xcf46df9ac0) at ../../src/eval.c:2687 #48 0x00007ff6230579a9 in eval_sub (form=<optimized out>) at ../../src/eval.c:2491 #49 0x00007ff623057caa in eval_sub (form=<optimized out>) at ../../src/eval.c:2507 #50 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #51 0x00007ff623057ed1 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #52 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #53 0x00007ff623059ca6 in Funwind_protect (args=0x1ff44ed0f23) at ../../src/lisp.h:1524 #54 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #55 0x00007ff623059b01 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #56 FletX (args=<optimized out>) at ../../src/eval.c:970 #57 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #58 0x00007ff6230596c9 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #59 Flet (args=0x7ff6235fab80 <Slet>) at ../../src/eval.c:1038 #60 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #61 0x00007ff6230596c9 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 --Type <RET> for more, q to quit, c to continue without paging-- #62 Flet (args=0x7ff6235fab80 <Slet>) at ../../src/eval.c:1038 #63 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #64 0x00007ff623058cf1 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #65 funcall_lambda (fun=0x1ff44ed0d53, fun <at> entry=0x7ff621687820, nargs=nargs <at> entry=5, arg_vector=arg_vector <at> entry=0xcf46dfa570) at ../../src/eval.c:3254 #66 0x00007ff6230592ae in apply_lambda (fun=0x7ff621687820, fun <at> entry=0x1ff44ed0d43, args=<optimized out>, count=..., count <at> entry=...) at ../../src/eval.c:3124 #67 0x00007ff623057544 in eval_sub (form=<optimized out>) at ../../src/eval.c:2609 #68 0x00007ff62305992c in FletX (args=0x1ff48615be3) at ../../src/eval.c:946 #69 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #70 0x00007ff623058cf1 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #71 funcall_lambda (fun=0x1ff48615af3, fun <at> entry=0x21687b90, nargs=nargs <at> entry=2, arg_vector=arg_vector <at> entry=0xcf46dfa950) at ../../src/eval.c:3254 #72 0x00007ff6230592ae in apply_lambda (fun=0x21687b90, fun <at> entry=0x1ff48615ae3, args=<optimized out>, count=..., count <at> entry=...) at ../../src/eval.c:3124 #73 0x00007ff623057544 in eval_sub (form=<optimized out>) at ../../src/eval.c:2609 #74 0x00007ff623057ed1 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #75 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #76 0x00007ff623057e41 in For (args=<optimized out>) at ../../src/eval.c:349 #77 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #78 0x00007ff623057f84 in Fsetq (args=<optimized out>) at ../../src/eval.c:483 #79 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #80 0x00007ff6230596c9 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #81 Flet (args=0x7ff6235fab80 <Slet>) at ../../src/eval.c:1038 #82 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #83 0x00007ff623057ed1 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 --Type <RET> for more, q to quit, c to continue without paging-- #84 0x00007ff623051edb in internal_catch (tag=<optimized out>, func=0x7ff623057ea0 <Fprogn>, arg=0x1ff4860c233) at ../../src/eval.c:1209 #85 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #86 0x00007ff6230596c9 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #87 Flet (args=0x7ff6235fab80 <Slet>) at ../../src/eval.c:1038 #88 0x00007ff623057b97 in eval_sub (form=form <at> entry=0x1ff4860c203) at ../../src/eval.c:2470 #89 0x00007ff62305a081 in internal_lisp_condition_case (var=0x0, bodyform=0x1ff4860c203, handlers=<optimized out>) at ../../src/eval.c:1440 #90 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #91 0x00007ff6230596c9 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #92 Flet (args=0x7ff6235fab80 <Slet>) at ../../src/eval.c:1038 #93 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #94 0x00007ff623058731 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #95 Fif (args=<optimized out>) at ../../src/eval.c:392 #96 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #97 0x00007ff6230596c9 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #98 Flet (args=0x7ff6235fab80 <Slet>) at ../../src/eval.c:1038 #99 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #100 0x00007ff62305992c in FletX (args=0x1ff4860b203) at ../../src/eval.c:946 #101 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #102 0x00007ff623058731 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #103 Fif (args=<optimized out>) at ../../src/eval.c:392 #104 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #105 0x00007ff623059b01 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #106 FletX (args=<optimized out>) at ../../src/eval.c:970 #107 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 --Type <RET> for more, q to quit, c to continue without paging-- #108 0x00007ff623058cf1 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #109 funcall_lambda (fun=0x1ff4860b0b3, fun <at> entry=0x1ff21689aa0, nargs=nargs <at> entry=1, arg_vector=arg_vector <at> entry=0xcf46dfbe30) at ../../src/eval.c:3254 #110 0x00007ff6230592ae in apply_lambda (fun=0x1ff21689aa0, fun <at> entry=0x1ff4860b0a3, args=<optimized out>, count=..., count <at> entry=...) at ../../src/eval.c:3124 #111 0x00007ff623057544 in eval_sub (form=<optimized out>) at ../../src/eval.c:2609 #112 0x00007ff6230596c9 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #113 Flet (args=0x7ff6235fab80 <Slet>) at ../../src/eval.c:1038 #114 0x00007ff623057b97 in eval_sub (form=<optimized out>) at ../../src/eval.c:2470 #115 0x00007ff623058cf1 in Fprogn (body=<optimized out>) at ../../src/eval.c:436 #116 funcall_lambda (fun=0x1ff485fa253, nargs=nargs <at> entry=0, arg_vector=arg_vector <at> entry=0xcf46dfc2b0) at ../../src/eval.c:3254 #117 0x00007ff623058fa6 in funcall_general (fun=<optimized out>, numargs=numargs <at> entry=0, args=args <at> entry=0xcf46dfc2b0) at ../../src/eval.c:2978 #118 0x00007ff623053952 in Ffuncall (nargs=1, args=0xcf46dfc2a8) at ../../src/eval.c:3016 #119 0x00007ff62305221f in internal_condition_case_n ( bfun=bfun <at> entry=0x7ff622fc2a60 <safe_run_hooks_1>, nargs=nargs <at> entry=2, args=args <at> entry=0xcf46dfc2a0, handlers=handlers <at> entry=0x30, hfun=hfun <at> entry=0x7ff622fc56f0 <safe_run_hooks_error>) at ../../src/eval.c:1570 #120 0x00007ff622fc3e64 in safe_run_hook_funcall (nargs=2, args=0xcf46dfc390) at ../../src/keyboard.c:1923 #121 0x00007ff6230527fb in run_hook_with_args (nargs=2, args=0xcf46dfc390, funcall=0x7ff622fc3dc0 <safe_run_hook_funcall>) at ../../src/eval.c:2875 #122 0x00007ff622fc3728 in safe_run_hooks_maybe_narrowed (hook=hook <at> entry=0xde60, w=<optimized out>) at ../../src/keyboard.c:1961 #123 0x00007ff622fd9261 in command_loop_1 () at ../../src/keyboard.c:1322 --Type <RET> for more, q to quit, c to continue without paging-- #124 0x00007ff623051f6d in internal_condition_case ( bfun=bfun <at> entry=0x7ff622fd8460 <command_loop_1>, handlers=handlers <at> entry=0x90, hfun=hfun <at> entry=0x7ff622fcc060 <cmd_error>) at ../../src/eval.c:1486 #125 0x00007ff622fc29ee in command_loop_2 (handlers=0x90) at ../../src/keyboard.c:1157 #126 0x00007ff623051edb in internal_catch (tag=tag <at> entry=0x6c90, func=func <at> entry=0x7ff622fc29c0 <command_loop_2>, arg=arg <at> entry=0x90) at ../../src/eval.c:120 9 #127 0x00007ff622fc28cf in command_loop () at ../../src/keyboard.c:1127 #128 0x0000000000000000 in ?? () In GNU Emacs 30.0.50 (build 2, x86_64-w64-mingw32) of 2023-12-16 built on PWRD-20210716KV Repository revision: 746507dc3b9f555ff6e8e6282ff03ac211752325 Repository branch: master Windowing system distributor 'Microsoft Corp.', version 10.0.19042 System Description: Microsoft Windows 10 Enterprise (v10.0.2009.19042.2965) Configured using: 'configure --prefix=/d/emacs_home/program/emacs --with-json' Configured features: ACL DBUS GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XPM ZLIB Important settings: value of $LANG: ENU locale-coding-system: cp936 Major mode: Lisp Interaction Minor modes in effect: consult-org-roam-mode: t org-roam-db-autosync-mode: t yas-minor-mode: t hl-line-mode: t electric-pair-mode: t display-fill-column-indicator-mode: t hl-todo-mode: t which-key-mode: t meow-global-mode: t meow-mode: t meow-normal-mode: t meow-esc-mode: t marginalia-mode: t vertico-mode: t global-corfu-mode: t corfu-mode: t global-display-line-numbers-mode: t display-line-numbers-mode: t recentf-mode: t global-auto-revert-mode: t display-time-mode: t global-ligature-mode: t ligature-mode: t override-global-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t auto-save-visited-mode: t hs-minor-mode: t Load-path shadows: d:/emacs_home/.emacs.d/elpa/transient-20231205.1848/transient hides d:/emacs_home/program/emacs/share/emacs/30.0.50/lisp/transient d:/emacs_home/.emacs.d/elpa/standard-themes-2.0.0/theme-loaddefs hides d:/emacs_home/program/emacs/share/emacs/30.0.50/lisp/theme-loaddefs Features: (shadow sort mail-extr emacsbug tramp-cmds org-habit ol-eww eww url-queue mm-url ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source utf7 nnoo gnus-spec gnus-int gnus-range message sendmail yank-media rfc822 mml mml-sec epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader gnus-win gnus nnheader gnus-util mail-utils range ol-docview doc-view jka-compr image-mode exif dired-x dired dired-loaddefs ol-bibtex bibtex ol-bbdb ol-w3m ol-doi org-link-doi consult-org-roam consult-org-roam-buffer emacsql-sqlite-builtin sqlite org-roam-migrate org-roam-log org-roam-mode org-roam-capture org-roam-id org-roam-node org-roam-db org-roam-utils org-roam-compat org-roam org-capture org-attach emacsql-sqlite emacsql-sqlite-common emacsql emacsql-compiler magit-section cursor-sensor dash textsec uni-scripts mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr idna-mapping ucs-normalize uni-confusable textsec-check tramp-archive tramp-gvfs dbus tramp trampver tramp-integration files-x tramp-message tramp-compat shell parse-time iso8601 tramp-loaddefs nov imenu shr pixel-fill kinsoku url-file puny svg xml esxml-query dom mule-util project vc-git diff-mode vc-dispatcher zoom ace-window avy cal-iso face-remap org-agenda org-element org-persist xdg org-id avl-tree generator org-refile ob-C cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs ob-scheme geiser-impl help-fns radix-tree geiser-custom geiser-base geiser ob-dot org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete pcomplete org-list org-footnote org-faces org-entities time-date noutline outline ob-emacs-lisp ob-core ob-eval org-cycle org-table org-keys oc org-loaddefs find-func cal-menu calendar cal-loaddefs ol org-fold org-fold-core org-compat org-version org-macs format-spec yasnippet hl-line hideshow elec-pair display-fill-column-indicator hl-todo git-gutter modus-operandi-theme modus-themes which-key meow meow-tutor meow-cheatsheet meow-cheatsheet-layout meow-core meow-shims delsel meow-esc meow-command array meow-beacon meow-thing meow-visual meow-keypad meow-helpers meow-util color meow-keymap meow-face meow-var consult bookmark pp marginalia orderless vertico graphviz-dot-mode thingatpt compile text-property-search comint ansi-osc ansi-color ring cape corfu compat display-line-numbers recentf tree-widget wid-edit autorevert filenotify edmacro kmacro time ligature persistent-soft list-utils pcache eieio-base cl font-utils unicode-fonts ibuf-macs diminish benchmark-init comp comp-cstr warnings icons comp-run comp-common rx advice cl-extra help-mode use-package use-package-ensure use-package-delight use-package-diminish use-package-bind-key bind-key easy-mmode use-package-core ace-window-autoloads alert-toast-autoloads avy-autoloads benchmark-init-autoloads calibre-autoloads cape-autoloads citar-embark-autoloads citar-org-roam-autoloads citar-autoloads citeproc-autoloads clang-format-autoloads company-autoloads consult-lsp-autoloads consult-org-roam-autoloads corfu-autoloads diminish-autoloads ef-themes-autoloads embark-consult-autoloads consult-autoloads embark-autoloads evil-nerd-commenter-autoloads flycheck-autoloads format-all-autoloads geiser-chez-autoloads geiser-autoloads git-gutter-autoloads graphviz-dot-mode-autoloads hl-todo-autoloads htmlize-autoloads inheritenv-autoloads language-id-autoloads ligature-autoloads logos-autoloads lsp-ui-autoloads lsp-mode-autoloads ht-autoloads f-autoloads lua-mode-autoloads lv-autoloads magit-autoloads pcase git-commit-autoloads marginalia-autoloads markdown-mode-autoloads meow-autoloads modus-themes-autoloads nov-autoloads esxml-autoloads kv-autoloads olivetti-autoloads orderless-autoloads org-modern-autoloads org-roam-ui-autoloads org-roam-autoloads magit-section-autoloads emacsql-autoloads parsebib-autoloads pkg-info-autoloads epl-autoloads pomidor-autoloads dash-autoloads alert-autoloads log4e-autoloads gntp-autoloads powershell-autoloads projectile-autoloads queue-autoloads request-autoloads ripgrep-autoloads s-autoloads scratch-autoloads simple-httpd-autoloads spinner-autoloads standard-themes-autoloads string-inflection-autoloads symbol-overlay-autoloads tempel-autoloads tmr-autoloads transient-autoloads unicode-fonts-autoloads ucs-utils-autoloads font-utils-autoloads persistent-soft-autoloads list-utils-autoloads pcache-autoloads vertico-autoloads websocket-autoloads wgrep-autoloads which-key-autoloads with-editor-autoloads info compat-autoloads yasnippet-autoloads zoom-autoloads package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel dos-w32 ls-lisp disp-table term/w32-win w32-win w32-vars term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads w32notify dbusbind w32 lcms2 multi-tty move-toolbar make-network-process native-compile emacs) Memory information: ((conses 16 715206 78869) (symbols 48 38308 0) (strings 32 153274 6004) (string-bytes 1 4799744) (vectors 16 85912) (vector-slots 8 1597188 41816) (floats 8 776 492) (intervals 56 783 0) (buffers 992 15))
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.