* 2019-10-14 Emacs news - Emacs configuration: - [[https://rodogi.github.io/emacs-config-file/][Emacs config file | rodrigo dorantes-gilardi]] - [[https://www.reddit.com/r/emacs/comments/dgrz4p/increasing_startupperformance/][Increasing startup-performance]] - Emacs Lisp: - [[https://pypi.org/project/lapdecompile/][lapdecompile: A decompiler for Emacs Lisp bytecode.]] - [[https://letoverlambda.com/textmode.cl/guest/chap5.html]["Lisp Is Not Functional" --- Let Over Lambda -- 50 Years of Lisp]] - [[https://www.reddit.com/r/emacs/comments/dg9m2f/popup_with_text_input/][Popup with text input]] - Emacs development: - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=ddc9837bf48c99c31df397438175afc2f9d3819c][Add new macro `benchmark-progn']] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=08f6c2a8c972b8c323cd24863fa35fb590689de3][Enable modules by default.]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=0cf11eb2e80ec1e038654780c4833bea05ead05e][*etc/NEWS: Added comment about :extend face attribute in NEWS.]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=f521225736b2a6ab38bb94298fb4d3ace3d9a9ec][Add a new tar-copy-preserve-time variable]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=a590a8058d52c1cbe0f80b7ed0d8b0abed7bf7ef][Allow zap-to-char to use a history]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=f0f2a53b27187903c86189bd03f072ac6ddaba9c][Font-lock suid/guid files in Dired]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=dafd329771f5028cdac1a2691a236ffa296c360c][* lisp/window.el (next-buffer, previous-buffer): Add repeat count arg.]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=097a03d2a372c1285696779c7051d5b044d437f5][Enable tab-bar-mode from X resources]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=b02f0ae995110393f7a8136d01933fb80960fc54][Add a new action in save-some-buffers to view the buffer]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=a93dceda3fdcca18b51cb96461e1b8a4fc61bfd7][* lisp/cedet/mode-local.el (define-overload): Declare obsolete]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=421db07d061cdc493300b30646c2acd13f26d8f3][* lisp/emacs-lisp/map.el (map-into) : Allow keyword args]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=552c20ce39cd513cd6d0c847a1d291554143ba9a][Support showing directory in shell command prompt]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=85b3d56276430d58c0a2444bb8dcff3155300278][New variable amalgamating-undo-limit]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=df713b9344e978eff4f0a6aff506932fcdb1a39c][Ensure that setq-local take an even number of symbol/value pairs]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=ffb7100750c211f55dd95811675d12a783f15d66][Change font size in correct window using mouse wheel]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=3f594fef9eeeda2272dc9858b6b17bbd5fa2f436][Allow filtering out warnings/errors from compile.el detection]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=76a9f03ca629d3e5a596c3aa7f62a4649ac2ae8a][Implement offsets for absolute line numbers]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=f96b8fd27c382a941c52c2938544b9b0e3a2fb0e][Filter packages by name in list-packages. (Bug#36981)]] - Appearance: - [[https://github.com/tobias/downplay-mode][downplay-mode: A simple emacs minor mode for focusing a viewer's attention]] - [[https://github.com/kriyative/highlight-focus][highlight-focus: Emacs Lisp package for highlighting the active buffer]] - [[https://github.com/gonewest818/dimmer.el][dimmer.el: Interactively highlight which buffer is active by dimming the others.]] - [[http://amitp.blogspot.com/2013/05/emacs-highlight-active-buffer.html][Amit's Thoughts: Emacs: highlight active buffer]] (2013) - [[https://github.com/emacsmirror/auto-dim-other-buffers][auto-dim-other-buffers: Makes non-current buffers less prominent]] - Navigation: - [[https://github.com/DarwinAwardWinner/ido-completing-read-plus][ido-completing-read-plus: Fancy completion all over Emacs, not just for buffers and files.]] - [[https://www.reddit.com/r/emacs/comments/dgglux/search_and_replace_options/][Search and replace options]] - [[https://github.com/lawlist/tabbar-frame-bufs][tabbar-frame-bufs: Group buffers on a per frame basis.]] - [[http://xenodium.com/emacs-swiper-and-multiple-cursors/][Swiper and Multiple Cursors]] ([[https://irreal.org/blog/?p=8370][Irreal]]) - Org Mode: - [[https://www.reddit.com/r/orgmode/comments/dgeojs/weekly_rorgmode_open_discussion_october_11_2019/][Weekly /r/Orgmode Open Discussion - October 11, 2019]] - [[https://invidio.us/watch?v=TK2kGpCQMfk][Basic Org-Mode Todo Management and Notetaking - Invidious]] - [[http://johnj.com/journaling-procedure.html][A Daily Journal in Org Mode]] ([[https://reddit.com/r/orgmode/comments/dh4r20/a_daily_journal_in_org_mode/][Reddit]]) - [[https://kisaragi-hiu.com/blog/2019-10-09-format-time-string-today][Locales, Org timestamps, and format-time-string]] ([[https://reddit.com/r/emacs/comments/dfkptx/locales_org_timestamps_and_formattimestring/][Reddit]]) - [[https://www.youtube.com/watch?v=dljNabciEGg&feature=youtu.be][Literate Devops with Emacs - YouTube]] - [[https://www.reddit.com/r/orgmode/comments/dhzm0n/rfc_wip_alphaorg_a_configuration_like_spacemacs/][{RFC, WIP} alpha-org (a configuration like Spacemacs or Doom, but just for Org)]] - [[https://news.ycombinator.com/item?id=21208196][Zettelkästen? | Hacker News]] ([[https://reddit.com/r/orgmode/comments/dgm4da/zettelkästen_hacker_news/][Reddit]]) - [[https://beepb00p.xyz/orger-todos.html][Orger part II: reading Reddit via org-mode, quick todos from chat messages and spaced repetition]] ([[https://reddit.com/r/orgmode/comments/dgdej4/orger_part_ii_reading_reddit_via_orgmode_quick/][Reddit]]) - [[https://www.reddit.com/r/emacs/comments/dei1x2/org_mode_files_security/][Org mode files security]] - [[https://alexpeits.github.io/articles/17/org-timesheets][Formatting timesheet tables in org-mode]] ([[https://reddit.com/r/planetemacs/comments/dg9cze/formatting_timesheet_tables_in_orgmode/][Reddit]]) - Org Mode publishing: - [[https://github.com/dmacvicar/site.org][site.org: Website in org mode]] - [[https://www.wisdomandwonder.com/emacs/12828/just-released-org2blog-v1-1-1-a-correction-release][Grant Rettke: Just Released Org2Blog v1.1.1 A Correction Release]] - [[https://www.reddit.com/r/emacs/comments/dfkegh/oxjekylllite_an_org_exporter_for_generating/][ox-jekyll-lite - an org exporter for generating Jekyll-friendly Markdown]] - [[https://duncan.codes/posts/2019-09-03-migrating-from-jekyll-to-org/index.html][Migrating from Jekyll to org-mode and Github Actions]] - [[https://irreal.org/blog/?p=8377][Irreal: Generating Slides and a PDF From the Same Org File]] - Coding: - [[https://christiantietze.de/posts/2019/10/php-emacs-setup/][Emacs settings for PHP development]] - [[https://cestlaz.github.io/post/using-emacs-58-lsp-mode/][Using Emacs 58 - lsp-mode]] ([[https://reddit.com/r/emacs/comments/depobq/using_emacs_58_lspmode/][Reddit]]) - [[https://realpython.com/emacs-the-best-python-editor/][Emacs: the best Python editor?]] - [[https://github.com/alexmurray/arxml-mode][arxml-mode: Emacs mode for editing Adaptive AUTOSAR arxml files]] - [[https://git.launchpad.net/ubuntu-cve-tracker/tree/scripts/uct.el][uct -- Emacs interface to the Ubuntu CVE tracker]] - [[https://github.com/alexmurray/dbc-mode][dbc-mode: Emacs mode for editing CAN dbc files]] - [[https://www.reddit.com/r/emacs/comments/dey3hp/awesome_kubernetes_plugin/][Awesome kubernetes plugin]] - [[https://git.launchpad.net/ubuntu-cve-tracker/tree/scripts/check-cves-mode.el][check-cves-mode.el --- major mode for working with the output of check-cves]] - [[https://git.launchpad.net/ubuntu-cve-tracker/tree/scripts/cve-mode.el][cve-mode.el --- major mode for editing CVE files]] - [[https://www.youtube.com/watch?v=qXgGtyjXPiw&feature=youtu.be][Emacs Doom 19: Magit, The Git Commit Flow in More Detail]] ([[https://reddit.com/r/emacs/comments/df4qdg/emacs_doom_19_magit_the_git_commit_flow_in_more/][Reddit]]) - [[https://github.com/alexmurray/AppArmor-mode][apparmor-mode: Emacs major mode for editing AppArmor Policies]] - [[https://github.com/akirak/poly-vue/blob/master/poly-vue.el][poly-vue.el --- Polymode for Vue files]] - [[https://youtu.be/bdcqRziKYT0][Emacs: comment functions and their behavior]] (18:22) - [[https://youtu.be/fnoEZ0VVwNA][Playing with Emacs, Xmonad and Xmobar - DT Live]] (1:32:08) - Spacemacs: - [[https://cultivatehq.com/posts/spacemacs-shared-config/][Spacemacs shared configuration - custom private layers]] - [[https://youtu.be/DU22UEr-ZKY][Spacemacs #26 Vi is a real friend of Emacs | Vi는 이맥스의 진정한 친구입니다(?)]] (5:07) - Community: - [[https://www.reddit.com/r/emacs/comments/dhrl56/post_your_emacsscreenshot_here/][Post your emacs(Screenshot) here.]] - [[https://www.reddit.com/r/emacs/comments/dewzuy/weekly_tipstricketc_thread/][Weekly tips/trick/etc/ thread]] - [[https://www.youtube.com/watch?v=TJ6XHroNewc&t=10377][James Gosling on Richard Stallman {video}]] ([[https://news.ycombinator.com/item?id=21251109][HN]]) - mentions Gosling Emacs - Other: - [[https://github.com/ibizaman/emacs-conflicts][emacs-conflicts: Resolve conflicts happening when using file synchronization tools]] - [[https://www.reddit.com/r/spacemacs/comments/dhwb1z/is_anyone_interested_in_creating_an_apple_music/][Is anyone interested in creating an Apple Music layer similar to the Spotify player?]] - [[https://github.com/greboide/emacs-gestures][emacs-gestures: A library of gesture commands for GNU Emacs' strokes-mode.]] - [[https://yiufung.net/post/emacs-key-binding-conventions-and-why-you-should-try-it/][Learning Emacs Key Bindings]] - [[http://www.lonecpluspluscoder.com/2019/10/13/howto-installing-emacs-26-3-on-ubuntu-or-xubuntu-19-04/][Timo Geusch: {HOWTO} Installing Emacs 26.3 on Ubuntu or XUbuntu 19.04]] - [[https://randomgeekery.org/2017/08/06/emacs-writegood-mode/][Emacs Writegood Mode · Random Geekery]] - [[https://www.reddit.com/r/emacs/comments/dgj0ae/tutorial_spellchecking_with_hunspell_170_for/][Tutorial: spellchecking with hunspell (1.7.0) for emacs (26.2) on Windows (10)]] - [[https://www.reddit.com/r/emacs/comments/dg6kvx/do_you_use_term_ansiterm_shell_or_external/][Do you use term, ansi-term, shell or external terminal emulator?]] - [[https://www.reddit.com/r/emacs/comments/dgc06j/fat_free_evil_config_minimal_vim_emulation_with/][Fat Free Evil Config - minimal vim emulation with ryo-modal]] - New package: - http://melpa.org/#/plain-org-wiki: Simple jump-to-org-files in a directory package 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-10][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]]