Package: emacs;
Reported by: Adam Faryna <adam <at> faryna.io>
Date: Wed, 3 Mar 2021 00:54:02 UTC
Severity: normal
Tags: moreinfo
Found in version 28.0.50
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 46883 in the body.
You can then email your comments to 46883 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#46883
; Package emacs
.
(Wed, 03 Mar 2021 00:54:02 GMT) Full text and rfc822 format available.Adam Faryna <adam <at> faryna.io>
:bug-gnu-emacs <at> gnu.org
.
(Wed, 03 Mar 2021 00:54:02 GMT) Full text and rfc822 format available.Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Adam Faryna <adam <at> faryna.io> To: bug-gnu-emacs <at> gnu.org Subject: 28.0.50; calendar-holidays var setup errors Date: Wed, 03 Mar 2021 00:40:25 +0000
Hi, since I updated Emacs to HEAD, my configuration of calendar-holidays var throws errors on Emacs start (pasted below). I set calendar-holidays like this: (use-package japanese-holidays) (setq general-holidays '((holiday-fixed 1 1 "New Year's Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-fixed 3 8 "International Women's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-fixed 10 31 "Halloween") (holiday-float 11 4 4 "Thanksgiving")) polish-holidays '((holiday-fixed 1 21 "Dzień Babci") (holiday-fixed 1 22 "Dzień Diadka") (holiday-fixed 2 22 "Ofiarowanie Pańskie (Matki Boskiej Gromnicznej)") (holiday-fixed 2 8 "Tłusty Czwartek") (holiday-fixed 2 10 "Ostatnia Sobota Karnawału") (holiday-fixed 2 13 "Ostatki") (holiday-fixed 3 1 "Narodowy Dzień Pamięci Żołnierzy Wyklętych") (holiday-fixed 3 10 "Dzień Mężczyzn") (holiday-fixed 3 20 "Początek Astronomicznej Wiosny") (holiday-fixed 3 25 "Zmiana czasu z zimowego na letni") (holiday-fixed 3 25 "Niedziela Palmowa") (holiday-fixed 3 29 "Wielki Czwartek") (holiday-fixed 3 30 "Wielki Piątek") (holiday-fixed 3 31 "Wielka Sobota") (holiday-fixed 4 2 "(bank) Poniedziałek Wielkanocny") (holiday-fixed 4 8 "Święto Bożego Miłosierdzia") (holiday-fixed 4 22 "Międzynarodowy Dzień Ziemi") (holiday-fixed 5 1 "(bank) Międzynarodowe Święto Pracy") (holiday-fixed 5 2 "Dzień Flagi Rzeczypospolitej Polskiej") (holiday-fixed 5 3 "(bank) Święto Konstytucji 3 Maja") (holiday-fixed 5 13 "Wniebowstąpienie") (holiday-fixed 5 20 "(bank) Zesłanie Ducha Świętego (Zielone Świątki)") (holiday-fixed 5 26 "Dzień Matki") (holiday-fixed 5 31 "(bank) Boże Ciało") (holiday-fixed 6 1 "Międzynarodowy Dzień Dziecka") (holiday-fixed 6 21 "Pierwszy Dzień Lata (najdłuższy dzień roku)") (holiday-fixed 6 23 "Dzień Ojca") (holiday-fixed 8 1 "Narodowy Dzień Pamięci Powstania Warszawskiego") (holiday-fixed 8 15 "(bank) Święto Wojska Polskiego") (holiday-fixed 8 15 "Wniebowzięcie Najświętrzej Maryi Panny") (holiday-fixed 8 31 "Dzień Solidarności i Wolności") (holiday-fixed 9 23 "Początek Astronomicznej Jesieni") (holiday-fixed 9 30 "Dzień Chłopaka") (holiday-fixed 10 14 "Dzień Nauczyciela (Dzień Edukacji Narodowej)") (holiday-fixed 10 28 "Zmiana czasu z letniego na zimowy") (holiday-fixed 11 1 "(bank) Wszystkich Świętych") (holiday-fixed 11 2 "Dzień Zaduszny") (holiday-fixed 11 11 "(bank) Narodowe Święto Niepodległości") (holiday-fixed 11 29 "Andrzejki") (holiday-fixed 12 4 "Barbórka (Dzień górnika, naftowca i gazownika)") (holiday-fixed 12 6 "Dzień św. Mikołaja") (holiday-fixed 12 21 "Początek Astronomicznej Zimy") (holiday-fixed 12 24 "Wigilia Bożego Narodzenia") (holiday-fixed 12 25 "(bank) Boże Narodzenie (1 dzień)") (holiday-fixed 12 26 "(bank) Boże Narodzenie (2 dzień)")) english-holidays '((holiday-fixed 3 30 "(bank) Good Friday") (holiday-fixed 4 10 "(bank) Good Friday (England, Wales)") (holiday-fixed 4 13 "(bank) Easter Monday (England, Wales)") (holiday-fixed 5 8 "(bank) Early May bank holiday (England, Wales)") (holiday-fixed 5 7 "(bank) Spring bank holiday (England, Wales)") (holiday-fixed 8 27 "(bank) Spring bank holiday") (holiday-fixed 9 31 "(bank) Summer bank holiday") (holiday-fixed 12 25 "(bank) Christmas Day") (holiday-fixed 12 28 "(bank) Boxing Day")) christian-holidays '((holiday-fixed 1 6 "Epiphany") (holiday-fixed 2 2 "Candlemas") (holiday-easter-etc -47 "Mardi Gras") (holiday-easter-etc 0 "Easter Day") (holiday-easter-etc 1 "Easter Monday") (holiday-easter-etc 39 "Ascension") (holiday-easter-etc 49 "Pentecost") (holiday-fixed 8 15 "Assumption") (holiday-fixed 11 1 "All Saints' Day") (holiday-fixed 11 2 "Day of the Dead") (holiday-fixed 11 22 "Saint Cecilia's Day") (holiday-fixed 12 1 "Saint Eloi's Day") (holiday-fixed 12 4 "Saint Barbara") (holiday-fixed 12 6 "Saint Nicholas Day") (holiday-fixed 12 25 "Christmas Day"))) (setq holiday-local-holidays nil calendar-christian-all-holidays-flag t calendar-holidays (list japanese-holidays polish-holidays english-holidays ;; holiday-local-holidays general-holidays holiday-christian-holidays holiday-solar-holidays) ;; calendar-mark-holidays-flag t calendar-week-start-day 1 calendar-date-style 'european)) Errors I get: Error (holidays): Bad holiday list item: ((japanese-holiday-range (holiday-fixed 1 3 元始祭) '(10 14 1873) '(7 20 1948)) (japanese-holiday-range (holiday-fixed 1 5 新年宴会) '(10 14 1873) '(7 20 1948)) (japanese-holiday-range (holiday-fixed 1 30 孝明天皇祭) '(10 14 1873) '(9 3 1912)) (japanese-holiday-range (holiday-fixed 2 11 紀元節) '(10 14 1873) '(7 20 1948)) (japanese-holiday-range (holiday-fixed 4 3 神武天皇祭) '(10 14 1873) '(7 20 1948)) (japanese-holiday-range (holiday-fixed 9 17 神嘗祭) '(10 14 1873) '(7 5 1879)) (japanese-holiday-range (holiday-fixed 11 3 天長節) '(10 14 1873) '(9 3 1912)) (japanese-holiday-range (holiday-fixed 11 23 新嘗祭) '(10 14 1873) '(7 20 1948)) (let* ((equinox (solar-equinoxes/solstices 0 displayed-year)) (m (calendar-extract-month equinox)) (d (truncate (calendar-extract-day equinox)))) (japanese-holiday-range (holiday-fixed m d 春季皇霊祭) '(6 5 1878) '(7 20 1948))) (let* ((equinox (solar-equinoxes/solstices 2 displayed-year)) (m (calendar-extract-month equinox)) (d (truncate (calendar-extract-day equinox)))) (japanese-holiday-range (holiday-fixed m d 秋季皇霊祭) '(6 5 1878) '(7 20 1948))) (japanese-holiday-range (holiday-fixed 10 17 神嘗祭) '(7 5 1879) '(7 20 1948)) (japanese-holiday-range (holiday-fixed 7 30 明治天皇祭) '(9 3 1912) '(3 3 1927)) (japanese-holiday-range (holiday-fixed 8 31 天長節) '(9 3 1912) '(3 3 1927)) (japanese-holiday-range (holiday-fixed 10 31 天長節祝日) '(10 31 1913) '(3 3 1927)) (japanese-holiday-range (holiday-fixed 4 29 天長節) '(3 3 1927) '(7 20 1948)) (japanese-holiday-range (holiday-fixed 11 3 明治節) '(3 3 1927) '(7 20 1948)) (japanese-holiday-range (holiday-fixed 12 25 大正天皇祭) '(3 3 1927) '(7 20 1948)) (japanese-holiday-national (japanese-holiday-substitute (nconc (japanese-holiday-range (holiday-fixed 1 1 元日) '(7 20 1948)) (japanese-holiday-range (holiday-fixed 1 15 成人の日) '(7 20 1947) '(1 1 2000)) (let* ((equinox (solar-equinoxes/solstices 0 displayed-year)) (m (calendar-extract-month equinox)) (d (truncate (calendar-extract-day equinox)))) (japanese-holiday-range (holiday-fixed m d 春分の日) '(7 20 1948))) (japanese-holiday-range (holiday-fixed 4 29 天皇誕生日) '(7 20 1948) '(2 17 1989)) (japanese-holiday-range (holiday-fixed 5 3 憲法記念日) '(7 20 1948)) (japanese-holiday-range (holiday-fixed 5 5 こどもの日) '(7 20 1948)) (let* ((equinox (solar-equinoxes/solstices 2 displayed-year)) (m (calendar-extract-month equinox)) (d (truncate (calendar-extract-day equinox)))) (japanese-holiday-range (holiday-fixed m d 秋分の日) '(7 20 1948))) (japanese-holiday-range (holiday-fixed 11 3 文化の日) '(7 20 1948)) (japanese-holiday-range (holiday-fixed 11 23 勤労感謝の日) '(7 20 1948)) (japanese-holiday-range (holiday-fixed 2 11 建国記念の日) '(6 25 1966)) (japanese-holiday-range (holiday-fixed 9 15 敬老の日) '(6 25 1966) '(1 1 2003)) (japanese-holiday-range (holiday-fixed 10 10 体育の日) '(6 25 1966) '(1 1 2000)) (japanese-holiday-range (holiday-fixed 4 29 みどりの日) '(2 17 1989) '(1 1 2007)) (japanese-holiday-range (holiday-fixed 12 23 天皇誕生日) '(2 17 1989) '(5 1 2019)) (japanese-holiday-range (holiday-fixed 7 20 海の日) '(1 1 1996) '(1 1 2003)) (japanese-holiday-range (holiday-float 1 1 2 成人の日) '(1 1 2000)) (japanese-holiday-range (holiday-float 10 1 2 体育の日) '(1 1 2000) '(1 1 2020)) (japanese-holiday-range (holiday-float 7 1 3 海の日) '(1 1 2003) '(1 1 2020)) (japanese-holiday-range (holiday-float 7 1 3 海の日) '(1 1 2022)) (japanese-holiday-range (holiday-float 9 1 3 敬老の日) '(1 1 2003)) (japanese-holiday-range (holiday-fixed 4 29 昭和の日) '(1 1 2007)) (japanese-holiday-range (holiday-fixed 5 4 みどりの日) '(1 1 2007)) (japanese-holiday-range (holiday-fixed 8 11 山の日) '(1 1 2016) '(1 1 2020)) (japanese-holiday-range (holiday-fixed 8 11 山の日) '(1 1 2022)) (japanese-holiday-range (holiday-fixed 2 23 天皇誕生日) '(5 1 2019)) (japanese-holiday-range (holiday-fixed 5 1 即位の日) '(12 14 2018) '(1 1 2020)) (japanese-holiday-range (holiday-fixed 10 22 即位礼正殿の儀) '(12 14 2018) '(1 1 2020)) (japanese-holiday-range (holiday-fixed 7 23 海の日) '(1 1 2020) '(1 1 2021)) (japanese-holiday-range (holiday-fixed 7 24 スポーツの日) '(1 1 2020) '(1 1 2021)) (japanese-holiday-range (holiday-fixed 8 10 山の日) '(1 1 2020) '(1 1 2021)) (japanese-holiday-range (holiday-float 10 1 2 スポーツの日) '(1 1 2022)) (japanese-holiday-range (holiday-fixed 7 22 海の日) '(1 1 2021) '(1 1 2022)) (japanese-holiday-range (holiday-fixed 7 23 スポーツの日) '(1 1 2021) '(1 1 2022)) (japanese-holiday-range (holiday-fixed 8 8 山の日) '(1 1 2021) '(1 1 2022))))) (holiday-filter-visible-calendar '(((4 10 1959) 明仁親王の結婚の儀) ((2 24 1989) 昭和天皇の大喪の礼) ((11 12 1990) 即位礼正殿の儀) ((6 9 1993) 徳仁親王の結婚の儀)))) Error: (invalid-function (japanese-holiday-range (holiday-fixed 1 3 元始祭) '(10 14 1873) '(7 20 1948))) Disable showing Disable logging Error (holidays): Bad holiday list item: ((holiday-fixed 1 21 Dzień Babci) (holiday-fixed 1 22 Dzień Diadka) (holiday-fixed 2 22 Ofiarowanie Pańskie (Matki Boskiej Gromnicznej)) (holiday-fixed 2 8 Tłusty Czwartek) (holiday-fixed 2 10 Ostatnia Sobota Karnawału) (holiday-fixed 2 13 Ostatki) (holiday-fixed 3 1 Narodowy Dzień Pamięci Żołnierzy Wyklętych) (holiday-fixed 3 10 Dzień Mężczyzn) (holiday-fixed 3 20 Początek Astronomicznej Wiosny) (holiday-fixed 3 25 Zmiana czasu z zimowego na letni) (holiday-fixed 3 25 Niedziela Palmowa) (holiday-fixed 3 29 Wielki Czwartek) (holiday-fixed 3 30 Wielki Piątek) (holiday-fixed 3 31 Wielka Sobota) (holiday-fixed 4 2 (bank) Poniedziałek Wielkanocny) (holiday-fixed 4 8 Święto Bożego Miłosierdzia) (holiday-fixed 4 22 Międzynarodowy Dzień Ziemi) (holiday-fixed 5 1 (bank) Międzynarodowe Święto Pracy) (holiday-fixed 5 2 Dzień Flagi Rzeczypospolitej Polskiej) (holiday-fixed 5 3 (bank) Święto Konstytucji 3 Maja) (holiday-fixed 5 13 Wniebowstąpienie) (holiday-fixed 5 20 (bank) Zesłanie Ducha Świętego (Zielone Świątki)) (holiday-fixed 5 26 Dzień Matki) (holiday-fixed 5 31 (bank) Boże Ciało) (holiday-fixed 6 1 Międzynarodowy Dzień Dziecka) (holiday-fixed 6 21 Pierwszy Dzień Lata (najdłuższy dzień roku)) (holiday-fixed 6 23 Dzień Ojca) (holiday-fixed 8 1 Narodowy Dzień Pamięci Powstania Warszawskiego) (holiday-fixed 8 15 (bank) Święto Wojska Polskiego) (holiday-fixed 8 15 Wniebowzięcie Najświętrzej Maryi Panny) (holiday-fixed 8 31 Dzień Solidarności i Wolności) (holiday-fixed 9 23 Początek Astronomicznej Jesieni) (holiday-fixed 9 30 Dzień Chłopaka) (holiday-fixed 10 14 Dzień Nauczyciela (Dzień Edukacji Narodowej)) (holiday-fixed 10 28 Zmiana czasu z letniego na zimowy) (holiday-fixed 11 1 (bank) Wszystkich Świętych) (holiday-fixed 11 2 Dzień Zaduszny) (holiday-fixed 11 11 (bank) Narodowe Święto Niepodległości) (holiday-fixed 11 29 Andrzejki) (holiday-fixed 12 4 Barbórka (Dzień górnika, naftowca i gazownika)) (holiday-fixed 12 6 Dzień św. Mikołaja) (holiday-fixed 12 21 Początek Astronomicznej Zimy) (holiday-fixed 12 24 Wigilia Bożego Narodzenia) (holiday-fixed 12 25 (bank) Boże Narodzenie (1 dzień)) (holiday-fixed 12 26 (bank) Boże Narodzenie (2 dzień))) In GNU Emacs 28.0.50 (build 1, x86_64-apple-darwin19.6.0, NS appkit-1894.60 Version 10.15.7 (Build 19H2)) of 2021-02-28 built on adam-macBook.local Windowing system distributor 'Apple', version 10.3.1894 System Description: Mac OS X 10.15.7 Configured using: 'configure --enable-locallisppath=/usr/local/share/emacs/site-lisp --infodir=/usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/info/emacs --prefix=/usr/local/Cellar/emacs-head <at> 28/28.0.50_1 --without-x --with-dbus --with-native-compilation --with-imagemagick --with-modules --with-gnutls --with-rsvg --with-xml2 --with-xwidgets --with-ns --disable-ns-self-contained 'CFLAGS=-O2 -march=native -I/usr/local/opt/gcc/include' 'LDFLAGS=-L/usr/local/lib/gcc/10 -I/usr/local/opt/gcc/include -I/usr/local/opt/libgccjit/include -I/usr/local/opt/gmp/include -I/usr/local/opt/jpeg/include'' Configured features: ACL DBUS GIF GLIB GMP GNUTLS IMAGEMAGICK JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP NOTIFY KQUEUE NS PDUMPER PNG RSVG THREADS TIFF TOOLKIT_SCROLL_BARS XIM XWIDGETS ZLIB Important settings: value of $LC_COLLATE: pl_PL.UTF-8 value of $LC_CTYPE: pl_PL.UTF-8 value of $LC_MESSAGES: pl_PL.UTF-8 value of $LC_MONETARY: pl_PL.UTF-8 value of $LC_NUMERIC: pl_PL.UTF-8 value of $LC_TIME: pl_PL.UTF-8 value of $LANG: pl_PL.UTF-8 locale-coding-system: utf-8-unix Major mode: Elisp Minor modes in effect: erc-list-mode: t erc-menu-mode: t erc-ring-mode: t erc-pcomplete-mode: t erc-track-mode: t erc-track-minor-mode: t erc-netsplit-mode: t erc-notifications-mode: t erc-match-mode: t erc-spelling-mode: t editorconfig-mode: t which-key-mode: t rainbow-delimiters-mode: t hl-todo-mode: t symbol-overlay-mode: t show-paren-mode: t erc-autojoin-mode: t erc-services-mode: t erc-networks-mode: t erc-hl-nicks-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-keep-place-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t engine-mode: t yas-minor-mode: t org-roam-mode: t magit-auto-revert-mode: t global-git-gutter-mode: t git-gutter-mode: t global-git-commit-mode: t counsel-projectile-mode: t projectile-mode: t ivy-mode: t dired-hide-details-mode: 1 drag-stuff-global-mode: t drag-stuff-mode: t openwith-mode: t recentf-mode: t hl-line-mode: t delete-selection-mode: t global-auto-revert-mode: t savehist-mode: t company-mode: t persistent-scratch-autosave-mode: t global-hungry-delete-mode: t hungry-delete-mode: t electric-pair-mode: t global-anzu-mode: t anzu-mode: t global-evil-visualstar-mode: t evil-visualstar-mode: t global-evil-matchit-mode: t evil-matchit-mode: t global-evil-surround-mode: t evil-surround-mode: t shell-dirtrack-mode: t evil-mode: t evil-local-mode: t auto-compile-on-load-mode: t override-global-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t global-visual-line-mode: t visual-line-mode: t transient-mark-mode: t Load-path shadows: /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-stan hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-stan /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-exp hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-exp /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-J hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-J /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-emacs-lisp hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-emacs-lisp /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-css hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-css /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-lob hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-lob /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ol-irc hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ol-irc /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-forth hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-forth /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-macs hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-macs /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-version hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-version /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-scheme hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-scheme /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ox hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ox /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-abc hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-abc /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-C hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-C /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-capture hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-capture /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-ref hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-ref /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-clojure hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-clojure /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-mouse hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-mouse /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-ledger hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-ledger /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-ctags hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-ctags /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-entities hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-entities /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-archive hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-archive /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-screen hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-screen /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ol-bibtex hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ol-bibtex /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-haskell hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-haskell /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-asymptote hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-asymptote /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-table hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-table /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ol-eww hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ol-eww /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ox-org hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ox-org /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-num hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-num /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-plot hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-plot /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ol-rmail hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ol-rmail /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-awk hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-awk /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-groovy hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-groovy /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-octave hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-octave /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-faces hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-faces /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-colview hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-colview /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-R hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-R /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-refile hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-refile /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-timer hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-timer /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-ebnf hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-ebnf /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-mobile hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-mobile /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-fortran hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-fortran /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-shell hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-shell /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-perl hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-perl /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-sqlite hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-sqlite /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-sed hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-sed /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-list hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-list /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-ruby hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-ruby /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-eval hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-eval /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-habit hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-habit /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-clock hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-clock /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-goto hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-goto /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ox-html hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ox-html /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-src hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-src /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-lisp hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-lisp /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ol-eshell hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ol-eshell /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-ditaa hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-ditaa /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-pcomplete hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-pcomplete /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-lint hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-lint /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ox-latex hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ox-latex /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-sass hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-sass /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-io hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-io /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-tangle hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-tangle /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-calc hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-calc /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-java hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-java /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ox-icalendar hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ox-icalendar /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ol-mhe hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ol-mhe /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-attach-git hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-attach-git /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ox-md hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ox-md /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ox-beamer hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ox-beamer /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-element hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-element /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-protocol hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-protocol /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-mscgen hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-mscgen /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-gnuplot hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-gnuplot /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-tempo hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-tempo /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-latex hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-latex /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ol-w3m hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ol-w3m /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-id hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-id /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-vala hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-vala /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ox-man hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ox-man /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-feed hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-feed /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-lua hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-lua /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-table hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-table /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-ocaml hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-ocaml /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-coq hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-coq /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ol-gnus hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ol-gnus /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-picolisp hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-picolisp /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-indent hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-indent /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-lilypond hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-lilypond /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-matlab hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-matlab /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-datetree hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-datetree /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ol-docview hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ol-docview /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-python hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-python /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-makefile hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-makefile /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-duration hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-duration /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-agenda hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-agenda /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-dot hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-dot /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-js hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-js /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ox-publish hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ox-publish /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-inlinetask hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-inlinetask /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-org hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-org /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-keys hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-keys /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-core hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-core /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-compat hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-compat /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ol hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ol /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ox-odt hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ox-odt /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ol-info hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ol-info /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-plantuml hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-plantuml /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-eshell hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-eshell /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ox-ascii hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ox-ascii /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-loaddefs hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-loaddefs /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-hledger hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-hledger /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-maxima hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-maxima /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ol-bbdb hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ol-bbdb /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-macro hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-macro /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-sql hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-sql /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-attach hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-attach /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-processing hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-processing /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ox-texinfo hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ox-texinfo /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-crypt hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-crypt /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-footnote hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-footnote /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/org-install hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/org-install /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-comint hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-comint /Users/devil/.emacs.d/elpa/org-plus-contrib-20210222/ob-shen hides /usr/local/Cellar/emacs-head <at> 28/28.0.50_1/share/emacs/28.0.50/lisp/org/ob-shen Features: (shadow company-bbdb org-mime ox-org mu4e-maildirs-extension org-mu4e mu4e desktop frameset mu4e-org mu4e-main mu4e-view mu4e-headers mu4e-compose mu4e-context mu4e-draft mu4e-actions rfc2368 mu4e-mark mu4e-message flow-fill mu4e-proc mu4e-utils mu4e-lists mu4e-vars mu4e-meta emacsbug elfeed-link elfeed-web elfeed-org elfeed-goodies-logging elfeed-goodies-new-entry-hooks elfeed-goodies-split-pane popwin elfeed-goodies-show-mode ace-jump-mode noflet cl-indent elfeed-goodies-search-mode powerline powerline-separators powerline-themes elfeed-goodies elfeed-show elfeed-search elfeed-csv elfeed elfeed-curl elfeed-log xml-query magit-bookmark bookmark elfeed-db elfeed-lib face-remap view sort evil-matchit-simple shortdoc em-unix em-term term ehelp em-script em-prompt em-ls em-hist em-pred em-glob em-dirs esh-var em-cmpl em-basic em-banner em-alias esh-mode eshell esh-cmd esh-ext esh-opt esh-proc esh-io esh-arg esh-module esh-groups esh-util cal-move ffap executable w3m-form w3m-symbol w3m-filter w3m-search w3m-bookmark w3m-tabmenu w3m-session helpful trace edebug backtrace info-look help-fns radix-tree elisp-refs cua-base network-stream nsm erc-list erc-menu erc-ring erc-pcomplete erc-track erc-netsplit erc-desktop-notifications erc-match erc-spelling editorconfig-core editorconfig-core-handle editorconfig-fnmatch ag vc-svn find-dired wiki-summary editorconfig which-key emacs-lock disp-table page-break-lines display-line-numbers linum whitespace electric-operator rainbow-delimiters hl-todo symbol-overlay paren exec-path-from-shell my-irc znc erc-image image-dired erc-join erc-services erc-networks erc-hl-nicks erc-button erc-fill erc-stamp erc-goodies erc erc-backend erc-loaddefs my-www engine-mode w3m timezone w3m-hist w3m-fb bookmark-w3m w3m-ems w3m-favicon w3m-image tab-line w3m-proc w3m-util my-email smtpmail sendmail my-rss my-shell my-php my-js apheleia js2-mode js cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs my-web my-python my-devel yasnippet dtrt-indent flycheck dns-mode my-notifications appt diary-lib diary-loaddefs my-cleanup my-dired my-writing google-translate google-translate-default-ui google-translate-core-ui popup ido google-translate-core google-translate-tk google-translate-backend cl smart-quotes my-org org-journal org-crypt cal-iso org-roam-server ox-odt rng-loc rng-uri rng-parse rng-match rng-dt rng-util rng-pttrn nxml-parse nxml-ns nxml-enc xmltok nxml-util ox-latex ox-icalendar ox-html table ox-ascii ox-publish ox simple-httpd pp tabify org-roam-protocol org-roam org-roam-link org-roam-graph org-roam-doctor org-roam-dailies org-roam-capture org-roam-db emacsql-sqlite3 emacsql emacsql-compiler org-roam-completion org-roam-buffer org-roam-faces org-roam-macs org-roam-compat f org-diet org-review org-duration org-eldoc emojify apropos tar-mode arc-mode archive-mode ht visual-fill-column org-indent org-element avl-tree org-drill persist org-id ol-eww eww url-queue mm-url ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect gnus-search eieio-opt speedbar ezimage dframe ol-docview doc-view image-mode exif ol-bibtex bibtex ol-bbdb ol-w3m japanese-holidays holidays hol-loaddefs async ob-async ob-latex ob-shell ob-gnuplot ob-ledger ob-python python tramp-sh org-link-archive org-protocol org-table-cell-move org-checklist org-collector org-habit org-toc org-contacts org-capture gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum shr kinsoku svg dom gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo gnus-spec gnus-int gnus-range gnus-win gnus nnheader my-hydra major-mode-hydra pretty-hydra hydra lv s my-git git-rebase magit-submodule magit-obsolete 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 magit-core magit-autorevert magit-margin magit-transient magit-process magit-mode git-gutter git-commit transient log-edit message rmc rfc822 mml mml-sec gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr mailabbrev mail-utils gmm-utils mailheader pcvs-util add-log magit-git magit-section magit-utils crm counsel-projectile counsel xdg swiper projectile ibuf-ext ibuffer ibuffer-loaddefs vc-git smerge-mode diff-mode diff my-theme wombat-theme ivy-rich two-column ivy ivy-faces ivy-overlay colir color all-the-icons-dired dired dired-loaddefs my-navigation dashboard dashboard-widgets all-the-icons all-the-icons-faces data-material data-weathericons data-octicons data-fileicons data-faicons data-alltheicons time grep compile text-property-search iscroll goto-last-change drag-stuff tramp tramp-loaddefs trampver tramp-integration files-x tramp-compat parse-time iso8601 ls-lisp openwith recentf tree-widget wid-edit my-encrypt epa-file epa derived epg epg-config my-edit hl-line delsel autorevert filenotify savehist company-etags etags fileloop generator xref project company-gtags company-template company-capf company-keywords company-dabbrev-code company-dabbrev company-yasnippet company-files company persistent-scratch with-editor server hungry-delete org-pomodoro alert log4e notifications dbus xml gntp org-timer org-clock org-agenda org-refile org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint org-pcomplete org-list org-faces org-entities time-date noutline outline org-version ob-emacs-lisp ob-core ob-eval org-table ol org-keys org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs elec-pair my-evil undo-fu evil-anzu anzu evil-visualstar evil-matchit evil-matchit-sdk evil-surround evil evil-keybindings evil-integration evil-maps evil-commands reveal flyspell ispell evil-jumps evil-command-window evil-types evil-search evil-ex shell pcomplete comint ansi-color evil-macros evil-repeat evil-states evil-core advice evil-common windmove rect evil-digraphs evil-vars ring edmacro kmacro inc-dec-at-point thingatpt jka-compr my-utils my-path dash diminish use-package-ensure-system-package system-packages auto-compile comp comp-cstr warnings packed cl-extra help-mode use-package use-package-ensure use-package-delight use-package-diminish use-package-bind-key bind-key easy-mmode use-package-core finder-inf tls gnutls puny rx w3m-load info package easymenu 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 electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/ns-win ns-win ucs-normalize mule-util term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu 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 charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face pcase macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads xwidget-internal dbusbind kqueue cocoa ns lcms2 multi-tty make-network-process nativecomp emacs) Memory information: ((conses 16 1721348 212492) (symbols 48 72371 33) (strings 32 422675 29894) (string-bytes 1 15320827) (vectors 16 166459) (vector-slots 8 5117591 167209) (floats 8 1444 505) (intervals 56 49422 1199) (buffers 992 75))
bug-gnu-emacs <at> gnu.org
:bug#46883
; Package emacs
.
(Wed, 03 Mar 2021 15:01:02 GMT) Full text and rfc822 format available.Message #8 received at 46883 <at> debbugs.gnu.org (full text, mbox):
From: Lars Ingebrigtsen <larsi <at> gnus.org> To: Adam Faryna <adam <at> faryna.io> Cc: 46883 <at> debbugs.gnu.org Subject: Re: bug#46883: 28.0.50; calendar-holidays var setup errors Date: Wed, 03 Mar 2021 16:00:46 +0100
Adam Faryna <adam <at> faryna.io> writes: > Hi, since I updated Emacs to HEAD, my configuration of calendar-holidays > var throws errors on Emacs start (pasted below). > > I set calendar-holidays like this: > > (use-package japanese-holidays) > > (setq > general-holidays [...] > Errors I get: > > Error (holidays): Bad holiday list item: ((japanese-holiday-range (holiday-fi The rest of the configuration is perhaps not relevant here -- the problem is just in the "japanese-holidays" package? I'm not familiar with that package, and it doesn't seem to be available on GNU ELPA or Melpa? Where does it originate from? Also, could you `(setq debug-on-error t)', repeat whatever is giving you the error and post the resulting backtrace? -- (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
.
(Wed, 03 Mar 2021 15:02:02 GMT) Full text and rfc822 format available.bug-gnu-emacs <at> gnu.org
:bug#46883
; Package emacs
.
(Thu, 04 Mar 2021 02:27:02 GMT) Full text and rfc822 format available.Message #13 received at 46883 <at> debbugs.gnu.org (full text, mbox):
From: Adam Faryna <adam <at> faryna.io> To: Lars Ingebrigtsen <larsi <at> gnus.org> Cc: 46883 <at> debbugs.gnu.org, Adam Faryna <adam <at> faryna.io> Subject: Re: bug#46883: 28.0.50; calendar-holidays var setup errors Date: Wed, 03 Mar 2021 23:59:57 +0000
Thanks for prompt reply Lars. The error I get it's actually a warning from *Warning* buffer, that welcomes me every time I start Emacs since update. There are no backtrace after I activate debug-on-error and restart. The problem occurs even when I deactivate japanese-holidays package. Lars Ingebrigtsen <larsi <at> gnus.org> writes: > Adam Faryna <adam <at> faryna.io> writes: > >> Hi, since I updated Emacs to HEAD, my configuration of calendar-holidays >> var throws errors on Emacs start (pasted below). >> >> I set calendar-holidays like this: >> >> (use-package japanese-holidays) >> >> (setq >> general-holidays > > [...] > >> Errors I get: >> >> Error (holidays): Bad holiday list item: ((japanese-holiday-range (holiday-fi > > The rest of the configuration is perhaps not relevant here -- the > problem is just in the "japanese-holidays" package? I'm not familiar > with that package, and it doesn't seem to be available on GNU ELPA or > Melpa? Where does it originate from? > > Also, could you `(setq debug-on-error t)', repeat whatever is giving you > the error and post the resulting backtrace? > > -- > (domestic pets only, the antidote for overdose, milk.) > bloggy blog: http://lars.ingebrigtsen.no
bug-gnu-emacs <at> gnu.org
:bug#46883
; Package emacs
.
(Thu, 04 Mar 2021 02:32:02 GMT) Full text and rfc822 format available.Message #16 received at 46883 <at> debbugs.gnu.org (full text, mbox):
From: "adam <at> faryna.io" <adam <at> faryna.io> To: Lars Ingebrigtsen <larsi <at> gnus.org> Cc: "46883 <at> debbugs.gnu.org" <46883 <at> debbugs.gnu.org> Subject: Re: bug#46883: 28.0.50; calendar-holidays var setup errors Date: Thu, 04 Mar 2021 01:54:44 +0000
[Message part 1 (text/html, inline)]
bug-gnu-emacs <at> gnu.org
:bug#46883
; Package emacs
.
(Thu, 04 Mar 2021 11:39:02 GMT) Full text and rfc822 format available.Message #19 received at 46883 <at> debbugs.gnu.org (full text, mbox):
From: Lars Ingebrigtsen <larsi <at> gnus.org> To: Adam Faryna <adam <at> faryna.io> Cc: 46883 <at> debbugs.gnu.org Subject: Re: bug#46883: 28.0.50; calendar-holidays var setup errors Date: Thu, 04 Mar 2021 12:37:34 +0100
Adam Faryna <adam <at> faryna.io> writes: > The error I get it's actually a warning from *Warning* buffer, that > welcomes me every time I start Emacs since update. There are > no backtrace after I activate debug-on-error and restart. You may have to start Emacs with "emacs --debug-init" to get a backtrace here. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no
bug-gnu-emacs <at> gnu.org
:bug#46883
; Package emacs
.
(Fri, 05 Mar 2021 00:35:01 GMT) Full text and rfc822 format available.Message #22 received at 46883 <at> debbugs.gnu.org (full text, mbox):
From: adam <at> faryna.io To: Lars Ingebrigtsen <larsi <at> gnus.org> Cc: 46883 <at> debbugs.gnu.org Subject: Re: bug#46883: 28.0.50; calendar-holidays var setup errors Date: Fri, 05 Mar 2021 00:34:14 +0000
I did but nothing new shows up. Also while Emacs is running it brings to the front the *Warning* buffer with this calendar errors, as it probably continue try to initialize it. On 2021-03-04 11:37, Lars Ingebrigtsen wrote: > Adam Faryna <adam <at> faryna.io> writes: > >> The error I get it's actually a warning from *Warning* buffer, that >> welcomes me every time I start Emacs since update. There are >> no backtrace after I activate debug-on-error and restart. > > You may have to start Emacs with "emacs --debug-init" to get a > backtrace > here.
bug-gnu-emacs <at> gnu.org
:bug#46883
; Package emacs
.
(Fri, 05 Mar 2021 13:35:01 GMT) Full text and rfc822 format available.Message #25 received at 46883 <at> debbugs.gnu.org (full text, mbox):
From: Lars Ingebrigtsen <larsi <at> gnus.org> To: adam <at> faryna.io Cc: 46883 <at> debbugs.gnu.org Subject: Re: bug#46883: 28.0.50; calendar-holidays var setup errors Date: Fri, 05 Mar 2021 14:34:15 +0100
adam <at> faryna.io writes: > I did but nothing new shows up. > > Also while Emacs is running it brings to the front the *Warning* > buffer with this calendar errors, as it probably continue try to > initialize it. Very odd. Does anybody else have any suggestions for debugging this? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no
bug-gnu-emacs <at> gnu.org
:bug#46883
; Package emacs
.
(Fri, 05 Mar 2021 15:32:01 GMT) Full text and rfc822 format available.Message #28 received at 46883 <at> debbugs.gnu.org (full text, mbox):
From: Stephen Berman <stephen.berman <at> gmx.net> To: Lars Ingebrigtsen <larsi <at> gnus.org> Cc: 46883 <at> debbugs.gnu.org, adam <at> faryna.io Subject: Re: bug#46883: 28.0.50; calendar-holidays var setup errors Date: Fri, 05 Mar 2021 16:31:41 +0100
[Message part 1 (text/plain, inline)]
On Fri, 05 Mar 2021 14:34:15 +0100 Lars Ingebrigtsen <larsi <at> gnus.org> wrote: > adam <at> faryna.io writes: > >> I did but nothing new shows up. >> >> Also while Emacs is running it brings to the front the *Warning* >> buffer with this calendar errors, as it probably continue try to >> initialize it. > > Very odd. Does anybody else have any suggestions for debugging this? You can put this in your init file: (setq calendar-debug-sexp t) I made an init file consisting of the sexps in the OP (except for the ones involving japanese-holidays, since I don't have that package), added the above for debugging, started Emacs, did `M-x calendar', typed `h' on a date in the Calendar buffer, and got this backtrace:
[Message part 2 (text/plain, attachment)]
[Message part 3 (text/plain, inline)]
The problem seems to be this sexp from the OP's post: (setq holiday-local-holidays nil calendar-christian-all-holidays-flag t calendar-holidays (list japanese-holidays polish-holidays english-holidays ;; holiday-local-holidays general-holidays holiday-christian-holidays holiday-solar-holidays) ;; calendar-mark-holidays-flag t calendar-week-start-day 1 calendar-date-style 'european) Using `list' results in an unsuitable list structure. I replaced it by `append' (again omitting japanese-holidays), restarted Emacs, did `M-x calendar', typed `h' on March 10 in the Calendar buffer, and the echo area displayed this message: Wednesday, 10 March 2021: Dzień Mężczyzn So I guess that should fix the OP's problem. Steve
bug-gnu-emacs <at> gnu.org
:bug#46883
; Package emacs
.
(Fri, 05 Mar 2021 20:11:02 GMT) Full text and rfc822 format available.Message #31 received at 46883 <at> debbugs.gnu.org (full text, mbox):
From: adam <at> faryna.io To: Stephen Berman <stephen.berman <at> gmx.net> Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, 46883 <at> debbugs.gnu.org Subject: Re: bug#46883: 28.0.50; calendar-holidays var setup errors Date: Fri, 05 Mar 2021 20:10:03 +0000
Thanks Steven, that was it. I ended up setting calendar-holidays this way: (setq calendar-holidays (append calendar-holidays japanese-holidays polish-holidays english-holidays general-holidays holiday-christian-holidays holiday-solar-holidays)) Thanks a lot for your support guys! On 2021-03-05 15:31, Stephen Berman wrote: > On Fri, 05 Mar 2021 14:34:15 +0100 Lars Ingebrigtsen <larsi <at> gnus.org> > wrote: > >> adam <at> faryna.io writes: >> >>> I did but nothing new shows up. >>> >>> Also while Emacs is running it brings to the front the *Warning* >>> buffer with this calendar errors, as it probably continue try to >>> initialize it. >> >> Very odd. Does anybody else have any suggestions for debugging this? > > You can put this in your init file: > > (setq calendar-debug-sexp t) > > I made an init file consisting of the sexps in the OP (except for the > ones involving japanese-holidays, since I don't have that package), > added the above for debugging, started Emacs, did `M-x calendar', typed > `h' on a date in the Calendar buffer, and got this backtrace: > > > > The problem seems to be this sexp from the OP's post: > > (setq > holiday-local-holidays nil > calendar-christian-all-holidays-flag t > calendar-holidays (list > japanese-holidays > polish-holidays > english-holidays > ;; holiday-local-holidays > general-holidays > holiday-christian-holidays > holiday-solar-holidays) > ;; calendar-mark-holidays-flag t > calendar-week-start-day 1 > calendar-date-style 'european) > > Using `list' results in an unsuitable list structure. I replaced it by > `append' (again omitting japanese-holidays), restarted Emacs, did `M-x > calendar', typed `h' on March 10 in the Calendar buffer, and the echo > area displayed this message: > > Wednesday, 10 March 2021: Dzień Mężczyzn > > So I guess that should fix the OP's problem. > > Steve
bug-gnu-emacs <at> gnu.org
:bug#46883
; Package emacs
.
(Sat, 06 Mar 2021 12:37:02 GMT) Full text and rfc822 format available.Message #34 received at 46883 <at> debbugs.gnu.org (full text, mbox):
From: Lars Ingebrigtsen <larsi <at> gnus.org> To: adam <at> faryna.io Cc: 46883 <at> debbugs.gnu.org, Stephen Berman <stephen.berman <at> gmx.net> Subject: Re: bug#46883: 28.0.50; calendar-holidays var setup errors Date: Sat, 06 Mar 2021 13:36:38 +0100
adam <at> faryna.io writes: > Thanks Steven, that was it. I ended up setting calendar-holidays this > way: OK; closing this bug report, then. -- (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
.
(Sat, 06 Mar 2021 12:37:02 GMT) Full text and rfc822 format available.Debbugs Internal Request <help-debbugs <at> gnu.org>
to internal_control <at> debbugs.gnu.org
.
(Sun, 04 Apr 2021 11:24:07 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.