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
Planet Emacslife
Listful Andrew: Democratize: See in Helpful all usage examples of libraries (Emacs package)
https://flandrew.srht.site/listful/sw-emacs-democratize.html
Listful Andrew: Democratize: See in Helpful all usage examples of libraries (Emacs package)
https://flandrew.srht.site/listful/sw-emacs-democratize.html
flandrew.srht.site
Democratize: See in Helpful all usage examples of libraries (Emacs package) — Listful Andrew
Planet Emacslife
Protesilaos Stavrou: Emacs: substitute version 0.2.0
https://protesilaos.com/codelog/2023-07-01-emacs-substitute-0-2-0/
Protesilaos Stavrou: Emacs: substitute version 0.2.0
https://protesilaos.com/codelog/2023-07-01-emacs-substitute-0-2-0/
Protesilaos Stavrou
Emacs: substitute version 0.2.0
Information about my ‘substitute’ package for GNU Emacs.
Planet Emacslife
Emacs Notes: Migrating to `use-package’—TIP 1: Do NOT use a naive `macroexpand’ to grok a `use-package’ declaration; use this wrapper instead
https://emacsnotes.wordpress.com/2023/07/02/migrating-to-use-package-tip-1-do-not-use-a-naive-macroexpand-to-grok-a-use-package-declaration-use-this-wrapper-instead/
Emacs Notes: Migrating to `use-package’—TIP 1: Do NOT use a naive `macroexpand’ to grok a `use-package’ declaration; use this wrapper instead
https://emacsnotes.wordpress.com/2023/07/02/migrating-to-use-package-tip-1-do-not-use-a-naive-macroexpand-to-grok-a-use-package-declaration-use-this-wrapper-instead/
Emacs Notes
Migrating to `use-package’—TIP 1: Do NOT use a naive `macroexpand’ to grok a `use-package’ declaration; use this wrapper instead
Foreword The library use-package is very popular and its use is ubuiquitous. I would come across as very silly if I were to “introduce” use-package to the Emacs audience. So, I will ski…