From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Sacha Chua Newsgroups: gmane.emacs.tangents Subject: 2017-06-19 Emacs news Date: Mon, 19 Jun 2017 01:26:02 -0400 Message-ID: <87vans5z11.fsf@sachachua.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: blaine.gmane.org 1497849998 9772 195.159.176.226 (19 Jun 2017 05:26:38 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Jun 2017 05:26:38 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux) To: emacs-tangents@gnu.org Original-X-From: emacs-tangents-bounces+get-emacs-tangents=m.gmane.org@gnu.org Mon Jun 19 07:26:32 2017 Return-path: Envelope-to: get-emacs-tangents@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dMpCp-0002Fi-Nh for get-emacs-tangents@m.gmane.org; Mon, 19 Jun 2017 07:26:31 +0200 Original-Received: from localhost ([::1]:40676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMpCu-0000Wk-Pp for get-emacs-tangents@m.gmane.org; Mon, 19 Jun 2017 01:26:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMpCe-0000VN-Dp for emacs-tangents@gnu.org; Mon, 19 Jun 2017 01:26:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMpCZ-0004NZ-C4 for emacs-tangents@gnu.org; Mon, 19 Jun 2017 01:26:20 -0400 Original-Received: from [195.159.176.226] (port=51270 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dMpCY-0004Jb-VH for emacs-tangents@gnu.org; Mon, 19 Jun 2017 01:26:15 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dMpCP-0000xR-EQ for emacs-tangents@gnu.org; Mon, 19 Jun 2017 07:26:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 149 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:cAOr4j6ETNfog9jFaMXBvoXxReM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-tangents@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-tangents-bounces+get-emacs-tangents=m.gmane.org@gnu.org Original-Sender: "Emacs-tangents" Xref: news.gmane.org gmane.emacs.tangents:199 Archived-At: --=-=-= Content-Type: multipart/alternative; boundary="==-=-=" --==-=-= Content-Type: text/plain Content-Disposition: inline 2017-06-19 Emacs news ===================== - Emacs Lisp: - [Ways in which Emacs selects the major mode] (http://mbork.pl/2017-06-17_Ways_in_which_Emacs_selects_the_major_mode) - [Keeping your .emacs.d clean] (http://manuel-uberti.github.io/programming/2017/06/17/nolittering/) - [Misc functions - save macro, delete span, rename file/buffer, etc.] (https://pastebin.com/Uu072Yqj) ([Reddit] (https://www.reddit.com/r/emacs/comments/6hi8up/just_figured_id_post_a_collection_of_functions/)) - Emacs development: - [Native display of line numbers] (https://lists.gnu.org/archive/html/emacs-devel/2017-06/msg00318.html) ([Reddit] (https://www.reddit.com/r/emacs/comments/6hux6a/native_display_of_line_numbers/)) - [New command replace-buffer-contents] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=d682f0daa3c0bfdd5ee8ce0e9226353d505e85a9) - [New command-line option --module-assertions] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=cf97132764572928adc77fd555d04a9f41cd3cfc) - [Proposed patch: New commands for bulk tracing of elisp functions, including `trace-package` and `trace-regexp`] (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27397) - Navigation: - [smart-next-window-or-buffer] (http://mbork.pl/2017-06-12_smart-next-window-or-buffer) - [Some interesting hydras] (https://github.com/otijhuis/emacs.d/blob/master/config/hydra-settings.el) ([Reddit] (https://www.reddit.com/r/emacs/comments/6ha2ir/some_interesting_hydras/)) - Org Mode: - [Adding keymaps to src blocks via org-font-lock-hook] (http://kitchingroup.cheme.cmu.edu/blog/2017/06/10/Adding-keymaps-to-src-blocks-via-org-font-lock-hook/) - hat-tip to [Irreal] (http://irreal.org/blog/?p=6282) for the link - [Nuage: a web app to edit your org files] (https://nuage.kerjean.me/) ([Reddit] (https://www.reddit.com/r/emacs/comments/6he1rd/nuage_a_web_app_to_edit_your_org_files/)) - [Reading for Programmers] (https://codearsonist.com/reading-for-programmers) - Coding: - [Not a fan of Emacs Lisp? Hack Emacs in Go!] (https://github.com/Quasilyte/goism) ([Reddit] (https://www.reddit.com/r/emacs/comments/6i1i9d/not_a_fan_of_emacs_lisp_hack_emacs_in_go/), [Hacker News] (https://news.ycombinator.com/item?id=14581228)) - [Yet another completion engine powered by "git grep"] (https://github.com/zk-phi/git-complete) ([Reddit] (https://www.reddit.com/r/emacs/comments/6hl3hi/yet_another_completion_engine_powered_by_git_grep/)) - [json-navigator, x-path-walker, json-snatcher and all - json support in Emacs] (http://wikemacs.org/wiki/Json#json-navigator_-_navigate_json_presented_as_a_tree) ([Reddit] (https://www.reddit.com/r/emacs/comments/6hdsjm/jsonnavigator_xpathwalker_jsonsnatcher_and_all/)) - [Package/tool to mark newly written and uncommitted code] (https://www.reddit.com/r/emacs/comments/6h9p8z/packagetool_to_mark_newly_written_and_uncommitted/) - [Using Emacs - 34 - ibuffer and emmet] (http://cestlaz.github.io/posts/using-emacs-34-ibuffer-emmet/#.WULthXLbJmQ.reddit) ([Reddit] (https://www.reddit.com/r/emacs/comments/6hhpeh/using_emacs_34_ibuffer_and_emmet/)) - Other: - [A little trick with EWW] (https://www.reddit.com/r/emacs/comments/6ha4tl/a_little_trick_with_eww/) - [Do you run emacs in daemon mode?] (https://www.reddit.com/r/emacs/comments/6hd8ru/do_you_run_emacs_in_daemon_mode/) - New packages: - helm-frame : open helm buffers in a dedicated frame - ivy-dired-history : use ivy to open recent directories 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-06). [Past Emacs News round-ups] (http://sachachua.com/blog/category/emacs-news) --==-=-= Content-Type: text/html Content-Disposition: inline --==-=-=-- --=-=-= Content-Type: text/x-org; name=emacs-news.org Content-Disposition: attachment * 2017-06-19 Emacs news - Emacs Lisp: - [[http://mbork.pl/2017-06-17_Ways_in_which_Emacs_selects_the_major_mode][Ways in which Emacs selects the major mode]] - [[http://manuel-uberti.github.io/programming/2017/06/17/nolittering/][Keeping your .emacs.d clean]] - [[https://pastebin.com/Uu072Yqj][Misc functions - save macro, delete span, rename file/buffer, etc.]] ([[https://www.reddit.com/r/emacs/comments/6hi8up/just_figured_id_post_a_collection_of_functions/][Reddit]]) - Emacs development: - [[https://lists.gnu.org/archive/html/emacs-devel/2017-06/msg00318.html][Native display of line numbers]] ([[https://www.reddit.com/r/emacs/comments/6hux6a/native_display_of_line_numbers/][Reddit]]) - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=d682f0daa3c0bfdd5ee8ce0e9226353d505e85a9][New command replace-buffer-contents]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=cf97132764572928adc77fd555d04a9f41cd3cfc][New command-line option --module-assertions]] - [[https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27397][Proposed patch: New commands for bulk tracing of elisp functions, including `trace-package` and `trace-regexp`]] - Navigation: - [[http://mbork.pl/2017-06-12_smart-next-window-or-buffer][smart-next-window-or-buffer]] - [[https://github.com/otijhuis/emacs.d/blob/master/config/hydra-settings.el][Some interesting hydras]] ([[https://www.reddit.com/r/emacs/comments/6ha2ir/some_interesting_hydras/][Reddit]]) - Org Mode: - [[http://kitchingroup.cheme.cmu.edu/blog/2017/06/10/Adding-keymaps-to-src-blocks-via-org-font-lock-hook/][Adding keymaps to src blocks via org-font-lock-hook]] - hat-tip to [[http://irreal.org/blog/?p=6282][Irreal]] for the link - [[https://nuage.kerjean.me/][Nuage: a web app to edit your org files]] ([[https://www.reddit.com/r/emacs/comments/6he1rd/nuage_a_web_app_to_edit_your_org_files/][Reddit]]) - [[https://codearsonist.com/reading-for-programmers][Reading for Programmers]] - Coding: - [[https://github.com/Quasilyte/goism][Not a fan of Emacs Lisp? Hack Emacs in Go!]] ([[https://www.reddit.com/r/emacs/comments/6i1i9d/not_a_fan_of_emacs_lisp_hack_emacs_in_go/][Reddit]], [[https://news.ycombinator.com/item?id=14581228][Hacker News]]) - [[https://github.com/zk-phi/git-complete][Yet another completion engine powered by "git grep"]] ([[https://www.reddit.com/r/emacs/comments/6hl3hi/yet_another_completion_engine_powered_by_git_grep/][Reddit]]) - [[http://wikemacs.org/wiki/Json#json-navigator_-_navigate_json_presented_as_a_tree][json-navigator, x-path-walker, json-snatcher and all - json support in Emacs]] ([[https://www.reddit.com/r/emacs/comments/6hdsjm/jsonnavigator_xpathwalker_jsonsnatcher_and_all/][Reddit]]) - [[https://www.reddit.com/r/emacs/comments/6h9p8z/packagetool_to_mark_newly_written_and_uncommitted/][Package/tool to mark newly written and uncommitted code]] - [[http://cestlaz.github.io/posts/using-emacs-34-ibuffer-emmet/#.WULthXLbJmQ.reddit][Using Emacs - 34 - ibuffer and emmet]] ([[https://www.reddit.com/r/emacs/comments/6hhpeh/using_emacs_34_ibuffer_and_emmet/][Reddit]]) - Other: - [[https://www.reddit.com/r/emacs/comments/6ha4tl/a_little_trick_with_eww/][A little trick with EWW]] - [[https://www.reddit.com/r/emacs/comments/6hd8ru/do_you_run_emacs_in_daemon_mode/][Do you run emacs in daemon mode?]] - New packages: - http://melpa.org/#/helm-frame: open helm buffers in a dedicated frame - http://melpa.org/#/ivy-dired-history: use ivy to open recent directories 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-06][emacs-devel]]. [[http://sachachua.com/blog/category/emacs-news][Past Emacs News round-ups]] --=-=-=--