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


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

2019-05-20 Emacs news
=====================

  - Emacs configuration:
    - [quelpa: Build and install your Emacs Lisp packages on-the-fly directly from source] (https://framagit.org/steckerhalter/quelpa)
    - [Watch "Using Emacs - 1 - setting up the package manager" on YouTube] (https://www.youtube.com/watch?v=49kBWM3RQQ8)
  - Emacs Lisp:
    - [hierarchy: Emacs library to create, query, navigate and display hierarchy structures] (https://github.com/DamienCassou/hierarchy)
    - [ElispCheatSheet: Quick reference to the core language of Emacs ---Editor MACroS.] (https://github.com/alhassy/ElispCheatSheet)
  - Emacs development:
    - [Towards a cleaner build] (http://lists.gnu.org/archive/html/emacs-devel/2019-05/msg00525.html)
    - [Emacs figures in 'Hall of Shame for Linux IME Support - Fcitx'] (https://fcitx-im.org/wiki/Hall_of_Shame_for_Linux_IME_Support)
    - [How about funding magit's libegit2] (https://www.reddit.com/r/emacs/comments/bpo5th/how_about_funding_magits_libegit2/)
    - [Allow zero-argument rx `or' and `seq' forms] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=afdc20d73c8588e5a744ecf7bffaf4401a557d20)
    - [Avoid polling in global-auto-revert-mode (bug#35418)] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=e9f9827eb01a382bead6c180f6703322167e6f89)
    - [New buffer display action function 'display-buffer-in-direction'] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=8783becbba410581c6384ee021e7e83ad5236a29)
    - [Don't use file notification on non-file buffers] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=1943220d1b7ed28b2708c86acfe5493d5c6e3089)
    - [Distribute test cases in tarballs by default] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=4ac234ad576cf9068419805ef338701024265afb)
    - [Accept NO-PROPERTIES in thing-at-point aliases (Bug#35491)] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=04e9938350d3820648d28d7cf4aa1885a08fd9b7)
    - [Add standard unmatchable regexp] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=26f735ff198e52370aafe09ed5ed669e78f196ab)
    - [* lisp/progmodes/project.el (project-read-file-name-function): Fix type.] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=c11c9903565c3fcab98ce715c5520ae1e349861f)
    - [Default to disabling ImageMagick (Bug#33587)] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=d2dea70415ca7ec390a2de11b224ab4cbb2c6b55)
    - [Allow customizing the display of project file names when reading] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=e0ee41d155b210327eb9c9ad5334f80ed59439f4)
  - Appearance:
    - [Gruvbox is a retro groove color scheme for Emacs. Port of the Vim version. http://bit.ly/1lRByNh] (https://github.com/greduan/emacs-theme-gruvbox)
    - [Emacs, plain text and large high-resolution monitors] (https://www.reddit.com/r/emacs/comments/bprqtr/emacs_plain_text_and_large_highresolution_monitors/)
    - [show-eol: Show end of line symbol in buffer.] (https://github.com/elpa-host/show-eol)
  - Navigation:
    - [It never occurred to me] (http://manuel-uberti.github.io//emacs/2019/05/14/occur/) - showing only parts of occur matches
    - [better-jumper: A configurable jump list implementation for Emacs that can be used to easily jump back to previous locations.] (https://github.com/gilbertw1/better-jumper)
    - [hydra 0.15.0 is out] (https://www.reddit.com/r/emacs/comments/bqe4m1/hydra_0150_is_out/)
    - [loccur: loccur is Emacs minor mode for navigating through the file like occur does, but without opening a new window.] (https://github.com/fourier/loccur)
    - [Using Emacs - 7- Navigation with Avy -- A video tutorial from Mike Zamansky] (https://cestlaz.github.io/posts/using-emacs-7-avy/)
    - [iflipb: iflipb.el - interactively flip between recently visited buffers] (https://github.com/jrosdahl/iflipb)
  - Org Mode:
    - [Markdown in Org-mode] (https://irreal.org/blog/?p=8042)
    - [Adding :target option for the TOC keyword in Org Mode] (https://sachachua.com/blog/2019/05/adding-target-option-for-the-toc-keyword-in-org-mode/)
    - [Displaying Inline Images in Emacs org-mode | Blog] (https://aidan.codes/blog/2010/10/displaying-inline-images-in-emacs-org-mode/)
    - [New link features in Org 9] (http://kitchingroup.cheme.cmu.edu/blog/2016/11/04/New-link-features-in-org-9/)
    - [org-editmarks: Edit marks for Org mode] (https://github.com/jkitchin/scimax/blob/master/org-editmarks.el)
    - [Emacs Org mode support for VSCode - Visual Studio Marketplace] (https://marketplace.visualstudio.com/items?itemName=tootone.org-mode)
    - [Diego Zamboni, a leanpub author, uses Orgmode to write his books] (https://leanpub.com/podcasts/frontmatter/diego-zamboni-08-05-19)
    - [function for DWIM insertion of new entries] (https://www.reddit.com/r/orgmode/comments/boyu8r/function_for_dwim_insertion_of_new_entries/)
  - Coding:
    - [nix-haskell-mode: Automatic Haskell setup in Emacs, for Nix users] (https://github.com/matthewbauer/nix-haskell-mode)
    - [coverage.el: Emacs minor mode for displaying code coverage] (https://github.com/jcubic/coverage.el)
    - [seml-mode: Major mode for editing SEML (S-Expression Markup Language) files] (https://github.com/conao3/seml-mode.el)
    - [emacs_latex_class: En ajoutant un classe de latex dans le fichier de configuration d'emacs, cela permet de generer des fichiers pdf géniaux comme celui-ci.] (https://gitlab.com/LazyLama/emacs_latex_class)
    - [Live Stream Setting up Docker for a new PHP app using Emacs] (https://www.youtube.com/watch?v=--ZOvibu4UU) (1:06:47)
    - [sly-asdf: SLY contrib that adds support for editing ASDF systems. Ported from slime with changes to support package-inferred-system. P] (https://github.com/mmgeorge/sly-asdf)
    - ["2019-04-03: Emacs as a C++ IDE - Jeff Trull, Ben Deane, Dirk Jagdmann": YouTube] (https://www.youtube.com/watch?v=GuEqRmCjy6E)
    - [(with-emacs - Show matching lines when parentheses go off-screen] (https://with-emacs.com/posts/editing/show-matching-lines-when-parentheses-go-off-screen/) ([Reddit] (https://reddit.com/r/emacs/comments/bqyx6h/withemacs_show_matching_lines_when_parentheses_go/))
    - [realgud-node-inspect: realgud support for newer "node inspect"] (https://github.com/realgud/realgud-node-inspect)
    - [Portacle - A Portable Common Lisp Development Environment] (https://portacle.github.io/)
    - [rusty-tags: Create ctags/etags for a cargo project] (https://github.com/dan-t/rusty-tags)
    - [Janet lang Repl Support emacs] (https://github.com/SerialDev/ijanet-mode) ([Reddit] (https://reddit.com/r/emacs/comments/bq6bhg/janet_lang_repl_support_emacs/))
    - [realgud-lldb: lldb module for realgud] (https://github.com/realgud/realgud-lldb)
    - [Hard CIDER: Keeping your REPL Tidy] (https://metaredux.com/posts/2019/05/11/hard-cider-keeping-your-repl-tidy.html)
    - Version control:
      - [Magit in Spacemacs] (https://irreal.org/blog/?p=8052)
      - [Magit: The Absolute Minimum you need to know] (https://youtu.be/NDP91RNgT4A) ([Reddit] (https://reddit.com/r/spacemacs/comments/bqbjat/magit_the_absolute_minimum_you_need_to_know/))
      - [Emacs optimization for monorepos?] (https://www.reddit.com/r/emacs/comments/boj67b/emacs_optimization_for_monorepos/)
  - Community:
    - [Emacs Together: An Organization for Crowdfunding Emacs Projects?] (https://www.reddit.com/r/emacs/comments/bpbu70/emacs_together_an_organization_for_crowdfunding/)
    - [Baltimore Splunk Meetup: May 20, 2019] (https://www.meetup.com/Baltimore-Splunk-Meetup/events/260667295/)
  - Other:
    - [Adding Your YouTube Subscriptions to Elfeed] (https://irreal.org/blog/?p=8044)
    - [An Emacs Journey] (https://irreal.org/blog/?p=8046)
    - [leetcode.el: An Emacs LeetCode client.] (https://github.com/kaiwk/leetcode.el)
    - [indian-ext: Extension to Emacs' Indian languages support. Current focus is on Sanskrit.] (https://github.com/paddymcall/indian-ext)
    - [emacs-live-preview: Live preview by any shell command while editing] (https://github.com/lassik/emacs-live-preview)
    - [Emacs Web Server (web-server) User Manual] (http://eschulte.github.io/emacs-web-server/index.html#Top)
    - [tldr.el: tldr client for Emacs] (https://github.com/kuanyui/tldr.el)
    - [emacs-whois: Extends the whois functionality of Emacs] (https://github.com/lassik/emacs-whois)
    - [Workaround Fcitx issues within Emacs - ArchWiki] (https://wiki.archlinux.org/index.php/Fcitx#Emacs)
    - [pullover: Pull text from other apps into Emacs to edit (macOS)] (https://github.com/ubolonton/pullover) ([Reddit] (https://reddit.com/r/emacs/comments/bojzui/pullover_pull_text_from_other_apps_into_emacs_to/))
    - [From register feature in Emacs to I3Wm (for i3 guys)] (https://i.redd.it/dn5l4npil6y21.gif) ([Reddit] (https://reddit.com/r/emacs/comments/boj5lp/from_register_feature_in_emacs_to_i3wm_for_i3_guys/))
    - [libmpdel: Emacs library to communicate with Music Player Daemon (MPD)] (https://github.com/mpdel/libmpdel)
    - [elpher: Full featured Gopher client in Emacs Lisp.] (https://github.com/tgvaughan/elpher)
    - [boon: Ergonomic Command Mode for Emacs] (https://github.com/jyp/boon)
    - [shell-here: Open an Emacs shell in the current directory] (https://github.com/ieure/shell-here)
    - [Emacs fish completion: Extend the pcomplete completion framework with completion from the fish shell.] (https://gitlab.com/Ambrevar/emacs-fish-completion)
    - [Quickly find Syncthing conflicts and resolve them with ediff] (https://www.reddit.com/r/emacs/comments/bqqqra/quickly_find_syncthing_conflicts_and_resolve_them/)
    - [Emacs Doom E03 - A short intro to Dired] (https://www.youtube.com/watch?v=oZSmlAAbmYs&feature=youtu.be) ([Reddit] (https://reddit.com/r/emacs/comments/bqxyco/emacs_doom_e03_a_short_intro_to_dired/))
    - [send-emacs-fifo: A cheaply implemented non-waiting emacsclient replacement] (https://git.w21.org/div/web/tree/master/send-emacs-fifo)
    - [ledger-import: Fetch OFX files and convert them into Ledger format] (https://github.com/DamienCassou/ledger-import)
    - [vdirel: Manipulate vdir (i.e., vcard) repositories from Emacs] (https://github.com/DamienCassou/vdirel)
    - [Screenwriter-mode is a plug-in for GNU Emacs, a free, cross-platform, text editor. Download it to get started writing, freely, today.] (https://www.nongnu.org/screenwriter/index.html)
    - [Working with Coding Systems and Unicode in Emacs] (https://www.masteringemacs.org/article/working-coding-systems-unicode-emacs)
    - [exwm-edit: Edit mode for EXWM] (https://github.com/agzam/exwm-edit)
  - New packages:
    - ameba <http://melpa.org/#/ameba>: An interface to Crystal Ameba linter.
    - flycheck-ameba <http://melpa.org/#/flycheck-ameba>: Add support for Ameba to Flycheck
    - hl-block-mode <http://melpa.org/#/hl-block-mode>: highlighting nested blocks
    - mu2tex <http://melpa.org/#/mu2tex>: Convert plain text molecule names and units to TeX
    - phpt-mode <http://melpa.org/#/phpt-mode>: Major mode for editing PHPT test code
    - realgud-lldb <http://melpa.org/#/realgud-lldb>: Realgud front-end to lldb
    - realgud-trepan-ni <http://melpa.org/#/realgud-trepan-ni>: Realgud front-end to trepan-ni
    - show-eol <http://melpa.org/#/show-eol>: Show end of line symbol in buffer.
    - realgud-ipdb <http://melpa.org/#/realgud-ipdb>: Realgud front-end to ipdb

  Links from [reddit.com/r/emacs] (http://reddit.com/r/emacs/new), [/r/orgmode] (http://reddit.com/r/orgmode), [/r/spacemacs] (http://reddit.com/r/spacemacs), [/r/planetemacs] (https://reddit.com/r/planetemacs), [Hacker News] (https://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story), [planet.emacslife.com] (http://planet.emacslife.com), [YouTube] (https://www.youtube.com/results?search_query=emacs&search_sort=video_date_uploaded), the changes to 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-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: 14274 bytes --]

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

* 2019-05-20 Emacs news
- Emacs configuration:
  - [[https://framagit.org/steckerhalter/quelpa][quelpa: Build and install your Emacs Lisp packages on-the-fly directly from source]]
  - [[https://www.youtube.com/watch?v=49kBWM3RQQ8][Watch "Using Emacs - 1 - setting up the package manager" on YouTube]]
- Emacs Lisp:
  - [[https://github.com/DamienCassou/hierarchy][hierarchy: Emacs library to create, query, navigate and display hierarchy structures]]
  - [[https://github.com/alhassy/ElispCheatSheet][ElispCheatSheet: Quick reference to the core language of Emacs ---Editor MACroS.]]
- Emacs development:
  - [[http://lists.gnu.org/archive/html/emacs-devel/2019-05/msg00525.html][Towards a cleaner build]]
  - [[https://fcitx-im.org/wiki/Hall_of_Shame_for_Linux_IME_Support][Emacs figures in 'Hall of Shame for Linux IME Support - Fcitx']]
  - [[https://www.reddit.com/r/emacs/comments/bpo5th/how_about_funding_magits_libegit2/][How about funding magit's libegit2]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=afdc20d73c8588e5a744ecf7bffaf4401a557d20][Allow zero-argument rx `or' and `seq' forms]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=e9f9827eb01a382bead6c180f6703322167e6f89][Avoid polling in global-auto-revert-mode (bug#35418)]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=8783becbba410581c6384ee021e7e83ad5236a29][New buffer display action function 'display-buffer-in-direction']]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=1943220d1b7ed28b2708c86acfe5493d5c6e3089][Don't use file notification on non-file buffers]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=4ac234ad576cf9068419805ef338701024265afb][Distribute test cases in tarballs by default]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=04e9938350d3820648d28d7cf4aa1885a08fd9b7][Accept NO-PROPERTIES in thing-at-point aliases (Bug#35491)]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=26f735ff198e52370aafe09ed5ed669e78f196ab][Add standard unmatchable regexp]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=c11c9903565c3fcab98ce715c5520ae1e349861f][* lisp/progmodes/project.el (project-read-file-name-function): Fix type.]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=d2dea70415ca7ec390a2de11b224ab4cbb2c6b55][Default to disabling ImageMagick (Bug#33587)]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=e0ee41d155b210327eb9c9ad5334f80ed59439f4][Allow customizing the display of project file names when reading]]
- Appearance:
  - [[https://github.com/greduan/emacs-theme-gruvbox][Gruvbox is a retro groove color scheme for Emacs. Port of the Vim version. http://bit.ly/1lRByNh]]
  - [[https://www.reddit.com/r/emacs/comments/bprqtr/emacs_plain_text_and_large_highresolution_monitors/][Emacs, plain text and large high-resolution monitors]]
  - [[https://github.com/elpa-host/show-eol][show-eol: Show end of line symbol in buffer.]]
- Navigation:
  - [[http://manuel-uberti.github.io//emacs/2019/05/14/occur/][It never occurred to me]] - showing only parts of occur matches
  - [[https://github.com/gilbertw1/better-jumper][better-jumper: A configurable jump list implementation for Emacs that can be used to easily jump back to previous locations.]]
  - [[https://www.reddit.com/r/emacs/comments/bqe4m1/hydra_0150_is_out/][hydra 0.15.0 is out]]
  - [[https://github.com/fourier/loccur][loccur: loccur is Emacs minor mode for navigating through the file like occur does, but without opening a new window.]]
  - [[https://cestlaz.github.io/posts/using-emacs-7-avy/][Using Emacs - 7- Navigation with Avy -- A video tutorial from Mike Zamansky]]
  - [[https://github.com/jrosdahl/iflipb][iflipb: iflipb.el - interactively flip between recently visited buffers]]
- Org Mode:
  - [[https://irreal.org/blog/?p=8042][Markdown in Org-mode]]
  - [[https://sachachua.com/blog/2019/05/adding-target-option-for-the-toc-keyword-in-org-mode/][Adding :target option for the TOC keyword in Org Mode]]
  - [[https://aidan.codes/blog/2010/10/displaying-inline-images-in-emacs-org-mode/][Displaying Inline Images in Emacs org-mode | Blog]]
  - [[http://kitchingroup.cheme.cmu.edu/blog/2016/11/04/New-link-features-in-org-9/][New link features in Org 9]]
  - [[https://github.com/jkitchin/scimax/blob/master/org-editmarks.el][org-editmarks: Edit marks for Org mode]]
  - [[https://marketplace.visualstudio.com/items?itemName=tootone.org-mode][Emacs Org mode support for VSCode - Visual Studio Marketplace]]
  - [[https://leanpub.com/podcasts/frontmatter/diego-zamboni-08-05-19][Diego Zamboni, a leanpub author, uses Orgmode to write his books]]
  - [[https://www.reddit.com/r/orgmode/comments/boyu8r/function_for_dwim_insertion_of_new_entries/][function for DWIM insertion of new entries]]
- Coding:
  - [[https://github.com/matthewbauer/nix-haskell-mode][nix-haskell-mode: Automatic Haskell setup in Emacs, for Nix users]]
  - [[https://github.com/jcubic/coverage.el][coverage.el: Emacs minor mode for displaying code coverage]]
  - [[https://github.com/conao3/seml-mode.el][seml-mode: Major mode for editing SEML (S-Expression Markup Language) files]]
  - [[https://gitlab.com/LazyLama/emacs_latex_class][emacs_latex_class: En ajoutant un classe de latex dans le fichier de configuration d'emacs, cela permet de generer des fichiers pdf géniaux comme celui-ci.]]
  - [[https://www.youtube.com/watch?v=--ZOvibu4UU][Live Stream Setting up Docker for a new PHP app using Emacs]] (1:06:47)
  - [[https://github.com/mmgeorge/sly-asdf][sly-asdf: SLY contrib that adds support for editing ASDF systems. Ported from slime with changes to support package-inferred-system. P]]
  - [[https://www.youtube.com/watch?v=GuEqRmCjy6E]["2019-04-03: Emacs as a C++ IDE - Jeff Trull, Ben Deane, Dirk Jagdmann": YouTube]]
  - [[https://with-emacs.com/posts/editing/show-matching-lines-when-parentheses-go-off-screen/][(with-emacs - Show matching lines when parentheses go off-screen]] ([[https://reddit.com/r/emacs/comments/bqyx6h/withemacs_show_matching_lines_when_parentheses_go/][Reddit]])
  - [[https://github.com/realgud/realgud-node-inspect][realgud-node-inspect: realgud support for newer "node inspect"]]
  - [[https://portacle.github.io/][Portacle - A Portable Common Lisp Development Environment]]
  - [[https://github.com/dan-t/rusty-tags][rusty-tags: Create ctags/etags for a cargo project]]
  - [[https://github.com/SerialDev/ijanet-mode][Janet lang Repl Support emacs]] ([[https://reddit.com/r/emacs/comments/bq6bhg/janet_lang_repl_support_emacs/][Reddit]])
  - [[https://github.com/realgud/realgud-lldb][realgud-lldb: lldb module for realgud]]
  - [[https://metaredux.com/posts/2019/05/11/hard-cider-keeping-your-repl-tidy.html][Hard CIDER: Keeping your REPL Tidy]]
  - Version control:
    - [[https://irreal.org/blog/?p=8052][Magit in Spacemacs]]
    - [[https://youtu.be/NDP91RNgT4A][Magit: The Absolute Minimum you need to know]] ([[https://reddit.com/r/spacemacs/comments/bqbjat/magit_the_absolute_minimum_you_need_to_know/][Reddit]])
    - [[https://www.reddit.com/r/emacs/comments/boj67b/emacs_optimization_for_monorepos/][Emacs optimization for monorepos?]]
- Community:
  - [[https://www.reddit.com/r/emacs/comments/bpbu70/emacs_together_an_organization_for_crowdfunding/][Emacs Together: An Organization for Crowdfunding Emacs Projects?]]
  - [[https://www.meetup.com/Baltimore-Splunk-Meetup/events/260667295/][Baltimore Splunk Meetup: May 20, 2019]]
- Other:
  - [[https://irreal.org/blog/?p=8044][Adding Your YouTube Subscriptions to Elfeed]]
  - [[https://irreal.org/blog/?p=8046][An Emacs Journey]]
  - [[https://github.com/kaiwk/leetcode.el][leetcode.el: An Emacs LeetCode client.]]
  - [[https://github.com/paddymcall/indian-ext][indian-ext: Extension to Emacs' Indian languages support. Current focus is on Sanskrit.]]
  - [[https://github.com/lassik/emacs-live-preview][emacs-live-preview: Live preview by any shell command while editing]]
  - [[http://eschulte.github.io/emacs-web-server/index.html#Top][Emacs Web Server (web-server) User Manual]]
  - [[https://github.com/kuanyui/tldr.el][tldr.el: tldr client for Emacs]]
  - [[https://github.com/lassik/emacs-whois][emacs-whois: Extends the whois functionality of Emacs]]
  - [[https://wiki.archlinux.org/index.php/Fcitx#Emacs][Workaround Fcitx issues within Emacs - ArchWiki]]
  - [[https://github.com/ubolonton/pullover][pullover: Pull text from other apps into Emacs to edit (macOS)]] ([[https://reddit.com/r/emacs/comments/bojzui/pullover_pull_text_from_other_apps_into_emacs_to/][Reddit]])
  - [[https://i.redd.it/dn5l4npil6y21.gif][From register feature in Emacs to I3Wm (for i3 guys)]] ([[https://reddit.com/r/emacs/comments/boj5lp/from_register_feature_in_emacs_to_i3wm_for_i3_guys/][Reddit]])
  - [[https://github.com/mpdel/libmpdel][libmpdel: Emacs library to communicate with Music Player Daemon (MPD)]]
  - [[https://github.com/tgvaughan/elpher][elpher: Full featured Gopher client in Emacs Lisp.]]
  - [[https://github.com/jyp/boon][boon: Ergonomic Command Mode for Emacs]]
  - [[https://github.com/ieure/shell-here][shell-here: Open an Emacs shell in the current directory]]
  - [[https://gitlab.com/Ambrevar/emacs-fish-completion][Emacs fish completion: Extend the pcomplete completion framework with completion from the fish shell.]]
  - [[https://www.reddit.com/r/emacs/comments/bqqqra/quickly_find_syncthing_conflicts_and_resolve_them/][Quickly find Syncthing conflicts and resolve them with ediff]]
  - [[https://www.youtube.com/watch?v=oZSmlAAbmYs&amp;feature=youtu.be][Emacs Doom E03 - A short intro to Dired]] ([[https://reddit.com/r/emacs/comments/bqxyco/emacs_doom_e03_a_short_intro_to_dired/][Reddit]])
  - [[https://git.w21.org/div/web/tree/master/send-emacs-fifo][send-emacs-fifo: A cheaply implemented non-waiting emacsclient replacement]]
  - [[https://github.com/DamienCassou/ledger-import][ledger-import: Fetch OFX files and convert them into Ledger format]]
  - [[https://github.com/DamienCassou/vdirel][vdirel: Manipulate vdir (i.e., vcard) repositories from Emacs]]
  - [[https://www.nongnu.org/screenwriter/index.html][Screenwriter-mode is a plug-in for GNU Emacs, a free, cross-platform, text editor. Download it to get started writing, freely, today.]]
  - [[https://www.masteringemacs.org/article/working-coding-systems-unicode-emacs][Working with Coding Systems and Unicode in Emacs]]
  - [[https://github.com/agzam/exwm-edit][exwm-edit: Edit mode for EXWM]]
- New packages:
  - http://melpa.org/#/ameba: An interface to Crystal Ameba linter.
  - http://melpa.org/#/flycheck-ameba: Add support for Ameba to Flycheck
  - http://melpa.org/#/hl-block-mode: highlighting nested blocks
  - http://melpa.org/#/mu2tex: Convert plain text molecule names and units to TeX
  - http://melpa.org/#/phpt-mode: Major mode for editing PHPT test code
  - http://melpa.org/#/realgud-lldb: Realgud front-end to lldb
  - http://melpa.org/#/realgud-trepan-ni: Realgud front-end to trepan-ni
  - http://melpa.org/#/show-eol: Show end of line symbol in buffer.
  - http://melpa.org/#/realgud-ipdb: Realgud front-end to ipdb

Links from [[http://reddit.com/r/emacs/new][reddit.com/r/emacs]], [[http://reddit.com/r/orgmode][/r/orgmode]], [[http://reddit.com/r/spacemacs][/r/spacemacs]], [[https://reddit.com/r/planetemacs][/r/planetemacs]], [[https://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story][Hacker News]], [[http://planet.emacslife.com][planet.emacslife.com]], [[https://www.youtube.com/results?search_query=emacs&search_sort=video_date_uploaded][YouTube]], the changes to the [[http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS][Emacs NEWS file]], and [[http://lists.gnu.org/archive/html/emacs-devel/2019-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:[~2019-05-20 23:39 UTC | newest]

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