Planet Emacslife
Alvaro Ramirez: chatgpt-shell v0.60.1 updates
http://xenodium.com/chatgpt-shell-v0601-updates
Alvaro Ramirez: chatgpt-shell v0.60.1 updates
http://xenodium.com/chatgpt-shell-v0601-updates
Xenodium
chatgpt-shell v0.60.1 updates
Back in April, I shared chatgpt-shell updates, showcasing chatgpt-shell features. It's been a little while, so here's an update with the latest additi...
👏1
Planet Emacslife
Will Schenk: Updating date in org file
https://willschenk.com/labnotes/2023/updating_date_in_org_file/
Will Schenk: Updating date in org file
https://willschenk.com/labnotes/2023/updating_date_in_org_file/
Planet Emacslife
James Dyer: Porting Dolphin Context Sensitive Scripts To Thunar
https://www.emacs.dyerdwelling.family/emacs/20230709144332-emacs--porting-dolphin-scripts-to-thunar/
James Dyer: Porting Dolphin Context Sensitive Scripts To Thunar
https://www.emacs.dyerdwelling.family/emacs/20230709144332-emacs--porting-dolphin-scripts-to-thunar/
www.emacs.dyerdwelling.family
- Porting Dolphin Context Sensitive Scripts To Thunar
Planet Emacslife
Andrey Listopadov: Emacs GUI library
https://andreyor.st/posts/2023-07-11-emacs-gui-library/
Andrey Listopadov: Emacs GUI library
https://andreyor.st/posts/2023-07-11-emacs-gui-library/
andreyor.st
Emacs GUI library
Lately, my Magit buffer broke once again because of something weird going on with major mode, and I couldn’t stash or commit hunks unless the point was at the beginning of the line. That once again reminded me that Emacs UI is not really a UI, all of it is…
Planet Emacslife
Sacha Chua: 2023-07-10 Emacs news
https://sachachua.com/blog/2023/07/2023-07-10-emacs-news/
Sacha Chua: 2023-07-10 Emacs news
https://sachachua.com/blog/2023/07/2023-07-10-emacs-news/
Planet Emacslife
Charles Choi: Using Ediff in 2023
http://yummymelon.com/devnull/using-ediff-in-2023.html
Charles Choi: Using Ediff in 2023
http://yummymelon.com/devnull/using-ediff-in-2023.html
Yummymelon
Using Ediff in 2023
I confess, it took me a long time to really be comfortable working with diffs, especially when rendered on top of each other. Back in the late 90's TkDiff changed that for me because it would...
Planet Emacslife
Alvaro Ramirez: ChatGPT visits the Emacs doctor
http://xenodium.com/chatgpt-visits-the-emacs-doctor
Alvaro Ramirez: ChatGPT visits the Emacs doctor
http://xenodium.com/chatgpt-visits-the-emacs-doctor
Xenodium
ChatGPT visits the Emacs doctor
👍1
Planet Emacslife
Mike Zamansky: Learning Elisp 2 - variables
https://cestlaz.github.io/post/learning-elisp-2/
Mike Zamansky: Learning Elisp 2 - variables
https://cestlaz.github.io/post/learning-elisp-2/
cestlaz.github.io
Learning Elisp 2 - variables
I was planning on writing this yesterday but caught up in watching "Paths of Glory."
The plan was to have each topic revolve around a "real" project but I realized that first we have to cover some basics. Specifically, variables and functions. I was going…
The plan was to have each topic revolve around a "real" project but I realized that first we have to cover some basics. Specifically, variables and functions. I was going…
System Crafters
Crafter Q&A: Emacs, Guix, and more! - System Crafters Live
https://www.youtube.com/watch?v=SxoxLFavv1w
Crafter Q&A: Emacs, Guix, and more! - System Crafters Live
https://www.youtube.com/watch?v=SxoxLFavv1w
YouTube
Crafter Q&A: Emacs, Guix, and more! - System Crafters Live
In this stream, I'm opening the floor for all of you to ask any burning questions you have about Emacs, Emacs Lisp, Guix, Guile Scheme, or any other topic relevant to our community!
Come ask your questions and hopefully get answers!
#gnu #emacs #guix #guile…
Come ask your questions and hopefully get answers!
#gnu #emacs #guix #guile…
Planet Emacslife
James Cash: Tailwind "Versus" CSS
https://occasionallycogent.com/tailwind_and_css/index.html
James Cash: Tailwind "Versus" CSS
https://occasionallycogent.com/tailwind_and_css/index.html
Occasionallycogent
Tailwind "Versus" CSS
Planet Emacslife
Alex Bennée: dired-rsync 0.7 released
https://www.bennee.com/~alex/blog/2023/07/14/dired-rsync-07-released/
Alex Bennée: dired-rsync 0.7 released
https://www.bennee.com/~alex/blog/2023/07/14/dired-rsync-07-released/
Alex's Adventures on the Infobahn
dired-rsync 0.7 released
There haven't been many changes in the last few years but Liu Hui did submit a new package that allows you to use dired-rsync with a transient interface. Aside from that there have been a few minor bug fixes for a few issues and I spent some time cleaning…
Planet Emacslife
Mike Zamansky: Learning Elisp 3 - functions
https://cestlaz.github.io/post/learning-elisp-3/
Mike Zamansky: Learning Elisp 3 - functions
https://cestlaz.github.io/post/learning-elisp-3/
cestlaz.github.io
Learning Elisp 3 - functions
Here's another short video - this one on declaring functions in elisp.
Not much to say about it. It's similar to other languages.
In Python or C++ you might have:
# Python def add2(a, b): return a+b // C++ int add2(int a, int b){ return a+b; } Elisp is similar:…
Not much to say about it. It's similar to other languages.
In Python or C++ you might have:
# Python def add2(a, b): return a+b // C++ int add2(int a, int b){ return a+b; } Elisp is similar:…
Planet Emacslife
T. V. Raman: Ergonomic Buffer Selection On The Emacs Audio Desktop
https://emacspeak.blogspot.com/2023/07/ergonomic-buffer-selection-on-emacs.html
T. V. Raman: Ergonomic Buffer Selection On The Emacs Audio Desktop
https://emacspeak.blogspot.com/2023/07/ergonomic-buffer-selection-on-emacs.html
Blogspot
Ergonomic Buffer Selection On The Emacs Audio Desktop
An Ergonomic Buffer Select With Minimal Chording 1. Background Buffers are central to Emacs as is evinced by the various buffer-selec...
Planet Emacslife
Marcin Borkowski: Drawing ASCII art charts in Emacs buffers
https://mbork.pl/2023-07-15_Drawing_ASCII_art_charts_in_Emacs_buffers
Marcin Borkowski: Drawing ASCII art charts in Emacs buffers
https://mbork.pl/2023-07-15_Drawing_ASCII_art_charts_in_Emacs_buffers