From unknown Sun Jun 22 20:57:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56473: 28.1; named-let void-function error unless byte-compiled Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Jul 2022 01:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56473 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 56473@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.165741690921651 (code B ref -1); Sun, 10 Jul 2022 01:36:01 +0000 Received: (at submit) by debbugs.gnu.org; 10 Jul 2022 01:35:09 +0000 Received: from localhost ([127.0.0.1]:36050 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oALql-0005d7-KJ for submit@debbugs.gnu.org; Sat, 09 Jul 2022 21:35:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:60918) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oALqi-0005cu-9s for submit@debbugs.gnu.org; Sat, 09 Jul 2022 21:35:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40224) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oALqh-0005ws-1F for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2022 21:35:03 -0400 Received: from mail-qt1-x82c.google.com ([2607:f8b0:4864:20::82c]:38850) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oALqT-0006PW-Rx for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2022 21:35:02 -0400 Received: by mail-qt1-x82c.google.com with SMTP id y3so3188454qtv.5 for ; Sat, 09 Jul 2022 18:34:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:mime-version; bh=MCbPxrKvOaQOqXHW13xjgrjxDtRgnUPRytxL6k8HNg8=; b=anlLLZgE3275TtW8XH8SnvzZurYQwAJ4veAqALUDLi2jG7NHcFdd2q89wg2M9Et4WH xyxyMqm76XHEIVzKza2Y001yot9tOEwMOXuIivcB9Fl76ls/xL5tQg8838z97lk49Xxu dnvgeFFgFrMj5i8EIIFV7MELTvn/YsY0wpC9JT18fWNSxJQDBP+YAPc1YiydM1RzaUga HoXyySdulfaN+vChkELIEzyahKDeqWwXWmqpilnxEEw2XamT/LH2S5daG3QqwWeARNXL kol5RWasZX1+oCOCBg1PQBchq11yXej0EZcUOhGjVionIprfiPk2DU+STt96QtV/fu7O FHJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=MCbPxrKvOaQOqXHW13xjgrjxDtRgnUPRytxL6k8HNg8=; b=YFF/YT6SewG5xVgjmIXFygCWq4AeOjyRIabCousk6wLpNGOTs8bplBfflP7lEMdCGE IjbI0cesTtmBYmUgAsHy67Dot7JYbMdfgSDlR0rpL9KzkT6G7yJRqWJC+IfTxU7IhN/T cnRjrxmfjRtMHlx3doSU0YbHpkEusM0RB7doeuaQAAyfG40FE6apdiyUUeVa+hsU9IyA q9W5tcgA1YHSwkU4G+ueOAZRL0OPMK7fOwqcwEoc5vAOdjWEtysV8vLL98EP12FjiQ8K 0eCw6SWLUWRL9Su4KZmrJO5LP85e7021Cv8AVf6KOwAschEhQ0TamZol0z8MRW8l85Eq V+lw== X-Gm-Message-State: AJIora/0lcMYSnm6c6B7n5M1B7qQ3BM+w+wgvLnP4pxb71E0rCRZXjiL 7R+Y3TQwE/x0ufOvioMBVECX5+s/gz7r+w== X-Google-Smtp-Source: AGRyM1ueF7DFoYbtHHee9gt5EdEZV27Zkpr99DEl/uPrPN/fL5Bx3jPJuoboHH2E2texNG+3VsdaRw== X-Received: by 2002:ad4:5beb:0:b0:473:38b7:e0a2 with SMTP id k11-20020ad45beb000000b0047338b7e0a2mr8538775qvc.85.1657416888498; Sat, 09 Jul 2022 18:34:48 -0700 (PDT) Received: from hurd (dsl-10-135-142.b2b2c.ca. [72.10.135.142]) by smtp.gmail.com with ESMTPSA id k4-20020ac81404000000b0031ea15440a6sm2326742qtj.91.2022.07.09.18.34.47 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 09 Jul 2022 18:34:47 -0700 (PDT) From: Maxim Cournoyer Date: Sat, 09 Jul 2022 21:34:45 -0400 Message-ID: <87let1px6y.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=2607:f8b0:4864:20::82c; envelope-from=maxim.cournoyer@gmail.com; helo=mail-qt1-x82c.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain Hi, Using the newly introduced named-let, I found out while running the test suite that it'd only work when my module was byte-compiled. Below is my reproducer: --=-=-= Content-Type: application/emacs-lisp Content-Disposition: attachment; filename=named-let.el Content-Transfer-Encoding: quoted-printable Content-Description: repro ;;(require 'subr-x) (named-let loop ((count 0)) (when (< count 3) (print count) (loop (1+ count)))) --=-=-= Content-Type: text/plain Upon running it, I see: --8<---------------cut here---------------start------------->8--- $ emacs --batch -l /tmp/named-let.el Debugger entered--Lisp error: (void-function named-let) (named-let loop ((count 0)) (if (< count 3) (progn (print count) (loop (1+ count))))) eval-buffer(# nil "/tmp/named-let.el" nil t) ; Reading at buffer position 90 load-with-code-conversion("/tmp/named-let.el" "/tmp/named-let.el" nil t) load("/tmp/named-let.el" nil t) command-line-1(("-l" "/tmp/named-let.el")) command-line() normal-top-level() --8<---------------cut here---------------end--------------->8--- wgreenhouse on #emacs mentioned to try adding a '(require 'subr-x)', which does fix the issue. But I'm surprised this is necessary, considering it's documented next to special forms such as 'let' and 'let*', which are readily available without needing to require anything. They also mentioned perhaps what is missing is an autoload directive for it. Thanks, Maxim --- In GNU Emacs 28.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.16.0) Windowing system distributor 'The X.Org Foundation', version 11.0.12101002 System Description: Guix System Configured using: 'configure CONFIG_SHELL=/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/bash SHELL=/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/bash --prefix=/gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1 --enable-fast-install --with-modules --with-cairo --disable-build-details' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM GTK3 ZLIB Important settings: value of $EMACSLOADPATH: /home/maxim/.guix-profile/share/emacs/site-lisp:/gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp value of $LANG: en_US.utf8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: ELisp/d Minor modes in effect: global-git-commit-mode: t magit-auto-revert-mode: t paredit-mode: t diff-hl-mode: t flyspell-mode: t pyvenv-mode: t shell-dirtrack-mode: t yas-global-mode: t yas-minor-mode: t emms-mode-line-mode: t emms-playing-time-display-mode: t emms-playing-time-mode: t ws-butler-global-mode: t ws-butler-mode: t counsel-mode: t ivy-mode: t global-so-long-mode: t recentf-mode: t global-company-mode: t company-mode: t electric-pair-mode: t savehist-mode: t winner-mode: t display-time-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /gnu/store/g2b2bagb3p1vw57kxgry7pnh32grl4d0-emacs-transient-0.3.7/share/emacs/site-lisp/transient-0.3.7/transient hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/transient /gnu/store/6al6nhnkxkgznh7fla8rsyis8cxywz6l-emacs-xref-1.4.1/share/emacs/site-lisp/xref-1.4.1/xref hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/progmodes/xref /gnu/store/qc3b61ygmgpnhssy4yvk4a66xcd81kss-emacs-project-0.8.1/share/emacs/site-lisp/project-0.8.1/project hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/progmodes/project /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ox hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ox /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ox-texinfo hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ox-texinfo /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ox-publish hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ox-publish /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ox-org hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ox-org /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ox-latex hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ox-latex /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ox-odt hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ox-odt /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ox-md hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ox-md /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ox-man hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ox-man /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ox-koma-letter hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ox-koma-letter /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ox-icalendar hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ox-icalendar /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ox-beamer hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ox-beamer /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ox-html hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ox-html /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ox-ascii hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ox-ascii /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-timer hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-timer /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-table hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-table /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-src hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-src /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-refile hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-refile /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-protocol hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-protocol /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-plot hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-plot /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-num hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-num /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-pcomplete hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-pcomplete /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-mouse hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-mouse /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-mobile hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-mobile /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-macs hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-macs /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-macro hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-macro /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-loaddefs hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-loaddefs /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-list hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-list /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-lint hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-lint /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-keys hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-keys /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-inlinetask hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-inlinetask /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-indent hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-indent /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-id hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-id /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-habit hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-habit /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-goto hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-goto /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-footnote hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-footnote /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-feed hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-feed /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-faces hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-faces /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-element hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-element /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-entities hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-entities /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-duration hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-duration /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-ctags hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-ctags /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-compat hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-compat /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-colview hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-colview /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-clock hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-clock /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-capture hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-capture /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-attach hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-attach /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-agenda hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-agenda /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-archive hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-archive /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ol hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ol /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ol-bibtex hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ol-bibtex /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ol-bbdb hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ol-bbdb /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/oc hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/oc /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/oc-csl hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/oc-csl /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/oc-basic hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/oc-basic /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-tangle hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-tangle /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-sql hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-sql /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-shell hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-shell /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-ruby hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-ruby /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-python hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-python /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-octave hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-octave /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-lua hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-lua /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-lilypond hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-lilypond /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-julia hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-julia /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-java hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-java /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-haskell hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-haskell /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-gnuplot hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-gnuplot /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-exp hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-exp /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-core hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-core /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-comint hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-comint /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-C hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-C /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-R hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-R /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-version hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-version /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-tempo hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-tempo /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-install hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-install /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-datetree hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-datetree /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-crypt hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-crypt /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/org-attach-git hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/org-attach-git /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ol-rmail hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ol-rmail /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ol-w3m hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ol-w3m /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ol-mhe hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ol-mhe /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ol-man hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ol-man /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ol-irc hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ol-irc /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ol-info hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ol-info /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ol-gnus hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ol-gnus /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ol-eww hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ol-eww /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ol-eshell hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ol-eshell /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ol-doi hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ol-doi /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ol-docview hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ol-docview /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/oc-natbib hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/oc-natbib /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/oc-biblatex hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/oc-biblatex /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-table hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-table /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-sqlite hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-sqlite /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-sed hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-sed /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-screen hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-screen /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-scheme hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-scheme /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-sass hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-sass /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-ref hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-ref /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-perl hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-perl /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-processing hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-processing /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-plantuml hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-plantuml /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-org hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-org /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-maxima hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-maxima /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-ocaml hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-ocaml /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-makefile hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-makefile /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-matlab hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-matlab /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-lob hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-lob /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-lisp hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-lisp /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-latex hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-latex /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-js hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-js /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-groovy hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-groovy /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-fortran hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-fortran /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-forth hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-forth /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-eshell hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-eshell /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-eval hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-eval /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-emacs-lisp hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-emacs-lisp /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-dot hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-dot /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-css hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-css /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-ditaa hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-ditaa /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-clojure hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-clojure /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-calc hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-calc /gnu/store/zi4gr63h5k2w3y5srydk3k05bjrx9pi9-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/ob-awk hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/org/ob-awk /gnu/store/fkrwvq6invgj9gm0251sqrxv4msh3zyr-emacs-soap-client-3.2.1/share/emacs/site-lisp/soap-client-3.2.1/soap-client hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/net/soap-client /gnu/store/fkrwvq6invgj9gm0251sqrxv4msh3zyr-emacs-soap-client-3.2.1/share/emacs/site-lisp/soap-client-3.2.1/soap-inspect hides /gnu/store/3fjhks6z00yci7n016ld4lk3ihk1dx32-emacs-28.1/share/emacs/28.1/lisp/net/soap-inspect Features: (shadow mail-extr emacsbug sendmail pulse make-mode edebug mule-util debug backtrace magit-bookmark bookmark autoconf autoconf-mode git-rebase goto-addr bug-reference magit-extras face-remap magit-submodule magit-obsolete magit-popup magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log which-func imenu magit-diff smerge-mode diff git-commit log-edit message rfc822 mml mml-sec gnus-util rmail rmail-loaddefs mailabbrev mail-utils gmm-utils mailheader pcvs-util magit-core magit-autorevert autorevert filenotify magit-margin magit-transient magit-process with-editor magit-mode magit-git magit-section magit-utils crm copyright misearch multi-isearch cl-print vc-git guix-devel edit-indirect guix-misc guix-ui guix-ui-messages bui bui-list bui-info bui-entry bui-core bui-history bui-button guix-read guix-help-vars guix-repl guix-profiles guix-external guix-config guix-build-config guix-geiser geiser-mode geiser-xref guix-guile geiser-guile info-look info geiser geiser-repl geiser-compile geiser-debug transient geiser-image geiser-company geiser-doc geiser-menu geiser-edit geiser-completion geiser-autodoc geiser-eval geiser-connection geiser-syntax geiser-impl geiser-log geiser-popup view geiser-custom geiser-base guix-utils guix bui-utils dash scheme dired-aux server paredit diff-hl vc-dir ewoc vc vc-dispatcher flyspell ispell company-oddmuse company-keywords company-etags company-gtags company-dabbrev-code company-dabbrev company-files company-cmake company-xcode company-clang company-semantic company-eclim company-template company-bbdb htmlize ox-reveal ox-odt rng-loc rng-uri rng-parse rng-match rng-pttrn nxml-parse nxml-ns nxml-enc xmltok nxml-util ox-latex ox-icalendar org-agenda org-refile ox-html table ox-ascii ox-publish ox org-element avl-tree dired-x w3m doc-view jka-compr image-mode exif timezone w3m-hist w3m-fb bookmark-w3m w3m-ems w3m-favicon w3m-image tab-line w3m-proc w3m-util highlight-indentation flymake-proc flymake company-capf help-fns radix-tree elpy elpy-rpc pyvenv eshell esh-cmd esh-ext esh-opt esh-proc esh-io esh-arg esh-module esh-groups esh-util elpy-shell elpy-profile elpy-django s elpy-refactor diff-mode python tramp-sh tramp tramp-loaddefs trampver tramp-integration tramp-compat shell parse-time ls-lisp ido hideshow files-x etags fileloop generator cus-edit pp yasnippet-snippets yasnippet ffap debbugs-gnu add-log debbugs-compat debbugs soap-client mm-decode mm-bodies mm-encode url-http url-auth mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr url-gw nsm rmc puny warnings rng-xsd rng-dt rng-util xsd-regexp emms-librefm-stream xml emms-librefm-scrobbler emms-playlist-limit emms-i18n emms-history emms-score emms-stream-info emms-metaplaylist-mode emms-bookmarks emms-cue emms-mode-line-icon emms-browser sort emms-volume emms-volume-sndioctl emms-volume-mixerctl emms-volume-pulse emms-volume-amixer emms-playlist-sort emms-last-played emms-player-xine emms-player-mpd tq emms-lyrics emms-url emms-streams emms-show-all emms-tag-editor emms-tag-tracktag emms-mode-line emms-cache emms-info-native bindat emms-info-exiftool emms-info-tinytag emms-info-opusinfo emms-info-ogginfo emms-info-mp3info emms-player-vlc emms-player-mpv emms-playing-time emms-player-mplayer emms-player-simple emms-playlist-mode emms-source-playlist emms-source-file thingatpt locate emms-mark emms-setup emms-info-metaflac emms-info emms-later-do emms emms-compat cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs appt diary-lib diary-loaddefs string-inflection org-clock org-tempo org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint org-pcomplete pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob-core ob-eval org-table oc-basic bibtex iso8601 time-date ol org-keys oc org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs tempo ws-butler epa derived epg rfc6068 epg-config grep-a-lot grep counsel xdg advice xref project dired dired-loaddefs compile text-property-search comint ansi-color swiper cl-extra help-mode ivy delsel ivy-faces ivy-overlay colir color easy-mmode so-long recentf tree-widget wid-edit company edmacro kmacro pcase elec-pair savehist winner ring time cus-load feature-mode-autoloads clang-rename-autoloads clang-format-autoloads markup-faces-autoloads adoc-mode-autoloads yasnippet-snippets-autoloads yaml-mode-autoloads ws-butler-autoloads w3m-load string-inflection-autoloads sr-speedbar-autoloads rust-mode-autoloads rpm-spec-mode-autoloads robot-mode-autoloads loc-changes-autoloads load-relative-autoloads realgud-autoloads realgud-recursive-autoloads qml-mode-autoloads tablist-autoloads pdf-tools-autoloads epl-autoloads pkg-info-autoloads projectile-autoloads php-mode-autoloads paredit-autoloads org-reveal-autoloads org-autoloads mmm-mode-autoloads json-snatcher-autoloads json-mode-autoloads nix-mode-autoloads markdown-mode-autoloads async-autoloads with-editor-autoloads magit-autoloads jenkinsfile-mode-autoloads htmlize-autoloads magit-popup-autoloads geiser-guile-autoloads transient-autoloads xref-autoloads project-autoloads geiser-autoloads edit-indirect-autoloads bui-autoloads guix-autoloads rx dash-autoloads groovy-modes-autoloads grep-a-lot-autoloads go-mode-autoloads xpm-autoloads ascii-art-to-unicode-autoloads gnugo-autoloads ggtags-autoloads emms-autoloads s-autoloads pyvenv-autoloads yasnippet-autoloads highlight-indentation-autoloads find-file-in-project-autoloads elpy-autoloads el-mock-autoloads diff-hl-autoloads soap-client-autoloads debbugs-autoloads csv-mode-autoloads counsel-bbdb-autoloads hydra-autoloads ivy-autoloads swiper-autoloads counsel-autoloads pos-tip-autoloads company-quickhelp-autoloads company-autoloads cmake-mode-autoloads bbdb-autoloads bash-completion-autoloads auctex-autoloads tex-site guix-emacs package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json subr-x map url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd 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 cl-generic 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 simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 895231 74939) (symbols 48 42359 2) (strings 32 258792 24331) (string-bytes 1 7946143) (vectors 16 85013) (vector-slots 8 1814836 84750) (floats 8 910 992) (intervals 56 39857 724) (buffers 992 33)) --=-=-=-- From unknown Sun Jun 22 20:57:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56473: 28.1; named-let void-function error unless byte-compiled Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Jul 2022 10:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56473 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Maxim Cournoyer Cc: 56473@debbugs.gnu.org Received: via spool by 56473-submit@debbugs.gnu.org id=B56473.165753471323054 (code B ref 56473); Mon, 11 Jul 2022 10:19:02 +0000 Received: (at 56473) by debbugs.gnu.org; 11 Jul 2022 10:18:33 +0000 Received: from localhost ([127.0.0.1]:38388 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAqUr-0005zl-1G for submit@debbugs.gnu.org; Mon, 11 Jul 2022 06:18:33 -0400 Received: from quimby.gnus.org ([95.216.78.240]:49344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAqUp-0005zX-Cc for 56473@debbugs.gnu.org; Mon, 11 Jul 2022 06:18:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=z19g2Rx8hf5VJ6LpWX3lwoPvZhIm4abGHja/kvlxv5k=; b=biPXpvfV+PpXe9GWKvtcWabxh9 qmXow7JSH/+xVgxxrhttbRWsMON9ynHMlrGjdvoHBtXm6qt9RYFAYsOWxntBiCsrwP5LnF4vEbT5V 6uUZ/ESr/AvqyrXF3iJ75nsg+8+U8Ppb9GVZWmPX/bGS8LGbsYTVw19j9SyPCyun8mr0=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oAqUg-0001fO-5D; Mon, 11 Jul 2022 12:18:24 +0200 From: Lars Ingebrigtsen In-Reply-To: <87let1px6y.fsf@gmail.com> (Maxim Cournoyer's message of "Sat, 09 Jul 2022 21:34:45 -0400") References: <87let1px6y.fsf@gmail.com> X-Now-Playing: AR Kane's _Single Collection (1)_: "Is This Is?" Date: Mon, 11 Jul 2022 12:18:20 +0200 Message-ID: <87o7xwymtv.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Maxim Cournoyer writes: > They also mentioned perhaps what is missing is an autoload directive for > it. Yup. I've now added that to Emacs 29. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Maxim Cournoyer writes: > They also mentioned perhaps what is missing is an autoload directive for > it. Yup. I've now added that to Emacs 29. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 11 06:18:37 2022 Received: (at control) by debbugs.gnu.org; 11 Jul 2022 10:18:37 +0000 Received: from localhost ([127.0.0.1]:38391 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAqUv-000603-73 for submit@debbugs.gnu.org; Mon, 11 Jul 2022 06:18:37 -0400 Received: from quimby.gnus.org ([95.216.78.240]:49358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAqUu-0005zd-1U for control@debbugs.gnu.org; Mon, 11 Jul 2022 06:18:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=qv51kq0FgCP7ABpQGfZl1K5Ry1K73o+NhPLXuhGODCI=; b=s77jq1NnH6LtuI93FOHFV3CuhI QsIvWZ/PL/7/L0LNH8QYs9ef7jqcksAQ0+/cx79EGIVZWKEA50zUDRA1tAJBBndaPX7VoBS1XbtJ2 MdSxo8gDMwHcLNJmYWIdHX5eDBc+jmSrB7nndm8Ip5iWWu5ZdUEnvkee8fwpJjiUbHzY=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oAqUm-0001fY-1Y for control@debbugs.gnu.org; Mon, 11 Jul 2022 12:18:30 +0200 Date: Mon, 11 Jul 2022 12:18:26 +0200 Message-Id: <87mtdgymtp.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #56473 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 56473 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 56473 29.1 quit From unknown Sun Jun 22 20:57:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56473: 28.1; named-let void-function error unless byte-compiled Resent-From: Michael Heerdegen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Jul 2022 12:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56473 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: 56473@debbugs.gnu.org, Maxim Cournoyer Received: via spool by 56473-submit@debbugs.gnu.org id=B56473.165754207514908 (code B ref 56473); Mon, 11 Jul 2022 12:22:02 +0000 Received: (at 56473) by debbugs.gnu.org; 11 Jul 2022 12:21:15 +0000 Received: from localhost ([127.0.0.1]:38727 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAsPa-0003sL-Iz for submit@debbugs.gnu.org; Mon, 11 Jul 2022 08:21:14 -0400 Received: from mout.web.de ([212.227.17.12]:56289) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAsPY-0003s1-DH for 56473@debbugs.gnu.org; Mon, 11 Jul 2022 08:21:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=web.de; s=dbaedf251592; t=1657542065; bh=WysUWrOGrdNqtw+pkufCrycd4vZAzOQLUVShrcU82gI=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date; b=doK9Be+21ayL9cUPJx5c/dp8L4kvvug7zVlVFSFgS0U4WTOi+hFUb9tGYAgEUAM8z DV6x4AAmMR+9EGKu1I9zXTgZMfperN54QeAvHHUG0bY42aRzWQpYJM5fGWvsMHOOjP NYk2vxPqgV9oImjKIhuTI+huLkfk4D0+W5Alnp20= X-UI-Sender-Class: c548c8c5-30a9-4db5-a2e7-cb6cb037b8f9 Received: from drachen.dragon ([84.59.210.236]) by smtp.web.de (mrweb106 [213.165.67.124]) with ESMTPSA (Nemesis) id 1MIc3T-1oNGKa148z-00EIkG; Mon, 11 Jul 2022 14:21:05 +0200 From: Michael Heerdegen In-Reply-To: <87o7xwymtv.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 11 Jul 2022 12:18:20 +0200") References: <87let1px6y.fsf@gmail.com> <87o7xwymtv.fsf@gnus.org> Date: Mon, 11 Jul 2022 14:21:04 +0200 Message-ID: <87leszsuvj.fsf@web.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:1jT/7La/F0ZuOirwmouHr37R0mcUpd4c96Nj7TlLG0ik7lnzc6Y GgN4eKHZWKF/G0Mh6yVJlfFE/tL1rGNwrOwUpdI4DuHmLar6EXdZ8rVX+gtn/ZtyPHYpcok n+o31T2twT8YZVky8JwzG+5TzN87NcYTK/ZEa7Y4f3exfEeWZtpFp57/jQ81nyfganlRgMD McwccuA8MkJ0w3wDSVWXQ== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:LlFZrbJasr0=:nmd+syOaJuiyc6OV2rmfiS pQBYc8G5XSG4e8HLpQvggUo0SqyDahZwmM+glLnvwS4sM8+oV575Xlper1d8B9vH3ldbUuBFT A08d0ypaBbjcpnPdGN6le9wKob8TSirqBW2M6Pw+Yom+/osfh80SSa+m+4RN5Hsuu4WxVjked bezEG198+uylG5aX7swY7n3rtWxFikBX9fKviQV3ped64AK783drgYQ+Odngm1LuJcOqQ+tjV BjehfSvFRBHFHaXd2ZRYQE79tkxhIeB9bn+NkD41Fr7XlH0p2sam29rkdU/tIxsHvrik3emlM b2GC15Mi+PuSdYWV7EbPSd3mDM5RrxQ8PJ8sFIJ/zTTsUfvWOSkMO/e9Y7T6cOTgPHc1jNS4c bVLOafAnIDd/+Zq6Va73T9ZcJHpu8us+Eu5YDvFlUbUBG6GmCLX0/+dfmhaqbsCLTS390q8hK WbQaRbaySR2xd36JT2YUICxiAgBsZy+8zP2VvQ+C4w932U14GaD8cal3W6YryJObgVxAQFI5K xIhu3ae7dsIaiF/6KYLpAICxqd5apFg/WD9BEMviwuYy64DJW9suHv4/kbvAtQOXmz7kk9Cjq EpJaQ0AXiWzOByvL2AW4+BjSbOANcRPA8uzjEktg40yfEemNYb5JVFETx7od9/XdYBX7P0C0n qc2GFYfjoel0RtRyoV5MfC2zwrsNQg0TSXEbOnkrzUiflnM3icmOBjHIL71IF0twzLq28zFCu 7rMakVy7+yxJjy/SNx4Mc5BkmSzgepZqy30AS4zHdC437BEfij0TcMPEFERGEVuJCtE7JRCvi ZC5qQ3rqzCXK+oenD8j8kTNwkPJLTrvfT6FzmWG85oZCKBbxvFU5fOVFWldoEmFI3k9uVLqGL 0of/y1axhsRPennKDNuLZ6nzwmiuznF0if9/JWuUZVkz8jxXgugGyPbtBUkx+Vb1YFczyTAkF OBREJhZ6dfHw9dyYReDAL/ZqMea7KfElTFpqCJNHqIU7iWYWd1mOGlMMi9SD9nZ2RE7WXAUqn r1vd3BBjwBbPmMcqz/xrFQr2BeOg8Ff7TQlOp3BdiC8/iVDW26xo7M2xOyj9zP3iiheRDVvep tc63cA+DjY45/4L/qn/+jdxWbfXoU310USQoGHb1GQIT9EP7UXMPqKsyQ== X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > Maxim Cournoyer writes: > > > They also mentioned perhaps what is missing is an autoload directive for > > it. > > Yup. I've now added that to Emacs 29. Maybe Stefan had not added it on purpose? The correct way to use this macro is to (require 'subr-x). An autoload won't inhibit broken compilation. Your change blurs one symptom of a programmer error. Michael. From unknown Sun Jun 22 20:57:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56473: 28.1; named-let void-function error unless byte-compiled Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Jul 2022 12:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56473 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Heerdegen Cc: 56473@debbugs.gnu.org, Maxim Cournoyer Received: via spool by 56473-submit@debbugs.gnu.org id=B56473.165754274316102 (code B ref 56473); Mon, 11 Jul 2022 12:33:02 +0000 Received: (at 56473) by debbugs.gnu.org; 11 Jul 2022 12:32:22 +0000 Received: from localhost ([127.0.0.1]:38742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAsaM-0004Bd-MK for submit@debbugs.gnu.org; Mon, 11 Jul 2022 08:32:22 -0400 Received: from quimby.gnus.org ([95.216.78.240]:51078) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAsaK-0004BG-Vr for 56473@debbugs.gnu.org; Mon, 11 Jul 2022 08:32:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=pouF3g/FgLgdXiz+vb3y0EjDXlFot4iATesKtHTpuao=; b=n+RoznjjFxuDtMpW00GOwDcp56 koDIMQ+uq78srFzrY56761RYq8u+CpUSXZ2eJiRN07Pt/ZBsxrOtFyjQ8xE3URK1Sc8FnyLhSO+bQ TOxZ6l5xu8cOoZFrjbp60rK2R7cCjy0xK2apceqJrrN6fudtL30v5XadsDu6AZtMl6Mk=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oAsaA-0002v1-EQ; Mon, 11 Jul 2022 14:32:12 +0200 From: Lars Ingebrigtsen In-Reply-To: <87leszsuvj.fsf@web.de> (Michael Heerdegen's message of "Mon, 11 Jul 2022 14:21:04 +0200") References: <87let1px6y.fsf@gmail.com> <87o7xwymtv.fsf@gnus.org> <87leszsuvj.fsf@web.de> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAElBMVEX9+/zYmr/r0d6t ZppfQ1j///+R36dEAAAAAWJLR0QF+G/pxwAAAAd0SU1FB+YHCwwfLnF+8xsAAAGxSURBVDjLZZQN ksIgDIUp3QOY0gMA7gGKcIBFcv8zbX5AUDOjzuTry0sC1ZgZh/kKm7wx22G/AV70HYMxj08SYwA4 jvABrOE8hfPR+DdBAJcon490op9eMfLTOREMGW9TESmbS25MMyxtW6A0x5kRE0yXkJzUoihtgmhd o6zkOaDnvQ+OFR1ABu97rzCfJgApJgVkrSENcM+qiBv32pQ1Jn0vZJFTXsJVreRDVg9sw0VKgQEB BZEIsssYRBqlPH3aCuwAIlkAnQQbaChQQaBhu6BLmlfAixpAJLXK3FJqVaTyZAd7hDdQCNy0KZBS oy1ajlOgG6cRxKJwqb8B5ORKr0RbHAOCrvU1R78N1JVzBce2eIs6x0HunJRaKAdyiWIDB3NAIqkv dyNBonbbADCBy7goxvWxSSrN2V9XNLsBpAd4XWoqT3ug49O+5tV1Aui4m+xlueyBUthBw/WNgtwB /yzAnqlxOXZ4vIEd29nn8+ubtpnQ7pwtWPcV/MbQgiyd2QKCuVd3Yq2PXxrlWl5a65D+Nm5X/KmA z8UjFPQbHs97abEswJgdH3uGSmsxp5b6B5mIj8Ftor0+AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIy LTA3LTExVDEyOjMxOjQ2KzAwOjAwLdUcKQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMi0wNy0xMVQx MjozMTo0NiswMDowMFyIpJUAAAAASUVORK5CYII= X-Now-Playing: Peter Broderick's _Blackberry_: "Wild Food" Date: Mon, 11 Jul 2022 14:32:08 +0200 Message-ID: <87wncjvnhz.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Michael Heerdegen writes: > Maybe Stefan had not added it on purpose? The correct way to use this > macro is to (require 'subr-x). An autoload won't inhibit broken > compilation. Your change blurs one symptom of a programmer e [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Michael Heerdegen writes: > Maybe Stefan had not added it on purpose? The correct way to use this > macro is to (require 'subr-x). An autoload won't inhibit broken > compilation. Your change blurs one symptom of a programmer error. Autoloading macros works fine, doesn't it? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Sun Jun 22 20:57:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56473: 28.1; named-let void-function error unless byte-compiled Resent-From: Michael Heerdegen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Jul 2022 12:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56473 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: 56473@debbugs.gnu.org, Maxim Cournoyer Received: via spool by 56473-submit@debbugs.gnu.org id=B56473.165754352317670 (code B ref 56473); Mon, 11 Jul 2022 12:46:01 +0000 Received: (at 56473) by debbugs.gnu.org; 11 Jul 2022 12:45:23 +0000 Received: from localhost ([127.0.0.1]:38760 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAsmw-0004av-Sq for submit@debbugs.gnu.org; Mon, 11 Jul 2022 08:45:23 -0400 Received: from mout.web.de ([212.227.17.11]:58913) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAsmt-0004aW-N4 for 56473@debbugs.gnu.org; Mon, 11 Jul 2022 08:45:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=web.de; s=dbaedf251592; t=1657543512; bh=A8BJ3TfRIL4J7a9AOwVMwS4mehCMb1FGN+OnLYzKVy8=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date; b=cJ6+GRnQxXhc/JaN8mWhx6nvMMdDerWKMTO3K9M3lmvyejTLw6f7lLPSgg/HqdGud Ou35NLPkuLgOrqXegVT//Ax7BYqBGEl+dppLXNyVtVbDe/o8Ra6pmFYC+yUPgJJFaQ KfKem4Ff6Ft1ODIyNqqT5l20NmpbS9GVIfFXl8Hc= X-UI-Sender-Class: c548c8c5-30a9-4db5-a2e7-cb6cb037b8f9 Received: from drachen.dragon ([84.59.210.236]) by smtp.web.de (mrweb106 [213.165.67.124]) with ESMTPSA (Nemesis) id 1Mt8gF-1nIMFt2NpZ-00tFpa; Mon, 11 Jul 2022 14:45:12 +0200 From: Michael Heerdegen In-Reply-To: <87wncjvnhz.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 11 Jul 2022 14:32:08 +0200") References: <87let1px6y.fsf@gmail.com> <87o7xwymtv.fsf@gnus.org> <87leszsuvj.fsf@web.de> <87wncjvnhz.fsf@gnus.org> Date: Mon, 11 Jul 2022 14:45:11 +0200 Message-ID: <87h73nstrc.fsf@web.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:sKFeD3O3BcPli1wKiW7o+Sy5Id0XBBJks5A5KK9G6XlPA/ymM3+ bYJoxqOixJOLUW5lKGqtiuGo5G8R+JFuqYCaEDM3jBChhJ8OfVjHvc4lI2QvSlKEPoKeJxu MtXH/Y7AERjQ1163E1iGBDf7Dr6AU45BSlCcAoGfdDiviJs2Z5jaL9TZDNKiIHw+jl9Vtj2 Gii6zgkQqz/pPrBylP7vQ== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:b8TzRnBFqkg=:efH2Wv5DOhgef4fSUxaFYN Zw4cUk2jyci8JpVvaHq9em2DuKGjfT6gM+EPzUJHnIUeFA3wQ1PsdzgE7G3mQQhm9On30f1yg yjWmyokksymSN95uuC0Gdb4P33heKlaHxGNj6kvPuxinhffzM4+OtBCjQDxiKO5qmMkx8DEzx Xrg8jwxdfWKfe9ZSfPOAEfugtL071stryy0rRTC1MQHio5AIrSS0q0tlK1RUtp9COwdBRr3Oo xutjCjGjF2FR8qptYE/wgaSWa8jA5gyV/SGgOiwT5R5MsWBy2Gnxls/BZ984u/fwewTAGlEL3 sO4QReEip9fKoclqlHNNUiLPSNeFSjz03f1mFoulQFVe0PR35iydKbglzkWrl+WAu41B12tzv ILK9uKFd3ulJX8VjWYfYPkdU4sZDjpdgGjXn5O42Agq3GTWmIl9WZ5SZeJ5NnsPdCrzNfQndp K1XL/2bB1/lM9zAwLcKVmOSolZU94UuJlTJL4cdIThCKFTQV342JcqkE6ozkM9pI+lBGpsnPG nBzRrKVRN+DLe7uuxrf4cvFW20JKo38W1MGznfwrFMix+kkmifY1eMMMntdC4Tv62CfcQCxOV eFcbWWVR9zJE8Dvkgr7/Wj4Tsv7lfB2x+2CNu1YDfWGJ2Xxzms+DjVJ5f2PRP9r38zImCmmU+ LIqDZu/uursix4s9GZxVRjpRxYRU2BIG1NgZQDhi3PQ6HqFC+UGRzGlalIyN9aLGyuq7tcPHz JJ2jyRGH7doiDWviJ5VITYmaCgyBMfliv3ISppo2zBl4myxwnsyX6xW5c+UHJIp5kLV2wAGb9 7uhEtDw44k84tvgIj5FUUrTXj5NmZO06eECx9VhAuQ4LOkYrMGktd0OXvC15AnwXcVg36b9Bp ZCHzybigQjT2lyCvDB+dDmTx5K9uyqOg8BhqswG9oyZlFmOpT50UqB0W44t1M4tci9hsXrVVS HNWl42C7QuM6fOIBZdf6THMJYryl5aljg+ecu1jAbPZCXybM7zMb6CysMBkvhZZuZP3sK8cx0 ZcTJJ/0i5Q9WfDJCrvrldMfl94MBtAZNLOwphkRVxenyhgkPRdTjZ6EkLXW2NHhM0h8H4qrei 4M57O0BCZsv4CwK0jWP2hgs1Q9B8A1rKJsEQQEdnad1awzJ8uRRyAWQRA== X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > Michael Heerdegen writes: > > > Maybe Stefan had not added it on purpose? The correct way to use this > > macro is to (require 'subr-x). An autoload won't inhibit broken > > compilation. Your change blurs one symptom of a programmer error. > > Autoloading macros works fine, doesn't it? You mean, when compiling? Michael. From unknown Sun Jun 22 20:57:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56473: 28.1; named-let void-function error unless byte-compiled Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Jul 2022 12:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56473 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Heerdegen Cc: 56473@debbugs.gnu.org, Maxim Cournoyer Received: via spool by 56473-submit@debbugs.gnu.org id=B56473.165754421119288 (code B ref 56473); Mon, 11 Jul 2022 12:57:01 +0000 Received: (at 56473) by debbugs.gnu.org; 11 Jul 2022 12:56:51 +0000 Received: from localhost ([127.0.0.1]:38771 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAsy2-000511-Ma for submit@debbugs.gnu.org; Mon, 11 Jul 2022 08:56:50 -0400 Received: from quimby.gnus.org ([95.216.78.240]:51310) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAsy0-00050n-Lm for 56473@debbugs.gnu.org; Mon, 11 Jul 2022 08:56:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=DjNJH/maYfLOZP0ierbrQ6B2OQ5SbMzS7ZEAgECUUrY=; b=AjpXlErOYj5SRIDh80zWjA83cJ 6eqFSMPn/mU+nVSZ3kUmPiV64kwNmPjkAO68yrO2kPdz86YXDtcZo+PfYN7CCgOyvNm3PTt388bXU 3gu+Mo30BqO/tUsKYCh1V3XnAn+WNafp4C5muRuVDsM72t/4lYqiv+oF/CYhv4sv/0VY=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oAsxr-00036F-Q4; Mon, 11 Jul 2022 14:56:42 +0200 From: Lars Ingebrigtsen In-Reply-To: <87h73nstrc.fsf@web.de> (Michael Heerdegen's message of "Mon, 11 Jul 2022 14:45:11 +0200") References: <87let1px6y.fsf@gmail.com> <87o7xwymtv.fsf@gnus.org> <87leszsuvj.fsf@web.de> <87wncjvnhz.fsf@gnus.org> <87h73nstrc.fsf@web.de> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEWDgnN1empqjFLA 7Rb////ehX7aAAAAAWJLR0QEj2jZUQAAAAd0SU1FB+YHCww4G/0IhV0AAAFRSURBVDjLbZRdAoQg CITBLgB1AbMLbHn/u+2AP6VFD7V8zihQS9RiTQhpv7jnQ/KIM+BUQyawNpAmgEy+Hmbc80dGXF3C 9/rcSLxBqIJKbuAC3JUoVwl3QTsFJLsDKYJeKBUvhtxq/t0geJFcniLRUxKLVZpAsE24dIlolDTP OIKQWvteIJrVywkpA/ISOEAbhiLqcCIrDnWcMwjR6z7oAzBApk+rcGThCSRRdkBfYM0vwEnEAZ4H FhJ3MDXRxwQwbX7tpniDLUVVVD5bccahChh7JTmxg2UCC7YwoFv+yeB07epAxgrhpAXAi2+iSxEA ELxwL8tZq8Cs6OGlUrZ2K9nyaTUKLl6qAECVbSTqC+WSB5A1n1rAWo0KUMV4PcF7TWNQfvNXH3Ne tQfOgR6LfeYQ7iOwj6/8AfATqE2DYZR8f1ax1hroE2dT2+U2+h38ByfsNg5w+tFQAAAAJXRFWHRk YXRlOmNyZWF0ZQAyMDIyLTA3LTExVDEyOjU2OjI2KzAwOjAw4dPElAAAACV0RVh0ZGF0ZTptb2Rp ZnkAMjAyMi0wNy0xMVQxMjo1NjoyNiswMDowMJCOfCgAAAAASUVORK5CYII= X-Now-Playing: Autechre's _Plus_: "ecol4" Date: Mon, 11 Jul 2022 14:56:39 +0200 Message-ID: <87mtdfvmd4.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Michael Heerdegen writes: >> Autoloading macros works fine, doesn't it? > > You mean, when compiling? Yes, and in general. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Michael Heerdegen writes: >> Autoloading macros works fine, doesn't it? > > You mean, when compiling? Yes, and in general. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Sun Jun 22 20:57:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56473: 28.1; named-let void-function error unless byte-compiled Resent-From: Michael Heerdegen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Jul 2022 13:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56473 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: 56473@debbugs.gnu.org, Maxim Cournoyer Received: via spool by 56473-submit@debbugs.gnu.org id=B56473.165754491929077 (code B ref 56473); Mon, 11 Jul 2022 13:09:02 +0000 Received: (at 56473) by debbugs.gnu.org; 11 Jul 2022 13:08:39 +0000 Received: from localhost ([127.0.0.1]:38808 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAt9T-0007Yu-5U for submit@debbugs.gnu.org; Mon, 11 Jul 2022 09:08:39 -0400 Received: from mout.web.de ([212.227.17.11]:51867) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAt9E-0007YS-B0 for 56473@debbugs.gnu.org; Mon, 11 Jul 2022 09:08:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=web.de; s=dbaedf251592; t=1657544897; bh=D0u367oLXI91WLovkeyjJE2D3ZRTDG9OIPm725NKeCA=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date; b=BNZh5x9Hd+TTuAXW61Za4DzzgfCy+lDDy6MIuZjeRh7t/P+uOz4QcEq6TB6z+CpsO gKsO0OFtGtRqwTSyVjlHejZovD8s9CjGnb2BjU8WwUHYE8hArgrgEeNJ1v69drZh7v 60ix55RQ38jukJb1z9Bnip7eXwf/r5bJCgNOWuwg= X-UI-Sender-Class: c548c8c5-30a9-4db5-a2e7-cb6cb037b8f9 Received: from drachen.dragon ([84.59.210.236]) by smtp.web.de (mrweb106 [213.165.67.124]) with ESMTPSA (Nemesis) id 1M6YJ1-1oDOG01JJx-006eK8; Mon, 11 Jul 2022 15:08:17 +0200 From: Michael Heerdegen In-Reply-To: <87mtdfvmd4.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 11 Jul 2022 14:56:39 +0200") References: <87let1px6y.fsf@gmail.com> <87o7xwymtv.fsf@gnus.org> <87leszsuvj.fsf@web.de> <87wncjvnhz.fsf@gnus.org> <87h73nstrc.fsf@web.de> <87mtdfvmd4.fsf@gnus.org> Date: Mon, 11 Jul 2022 15:08:16 +0200 Message-ID: <87czebssov.fsf@web.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:wGjDKsJC1C2uRTN7YIOksjCqafnupFYK7k+3esdBa1IQPB7ctGC FIF+dyh2lSsKOUcvDRVwOSxZXUCdlyGzfut0JxVPqxa4Us5ZkDXrQlXhTkh1kpZbfnjUpgh Si9pGoR4KDFWDbAs+FmLKoiCbhalz7qhPYdhpUrGcmJaiXmSaprtLk+AQ9wO8aEHV2RsvB7 D9+FRtDIr7LfAlnfg/jbw== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:RAUSJ0ZOBOM=:BfYq0cUjxGT0UgP7SUE1g8 t2YtJD75JXOxWkh2fM92GbOXv/MixXNmtxpFTQpd7DcxpRPBCIaV4EJu1bwtHGGf5r/JndABj lQjeWAuqIxa91L1iLAQrxrO2oYNNUdbKqpiz/b5wDmh7eAk2B6QdyiJL5YIOL9egnIsIn//qE LgoZeEkHf6pC6X23SBkMHDF8qJV3jfaRHS4qIQ+Lyo0Yo9w3OtyfEkNASeUNyP3QOarXc/6q7 uMsmh8KY494Y927+0ZvP6ecFYAe1tZLGtFvw/HO+wEzo0A8P4Q7NLM3AkVKpvF9lUupJGMPji AUNEA4Pghh7SJgjMJ6qwd/o36HRCSq9tCbHTt9p2Jwo/SmirBagAmo7tMR0edxVJmJ7J7kfFJ Gwgo/W50H/QzhIUCRb0MLh4cPBuc7abunhCqD/+y1LW79Xc/LWQE7btg9NayALDOZS5Zlr6xE kiSr5DqNt63lMcQeZ6MXkxdi5Xs3kvY4PRfSY8KaHD8xh8rKpfVAWw4yXlhVO6K4wk7p/pFPy mB7sViTYDSZkHLs2DsTiKinn7Lzn4ILP6jtsnB6SHSb1NqP+c9tToEGZiAfn/uuV0UVMnHpXs ickn/Kyy4hS/EgUppsrxpcnu0Z+Rkcq1jAjf2VF9SabFVstGV+p89UBkQ0apBYnK/cxjqWBnM bTU9XND0hUvuIJ+UHByfZBxAKSWFnLlRtK3GMRZW1yX9gVhJVNV6i2ffvIQV8aeyOo88sj0A7 XAGwPNKpZu4G/Soa9uH84TSA5peGcr99D5hjCgUn98z5E0i4vvvsdxcYAkjRSgfVbhI2sowa7 MST2tSCJj8H0XsnqdBe2sfFPrCXXBvMz69kbxynnkR9vyKK13hJy8fx6+2VjL6F0aCWFacYc6 0z5/fFjdl89IGVZDipQhfhKGFSCFta64zEJPkt+YCqtsOApJSGzFGTcsFUEHHRGL2CNta7myg 3PbPZxOGMpeRqW0FRIhWqw63RGx+1KEp1efLKhA6SfJE8UMh23RRk10TtafFdE4z5aXTbw6x/ uTsItK01MUVMJHBJJXPtZF16WFKqkqby7Ri9SyG6+iK1ZlndqvvkNHVgJuzeEuiLlT12joUOw /MPbdeBdngOpku73aOCAJfgMiNXANJTfNVV3vCfFJ4okdjmzv5aXWV1RA== X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > >> Autoloading macros works fine, doesn't it? > > > > You mean, when compiling? > > Yes, and in general. Didn't know. But why don't have the other macros in subr-x autoload cookies - should we add them as well? Thanks, Michael. From unknown Sun Jun 22 20:57:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56473: 28.1; named-let void-function error unless byte-compiled Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Jul 2022 13:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56473 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Heerdegen Cc: 56473@debbugs.gnu.org, Maxim Cournoyer Received: via spool by 56473-submit@debbugs.gnu.org id=B56473.165754532631398 (code B ref 56473); Mon, 11 Jul 2022 13:16:01 +0000 Received: (at 56473) by debbugs.gnu.org; 11 Jul 2022 13:15:26 +0000 Received: from localhost ([127.0.0.1]:38835 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAtG1-0008A3-Hk for submit@debbugs.gnu.org; Mon, 11 Jul 2022 09:15:25 -0400 Received: from quimby.gnus.org ([95.216.78.240]:51642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAtFz-000826-GU for 56473@debbugs.gnu.org; Mon, 11 Jul 2022 09:15:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=UkbFDyWkM7xmV4qL2cmeeUfc88nNQ/4ulyGRLx9Arow=; b=mMJlicwRENO1Ue502YBHoeBsde vY6En3Uc6z4exWqERoWWirIgvMHA0tvpt3aIk97MrUowXMLo0YgDHlbbCUvo7QTAt4MNawA4BWDxK F7/6ICCtF0MGKvPPjNgT9f/1hGOOlPjQsYP5FakfXitl863tVHwU89MU4x5c5Rl6BgKw=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oAtFq-0003Fe-Ay; Mon, 11 Jul 2022 15:15:16 +0200 From: Lars Ingebrigtsen In-Reply-To: <87czebssov.fsf@web.de> (Michael Heerdegen's message of "Mon, 11 Jul 2022 15:08:16 +0200") References: <87let1px6y.fsf@gmail.com> <87o7xwymtv.fsf@gnus.org> <87leszsuvj.fsf@web.de> <87wncjvnhz.fsf@gnus.org> <87h73nstrc.fsf@web.de> <87mtdfvmd4.fsf@gnus.org> <87czebssov.fsf@web.de> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEWDgnN1empqjFLA 7Rb////ehX7aAAAAAWJLR0QEj2jZUQAAAAd0SU1FB+YHCww4G/0IhV0AAAFRSURBVDjLbZRdAoQg CITBLgB1AbMLbHn/u+2AP6VFD7V8zihQS9RiTQhpv7jnQ/KIM+BUQyawNpAmgEy+Hmbc80dGXF3C 9/rcSLxBqIJKbuAC3JUoVwl3QTsFJLsDKYJeKBUvhtxq/t0geJFcniLRUxKLVZpAsE24dIlolDTP OIKQWvteIJrVywkpA/ISOEAbhiLqcCIrDnWcMwjR6z7oAzBApk+rcGThCSRRdkBfYM0vwEnEAZ4H FhJ3MDXRxwQwbX7tpniDLUVVVD5bccahChh7JTmxg2UCC7YwoFv+yeB07epAxgrhpAXAi2+iSxEA ELxwL8tZq8Cs6OGlUrZ2K9nyaTUKLl6qAECVbSTqC+WSB5A1n1rAWo0KUMV4PcF7TWNQfvNXH3Ne tQfOgR6LfeYQ7iOwj6/8AfATqE2DYZR8f1ax1hroE2dT2+U2+h38ByfsNg5w+tFQAAAAJXRFWHRk YXRlOmNyZWF0ZQAyMDIyLTA3LTExVDEyOjU2OjI2KzAwOjAw4dPElAAAACV0RVh0ZGF0ZTptb2Rp ZnkAMjAyMi0wNy0xMVQxMjo1NjoyNiswMDowMJCOfCgAAAAASUVORK5CYII= X-Now-Playing: Autechre's _Plus_: "X4" Date: Mon, 11 Jul 2022 15:15:13 +0200 Message-ID: <874jznvli6.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Michael Heerdegen writes: > Didn't know. But why don't have the other macros in subr-x autoload > cookies - should we add them as well? We only add autoload cookies to those macros when we feel that it's a somewhat popular macro. For instance, when-let was first in subr-x without ;;;###autoload, then it got one, and then it was moved [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Michael Heerdegen writes: > Didn't know. But why don't have the other macros in subr-x autoload > cookies - should we add them as well? We only add autoload cookies to those macros when we feel that it's a somewhat popular macro. For instance, when-let was first in subr-x without ;;;###autoload, then it got one, and then it was moved to subr.el. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Sun Jun 22 20:57:12 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56473: 28.1; named-let void-function error unless byte-compiled Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Jul 2022 13:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56473 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: 56473@debbugs.gnu.org Received: via spool by 56473-submit@debbugs.gnu.org id=B56473.16575467228224 (code B ref 56473); Mon, 11 Jul 2022 13:39:02 +0000 Received: (at 56473) by debbugs.gnu.org; 11 Jul 2022 13:38:42 +0000 Received: from localhost ([127.0.0.1]:38903 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAtcY-00028a-3R for submit@debbugs.gnu.org; Mon, 11 Jul 2022 09:38:42 -0400 Received: from mail-qv1-f45.google.com ([209.85.219.45]:45950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAtcW-00028O-Ht for 56473@debbugs.gnu.org; Mon, 11 Jul 2022 09:38:40 -0400 Received: by mail-qv1-f45.google.com with SMTP id cw12so361161qvb.12 for <56473@debbugs.gnu.org>; Mon, 11 Jul 2022 06:38:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=CulB7FagmBz+CrrjYorAS62MBwCsXvIVxbwXcS65AsQ=; b=JgYFgcxdS3Nsmg0LtDDCQl7VgkDlRlDvOe1iyn/ErFso6Em8hWFCifsiCcS+VDWAlt Y7SnL7YHRdGXdRjcFjoSEI4G0EYM1eBlcKze2E7KJodCTCb/vMDtcbfK2+UkYxJBzlkj h9sbUbe5CycKczTIfTmyF/91aIcyCyWCPkQQB1Ucf4Gubn/kDrd6e536vO9iGokt0JY1 CSI/34ewn382+2nZ/hmkhdvqV039Kr75b++I0SLR0+QGNDCQY2b8TfEL6sLgyalOO1Gh DMXv3JaHvR5372TzHqOgmQeYMrpPuxPMuW1eo/zmq4g61756CDUDB43zWMuua8+zAPJ9 W4gQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=CulB7FagmBz+CrrjYorAS62MBwCsXvIVxbwXcS65AsQ=; b=m/qGc+5OgZsxtvKAQkC4Ekz8R9iCSEhlnCsJUzLVge/bXilziF5Vsl44IOOyy6ZH4N d0qhqWbaHA9MnyGkc/6Sddob2gqXeUPQo3qNy5QLmhiHGFWY6GxXzrQDL5wWvsjYZXpn gOf713y96AsUNVwrIC8kqiDBFcZHidufS8TB+bpf3wWR9yZwriOOp5iumo4Djv01Ntp4 gmEtboJjnX0GnJ6Qa69+u0sWJZhyKA01a3PBgdOtrKTt7std2SwiFuI5XiLYwIcD4xVF V7uTCTp6od9ANu2px3aDdoDRPArxmpU9WzBb/XU+ywx8GzjIZWU9MDSlJmOWIyiOZO/W iAEQ== X-Gm-Message-State: AJIora9KFKDs6FjFKFAczqAmudziPoWsO/AWlzA7bBuvvKIORO740Wza 9sS3zi/MUYWv+QBBUu9glO+3ABnXOANg+g== X-Google-Smtp-Source: AGRyM1vl/IhgIj2h8sIcTs4z1MTmz51pCc8utGYkdYr0XJaLD2siEfDID+9hX8ITIn6TUl+yY0vuKg== X-Received: by 2002:a05:6214:c4e:b0:473:276:9a0d with SMTP id r14-20020a0562140c4e00b0047302769a0dmr13169489qvj.34.1657546714543; Mon, 11 Jul 2022 06:38:34 -0700 (PDT) Received: from hurd (dsl-155-226.b2b2c.ca. [66.158.155.226]) by smtp.gmail.com with ESMTPSA id cn7-20020a05622a248700b0031e9d9635d4sm2064318qtb.23.2022.07.11.06.38.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Jul 2022 06:38:34 -0700 (PDT) From: Maxim Cournoyer References: <87let1px6y.fsf@gmail.com> <87o7xwymtv.fsf@gnus.org> Date: Mon, 11 Jul 2022 09:38:33 -0400 In-Reply-To: <87o7xwymtv.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 11 Jul 2022 12:18:20 +0200") Message-ID: <87o7xveply.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello Lars, Lars Ingebrigtsen writes: > Maxim Cournoyer writes: > >> They also mentioned perhaps what is missing is an autoload directive for >> it. > > Yup. I've now added that to Emacs 29. Thank you! Maxim