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


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

2016-09-12 Emacs News
=====================

  - Coding:
    - [Rolf Langsdorf: Emacs as Perl IDE‎ - YAPC::Europe 2016] (https://www.youtube.com/watch?v=jauckPY4EwU) (34:32)
    - [Nuclear weapon multi-editing via Ivy and Ag] (https://sam217pa.github.io/2016/09/11/nuclear-power-editing-via-ivy-and-ag/) ([Reddit] (https://www.reddit.com/r/emacs/comments/529bzc/nuclear_weapon_multiediting_via_ivy_and_ag/))
    - [go-add-tags: Insert Golang struct field tag] (https://www.reddit.com/r/emacs/comments/5289k8/goaddtags_insert_golang_struct_field_tag/)
    - [Dealing with yaml in Emacs] (http://blog.chmouel.com/2016/09/07/dealing-with-yaml-in-emacs/)
    - [More emacs configuration tweaks (multiple-cursor on click, minimap, code folding, ensime eval overlays)] (http://www.mostlymaths.net/2016/09/more-emacs-configuration-tweaks.html)
    - [How to build your own spacemacs] (http://sam217pa.github.io/2016/09/02/how-to-build-your-own-spacemacs/) ([Reddit] (https://www.reddit.com/r/emacs/comments/51cm2d/how_to_build_your_own_spacemacs/))
  - Other:
    - [Easily Browse Imenu Entries In A Buffer] (https://www.wisdomandwonder.com/article/10358/easily-browse-imenu-entries-in-a-buffer) - hat-tip to [Irreal] (http://irreal.org/blog/?p=5528) for the link
    - [Counsel-yank-pop with a tweak] (http://pragmaticemacs.com/emacs/counsel-yank-pop-with-a-tweak/)
    - [Calling eww from Dired] (http://irreal.org/blog/?p=5526)
    - [Automatically copy text selected with the mouse] (http://pragmaticemacs.com/emacs/automatically-copy-text-selected-with-the-mouse/)
    - [Android MobileOrg 2.0 Call for tester !!] (https://www.reddit.com/r/emacs/comments/51tqkb/android_mobileorg_20_call_for_tester/)
  - New packages:
    - all-the-icons <http://melpa.org/#/all-the-icons>: A library for inserting Developer icons
    - auto-img-link-insert <http://melpa.org/#/auto-img-link-insert>: An easier way to add images from the web in org mode
    - avk-emacs-themes <http://melpa.org/#/avk-emacs-themes>: Collection of avk themes
    - elscreen-fr <http://melpa.org/#/elscreen-fr>: Use frame title as screen tab
    - emaps <http://melpa.org/#/emaps>: utilities for working with keymaps.
    - go-add-tags <http://melpa.org/#/go-add-tags>: Add field tags for struct fields
    - inherit-local <http://melpa.org/#/inherit-local>: Inherited buffer-local variables
    - mips-mode <http://melpa.org/#/mips-mode>: Major-mode for MIPS assembly
    - monitor <http://melpa.org/#/monitor>: Utilities for monitoring expressions.
    - ng2-mode <http://melpa.org/#/ng2-mode>: Major modes for editing Angular 2
    - nix-buffer <http://melpa.org/#/nix-buffer>: Set up buffer environments with nix
    - org-preview-html <http://melpa.org/#/org-preview-html>: automatically use eww to preview the current org file on save
    - projectile-variable <http://melpa.org/#/projectile-variable>: Store project local variables.
    - sort-words <http://melpa.org/#/sort-words>: Sort words in a selected region
    - swift3-mode <http://melpa.org/#/swift3-mode>: Major-mode for Apple's Swift programming language.
    - white-theme <http://melpa.org/#/white-theme>: Minimalistic light color theme inspired by basic-theme

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

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


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

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

* 2016-09-12 Emacs News
#+RESULTS: 
- Coding:
  - [[https://www.youtube.com/watch?v=jauckPY4EwU][Rolf Langsdorf: Emacs as Perl IDE‎ - YAPC::Europe 2016]] (34:32)
  - [[https://sam217pa.github.io/2016/09/11/nuclear-power-editing-via-ivy-and-ag/][Nuclear weapon multi-editing via Ivy and Ag]] ([[https://www.reddit.com/r/emacs/comments/529bzc/nuclear_weapon_multiediting_via_ivy_and_ag/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/5289k8/goaddtags_insert_golang_struct_field_tag/][go-add-tags: Insert Golang struct field tag]]
  - [[http://blog.chmouel.com/2016/09/07/dealing-with-yaml-in-emacs/][Dealing with yaml in Emacs]]
  - [[http://www.mostlymaths.net/2016/09/more-emacs-configuration-tweaks.html][More emacs configuration tweaks (multiple-cursor on click, minimap, code folding, ensime eval overlays)]]
  - [[http://sam217pa.github.io/2016/09/02/how-to-build-your-own-spacemacs/][How to build your own spacemacs]] ([[https://www.reddit.com/r/emacs/comments/51cm2d/how_to_build_your_own_spacemacs/][Reddit]])
- Other:
  - [[https://www.wisdomandwonder.com/article/10358/easily-browse-imenu-entries-in-a-buffer][Easily Browse Imenu Entries In A Buffer]] - hat-tip to [[http://irreal.org/blog/?p=5528][Irreal]] for the link
  - [[http://pragmaticemacs.com/emacs/counsel-yank-pop-with-a-tweak/][Counsel-yank-pop with a tweak]]
  - [[http://irreal.org/blog/?p=5526][Calling eww from Dired]]
  - [[http://pragmaticemacs.com/emacs/automatically-copy-text-selected-with-the-mouse/][Automatically copy text selected with the mouse]]
  - [[https://www.reddit.com/r/emacs/comments/51tqkb/android_mobileorg_20_call_for_tester/][Android MobileOrg 2.0 Call for tester !!]]
- New packages:
  - http://melpa.org/#/all-the-icons: A library for inserting Developer icons
  - http://melpa.org/#/auto-img-link-insert: An easier way to add images from the web in org mode
  - http://melpa.org/#/avk-emacs-themes: Collection of avk themes
  - http://melpa.org/#/elscreen-fr: Use frame title as screen tab
  - http://melpa.org/#/emaps: utilities for working with keymaps.
  - http://melpa.org/#/go-add-tags: Add field tags for struct fields
  - http://melpa.org/#/inherit-local: Inherited buffer-local variables
  - http://melpa.org/#/mips-mode: Major-mode for MIPS assembly
  - http://melpa.org/#/monitor: Utilities for monitoring expressions.
  - http://melpa.org/#/ng2-mode: Major modes for editing Angular 2
  - http://melpa.org/#/nix-buffer: Set up buffer environments with nix
  - http://melpa.org/#/org-preview-html: automatically use eww to preview the current org file on save
  - http://melpa.org/#/projectile-variable: Store project local variables.
  - http://melpa.org/#/sort-words: Sort words in a selected region
  - http://melpa.org/#/swift3-mode: Major-mode for Apple's Swift programming language.
  - http://melpa.org/#/white-theme: Minimalistic light color theme inspired by basic-theme

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-09][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-09-12  5:19 UTC | newest]

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