From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Sacha Chua Newsgroups: gmane.emacs.tangents Subject: 2021-04-19 Emacs news Date: Tue, 20 Apr 2021 00:56:53 -0400 Message-ID: <87k0oxa6zu.fsf@sachachua.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23237"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: emacs-tangents@gnu.org Cancel-Lock: sha1:GK7IQYkEv0tozn230Oo7zlgksME= Original-X-From: emacs-tangents-bounces+get-emacs-tangents=m.gmane-mx.org@gnu.org Tue Apr 20 06:57:32 2021 Return-path: Envelope-to: get-emacs-tangents@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lYiS3-0005kf-Ro for get-emacs-tangents@m.gmane-mx.org; Tue, 20 Apr 2021 06:57:32 +0200 Original-Received: from localhost ([::1]:55720 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lYiS2-0004KM-VG for get-emacs-tangents@m.gmane-mx.org; Tue, 20 Apr 2021 00:57:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36576) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lYiRh-0004Em-BA for emacs-tangents@gnu.org; Tue, 20 Apr 2021 00:57:09 -0400 Original-Received: from ciao.gmane.io ([116.202.254.214]:45512) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lYiRd-0003RZ-BB for emacs-tangents@gnu.org; Tue, 20 Apr 2021 00:57:09 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1lYiRa-00057m-Le for emacs-tangents@gnu.org; Tue, 20 Apr 2021 06:57:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=116.202.254.214; envelope-from=get-emacs-tangents@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-tangents@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-tangents-bounces+get-emacs-tangents=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-tangents" Xref: news.gmane.io gmane.emacs.tangents:624 Archived-At: --=-=-= Content-Type: multipart/alternative; boundary="==-=-=" --==-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 2021-04-19 Emacs news ===================== - Upcoming events: - Emacs APAC (virtual, in English) Sat Apr 24 0130 Vancouver / 0330 Chicago / 0430 Toronto / 0830 GMT / 1030 Berlin / 1400 Kolkata / 1630 Singapore - Emacs Berlin (virtual, in English) Wed Apr 28 0930 Vancouver / 1130 Chicago / 1230 Toronto / 1630 GMT / 1830 Berlin / 2200 Kolkata -- Thu Apr 29 0030 Singapore - EmacsNYC: Monthly Online Meetup - Lightning Talks Mon May 3 1600 Vancouver / 1800 Chicago / 1900 Toronto / 2300 GMT -- Tue May 4 0100 Berlin / 0430 Kolkata / 0700 Singapore - Beginner: - [Installing Doom Emacs for the non-programmers (Windows & Linux)] () (20:48) - [GNU Emacs. Часть 1. Введение] () (05:56) - introduction - Emacs configuration: - [A simple way to organize the init.el file] () - [Emacs init time decreased %65 after I realized the stupid mistake I have done with straight.el] () - [Tory Anderson: a cautionary tale on modelines and on updating your emacs config] () - [codygman's emacs-config.org] () - Emacs Lisp: - [Creating a Custom Minor Mode - System Crafters] () ([Reddit] ()) - [Sacha Chua: Emacs: Making a hydra cheatsheet for Lispy] () - [Let's write some Emacs Lisp - Github helper functions] () (47:31) - [Let's refactor some Emacs Lisp] () (01:12:40) - [Xah Talk Show 2021-04-09 beginner emacs lisp tutorial. xah-html-copy-change-relative-link] () (59:40) - [Xah Talk Show 2021-04-18 emacs lisp. Fuzzy matching. Explore ido and helm source code] () (01:24:20) - [Converting BNFs to skeletons: An example implementation for LOOP and cl-] () - Emacs development: - [Allow use of em in image spec sizes] () - [Add condition-case success handler (bug#47677)] () - [Add two optional arguments to 'string-width'] () - Appearance: - [[RFC] hl-prog-extra - context sensitive highlighting package] () - [minc-mode: Modest and easy on the eyes syntax highlighting for C source code] () - [Protesilaos Stavrou: Modus themes 1.3.0 for GNU Emacs] () ([Reddit] ()) - Navigation: - [Emacs: use "occur" in practice] () - [Marcin Borkowski: Multiple Help buffers] () - [open-conf: Open conf files via M-x buffer] () - Org Mode: - [How I get work done with Emacs and org-mode] () ([Reddit] ()) - [Strike through org-done tasks in agenda to intensify the sense of achievement] () - Export: - [Writing Technical Documentation with Emacs | by alpha2phi | Apr, 2021 | Medium] () ([Irreal] ()) - [Create Beautiful Websites Using Emacs Org Mode] () (15:51) - [ORG-NEWS: Mention DOI links export] () - [Amit Patel: Automatically generate IDs for emacs org-mode headings] () - [Sacha Chua: This is a test post from Org Mode to 11ty] () - Completion: - [Configuring Minibuffer Completion in Projectile] () ([Reddit] ()) - [PSA: icomplete-vertical-mode is available since commit 5761e90] () - [Manuel Uberti: Would Alfred Hitchcock use Emacs?] () - about vertico, vertical interactive completion - [[ELPA] Corfu (Completion Overlay Region FUnction)] () ([Reddit] ()) - Coding: - [freepascal-mode: emacs mode for the free pascal compiler] () - [dune-format-el: Reformat dune files from within Emacs] () ([Reddit] ()) - [Andrea: Emacs as your code-compass: quietly show who can help] () - [Using Emacs for Literate Programming with Clojure] () (23:19) - Mail and news: - [The BIG Comparison of Emacs Mail Clients | Muto] () - [Re: SV: Re: SV: Re: SV: Your misbehaved email] () - [mu4e: IMAP-server-push with imap-filter] () - Web: - [An Emacs wallabag client - the Emacser way to manage web pages!] () - [Wallabag en Emacs] () - for saving webpages - Chat: - [Mastodon in emacs - tchncs] () (17:42) - Diary: - [Protesilaos Stavrou: Emacs Diary and Calendar for tracking appointments] () (34:44, [Reddit] ()) - [Protesilaos Stavrou: Make the Emacs Diary work as an Outline (outline-minor-mode)] () - [Add file paths and URLs to the Emacs Diary] () - Community: - [tycho garen: The Org Mode Product] () - [Moral lessons from free software and GNU Emacs] () (47:08, [Reddit] ()) - [People should not bombard newbies with messages with subtle messages containing warning of emacs pinky] () - [Protesilaos Stavrou: Moral lessons from free software and GNU Emacs] () - [Gretzuni: Free lunches and the burden of responsibility] () - [Weekly tips/trick/etc/ thread] () - Other: - [yatemplate: Simple file templates for Emacs with YASnippet] () - [Using abbrev-mode - create and expand abbreviations in Emacs] () (19:37) - [Automatic saving of modes, scratch buffer, and registers in Emacs] () - [Emacs: Building Ledger Reports — sandeepk] () - [Leaving Doom Emacs For GNU Emacs? - DT Live!] () (01:33:40) - [Sway.el] () - controls creation of Emacs frames in the Sway window manager - Building/installing: - [MSI Installer for GNU Emacs 27.2 for Windows] () ([Reddit] ()) - [Building emacs on Cent OS - tchncs] () - [Emacs.AppImage: This repository builds GNU Emacs from git on Travis CI and packages it as an AppImage.] () - New packages: - corfu : Completion Overlay Region FUnction - vertico : VERTical Interactive COmpletion - dream-theme : Maximalist Nordic/Zenburn-inspired color theme - dune-format : Reformat OCaml's dune files automatically - dyncloze : Language alternatives self-testing - eping : Ping websites to check internet connectivity - filetree : File tree view/manipulatation package - merlin-ac : Merlin and auto-complete integration. - merlin-company : Merlin and company mode integration. - merlin-iedit : Merlin and iedit integration. - nix-modeline : Info about in-progress Nix evaluations on your modeline - openfoam : OpenFOAM files and directories - pyim-smzmdict : Sanma(triple) Zhengma dict for pyim Links from [reddit.com/r/emacs] (), [r/orgmode] (), [r/spacemacs] (), [r/planetemacs] (), [Hacker News] (), [planet.emacslife.com] (), [YouTube] (), [the Emacs NEWS file] () and [emacs-devel] (). You're receiving this message via the Emacs Tangents mailing list. View list info/unsubscribe: https://lists.gnu.org/mailman/listinfo/emacs-tangents --==-=-= Content-Type: text/html; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit

2021-04-19 Emacs news

Links from reddit.com/r/emacs, r/orgmode, r/spacemacs, r/planetemacs, Hacker News, planet.emacslife.com, YouTube, the Emacs NEWS file and emacs-devel.

You're receiving this message via the Emacs Tangents mailing list.
View list info/unsubscribe

--==-=-=-- --=-=-= Content-Type: text/x-org; charset=utf-8; name=emacs-news.org Content-Disposition: attachment Content-Transfer-Encoding: 8bit * 2021-04-19 Emacs news - Upcoming events: - Emacs APAC (virtual, in English) https://emacs-apac.gitlab.io/ Sat Apr 24 0130 Vancouver / 0330 Chicago / 0430 Toronto / 0830 GMT / 1030 Berlin / 1400 Kolkata / 1630 Singapore - Emacs Berlin (virtual, in English) https://emacs-berlin.org/ Wed Apr 28 0930 Vancouver / 1130 Chicago / 1230 Toronto / 1630 GMT / 1830 Berlin / 2200 Kolkata -- Thu Apr 29 0030 Singapore - EmacsNYC: Monthly Online Meetup - Lightning Talks https://www.meetup.com/New-York-Emacs-Meetup/events/277390026/ Mon May 3 1600 Vancouver / 1800 Chicago / 1900 Toronto / 2300 GMT -- Tue May 4 0100 Berlin / 0430 Kolkata / 0700 Singapore - Beginner: - [[https://www.youtube.com/watch?v=1VPHA2Lc2zQ][Installing Doom Emacs for the non-programmers (Windows & Linux)]] (20:48) - [[https://www.youtube.com/watch?v=H3yvl86LbAc][GNU Emacs. Часть 1. Введение]] (05:56) - introduction - Emacs configuration: - [[https://www.reddit.com/r/emacs/comments/mte0zx/a_simple_way_to_organize_the_initel_file/][A simple way to organize the init.el file]] - [[https://www.reddit.com/r/emacs/comments/mtb05k/emacs_init_time_decreased_65_after_i_realized_the/][Emacs init time decreased %65 after I realized the stupid mistake I have done with straight.el]] - [[https://tech.toryanderson.com/2021/04/19/a-cautionary-tale-on-modelines-and-on-updating-your-emacs-config/][Tory Anderson: a cautionary tale on modelines and on updating your emacs config]] - [[https://git.sr.ht/~codygman/emacs-config/tree/master/item/emacs-config.org][codygman's emacs-config.org]] - Emacs Lisp: - [[https://systemcrafters.cc/learning-emacs-lisp/creating-minor-modes][Creating a Custom Minor Mode - System Crafters]] ([[https://reddit.com/r/emacs/comments/mqtwzx/creating_custom_minor_modes_learning_emacs_lisp_7/][Reddit]]) - [[https://sachachua.com/blog/2021/04/emacs-making-a-hydra-cheatsheet-for-lispy/][Sacha Chua: Emacs: Making a hydra cheatsheet for Lispy]] - [[https://www.youtube.com/watch?v=ikt-Ha4CaY4][Let's write some Emacs Lisp - Github helper functions]] (47:31) - [[https://www.youtube.com/watch?v=5HlImNxPEAE][Let's refactor some Emacs Lisp]] (01:12:40) - [[https://www.youtube.com/watch?v=FJq3ItWvZ0o][Xah Talk Show 2021-04-09 beginner emacs lisp tutorial. xah-html-copy-change-relative-link]] (59:40) - [[https://www.youtube.com/watch?v=FC5qzH0yxyk][Xah Talk Show 2021-04-18 emacs lisp. Fuzzy matching. Explore ido and helm source code]] (01:24:20) - [[https://lists.gnu.org/archive/html/emacs-devel/2021-04/msg00901.html][Converting BNFs to skeletons: An example implementation for LOOP and cl-]] - Emacs development: - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=c2372096433e6a7ab173e5f1993f0c65b85f353e][Allow use of em in image spec sizes]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=7893945cc8f9421d0be5b07b9ed404bdf25ce140][Add condition-case success handler (bug#47677)]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=d1559ede54684513b79025ade2b4677447c7a487][Add two optional arguments to 'string-width']] - Appearance: - [[https://www.reddit.com/r/emacs/comments/mqjdow/rfc_hlprogextra_context_sensitive_highlighting/][[RFC] hl-prog-extra - context sensitive highlighting package]] - [[https://github.com/veera-sivarajan/minc-mode][minc-mode: Modest and easy on the eyes syntax highlighting for C source code]] - [[https://protesilaos.com/codelog/2021-04-17-modus-themes-1-3-0/][Protesilaos Stavrou: Modus themes 1.3.0 for GNU Emacs]] ([[https://reddit.com/r/planetemacs/comments/msuns7/protesilaos_stavrou_modus_themes_130_for_gnu_emacs/][Reddit]]) - Navigation: - [[https://www.youtube.com/watch?v=zxS3zXwV0PU&feature=youtu.be][Emacs: use "occur" in practice]] - [[http://mbork.pl/2021-04-17_Multiple_Help_buffers][Marcin Borkowski: Multiple Help buffers]] - [[https://github.com/enisozgen/open-conf][open-conf: Open conf files via M-x buffer]] - Org Mode: - [[https://www.philnewton.net/blog/how-i-get-work-done-with-emacs/][How I get work done with Emacs and org-mode]] ([[https://reddit.com/r/emacs/comments/mrlbf0/how_i_get_work_done_with_emacs_and_orgmode/][Reddit]]) - [[https://www.reddit.com/r/emacs/comments/mt51h4/strike_through_orgdone_tasks_in_agenda_to/][Strike through org-done tasks in agenda to intensify the sense of achievement]] - Export: - [[https://alpha2phi.medium.com/writing-technical-documentation-with-emacs-276f13284e54][Writing Technical Documentation with Emacs | by alpha2phi | Apr, 2021 | Medium]] ([[https://irreal.org/blog/?p=9635][Irreal]]) - [[https://www.youtube.com/watch?v=K6S-AKm5snc][Create Beautiful Websites Using Emacs Org Mode]] (15:51) - [[https://github.com/bzg/org-mode/commit/962690ef6ad8b9d1c5a70215eec2ca2b8a7bd9c7][ORG-NEWS: Mention DOI links export]] - [[http://amitp.blogspot.com/2021/04/automatically-generate-ids-for-emacs.html][Amit Patel: Automatically generate IDs for emacs org-mode headings]] - [[https://sachachua.com/blog/2021/04/this-is-a-test/][Sacha Chua: This is a test post from Org Mode to 11ty]] - Completion: - [[https://emacsredux.com/blog/2021/04/19/configuring-minibuffer-completion-in-projectile/][Configuring Minibuffer Completion in Projectile]] ([[https://reddit.com/r/emacs/comments/mu01e3/configuring_minibuffer_completion_in_projectile/][Reddit]]) - [[https://www.reddit.com/r/emacs/comments/mu3lpl/psa_icompleteverticalmode_is_available_since/][PSA: icomplete-vertical-mode is available since commit 5761e90]] - [[https://www.manueluberti.eu//emacs/2021/04/12/vertico/][Manuel Uberti: Would Alfred Hitchcock use Emacs?]] - about vertico, vertical interactive completion - [[https://i.redd.it/9g4h1bfzast61.png][[ELPA] Corfu (Completion Overlay Region FUnction)]] ([[https://reddit.com/r/emacs/comments/msx6s1/elpa_corfu_completion_overlay_region_function/][Reddit]]) - Coding: - [[https://github.com/tangentstorm/freepascal-mode][freepascal-mode: emacs mode for the free pascal compiler]] - [[https://github.com/purcell/dune-format-el][dune-format-el: Reformat dune files from within Emacs]] ([[https://reddit.com/r/planetemacs/comments/mqr5wz/duneformatel_reformat_dune_files_from_within_emacs/][Reddit]]) - [[http://ag91.github.io/blog/2021/04/18/emacs-as-your-code-compass-quietly-show-who-can-help][Andrea: Emacs as your code-compass: quietly show who can help]] - [[https://www.youtube.com/watch?v=bhNvwxFV5vU][Using Emacs for Literate Programming with Clojure]] (23:19) - Mail and news: - [[https://muto.ca/posts/the-big-comparison-of-emacs-mail-clients.html][The BIG Comparison of Emacs Mail Clients | Muto]] - [[https://idiomdrottning.org/svolternet][Re: SV: Re: SV: Re: SV: Your misbehaved email]] - [[https://www.reddit.com/r/emacs/comments/mq2ff7/mu4e_imapserverpush_with_imapfilter/][mu4e: IMAP-server-push with imap-filter]] - Web: - [[https://www.reddit.com/r/emacs/comments/mptr7f/an_emacs_wallabag_client_the_emacser_way_to/][An Emacs wallabag client - the Emacser way to manage web pages!]] - [[https://ugeek.github.io/blog/post/2021-04-15-wallabag-en-emacs.html][Wallabag en Emacs]] - for saving webpages - Chat: - [[https://tube.tchncs.de/videos/watch/ffdb18b0-d9e0-4c70-91d4-cce54113dd3d][Mastodon in emacs - tchncs]] (17:42) - Diary: - [[https://protesilaos.com/codelog/2021-04-14-emacs-diary-calendar/][Protesilaos Stavrou: Emacs Diary and Calendar for tracking appointments]] (34:44, [[https://reddit.com/r/emacs/comments/mqyysd/emacs_diary_and_calendar/][Reddit]]) - [[https://protesilaos.com/codelog/2021-04-15-emacs-diary-outline-minor-mode/][Protesilaos Stavrou: Make the Emacs Diary work as an Outline (outline-minor-mode)]] - [[https://www.youtube.com/watch?v=n8o66i08fzs&feature=youtu.be][Add file paths and URLs to the Emacs Diary]] - Community: - [[https://tychoish.com/post/the-org-mode-product/][tycho garen: The Org Mode Product]] - [[https://www.youtube.com/watch?v=gwT5PoXrLVs][Moral lessons from free software and GNU Emacs]] (47:08, [[https://reddit.com/r/emacs/comments/msnphh/moral_lessons_from_free_software_and_gnu_emacs/][Reddit]]) - [[https://www.reddit.com/r/emacs/comments/mtuvyw/people_should_not_bombard_newbies_with_messages/][People should not bombard newbies with messages with subtle messages containing warning of emacs pinky]] - [[https://protesilaos.com/codelog/2021-04-16-emacs-moral-lessons/][Protesilaos Stavrou: Moral lessons from free software and GNU Emacs]] - [[https://gretzuni.com/articles/free-lunches-and-the-burden-of-responsibility][Gretzuni: Free lunches and the burden of responsibility]] - [[https://www.reddit.com/r/emacs/comments/mpwapo/weekly_tipstricketc_thread/][Weekly tips/trick/etc/ thread]] - Other: - [[https://github.com/mineo/yatemplate][yatemplate: Simple file templates for Emacs with YASnippet]] - [[https://www.youtube.com/watch?v=2ONNXDlN3RU][Using abbrev-mode - create and expand abbreviations in Emacs]] (19:37) - [[https://www.youtube.com/watch?v=b9gzO9nCnWI&feature=youtu.be][Automatic saving of modes, scratch buffer, and registers in Emacs]] - [[https://blogs.dgplug.org/sandeepk/emacs-building-ledger-reports][Emacs: Building Ledger Reports — sandeepk]] - [[https://www.youtube.com/watch?v=hoP4I9ounyQ][Leaving Doom Emacs For GNU Emacs? - DT Live!]] (01:33:40) - [[https://www.reddit.com/r/emacs/comments/mtjn8f/swayel_sway_integration_for_emacs/][Sway.el]] - controls creation of Emacs frames in the Sway window manager - Building/installing: - [[https://chaoticlab.io/posts/emacs-27-2-msi/][MSI Installer for GNU Emacs 27.2 for Windows]] ([[https://reddit.com/r/emacs/comments/mq758x/msi_installer_for_gnu_emacs_272_for_windows/][Reddit]]) - [[https://tube.tchncs.de/videos/watch/c6c1bbea-f5a6-4c2d-87aa-167b6aef3ae0][Building emacs on Cent OS - tchncs]] - [[https://github.com/probonopd/Emacs.AppImage][Emacs.AppImage: This repository builds GNU Emacs from git on Travis CI and packages it as an AppImage.]] - New packages: - https://elpa.gnu.org/packages/corfu.html: Completion Overlay Region FUnction - https://elpa.gnu.org/packages/vertico.html: VERTical Interactive COmpletion - http://melpa.org/#/dream-theme: Maximalist Nordic/Zenburn-inspired color theme - http://melpa.org/#/dune-format: Reformat OCaml's dune files automatically - http://melpa.org/#/dyncloze: Language alternatives self-testing - http://melpa.org/#/eping: Ping websites to check internet connectivity - http://melpa.org/#/filetree: File tree view/manipulatation package - http://melpa.org/#/merlin-ac: Merlin and auto-complete integration. - http://melpa.org/#/merlin-company: Merlin and company mode integration. - http://melpa.org/#/merlin-iedit: Merlin and iedit integration. - http://melpa.org/#/nix-modeline: Info about in-progress Nix evaluations on your modeline - http://melpa.org/#/openfoam: OpenFOAM files and directories - http://melpa.org/#/pyim-smzmdict: Sanma(triple) Zhengma dict for pyim 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/2021-04][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]] --=-=-=--