all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sacha Chua <sacha@sachachua.com>
To: emacs-tangents@gnu.org
Subject: 2016-08-15 Emacs News
Date: Mon, 15 Aug 2016 11:58:41 -0400	[thread overview]
Message-ID: <87bn0ukor2.fsf@sachachua.com> (raw)


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

2016-08-15 Emacs News
=====================

  - Org Mode:
    - [org-collect — Sync disparate org-files to a single directory for easy sync to phones] (https://github.com/seylerius/org-collect)
    - [org-webpage soon will have support to a bunch of remote storage services like Google Drive and Rackspace Cloud Files!] (https://www.reddit.com/r/emacs/comments/4wsp6e/orgwebpage_soon_will_have_support_to_a_bunch_of/)
  - Coding:
    - [Yankpad 1.3 - Keywords and function calls] (https://kungsgeten.github.io/yankpad13.html) ([Reddit] (https://www.reddit.com/r/emacs/comments/4xtwkt/yankpad_13_keywords_and_function_calls/))
    - [Packages for JavaScript?] (https://www.reddit.com/r/emacs/comments/4xiaym/packages_for_javascript/)
    - [Browser for API documentation inside emacs?] (https://www.reddit.com/r/emacs/comments/4xa253/browser_for_api_documentation_inside_emacs/)
    - [Experience migrating helper functions to a minor-mode] (https://www.youtube.com/watch?v=c0z7dh1JAZM) ([Reddit] (https://www.reddit.com/r/emacs/comments/4x6ah3/experience_migrating_helper_functions_to_a/))
    - [Dumb Jump now supports falling back to symbol search, shell buffers, and more languages] (https://github.com/jacktasia/dumb-jump/pulls?q=is%3Apr+is%3Aclosed)
    - [emacs mysql ER diagram, search stackoverflow] (https://www.youtube.com/watch?v=juVRfU7GWg0) (2:40)
    - [Binding Emacs Lisp variables with lispy] (https://www.youtube.com/watch?v=AlVVN9vfL8k) (9:18)
  - Emacs development:
    - [Lexical binding mega-patch] (http://lists.gnu.org/archive/html/emacs-devel/2016-08/msg00301.html)
    - [Calling C++ hackers. Please try out the new handling of C++11 lambda fu] (http://lists.gnu.org/archive/html/emacs-devel/2016-08/msg00308.html)
    - [Support $ENV in Tramp] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=5126b7d6c201f95fde0d817a64620d152c1c15e1)
  - Other:
    - [No worries when elpa is down] (http://blog.binchen.org/posts/no-worries-when-elpa-is-down.html) ([Reddit] (https://www.reddit.com/r/emacs/comments/4xo05q/no_worries_when_elpa_is_down/))
    - [Use bookmarks to jump to files or directories] (http://pragmaticemacs.com/emacs/use-bookmarks-to-jump-to-files-or-directories/)
    - [An Elfeed Database Analysis] (http://nullprogram.com/blog/2016/08/12/) - Emacs Mondays!
    - [Insert today's date] (http://pragmaticemacs.com/emacs/insert-todays-date/)
    - [GNU Hyperbole 6.0.2 for Emacs 24.4 or newer is released] (https://www.reddit.com/r/emacs/comments/4x7p0p/gnu_hyperbole_602_for_emacs_244_or_newer_is/)

  Links from [reddit.com/r/emacs] (http://reddit.com/r/emacs/new), [/r/orgmode] (http://reddit.com/r/orgmode), [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/2016-08).

  [Past Emacs News round-ups] (http://sachachua.com/blog/category/emacs-news)


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

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

* 2016-08-15 Emacs News
- Org Mode:
  - [[https://github.com/seylerius/org-collect][org-collect — Sync disparate org-files to a single directory for easy sync to phones]]
  - [[https://www.reddit.com/r/emacs/comments/4wsp6e/orgwebpage_soon_will_have_support_to_a_bunch_of/][org-webpage soon will have support to a bunch of remote storage services like Google Drive and Rackspace Cloud Files!]]
- Coding:
  - [[https://kungsgeten.github.io/yankpad13.html][Yankpad 1.3 - Keywords and function calls]] ([[https://www.reddit.com/r/emacs/comments/4xtwkt/yankpad_13_keywords_and_function_calls/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/4xiaym/packages_for_javascript/][Packages for JavaScript?]]
  - [[https://www.reddit.com/r/emacs/comments/4xa253/browser_for_api_documentation_inside_emacs/][Browser for API documentation inside emacs?]]
  - [[https://www.youtube.com/watch?v=c0z7dh1JAZM][Experience migrating helper functions to a minor-mode]] ([[https://www.reddit.com/r/emacs/comments/4x6ah3/experience_migrating_helper_functions_to_a/][Reddit]])
  - [[https://github.com/jacktasia/dumb-jump/pulls?q=is%3Apr+is%3Aclosed][Dumb Jump now supports falling back to symbol search, shell buffers, and more languages]]
  - [[https://www.youtube.com/watch?v=juVRfU7GWg0][emacs mysql ER diagram, search stackoverflow]] (2:40)
  - [[https://www.youtube.com/watch?v=AlVVN9vfL8k][Binding Emacs Lisp variables with lispy]] (9:18)
- Emacs development:
  - [[http://lists.gnu.org/archive/html/emacs-devel/2016-08/msg00301.html][Lexical binding mega-patch]]
  - [[http://lists.gnu.org/archive/html/emacs-devel/2016-08/msg00308.html][Calling C++ hackers. Please try out the new handling of C++11 lambda fu]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=5126b7d6c201f95fde0d817a64620d152c1c15e1][Support $ENV in Tramp]]
- Other:
  - [[http://blog.binchen.org/posts/no-worries-when-elpa-is-down.html][No worries when elpa is down]] ([[https://www.reddit.com/r/emacs/comments/4xo05q/no_worries_when_elpa_is_down/][Reddit]])
  - [[http://pragmaticemacs.com/emacs/use-bookmarks-to-jump-to-files-or-directories/][Use bookmarks to jump to files or directories]]
  - [[http://nullprogram.com/blog/2016/08/12/][An Elfeed Database Analysis]] - Emacs Mondays!
  - [[http://pragmaticemacs.com/emacs/insert-todays-date/][Insert today's date]]
  - [[https://www.reddit.com/r/emacs/comments/4x7p0p/gnu_hyperbole_602_for_emacs_244_or_newer_is/][GNU Hyperbole 6.0.2 for Emacs 24.4 or newer is released]]

Links from [[http://reddit.com/r/emacs/new][reddit.com/r/emacs]], [[http://reddit.com/r/orgmode][/r/orgmode]], [[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/2016-08][emacs-devel]].

[[http://sachachua.com/blog/category/emacs-news][Past Emacs News round-ups]]


                 reply	other threads:[~2016-08-15 15:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bn0ukor2.fsf@sachachua.com \
    --to=sacha@sachachua.com \
    --cc=emacs-tangents@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.