all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 2018-07-02 Emacs news
@ 2018-07-02 21:28 Sacha Chua
  0 siblings, 0 replies; only message in thread
From: Sacha Chua @ 2018-07-02 21:28 UTC (permalink / raw)
  To: emacs-tangents


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

2018-07-02 Emacs news
=====================

  - Emacs Lisp:
    - [Uses of regular expressions in Emacs] (https://www.johndcook.com/blog/2018/01/27/emacs-features-that-use-regular-expressions/)
    - [Guide to config Emacs from scratch] (https://huytd.github.io/emacs-from-scratch.html) ([Reddit] (https://reddit.com/r/emacs/comments/8uwzjx/guide_to_config_emacs_from_scratch/))
    - [How you browse elisp, or lisp project in general?] (https://www.reddit.com/r/emacs/comments/8uu6y4/how_you_browse_elisp_or_lisp_project_in_general/)
    - [Emacs from scratch] (https://huytd.github.io/emacs-from-scratch.html)
  - Emacs development:
    - [Continued work on security] (http://lists.gnu.org/archive/html/emacs-devel/2018-06/msg00832.html)
    - [Optionally add argument description in minor mode DOC (bug#10754)] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=ee3e432300054ca488896e39fca57b10d733330a)
    - [Add a new argument to 'recenter' to allow finer control of redisplay] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=260768a64be39aada03247d6057698df97bcb800)
    - [Add lisp/jsonrpc.el] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=8af26410a91c3c9679bb0281ddd71f0dd77ec97c)
    - [Speed up reading sub-process output on MS-Windows] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=ed65ea18152636500399a7b6b75c87bac7d4ef2b)
    - [Allow 'file:' protocol for Info-follow-nearest-node.] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=5924259f152260551e2d153e1273ab600ccda293)
  - Navigation:
    - [Dired: quickly jumping to previously visited folders] (https://www.reddit.com/r/emacs/comments/8u8slx/dired_quickly_jumping_to_previously_visited/)
  - Org Mode:
    - [Getting geo-tagged information from photos for blogging] (http://jkitchin.github.io/blog/2018/07/01/Getting-geo-tagged-information-from-photos-for-blogging)
  - Coding:
    - [My development workflow] (https://www.youtube.com/watch?v=u2AqtGrqADQ) (13:42)
  - Other:
    - [A GitHub repo for historical Emacs software preservation] (https://github.com/larsbrinkhoff/emacs-history) ([Reddit] (https://reddit.com/r/emacs/comments/8v8nqu/a_github_repo_for_historical_emacs_software/))
    - [A (Space)Emacs / LaTeX Editing Combination That Works As Fast As You Do] (http://portfolio.cooper.stevenson.name/latex/spacemacs_latex_demo.mp4) ([Reddit] (https://reddit.com/r/emacs/comments/8vc3s6/a_spaceemacs_latex_editing_combination_that_works/))
    - [Using Emacs Episode 50 - presentations] (http://cestlaz.github.io/posts/using-emacs-50-presentations) ([Reddit] (https://reddit.com/r/emacs/comments/8v4aej/using_emacs_episode_50_presentations/))
    - [Emacs Mini Manual (PART 1) | tuhdo] (https://tuhdo.github.io/emacs-tutor.html) ([Reddit] (https://reddit.com/r/emacs/comments/8v28n8/emacs_mini_manual_part_1_tuhdo/))
    - [emacs Google Hangout, join, have fun chat] (https://www.youtube.com/watch?v=H17PtDCxWmE) ([Reddit] (https://reddit.com/r/emacs/comments/8u7lqp/emacs_google_hangout_join_have_fun_chat/))
    - [TIP: How to integrate snippets with YASnippets] (https://www.reddit.com/r/emacs/comments/8vdhb4/tip_how_to_integrate_snippets_with_yasnippets/)
    - [emacspeak: Effective Suggest And Complete In An Eyes-Free Environment] (https://emacspeak.blogspot.com/2018/06/effective-suggest-and-complete-in-eyes.html)
    - [Irreal: The Emacs Commune] (http://irreal.org/blog/?p=7308)
    - [Marcin Borkowski: Smart yanking] (http://mbork.pl/2018-07-02_Smart_yanking)
  - New packages:
    - lv <http://melpa.org/#/lv>: Other echo area
    - jsonrpc <https://elpa.gnu.org/packages/jsonrpc.html>: JSON-RPC library
    - frame-tabs <https://elpa.gnu.org/packages/frame-tabs.html>: show buffer tabs in side window

  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/2018-07).


[-- Attachment #1.2: Type: text/html, Size: 5324 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: 4276 bytes --]

* 2018-07-02 Emacs news
- Emacs Lisp:
  - [[https://www.johndcook.com/blog/2018/01/27/emacs-features-that-use-regular-expressions/][Uses of regular expressions in Emacs]]
  - [[https://huytd.github.io/emacs-from-scratch.html][Guide to config Emacs from scratch]] ([[https://reddit.com/r/emacs/comments/8uwzjx/guide_to_config_emacs_from_scratch/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/8uu6y4/how_you_browse_elisp_or_lisp_project_in_general/][How you browse elisp, or lisp project in general?]]
  - [[https://huytd.github.io/emacs-from-scratch.html][Emacs from scratch]]
- Emacs development:
  - [[http://lists.gnu.org/archive/html/emacs-devel/2018-06/msg00832.html][Continued work on security]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=ee3e432300054ca488896e39fca57b10d733330a][Optionally add argument description in minor mode DOC (bug#10754)]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=260768a64be39aada03247d6057698df97bcb800][Add a new argument to 'recenter' to allow finer control of redisplay]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=8af26410a91c3c9679bb0281ddd71f0dd77ec97c][Add lisp/jsonrpc.el]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=ed65ea18152636500399a7b6b75c87bac7d4ef2b][Speed up reading sub-process output on MS-Windows]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=5924259f152260551e2d153e1273ab600ccda293][Allow 'file:' protocol for Info-follow-nearest-node.]]
- Navigation:
  - [[https://www.reddit.com/r/emacs/comments/8u8slx/dired_quickly_jumping_to_previously_visited/][Dired: quickly jumping to previously visited folders]]
- Org Mode:
  - [[http://jkitchin.github.io/blog/2018/07/01/Getting-geo-tagged-information-from-photos-for-blogging][Getting geo-tagged information from photos for blogging]]
- Coding:
  - [[https://www.youtube.com/watch?v=u2AqtGrqADQ][My development workflow]] (13:42)
- Other:
  - [[https://github.com/larsbrinkhoff/emacs-history][A GitHub repo for historical Emacs software preservation]] ([[https://reddit.com/r/emacs/comments/8v8nqu/a_github_repo_for_historical_emacs_software/][Reddit]])
  - [[http://portfolio.cooper.stevenson.name/latex/spacemacs_latex_demo.mp4][A (Space)Emacs / LaTeX Editing Combination That Works As Fast As You Do]] ([[https://reddit.com/r/emacs/comments/8vc3s6/a_spaceemacs_latex_editing_combination_that_works/][Reddit]])
  - [[http://cestlaz.github.io/posts/using-emacs-50-presentations][Using Emacs Episode 50 - presentations]] ([[https://reddit.com/r/emacs/comments/8v4aej/using_emacs_episode_50_presentations/][Reddit]])
  - [[https://tuhdo.github.io/emacs-tutor.html][Emacs Mini Manual (PART 1) | tuhdo]] ([[https://reddit.com/r/emacs/comments/8v28n8/emacs_mini_manual_part_1_tuhdo/][Reddit]])
  - [[https://www.youtube.com/watch?v=H17PtDCxWmE][emacs Google Hangout, join, have fun chat]] ([[https://reddit.com/r/emacs/comments/8u7lqp/emacs_google_hangout_join_have_fun_chat/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/8vdhb4/tip_how_to_integrate_snippets_with_yasnippets/][TIP: How to integrate snippets with YASnippets]]
  - [[https://emacspeak.blogspot.com/2018/06/effective-suggest-and-complete-in-eyes.html][emacspeak: Effective Suggest And Complete In An Eyes-Free Environment]]
  - [[http://irreal.org/blog/?p=7308][Irreal: The Emacs Commune]]
  - [[http://mbork.pl/2018-07-02_Smart_yanking][Marcin Borkowski: Smart yanking]]
- New packages:
  - http://melpa.org/#/lv: Other echo area
  - https://elpa.gnu.org/packages/jsonrpc.html: JSON-RPC library
  - https://elpa.gnu.org/packages/frame-tabs.html: show buffer tabs in side window

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/2018-07][emacs-devel]].


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

only message in thread, other threads:[~2018-07-02 21:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-02 21:28 2018-07-02 Emacs news Sacha Chua

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.