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


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

2020-05-04 Emacs news
=====================

  - Emacs configuration:
    - [Bringing my Emacs from the past - Federico's Blog] (<https://people.gnome.org/~federico/blog/bringing-my-emacs-from-the-past.html>)
    - [WFHing with Emacs: Work Mode and Command-Line Options – Epsilon Clue] (<https://epsilonclue.wordpress.com/2020/04/30/wfhing-with-emacs-work-mode-and-command-line-options/>) ([Reddit] (<https://reddit.com/r/planetemacs/comments/gc3o6e/wfhing_with_emacs_work_mode_and_commandline/>))
  - Emacs Lisp:
    - [Marcin Borkowski: Help in read-string] (<http://mbork.pl/2020-05-03_Help_in_read-string>)
    - [a bit of emacs advice] (<https://genehack.blog/2020/04/a-bit-of-emacs-advice/>) ([Reddit] (<https://reddit.com/r/emacs/comments/gaihgf/a_bit_of_emacs_advice/>))
    - [osa: Emacs Lisp to Open Scripting Architecture (AppleScript / JavaScript) bridge] (<https://github.com/atomontage/osa>)
  - Emacs development:
    - [Contributing to Emacs (for beginners)] (<https://archive.casouri.cat/note/2020/contributing-to-emacs/>) ([Reddit] (<https://reddit.com/r/emacs/comments/gccprn/contributing_to_emacs_for_beginners/>))
    - [Bringing GNU Emacs to Native Code - ELS2020] (<https://toobnix.org/videos/watch/1f997b3c-00dc-4f7d-b2ce-74538c194fa7>) ([Reddit] (<https://reddit.com/r/emacs/comments/gcojbm/bringing_gnu_emacs_to_native_code_els2020/>), [HN] (<https://news.ycombinator.com/item?id=23066971>))
    - [Docker image for the Emacs native compiler feature branch from emacs.git feature/native-comp.] (<https://hub.docker.com/r/andreacorallo/emacs-nativecomp>)
    - [Namespaces - summary, conclusion] (<https://lists.gnu.org/archive/html/emacs-devel/2020-05/msg00508.html>) (function naming and discoverability; also part of discussions about [Imports / inclusion of s.el into Emacs] (<https://lists.gnu.org/archive/html/emacs-devel/2020-05/msg00016.html>) and [Re: ELPA New package: transient] (<https://lists.gnu.org/archive/html/emacs-devel/2020-05/msg00091.html>))
    - [The symbol-prefix-separator-must-be-a-hyphen topic comes up on emacs-devel again (proposing to use slashes to separate prefixes for library symbols)] (<https://lists.gnu.org/archive/html/emacs-devel/2020-05/msg00261.html>) ([Reddit] (<https://reddit.com/r/emacs/comments/gcrwic/the_symbolprefixseparatormustbeahyphen_topic/>))
    - [* lisp/emacs-lisp/eieio.el (oset, oset-default): Mark as obsolete] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=40149b871889461713dc73634498f9d2150b0249>)
    - [cc-mode: add support for Doxygen documentation style] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=145aab0672ae259736ee9230f8e0ff4effa5f4fd>)
    - [Add lisp-data-mode for editing non-code Lisp data] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=43fded12d544ab68f493142debc5b3e437317f35>)
    - [Add new function dom-remove-attribute] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6c1b12e7d2ff38e313eae97bfd01746ecacdb02f>)
  - Appearance:
    - [Default emacs theme without the syntax highlighting] (<https://github.com/jaredgorski/nothing.el>) ([Reddit] (<https://reddit.com/r/emacs/comments/gcnla8/wanted_the_default_emacs_theme_without_the_syntax/>))
    - [icons-in-terminal-ibuffer: Display icons for all buffers in ibuffer (for Emacs in terminal)] (<https://github.com/rhdxmr/icons-in-terminal-ibuffer>)
    - [icons-in-terminal-helm: Integration between helm and treemacs icons] (<https://github.com/rhdxmr/icons-in-terminal-helm>)
    - [fontpreview-mode: Reimplementation of fontpreview in elisp.] (<https://github.com/SebastianMeisel/fontpreview-mode>)
  - Navigation:
    - [ido-like restrict to matches while completing] (<https://www.reddit.com/r/emacs/comments/gc7skz/idolike_restrict_to_matches_while_completing/>)
    - [Dynamic title for Treemacs workspace] (<https://andreyorst.gitlab.io/posts/2020-05-01-dynamic-title-for-treemacs-workspace/>) ([Reddit] (<https://reddit.com/r/emacs/comments/gbiw4t/dynamic_title_for_treemacs_workspace/>))
    - [GitHub - hiromichinomata/emacro: Use emacs macro like grep] (<https://github.com/hiromichinomata/emacro>)
    - [Using Recoll desktop search database with Emacs · (or emacs] (<https://oremacs.com/2015/07/27/counsel-recoll/>) (2015)
  - Org Mode:
    - [Weekly /r/Orgmode Open Discussion - May 01, 2020] (<https://www.reddit.com/r/orgmode/comments/gbhhzg/weekly_rorgmode_open_discussion_may_01_2020/>)
    - [My Current Org Mode Files and Heading Structure] (<https://www.reddit.com/r/emacs/comments/gcsazi/my_current_org_mode_files_and_heading_structure/>)
    - [ANN: org-special-block-extras is now on MELPA] (<https://www.reddit.com/r/orgmode/comments/g8z3uo/ann_orgspecialblockextras_is_now_on_melpa/>)
    - [A Featureful Blog made with Emacs Org-mode] (<https://i.redd.it/3fm810otdhw41.png>) ([Reddit] (<https://reddit.com/r/emacs/comments/gckuv2/a_featureful_blog_made_with_emacs_orgmode/>))
    - [Pandoc to Orgmode with Babel - Rohit Goswami] (<https://rgoswami.me/posts/org-pandoc-babel/>)
    - [wunderlist-to-org: Converts Wunderlist exports to Org-Mode files.] (<https://github.com/vale981/wunderlist-to-org>)
    - [Blogging with Org mode and FastPages] (<https://www.reddit.com/r/emacs/comments/gcnt49/blogging_with_org_mode_and_fastpages/>)
    - [{blog post} Configuring Emacs with Org mode and literate programming] (<https://thomashartmann.dev/blog/configuring-emacs-with-org-mode-and-literate-programming>) ([Reddit] (<https://reddit.com/r/orgmode/comments/g96l4c/blog_post_configuring_emacs_with_org_mode_and/>))
    - [Emacs + Org-mode + Syncthing = Perfect combo | (hiepph)] (<https://hiepph.github.io/post/2017-11-24-emacs-org-syncthing/>) (2017, [HN] (<https://news.ycombinator.com/item?id=23058358>))
    - [{RFC} Native Declarative Org Capture Templates (DOCT)?] (<https://www.reddit.com/r/emacs/comments/g9t6dz/rfc_native_declarative_org_capture_templates_doct/>)
    - [Voice capture org-mode notes and more using Siri Shortcuts on iOS] (<https://orgmode-exocortex.com/2020/04/30/voice-capture-org-mode-notes-and-more-using-siri-shortcuts-on-ios/>) ([Reddit] (<https://reddit.com/r/orgmode/comments/gb5bhf/voice_capture_orgmode_notes_and_more_using_siri/>))
    - [Voice capture org-mode tasks on Android – Org mode Exocortex] (<https://orgmode-exocortex.com/2020/04/28/voice-capture-org-mode-tasks-on-android/>)
    - [chrome-org-store-link] (<https://github.com/xuchunyang/chrome-org-store-link>)
    - [Org Capture From Anywhere on Your Mac - The Chronicle] (<https://blog.aaronbieber.com/2016/11/24/org-capture-from-anywhere-on-your-mac.html>)
  - Coding:
    - [{ANN} lsp-dart 1.8.0 released (better Flutter support)] (<https://www.reddit.com/r/emacs/comments/gb9a6f/ann_lspdart_180_released_better_flutter_support/>)
    - [Yurii Ostapchuk at #ScalaUA - How I learned to stop worrying and love LSP (and Emacs :)) - YouTube] (<https://www.youtube.com/watch?v=x7ey0ifcqAg&amp;feature=youtu.be>)
    - [webkit-katex-render: An instant LaTeX previewer for Emacs, based on xwidget and child-frame] (<https://github.com/fuxialexander/emacs-webkit-katex-render>)
    - [web-mode.el version 17] (<https://www.reddit.com/r/emacs/comments/gbf48u/webmodeel_version_17/>)
    - [Refresh auctex syntax highlighting | Pragmatic Emacs] (<http://pragmaticemacs.com/emacs/refresh-auctex-syntax-highlighting/>)
    - [magit-status-advice: Version control pleasantry as a minor mode] (<https://github.com/jdenen/magit-status-advice>)
    - [lsp-mode 6.3 released to MELPA stable] (<https://github.com/emacs-lsp/lsp-mode>) ([Reddit] (<https://reddit.com/r/emacs/comments/gb311v/lspmode_63_released_to_melpa_stable/>))
    - [Hy - Lisp in Python emacs repl inferior mode support] (<https://github.com/SerialDev/ihy-mode>) ([Reddit] (<https://reddit.com/r/emacs/comments/gbpgny/hy_lisp_in_python_emacs_repl_inferior_mode_support/>))
    - [Emacs - Elixir Setup Configuration Wiki] (<https://elixirforum.com/t/emacs-elixir-setup-configuration-wiki/19196>)
    - [A small ido based script to run pyBuilder tasks from project files with valid projectile roots.] (<https://gitlab.com/t3pleni9/py-build>)
    - [Windows Spacemacs installation] (<http://mdr78.github.io/2019/07/01/windows-spacemacs-install.html>)
  - Community:
    - [Weekly tips/trick/etc/ thread] (<https://www.reddit.com/r/emacs/comments/g9j8vm/weekly_tipstricketc_thread/>)
    - [Planet Emacses] (<http://planet.emacs-es.org/>)
  - Other:
    - [Doom Emacs Zaiste Programming Tutorial - Ian's notes] (<https://www.ianjones.us/notes/zaistre-programming-doom-emacs-tutorial/>)
    - [Emacs Tutorial 1 - Introduction, download and history - YouTube] (<https://www.youtube.com/watch?v=d6iY_1aMzeg&amp;feature=youtu.be>)
    - [My thoughts on text editors, and why I think that Emacs is best of them all] (<https://andreyorst.gitlab.io/posts/2020-04-29-text-editors/>) ([Reddit] (<https://reddit.com/r/emacs/comments/gafp1v/my_thoughts_on_text_editors_and_why_i_think_that/>))
    - [Moving from a Tmux, Bash, Vim setup to Emacs. How should I do this?] (<https://www.reddit.com/r/emacs/comments/g995s0/moving_from_a_tmux_bash_vim_setup_to_emacs_how/>)
    - [Introducing Zetteldeft] (<https://www.reddit.com/r/emacs/comments/gbf6o7/introducing_zetteldeft/>)
    - [emacspeak: Emacspeak 52.0 (WorkAtHomeDog) Unleashed!] (<https://emacspeak.blogspot.com/2020/05/emacspeak-520-workathomedog-unleashed.html>)
    - [emacs-keypression: Keystroke visualizer for GUI version Emacs.] (<https://github.com/chuntaro/emacs-keypression>)
    - [Emacs as a shell] (<https://blog.einval.eu/2020/04/emacs-as-a-shell/>) ([Reddit] (<https://reddit.com/r/emacs/comments/gb7gv5/emacs_as_a_shell/>))
    - [Awqat: package to calculate 5 daily prayer times] (<https://www.reddit.com/r/emacs/comments/gcq24k/awqat_package_to_calculate_5_daily_prayer_times/>)
    - [another-emacs-server: An Emacs server built on HTTP and JSON] (<https://github.com/xuchunyang/another-emacs-server>)
    - [Watch "Emacs Through Macros - 05 - elisp, macro counter" on YouTube] (<https://youtu.be/9KOohinQd6c>)
    - [{Proposal} New EUDC backend for macOS address book] (<https://lists.gnu.org/archive/html/emacs-devel/2020-04/msg01750.html>)
  - New packages:
    - counsel-fd <http://melpa.org/#/counsel-fd>: counsel interface for fd
    - friendly-remote-shell <http://melpa.org/#/friendly-remote-shell>: Human-friendly remote interactive shells
    - friendly-shell-command <http://melpa.org/#/friendly-shell-command>: Better shell-command API
    - friendly-shell <http://melpa.org/#/friendly-shell>: Better shell-mode API
    - geiser-kawa <http://melpa.org/#/geiser-kawa>: Kawa scheme support for Geiser
    - gnu-elpa <https://elpa.gnu.org/packages/gnu-elpa.html>: Advertize GNU ELPA packages
    - go-noisegate <http://melpa.org/#/go-noisegate>: Run Golang tests with Noise Gate
    - inform7 <http://melpa.org/#/inform7>: Major mode for working with Inform 7 files
    - inform <http://melpa.org/#/inform>: Symbol links in Info buffers to their help documentation.
    - languagetool <http://melpa.org/#/languagetool>: LanguageTool integration for grammar check
    - message-attachment-reminder <http://melpa.org/#/message-attachment-reminder>: Remind if missing attachment
    - multistate <http://melpa.org/#/multistate>: Multistate mode
    - nothing-theme <http://melpa.org/#/nothing-theme>: Monochrome theme
    - org-id-cleanup <http://melpa.org/#/org-id-cleanup>: Interactively cleanup unused IDs of org-id
    - shrface <http://melpa.org/#/shrface>: Extend shr/eww with org features and analysis capability
    - vega-view <http://melpa.org/#/vega-view>: Vega visualization viewer

  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/2020-05>).


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: 14365 bytes --]

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

* 2020-05-04 Emacs news
- Emacs configuration:
  - [[https://people.gnome.org/~federico/blog/bringing-my-emacs-from-the-past.html][Bringing my Emacs from the past - Federico's Blog]]
  - [[https://epsilonclue.wordpress.com/2020/04/30/wfhing-with-emacs-work-mode-and-command-line-options/][WFHing with Emacs: Work Mode and Command-Line Options – Epsilon Clue]] ([[https://reddit.com/r/planetemacs/comments/gc3o6e/wfhing_with_emacs_work_mode_and_commandline/][Reddit]])
- Emacs Lisp:
  - [[http://mbork.pl/2020-05-03_Help_in_read-string][Marcin Borkowski: Help in read-string]]
  - [[https://genehack.blog/2020/04/a-bit-of-emacs-advice/][a bit of emacs advice]] ([[https://reddit.com/r/emacs/comments/gaihgf/a_bit_of_emacs_advice/][Reddit]])
  - [[https://github.com/atomontage/osa][osa: Emacs Lisp to Open Scripting Architecture (AppleScript / JavaScript) bridge]]
- Emacs development:
  - [[https://archive.casouri.cat/note/2020/contributing-to-emacs/][Contributing to Emacs (for beginners)]] ([[https://reddit.com/r/emacs/comments/gccprn/contributing_to_emacs_for_beginners/][Reddit]])
  - [[https://toobnix.org/videos/watch/1f997b3c-00dc-4f7d-b2ce-74538c194fa7][Bringing GNU Emacs to Native Code - ELS2020]] ([[https://reddit.com/r/emacs/comments/gcojbm/bringing_gnu_emacs_to_native_code_els2020/][Reddit]], [[https://news.ycombinator.com/item?id=23066971][HN]])
  - [[https://hub.docker.com/r/andreacorallo/emacs-nativecomp][Docker image for the Emacs native compiler feature branch from emacs.git feature/native-comp.]]
  - [[https://lists.gnu.org/archive/html/emacs-devel/2020-05/msg00508.html][Namespaces - summary, conclusion]] (function naming and discoverability; also part of discussions about [[https://lists.gnu.org/archive/html/emacs-devel/2020-05/msg00016.html][Imports / inclusion of s.el into Emacs]] and [[https://lists.gnu.org/archive/html/emacs-devel/2020-05/msg00091.html][Re: ELPA New package: transient]])
  - [[https://lists.gnu.org/archive/html/emacs-devel/2020-05/msg00261.html][The symbol-prefix-separator-must-be-a-hyphen topic comes up on emacs-devel again (proposing to use slashes to separate prefixes for library symbols)]] ([[https://reddit.com/r/emacs/comments/gcrwic/the_symbolprefixseparatormustbeahyphen_topic/][Reddit]])
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=40149b871889461713dc73634498f9d2150b0249][* lisp/emacs-lisp/eieio.el (oset, oset-default): Mark as obsolete]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=145aab0672ae259736ee9230f8e0ff4effa5f4fd][cc-mode: add support for Doxygen documentation style]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=43fded12d544ab68f493142debc5b3e437317f35][Add lisp-data-mode for editing non-code Lisp data]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6c1b12e7d2ff38e313eae97bfd01746ecacdb02f][Add new function dom-remove-attribute]]
- Appearance:
  - [[https://github.com/jaredgorski/nothing.el][Default emacs theme without the syntax highlighting]] ([[https://reddit.com/r/emacs/comments/gcnla8/wanted_the_default_emacs_theme_without_the_syntax/][Reddit]])
  - [[https://github.com/rhdxmr/icons-in-terminal-ibuffer][icons-in-terminal-ibuffer: Display icons for all buffers in ibuffer (for Emacs in terminal)]]
  - [[https://github.com/rhdxmr/icons-in-terminal-helm][icons-in-terminal-helm: Integration between helm and treemacs icons]]
  - [[https://github.com/SebastianMeisel/fontpreview-mode][fontpreview-mode: Reimplementation of fontpreview in elisp.]]
- Navigation:
  - [[https://www.reddit.com/r/emacs/comments/gc7skz/idolike_restrict_to_matches_while_completing/][ido-like restrict to matches while completing]]
  - [[https://andreyorst.gitlab.io/posts/2020-05-01-dynamic-title-for-treemacs-workspace/][Dynamic title for Treemacs workspace]] ([[https://reddit.com/r/emacs/comments/gbiw4t/dynamic_title_for_treemacs_workspace/][Reddit]])
  - [[https://github.com/hiromichinomata/emacro][GitHub - hiromichinomata/emacro: Use emacs macro like grep]]
  - [[https://oremacs.com/2015/07/27/counsel-recoll/][Using Recoll desktop search database with Emacs · (or emacs]] (2015)
- Org Mode:
  - [[https://www.reddit.com/r/orgmode/comments/gbhhzg/weekly_rorgmode_open_discussion_may_01_2020/][Weekly /r/Orgmode Open Discussion - May 01, 2020]]
  - [[https://www.reddit.com/r/emacs/comments/gcsazi/my_current_org_mode_files_and_heading_structure/][My Current Org Mode Files and Heading Structure]]
  - [[https://www.reddit.com/r/orgmode/comments/g8z3uo/ann_orgspecialblockextras_is_now_on_melpa/][ANN: org-special-block-extras is now on MELPA]]
  - [[https://i.redd.it/3fm810otdhw41.png][A Featureful Blog made with Emacs Org-mode]] ([[https://reddit.com/r/emacs/comments/gckuv2/a_featureful_blog_made_with_emacs_orgmode/][Reddit]])
  - [[https://rgoswami.me/posts/org-pandoc-babel/][Pandoc to Orgmode with Babel - Rohit Goswami]]
  - [[https://github.com/vale981/wunderlist-to-org][wunderlist-to-org: Converts Wunderlist exports to Org-Mode files.]]
  - [[https://www.reddit.com/r/emacs/comments/gcnt49/blogging_with_org_mode_and_fastpages/][Blogging with Org mode and FastPages]]
  - [[https://thomashartmann.dev/blog/configuring-emacs-with-org-mode-and-literate-programming][{blog post} Configuring Emacs with Org mode and literate programming]] ([[https://reddit.com/r/orgmode/comments/g96l4c/blog_post_configuring_emacs_with_org_mode_and/][Reddit]])
  - [[https://hiepph.github.io/post/2017-11-24-emacs-org-syncthing/][Emacs + Org-mode + Syncthing = Perfect combo | (hiepph)]] (2017, [[https://news.ycombinator.com/item?id=23058358][HN]])
  - [[https://www.reddit.com/r/emacs/comments/g9t6dz/rfc_native_declarative_org_capture_templates_doct/][{RFC} Native Declarative Org Capture Templates (DOCT)?]]
  - [[https://orgmode-exocortex.com/2020/04/30/voice-capture-org-mode-notes-and-more-using-siri-shortcuts-on-ios/][Voice capture org-mode notes and more using Siri Shortcuts on iOS]] ([[https://reddit.com/r/orgmode/comments/gb5bhf/voice_capture_orgmode_notes_and_more_using_siri/][Reddit]])
  - [[https://orgmode-exocortex.com/2020/04/28/voice-capture-org-mode-tasks-on-android/][Voice capture org-mode tasks on Android – Org mode Exocortex]]
  - [[https://github.com/xuchunyang/chrome-org-store-link][chrome-org-store-link]]
  - [[https://blog.aaronbieber.com/2016/11/24/org-capture-from-anywhere-on-your-mac.html][Org Capture From Anywhere on Your Mac - The Chronicle]]
- Coding:
  - [[https://www.reddit.com/r/emacs/comments/gb9a6f/ann_lspdart_180_released_better_flutter_support/][{ANN} lsp-dart 1.8.0 released (better Flutter support)]]
  - [[https://www.youtube.com/watch?v=x7ey0ifcqAg&amp;feature=youtu.be][Yurii Ostapchuk at #ScalaUA - How I learned to stop worrying and love LSP (and Emacs :)) - YouTube]]
  - [[https://github.com/fuxialexander/emacs-webkit-katex-render][webkit-katex-render: An instant LaTeX previewer for Emacs, based on xwidget and child-frame]]
  - [[https://www.reddit.com/r/emacs/comments/gbf48u/webmodeel_version_17/][web-mode.el version 17]]
  - [[http://pragmaticemacs.com/emacs/refresh-auctex-syntax-highlighting/][Refresh auctex syntax highlighting | Pragmatic Emacs]]
  - [[https://github.com/jdenen/magit-status-advice][magit-status-advice: Version control pleasantry as a minor mode]]
  - [[https://github.com/emacs-lsp/lsp-mode][lsp-mode 6.3 released to MELPA stable]] ([[https://reddit.com/r/emacs/comments/gb311v/lspmode_63_released_to_melpa_stable/][Reddit]])
  - [[https://github.com/SerialDev/ihy-mode][Hy - Lisp in Python emacs repl inferior mode support]] ([[https://reddit.com/r/emacs/comments/gbpgny/hy_lisp_in_python_emacs_repl_inferior_mode_support/][Reddit]])
  - [[https://elixirforum.com/t/emacs-elixir-setup-configuration-wiki/19196][Emacs - Elixir Setup Configuration Wiki]]
  - [[https://gitlab.com/t3pleni9/py-build][A small ido based script to run pyBuilder tasks from project files with valid projectile roots.]]
  - [[http://mdr78.github.io/2019/07/01/windows-spacemacs-install.html][Windows Spacemacs installation]]
- Community:
  - [[https://www.reddit.com/r/emacs/comments/g9j8vm/weekly_tipstricketc_thread/][Weekly tips/trick/etc/ thread]]
  - [[http://planet.emacs-es.org/][Planet Emacses]]
- Other:
  - [[https://www.ianjones.us/notes/zaistre-programming-doom-emacs-tutorial/][Doom Emacs Zaiste Programming Tutorial - Ian's notes]]
  - [[https://www.youtube.com/watch?v=d6iY_1aMzeg&amp;feature=youtu.be][Emacs Tutorial 1 - Introduction, download and history - YouTube]]
  - [[https://andreyorst.gitlab.io/posts/2020-04-29-text-editors/][My thoughts on text editors, and why I think that Emacs is best of them all]] ([[https://reddit.com/r/emacs/comments/gafp1v/my_thoughts_on_text_editors_and_why_i_think_that/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/g995s0/moving_from_a_tmux_bash_vim_setup_to_emacs_how/][Moving from a Tmux, Bash, Vim setup to Emacs. How should I do this?]]
  - [[https://www.reddit.com/r/emacs/comments/gbf6o7/introducing_zetteldeft/][Introducing Zetteldeft]]
  - [[https://emacspeak.blogspot.com/2020/05/emacspeak-520-workathomedog-unleashed.html][emacspeak: Emacspeak 52.0 (WorkAtHomeDog) Unleashed!]]
  - [[https://github.com/chuntaro/emacs-keypression][emacs-keypression: Keystroke visualizer for GUI version Emacs.]]
  - [[https://blog.einval.eu/2020/04/emacs-as-a-shell/][Emacs as a shell]] ([[https://reddit.com/r/emacs/comments/gb7gv5/emacs_as_a_shell/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/gcq24k/awqat_package_to_calculate_5_daily_prayer_times/][Awqat: package to calculate 5 daily prayer times]]
  - [[https://github.com/xuchunyang/another-emacs-server][another-emacs-server: An Emacs server built on HTTP and JSON]]
  - [[https://youtu.be/9KOohinQd6c][Watch "Emacs Through Macros - 05 - elisp, macro counter" on YouTube]]
  - [[https://lists.gnu.org/archive/html/emacs-devel/2020-04/msg01750.html][{Proposal} New EUDC backend for macOS address book]]
- New packages:
  - http://melpa.org/#/counsel-fd: counsel interface for fd
  - http://melpa.org/#/friendly-remote-shell: Human-friendly remote interactive shells
  - http://melpa.org/#/friendly-shell-command: Better shell-command API
  - http://melpa.org/#/friendly-shell: Better shell-mode API
  - http://melpa.org/#/geiser-kawa: Kawa scheme support for Geiser
  - https://elpa.gnu.org/packages/gnu-elpa.html: Advertize GNU ELPA packages
  - http://melpa.org/#/go-noisegate: Run Golang tests with Noise Gate
  - http://melpa.org/#/inform7: Major mode for working with Inform 7 files
  - http://melpa.org/#/inform: Symbol links in Info buffers to their help documentation.
  - http://melpa.org/#/languagetool: LanguageTool integration for grammar check
  - http://melpa.org/#/message-attachment-reminder: Remind if missing attachment
  - http://melpa.org/#/multistate: Multistate mode
  - http://melpa.org/#/nothing-theme: Monochrome theme
  - http://melpa.org/#/org-id-cleanup: Interactively cleanup unused IDs of org-id
  - http://melpa.org/#/shrface: Extend shr/eww with org features and analysis capability
  - http://melpa.org/#/vega-view: Vega visualization viewer

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/2020-05][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:[~2020-05-05  2:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05  2:21 2020-05-04 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).