* 2019-12-02 Emacs news [[https://lists.gnu.org/archive/html/emacsconf-discuss/2019-11/msg00002.html][EmacsConf 2019 videos out!]] ([[https://reddit.com/r/emacs/comments/e10cf7/emacsconf_2019_videos_now_out/][Reddit]]) - [[https://emacsconf.org/2019/videos][Videos]], [[https://invidio.us/playlist?list=PLomc4HLgvuCWuJVVwsT8pbLWYR-n3G8bH][Invidio.us]], [[https://www.youtube.com/playlist?list=PLomc4HLgvuCWuJVVwsT8pbLWYR-n3G8bH&feature=share][Youtube]] - Emacs configuration: - [[https://medium.com/@suvratapte/configuring-emacs-from-scratch-packages-220bbc5e55b7][Wrote the second part in "Configuring Emacs from Scratch". Please review and suggest improvements. Thanks! :)]] - Emacs Lisp: - [[https://www.reddit.com/r/emacs/comments/e2gxzm/learning_elisp/][Learning Elisp]] - [[https://gitlab.com/howardabrams/emacs-piper][emacs-piper: Think commandline but for Emacs and unstructured data.]] - [[http://manuel-uberti.github.io//emacs/2019/12/01/el-patch/][Manuel Uberti: The aesthetics of patching]] - [[https://www.reddit.com/r/emacs/comments/e4pcts/emacssandboxsh_run_emacs_in_a_clean_sandbox/][emacs-sandbox.sh: Run Emacs in a clean, sandbox configuration]] - [[http://akrl.sdf.org/gccemacs.html][Natively compiled elisp: gccemacs]] ([[https://reddit.com/r/emacs/comments/e2vzu7/natively_compiled_elisp_gccemacs/][Reddit]], [[https://news.ycombinator.com/item?id=21665987][HN]]) - Emacs development: - [[https://github.com/manateelazycat/emacs-application-framework][EAF, extending Emacs with amazing GUI support using Python PyQt]] ([[https://reddit.com/r/emacs/comments/e48se1/eaf_extending_emacs_with_amazing_gui_support/][Reddit]]) - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=d64ea182fb6e2bf3af8ac8a289e8029ded36407e][Use run-with-idle-timer instead of debounce for responsive image scaling.]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6e41b08ea877af91908abaf164a9a00cb82cafa9][Improve documentation and UI of 'C-x v L']] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=b2790db049da98b541d07bac21ca7d7c220d3be0][Improve errors & warnings due to fancy quoted vars (Bug#32939)]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=85f586f3ce5c6d9598d345440fd57e0fc9b8d98b][Stop signaling an error when reading "smart quotes" in symbols]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=7921811726b878c21df99208cbfcfdb9634378b9][Menu bar rearrangements, move Print menu items to submenu, etc. (bug#37594)]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=f655967b83378b56390904a503ec0f1a19a1a7e9]['C-1 C-x v L' asks for revision and shows its log entry with diff (bug#38044)]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=b31a966e88b1b4fbc8148fda47becd1d209a67fd][* lisp/image-mode.el: Resize image on window resizing (bug#32672)]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=4eb7db5d4b84708912c63a77569c8adeeff6c640][Mouse rectangular region selection (bug#38013)]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=215f678c7262db2ed353f2bf1e0a97c59a452605][Fine-grained NS modifier key settings (bug#38296)]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=aa89c84e00d8dc85100e6fedab7631c415e6364d][message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=75b41a38dd0735fe63457e12741656c63972d3ce][Fix previous change to (next|previous)-buffer]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=e495dbea7035bcb1f26ed82f0d56a5abc90974fa][(next|previous)-buffer no longer fail silently (bug#38384)]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=261b060f12234baa6912ef40a9ce1a054f583ad0][Mention switch from 'switch-to-visible-buffer' to 'switch-to-prev-buffer-skip']] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=650a514e996287106f9a9525b6f27068ec2a0cbf][Extend network-interface-list to return IPv6 and network info]] - Org Mode: - [[https://www.youtube.com/watch?v=D9a7AQMZcFI&feature=youtu.be][org demo - YouTube]] - [[http://juanjose.garciaripoll.com/blog/org-mode-html-templates/index.html][An HTML template system for Emacs and org-mode]] ([[https://reddit.com/r/emacs/comments/e52f6t/an_html_template_system_for_emacs_and_orgmode/][Reddit]]) - [[https://www.youtube.com/watch?v=MW9i2wcCfzU&feature=youtu.be][Literate Programming with Emacs Orgmode]] - [[https://github.com/mack1070101/emacs-conf-2019][EmacsConf2019: Restclient + org-mode for documentation and testing]] - Coding: - [[https://www.reddit.com/r/emacs/comments/e2u5n9/code_folding_with_outlineminormode/][Code folding with outline-minor-mode]] - [[https://www.reddit.com/r/emacs/comments/e2a6oq/emacs_has_made_my_life_as_a_python_developer_much/][Emacs has made my life as a Python developer much better.]] - [[https://pragdave.me/blog/2017/09/10/using-iex-open-and-emacs-multiterm.html][Using iex's open() command with Emacs multiterm]] - [[https://www.youtube.com/watch?v=xJGZSRGxFYo][Emax: dante for reflex projects (stream)]] ([[https://reddit.com/r/emacs/comments/e3up0w/emax_dante_for_reflex_projects_stream/][Reddit]]) - [[https://youtu.be/zmRac_BNbv0][Emacs as a lightweight Java IDE - 2 (Refactoring)]] (2:08) - [[https://github.com/mattray/emacsconf2019][EmacsConf2019: Example Chef cookbook and InSpec profile used in the live demo at EmacsConf 2019.]] - Community: - [[https://www.reddit.com/r/emacs/comments/e1uyvk/weekly_tipstricketc_thread/][Weekly tips/trick/etc/ thread]] - [[https://www.reddit.com/r/emacs/comments/e3y8k3/how_is_emacs_funded/][How is emacs funded?]] - [[https://media.emacsconf.org/2019/26.html][Emacs: The Editor for the Next Forty Years]] ([[https://www.reddit.com/r/emacs/comments/e1wfoe/emacs_the_editor_for_the_next_40_years/][Reddit]], [[https://news.ycombinator.com/item?id=21638197][HN]], [[https://irreal.org/blog/?p=8472][Irreal]]) - Other: - [[https://www.redhat.com/sysadmin/beginners-guide-emacs][A beginner’s guide to text editing with Emacs]] ([[https://reddit.com/r/emacs/comments/e34b20/a_beginners_guide_to_text_editing_with_emacs/][Reddit]]) - [[https://rohitpaulk.com/articles/vim-to-emacs][Moving from Vim to Emacs]] ([[https://irreal.org/blog/?p=8486][Irreal]], [[https://www.reddit.com/r/emacs/comments/e3h6m3/notes_on_moving_from_vim_to_emacs/][Reddit]]) - [[https://beepb00p.xyz/cloudmacs.html][Cloudmacs: Emacs in your web browser]] ([[https://reddit.com/r/emacs/comments/e1o6dz/cloudmacs_emacs_in_your_web_browser/][Reddit]], [[https://news.ycombinator.com/item?id=21633149][HN]]) - [[https://ambrevar.xyz/emacs-everywhere/index.html][Emacs Everywhere]] (2017) - [[https://emacspeak.blogspot.com/2019/11/emacspeak-510-asssistdog-unleashed.html][emacspeak: Emacspeak 51.0 (AsssistDog) Unleashed!]] - [[https://www.reddit.com/r/emacs/comments/e3eqti/how_to_install_the_latest_developmental_version/][How to install the latest developmental version of Emacs (27.0.50) on Windows 10 -- for dummies]] - [[https://koeln.ccc.de/updates/2019-11-26_OC_State_of_Retro_Gaming_in_Emacs.xml][OpenChaos am Donnerstag, 28. November: State of Retro Gaming in Emacs]] - [[https://irreal.org/blog/?p=8470][Irreal: Scimax and Reproducibility]] - [[https://www.reddit.com/r/emacs/comments/e4jfmp/wip_package_lyxformula/][WIP package: lyx-formula]] - [[https://www.reddit.com/r/emacs/comments/e4v66g/anyone_want_to_collaborate_on_musicmaking_that/][Anyone want to collaborate on music-making that involves Emacs?]] - [[https://www.youtube.com/watch?v=Tl-Ccvntxqo][SchemeMosaic Chop'n'Screw How-To (Part 1)]] ([[https://reddit.com/r/emacs/comments/e2z2ag/schememosaic_chopnscrew_howto_part_1/][Reddit]]) - [[https://www.reddit.com/r/emacs/comments/e3fmao/how_to_set_up_emacs_to_best_type_ancient_greek/][How to set up Emacs to best type Ancient Greek and Hebrew -- for dummies]] - New packages: - http://melpa.org/#/counsel-jq: Live preview of "jq" queries using counsel - http://melpa.org/#/khardel: Integrate with khard - http://melpa.org/#/modus-operandi-theme: Accessible light theme (WCAG AAA) - http://melpa.org/#/modus-vivendi-theme: Accessible dark theme (WCAG AAA) - http://melpa.org/#/org-scrum: org mode extensions for scrum planning and reporting Links from [[http://reddit.com/r/emacs][reddit.com/r/emacs]], [[http://reddit.com/r/orgmode][r/orgmode]], [[http://reddit.com/r/spacemacs][r/spacemacs]], [[http://reddit.com/r/planetemacs][r/planetemacs]], [[https://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story][Hacker News]], [[https://planet.emacslife.com][planet.emacslife.com]], [[https://www.youtube.com/results?search_query=emacs&search_sort=video_date_uploaded][YouTube]], [[http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS][the Emacs NEWS file]] and [[http://lists.gnu.org/archive/html/emacs-devel/2019-12][emacs-devel]]. You're receiving this message via the Emacs Tangents mailing list. [[https://lists.gnu.org/mailman/listinfo/emacs-tangents][View list info/unsubscribe]]