2019-11-04 Emacs news
=====================
[EmacsConf] (<https://emacsconf.org/2019>) was a blast! Recordings may be
available by next week - stay tuned. Thanks to everyone who helped make it
happen!
- Emacs configuration:
- [Manuel Uberti: Thirty straight days]
(<http://manuel-uberti.github.io//emacs/2019/11/02/thirty-straight-days/>)
- [Migrating Away From Use-Package]
(<https://two-wrongs.com/migrating-away-from-use-package>)
- [elisp: My Emacs initialization files] (<https://github.com/jimm/elisp>)
- [fat-free-evil: Fat Free Evil Emacs Config]
(<https://github.com/firstrow/fat-free-evil>)
- [Emacs “Plugins”] (<https://irreal.org/blog/?p=8411>)
- Emacs Lisp:
- [popup-el: Visual Popup Interface Library for Emacs]
(<https://github.com/auto-complete/popup-el>)
- [Thanks for the display-buffer knowledge]
(<https://www.reddit.com/r/emacs/comments/dqz5ux/thanks_for_the_displaybuffer_knowledge/>)
- Emacs development:
- [Proposal to rename windows to panes after Emacs 27]
(<https://lists.gnu.org/archive/html/emacs-devel/2019-10/msg01149.html>)
- [Add a <a id=...> skeleton to html-mode]
(<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=ba8a7882de5bbdb39c9c1d74297a9613aa28463f>)
- [Don't refuse to install packages without a "footer line"]
(<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6297eb0fca9967649bcde6fd160bb6b5d3ce6878>)
- [Inhibit undo-in-region for mouse-drag-region (bug#37700)]
(<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=d75794fd5c168fb76406b88e231d8749160f934a>)
- [Rework vc stash bindings]
(<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=e168bb73865f64cc67f80f8b2599c826cbf9e957>)
- [Bind vc-git-stash to a key]
(<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=4650aa3523068b83c3d9e6276fe89eb3955ca1e3>)
- [Add a convenience function to be used when working on font locking]
(<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=e1409379f7ce60eb845a0b9c3a614af4f5fac694>)
- [* etc/NEWS: Update renamed function read-char-from-minibuffer.]
(<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=9e10ee754c8ffbe715879b7bba37a4523c8ee59d>)
- [Default exotic image formats (like .webp) to image-mode]
(<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=19c98f762092adab01bf35d4b0c958af7d4ea59e>)
- Appearance:
- [emacs-maple-minibuffer: Show minibuffer with another frame]
(<https://github.com/honmaple/emacs-maple-minibuffer>)
- Navigation:
- [with-emacs · Search and Replacement Techniques]
(<https://with-emacs.com/posts/editing/search-and-replacement-techniques/>)
(2018)
- [Quit and Close Emacs Special Windows Like Help and Compilation Results]
(<https://christiantietze.de/posts/2019/10/emacs-quit-special-windows/>)
- [Building personal search engine: using Emacs and Ripgrep to search in
your code and knowledge] (<https://beepb00p.xyz/pkm-search.html>) ([Reddit]
(<https://reddit.com/r/emacs/comments/dq42vk/building_personal_search_engine_using_emacs_and/>))
- [New package: windower.el]
(<https://www.reddit.com/r/emacs/comments/dqofmi/new_package_windowerel/>)
- [Emacs packages: broadcast]
(<https://blog.bitsandbobs.net/blog/emacs-packages-broadcast/>) ([Reddit]
(<https://reddit.com/r/emacs/comments/dqxcqp/emacs_packages_broadcast/>))
- [fancy-narrow: Emacs package to immitate narrow-to-region with more
eye-candy] (<https://github.com/Malabarba/fancy-narrow>)
- Org Mode:
- [ob-cfengine3: Org Babel functions for CFEngine 3]
(<https://github.com/nickanderson/ob-cfengine3/blob/master/README.org>)
- [org-pretty-table: Replace org-table characters with box-drawing unicode
glyphs.] (<https://github.com/Fuco1/org-pretty-table>)
- [Wissensverwaltung auf Papier und digital]
(<https://karl-voit.at/2017/12/24/Zettelkasten/>)
- [UOMF: Presentation Slides Via Reveal and PDF Handout]
(<https://karl-voit.at/2019/10/12/org-reveal-handout/>)
- [Postpone tasks (esp. habits) till tomorrow in the agenda view]
(<https://github.com/j-cr/org-postpone>) ([Reddit]
(<https://reddit.com/r/emacs/comments/dpjfci/postpone_tasks_esp_habits_till_tomorrow_in_the/>))
- [Organice] (<https://irreal.org/blog/?p=8407>)
- [Inline Tasks] (<https://irreal.org/blog/?p=8418>)
- Coding:
- [Details on how to do REPL driven development from the editor (Emacs with
CIDER) - How to? - ClojureVerse]
(<https://clojureverse.org/t/details-on-how-to-do-repl-driven-development-from-the-editor-emacs-with-cider/4960>)
- [emacs-xml-format: emacs package to reformat xml using xmllint]
(<https://github.com/wbolster/emacs-xml-format>)
- [A few comments on tree-sitter for Emacs via rust bindings for Emacs
lisp]
(<https://www.reddit.com/r/emacs/comments/dqcbtp/a_few_comments_on_treesitter_for_emacs_via_rust/>)
- [Prevent Emacs Compilation Window From Displaying Other Content •
Christian Tietze]
(<https://christiantietze.de/posts/2019/10/emacs-compilation-window-prevent-switching/>)
- [My "space-substitute" code saves me some typing stress.]
(<https://www.reddit.com/r/emacs/comments/dpwn7t/my_spacesubstitute_code_saves_me_some_typing/>)
- [Emacs IPython Notebook-0.2.1alpha1 documentation]
(<https://tkf.github.io/emacs-ipython-notebook/>)
- [Anyone here who uses Indium and lsp-mode together? What are your
experiences?]
(<https://www.reddit.com/r/emacs/comments/dpc3k5/anyone_here_who_uses_indium_and_lspmode_together/>)
- [Testing an API with emacs and restclient]
(<https://erick.navarro.io/blog/testing-an-api-with-emacs-and-restclient/>)
([Reddit]
(<https://reddit.com/r/emacs/comments/dre5dn/testing_an_api_with_emacs_and_restclient/>))
- [Minimal Setup for Elixir development in Emacs]
(<https://erick.navarro.io/blog/minimal-setup-for-elixir-development-in-emacs/>)
- [GitHub - turbo-cafe/flymake-kondor]
(<https://github.com/turbo-cafe/flymake-kondor>) ([Reddit]
(<https://reddit.com/r/emacs/comments/dr7q5e/github_turbocafeflymakekondor/>))
- Mail:
- [Sending mail with mu4e]
(<https://dataswamp.org/~solene/2018-05-22-mu4esmtp.html>)
- [Using emacs to manage mails with mu4e]
(<https://dataswamp.org/~solene/2017-06-15-mu4e.html>)
- Community:
- [Emacs Amsterdam meetup group]
(<https://www.meetup.com/Amsterdam-Emacs-Users-Group/events/>)
- [Weekly tips/trick/etc/ thread]
(<https://www.reddit.com/r/emacs/comments/domrl6/weekly_tipstricketc_thread/>)
- Other:
- [IRC and Emacs all the things (messengers like Slack, Skype, etc)]
(<https://200ok.ch/posts/2019-11-01_irc_and_emacs_all_the_things.html>)
([Reddit]
(<https://reddit.com/r/emacs/comments/dq86wi/irc_and_emacs_all_the_things_messengers_like/>))
- [Keeping a simple markdown work-log, via emacs]
(<https://blog.steve.fi/keeping_a_simple_markdown_work_log__via_emacs.html>)
- [nov: major mode for reading EPUBs in Emacs]
(<https://github.com/wasamasa/nov.el>) ([HN]
(<https://news.ycombinator.com/item?id=21426315>))
- [repl.it/languages/elisp - Runs Emacs in the browser]
(<https://repl.it/languages/elisp>) ([Reddit]
(<https://reddit.com/r/emacs/comments/dqa5ja/replitlanguageselisp_runs_emacs_in_the_browser/>))
- [How to annotate literally everything | Mildly entertainingᵝ]
(<https://beepb00p.xyz/annotating.html>)
- [pdfsearch.el: Emacs script to search annotations in a set of pdf files]
(<https://github.com/larsen/bin/blob/master/pdfsearch.el>)
- [Emacs can compare parts of buffers]
(<https://www.reddit.com/r/emacs/comments/dq0kon/emacs_can_compare_parts_of_buffers/>)
- [Inserting special characters | I'm trying out for a Doom Emacs-related
YouTube channel] (<https://www.youtube.com/watch?v=HjUquOQtIYs>) ([Reddit]
(<https://reddit.com/r/emacs/comments/dr5x30/inserting_special_characters_im_trying_out_for_a/>))
- [What is the advantage of using the included emacs tools vs using third
party alternatives?]
(<https://www.reddit.com/r/emacs/comments/dr3owx/what_is_the_advantage_of_using_the_included_emacs/>)
- [Apple’s great GPL purge]
(<http://meta.ath0.com/2012/02/05/apples-great-gpl-purge/>)
- [Thoughts on Carp and EmacsConf 2019?]
(<https://www.reddit.com/r/emacs/comments/dqxj7y/thoughts_on_carp_and_emacsconf_2019/>)
- [Emacs on MacOS Catalina 10.15 in 2019]
(<https://medium.com/@holzman.simon/emacs-on-macos-catalina-10-15-in-2019-79ff713c1ccc>)
([Reddit]
(<https://reddit.com/r/emacs/comments/dqcs7y/emacs_on_macos_catalina_1015_in_2019/>))
- [Emacs UI for the new (libre) Linux phones that are coming?]
(<https://www.reddit.com/r/emacs/comments/dobjhn/emacs_ui_for_the_new_libre_linux_phones_that_are/>)
- [10 Specific Ways to Improve Your Productivity with Emacs]
(<https://sites.google.com/site/steveyegge2/effective-emacs>) (2005)
- [Emacs Markdown cheatsheet]
(<https://www.cheatography.com/xaon/cheat-sheets/emacs-markdown-mode/>)
([Irreal] (<https://irreal.org/blog/?p=8420>))
- New packages:
- bento <http://melpa.org/#/bento>: Flycheck integration for the Bento code
checker
- berrys-theme <http://melpa.org/#/berrys-theme>: A light, clean and
elegant theme
- company-ctags <http://melpa.org/#/company-ctags>: Fastest company-mode
completion backend for ctags
- flymake-golangci <http://melpa.org/#/flymake-golangci>: A flymake handler
for go-mode files using Golang CI lint
- git-walktree <http://melpa.org/#/git-walktree>: Browse Git tree and blob
objects
- helm-sly <http://melpa.org/#/helm-sly>: Helm sources and some utilities
for SLY.
- lsp-ivy <http://melpa.org/#/lsp-ivy>: LSP ivy integration
- sql-sqlline <http://melpa.org/#/sql-sqlline>: Adds SQLLine support to
SQLi mode
- trashed <http://melpa.org/#/trashed>: Viewing/editing system trash can
- xml-format <http://melpa.org/#/xml-format>: XML reformatter using xmllint
- zero-input <http://melpa.org/#/zero-input>: Zero Chinese input method
framework
Links from [reddit.com/r/emacs] (<http://reddit.com/r/emacs>), [r/orgmode]
(<http://reddit.com/r/orgmode>), [r/spacemacs]
(<http://reddit.com/r/spacemacs>), [r/planetemacs]
(<http://reddit.com/r/planetemacs>), [Hacker News]
(<https://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story>),
[planet.emacslife.com] (<https://planet.emacslife.com>), [YouTube]
(<https://www.youtube.com/results?search_query=emacs&search_sort=video_date_uploaded>),
[the Emacs NEWS file]
(<http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS>) and [emacs-devel]
(<http://lists.gnu.org/archive/html/emacs-devel/2019-11>).
You're receiving this message via the Emacs Tangents mailing list.
View list info/unsubscribe:
https://lists.gnu.org/mailman/listinfo/emacs-tangents
* 2019-11-04 Emacs news
[[https://emacsconf.org/2019][EmacsConf]] was a blast! Recordings may be available by next week - stay tuned. Thanks to everyone who helped make it happen!
- Emacs configuration:
- [[http://manuel-uberti.github.io//emacs/2019/11/02/thirty-straight-days/][Manuel Uberti: Thirty straight days]]
- [[https://two-wrongs.com/migrating-away-from-use-package][Migrating Away From Use-Package]]
- [[https://github.com/jimm/elisp][elisp: My Emacs initialization files]]
- [[https://github.com/firstrow/fat-free-evil][fat-free-evil: Fat Free Evil Emacs Config]]
- [[https://irreal.org/blog/?p=8411][Emacs “Plugins”]]
- Emacs Lisp:
- [[https://github.com/auto-complete/popup-el][popup-el: Visual Popup Interface Library for Emacs]]
- [[https://www.reddit.com/r/emacs/comments/dqz5ux/thanks_for_the_displaybuffer_knowledge/][Thanks for the display-buffer knowledge]]
- Emacs development:
- [[https://lists.gnu.org/archive/html/emacs-devel/2019-10/msg01149.html][Proposal to rename windows to panes after Emacs 27]]
- [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=ba8a7882de5bbdb39c9c1d74297a9613aa28463f][Add a <a id=...> skeleton to html-mode]]
- [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6297eb0fca9967649bcde6fd160bb6b5d3ce6878][Don't refuse to install packages without a "footer line"]]
- [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=d75794fd5c168fb76406b88e231d8749160f934a][Inhibit undo-in-region for mouse-drag-region (bug#37700)]]
- [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=e168bb73865f64cc67f80f8b2599c826cbf9e957][Rework vc stash bindings]]
- [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=4650aa3523068b83c3d9e6276fe89eb3955ca1e3][Bind vc-git-stash to a key]]
- [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=e1409379f7ce60eb845a0b9c3a614af4f5fac694][Add a convenience function to be used when working on font locking]]
- [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=9e10ee754c8ffbe715879b7bba37a4523c8ee59d][* etc/NEWS: Update renamed function read-char-from-minibuffer.]]
- [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=19c98f762092adab01bf35d4b0c958af7d4ea59e][Default exotic image formats (like .webp) to image-mode]]
- Appearance:
- [[https://github.com/honmaple/emacs-maple-minibuffer][emacs-maple-minibuffer: Show minibuffer with another frame]]
- Navigation:
- [[https://with-emacs.com/posts/editing/search-and-replacement-techniques/][with-emacs · Search and Replacement Techniques]] (2018)
- [[https://christiantietze.de/posts/2019/10/emacs-quit-special-windows/][Quit and Close Emacs Special Windows Like Help and Compilation Results]]
- [[https://beepb00p.xyz/pkm-search.html][Building personal search engine: using Emacs and Ripgrep to search in your code and knowledge]] ([[https://reddit.com/r/emacs/comments/dq42vk/building_personal_search_engine_using_emacs_and/][Reddit]])
- [[https://www.reddit.com/r/emacs/comments/dqofmi/new_package_windowerel/][New package: windower.el]]
- [[https://blog.bitsandbobs.net/blog/emacs-packages-broadcast/][Emacs packages: broadcast]] ([[https://reddit.com/r/emacs/comments/dqxcqp/emacs_packages_broadcast/][Reddit]])
- [[https://github.com/Malabarba/fancy-narrow][fancy-narrow: Emacs package to immitate narrow-to-region with more eye-candy]]
- Org Mode:
- [[https://github.com/nickanderson/ob-cfengine3/blob/master/README.org][ob-cfengine3: Org Babel functions for CFEngine 3]]
- [[https://github.com/Fuco1/org-pretty-table][org-pretty-table: Replace org-table characters with box-drawing unicode glyphs.]]
- [[https://karl-voit.at/2017/12/24/Zettelkasten/][Wissensverwaltung auf Papier und digital]]
- [[https://karl-voit.at/2019/10/12/org-reveal-handout/][UOMF: Presentation Slides Via Reveal and PDF Handout]]
- [[https://github.com/j-cr/org-postpone][Postpone tasks (esp. habits) till tomorrow in the agenda view]] ([[https://reddit.com/r/emacs/comments/dpjfci/postpone_tasks_esp_habits_till_tomorrow_in_the/][Reddit]])
- [[https://irreal.org/blog/?p=8407][Organice]]
- [[https://irreal.org/blog/?p=8418][Inline Tasks]]
- Coding:
- [[https://clojureverse.org/t/details-on-how-to-do-repl-driven-development-from-the-editor-emacs-with-cider/4960][Details on how to do REPL driven development from the editor (Emacs with CIDER) - How to? - ClojureVerse]]
- [[https://github.com/wbolster/emacs-xml-format][emacs-xml-format: emacs package to reformat xml using xmllint]]
- [[https://www.reddit.com/r/emacs/comments/dqcbtp/a_few_comments_on_treesitter_for_emacs_via_rust/][A few comments on tree-sitter for Emacs via rust bindings for Emacs lisp]]
- [[https://christiantietze.de/posts/2019/10/emacs-compilation-window-prevent-switching/][Prevent Emacs Compilation Window From Displaying Other Content • Christian Tietze]]
- [[https://www.reddit.com/r/emacs/comments/dpwn7t/my_spacesubstitute_code_saves_me_some_typing/][My "space-substitute" code saves me some typing stress.]]
- [[https://tkf.github.io/emacs-ipython-notebook/][Emacs IPython Notebook-0.2.1alpha1 documentation]]
- [[https://www.reddit.com/r/emacs/comments/dpc3k5/anyone_here_who_uses_indium_and_lspmode_together/][Anyone here who uses Indium and lsp-mode together? What are your experiences?]]
- [[https://erick.navarro.io/blog/testing-an-api-with-emacs-and-restclient/][Testing an API with emacs and restclient]] ([[https://reddit.com/r/emacs/comments/dre5dn/testing_an_api_with_emacs_and_restclient/][Reddit]])
- [[https://erick.navarro.io/blog/minimal-setup-for-elixir-development-in-emacs/][Minimal Setup for Elixir development in Emacs]]
- [[https://github.com/turbo-cafe/flymake-kondor][GitHub - turbo-cafe/flymake-kondor]] ([[https://reddit.com/r/emacs/comments/dr7q5e/github_turbocafeflymakekondor/][Reddit]])
- Mail:
- [[https://dataswamp.org/~solene/2018-05-22-mu4esmtp.html][Sending mail with mu4e]]
- [[https://dataswamp.org/~solene/2017-06-15-mu4e.html][Using emacs to manage mails with mu4e]]
- Community:
- [[https://www.meetup.com/Amsterdam-Emacs-Users-Group/events/][Emacs Amsterdam meetup group]]
- [[https://www.reddit.com/r/emacs/comments/domrl6/weekly_tipstricketc_thread/][Weekly tips/trick/etc/ thread]]
- Other:
- [[https://200ok.ch/posts/2019-11-01_irc_and_emacs_all_the_things.html][IRC and Emacs all the things (messengers like Slack, Skype, etc)]] ([[https://reddit.com/r/emacs/comments/dq86wi/irc_and_emacs_all_the_things_messengers_like/][Reddit]])
- [[https://blog.steve.fi/keeping_a_simple_markdown_work_log__via_emacs.html][Keeping a simple markdown work-log, via emacs]]
- [[https://github.com/wasamasa/nov.el][nov: major mode for reading EPUBs in Emacs]] ([[https://news.ycombinator.com/item?id=21426315][HN]])
- [[https://repl.it/languages/elisp][repl.it/languages/elisp - Runs Emacs in the browser]] ([[https://reddit.com/r/emacs/comments/dqa5ja/replitlanguageselisp_runs_emacs_in_the_browser/][Reddit]])
- [[https://beepb00p.xyz/annotating.html][How to annotate literally everything | Mildly entertainingᵝ]]
- [[https://github.com/larsen/bin/blob/master/pdfsearch.el][pdfsearch.el: Emacs script to search annotations in a set of pdf files]]
- [[https://www.reddit.com/r/emacs/comments/dq0kon/emacs_can_compare_parts_of_buffers/][Emacs can compare parts of buffers]]
- [[https://www.youtube.com/watch?v=HjUquOQtIYs][Inserting special characters | I'm trying out for a Doom Emacs-related YouTube channel]] ([[https://reddit.com/r/emacs/comments/dr5x30/inserting_special_characters_im_trying_out_for_a/][Reddit]])
- [[https://www.reddit.com/r/emacs/comments/dr3owx/what_is_the_advantage_of_using_the_included_emacs/][What is the advantage of using the included emacs tools vs using third party alternatives?]]
- [[http://meta.ath0.com/2012/02/05/apples-great-gpl-purge/][Apple’s great GPL purge]]
- [[https://www.reddit.com/r/emacs/comments/dqxj7y/thoughts_on_carp_and_emacsconf_2019/][Thoughts on Carp and EmacsConf 2019?]]
- [[https://medium.com/@holzman.simon/emacs-on-macos-catalina-10-15-in-2019-79ff713c1ccc][Emacs on MacOS Catalina 10.15 in 2019]] ([[https://reddit.com/r/emacs/comments/dqcs7y/emacs_on_macos_catalina_1015_in_2019/][Reddit]])
- [[https://www.reddit.com/r/emacs/comments/dobjhn/emacs_ui_for_the_new_libre_linux_phones_that_are/][Emacs UI for the new (libre) Linux phones that are coming?]]
- [[https://sites.google.com/site/steveyegge2/effective-emacs][10 Specific Ways to Improve Your Productivity with Emacs]] (2005)
- [[https://www.cheatography.com/xaon/cheat-sheets/emacs-markdown-mode/][Emacs Markdown cheatsheet]] ([[https://irreal.org/blog/?p=8420][Irreal]])
- New packages:
- http://melpa.org/#/bento: Flycheck integration for the Bento code checker
- http://melpa.org/#/berrys-theme: A light, clean and elegant theme
- http://melpa.org/#/company-ctags: Fastest company-mode completion backend for ctags
- http://melpa.org/#/flymake-golangci: A flymake handler for go-mode files using Golang CI lint
- http://melpa.org/#/git-walktree: Browse Git tree and blob objects
- http://melpa.org/#/helm-sly: Helm sources and some utilities for SLY.
- http://melpa.org/#/lsp-ivy: LSP ivy integration
- http://melpa.org/#/sql-sqlline: Adds SQLLine support to SQLi mode
- http://melpa.org/#/trashed: Viewing/editing system trash can
- http://melpa.org/#/xml-format: XML reformatter using xmllint
- http://melpa.org/#/zero-input: Zero Chinese input method framework
Links from [[http://reddit.com/r/emacs][reddit.com/r/emacs]], [[http://reddit.com/r/orgmode][r/orgmode]], [[http://reddit.com/r/spacemacs][r/spacemacs]], [[http://reddit.com/r/planetemacs][r/planetemacs]], [[https://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story][Hacker News]], [[https://planet.emacslife.com][planet.emacslife.com]], [[https://www.youtube.com/results?search_query=emacs&search_sort=video_date_uploaded][YouTube]], [[http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS][the Emacs NEWS file]] and [[http://lists.gnu.org/archive/html/emacs-devel/2019-11][emacs-devel]].
You're receiving this message via the Emacs Tangents mailing list.
[[https://lists.gnu.org/mailman/listinfo/emacs-tangents][View list info/unsubscribe]]