Package: emacs;
Reported by: Benjamin Orthen <benjamin <at> orthen.net>
Date: Tue, 22 Mar 2022 19:10:02 UTC
Severity: normal
Found in version 28.0.91
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54523 in the body.
You can then email your comments to 54523 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
View this report as an mbox folder, status mbox, maintainer mbox
bug-gnu-emacs <at> gnu.org
:bug#54523
; Package emacs
.
(Tue, 22 Mar 2022 19:10:02 GMT) Full text and rfc822 format available.Benjamin Orthen <benjamin <at> orthen.net>
:bug-gnu-emacs <at> gnu.org
.
(Tue, 22 Mar 2022 19:10:02 GMT) Full text and rfc822 format available.Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Benjamin Orthen <benjamin <at> orthen.net> To: bug-gnu-emacs <at> gnu.org Subject: 28.0.91; mail-header-parse-addresses-lax is not lax Date: Tue, 22 Mar 2022 20:09:10 +0100
[Message part 1 (text/plain, inline)]
mail-header-parse-addresses-lax runs into an "Unbalanced parentheses" error when trying to parse mail/name pairs which do not conform to the expected standard. This is because the function calls mail-header-parse-address on each mail/name pair which fails for non-conforming pairs. See for example: (mail-header-parse-addresses-lax "Bob Weiner <rsw <at> gnu.org>, Mats Lidell <matsl <at> gnu.org") A simple fix could be like this: (defun mail-header-parse-addresses-lax (string) "Parse STRING as a comma-separated list of mail addresses. The return value is a list with mail/name pairs." (delq nil (mapcar (lambda (elem) (or (condition-case nil (mail-header-parse-address elem) (error nil)) (mail-header-parse-address-lax elem))) (mail-header-parse-addresses string t)))) In GNU Emacs 28.0.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.31, cairo version 1.16.0) Repository revision: emacs-28.0.91 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12013000 System Description: Ubuntu 20.04.4 LTS Configured using: 'configure --prefix=/nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91 --disable-build-details --with-modules --with-x-toolkit=gtk3 --with-xft --with-cairo --with-native-compilation' Configured features: CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM GTK3 ZLIB Important settings: value of $EMACSLOADPATH: /nix/store/739k4qq06yh7fw1gld1ldx5yc5x0qlli-emacs-packages-deps/share/emacs/site-lisp: value of $EMACSNATIVELOADPATH: /nix/store/739k4qq06yh7fw1gld1ldx5yc5x0qlli-emacs-packages-deps/share/emacs/native-lisp:: value of $LC_MONETARY: de_DE.UTF-8 value of $LC_NUMERIC: de_DE.UTF-8 value of $LC_TIME: de_DE.UTF-8 value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8 Major mode: Helpful Minor modes in effect: global-git-commit-mode: t magit-auto-revert-mode: t recentf-mode: t diredfl-global-mode: t beacon-mode: t dap-tooltip-mode: t dap-ui-many-windows-mode: t dap-ui-controls-mode: t dap-ui-mode: t gdb-many-windows: t dap-auto-configure-mode: t dap-mode: t lsp-treemacs-sync-mode: t treemacs-icons-dired-mode: t treemacs-filewatch-mode: t treemacs-follow-mode: t treemacs-git-mode: t treemacs-fringe-indicator-mode: t lsp-dired-mode: t yas-global-mode: t yas-minor-mode: t corfu-doc-mode: t global-tree-sitter-mode: t TeX-PDF-mode: t org-super-agenda-mode: t projectile-mode: t global-evil-surround-mode: t evil-surround-mode: t evil-leader-mode: t evil-commentary-mode: t global-evil-collection-unimpaired-mode: t evil-collection-unimpaired-mode: t disable-mouse-global-mode: t shell-dirtrack-mode: t evil-mode: t evil-local-mode: t windmove-mode: t corfu-global-mode: t corfu-mode: t all-the-icons-completion-mode: t savehist-mode: t vertico-mode: t marginalia-mode: t su-mode: t global-origami-mode: t origami-mode: t doom-modeline-mode: t global-hl-todo-mode: t zoom-mode: t google-this-mode: t direnv-mode: t which-key-mode: t global-undo-tree-mode: t undo-tree-mode: t smartparens-global-mode: t global-hl-line-mode: t desktop-save-mode: t global-auto-revert-mode: t global-display-line-numbers-mode: t display-line-numbers-mode: t delete-selection-mode: t override-global-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t global-prettify-symbols-mode: t tab-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 buffer-read-only: t column-number-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t Load-path shadows: /home/ben/.config/emacs/elpa/ement-20211007.1807/ement-room hides /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/ement-room /home/ben/.config/emacs/elpa/ement-20211007.1807/ement-api hides /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/ement-api /home/ben/.config/emacs/elpa/ement-20211007.1807/ement-notify hides /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/ement-notify /home/ben/.config/emacs/elpa/ement-20211007.1807/ement-room-list hides /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/ement-room-list /home/ben/.config/emacs/elpa/ement-20211007.1807/ement hides /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/ement /home/ben/.config/emacs/elpa/ement-20211007.1807/ement-macros hides /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/ement-macros /home/ben/.config/emacs/elpa/plz-20210817.1436/plz hides /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/plz /home/ben/.nix-profile/share/emacs/site-lisp/site-start hides /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/site-start /home/ben/.config/emacs/elpa/ement-20211007.1807/ement-structs hides /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/ement-structs /home/ben/.nix-profile/share/emacs/site-lisp/cmake-mode hides /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/cmake-mode-20210104.1831/cmake-mode /home/ben/.nix-profile/share/emacs/site-lisp/site-start hides /nix/store/739k4qq06yh7fw1gld1ldx5yc5x0qlli-emacs-packages-deps/share/emacs/site-lisp/site-start /home/ben/.nix-profile/share/emacs/site-lisp/site-start hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/site-lisp/site-start /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/transient-20220314.1605/transient hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/transient /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-org hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-org /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ox-latex hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-latex /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-fortran hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-fortran /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-clock hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-clock /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-screen hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-screen /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-duration hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-duration /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-ref hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-ref /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-element hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-element /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ol-eww hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-eww /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-lob hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-lob /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ol-bbdb hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-bbdb /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-processing hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-processing /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/oc hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/oc /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ox hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ox-man hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-man /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-list hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-list /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-octave hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-octave /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ol-doi hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-doi /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-emacs-lisp hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-emacs-lisp /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-datetree hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-datetree /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-java hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-java /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-tangle hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-tangle /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-lint hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-lint /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-ditaa hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-ditaa /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-macro hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-macro /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-crypt hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-crypt /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-eshell hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-eshell /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-dot hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-dot /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-pcomplete hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-pcomplete /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-awk hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-awk /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-archive hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-archive /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-js hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-js /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-attach hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-attach /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ol hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ox-icalendar hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-icalendar /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-plantuml hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-plantuml /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-num hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-num /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-eval hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-eval /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-core hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-core /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-habit hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-habit /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-calc hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-calc /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-faces hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-faces /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-table hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-table /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-capture hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-capture /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-protocol hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-protocol /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-sass hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-sass /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-table hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-table /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-agenda hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-agenda /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-entities hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-entities /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-indent hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-indent /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-matlab hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-matlab /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ox-odt hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-odt /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-haskell hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-haskell /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ol-gnus hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-gnus /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ol-bibtex hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-bibtex /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-mouse hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-mouse /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ox-org hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-org /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-goto hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-goto /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-colview hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-colview /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ol-docview hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-docview /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-python hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-python /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ol-info hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-info /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-refile hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-refile /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ox-beamer hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-beamer /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-timer hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-timer /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-makefile hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-makefile /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-inlinetask hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-inlinetask /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/oc-basic hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/oc-basic /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/oc-natbib hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/oc-natbib /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/oc-csl hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/oc-csl /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ox-texinfo hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-texinfo /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-lua hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-lua /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ox-md hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-md /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-src hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-src /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-macs hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-macs /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-julia hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-julia /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-maxima hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-maxima /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-sed hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-sed /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-forth hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-forth /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ol-rmail hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-rmail /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-groovy hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-groovy /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-sql hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-sql /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-ruby hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-ruby /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-gnuplot hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-gnuplot /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ol-mhe hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-mhe /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ol-eshell hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-eshell /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-shell hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-shell /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-keys hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-keys /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ox-publish hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-publish /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-feed hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-feed /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-latex hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-latex /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-id hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-id /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ox-koma-letter hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-koma-letter /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-plot hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-plot /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-loaddefs hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-loaddefs /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-compat hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-compat /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ox-ascii hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-ascii /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-lilypond hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-lilypond /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-ocaml hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-ocaml /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ol-man hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-man /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-clojure hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-clojure /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ol-w3m hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-w3m /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-perl hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-perl /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-css hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-css /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-mobile hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-mobile /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-lisp hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-lisp /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-footnote hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-footnote /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-sqlite hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-sqlite /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ol-irc hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-irc /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-ctags hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-ctags /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ox-html hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-html /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-tempo hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-tempo /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-exp hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-exp /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-comint hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-comint /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/ob-scheme hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-scheme /nix/store/0vvifllh8zi3f0hsncra42qkycwyh0nm-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.5.2/org-attach-git hides /nix/store/ap3k7xlj8jh9x4gb98b0vbnn33kgqr96-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-attach-git /nix/store/0vvifllh
[Message part 2 (text/html, inline)]
bug-gnu-emacs <at> gnu.org
:bug#54523
; Package emacs
.
(Tue, 22 Mar 2022 19:14:02 GMT) Full text and rfc822 format available.Message #8 received at 54523 <at> debbugs.gnu.org (full text, mbox):
From: Lars Ingebrigtsen <larsi <at> gnus.org> To: Benjamin Orthen <benjamin <at> orthen.net> Cc: 54523 <at> debbugs.gnu.org Subject: Re: bug#54523: 28.0.91; mail-header-parse-addresses-lax is not lax Date: Tue, 22 Mar 2022 20:13:46 +0100
Benjamin Orthen <benjamin <at> orthen.net> writes: > mail-header-parse-addresses-lax runs into an "Unbalanced parentheses" > error when trying to parse mail/name pairs which do not conform to > the expected standard. This is because the function calls > mail-header-parse-address on each mail/name pair which fails for > non-conforming pairs. > > See for example: > (mail-header-parse-addresses-lax > "Bob Weiner <rsw <at> gnu.org>, Mats Lidell <matsl <at> gnu.org") > > A simple fix could be like this: Yup. I've now done something similar in Emacs 29. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no
Lars Ingebrigtsen <larsi <at> gnus.org>
to control <at> debbugs.gnu.org
.
(Tue, 22 Mar 2022 19:15:01 GMT) Full text and rfc822 format available.Debbugs Internal Request <help-debbugs <at> gnu.org>
to internal_control <at> debbugs.gnu.org
.
(Wed, 20 Apr 2022 11:24:08 GMT) Full text and rfc822 format available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.