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


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

2017-06-26 Emacs news
=====================

  - Beginner:
    - [Emacs Tutorial Series => the learning path I wanted to read while I was getting started] (https://mickael.kerjean.me/2017/03/18/emacs-tutorial-series-episode-0/) ([Reddit] (https://www.reddit.com/r/emacs/comments/6ij26k/emacs_tutorial_series_the_learning_path_i_wanted/)) - from March 2017
    - [The Complete Emacs Course] (https://www.udemy.com/emacs-course/?couponCode=HNJULY17) - Udemy
  - Emacs Lisp:
    - [Making eshell your own] (https://ekaschalk.github.io/post/custom-eshell/) ([Reddit] (https://www.reddit.com/r/emacs/comments/6j8cxu/making_eshell_your_own/))
    - ["Isolated" and "reproducible" Emacs environment for emacs --script?] (https://www.reddit.com/r/emacs/comments/6j8ctw/isolated_and_reproducible_emacs_environment_for/)
    - [Anonymous function macro in elisp] (https://ekaschalk.github.io/post/xi-macro/) ([Reddit] (https://www.reddit.com/r/emacs/comments/6j3fi0/anonymous_function_macro_in_elisp/))
    - [Unsecured remote code evaluation. Fun but dangerous!] (https://github.com/SlightlyCyborg/remote-eval.el)
    - [Elisp - How long have you maintained a package?] (https://www.reddit.com/r/emacs/comments/6irmjm/elisp_how_long_have_you_maintained_a_package/) - a few tips in the comments
    - [How do leader keys, hydra, and general.el differ? Use cases?] (https://www.reddit.com/r/emacs/comments/6i41hw/how_do_leader_keys_hydra_and_generalel_differ_use/)
  - Emacs development:
    - [A proof concept of built-in multiple fake cursors.] (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22873#68) ([Reddit] (https://www.reddit.com/r/emacs/comments/6jh4jx/a_proof_concept_of_builtin_multiple_fake_cursors/))
    - ["a small patch that adds some touch event handling to Emacs. Currently it only works on macOS"] (https://lists.gnu.org/archive/html/emacs-devel/2017-06/msg00548.html) ([Reddit] (https://www.reddit.com/r/emacs/comments/6j79og/a_small_patch_that_adds_some_touch_event_handling/))
    - [Provide additional support for child frames] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=1886246f6f40b8c376467f71605141035959cae0)
    - [html2text now marked obsolete] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=4bd4df40471f42d56e26af9ee62d7a52653ae82a)
    - [Don't put deleted packages in the trash] (http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=65b323e14e09fa6024fee93fd484deea4b7f51a2)
    - [Native display of line numbers, improved] (http://lists.gnu.org/archive/html/emacs-devel/2017-06/msg00556.html)
  - Org Mode:
    - Literate programming:
      - [Using org-mode to write about computer programming] (http://clubctrl.com/org/prog/source.html) ([Reddit] (https://www.reddit.com/r/emacs/comments/6ickjs/using_orgmode_to_write_about_computer_programming/))
      - [Maybe The Four Most Important Key-Bindings For High-Speed Org-Mode Literate Programming] (https://www.wisdomandwonder.com/article/10581/maybe-the-four-most-important-key-bindings-for-high-speed-org-mode-literate-programming)
    - LaTeX:
      - [Preview LaTeX Fragments in Org Src Buffer with org-edit-latex] (https://i.redd.it/sh2m57grw75z.gif) ([Reddit] (https://www.reddit.com/r/emacs/comments/6iuccr/preview_latex_fragments_in_org_src_buffer_with/))
      - [Using org-modes tables inside of LaTeX] (https://i.imgur.com/KcTs8Qn.gifv) ([Reddit] (https://www.reddit.com/r/emacs/comments/6iqg73/using_orgmodes_tables_inside_of_latex/))
    - Blogging:
      - [Auto-Loading Org2Blog Mode] (https://www.wisdomandwonder.com/article/10579/auto-loading-org2blog-mode)
      - [An Emacs Blogging Workflow] (https://ekaschalk.github.io/post/org-mode-blogging/) ([Reddit] (https://www.reddit.com/r/emacs/comments/6ijghp/an_emacs_blogging_workflow/)) - Hugo tools
    - Links:
      - [Article - How to add extra attributes to link in Org-mode?] (https://linevi.ch/en/org-link-extra-attrs.html)
      - [Insert internal org-mode links the ivy way] (http://pragmaticemacs.com/emacs/insert-internal-org-mode-links-the-ivy-way/)
      - [org-brain v. 0.4: Major changes to concept map package] (https://github.com/Kungsgeten/org-brain) ([Reddit] (https://www.reddit.com/r/emacs/comments/6j975x/orgbrain_v_04_major_changes_to_concept_map_package/))
    - [Protecting Line Breaks from Fill] (http://irreal.org/blog/?p=6299)
    - [Make M-RET better in Org Mode] (http://irreal.org/blog/?p=6297)
    - [If you use orgzly, how do you sync your Emacs org mode with it?] (https://www.reddit.com/r/emacs/comments/6j0bpd/if_you_use_orgzly_how_do_you_sync_your_emacs_org/)
  - Coding:
    - [Multiple choices in yasnippets] (http://pragmaticemacs.com/emacs/multiple-choices-in-yasnippets/)
    - [Best way to read JavaScript documentation (e.g., MDN) within Emacs?] (https://www.reddit.com/r/emacs/comments/6jdufh/best_way_to_read_javascript_documentation_eg_mdn/)
    - [Pretty Magit - Integrating commit leaders] (https://ekaschalk.github.io/post/pretty-magit/) ([Reddit] (https://www.reddit.com/r/emacs/comments/6jegis/pretty_magit_integrating_commit_leaders/))
    - [My epiphany this morning: Save your current working directory to a file] (https://github.com/hardaker/elisp-save-cwd) ([Reddit] (https://www.reddit.com/r/emacs/comments/6j1svl/my_epiphany_this_morning_save_your_current/))
    - [company-rofi - using rofi as a frontend for company-mode completion] (https://www.reddit.com/r/emacs/comments/6j24pg/companyrofi_using_rofi_as_a_frontend_for/)
    - [Smarter clang-format In Emacs] (https://eklitzke.org/smarter-emacs-clang-format)
  - Other:
    - [OSX - If you're not already using the railwaycat port of emacs, you should go ahead and make that happen] (https://www.reddit.com/r/emacs/comments/6ig02i/osx_if_youre_not_already_using_the_railwaycat/)
    - [TIL: evil-buffer-regexps] (http://puntoblogspot.blogspot.com/2017/06/til-evil-buffer-regexps.html)
    - [Just happy that I can use Emacs at work now] (https://www.reddit.com/r/emacs/comments/6ixw1f/just_happy_that_i_can_use_emacs_at_work_now/)
    - [Does anyone following the Emacs updates which Sacha is doing for years?] (http://sachachua.com/blog) ([Reddit] (https://www.reddit.com/r/emacs/comments/6im4ua/does_anyone_following_the_emacs_updates_which/)) - aww, shucks =)
    - [The Lisp machine and GNU - LibrePlanet 2017] (https://media.libreplanet.org/u/libreplanet/m/the-lisp-machine-and-gnu/) ([Reddit] (https://www.reddit.com/r/emacs/comments/6iknzs/the_lisp_machine_and_gnu_libreplanet_2017/)) - see comments for link to Org file
    - [ELPA packages included in the new release of Debian] (https://packages.debian.org/search?keywords=elpa-&searchon=names&suite=stable&section=all) ([Reddit] (https://www.reddit.com/r/emacs/comments/6igpc2/elpa_packages_included_in_the_new_release_of/))
    - [Recorded a video about how I configure my Emacs] (https://www.youtube.com/watch?v=PKaJoqQQoIA) ([Reddit] (https://www.reddit.com/r/emacs/comments/6i7rg7/recorded_a_video_about_how_i_configure_my_emacs/))
  - New packages:
    - bifocal <http://melpa.org/#/bifocal>: Split-screen scrolling for comint-mode buffers
    - dad-joke <http://melpa.org/#/dad-joke>: Get/display dad jokes
    - flycheck-clang-analyzer <http://melpa.org/#/flycheck-clang-analyzer>: Integrate Clang Analyzer with flycheck
    - flycheck-julia <http://melpa.org/#/flycheck-julia>: Julia support for Flycheck
    - github-modern-theme <http://melpa.org/#/github-modern-theme>: The GitHub color theme for Emacs.
    - hugsql-ghosts <http://melpa.org/#/hugsql-ghosts>: Display ghostly hugsql defqueries inline
    - ob-fsharp <http://melpa.org/#/ob-fsharp>: Org-Babel F#
    - ob-rust <http://melpa.org/#/ob-rust>: org-babel functions for rust evaluation
    - org-link-minor-mode <http://melpa.org/#/org-link-minor-mode>: Enable org-mode links in non-org modes
    - org-static-blog <http://melpa.org/#/org-static-blog>: a simple org-mode based static blog generator
    - pasp-mode <http://melpa.org/#/pasp-mode>: - A major mode for editing Answer Set Programs.

  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)


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

* 2017-06-26 Emacs news
- Beginner:
  - [[https://mickael.kerjean.me/2017/03/18/emacs-tutorial-series-episode-0/][Emacs Tutorial Series => the learning path I wanted to read while I was getting started]] ([[https://www.reddit.com/r/emacs/comments/6ij26k/emacs_tutorial_series_the_learning_path_i_wanted/][Reddit]]) - from March 2017
  - [[https://www.udemy.com/emacs-course/?couponCode=HNJULY17][The Complete Emacs Course]] - Udemy
- Emacs Lisp:
  - [[https://ekaschalk.github.io/post/custom-eshell/][Making eshell your own]] ([[https://www.reddit.com/r/emacs/comments/6j8cxu/making_eshell_your_own/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/6j8ctw/isolated_and_reproducible_emacs_environment_for/]["Isolated" and "reproducible" Emacs environment for emacs --script?]]
  - [[https://ekaschalk.github.io/post/xi-macro/][Anonymous function macro in elisp]] ([[https://www.reddit.com/r/emacs/comments/6j3fi0/anonymous_function_macro_in_elisp/][Reddit]])
  - [[https://github.com/SlightlyCyborg/remote-eval.el][Unsecured remote code evaluation. Fun but dangerous!]]
  - [[https://www.reddit.com/r/emacs/comments/6irmjm/elisp_how_long_have_you_maintained_a_package/][Elisp - How long have you maintained a package?]] - a few tips in the comments
  - [[https://www.reddit.com/r/emacs/comments/6i41hw/how_do_leader_keys_hydra_and_generalel_differ_use/][How do leader keys, hydra, and general.el differ? Use cases?]]
- Emacs development:
  - [[https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22873#68][A proof concept of built-in multiple fake cursors.]] ([[https://www.reddit.com/r/emacs/comments/6jh4jx/a_proof_concept_of_builtin_multiple_fake_cursors/][Reddit]])
  - [[https://lists.gnu.org/archive/html/emacs-devel/2017-06/msg00548.html]["a small patch that adds some touch event handling to Emacs. Currently it only works on macOS"]] ([[https://www.reddit.com/r/emacs/comments/6j79og/a_small_patch_that_adds_some_touch_event_handling/][Reddit]])
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=1886246f6f40b8c376467f71605141035959cae0][Provide additional support for child frames]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=4bd4df40471f42d56e26af9ee62d7a52653ae82a][html2text now marked obsolete]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=65b323e14e09fa6024fee93fd484deea4b7f51a2][Don't put deleted packages in the trash]]
  - [[http://lists.gnu.org/archive/html/emacs-devel/2017-06/msg00556.html][Native display of line numbers, improved]]
- Org Mode:
  - Literate programming:
    - [[http://clubctrl.com/org/prog/source.html][Using org-mode to write about computer programming]] ([[https://www.reddit.com/r/emacs/comments/6ickjs/using_orgmode_to_write_about_computer_programming/][Reddit]])
    - [[https://www.wisdomandwonder.com/article/10581/maybe-the-four-most-important-key-bindings-for-high-speed-org-mode-literate-programming][Maybe The Four Most Important Key-Bindings For High-Speed Org-Mode Literate Programming]]
  - LaTeX:
    - [[https://i.redd.it/sh2m57grw75z.gif][Preview LaTeX Fragments in Org Src Buffer with org-edit-latex]] ([[https://www.reddit.com/r/emacs/comments/6iuccr/preview_latex_fragments_in_org_src_buffer_with/][Reddit]])
    - [[https://i.imgur.com/KcTs8Qn.gifv][Using org-modes tables inside of LaTeX]] ([[https://www.reddit.com/r/emacs/comments/6iqg73/using_orgmodes_tables_inside_of_latex/][Reddit]])
  - Blogging:
    - [[https://www.wisdomandwonder.com/article/10579/auto-loading-org2blog-mode][Auto-Loading Org2Blog Mode]]
    - [[https://ekaschalk.github.io/post/org-mode-blogging/][An Emacs Blogging Workflow]] ([[https://www.reddit.com/r/emacs/comments/6ijghp/an_emacs_blogging_workflow/][Reddit]]) - Hugo tools
  - Links:
    - [[https://linevi.ch/en/org-link-extra-attrs.html][Article - How to add extra attributes to link in Org-mode?]]
    - [[http://pragmaticemacs.com/emacs/insert-internal-org-mode-links-the-ivy-way/][Insert internal org-mode links the ivy way]]
    - [[https://github.com/Kungsgeten/org-brain][org-brain v. 0.4: Major changes to concept map package]] ([[https://www.reddit.com/r/emacs/comments/6j975x/orgbrain_v_04_major_changes_to_concept_map_package/][Reddit]])
  - [[http://irreal.org/blog/?p=6299][Protecting Line Breaks from Fill]]
  - [[http://irreal.org/blog/?p=6297][Make M-RET better in Org Mode]]
  - [[https://www.reddit.com/r/emacs/comments/6j0bpd/if_you_use_orgzly_how_do_you_sync_your_emacs_org/][If you use orgzly, how do you sync your Emacs org mode with it?]]
- Coding:
  - [[http://pragmaticemacs.com/emacs/multiple-choices-in-yasnippets/][Multiple choices in yasnippets]]
  - [[https://www.reddit.com/r/emacs/comments/6jdufh/best_way_to_read_javascript_documentation_eg_mdn/][Best way to read JavaScript documentation (e.g., MDN) within Emacs?]]
  - [[https://ekaschalk.github.io/post/pretty-magit/][Pretty Magit - Integrating commit leaders]] ([[https://www.reddit.com/r/emacs/comments/6jegis/pretty_magit_integrating_commit_leaders/][Reddit]])
  - [[https://github.com/hardaker/elisp-save-cwd][My epiphany this morning: Save your current working directory to a file]] ([[https://www.reddit.com/r/emacs/comments/6j1svl/my_epiphany_this_morning_save_your_current/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/6j24pg/companyrofi_using_rofi_as_a_frontend_for/][company-rofi - using rofi as a frontend for company-mode completion]]
  - [[https://eklitzke.org/smarter-emacs-clang-format][Smarter clang-format In Emacs]]
- Other:
  - [[https://www.reddit.com/r/emacs/comments/6ig02i/osx_if_youre_not_already_using_the_railwaycat/][OSX - If you're not already using the railwaycat port of emacs, you should go ahead and make that happen]]
  - [[http://puntoblogspot.blogspot.com/2017/06/til-evil-buffer-regexps.html][TIL: evil-buffer-regexps]]
  - [[https://www.reddit.com/r/emacs/comments/6ixw1f/just_happy_that_i_can_use_emacs_at_work_now/][Just happy that I can use Emacs at work now]]
  - [[http://sachachua.com/blog][Does anyone following the Emacs updates which Sacha is doing for years?]] ([[https://www.reddit.com/r/emacs/comments/6im4ua/does_anyone_following_the_emacs_updates_which/][Reddit]]) - aww, shucks =)
  - [[https://media.libreplanet.org/u/libreplanet/m/the-lisp-machine-and-gnu/][The Lisp machine and GNU - LibrePlanet 2017]] ([[https://www.reddit.com/r/emacs/comments/6iknzs/the_lisp_machine_and_gnu_libreplanet_2017/][Reddit]]) - see comments for link to Org file
  - [[https://packages.debian.org/search?keywords=elpa-&amp;searchon=names&amp;suite=stable&amp;section=all][ELPA packages included in the new release of Debian]] ([[https://www.reddit.com/r/emacs/comments/6igpc2/elpa_packages_included_in_the_new_release_of/][Reddit]])
  - [[https://www.youtube.com/watch?v=PKaJoqQQoIA][Recorded a video about how I configure my Emacs]] ([[https://www.reddit.com/r/emacs/comments/6i7rg7/recorded_a_video_about_how_i_configure_my_emacs/][Reddit]])
- New packages:
  - http://melpa.org/#/bifocal: Split-screen scrolling for comint-mode buffers
  - http://melpa.org/#/dad-joke: Get/display dad jokes
  - http://melpa.org/#/flycheck-clang-analyzer: Integrate Clang Analyzer with flycheck
  - http://melpa.org/#/flycheck-julia: Julia support for Flycheck
  - http://melpa.org/#/github-modern-theme: The GitHub color theme for Emacs.
  - http://melpa.org/#/hugsql-ghosts: Display ghostly hugsql defqueries inline
  - http://melpa.org/#/ob-fsharp: Org-Babel F#
  - http://melpa.org/#/ob-rust: org-babel functions for rust evaluation
  - http://melpa.org/#/org-link-minor-mode: Enable org-mode links in non-org modes
  - http://melpa.org/#/org-static-blog: a simple org-mode based static blog generator
  - http://melpa.org/#/pasp-mode: - A major mode for editing Answer Set Programs.

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]]


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

only message in thread, other threads:[~2017-06-26  5:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-26  5:53 2017-06-26 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.