unofficial mirror of emacs-tangents@gnu.org
 help / color / mirror / Atom feed
* 2019-09-30 Emacs news
@ 2019-10-01  2:09 Sacha Chua
  0 siblings, 0 replies; only message in thread
From: Sacha Chua @ 2019-10-01  2:09 UTC (permalink / raw)
  To: emacs-tangents


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

2019-09-30 Emacs news
=====================

  - Emacs configuration:
    - [Arun Isaac's Emacs Configuration] (<https://systemreboot.net/dot-emacs>)
    - [Help make my Emacs trendy] (<https://www.reddit.com/r/emacs/comments/d9rcnu/help_make_my_emacs_trendy/>)
    - [handle: a handle for major-mode generic functions] (<https://gitlab.com/jjzmajic/handle>) ([Reddit] (<https://reddit.com/r/emacs/comments/d9w8fq/new_minipackage_extracted_from_my_config_thoughts/>))
  - Emacs Lisp:
    - [Didactic emacs-lisp macro example (ie. a tutorial)] (<https://mullikine.github.io/posts/macro-tutorial/>)
    - [The trouble with 'list-processes' and how I fixed it] (<https://mullikine.github.io/posts/ameliorating-list-processes/>)
    - [mb-url: Multiple Backends for Emacs URL package] (<https://github.com/dochang/mb-url>)
    - [elisp-earley: A context-free grammar parser using Jay Earley's algorithm via Oyvin Halfdan Thuv's implemenation for Common Lisp.] (<https://github.com/rocky/elisp-earley>)
    - [Helm: Combining multiple existing sources in a single command] (<https://www.reddit.com/r/emacs/comments/daecfv/helm_combining_multiple_existing_sources_in_a/>)
    - [Example of using elisp function in eshell] (<https://www.reddit.com/r/emacs/comments/da9o7r/example_of_using_elisp_function_in_eshell/>)
  - Emacs development:
    - [Allow customising pdf-to-text parameters] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=c9af343448e890a80093db03dd9a70f55c0cbde3>)
    - [Add new Gnus summary commands and keystrokes for "unseen" navigation] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=0695f5383f67ebbe606e63e5349db63cf650e7da>)
    - [Improve documentation of image conversion feature] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=82c79220f58caa8ee6b78c8704aa97191c2352c7>)
    - [If requested, use external image converters for exotic formats] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=63f4f02aa78e6b48f7ee346d31a813ca0978651e>)
    - [Improve sorting in package list (Bug#37419)] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=a444bb78ad5d1a06f8d5b043e16941fdcc24de16>)
    - [; * etc/NEWS (Gnus): Fix outline levels.] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=60d121e87d532682cb1be7c48015dcd5e30db20a>)
    - [nnimap.el: support additional expunge options] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=fd6f4bf648c5a4417eb591a8c54b87c7c60de154>)
    - [Add a new `dom-search' function] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=45727c4e6de7f6f6f61a4ae3589d5dd271ea8803>)
    - [Remove support for destructive splicing in elisp] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=3cf8f9b1ec1a079f6cd1a127259414dcb0cf8672>)
    - [Add new function to clear tags in tabulated list] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=814cab3b4d89066dbd9a7aaad7d98c382a5a3485>)
    - [* etc/NEWS: Note removal of internal rx symbols (bug#37517)] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=e98e8549b0261ae8bd305a2473c73eab7328409b>)
    - [* lisp/desktop.el (desktop-read): With argument, ask the user for DIRNAME.] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=13a15a3a5a123e0e3377f41974ce12af69c8d5e0>)
    - [Add rx extension mechanism] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=07367e5b95fe31f3d4e994b42b081075501b9b60>)
    - [Allow regexp-quote to return its argument] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=a773a6474897356cd78aeea092d2c1a51ede23f9>)
    - [Allow a :stride argument so XBM boolvecs are in the right format.] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=873cd63ff2a2fc738664065e84a997fe7b4e7051>)
    - [Allow controlling when to send cookies when retrieving images in shr] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=ea5c79f657a9e2826073896ea00e6000ccc04a8d>)
    - [Add a NEWS entry for message citation levels] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=a90c5684a3dbb7f90bd96b45027100f9f7ffd80a>)
    - [Add an `authinfo-hidden' variable] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=87b685f4365f663ef1258cd60616034cd2cc89c9>)
  - Appearance:
    - [emacs-hide-mode-line: An Emacs plugin that hides (or masks) the current buffer's mode-line] (<https://github.com/hlissner/emacs-hide-mode-line>)
    - [Magnifying glass mode?] (<https://www.reddit.com/r/emacs/comments/d8zp05/magnifying_glass_mode/>)
  - Navigation:
    - [nameframe: Manage Emacs frames by name] (<https://github.com/john2x/nameframe>)
    - [autobookmarks: Automatic bookmarks. Like recentf but better.] (<https://github.com/Fuco1/autobookmarks>)
  - Org Mode:
    - [{ANN} org-sidebar available on MELPA] (<https://github.com/alphapapa/org-sidebar>) ([Reddit] (<https://reddit.com/r/emacs/comments/d83fg2/ann_orgsidebar_available_on_melpa/>))
    - [org-edna: My fork of org-edna with extra features] (<https://github.com/akirak/org-edna>)
    - [How long does it takes to learn org mode?] (<https://www.reddit.com/r/emacs/comments/d8naci/how_long_does_it_takes_to_learn_org_mode/>)
    - [What do org users use to index their org created documents for searching indexing?] (<https://www.reddit.com/r/emacs/comments/d9dmmp/what_do_org_users_use_to_index_their_org_created/>)
    - [Capturing stderr from Python in org-mode - take 2] (<https://kitchingroup.cheme.cmu.edu/blog/2014/12/21/Capturing-stderr-from-Python-in-org-mode-take-2/>)
    - [Orger: plaintext reflection of your digital self] (<https://beepb00p.xyz/orger.html>) ([Reddit] (<https://reddit.com/r/orgmode/comments/da1sf0/orger_plaintext_reflection_of_your_digital_self/>))
    - [Blog Series: Using Org Mode Features (UOMF)] (<https://karl-voit.at/2019/09/25/using-orgmode/>) ([Reddit] (<https://reddit.com/r/orgmode/comments/d982x8/blog_series_using_org_mode_features_uomf/>))
    - [How to Keep a Lab Notebook] (<https://irreal.org/blog/?p=8333>)
    - [Tags and Categories in Org Mode] (<https://irreal.org/blog/?p=8335>)
  - Coding:
    - [alchemist.el: Elixir Tooling Integration Into Emacs] (<https://github.com/mdbergmann/alchemist.el>)
    - [stan-mode: Emacs mode for Stan. {Stan}(mc-stan.org) is a state-of-the-art platform for statistical modeling and high-performance statistical computation.] (<https://github.com/stan-dev/stan-mode>)
  - Community:
    - [{ANN} The official EmacsConf 2019 Zurich satellite] (<https://200ok.ch/posts/2019-09-17_announcing_the_official_emacsconf_zurich_satellite.html>) ([Reddit] (<https://reddit.com/r/emacs/comments/d87amb/ann_the_official_emacsconf_2019_zurich_satellite/>))
    - [Emacs Berlin September 25th, 2019 Meetup] (<https://www.reddit.com/r/emacs/comments/d90m3g/emacs_berlin_september_25th_2019_meetup/>)
    - [First programming course at school, Should I use Emacs even though I am on Windows 10?] (<https://www.reddit.com/r/emacs/comments/da6xm3/first_programming_course_at_school_should_i_use/>)
    - [Emacs company] (<https://www.reddit.com/r/emacs/comments/d9piyd/emacs_company/>)
    - [10 days left for the Next browser crowdfunding campaign] (<https://next.atlas.engineer/article/campaign-reminder.org>) ([Reddit] (<https://reddit.com/r/emacs/comments/d91ueb/10_days_left_for_the_next_browser_crowdfunding/>))
    - [Weekly tips/trick/etc/ thread] (<https://www.reddit.com/r/emacs/comments/d8k4ce/weekly_tipstricketc_thread/>)
    - opensource.com is planning to feature Emacs articles in October. If you would like to contribute, please contact [Seth Kenlon] (<mailto:skenlon@opensource.com>).
  - Other:
    - [fakeymacs: Emacs-like key bindings for {Keyhac}(sites.google.com/site/craftware/keyhac-ja)] (<https://htn.to/2gYeZZ6FTo>)
    - [Emacs 27.0.50 (2019-09-18 snapshot) - Windows binary] (<https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-27/>) ([Reddit] (<https://reddit.com/r/emacs/comments/d8q8os/emacs_27050_20190918_snapshot_windows_binary/>))
    - [Adding new digraphs to vim and evil] (<https://mullikine.github.io/posts/adding-new-digraphs-to-vim-and-evil/>)
    - [Make QR codes from Emacs] (<https://imgur.com/RqHsYft>) ([Reddit] (<https://reddit.com/r/emacs/comments/d8xw3y/make_qr_codes_from_emacs/>))
    - [Cell-mode implements an abstract spreadsheet control in an Emacs buffer.] (<http://xelf.me/cell.html>)
    - [Shared buffer is an Emacs extension that enables online collaborative editing for Emacs. It is still at an experimental stage.] (<https://github.com/larstvei/shared-buffer-lisp-in-summer-projects>) ([Reddit] (<https://reddit.com/r/planetemacs/comments/d99w3s/shared_buffer_is_an_emacs_extension_that_enables/>))
    - [emacs-copyit: Copy it, yank anything!] (<https://github.com/zonuexe/emacs-copyit>)
    - [Spotify Connect support in spotify.el] (<https://www.reddit.com/r/emacs/comments/d9johy/spotify_connect_support_in_spotifyel/>)
    - [Markdown folding superbly helpful for restructuring documents] (<https://asciinema.org/a/271281>) ([Reddit] (<https://reddit.com/r/emacs/comments/da3ms9/markdown_folding_superbly_helpful_for/>))
    - [Best emacs tetris in emacs 26+: Emacs 27 has an update to emacs’ tetris mode which makes the glyphs display larger on higher DPI screens.] (<https://mullikine.github.io/posts/emacs-tetris-nice/>)
    - [macOS Catalina and access to system folders (Documents, Downloads, etc) from Emacs.app] (<https://gist.github.com/dive/f64c645a9086afce8e5dd2590071dbf9>)
    - [ukrainian-mac.el --- OS X Ukrainian keyboard input method] (<https://github.com/legoscia/ukrainian-mac/blob/master/ukrainian-mac.el>)
    - [Are you excited that we are now able to use the full version of Emacs on phones like Librem 5 (already released) or PinePhone (soon to be released)?] (<https://www.reddit.com/r/emacs/comments/dat87v/are_you_excited_that_we_are_now_able_to_use_the/>)
    - [Evil Emacs 1 – Tony Ballantyne Tech] (<https://tech.tonyballantyne.com/emacs/workout/evil-emacs-1/>)
    - [Circumventing paywalls with eww browser and Google Cache] (<https://mullikine.github.io/posts/circumventing-paywalls-with-eww-browser/>)
    - [Emacs Workout – Tony Ballantyne Tech] (<https://tech.tonyballantyne.com/emacs-workout/emacs-workout/>)
    - [A simple hack for Persp + EXWM compatibility] (<https://www.reddit.com/r/emacs/comments/d8cd1h/a_simple_hack_for_persp_exwm_compatibility/>)
    - [dired subtree has a toggle!] (<https://youtu.be/vm-FvNdYFcc>) (5:41)
    - [Emacs micro motions and hacks] (<https://youtu.be/4-ubCJF9htw>) (16:43)
  - New package:
    - compdef <http://melpa.org/#/compdef>: A local completion definer.

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


You're receiving this message via the Emacs Tangents mailing list.
View list info/unsubscribe: https://lists.gnu.org/mailman/listinfo/emacs-tangents

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

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

* 2019-09-30 Emacs news
- Emacs configuration:
  - [[https://systemreboot.net/dot-emacs][Arun Isaac's Emacs Configuration]]
  - [[https://www.reddit.com/r/emacs/comments/d9rcnu/help_make_my_emacs_trendy/][Help make my Emacs trendy]]
  - [[https://gitlab.com/jjzmajic/handle][handle: a handle for major-mode generic functions]] ([[https://reddit.com/r/emacs/comments/d9w8fq/new_minipackage_extracted_from_my_config_thoughts/][Reddit]])
- Emacs Lisp:
  - [[https://mullikine.github.io/posts/macro-tutorial/][Didactic emacs-lisp macro example (ie. a tutorial)]]
  - [[https://mullikine.github.io/posts/ameliorating-list-processes/][The trouble with 'list-processes' and how I fixed it]]
  - [[https://github.com/dochang/mb-url][mb-url: Multiple Backends for Emacs URL package]]
  - [[https://github.com/rocky/elisp-earley][elisp-earley: A context-free grammar parser using Jay Earley's algorithm via Oyvin Halfdan Thuv's implemenation for Common Lisp.]]
  - [[https://www.reddit.com/r/emacs/comments/daecfv/helm_combining_multiple_existing_sources_in_a/][Helm: Combining multiple existing sources in a single command]]
  - [[https://www.reddit.com/r/emacs/comments/da9o7r/example_of_using_elisp_function_in_eshell/][Example of using elisp function in eshell]]
- Emacs development:
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=c9af343448e890a80093db03dd9a70f55c0cbde3][Allow customising pdf-to-text parameters]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=0695f5383f67ebbe606e63e5349db63cf650e7da][Add new Gnus summary commands and keystrokes for "unseen" navigation]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=82c79220f58caa8ee6b78c8704aa97191c2352c7][Improve documentation of image conversion feature]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=63f4f02aa78e6b48f7ee346d31a813ca0978651e][If requested, use external image converters for exotic formats]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=a444bb78ad5d1a06f8d5b043e16941fdcc24de16][Improve sorting in package list (Bug#37419)]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=60d121e87d532682cb1be7c48015dcd5e30db20a][; * etc/NEWS (Gnus): Fix outline levels.]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=fd6f4bf648c5a4417eb591a8c54b87c7c60de154][nnimap.el: support additional expunge options]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=45727c4e6de7f6f6f61a4ae3589d5dd271ea8803][Add a new `dom-search' function]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=3cf8f9b1ec1a079f6cd1a127259414dcb0cf8672][Remove support for destructive splicing in elisp]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=814cab3b4d89066dbd9a7aaad7d98c382a5a3485][Add new function to clear tags in tabulated list]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=e98e8549b0261ae8bd305a2473c73eab7328409b][* etc/NEWS: Note removal of internal rx symbols (bug#37517)]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=13a15a3a5a123e0e3377f41974ce12af69c8d5e0][* lisp/desktop.el (desktop-read): With argument, ask the user for DIRNAME.]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=07367e5b95fe31f3d4e994b42b081075501b9b60][Add rx extension mechanism]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=a773a6474897356cd78aeea092d2c1a51ede23f9][Allow regexp-quote to return its argument]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=873cd63ff2a2fc738664065e84a997fe7b4e7051][Allow a :stride argument so XBM boolvecs are in the right format.]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=ea5c79f657a9e2826073896ea00e6000ccc04a8d][Allow controlling when to send cookies when retrieving images in shr]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=a90c5684a3dbb7f90bd96b45027100f9f7ffd80a][Add a NEWS entry for message citation levels]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=87b685f4365f663ef1258cd60616034cd2cc89c9][Add an `authinfo-hidden' variable]]
- Appearance:
  - [[https://github.com/hlissner/emacs-hide-mode-line][emacs-hide-mode-line: An Emacs plugin that hides (or masks) the current buffer's mode-line]]
  - [[https://www.reddit.com/r/emacs/comments/d8zp05/magnifying_glass_mode/][Magnifying glass mode?]]
- Navigation:
  - [[https://github.com/john2x/nameframe][nameframe: Manage Emacs frames by name]]
  - [[https://github.com/Fuco1/autobookmarks][autobookmarks: Automatic bookmarks. Like recentf but better.]]
- Org Mode:
  - [[https://github.com/alphapapa/org-sidebar][{ANN} org-sidebar available on MELPA]] ([[https://reddit.com/r/emacs/comments/d83fg2/ann_orgsidebar_available_on_melpa/][Reddit]])
  - [[https://github.com/akirak/org-edna][org-edna: My fork of org-edna with extra features]]
  - [[https://www.reddit.com/r/emacs/comments/d8naci/how_long_does_it_takes_to_learn_org_mode/][How long does it takes to learn org mode?]]
  - [[https://www.reddit.com/r/emacs/comments/d9dmmp/what_do_org_users_use_to_index_their_org_created/][What do org users use to index their org created documents for searching indexing?]]
  - [[https://kitchingroup.cheme.cmu.edu/blog/2014/12/21/Capturing-stderr-from-Python-in-org-mode-take-2/][Capturing stderr from Python in org-mode - take 2]]
  - [[https://beepb00p.xyz/orger.html][Orger: plaintext reflection of your digital self]] ([[https://reddit.com/r/orgmode/comments/da1sf0/orger_plaintext_reflection_of_your_digital_self/][Reddit]])
  - [[https://karl-voit.at/2019/09/25/using-orgmode/][Blog Series: Using Org Mode Features (UOMF)]] ([[https://reddit.com/r/orgmode/comments/d982x8/blog_series_using_org_mode_features_uomf/][Reddit]])
  - [[https://irreal.org/blog/?p=8333][How to Keep a Lab Notebook]]
  - [[https://irreal.org/blog/?p=8335][Tags and Categories in Org Mode]]
- Coding:
  - [[https://github.com/mdbergmann/alchemist.el][alchemist.el: Elixir Tooling Integration Into Emacs]]
  - [[https://github.com/stan-dev/stan-mode][stan-mode: Emacs mode for Stan. {Stan}(mc-stan.org) is a state-of-the-art platform for statistical modeling and high-performance statistical computation.]]
- Community:
  - [[https://200ok.ch/posts/2019-09-17_announcing_the_official_emacsconf_zurich_satellite.html][{ANN} The official EmacsConf 2019 Zurich satellite]] ([[https://reddit.com/r/emacs/comments/d87amb/ann_the_official_emacsconf_2019_zurich_satellite/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/d90m3g/emacs_berlin_september_25th_2019_meetup/][Emacs Berlin September 25th, 2019 Meetup]]
  - [[https://www.reddit.com/r/emacs/comments/da6xm3/first_programming_course_at_school_should_i_use/][First programming course at school, Should I use Emacs even though I am on Windows 10?]]
  - [[https://www.reddit.com/r/emacs/comments/d9piyd/emacs_company/][Emacs company]]
  - [[https://next.atlas.engineer/article/campaign-reminder.org][10 days left for the Next browser crowdfunding campaign]] ([[https://reddit.com/r/emacs/comments/d91ueb/10_days_left_for_the_next_browser_crowdfunding/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/d8k4ce/weekly_tipstricketc_thread/][Weekly tips/trick/etc/ thread]]
  - opensource.com is planning to feature Emacs articles in October. If you would like to contribute, please contact [[mailto:skenlon@opensource.com][Seth Kenlon]].
- Other:
  - [[https://htn.to/2gYeZZ6FTo][fakeymacs: Emacs-like key bindings for {Keyhac}(sites.google.com/site/craftware/keyhac-ja)]]
  - [[https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-27/][Emacs 27.0.50 (2019-09-18 snapshot) - Windows binary]] ([[https://reddit.com/r/emacs/comments/d8q8os/emacs_27050_20190918_snapshot_windows_binary/][Reddit]])
  - [[https://mullikine.github.io/posts/adding-new-digraphs-to-vim-and-evil/][Adding new digraphs to vim and evil]]
  - [[https://imgur.com/RqHsYft][Make QR codes from Emacs]] ([[https://reddit.com/r/emacs/comments/d8xw3y/make_qr_codes_from_emacs/][Reddit]])
  - [[http://xelf.me/cell.html][Cell-mode implements an abstract spreadsheet control in an Emacs buffer.]]
  - [[https://github.com/larstvei/shared-buffer-lisp-in-summer-projects][Shared buffer is an Emacs extension that enables online collaborative editing for Emacs. It is still at an experimental stage.]] ([[https://reddit.com/r/planetemacs/comments/d99w3s/shared_buffer_is_an_emacs_extension_that_enables/][Reddit]])
  - [[https://github.com/zonuexe/emacs-copyit][emacs-copyit: Copy it, yank anything!]]
  - [[https://www.reddit.com/r/emacs/comments/d9johy/spotify_connect_support_in_spotifyel/][Spotify Connect support in spotify.el]]
  - [[https://asciinema.org/a/271281][Markdown folding superbly helpful for restructuring documents]] ([[https://reddit.com/r/emacs/comments/da3ms9/markdown_folding_superbly_helpful_for/][Reddit]])
  - [[https://mullikine.github.io/posts/emacs-tetris-nice/][Best emacs tetris in emacs 26+: Emacs 27 has an update to emacs’ tetris mode which makes the glyphs display larger on higher DPI screens.]]
  - [[https://gist.github.com/dive/f64c645a9086afce8e5dd2590071dbf9][macOS Catalina and access to system folders (Documents, Downloads, etc) from Emacs.app]]
  - [[https://github.com/legoscia/ukrainian-mac/blob/master/ukrainian-mac.el][ukrainian-mac.el --- OS X Ukrainian keyboard input method]]
  - [[https://www.reddit.com/r/emacs/comments/dat87v/are_you_excited_that_we_are_now_able_to_use_the/][Are you excited that we are now able to use the full version of Emacs on phones like Librem 5 (already released) or PinePhone (soon to be released)?]]
  - [[https://tech.tonyballantyne.com/emacs/workout/evil-emacs-1/][Evil Emacs 1 – Tony Ballantyne Tech]]
  - [[https://mullikine.github.io/posts/circumventing-paywalls-with-eww-browser/][Circumventing paywalls with eww browser and Google Cache]]
  - [[https://tech.tonyballantyne.com/emacs-workout/emacs-workout/][Emacs Workout – Tony Ballantyne Tech]]
  - [[https://www.reddit.com/r/emacs/comments/d8cd1h/a_simple_hack_for_persp_exwm_compatibility/][A simple hack for Persp + EXWM compatibility]]
  - [[https://youtu.be/vm-FvNdYFcc][dired subtree has a toggle!]] (5:41)
  - [[https://youtu.be/4-ubCJF9htw][Emacs micro motions and hacks]] (16:43)
- New package:
  - http://melpa.org/#/compdef: A local completion definer.

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-09][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]]

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

only message in thread, other threads:[~2019-10-01  2:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01  2:09 2019-09-30 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).