* 2022-09-19 Emacs news - [[https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg00730.html][Emacs 28.2 released]] ([[https://www.reddit.com/r/emacs/comments/xcdxjn/emacs_282_is_released/][Reddit]], [[https://news.ycombinator.com/item?id=32808690][HN]]) - [[https://lists.gnu.org/archive/html/emacs-orgmode/2022-09/msg00320.html][[ANN] EmacsConf 2022 Second Call for Participation (extended until Sep 30)]] - [[https://my.fsf.org/node/55][LibrePlanet 2023 Call for Sessions | Free Software Foundation]] (until Nov 2) - Upcoming events: - M-x Research (contact them for password): 6th class - Advanced(ish) Features of Functional Languages https://m-x-research.github.io/ Tue Sep 20 0800 Vancouver / 1000 Chicago / 1100 Toronto / 1500 GMT / 1700 Berlin / 2030 Kolkata / 2300 Singapore - Emacs APAC (virtual, in English) https://emacs-apac.gitlab.io/ Sat Sep 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 Sep 28 0930 Vancouver / 1130 Chicago / 1230 Toronto / 1630 GMT / 1830 Berlin / 2200 Kolkata -- Thu Sep 29 0030 Singapore - Beginner: - [[https://www.youtube.com/watch?v=3WyH38WX9js][EMACS Commands Full Tutorials with Precious Iriaevho (Live Recording)]] (01:01:40) - Emacs configuration: - [[https://www.youtube.com/watch?v=O6tGvwp-Ayk][Tips On Customizing Emacs To Fit Your Needs]] (10:46) - [[https://www.reddit.com/r/emacs/comments/xex6dk/modal_editing_evil_boon_or_meow/][Modal editing: Evil, Boon or Meow?]] - [[https://github.com/frostyx/dotfiles/blob/master/.emacs.d/frostyx.org][frostyx's Emacs config]] - [[https://github.com/jimeh/.emacs.d][jimeh's personal Emacs config]] - Emacs Lisp: - [[https://www.reddit.com/r/emacs/comments/xdvbgd/easiest_way_for_the_dates_of_tomorrow_weekstart/][Easiest way for the dates of $tomorrow, $week-start and $week-end]] - [[https://www.reddit.com/r/emacs/comments/xeiryd/modeminder_list_all_your_major_and_minor_modes/][mode-minder: list all your major and minor modes]] - [[https://www.youtube.com/watch?v=sIPykkAvklw][How to build an editor with Emacs Lisp - 10 More on Macros]] (29:15) - Appearance: - [[https://i.redd.it/yuvb589d7lo91.png][Proof of concept: reading user input from the mode-line]] ([[https://www.reddit.com/r/emacs/comments/xhcaim/proof_of_concept_reading_user_input_from_the/][Reddit]]) - [[https://protesilaos.com/codelog/2022-09-16-ef-themes-trio/][Protesilaos Stavrou: The ef-themes now include two tri-chrome themes]] - [[https://protesilaos.com/codelog/2022-09-18-ef-themes-deuteranopia-regexp/][Protesilaos Stavrou: Refinements to ef-themes deuteranopia regexp colours]] - Navigation: - [[https://github.com/jdtsmith/outli][GitHub - jdtsmith/outli: Simple comment-based outlines for Emacs]] ([[https://www.reddit.com/r/emacs/comments/xg4hlu/outli_simple_outliner_mode_with_orglike/][Reddit]]) - [[https://christiantietze.de/posts/2022/02/emacs-tab-bar-numbered-tabs/][Christian Tietze: Add Numbers to Emacs tab-bar-mode Tab Titles for Quick Access]] - [[https://github.com/jdtsmith/consult-jump-project][consult-jump-project: Quickly jump between projects, their files and buffers with consult]] - [[http://ag91.github.io/blog/2022/09/13/hacking-projectile-to-search-in-all-my-projects][Andrea: Hacking Projectile to search in all my projects]] - Writing: - [[https://taonaw.com/2022-09-10/][Emacs and a new Workflow · The Art of Not Asking Why]] ([[https://irreal.org/blog/?p=10808][Irreal]]) - [[https://irreal.org/blog/?p=10815][Irreal: Webster’s 1913 Redux]] - [[https://github.com/akirak/emacs-dumb-japanese][emacs-dumb-japanese: An opinionated Japanese input method that never learns your language]] - Org Mode: - [[https://www.reddit.com/r/emacs/comments/xgte91/dont_understand_orgmode/][Don't understand org-mode]] - [[https://her.esy.fun/posts/0020-cool-looking-org-mode/index.html][Cool looking org-mode]] - [[https://i.redd.it/7tf0ow58s9o91.gif][I wrote a command for recursively viewing the backlinks of your nodes until you decide to select one and thought you guys might like it! (info in comments)]] ([[https://www.reddit.com/r/emacs/comments/xg0hwm/i_wrote_a_command_for_recursively_viewing_the/][Reddit]]) - [[https://shom.dev/posts/20220917_markdown-anchor-linking-on-github/][Markdown anchor linking on Github | shom.dev]] - [[https://github.com/gicrisf/ox-zola][GitHub - gicrisf/ox-zola: A carefully crafted Org exporter back-end for Zola]] ([[https://www.reddit.com/r/orgmode/comments/xdzkf0/org_mode_exporter_for_zola/][Reddit]]) - [[https://www.youtube.com/watch?v=UPUdbLFJmqs][Emacs | Get Attached To Org Mode Attachments]] (11:16) - Completion: - [[https://github.com/sstraust/ido-numbered-mode][GitHub - sstraust/ido-numbered-mode: Add numbered mode to ido in emacs!]] ([[https://www.reddit.com/r/emacs/comments/xf6b0i/idonumberedmode_i_made_my_first_emacs_package_it/][Reddit]]) - [[https://elpa.gnu.org/packages/aggressive-completion.html][aggressive-completion: Minor mode which automatically completes for you after a short delay]] - [[http://ag91.github.io/blog/2022/09/13/a-way-to-fix-helm-handling-of-symlink-tmp-dir-in-mac-os][Andrea: A way to fix Helm handling of symlink (/tmp dir) in Mac OS]] - Coding: - [[https://lambdafoo.com/posts/2022-09-07-ocaml-with-emacs-2022.html][OCaml with Emacs in 2022]] - [[https://www.youtube.com/watch?v=Bf0thxV4lo0][Setup emacs on a new M1 Max MacBook Pro for coding React, Javascript, Emacs Lisp, Kubernetes, etc]] (31:29) - Shells: - [[https://www.bytedude.com/custom-eshell-prompts/][Custom Eshell Prompts]] - Mail and news: - [[https://sqrtminusone.xyz/posts/2022-09-16-vosk/][Podcast transcripts with elfeed & speech recognition engine]] ([[https://www.reddit.com/r/emacs/comments/xfzqjo/podcast_transcripts_with_elfeed_speech/][Reddit]]) - [[https://protesilaos.com/codelog/2022-09-19-emacs-notmuch-indicator-prototype/][Protesilaos Stavrou: Emacs: prototype of notmuch-indicator]] - Fun: - [[https://sr.ht/~vidak/uwu.el/][uwu.el: A virtual pet written for GNU Emacs.]] ([[https://www.youtube.com/watch?v=ipx2urVQO1c][YouTube]], 01:05) - Community: - [[https://www.reddit.com/r/emacs/comments/xdw6ok/weekly_tips_tricks_c_thread/][Weekly Tips, Tricks, &c. Thread]] - [[https://www.reddit.com/r/orgmode/comments/xgh63m/you_can_now_support_orgmode_through/][You can now support Org-mode through https://liberapay.com/org-mode/]] ([[https://www.reddit.com/r/emacs/comments/xgmo5l/you_can_now_support_orgmode_through/][Reddit]]) - [[https://macadie.info/2022/09/17/2022-09-austin-emacs-meetup/][Eric MacAdie: 2022-09 Austin Emacs Meetup]] - [[https://www.youtube.com/watch?v=tzr7hRXcwkw&feature=youtu.be][John Carmack: Best programming setup and IDE | Lex Fridman Podcast Clips]] - Other: - [[https://janusworx.com/blog/rename-a-file-as-you-work-on-it-in-emacs/][Mario Jason Braganza: Rename a File as You Work on It in Emacs]] - [[http://mbork.pl/2022-09-17_Safe_killing_with_Emacs][Marcin Borkowski: Safe killing with Emacs]] - [[https://www.reddit.com/r/emacs/comments/xdrg1r/semiautomatically_fetching_ledger_commodity/][(Semi-)Automatically fetching Ledger commodity prices with elisp]] - [[http://xenodium.com/rm-important-txt-oh-sht][Alvaro Ramirez: $ rm Important.txt (uh oh!)]] ([[https://www.reddit.com/r/emacs/comments/xguvdz/recoverable_rm_blunders_via_eshell_and_system/][Reddit]], [[https://lobste.rs/s/fs78pl/rm_important_txt_uh_oh][lobste.rs]]) - [[https://francopasut.netlify.app/post/vim_emacs_blank_regex/][D.V.F.P.: Comparison of Vim and Emacs for a substitution operation using regular expressions]] - [[https://www.youtube.com/watch?v=xBSU_RzFe7g][Emacs Keyboard Macro]] (14:31) - Emacs development: - [[https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01011.html][emacs-devel discussion: Adding a "quick-help" menu]] - [[https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg00403.html][emacs-devel discussion on toolbar icons: Re: Adding icon sets to Emacs -- and next steps for icons.el]] - [[https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01236.html][emacs-devel: Re: Progress on merging Eglot?]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=a53781470935fc0b7c7e576c3d02ed723c9587c4][Don't save bookmark context from encrypted files]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=57cc85f05865e24c23bf2a05c5873c42961ca20f][Add NEWS entry for osc.el (bug#57821)]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=5cceb6d6acf6299f1347133aec7097b8771ff952][Increase image-dired-thumb-size to 128]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=9aef9e2cb6b547f62911d06e90081af32134de66][Make `image-dired-thumb-(height|width)' obsolete]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=cbac94b4aeecdf57e2a1f3e95e27ec76505ae964][Optimize tty display updates (bug#57727)]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=8ec7f8f1699ca1ab4d1e75b369ea231f5802f0e3][Update Unicode support to Unicode version 15.0.0 (bug#57846)]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=aaf39c38784198353b61bf6086f48a689b199f0d][image-dired: Add support for PDF files (Bug#26432)]] - [[https://www.youtube.com/watch?v=eQ_3L702n7w][Learn the Basics of the Dired File Manager (Doom Emacs)]] (28:40) - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=e0ab4e361223d39d955710ce1ae1e64b95bf0c0f][Rename `image-elide' to `image-cut' and add more bindings]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=89084a193ef5bef813d9f9f5640a83882371beb9][Improve image-dired-display-properties-format]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=4907859ee039f0d707b21050c2dec7d49f571590][Document MS-Windows support in wallpaper.el]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=09e93c4dafc6ffa3e556429757348adfa49a5a83][Implement support for 'wallpaper-set' on MS-Windows]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6d61d6018c00fd952937966a8cadfd1e7c102efa][Add rudimentary font-locking to edit-abbrevs-mode]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=37fe0cd3580f7998bd407d9a089c8c899011f8ae][Rename image transform commands to be less confusing]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=d3188196cca68f79a18a6d8a331fd98d4b18c22c][Add new command image-mode-wallpaper-set]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=8c3b40254bfa29c843eb4ff967c5e6f7c717bb07][Make it easier to customize wallpaper command]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=41a31553197911b6ccdb5da93801ff63cef9b3cf][Improve wallpaper.el docs for recent changes]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=fd70791218936da56a622707d3e09efc33feb16d][Add new function xdg-current-desktop to xdg.el]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=535adb96f6c1be7f43ba5d1b04b3d00e1c94b626][Add new command image-dired-set-wallpaper]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=32b7aaa9f1e1fa12ea1db92594a872503f0de498][Add new library wallpaper.el]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=07c0e090bd17204bb1a7670716974c566a8ff6ae][Add new commands 'image-crop' and 'image-elide']] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=5e6a7a210bbb92b7f4c94b5765297fd814362338][Document the recently added branch commands (bug#50344)]] - [[https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=71302884dd3dec26e34916c30e3893dd15b786f8]['C-x v b' prefix key is used for branch commands to create/switch/print branch]] - New packages: - https://melpa.org/#/pixelblaze: Interact with a Pixelblaze via Websocket (MELPA) - https://melpa.org/#/pueue: Interface for pueue (MELPA) - https://melpa.org/#/py-snippets: Collection of advanced Python yasnippet snippets (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://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://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]], [[http://lists.gnu.org/archive/html/emacs-devel/2022-09][emacs-devel]], and [[https://lemmy.ml/c/emacs][lemmy/c/emacs]]. Thanks to Andrés Ramírez for links! You're receiving this message via the Emacs Tangents mailing list. [[https://lists.gnu.org/mailman/listinfo/emacs-tangents][View list info/unsubscribe]]