unofficial mirror of emacs-tangents@gnu.org
 help / color / mirror / Atom feed
* 2017-12-11 Emacs news
@ 2017-12-11  9:51 Sacha Chua
  0 siblings, 0 replies; only message in thread
From: Sacha Chua @ 2017-12-11  9:51 UTC (permalink / raw)
  To: emacs-tangents


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

2017-12-11 Emacs news
=====================

  - Emacs Lisp:
    - [Show Reddit: pretty-print debugger frames] (https://www.reddit.com/r/emacs/comments/7htdzk/show_reddit_prettyprint_debugger_frames/)
    - [Make Eval Expression A Little Easier] (https://www.wisdomandwonder.com/article/10724/emacsorg-mode-make-eval-expression-a-little-easier)
  - Emacs development:
    - [How to read (and understand) GNU Emacs source code?] (https://www.reddit.com/r/emacs/comments/7i2alo/how_to_read_and_understand_gnu_emacs_source_code/)
    - [Implement native JSON support using Jansson] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=ab203e36d5f84a99b6d4b04f1a22ba028be750e3)
    - [Raise an error when detecting old-style backquotes.] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=8b8197235f058276823832eadce66e2de2f9a9cf)
    - [Emacs can now visit files in archives as if they were directories (GNU/Linux)] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=0ffd3dbce76c1a967522dbe9ec6f2dffe94ee886)
    - [Feline influence on Emacs development] (https://www.reddit.com/r/emacs/comments/7hkg7z/feline_influence_on_emacs_development/)
  - Navigation:
    - [Yet another Sidebar: dired-sidebar] (https://github.com/jojojames/dired-sidebar) ([Reddit] (https://www.reddit.com/r/emacs/comments/7i3386/yet_another_sidebar_diredsidebar/))
  - Coding:
    - [emacs-go-tag: Edit Golang struct field tag] (https://github.com/brantou/emacs-go-tag)
    - [Using multiple GoToDefinition commands together: smart-jump] (https://github.com/jojojames/smart-jump)
  - Other:
    - [Recommended drop-in replacements for standard packages?] (https://www.reddit.com/r/emacs/comments/7hyzc6/recommended_dropin_replacements_for_standard/)
    - [OC baphomet -- an emacs daemon manager] (https://www.reddit.com/r/emacs/comments/7ixd2f/oc_baphomet_an_emacs_daemon_manager/)
    - [Emacser’s Harbingers Of Change] (https://www.wisdomandwonder.com/article/10721/emacsorg-mode-emacsers-harbingers-of-change)
    - [Why I Use Emacs] (https://www.youtube.com/watch?v=wFCO__0prCM) (6:15)
    - ["Does Emacs violate the UNIX philosophy of doing one thing very well? Yes, gleefully. It’s all the better for it."] (https://www.quora.com/Does-Emacs-violate-the-UNIX-philosophy-of-doing-one-thing-very-well/answer/Tikhon-Jelvis) ([Reddit] (https://www.reddit.com/r/emacs/comments/7iqebj/does_emacs_violate_the_unix_philosophy_of_doing/))
    - [External brains - current state] (http://sachachua.com/blog/2017/12/external-brains-current-state/) (additional note from [Irreal] (http://irreal.org/blog/?p=6800))
    - [Comparison of transaction fees on Patreon and similar services] (https://oremacs.com/2017/12/10/patreon/): aboabo needs advice/networking help
  - Outside Emacs:
    - [Webmacs - new Conkeror clone] (https://github.com/parkouss/webmacs) ([Reddit] (https://www.reddit.com/r/emacs/comments/7j0mzq/webmacs_new_conkeror_clone/))
    - [Use emacs as your TextExpander in X11!] (https://www.reddit.com/r/emacs/comments/7i7s8s/use_emacs_as_your_textexpander_in_x11/)
  - New package:
    - tidal <http://melpa.org/#/tidal>: Interact with TidalCycles for live coding patterns

  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), [Hacker News] (https://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story), [planet.emacsen.org] (http://planet.emacsen.org), [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/2017-12).


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

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

* 2017-12-11 Emacs news
- Emacs Lisp:
  - [[https://www.reddit.com/r/emacs/comments/7htdzk/show_reddit_prettyprint_debugger_frames/][Show Reddit: pretty-print debugger frames]]
  - [[https://www.wisdomandwonder.com/article/10724/emacsorg-mode-make-eval-expression-a-little-easier][Make Eval Expression A Little Easier]]
- Emacs development:
  - [[https://www.reddit.com/r/emacs/comments/7i2alo/how_to_read_and_understand_gnu_emacs_source_code/][How to read (and understand) GNU Emacs source code?]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=ab203e36d5f84a99b6d4b04f1a22ba028be750e3][Implement native JSON support using Jansson]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=8b8197235f058276823832eadce66e2de2f9a9cf][Raise an error when detecting old-style backquotes.]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=0ffd3dbce76c1a967522dbe9ec6f2dffe94ee886][Emacs can now visit files in archives as if they were directories (GNU/Linux)]]
  - [[https://www.reddit.com/r/emacs/comments/7hkg7z/feline_influence_on_emacs_development/][Feline influence on Emacs development]]
- Navigation:
  - [[https://github.com/jojojames/dired-sidebar][Yet another Sidebar: dired-sidebar]] ([[https://www.reddit.com/r/emacs/comments/7i3386/yet_another_sidebar_diredsidebar/][Reddit]])
- Coding:
  - [[https://github.com/brantou/emacs-go-tag][emacs-go-tag: Edit Golang struct field tag]]
  - [[https://github.com/jojojames/smart-jump][Using multiple GoToDefinition commands together: smart-jump]]
- Other:
  - [[https://www.reddit.com/r/emacs/comments/7hyzc6/recommended_dropin_replacements_for_standard/][Recommended drop-in replacements for standard packages?]]
  - [[https://www.reddit.com/r/emacs/comments/7ixd2f/oc_baphomet_an_emacs_daemon_manager/][OC baphomet -- an emacs daemon manager]]
  - [[https://www.wisdomandwonder.com/article/10721/emacsorg-mode-emacsers-harbingers-of-change][Emacser’s Harbingers Of Change]]
  - [[https://www.youtube.com/watch?v=wFCO__0prCM][Why I Use Emacs]] (6:15)
  - [[https://www.quora.com/Does-Emacs-violate-the-UNIX-philosophy-of-doing-one-thing-very-well/answer/Tikhon-Jelvis]["Does Emacs violate the UNIX philosophy of doing one thing very well? Yes, gleefully. It’s all the better for it."]] ([[https://www.reddit.com/r/emacs/comments/7iqebj/does_emacs_violate_the_unix_philosophy_of_doing/][Reddit]])
  - [[http://sachachua.com/blog/2017/12/external-brains-current-state/][External brains - current state]] (additional note from [[http://irreal.org/blog/?p=6800][Irreal]])
  - [[https://oremacs.com/2017/12/10/patreon/][Comparison of transaction fees on Patreon and similar services]]: aboabo needs advice/networking help
- Outside Emacs:
  - [[https://github.com/parkouss/webmacs][Webmacs - new Conkeror clone]] ([[https://www.reddit.com/r/emacs/comments/7j0mzq/webmacs_new_conkeror_clone/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/7i7s8s/use_emacs_as_your_textexpander_in_x11/][Use emacs as your TextExpander in X11!]]
- New package:
  - http://melpa.org/#/tidal: Interact with TidalCycles for live coding patterns

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://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story][Hacker News]], [[http://planet.emacsen.org][planet.emacsen.org]], [[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/2017-12][emacs-devel]].


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

only message in thread, other threads:[~2017-12-11  9:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-11  9:51 2017-12-11 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).