Planet Emacslife
Protesilaos Stavrou: Emacs: public test for my ‘dired-preview’ package
https://protesilaos.com/codelog/2023-06-25-emacs-dired-preview-public-test/
Protesilaos Stavrou: Emacs: public test for my ‘dired-preview’ package
https://protesilaos.com/codelog/2023-06-25-emacs-dired-preview-public-test/
Protesilaos Stavrou
Emacs: public test for my ‘dired-preview’ package
The ‘dired-preview’ package automatically displays the file at point in Emacs Dired buffers. This is the public testing phase.
Planet Emacslife
Protesilaos Stavrou: Emacs: file and Dired basics
https://protesilaos.com/codelog/2023-06-26-emacs-file-dired-basics/
Protesilaos Stavrou: Emacs: file and Dired basics
https://protesilaos.com/codelog/2023-06-26-emacs-file-dired-basics/
Protesilaos Stavrou
Emacs: file and Dired basics
Video demonstration of Emacs’ powerful tools for finding files, managing directory contents, and editing everything efficiently.
Planet Emacslife
Mike Zamansky: Using Emacs 81 Elfeed Webkit
https://cestlaz.github.io/post/using-emacs-81-elfeed-webkit/
Mike Zamansky: Using Emacs 81 Elfeed Webkit
https://cestlaz.github.io/post/using-emacs-81-elfeed-webkit/
cestlaz.github.io
Using Emacs 81 Elfeed Webkit
Before I get to my elisp series, I thought I'd do a short video on elfeed-webkit. This was suggested to me by jcs. Even though I think elfed-webkit is great - a mini-gamechanger for me, I thought that there wasn't enough for a video. Then I realized that…
Planet Emacslife
Sacha Chua: 2023-06-26 Emacs news
https://sachachua.com/blog/2023/06/2023-06-26-emacs-news/
Sacha Chua: 2023-06-26 Emacs news
https://sachachua.com/blog/2023/06/2023-06-26-emacs-news/
Planet Emacslife
Protesilaos Stavrou: Emacs: mark and register basics
https://protesilaos.com/codelog/2023-06-28-emacs-mark-register-basics/
Protesilaos Stavrou: Emacs: mark and register basics
https://protesilaos.com/codelog/2023-06-28-emacs-mark-register-basics/
Protesilaos Stavrou
Emacs: mark and register basics
Video demonstration of Emacs tools to edit regions, store data persistently and access it again, as well as jump to files/locations.
Planet Emacslife
Jiacai Liu: Embed git commit in Zig programs
https://en.liujiacai.net/2023/06/29/embed-git-commit-in-zig/
Jiacai Liu: Embed git commit in Zig programs
https://en.liujiacai.net/2023/06/29/embed-git-commit-in-zig/
en.liujiacai.net
Embed git commit in Zig programs
Whether you are writing a fancy database, or simple CLI program, it's always helpful to embed git commit into the binary.
With it, you can know which exact lines of code is to be blamed when users throw you an unhappy backtrace.
Previously I have done similar…
With it, you can know which exact lines of code is to be blamed when users throw you an unhappy backtrace.
Previously I have done similar…
Planet Emacslife
Alvaro Ramirez: Stitching images from the comfort of dired
http://xenodium.com/joining-images-from-the-comfort-of-dired
Alvaro Ramirez: Stitching images from the comfort of dired
http://xenodium.com/joining-images-from-the-comfort-of-dired
Xenodium
Stitching images from the comfort of dired
I recently wanted a few images stitched together. A perfect job for ImageMagick. A quick search yielded the magical incantation:
Great, now I know,...
Great, now I know,...
🔥2
Planet Emacslife
Charles Choi: Mousing with Magit
http://yummymelon.com/devnull/mousing-with-magit.html
Charles Choi: Mousing with Magit
http://yummymelon.com/devnull/mousing-with-magit.html
Yummymelon
Mousing with Magit
One of the more pleasant surprises I have found with Magit is that it can be driven by a mouse, particularly when context-menu-mode in Emacs 28+ is turned on. Some Magit tasks that I’ve found...
Planet Emacslife
Listful Andrew: So you want to destructure some hash tables, huh?
https://flandrew.srht.site/listful/so-you-want-to-destructure-some-hash-tables-huh.html
Listful Andrew: So you want to destructure some hash tables, huh?
https://flandrew.srht.site/listful/so-you-want-to-destructure-some-hash-tables-huh.html
flandrew.srht.site
So you want to destructure some hash tables, huh? — Listful Andrew
Planet Emacslife
Listful Andrew: Dot-bind any key–value thing in Emacs Lisp
https://flandrew.srht.site/listful/dot-bind-any-key-value-thing-in-emacs-lisp.html
Listful Andrew: Dot-bind any key–value thing in Emacs Lisp
https://flandrew.srht.site/listful/dot-bind-any-key-value-thing-in-emacs-lisp.html
flandrew.srht.site
Dot-bind any key–value thing in Emacs Lisp — Listful Andrew
Planet Emacslife
Protesilaos Stavrou: Emacs: ef-themes version 1.2.0
https://protesilaos.com/codelog/2023-06-30-ef-themes-1-2-0/
Protesilaos Stavrou: Emacs: ef-themes version 1.2.0
https://protesilaos.com/codelog/2023-06-30-ef-themes-1-2-0/
Protesilaos Stavrou
Emacs: ef-themes version 1.2.0
Information about the latest version of my colourful-yet-legible themes for GNU Emacs.
Planet Emacslife
Protesilaos Stavrou: Emacs: notmuch-indicator version 1.0.0
https://protesilaos.com/codelog/2023-06-30-notmuch-indicator-1-0-0/
Protesilaos Stavrou: Emacs: notmuch-indicator version 1.0.0
https://protesilaos.com/codelog/2023-06-30-notmuch-indicator-1-0-0/
Protesilaos Stavrou
Emacs: notmuch-indicator version 1.0.0
Information about my notmuch email counter for the mode line of GNU Emacs.
Planet Emacslife
Unwound Stack: cherrypy-continued
https://www.unwoundstack.com/blog/cherrypy-continued.html
Unwound Stack: cherrypy-continued
https://www.unwoundstack.com/blog/cherrypy-continued.html
Unwoundstack
There's no substitute for just reading the code
Another CherryPy issue
Planet Emacslife
Unwound Stack: cherrypy-is-very-broken
https://www.unwoundstack.com/blog/cherrypy-is-very-broken.html
Unwound Stack: cherrypy-is-very-broken
https://www.unwoundstack.com/blog/cherrypy-is-very-broken.html
Unwoundstack
Why I grep my code for TODO before committing
Learning far more than I wanted about the CherryPy framework