Finding the shape of my thoughts. ~ Sacha Chua. https://sachachua.com/blog/2025/07/finding-the-shape-of-my-thoughts/ #Emacs #Org
Finding the shape of my thoughts. ~ Sacha Chua. https://sachachua.com/blog/2025/07/finding-the-shape-of-my-thoughts/ #Emacs #Org
My Emacs writing experience. ~ Sacha Chua. https://sachachua.com/blog/2025/07/my-emacs-writing-experience #Emacs #Org
This month marks my 20th anniversary of using emacs. I started using it at a summer science program because the tutors recommended it to write our papers. I persisted because a good friend told me earnestly that "emacs is the best text editor in the world", even though I didn't know what "text editor" meant back then.
I don't know if that statement is true, but I've never felt the need to switch. Because... well, every time there is something I want my text editor to do, there has been a way to do it in emacs, and so much more besides.
To the many people who have contributed generously to the emacs community over the years - thank you! I know that some of you are on Mastodon. In no special order: @sacha @yantar92 @oantolin @daviwil @howard @publicvoit @karthink @kickingvegas
I'm sure I have missed a ton of people so please feel free to mention anyone else you think of.
Twisted's coding standard for our #ReStructuredText files is to use what we have termed "semantic newlines". That is to say: every sentence is on its own line. In principle, I like this. It means smaller, more readable diffs, and less pointless churn. In practice, with my #Emacs fill-paragraph muscle memory, it is a *constant* frustrating exercise where I'm tripping over myself and either constantly re-wrapping and then manually un-wrapping, or forgetting to wrap at all.
New blog post for the Emacs Carnival on writing experience (https://masto.gregnewman.io/@greg/114899165487420555):
@mdhughes @hairylarry @screwlisp
"Copy-paste"? Never heard about this. Is this some jargon name for "kill-yank"?
No sé si esto es el marrón que necesito para este verano.
@mdhughes @hairylarry @screwlisp
Hmm, you need to watch this interview about #Emacs !
@mdhughes @hairylarry @screwlisp
Vim? You mean the EvilMode for #emacs ?
@hairylarry @screwlisp Note:
vi foo.lisp
hjkl move the cursor.
i goes into insert mode.
ESC (the key) leaves insert mode. Go ahead and hit it a couple times so it beeps, that's how you know you're in command mode.
:w to write.
:wq to write & quit.
Can you guess how to quit without writing? :q!
@hairylarry I remember that this happens on some operating systems the first time you use it, because I think you don't have the current public key until the first time you update or something. Hopefully someone reading this has encountered this recently <_> #emacs
Have you learned something exciting about #Emacs or used it for something interesting? Share your knowledge at #EmacsConf 2025! Submit your proposal by Friday, September 19, 2025: https://u.fsf.org/486
#emacs question
PROBLEM: trying to search for text in #orgmode while ignoring invisible formatting characters.
The evil-search-forward function invokes isearch-forward function, but it doesn't matter how many times i toggle that searching for "this and that" never matches "this /and/ that" even though the formatting slashes are currently invisible.
Anyone know what Magic incantation I need to perform?
Would https://wayback.freedesktop.org/ basically enable the usage of #EXWM in a wayland environment? that would be pretty awesome!
#sbcl #commonLisp #slime #emacs #programming .
https://screwlisp.small-web.org/fundamental/sbcl-slime-eval-lisp-and-die/
I think some people do either end up not using slime, or not using sbcl’s ext:save-lisp-and-die to save and resume their universe lisp image core when they are using slime. When you should use both.
This article covers that.
Wrote a blogpost about simple (I mean with a shell and a text editor) #X11 configuration.
Covered topics:
1) #Trackball configuration for left hand. Also remapping of some buttons to have scrolling and middle button (not exists out of the box).
2) Theming: #GTK2 #GTK3 #QT , installing cursor(s), fonts and icons.
3) #Xrandr for multimonitor configuration
4) #Xserver settings for #HighDPI
5) #XDG utils and #Emacs as a system file manager
6) #XDM login window
https://eugene-andrienko.com/en/it/2025/07/24/x11-configuration-simple.html