Planet Emacslife
Meta Redux: Weird Ruby: A Weird Way to Filter Out Elements
https://metaredux.com/posts/2024/01/16/weird-ruby-a-weird-way-to-filter-out-elements.html
Meta Redux: Weird Ruby: A Weird Way to Filter Out Elements
https://metaredux.com/posts/2024/01/16/weird-ruby-a-weird-way-to-filter-out-elements.html
Meta Redux
Weird Ruby: A Weird Way to Filter Out Elements
Imagine you want to filter out the nil elements in an array. There are many ways to do this in Ruby: # common, but suboptimal array.reject(&:nil?) array.delete_if(&:nil?) array.select { |e| !e.nil? } # optimal array.compact But there’s a slightly weirder…
Planet Emacslife
Protesilaos Stavrou: Emacs: customize fonts (generic method and ‘fontaine’ package)
https://protesilaos.com/codelog/2024-01-16-customize-emacs-fonts/
Protesilaos Stavrou: Emacs: customize fonts (generic method and ‘fontaine’ package)
https://protesilaos.com/codelog/2024-01-16-customize-emacs-fonts/
Protesilaos Stavrou
Emacs: customize fonts (generic method and ‘fontaine’ package)
Video demonstration on how to configure fonts in Emacs using a generic method as well as my ‘fontaine’ package.
Planet Emacslife
Sacha Chua: Org Mode custom link: copy to clipboard
https://sachachua.com/blog/2024/01/org-mode-custom-link-copy-to-clipboard/
Sacha Chua: Org Mode custom link: copy to clipboard
https://sachachua.com/blog/2024/01/org-mode-custom-link-copy-to-clipboard/
Planet Emacslife
Susam Pal: Elisp in Replacement String
https://susam.net/maze/elisp-in-replacement-string.html
Susam Pal: Elisp in Replacement String
https://susam.net/maze/elisp-in-replacement-string.html
Planet Emacslife
Mike Zamansky: Learning Elisp 16 - using a web API
https://cestlaz.github.io/post/learning-elisp-16/
Mike Zamansky: Learning Elisp 16 - using a web API
https://cestlaz.github.io/post/learning-elisp-16/
cestlaz.github.io
Learning Elisp 16 - using a web API
Sorry for the long break. Once December started, I spent the first few weeks spending my coding time on Advent of Code, then just got sidetracked but now it's time to get going again.
This is the last elisp topic I specifically wanted to cover so this and…
This is the last elisp topic I specifically wanted to cover so this and…
Planet Emacslife
Charles Choi: Enhancing Dired Sorting With Transient
http://yummymelon.com/devnull/enhancing-dired-sorting-with-transient.html
Charles Choi: Enhancing Dired Sorting With Transient
http://yummymelon.com/devnull/enhancing-dired-sorting-with-transient.html
Yummymelon
Enhancing Dired Sorting With Transient
Out of the box, sorting a Dired buffer is rather underwhelming. In this post I describe how to improve that. But before we get into details, let’s see what the end-result looks like. For the...
Planet Emacslife
William Denton: Basic citations in Org (Part 4)
https://www.miskatonic.org/2024/01/17/org-citations-basic-4/
William Denton: Basic citations in Org (Part 4)
https://www.miskatonic.org/2024/01/17/org-citations-basic-4/
Miskatonic University Press
Basic citations in Org (Part 4) | William Denton
Planet Emacslife
Sacha Chua: Emacs tweaks: Choosing what to hack on
https://sachachua.com/blog/2024/01/choosing-what-to-hack-on/
Sacha Chua: Emacs tweaks: Choosing what to hack on
https://sachachua.com/blog/2024/01/choosing-what-to-hack-on/
Planet Emacslife
Erik L. Arneson: Many Posts of Interest for January 2024
https://arnesonium.com/2024/01/18-many-posts-of-interest.html
Erik L. Arneson: Many Posts of Interest for January 2024
https://arnesonium.com/2024/01/18-many-posts-of-interest.html
Erik L. Arneson — Writer and Software Developer
Many Posts of Interest for January 2024
Once again, I have collected far too many links over far too long a period of time. Anyhow, here is a collection of blog posts and links from around the web that I found to be good reading over the past couple of months. Is it too late in January to say Happy…
Planet Emacslife
Mario Jason Braganza: Updated to Emacs 29.2
https://janusworx.com/blog/updated-to-emacs-29.2/
Mario Jason Braganza: Updated to Emacs 29.2
https://janusworx.com/blog/updated-to-emacs-29.2/
Janusworx
Updated to Emacs 29.2
Updated to Emacs 29.2, just now. Took me and my four core workhorse about fifteen minutes tops, from start to finish.
Emacs 29.0 was the first version I compiled from source, because I wanted the latest release as soon as it was out and I no longer had the…
Emacs 29.0 was the first version I compiled from source, because I wanted the latest release as soon as it was out and I no longer had the…
Planet Emacslife
Sacha Chua: Running the current Org Mode Babel Javascript block from Emacs using Spookfox
https://sachachua.com/blog/2024/01/running-the-current-org-mode-babel-javascript-block-in-spookfox/
Sacha Chua: Running the current Org Mode Babel Javascript block from Emacs using Spookfox
https://sachachua.com/blog/2024/01/running-the-current-org-mode-babel-javascript-block-in-spookfox/
Planet Emacslife
Mario Jason Braganza: I Found Rainbows in Emacs!
https://janusworx.com/blog/i-found-rainbows-in-emacs/
Mario Jason Braganza: I Found Rainbows in Emacs!
https://janusworx.com/blog/i-found-rainbows-in-emacs/
Janusworx
I Found Rainbows in Emacs!
I must admit to stealing … quite a lot … from a bot at that!
Zoetrope’s, “random color contrasts” gets colours from Adam Morse and John Otander’s Randoma11ly and posts them a few times a day.
I’ve been writing down the ones I love and find interesting, in…
Zoetrope’s, “random color contrasts” gets colours from Adam Morse and John Otander’s Randoma11ly and posts them a few times a day.
I’ve been writing down the ones I love and find interesting, in…
Planet Emacslife
Corwin Brust: Emacs 29.2 Windows Binaries
http://corwin.bru.st/2024-01-19-emacs-29.2-windows-binaries/
Corwin Brust: Emacs 29.2 Windows Binaries
http://corwin.bru.st/2024-01-19-emacs-29.2-windows-binaries/
corwin.bru.st
Emacs 29.2 Windows Binaries
A blog about expermenting with Emacs
Planet Emacslife
James Dyer: Emacs asynchronous copying using dired-async-mode
https://emacs.dyerdwelling.family/emacs/20240120084016-emacs--dired-async-mode/
James Dyer: Emacs asynchronous copying using dired-async-mode
https://emacs.dyerdwelling.family/emacs/20240120084016-emacs--dired-async-mode/