unofficial mirror of emacs-tangents@gnu.org
 help / color / mirror / Atom feed
From: Sacha Chua <sacha@sachachua.com>
To: emacs-tangents@gnu.org
Subject: 2024-02-19 Emacs news
Date: Mon, 19 Feb 2024 21:04:27 -0500	[thread overview]
Message-ID: <87v86jlwlw.fsf@sachachua.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 13900 bytes --]

    2024-02-19 Emacs news
=====================

  - Upcoming events:
    - M-x Research: TBA <https://m-x-research.github.io/> Wed Feb 21 0800 America/Vancouver - 1000 America/Chicago - 1100 America/Toronto - 1600 Etc/GMT - 1700 Europe/Berlin - 2130 Asia/Kolkata -- Thu Feb 22 0000 Asia/Singapore
    - EmacsSF (in person): Emacs Lisp Hacking Night <https://www.meetup.com/emacs-sf/events/299082479/> Thu Feb 22 1800 America/Los_Angeles
    - Emacs APAC (virtual) <https://emacs-apac.gitlab.io/> Sat Feb 24 0030 America/Vancouver - 0230 America/Chicago - 0330 America/Toronto - 0830 Etc/GMT - 0930 Europe/Berlin - 1400 Asia/Kolkata - 1630 Asia/Singapore
    - Emacs Berlin (virtual, in English) <https://emacs-berlin.org/> Wed Feb 28 0930 America/Vancouver - 1130 America/Chicago - 1230 America/Toronto - 1730 Etc/GMT - 1830 Europe/Berlin - 2300 Asia/Kolkata -- Thu Feb 29 0130 Asia/Singapore
    - M-x Research: TBA <https://m-x-research.github.io/> Fri Mar 1 0800 America/Vancouver - 1000 America/Chicago - 1100 America/Toronto - 1600 Etc/GMT - 1700 Europe/Berlin - 2130 Asia/Kolkata -- Sat Mar 2 0000 Asia/Singapore
    - [European Lisp Symposium 2024] (<https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00660.html>) (May 6-7, Vienna) - Andrea Corallo wants to know if anyone wants to meet up
  - Beginner:
    - [The Ultimate Collection of Emacs Resources] (<https://batsov.com/articles/2011/11/30/the-ultimate-collection-of-emacs-resources/>) (2011, [Reddit] (<https://www.reddit.com/r/emacs/comments/1aq7hu8/the_ultimate_collection_of_emacs_resources/>))
    - [Mario Jason Braganza: Note to Self, Emacs Help Stuff] (<https://janusworx.com/blog/note-to-self-emacs-help-stuff/>)
    - [Lookup the Documentation of Functions, Variables and Faces] (<https://emacsredux.com/blog/2024/02/18/describe-symbol/>)
  - Emacs configuration:
    - [What are the best practices in laying out an init.el that won't turn into spaghetti after a year or two?] (<https://www.reddit.com/r/emacs/comments/1ata6ag/what_are_the_best_practices_in_laying_out_an/>)
    - [Temporarily rebind a key with automatic restore] (<https://gist.github.com/lesliesrussell/0befc9b479dfc0e227be3fd58c540ab8>)
    - [Kickstart.emacs is now Stable!] (<https://github.com/MiniApollo/kickstart.emacs>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1aq3x7x/kickstartemacs_is_now_stable/>))
    - [greenbeast's Emacs Config] (<https://gitlab.com/greenbeast/dotfiles/-/blob/work-setup/init.org>) - treesitter, dirvish, meow, dashboard, svg-tag, ...
    - [manueljlin's Emacs Config] (<https://gitlab.com/manueljlin/emacs-config/>) - Potato Emacs: elpaca, meow + Canary Ortho, lsp, drt-indent, corfu, ...
    - [masukomi's Doom Emacs Config] (<https://github.com/masukomi/masuconfigs/blob/master/.doom.d/config.el>) - includes copilot
    - [TanbinIslam43's Doom Emacs Config] (<https://github.com/TanbinIslam43/mydotfiles/tree/main/.doom.d>) - short
  - Emacs Lisp:
    - [Lessons learned from creating my first ELPA package - box.matto.nl] (<https://box.matto.nl/lessons-learned-from-creating-my-first-elpa-package.html>) ([@pkal@emacs.ch] (<https://emacs.ch/@pkal/111943199193812005>))
    - [Finding the maximum number of days in a month] (<https://github.com/brandelune/brandelune.github.io/blob/1ce686edc8ab3df7a78e02a5a16b87df71391cc1/adventuresintechland.el#L227>) ([@jchelary@emacs.ch] (<https://emacs.ch/@jchelary/111957325115392939>)) - monthMaxDay, hardcoded
    - [TIL to use cl-callf to toggle a var without repeating the name] (<https://www.reddit.com/r/emacs/comments/1ap9azk/til_to_use_clcallf_to_toggle_a_var_without/>) ([Irreal] (<https://irreal.org/blog/?p=11980>))
    - [Emacs Redux: Replacing dash.el with Built-in Emacs APIs] (<https://emacsredux.com/blog/2024/02/19/replacing-dash-el-with-built-in-emacs-apis/>)
    - [TIL: Emacs has a very nice built-in binary data library] (<https://www.gnu.org/software/emacs/manual/html_node/elisp/Byte-Packing.html>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1at1iy0/til_emacs_has_a_very_nice_builtin_binary_data/>))
    - [Elisp testing example | Programador Web Valencia] (<https://programadorwebvalencia.com/elisp-testing-example/>) ([@andros@hostux.social] (<https://hostux.social/@andros/111930907819208480>))
  - Appearance:
    - [Beautifying the Mode Line] (<https://www.gonsie.com/blorg/modeline.html>) ([@ifiinlist@mastodon.social] (<https://mastodon.social/@ifiinlist/111940659471450955>))
    - [[auto-dark] 0.12 - Now supports emacs-mac (MacOS) and allows 'default' Emacs theme] (<https://i.redd.it/4bo5crbx36ic1.gif>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1ap213j/autodark_012_now_supports_emacsmac_macos_and/>))
    - [NANO: hacking tab-line-mode to display under the mode-line, putting mode-line info in the header] (<https://www.reddit.com/r/emacs/comments/1asfzfm/pushing_the_lmits/>)
  - Navigation:
    - [Charles Choi: cc-isearch-menu now on MELPA] (<http://yummymelon.com/devnull/cc-isearch-menu-now-on-melpa.html>)
  - Dired:
    - [Marcin Borkowski: Opening external drives in Dired] (<https://mbork.pl/2024-02-17_Opening_external_drives_in_Dired>) ([Irreal] (<https://irreal.org/blog/?p=11984>))
    - [Update to dired-auto-readme-mode] (<https://github.com/amno1/dired-auto-readme>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1au6j6p/update_to_diredautoreadmemode/>))
  - Writing:
    - [Create and yank bibtex entry from a DOI] (<https://gist.github.com/lgatto/f54888e7f16968f853346c67b232cae0>)
  - Org Mode:
    - [Org Capturing Introduction - Howardism] (<https://howardism.org/Technical/Emacs/capturing-intro.html>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1apbwin/org_capturing_introduction_howardism/>))
    - [Encrypting the content of Emacs Org files] (<https://fluca1978.github.io/2021/09/16/Emacs_Org_Encrypt.html>) (2021)
    - [A small update to org-view-mode] (<https://github.com/amno1/org-view-mode>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1au2nh3/a_small_update_to_orgviewmode/>))
    - [A small, but useful org-agenda tweak - jumping to narrowed subtrees] (<https://svbck.org/blog/2024-02-14-a-small-but-useful-agenda-tweak.html>) ([@svbck@fosstodon.org] (<https://fosstodon.org/@svbck/111945739870788047>))
    - [[WIP/RFC] Reorg: reorganize your life] (<https://github.com/legalnonsense/reorg>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1ary91e/wiprfc_reorg_reorganize_your_life/>))
    - [Charles Choi: Computing Truth Tables in Org] (<http://yummymelon.com/devnull/computing-truth-tables-in-org.html>)
    - [Karthik Chikmagalur: For Your Reference: RefTeX in Org Mode] (<https://karthinks.com/software/reftex-in-org-mode/>)
    - Org development:
      - [org-insert-link: Do not expand path arg when `org-link-file-path-type' is a function] (<https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=388ba5b5c415ef75adc79a2553d5f5ae06c044af>)
      - [ox-org: Do not process citations by default] (<https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=b8ee1315a1cd80fb92f2577f480c475486a71907>)
  - Denote:
    - [Adding Denote files to the Org agenda by filename] (<https://mike.puddingtime.org/posts/2024-02-14-daily-notes/>) ([@mph@social.lol] (<https://social.lol/@mph/111933365042595236>))
  - Completion:
    - [Protesilaos Stavrou: Emacs: modern minibuffer packages (Vertico, Consult, etc.)] (<https://protesilaos.com/codelog/2024-02-17-emacs-modern-minibuffer-packages/>) (44:01 [YouTube] (<https://www.youtube.com/watch?v=d3aaxOqwHhI>), [Reddit] (<https://www.reddit.com/r/emacs/comments/1ata3o3/emacs_modern_minibuffer_packages_vertico_consult/>))
    - [Vertico: Minimalist Vertical Interactive Completion in Emacs] (<https://www.youtube.com/watch?v=ep5CK6armPM>) (07:04)
    - [Emacs Helm Essentials] (<https://www.youtube.com/watch?v=_KYiTlYepzw>) (10:11)
  - Coding:
    - [Mike Zamansky: Using Emacs 82 - Conda and Direnv] (<https://cestlaz.github.io/post/using-emacs-82-conda-direnv/>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1apzg00/using_emacs_with_conda_and_direnv/>), [Irreal] (<https://irreal.org/blog/?p=11978>))
    - [Meta Redux: CIDER: Preliminary Support for clojure-ts-mode] (<https://metaredux.com/posts/2024/02/19/cider-preliminary-support-for-clojure-ts-mode.html>)
    - [Meta Redux: Configuring fixed/tonsky indentation in clojure-mode] (<https://metaredux.com/posts/2024/02/19/configuring-fixed-tonsky-indentation-in-clojure-mode.html>)
    - [Meta Redux: Flycheck Updates: A new Stable Release and Way More] (<https://metaredux.com/posts/2024/02/19/flycheck-updates.html>)
    - [Release 1.7.1 · alphapapa/magit-todos] (<https://github.com/alphapapa/magit-todos/releases/tag/1.7.1>)
    - [Summarizing debbugs patch acceptance] (<https://emacs.ch/@graywolf/111942871762441228>)
  - Mail, news, and chat:
    - [rcirc-voirc.el - VoIRC for rcirc] (<https://wwwcip.cs.fau.de/~oj14ozun/src+etc/rcirc-voirc.el>) ([@pkal@emacs.ch] (<https://emacs.ch/@pkal/111947774047299320>)) - very compressed voice over IRC
    - [lem.el 0.16 update - Lemmy] (<https://lemmy.ml/post/12116284>)
    - [Irreal: OPML and RSS] (<https://irreal.org/blog/?p=11982>)
  - Web:
    - [[RFC] Proposed change to EWW history navigation] (<https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00684.html>)
  - Fun:
    - [Chinese Zodiac Time for Your Emacs Mode Line] (<https://camdez.com/blog/2024/02/12/chinese-zodiac-time-for-emacs/>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1apltpr/chinese_zodiac_time_for_your_emacs_mode_line/>))
  - Community:
    - [Weekly Tips, Tricks, &c. Thread] (<https://www.reddit.com/r/emacs/comments/1aqhyay/weekly_tips_tricks_c_thread/>)
    - [Meta Redux: CIDER: Community Impact] (<https://metaredux.com/posts/2024/02/15/cider-community-impact.html>)
    - [Why No One Can Answer The "Vim Versus Emacs" Question] (<https://www.youtube.com/watch?v=scBBjZcy6fc>) (13:44)
  - Other:
    - [EmacsConf - 2023 - talks - The Emacsen family, the design of an Emacs and the importance of Lisp] (<https://emacsconf.org/2023/talks/emacsen/>) (2023, [HN] (<https://news.ycombinator.com/item?id=39397942>))
    - [CeleritasCelery/rune: Rust VM for Emacs] (<https://github.com/CeleritasCelery/rune>) ([@jnpn@mastodon.social] (<https://mastodon.social/@jnpn/111942584368937491>))
  - Emacs development:
    - [A vision of a multi-threaded Emacs • Core Dumped] (<https://coredumped.dev/2022/05/19/a-vision-of-a-multi-threaded-emacs/>) (2022, [HN] (<https://news.ycombinator.com/item?id=39408162>))
    - [Re: Moving packages out of core to ELPA] (<https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00668.html>) discussion about lisp/obsolete and others
    - [Re: Some thoughts about Emacs performance] (<https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00557.html>) randomness and sorting, and also this thread is nice =)
    - [Make key selection method configurable in EPA.] (<https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6477be93bd8a29cba8ce383f9ea3fba23c45f225>)
    - [Add support for reading/writing IELM input history (bug#67000)] (<https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=60cff1ac9d216e5abcb350ea5e623ab0b377c131>)
    - [titdic-cnv.el: Bring all definitions under the `tit-` namespace] (<https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=fbef8ff2a4106ff7f0f3d026071fb8096280cc61>)
    - [Add 'custom-variable' command] (<https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=371ccf09fea26892a2fada028d27fb4b596636df>)
    - [Tree-sitter support for outline-minor-mode (bug#68824)] (<https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=3b90e5052ce1eea47430c85c0c35741e25269ce2>)
  - New packages:
    - cc-isearch-menu <http://melpa.org/#/cc-isearch-menu>: A Transient menu for isearch (MELPA)
    - eglot-signature-eldoc-talkative <http://melpa.org/#/eglot-signature-eldoc-talkative>: Make Eglot make ElDoc echo docs (MELPA)
    - iso-639 <http://melpa.org/#/iso-639>: ISO 639 (MELPA)
    - org-cite-overlay <http://melpa.org/#/org-cite-overlay>: Overlays for org-cite citations (MELPA)
    - org-cite-overlay-sidecar <http://melpa.org/#/org-cite-overlay-sidecar>: Show Sidecar for overlaid org-cite citations (MELPA)
    - org-nix-shell <http://melpa.org/#/org-nix-shell>: Org local nix-shell (MELPA)
    - pinyin-isearch <http://melpa.org/#/pinyin-isearch>: Pinyin mode for isearch (MELPA)
    - rcirc-sqlite <https://elpa.gnu.org/packages/rcirc-sqlite.html>: rcirc logging in SQLite (GNU ELPA)

  Links from [reddit.com/r/emacs] (<https://www.reddit.com/r/emacs>), [r/orgmode] (<https://www.reddit.com/r/orgmode>), [r/spacemacs] (<https://www.reddit.com/r/spacemacs>), [r/planetemacs] (<https://www.reddit.com/r/planetemacs>), [Hacker News] (<https://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story>), [lobste.rs] (<https://lobste.rs/search?q=emacs&what=stories&order=newest>), [kbin] (<https://kbin.social/m/emacs/newest>), [programming.dev] (<https://programming.dev/c/emacs?dataType=Post&page=1&sort=New>), [lemmy] (<https://lemmy.ml/c/emacs?dataType=Post&page=1&sort=New>), [communick.news] (<https://communick.news/c/emacs?dataType=Post&page=1&sort=New>), [planet.emacslife.com] (<https://planet.emacslife.com>), [YouTube] (<https://www.youtube.com/playlist?list=PL4th0AZixyREOtvxDpdxC9oMuX7Ar7Sdt>), [the Emacs NEWS file] (<http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS>), [Emacs Calendar] (<https://emacslife.com/calendar/>), and [emacs-devel] (<http://lists.gnu.org/archive/html/emacs-devel/2024-02>). Thanks to Andrés Ramírez for emacs-devel links. Do you have an Emacs-related link or announcement? Please e-mail me at [sacha@sachachua.com] (<mailto:sacha@sachachua.com>). Thank you!

    

[-- Attachment #1.2: Type: text/html, Size: 16291 bytes --]

[-- Attachment #2: emacs-news.org --]
[-- Type: text/x-org, Size: 13419 bytes --]

    * 2024-02-19 Emacs news
- Upcoming events:
  - M-x Research: TBA https://m-x-research.github.io/ Wed Feb 21 0800 America/Vancouver - 1000 America/Chicago - 1100 America/Toronto - 1600 Etc/GMT - 1700 Europe/Berlin - 2130 Asia/Kolkata -- Thu Feb 22 0000 Asia/Singapore
  - EmacsSF (in person): Emacs Lisp Hacking Night https://www.meetup.com/emacs-sf/events/299082479/ Thu Feb 22 1800 America/Los_Angeles
  - Emacs APAC (virtual) https://emacs-apac.gitlab.io/ Sat Feb 24 0030 America/Vancouver - 0230 America/Chicago - 0330 America/Toronto - 0830 Etc/GMT - 0930 Europe/Berlin - 1400 Asia/Kolkata - 1630 Asia/Singapore
  - Emacs Berlin (virtual, in English) https://emacs-berlin.org/ Wed Feb 28 0930 America/Vancouver - 1130 America/Chicago - 1230 America/Toronto - 1730 Etc/GMT - 1830 Europe/Berlin - 2300 Asia/Kolkata -- Thu Feb 29 0130 Asia/Singapore
  - M-x Research: TBA https://m-x-research.github.io/ Fri Mar 1 0800 America/Vancouver - 1000 America/Chicago - 1100 America/Toronto - 1600 Etc/GMT - 1700 Europe/Berlin - 2130 Asia/Kolkata -- Sat Mar 2 0000 Asia/Singapore
  - [[https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00660.html][European Lisp Symposium 2024]] (May 6-7, Vienna) - Andrea Corallo wants to know if anyone wants to meet up
- Beginner:
  - [[https://batsov.com/articles/2011/11/30/the-ultimate-collection-of-emacs-resources/][The Ultimate Collection of Emacs Resources]] (2011, [[https://www.reddit.com/r/emacs/comments/1aq7hu8/the_ultimate_collection_of_emacs_resources/][Reddit]])
  - [[https://janusworx.com/blog/note-to-self-emacs-help-stuff/][Mario Jason Braganza: Note to Self, Emacs Help Stuff]]
  - [[https://emacsredux.com/blog/2024/02/18/describe-symbol/][Lookup the Documentation of Functions, Variables and Faces]]
- Emacs configuration:
  - [[https://www.reddit.com/r/emacs/comments/1ata6ag/what_are_the_best_practices_in_laying_out_an/][What are the best practices in laying out an init.el that won't turn into spaghetti after a year or two?]]
  - [[https://gist.github.com/lesliesrussell/0befc9b479dfc0e227be3fd58c540ab8][Temporarily rebind a key with automatic restore]]
  - [[https://github.com/MiniApollo/kickstart.emacs][Kickstart.emacs is now Stable!]] ([[https://www.reddit.com/r/emacs/comments/1aq3x7x/kickstartemacs_is_now_stable/][Reddit]])
  - [[https://gitlab.com/greenbeast/dotfiles/-/blob/work-setup/init.org][greenbeast's Emacs Config]] - treesitter, dirvish, meow, dashboard, svg-tag, ...
  - [[https://gitlab.com/manueljlin/emacs-config/][manueljlin's Emacs Config]] - Potato Emacs: elpaca, meow + Canary Ortho, lsp, drt-indent, corfu, ...
  - [[https://github.com/masukomi/masuconfigs/blob/master/.doom.d/config.el][masukomi's Doom Emacs Config]] - includes copilot
  - [[https://github.com/TanbinIslam43/mydotfiles/tree/main/.doom.d][TanbinIslam43's Doom Emacs Config]] - short
- Emacs Lisp:
  - [[https://box.matto.nl/lessons-learned-from-creating-my-first-elpa-package.html][Lessons learned from creating my first ELPA package - box.matto.nl]] ([[https://emacs.ch/@pkal/111943199193812005][@pkal@emacs.ch]])
  - [[https://github.com/brandelune/brandelune.github.io/blob/1ce686edc8ab3df7a78e02a5a16b87df71391cc1/adventuresintechland.el#L227][Finding the maximum number of days in a month]] ([[https://emacs.ch/@jchelary/111957325115392939][@jchelary@emacs.ch]]) - monthMaxDay, hardcoded
  - [[https://www.reddit.com/r/emacs/comments/1ap9azk/til_to_use_clcallf_to_toggle_a_var_without/][TIL to use cl-callf to toggle a var without repeating the name]] ([[https://irreal.org/blog/?p=11980][Irreal]])
  - [[https://emacsredux.com/blog/2024/02/19/replacing-dash-el-with-built-in-emacs-apis/][Emacs Redux: Replacing dash.el with Built-in Emacs APIs]]
  - [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Byte-Packing.html][TIL: Emacs has a very nice built-in binary data library]] ([[https://www.reddit.com/r/emacs/comments/1at1iy0/til_emacs_has_a_very_nice_builtin_binary_data/][Reddit]])
  - [[https://programadorwebvalencia.com/elisp-testing-example/][Elisp testing example | Programador Web Valencia]] ([[https://hostux.social/@andros/111930907819208480][@andros@hostux.social]])
- Appearance:
  - [[https://www.gonsie.com/blorg/modeline.html][Beautifying the Mode Line]] ([[https://mastodon.social/@ifiinlist/111940659471450955][@ifiinlist@mastodon.social]])
  - [[https://i.redd.it/4bo5crbx36ic1.gif][[auto-dark] 0.12 - Now supports emacs-mac (MacOS) and allows 'default' Emacs theme]] ([[https://www.reddit.com/r/emacs/comments/1ap213j/autodark_012_now_supports_emacsmac_macos_and/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/1asfzfm/pushing_the_lmits/][NANO: hacking tab-line-mode to display under the mode-line, putting mode-line info in the header]]
- Navigation:
  - [[http://yummymelon.com/devnull/cc-isearch-menu-now-on-melpa.html][Charles Choi: cc-isearch-menu now on MELPA]]
- Dired:
  - [[https://mbork.pl/2024-02-17_Opening_external_drives_in_Dired][Marcin Borkowski: Opening external drives in Dired]] ([[https://irreal.org/blog/?p=11984][Irreal]])
  - [[https://github.com/amno1/dired-auto-readme][Update to dired-auto-readme-mode]] ([[https://www.reddit.com/r/emacs/comments/1au6j6p/update_to_diredautoreadmemode/][Reddit]])
- Writing:
  - [[https://gist.github.com/lgatto/f54888e7f16968f853346c67b232cae0][Create and yank bibtex entry from a DOI]]
- Org Mode:
  - [[https://howardism.org/Technical/Emacs/capturing-intro.html][Org Capturing Introduction - Howardism]] ([[https://www.reddit.com/r/emacs/comments/1apbwin/org_capturing_introduction_howardism/][Reddit]])
  - [[https://fluca1978.github.io/2021/09/16/Emacs_Org_Encrypt.html][Encrypting the content of Emacs Org files]] (2021)
  - [[https://github.com/amno1/org-view-mode][A small update to org-view-mode]] ([[https://www.reddit.com/r/emacs/comments/1au2nh3/a_small_update_to_orgviewmode/][Reddit]])
  - [[https://svbck.org/blog/2024-02-14-a-small-but-useful-agenda-tweak.html][A small, but useful org-agenda tweak - jumping to narrowed subtrees]] ([[https://fosstodon.org/@svbck/111945739870788047][@svbck@fosstodon.org]])
  - [[https://github.com/legalnonsense/reorg][[WIP/RFC] Reorg: reorganize your life]] ([[https://www.reddit.com/r/emacs/comments/1ary91e/wiprfc_reorg_reorganize_your_life/][Reddit]])
  - [[http://yummymelon.com/devnull/computing-truth-tables-in-org.html][Charles Choi: Computing Truth Tables in Org]]
  - [[https://karthinks.com/software/reftex-in-org-mode/][Karthik Chikmagalur: For Your Reference: RefTeX in Org Mode]]
  - Org development:
    - [[https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=388ba5b5c415ef75adc79a2553d5f5ae06c044af][org-insert-link: Do not expand path arg when `org-link-file-path-type' is a function]]
    - [[https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=b8ee1315a1cd80fb92f2577f480c475486a71907][ox-org: Do not process citations by default]]
- Denote:
  - [[https://mike.puddingtime.org/posts/2024-02-14-daily-notes/][Adding Denote files to the Org agenda by filename]] ([[https://social.lol/@mph/111933365042595236][@mph@social.lol]])
- Completion:
  - [[https://protesilaos.com/codelog/2024-02-17-emacs-modern-minibuffer-packages/][Protesilaos Stavrou: Emacs: modern minibuffer packages (Vertico, Consult, etc.)]] (44:01 [[https://www.youtube.com/watch?v=d3aaxOqwHhI][YouTube]], [[https://www.reddit.com/r/emacs/comments/1ata3o3/emacs_modern_minibuffer_packages_vertico_consult/][Reddit]])
  - [[https://www.youtube.com/watch?v=ep5CK6armPM][Vertico: Minimalist Vertical Interactive Completion in Emacs]] (07:04)
  - [[https://www.youtube.com/watch?v=_KYiTlYepzw][Emacs Helm Essentials]] (10:11)
- Coding:
  - [[https://cestlaz.github.io/post/using-emacs-82-conda-direnv/][Mike Zamansky: Using Emacs 82 - Conda and Direnv]] ([[https://www.reddit.com/r/emacs/comments/1apzg00/using_emacs_with_conda_and_direnv/][Reddit]], [[https://irreal.org/blog/?p=11978][Irreal]])
  - [[https://metaredux.com/posts/2024/02/19/cider-preliminary-support-for-clojure-ts-mode.html][Meta Redux: CIDER: Preliminary Support for clojure-ts-mode]]
  - [[https://metaredux.com/posts/2024/02/19/configuring-fixed-tonsky-indentation-in-clojure-mode.html][Meta Redux: Configuring fixed/tonsky indentation in clojure-mode]]
  - [[https://metaredux.com/posts/2024/02/19/flycheck-updates.html][Meta Redux: Flycheck Updates: A new Stable Release and Way More]]
  - [[https://github.com/alphapapa/magit-todos/releases/tag/1.7.1][Release 1.7.1 · alphapapa/magit-todos]]
  - [[https://emacs.ch/@graywolf/111942871762441228][Summarizing debbugs patch acceptance]]
- Mail, news, and chat:
  - [[https://wwwcip.cs.fau.de/~oj14ozun/src+etc/rcirc-voirc.el][rcirc-voirc.el - VoIRC for rcirc]] ([[https://emacs.ch/@pkal/111947774047299320][@pkal@emacs.ch]]) - very compressed voice over IRC
  - [[https://lemmy.ml/post/12116284][lem.el 0.16 update - Lemmy]]
  - [[https://irreal.org/blog/?p=11982][Irreal: OPML and RSS]]
- Web:
  - [[https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00684.html][[RFC] Proposed change to EWW history navigation]]
- Fun:
  - [[https://camdez.com/blog/2024/02/12/chinese-zodiac-time-for-emacs/][Chinese Zodiac Time for Your Emacs Mode Line]] ([[https://www.reddit.com/r/emacs/comments/1apltpr/chinese_zodiac_time_for_your_emacs_mode_line/][Reddit]])
- Community:
  - [[https://www.reddit.com/r/emacs/comments/1aqhyay/weekly_tips_tricks_c_thread/][Weekly Tips, Tricks, &c. Thread]]
  - [[https://metaredux.com/posts/2024/02/15/cider-community-impact.html][Meta Redux: CIDER: Community Impact]]
  - [[https://www.youtube.com/watch?v=scBBjZcy6fc][Why No One Can Answer The "Vim Versus Emacs" Question]] (13:44)
- Other:
  - [[https://emacsconf.org/2023/talks/emacsen/][EmacsConf - 2023 - talks - The Emacsen family, the design of an Emacs and the importance of Lisp]] (2023, [[https://news.ycombinator.com/item?id=39397942][HN]])
  - [[https://github.com/CeleritasCelery/rune][CeleritasCelery/rune: Rust VM for Emacs]] ([[https://mastodon.social/@jnpn/111942584368937491][@jnpn@mastodon.social]])
- Emacs development:
  - [[https://coredumped.dev/2022/05/19/a-vision-of-a-multi-threaded-emacs/][A vision of a multi-threaded Emacs • Core Dumped]] (2022, [[https://news.ycombinator.com/item?id=39408162][HN]])
  - [[https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00668.html][Re: Moving packages out of core to ELPA]] discussion about lisp/obsolete and others
  - [[https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00557.html][Re: Some thoughts about Emacs performance]] randomness and sorting, and also this thread is nice =)
  - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6477be93bd8a29cba8ce383f9ea3fba23c45f225][Make key selection method configurable in EPA.]]
  - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=60cff1ac9d216e5abcb350ea5e623ab0b377c131][Add support for reading/writing IELM input history (bug#67000)]]
  - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=fbef8ff2a4106ff7f0f3d026071fb8096280cc61][titdic-cnv.el: Bring all definitions under the `tit-` namespace]]
  - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=371ccf09fea26892a2fada028d27fb4b596636df][Add 'custom-variable' command]]
  - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=3b90e5052ce1eea47430c85c0c35741e25269ce2][Tree-sitter support for outline-minor-mode (bug#68824)]]
- New packages:
  - http://melpa.org/#/cc-isearch-menu: A Transient menu for isearch (MELPA)
  - http://melpa.org/#/eglot-signature-eldoc-talkative: Make Eglot make ElDoc echo docs (MELPA)
  - http://melpa.org/#/iso-639: ISO 639 (MELPA)
  - http://melpa.org/#/org-cite-overlay: Overlays for org-cite citations (MELPA)
  - http://melpa.org/#/org-cite-overlay-sidecar: Show Sidecar for overlaid org-cite citations (MELPA)
  - http://melpa.org/#/org-nix-shell: Org local nix-shell (MELPA)
  - http://melpa.org/#/pinyin-isearch: Pinyin mode for isearch (MELPA)
  - https://elpa.gnu.org/packages/rcirc-sqlite.html: rcirc logging in SQLite (GNU ELPA)

Links from [[https://www.reddit.com/r/emacs][reddit.com/r/emacs]], [[https://www.reddit.com/r/orgmode][r/orgmode]], [[https://www.reddit.com/r/spacemacs][r/spacemacs]], [[https://www.reddit.com/r/planetemacs][r/planetemacs]], [[https://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story][Hacker News]], [[https://lobste.rs/search?q=emacs&what=stories&order=newest][lobste.rs]], [[https://kbin.social/m/emacs/newest][kbin]], [[https://programming.dev/c/emacs?dataType=Post&page=1&sort=New][programming.dev]], [[https://lemmy.ml/c/emacs?dataType=Post&page=1&sort=New][lemmy]], [[https://communick.news/c/emacs?dataType=Post&page=1&sort=New][communick.news]], [[https://planet.emacslife.com][planet.emacslife.com]], [[https://www.youtube.com/playlist?list=PL4th0AZixyREOtvxDpdxC9oMuX7Ar7Sdt][YouTube]], [[http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS][the Emacs NEWS file]], [[https://emacslife.com/calendar/][Emacs Calendar]], and [[http://lists.gnu.org/archive/html/emacs-devel/2024-02][emacs-devel]]. Thanks to Andrés Ramírez for emacs-devel links. Do you have an Emacs-related link or announcement? Please e-mail me at [[mailto:sacha@sachachua.com][sacha@sachachua.com]]. Thank you!

    

[-- Attachment #3: Type: text/plain, Size: 92 bytes --]

---
via emacs-tangents mailing list (https://lists.gnu.org/mailman/listinfo/emacs-tangents)

                 reply	other threads:[~2024-02-20  2:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v86jlwlw.fsf@sachachua.com \
    --to=sacha@sachachua.com \
    --cc=emacs-tangents@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).