unofficial mirror of emacs-tangents@gnu.org
 help / color / mirror / Atom feed
* 2024-07-22 Emacs news
@ 2024-07-22 22:54 Sacha Chua
  0 siblings, 0 replies; only message in thread
From: Sacha Chua @ 2024-07-22 22:54 UTC (permalink / raw)
  To: emacs-tangents


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

    2024-07-22 Emacs news
=====================

  - Upcoming events:
    - Emacs APAC (virtual) <https://emacs-apac.gitlab.io/> Sat Jul 27 0130 America/Vancouver - 0330 America/Chicago - 0430 America/Toronto - 0830 Etc/GMT - 1030 Europe/Berlin - 1400 Asia/Kolkata - 1630 Asia/Singapore
    - Emacs Berlin (virtual, in English) <https://emacs-berlin.org/> Wed Jul 31 0930 America/Vancouver - 1130 America/Chicago - 1230 America/Toronto - 1630 Etc/GMT - 1830 Europe/Berlin - 2200 Asia/Kolkata -- Thu Aug 1 0030 Asia/Singapore
    - M-x Research: TBA <https://m-x-research.github.io/> Fri Aug 2 0800 America/Vancouver - 1000 America/Chicago - 1100 America/Toronto - 1500 Etc/GMT - 1700 Europe/Berlin - 2030 Asia/Kolkata - 2300 Asia/Singapore
  - Emacs configuration:
    - [~/.emacs for beginners] (<http://anggtwu.net/2024-find-dot-emacs-links.html>)
    - [Devilish fun with a modeless modal editing mode] (<https://www.rousette.org.uk/archives/devilish-fun-with-a-modeless-modal-editor/>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1e832e1/devilish_fun_with_a_modeless_modal_editing_mode/>))
    - [[AO VIVO] Configurando o Emacs do zero - parte 1] (<https://www.youtube.com/watch?v=bCz_Pl3rBic>) (01:35:22)
    - [[AO VIVO] Configurando o Emacs do zero - parte 2] (<https://www.youtube.com/watch?v=k9xyamQ5k-M>) (01:37:19)
    - [[AO VIVO] Configurando o Emacs do zero - parte 3] (<https://www.youtube.com/watch?v=GdAI6lBb3x8>) (01:19:56)
    - [ovistoica's Emacs Config] (<https://github.com/ovistoica/emacs>)
  - Emacs Lisp:
    - [Writing a simple Emacs major-mode] (<https://www.omarpolo.com/post/writing-a-major-mode.html>) (2021)
    - [Announcing Casual RE-Builder] (<http://yummymelon.com/devnull/announcing-casual-re-builder.html>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1e3zbfu/announcing_casual_rebuilder/>), [Irreal] (<https://irreal.org/blog/?p=12313>))
    - [Emacs Regexps: The Small Print] (<http://yummymelon.com/devnull/emacs-regexps-the-small-print.html>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1e6mk6k/emacs_regexps_the_small_print/>), [Irreal] (<https://irreal.org/blog/?p=12324>))
    - [The right way to handle case-insensitive inputs with `completing-read`] (<https://eshelyaron.com/posts/2024-07-15-on-buglet-bindings.html>)
    - [A number of Emacs Lisp math libraries] (<https://lists.gnu.org/archive/html/emacs-devel/2024-07/msg00865.html>)
    - [Introducing elispcomp: Compiling Elisp code directly from the command line] (<https://github.com/jamescherti/elispcomp>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1e73jvi/introducing_elispcomp_compiling_elisp_code/>))
    - [Xah Talk Show Ep563, Emacs Lisp Coding move-html-text-block and random chat] (<https://www.youtube.com/watch?v=zLVDOUMSpDM>) (01:12:20)
    - [Unwound Stack: fill-column-indicator] (<https://www.unwoundstack.com/blog/fill-column-indicator.html>) - use display-fill-column-indicator-mode instead
  - Appearance:
    - [James Dyer: Selected Window Accent Mode v0.8.0] (<https://emacs.dyerdwelling.family/emacs/20240718103550-emacs--selected-window-accent-mode-v-0-8-0/>)
  - Navigation:
    - [Emacs: Enhancing up and down subtree movement in outline-mode and outline-minor-mode] (<https://www.jamescherti.com/outline-mode-enhance-move-subtree-up-down/>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1e7z5fb/emacs_enhancing_up_and_down_subtree_movement_in/>))
    - [persp-project - project.el integration for perspective.el] (<https://www.reddit.com/r/emacs/comments/1e9bqy8/perspproject_projectel_integration_for/>)
    - [Emacs Buffer Transpose 2024_07_20_03:20:45] (<https://www.youtube.com/watch?v=TAkOPqGWxq0>) (04:27)
  - Writing:
    - [Efficient LaTeX Editing With Emacs - Michael] (<https://michaelneuper.com/posts/efficient-latex-editing-with-emacs/>) (2023, [HN] (<https://news.ycombinator.com/item?id=41021173>))
    - [J.e.r.e.m.y B.r.y.a.n.t: preview-auto in LaTeX buffers] (<https://onlisp.co.uk/preview_002dauto-in-LaTeX-buffers.html>)
  - Org Mode:
    - [Using Org Mode With Hugo · weblog.masukomi.org] (<https://weblog.masukomi.org/2024/07/19/using-org-mode-with-hugo/>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1e7ach0/tips_advice_on_using_oxhugo_to_blog_with_orgmode/>))
  - Completion:
    - [How to make consult-history work for git commits and ERC buffers] (<https://mastodon.catgirl.cloud/@mekeor/112816088995281572>)
    - [Announcing consult-omni: A powerful omni-search and launcher in Emacs (like Spotlight or Alfred but in Emacs)] (<https://github.com/armindarvish/consult-omni>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1e6qhpf/announcing_consultomni_a_powerful_omnisearch_and/>))
  - Coding:
    - [cognitive-complexity: a treesit-based package to display cognitive complexity of code in Emacs (port of the tree-sitter based codemetrics)] (<https://www.reddit.com/r/emacs/comments/1e6qyuw/cognitivecomplexity_a_treesitbased_package_to/>)
    - [Martin / devhelp2.el · GitLab - read devhelp in Emacs] (<https://salsa.debian.org/debacle/devhelp2.el>) ([@debacle@framapiaf.org] (<https://framapiaf.org/@debacle/112824517498480270>))
    - [A Fair Trial of Emacs' Version Control Mode - System Crafters Live!] (<https://www.youtube.com/watch?v=k4ls9lM4Fuo>) (02:02:14)
  - Mail, news, and chat:
    - [Read email with Notmuch | Cool Emacs] (<https://michal.sapka.me/cool-emacs/read-email-notmuch/>) (2023)
    - [Magnus: Emacs via Nix with mu4e] (<https://magnus.therning.org/2024-07-21-emacs-via-nix-with-mu4e.html>)
  - Evil mode:
    - [init-evil.el · GitHub] (<https://gist.github.com/amirrajan/b3e4af5e06ad46e1b390aae2d0a44e47>)
    - [Minimal Emacs configuration for Windows and Mac (Vim bindings and leader key) · GitHub] (<https://gist.github.com/amirrajan/195c3c87d811586126e85c5e3dbf7a06>)
  - Doom Emacs:
    - [Doom Emacs on WSL FULL GUIDE] (<https://www.youtube.com/watch?v=PDNfLMQ6oAc>) (03:26)
    - [Replay - Writing elisp for doom emacs config | emacs-evil] (<https://www.youtube.com/watch?v=trQ2DlMoXJA>) (01:06:36)
    - [[Emacs] Instalação do Doom Emacs e projetos] (<https://www.youtube.com/watch?v=QJshNWXSZmA>) (02:01:21, [bolha.tube] (<https://bolha.tube/videos/watch/f0bc87ea-1dc8-425d-b165-c836a6f251c0>))
  - Multimedia:
    - [Never fear mistakingly opening media files ;) Ready Player Mode now on MELPA] (<https://lmno.lol/alvaro/real-player-mode-now-on-melpa>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1e8sy9v/never_fear_mistakingly_opening_media_files_ready/>))
    - [subed code for moving start time and jumping to it] (<https://lor.sh/@tennoseremel/112823464921505189>)
  - AI:
    - [ekg version 0.6.0: now with LLM context] (<https://www.reddit.com/r/emacs/comments/1e90v2i/ekg_version_060_now_with_llm_context/>)
  - Community:
    - [Weekly Tips, Tricks, &c. Thread] (<https://www.reddit.com/r/emacs/comments/1e5ctk2/weekly_tips_tricks_c_thread/>)
    - [Irreal: Learn Vim or Emacs] (<https://irreal.org/blog/?p=12317>)
    - [James Dyer: Emacs Blog 2 Year Anniversary - First Post Revisit - Create Local Offline ELPA MELPA ORG] (<https://emacs.dyerdwelling.family/emacs/20240713203037-emacs--local-elpa-melpa-org-revisited-2yr-anniversary/>)
  - Other:
    - [Mickey Petersen: The Emacs 29 Edition of Mastering Emacs is out now] (<https://www.masteringemacs.org/article/the-emacs-29-edition-of-mastering-emacs-out-now>) ([HN] (<https://news.ycombinator.com/item?id=41035785>))
    - [Alvaro Ramirez: OCR those buffers] (<https://lmno.lol/alvaro/ocr-those-buffers>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/1e5np2n/ocr_those_buffers/>))
    - [Makros in Vim und Emacs (Regex, Teil 3) - LinuxCommunity] (<https://www.linux-community.de/ausgaben/linuxuser/2024/08/makros-in-vim-und-emacs-regex-teil-3/>) ([@hofmannedv@mastodon.social] (<https://mastodon.social/@hofmannedv/112808048050397624>))
    - [A solution for getting Emacs to compile with tree-sitter on Fedora] (<https://www.reddit.com/r/emacs/comments/1e57kzy/a_solution_for_getting_emacs_to_compile_with/>)
    - [Emacs too slow.] (<https://www.reddit.com/r/emacs/comments/1e47b4i/emacs_too_slow/>) - Windows; some tips in the discussion ([More tips] (<https://www.reddit.com/r/emacs/comments/1e5qdzd/emacs_slowness/>))
    - [Catalina and Emacs] (<https://news.mynavi.jp/article/osxhack-253/>)
    - [Buttery Smooth Emacs - Mirror of Daniel Colasciones great blog post about emacs' inner workings · GitHub] (<https://gist.github.com/ghosty141/c93f21d6cd476417d4a9814eb71dd46e>) (2016)
  - Emacs development:
    - emacs-devel:
      - [Long discussion about including a mathematical library] (<https://lists.gnu.org/archive/html/emacs-devel/2024-07/msg00732.html>), possibly exposing more functions from libm
      - [Re: Markers in a gap array] (<https://lists.gnu.org/archive/html/emacs-devel/2024-07/msg00815.html>) - status of scratch/igc branch with MPC
      - [Re: MPS: assertion failed: header_type (h) != IGC_OBJ_FWD] (<https://lists.gnu.org/archive/html/emacs-devel/2024-07/msg00721.html>) - more info on symbol alignment
    - [Add commands to run unit tests in 'go-ts-mode'] (<https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=f249c81f868e8fea9d2a05ce258b3ebefba6620f>)
    - [Work around GCC bug 58416 on 32-bit x86] (<https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=9f4fc6608212191e1a9e07bf89f38ba9e4ea786c>)
    - [Allow specifying stdout/stderr separately in some Eshell commands] (<https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=99b360bb5aabf324cf038c27ac76ac1513319754>)
    - [Add history variables for find-func entry points] (<https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=a1f29998bf49c85c2eddc1201657639fdd494ef2>)
  - New packages:
    - evil-neo <http://melpa.org/#/evil-neo>: Minor mode for using the Neo keyboard layout with Evil (MELPA)
    - helm-roam <http://melpa.org/#/helm-roam>: Helm command for org-roam (MELPA)
    - ready-player <http://melpa.org/#/ready-player>: Open media files in ready-player major mode (MELPA)

  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>), [Mastodon #emacs] (<https://emacs.ch/deck/tags/emacs>), [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>), [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-07>). 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: 13304 bytes --]

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

    * 2024-07-22 Emacs news
- Upcoming events:
  - Emacs APAC (virtual) https://emacs-apac.gitlab.io/ Sat Jul 27 0130 America/Vancouver - 0330 America/Chicago - 0430 America/Toronto - 0830 Etc/GMT - 1030 Europe/Berlin - 1400 Asia/Kolkata - 1630 Asia/Singapore
  - Emacs Berlin (virtual, in English) https://emacs-berlin.org/ Wed Jul 31 0930 America/Vancouver - 1130 America/Chicago - 1230 America/Toronto - 1630 Etc/GMT - 1830 Europe/Berlin - 2200 Asia/Kolkata -- Thu Aug 1 0030 Asia/Singapore
  - M-x Research: TBA https://m-x-research.github.io/ Fri Aug 2 0800 America/Vancouver - 1000 America/Chicago - 1100 America/Toronto - 1500 Etc/GMT - 1700 Europe/Berlin - 2030 Asia/Kolkata - 2300 Asia/Singapore
- Emacs configuration:
  - [[http://anggtwu.net/2024-find-dot-emacs-links.html][~/.emacs for beginners]]
  - [[https://www.rousette.org.uk/archives/devilish-fun-with-a-modeless-modal-editor/][Devilish fun with a modeless modal editing mode]] ([[https://www.reddit.com/r/emacs/comments/1e832e1/devilish_fun_with_a_modeless_modal_editing_mode/][Reddit]])
  - [[https://www.youtube.com/watch?v=bCz_Pl3rBic][[AO VIVO] Configurando o Emacs do zero - parte 1]] (01:35:22)
  - [[https://www.youtube.com/watch?v=k9xyamQ5k-M][[AO VIVO] Configurando o Emacs do zero - parte 2]] (01:37:19)
  - [[https://www.youtube.com/watch?v=GdAI6lBb3x8][[AO VIVO] Configurando o Emacs do zero - parte 3]] (01:19:56)
  - [[https://github.com/ovistoica/emacs][ovistoica's Emacs Config]]
- Emacs Lisp:
  - [[https://www.omarpolo.com/post/writing-a-major-mode.html][Writing a simple Emacs major-mode]] (2021)
  - [[http://yummymelon.com/devnull/announcing-casual-re-builder.html][Announcing Casual RE-Builder]] ([[https://www.reddit.com/r/emacs/comments/1e3zbfu/announcing_casual_rebuilder/][Reddit]], [[https://irreal.org/blog/?p=12313][Irreal]])
  - [[http://yummymelon.com/devnull/emacs-regexps-the-small-print.html][Emacs Regexps: The Small Print]] ([[https://www.reddit.com/r/emacs/comments/1e6mk6k/emacs_regexps_the_small_print/][Reddit]], [[https://irreal.org/blog/?p=12324][Irreal]])
  - [[https://eshelyaron.com/posts/2024-07-15-on-buglet-bindings.html][The right way to handle case-insensitive inputs with `completing-read`]]
  - [[https://lists.gnu.org/archive/html/emacs-devel/2024-07/msg00865.html][A number of Emacs Lisp math libraries]]
  - [[https://github.com/jamescherti/elispcomp][Introducing elispcomp: Compiling Elisp code directly from the command line]] ([[https://www.reddit.com/r/emacs/comments/1e73jvi/introducing_elispcomp_compiling_elisp_code/][Reddit]])
  - [[https://www.youtube.com/watch?v=zLVDOUMSpDM][Xah Talk Show Ep563, Emacs Lisp Coding move-html-text-block and random chat]] (01:12:20)
  - [[https://www.unwoundstack.com/blog/fill-column-indicator.html][Unwound Stack: fill-column-indicator]] - use display-fill-column-indicator-mode instead
- Appearance:
  - [[https://emacs.dyerdwelling.family/emacs/20240718103550-emacs--selected-window-accent-mode-v-0-8-0/][James Dyer: Selected Window Accent Mode v0.8.0]]
- Navigation:
  - [[https://www.jamescherti.com/outline-mode-enhance-move-subtree-up-down/][Emacs: Enhancing up and down subtree movement in outline-mode and outline-minor-mode]] ([[https://www.reddit.com/r/emacs/comments/1e7z5fb/emacs_enhancing_up_and_down_subtree_movement_in/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/1e9bqy8/perspproject_projectel_integration_for/][persp-project - project.el integration for perspective.el]]
  - [[https://www.youtube.com/watch?v=TAkOPqGWxq0][Emacs Buffer Transpose 2024_07_20_03:20:45]] (04:27)
- Writing:
  - [[https://michaelneuper.com/posts/efficient-latex-editing-with-emacs/][Efficient LaTeX Editing With Emacs - Michael]] (2023, [[https://news.ycombinator.com/item?id=41021173][HN]])
  - [[https://onlisp.co.uk/preview_002dauto-in-LaTeX-buffers.html][J.e.r.e.m.y B.r.y.a.n.t: preview-auto in LaTeX buffers]]
- Org Mode:
  - [[https://weblog.masukomi.org/2024/07/19/using-org-mode-with-hugo/][Using Org Mode With Hugo · weblog.masukomi.org]] ([[https://www.reddit.com/r/emacs/comments/1e7ach0/tips_advice_on_using_oxhugo_to_blog_with_orgmode/][Reddit]])
- Completion:
  - [[https://mastodon.catgirl.cloud/@mekeor/112816088995281572][How to make consult-history work for git commits and ERC buffers]]
  - [[https://github.com/armindarvish/consult-omni][Announcing consult-omni: A powerful omni-search and launcher in Emacs (like Spotlight or Alfred but in Emacs)]] ([[https://www.reddit.com/r/emacs/comments/1e6qhpf/announcing_consultomni_a_powerful_omnisearch_and/][Reddit]])
- Coding:
  - [[https://www.reddit.com/r/emacs/comments/1e6qyuw/cognitivecomplexity_a_treesitbased_package_to/][cognitive-complexity: a treesit-based package to display cognitive complexity of code in Emacs (port of the tree-sitter based codemetrics)]]
  - [[https://salsa.debian.org/debacle/devhelp2.el][Martin / devhelp2.el · GitLab - read devhelp in Emacs]] ([[https://framapiaf.org/@debacle/112824517498480270][@debacle@framapiaf.org]])
  - [[https://www.youtube.com/watch?v=k4ls9lM4Fuo][A Fair Trial of Emacs' Version Control Mode - System Crafters Live!]] (02:02:14)
- Mail, news, and chat:
  - [[https://michal.sapka.me/cool-emacs/read-email-notmuch/][Read email with Notmuch | Cool Emacs]] (2023)
  - [[https://magnus.therning.org/2024-07-21-emacs-via-nix-with-mu4e.html][Magnus: Emacs via Nix with mu4e]]
- Evil mode:
  - [[https://gist.github.com/amirrajan/b3e4af5e06ad46e1b390aae2d0a44e47][init-evil.el · GitHub]]
  - [[https://gist.github.com/amirrajan/195c3c87d811586126e85c5e3dbf7a06][Minimal Emacs configuration for Windows and Mac (Vim bindings and leader key) · GitHub]]
- Doom Emacs:
  - [[https://www.youtube.com/watch?v=PDNfLMQ6oAc][Doom Emacs on WSL FULL GUIDE]] (03:26)
  - [[https://www.youtube.com/watch?v=trQ2DlMoXJA][Replay - Writing elisp for doom emacs config | emacs-evil]] (01:06:36)
  - [[https://www.youtube.com/watch?v=QJshNWXSZmA][[Emacs] Instalação do Doom Emacs e projetos]] (02:01:21, [[https://bolha.tube/videos/watch/f0bc87ea-1dc8-425d-b165-c836a6f251c0][bolha.tube]])
- Multimedia:
  - [[https://lmno.lol/alvaro/real-player-mode-now-on-melpa][Never fear mistakingly opening media files ;) Ready Player Mode now on MELPA]] ([[https://www.reddit.com/r/emacs/comments/1e8sy9v/never_fear_mistakingly_opening_media_files_ready/][Reddit]])
  - [[https://lor.sh/@tennoseremel/112823464921505189][subed code for moving start time and jumping to it]]
- AI:
  - [[https://www.reddit.com/r/emacs/comments/1e90v2i/ekg_version_060_now_with_llm_context/][ekg version 0.6.0: now with LLM context]]
- Community:
  - [[https://www.reddit.com/r/emacs/comments/1e5ctk2/weekly_tips_tricks_c_thread/][Weekly Tips, Tricks, &c. Thread]]
  - [[https://irreal.org/blog/?p=12317][Irreal: Learn Vim or Emacs]]
  - [[https://emacs.dyerdwelling.family/emacs/20240713203037-emacs--local-elpa-melpa-org-revisited-2yr-anniversary/][James Dyer: Emacs Blog 2 Year Anniversary - First Post Revisit - Create Local Offline ELPA MELPA ORG]]
- Other:
  - [[https://www.masteringemacs.org/article/the-emacs-29-edition-of-mastering-emacs-out-now][Mickey Petersen: The Emacs 29 Edition of Mastering Emacs is out now]] ([[https://news.ycombinator.com/item?id=41035785][HN]])
  - [[https://lmno.lol/alvaro/ocr-those-buffers][Alvaro Ramirez: OCR those buffers]] ([[https://www.reddit.com/r/emacs/comments/1e5np2n/ocr_those_buffers/][Reddit]])
  - [[https://www.linux-community.de/ausgaben/linuxuser/2024/08/makros-in-vim-und-emacs-regex-teil-3/][Makros in Vim und Emacs (Regex, Teil 3) - LinuxCommunity]] ([[https://mastodon.social/@hofmannedv/112808048050397624][@hofmannedv@mastodon.social]])
  - [[https://www.reddit.com/r/emacs/comments/1e57kzy/a_solution_for_getting_emacs_to_compile_with/][A solution for getting Emacs to compile with tree-sitter on Fedora]]
  - [[https://www.reddit.com/r/emacs/comments/1e47b4i/emacs_too_slow/][Emacs too slow.]] - Windows; some tips in the discussion ([[https://www.reddit.com/r/emacs/comments/1e5qdzd/emacs_slowness/][More tips]])
  - [[https://news.mynavi.jp/article/osxhack-253/][Catalina and Emacs]]
  - [[https://gist.github.com/ghosty141/c93f21d6cd476417d4a9814eb71dd46e][Buttery Smooth Emacs - Mirror of Daniel Colasciones great blog post about emacs' inner workings · GitHub]] (2016)
- Emacs development:
  - emacs-devel:
    - [[https://lists.gnu.org/archive/html/emacs-devel/2024-07/msg00732.html][Long discussion about including a mathematical library]], possibly exposing more functions from libm
    - [[https://lists.gnu.org/archive/html/emacs-devel/2024-07/msg00815.html][Re: Markers in a gap array]] - status of scratch/igc branch with MPC
    - [[https://lists.gnu.org/archive/html/emacs-devel/2024-07/msg00721.html][Re: MPS: assertion failed: header_type (h) != IGC_OBJ_FWD]] - more info on symbol alignment
  - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=f249c81f868e8fea9d2a05ce258b3ebefba6620f][Add commands to run unit tests in 'go-ts-mode']]
  - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=9f4fc6608212191e1a9e07bf89f38ba9e4ea786c][Work around GCC bug 58416 on 32-bit x86]]
  - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=99b360bb5aabf324cf038c27ac76ac1513319754][Allow specifying stdout/stderr separately in some Eshell commands]]
  - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=a1f29998bf49c85c2eddc1201657639fdd494ef2][Add history variables for find-func entry points]]
- New packages:
  - http://melpa.org/#/evil-neo: Minor mode for using the Neo keyboard layout with Evil (MELPA)
  - http://melpa.org/#/helm-roam: Helm command for org-roam (MELPA)
  - http://melpa.org/#/ready-player: Open media files in ready-player major mode (MELPA)

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://emacs.ch/deck/tags/emacs][Mastodon #emacs]], [[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://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-07][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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-22 22:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-22 22:54 2024-07-22 Emacs news Sacha Chua

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).