unofficial mirror of emacs-tangents@gnu.org
 help / color / mirror / Atom feed
* 2016-06-13 Emacs News
@ 2016-06-13 19:46 Sacha Chua
  0 siblings, 0 replies; only message in thread
From: Sacha Chua @ 2016-06-13 19:46 UTC (permalink / raw)
  To: emacs-tangents


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

2016-06-13 Emacs News
=====================

  - Org Mode:
    - [Pretty Org Babel Blocks] (https://pank.eu/blog/pretty-babel-src-blocks.html) - thanks to [Wisdom and Wonder] (https://www.wisdomandwonder.com/article/10285/prettifying-org-mode-code-blocks-for-presentations) for the link
    - [Behind the code: Project planning] (http://www.devalot.com/articles/2008/07/project-planning) (2008) - thanks to [Irreal] (http://irreal.org/blog/?p=5315) for the link
    - [Org clocking and resolving idle time] (http://mbork.pl/2016-06-06_Org_clocking_and_resolving_idle_time)
    - [My Emacs configuration using org-mode with tangling] (http://fortune-teller-amy-88756.netlify.com/Knusper.html) ([Reddit] (https://www.reddit.com/r/emacs/comments/4ngdm8/my_emacs_configuration_using_orgmode_with_tangling/))
  - Coding:
    - [Robot Testing With Emacs] (http://www.russet.org.uk/blog/3140) - using keyboard macros for easier Emacs Lisp testing
    - [Provide input to the compilation buffer] (http://endlessparentheses.com/provide-input-to-the-compilation-buffer.html?source=rss)
    - [Using Github Gists From Spacemacs] (http://jr0cket.co.uk/2016/03/Using-Github-Gists-from-Spacemacs.html)
    - [Cycle between true/false and other arbitrary pairs?] (https://www.reddit.com/r/emacs/comments/4nq704/cycle_between_truefalse_and_other_arbitrary_pairs/)
    - [Package for yanking/killing remote repository link of a file] (https://github.com/john2x/repolink) ([Reddit] (https://www.reddit.com/r/emacs/comments/4nf90l/package_for_yankingkilling_remote_repository_link/))
    - [Using Emacs as a Common Lisp IDE] (https://www.reddit.com/r/emacs/comments/4nasnz/using_emacs_as_a_common_lisp_ide/) - see comments for resources
    - [Is there any video tutorial series on programming in Elisp] (https://www.reddit.com/r/emacs/comments/4n8zdm/is_there_any_video_tutorial_series_on_programming/)
  - Other:
    - [Insert file name] (http://pragmaticemacs.com/emacs/insert-file-name/)
    - [Sending sms with Emacs on Android] (https://cpb83.github.io/post/Sending_sms_with_Emacs_on_Android/)
    - [Elite for EMACS] (http://sami.salkosuo.net/elite-for-emacs/) ([Reddit] (https://www.reddit.com/r/emacs/comments/4n9oy2/elite_for_emacs/), [Hacker News] (https://news.ycombinator.com/item?id=11867751)) - the ASCII art! the nostalgia!
    - [An Emacs Hack Night] (http://howardism.org/Technical/Emacs/hack-night.html)
    - [Spell-checking with Hunspell and flyspell-correct] (https://manuel-uberti.github.io/emacs/2016/06/06/spellchecksetup/)
  - New packages:
    - buffer-layers <http://melpa.org/#/buffer-layers>: Layered Buffers for Buffer Management
    - copyit <http://melpa.org/#/copyit>: Copy it, yank anything!
    - copyit-pandoc <http://melpa.org/#/copyit-pandoc>: Copy it, yank anything!
    - flycheck-mix <http://melpa.org/#/flycheck-mix>: Elixir mix flycheck integration
    - flyspell-correct-helm <http://melpa.org/#/flyspell-correct-helm>: correcting words with flyspell via helm interface
    - flyspell-correct-ivy <http://melpa.org/#/flyspell-correct-ivy>: correcting words with flyspell via ivy interface
    - flyspell-correct-popup <http://melpa.org/#/flyspell-correct-popup>: correcting words with flyspell via popup interface
    - helm-cider <http://melpa.org/#/helm-cider>: Helm interface to CIDER
    - kotlin-mode <http://melpa.org/#/kotlin-mode>: Major mode for kotlin
    - markdownfmt <http://melpa.org/#/markdownfmt>: Format markdown using markdownfmt
    - netrunner <http://melpa.org/#/netrunner>: Create Android: Netrunner decklists using Company, Helm and org-mode
    - no-littering <http://melpa.org/#/no-littering>: help keeping ~/.emacs.d clean
    - ox-qmd <http://melpa.org/#/ox-qmd>: Qiita Markdown Back-End for Org Export Engine
    - pandoc <http://melpa.org/#/pandoc>: Pandoc interface
    - smbc <http://melpa.org/#/smbc>: View SMBC from Emacs
    - swagger-to-org <http://melpa.org/#/swagger-to-org>: Convert a swagger.json file into an org-mode file
    - yapfify <http://melpa.org/#/yapfify>: (automatically) format python buffers using YAPF.
    - myers <https://elpa.gnu.org/packages/myers.html>: Random-access singly-linked lists

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

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: emacs-news.org --]
[-- Type: text/x-org; name=emacs-news.org, Size: 4471 bytes --]

* 2016-06-13 Emacs News
#+RESULTS: 
- Org Mode:
  - [[https://pank.eu/blog/pretty-babel-src-blocks.html][Pretty Org Babel Blocks]] - thanks to [[https://www.wisdomandwonder.com/article/10285/prettifying-org-mode-code-blocks-for-presentations][Wisdom and Wonder]] for the link
  - [[http://www.devalot.com/articles/2008/07/project-planning][Behind the code: Project planning]] (2008) - thanks to [[http://irreal.org/blog/?p=5315][Irreal]] for the link
  - [[http://mbork.pl/2016-06-06_Org_clocking_and_resolving_idle_time][Org clocking and resolving idle time]]
  - [[http://fortune-teller-amy-88756.netlify.com/Knusper.html][My Emacs configuration using org-mode with tangling]] ([[https://www.reddit.com/r/emacs/comments/4ngdm8/my_emacs_configuration_using_orgmode_with_tangling/][Reddit]])
- Coding:
  - [[http://www.russet.org.uk/blog/3140][Robot Testing With Emacs]] - using keyboard macros for easier Emacs Lisp testing
  - [[http://endlessparentheses.com/provide-input-to-the-compilation-buffer.html?source=rss][Provide input to the compilation buffer]]
  - [[http://jr0cket.co.uk/2016/03/Using-Github-Gists-from-Spacemacs.html][Using Github Gists From Spacemacs]]
  - [[https://www.reddit.com/r/emacs/comments/4nq704/cycle_between_truefalse_and_other_arbitrary_pairs/][Cycle between true/false and other arbitrary pairs?]]
  - [[https://github.com/john2x/repolink][Package for yanking/killing remote repository link of a file]] ([[https://www.reddit.com/r/emacs/comments/4nf90l/package_for_yankingkilling_remote_repository_link/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/4nasnz/using_emacs_as_a_common_lisp_ide/][Using Emacs as a Common Lisp IDE]] - see comments for resources
  - [[https://www.reddit.com/r/emacs/comments/4n8zdm/is_there_any_video_tutorial_series_on_programming/][Is there any video tutorial series on programming in Elisp]]
- Other:
  - [[http://pragmaticemacs.com/emacs/insert-file-name/][Insert file name]]
  - [[https://cpb83.github.io/post/Sending_sms_with_Emacs_on_Android/][Sending sms with Emacs on Android]]
  - [[http://sami.salkosuo.net/elite-for-emacs/][Elite for EMACS]] ([[https://www.reddit.com/r/emacs/comments/4n9oy2/elite_for_emacs/][Reddit]], [[https://news.ycombinator.com/item?id=11867751][Hacker News]]) - the ASCII art! the nostalgia!
  - [[http://howardism.org/Technical/Emacs/hack-night.html][An Emacs Hack Night]]
  - [[https://manuel-uberti.github.io/emacs/2016/06/06/spellchecksetup/][Spell-checking with Hunspell and flyspell-correct]]
- New packages:
  - http://melpa.org/#/buffer-layers: Layered Buffers for Buffer Management
  - http://melpa.org/#/copyit: Copy it, yank anything!
  - http://melpa.org/#/copyit-pandoc: Copy it, yank anything!
  - http://melpa.org/#/flycheck-mix: Elixir mix flycheck integration
  - http://melpa.org/#/flyspell-correct-helm: correcting words with flyspell via helm interface
  - http://melpa.org/#/flyspell-correct-ivy: correcting words with flyspell via ivy interface
  - http://melpa.org/#/flyspell-correct-popup: correcting words with flyspell via popup interface
  - http://melpa.org/#/helm-cider: Helm interface to CIDER
  - http://melpa.org/#/kotlin-mode: Major mode for kotlin
  - http://melpa.org/#/markdownfmt: Format markdown using markdownfmt
  - http://melpa.org/#/netrunner: Create Android: Netrunner decklists using Company, Helm and org-mode
  - http://melpa.org/#/no-littering: help keeping ~/.emacs.d clean
  - http://melpa.org/#/ox-qmd: Qiita Markdown Back-End for Org Export Engine
  - http://melpa.org/#/pandoc: Pandoc interface
  - http://melpa.org/#/smbc: View SMBC from Emacs
  - http://melpa.org/#/swagger-to-org: Convert a swagger.json file into an org-mode file
  - http://melpa.org/#/yapfify: (automatically) format python buffers using YAPF.
  - https://elpa.gnu.org/packages/myers.html: Random-access singly-linked lists

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-06][emacs-devel]].

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


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

only message in thread, other threads:[~2016-06-13 19:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-13 19:46 2016-06-13 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).