Planet Emacslife
Tim Heaney: Context menus in Emacs 28!
https://oylenshpeegul.gitlab.io/blog/posts/20230129/
Tim Heaney: Context menus in Emacs 28!
https://oylenshpeegul.gitlab.io/blog/posts/20230129/
oylenshpeegul.gitlab.io
Context menus in Emacs 28!
Today I learned that Emacs 28 added context-menu-mode so that we can easily add context menus. This is a minor mode which you can toggle with
M-x context-menu-mode RET but I added hooks to enable it for text mode and a couple others
(add-hook 'text-mode…
M-x context-menu-mode RET but I added hooks to enable it for text mode and a couple others
(add-hook 'text-mode…
Planet Emacslife
Magnus: A take on log messages
https://magnus.therning.org/2023-01-29-a-take-on-log-messages.html
Magnus: A take on log messages
https://magnus.therning.org/2023-01-29-a-take-on-log-messages.html
magnus.therning.org
A take on log messages
A take on how to create and work with log messages
👍1
Planet Emacslife
Sacha Chua: Checking image sizes and aspect ratios in Emacs Lisp so that I can automatically smartcrop them
https://sachachua.com/blog/2023/01/checking-image-sizes-and-aspect-ratios-in-emacs-lisp-so-that-i-can-automatically-smartcrop-them/
Sacha Chua: Checking image sizes and aspect ratios in Emacs Lisp so that I can automatically smartcrop them
https://sachachua.com/blog/2023/01/checking-image-sizes-and-aspect-ratios-in-emacs-lisp-so-that-i-can-automatically-smartcrop-them/
Planet Emacslife
Sacha Chua: 2023-01-30 Emacs news
https://sachachua.com/blog/2023/01/2023-01-30-emacs-news/
Sacha Chua: 2023-01-30 Emacs news
https://sachachua.com/blog/2023/01/2023-01-30-emacs-news/
Planet Emacslife
Marcin Borkowski: The benefits of everything being a buffer
https://mbork.pl/2023-01-30_The_benefits_of_everything_being_a_buffer
Marcin Borkowski: The benefits of everything being a buffer
https://mbork.pl/2023-01-30_The_benefits_of_everything_being_a_buffer
Planet Emacslife
Sacha Chua: Using Spookfox to scroll Firefox up and down from Emacs
https://sachachua.com/blog/2023/01/using-spookfox-to-scroll-firefox-up-and-down-from-emacs/
Sacha Chua: Using Spookfox to scroll Firefox up and down from Emacs
https://sachachua.com/blog/2023/01/using-spookfox-to-scroll-firefox-up-and-down-from-emacs/
Planet Emacslife
John D. Cook: Good autocomplete
https://www.johndcook.com/blog/2023/01/30/good-autocomplete/
John D. Cook: Good autocomplete
https://www.johndcook.com/blog/2023/01/30/good-autocomplete/
John D. Cook | Applied Mathematics Consulting
Good autocomplete
What features would make autocomplete helpful rather than annoying
Planet Emacslife
Andrey Listopadov: Region bindings and common lisp modes
https://andreyorst.gitlab.io/posts/2023-01-30-region-bindings-and-common-lisp-modes/
Andrey Listopadov: Region bindings and common lisp modes
https://andreyorst.gitlab.io/posts/2023-01-30-region-bindings-and-common-lisp-modes/
andreyorst.gitlab.io
Region bindings and common lisp modes
I’ve published two new packages for Emacs: - region-bindings.el and common-lisp-modes.el. Both are quite small and were a part of my configuration for a long time, but after small refactoring of my init.el I’ve decided to extract them.
The first one, region…
The first one, region…
Planet Emacslife
Mickey Petersen: Combobulate: Structured Movement and Editing with Tree-Sitter
https://www.masteringemacs.org/article/combobulate-structured-movement-editing-treesitter?utm_source=newsletter&utm_medium=rss
Mickey Petersen: Combobulate: Structured Movement and Editing with Tree-Sitter
https://www.masteringemacs.org/article/combobulate-structured-movement-editing-treesitter?utm_source=newsletter&utm_medium=rss
Mastering Emacs
Combobulate: Structured Movement and Editing with Tree-Sitter
Combobulate is a package that adds advanced structured editing and movement to many programming modes in Emacs. Here's how it works, and how it can enrich your editing experience in Emacs.
Planet Emacslife
Jeremy Friesen: Building on My Project Notes and Dispatch Emacs “Package”
https://takeonrules.com/2023/01/31/building-on-my-project-notes-and-dispatch-emacs-package/
Jeremy Friesen: Building on My Project Notes and Dispatch Emacs “Package”
https://takeonrules.com/2023/01/31/building-on-my-project-notes-and-dispatch-emacs-package/
Take on Rules
Building on My Project Notes and Dispatch Emacs “Package”
In Project Dispatch Menu with Org Mode Metadata, Denote, and Transient I wrote about using my Denote 📖 notes, written in Org-Mode 📖, to house metadata related to my project.
The tools been working quite well. I now have a means of grouping like paths, either…
The tools been working quite well. I now have a means of grouping like paths, either…
Planet Emacslife
Grant Rettke: Choosing Between Code and Verbatim Markup In Org Mode
https://www.wisdomandwonder.com/emacs/13918/choosing-between-code-and-verbatim-markup-in-org-mode
Grant Rettke: Choosing Between Code and Verbatim Markup In Org Mode
https://www.wisdomandwonder.com/emacs/13918/choosing-between-code-and-verbatim-markup-in-org-mode
Wisdom And Wonder
Choosing Between Code and Verbatim Markup In Org Mode
Its helped me to standardize my approach to marking up techie language. Keeping it simple the content is either programming stuff or everything else tech related. Sufficiently vauge you see: I writ…
Planet Emacslife
Andrey Listopadov: Ad-hoc async in emacs-lisp via generators
https://andreyorst.gitlab.io/posts/2023-02-01-ad-hoc-async-in-emacs-lisp-via-generators/
Andrey Listopadov: Ad-hoc async in emacs-lisp via generators
https://andreyorst.gitlab.io/posts/2023-02-01-ad-hoc-async-in-emacs-lisp-via-generators/
andreyorst.gitlab.io
Ad-hoc async in emacs-lisp via generators
TIL that Emacs Lisp has had generators since 2016, and generators are a cool feature in any language in my opinion! In short, Emacs has the generator.el package as it’s part since version 25.1. The generators are implemented via transforming code and act…
Planet Emacslife
Sacha Chua: Using Org Babel to learn Rubik's cube algorithms
https://sachachua.com/blog/2023/02/using-org-babel-to-learn-rubik-s-cube-algorithms/
Sacha Chua: Using Org Babel to learn Rubik's cube algorithms
https://sachachua.com/blog/2023/02/using-org-babel-to-learn-rubik-s-cube-algorithms/
Planet Emacslife
Nicolas Martyanoff: Decluttering Dired for peace of mind
https://www.n16f.net/blog/decluttering-dired-for-peace-of-mind/
Nicolas Martyanoff: Decluttering Dired for peace of mind
https://www.n16f.net/blog/decluttering-dired-for-peace-of-mind/
Brain dump
Decluttering Dired for peace of mind
Dired is an Emacs mode providing an interactive interface to navigate and manipulate files. It took me a while to start using it, but it is so efficient that I now spend more time in it than in my…
Planet Emacslife
James Dyer: How to Display Google Calendar
https://emacs.dyerdwelling.family/emacs/20230204115142-emacs--displaying-a-calendar/
James Dyer: How to Display Google Calendar
https://emacs.dyerdwelling.family/emacs/20230204115142-emacs--displaying-a-calendar/
Planet Emacslife
Magnus: A take on logging
https://magnus.therning.org/2023-02-04-a-take-on-logging.html
Magnus: A take on logging
https://magnus.therning.org/2023-02-04-a-take-on-logging.html
magnus.therning.org
A take on logging
A take on how to log
Planet Emacslife
Karthik Chikmagalur: A Consistent Structural Editing Interface
https://karthinks.com/software/a-consistent-structural-editing-interface/
Karthik Chikmagalur: A Consistent Structural Editing Interface
https://karthinks.com/software/a-consistent-structural-editing-interface/
Karthinks
A Consistent Structural Editing Interface
Emacs 29 is getting native Tree-Sitter support, and the buzz is hard to miss.
Tree-Sitter maintains and provides a concrete parse tree of the buffer that you can query, but that’s as far as it goes. Acting on this information to provide context-aware navigation…
Tree-Sitter maintains and provides a concrete parse tree of the buffer that you can query, but that’s as far as it goes. Acting on this information to provide context-aware navigation…