Earlier quoted context omitted.
I was proposing to make default where those files are not created, since Emacs is actually surprisingly great out of the box with no configuration, except for this "little" thing. Apparrently, some people believe it's perfect as it is
It should default to a single location maybe a XDG directory instead of polluting every directory
Two Years of Emacs Solo
111–120 of 147 posts
Re: Two Years of Emacs Solo
#112Great stuff. Funny how that whole Ai thing is Ai generated: No gptel, no ellama, just url-retrieve and some JSON parsing. The no x no y just z is the new em dashes. And that will probably be true for about a week.
Re: Two Years of Emacs Solo
#113If I was going to reimplement Emacs it wouldn't be with Lisp. Is there some reason Lisp is superior to any other general-purpose programming language for text editing? I'm skeptical because to my knowledge, Emacs is the only major text editor written in Lisp.
Re: Two Years of Emacs Solo
#114If I was going to reimplement Emacs it wouldn't be with Lisp. Is there some reason Lisp is superior to any other general-purpose programming language for text editing? I'm skeptical because to my knowledge, Emacs is the only major text editor written in Lisp.
>Is there some reason Lisp is superior to any other general-purpose programming language for text editing? purely for text editing? No. But that's not what distinguishes Emacs, it's famously very mediocre at it. The point of Emacs is to be a fully transparent, inspectable, dynamic and changeable environment. In spirit similar to Smalltalk systems like Pharo. And for that a Lisp is not the only choice but a very good…
Re: Two Years of Emacs Solo
#115> Disabling C-z (suspend) because accidentally suspending Emacs in a terminal is never fun This reminds me of a story from a past job. I have to get it out of my system. There was this bearded sysadmin guy who was very proud of his "15 years of experience", and was quick to scold us new employees for every little thing he could. He used vim, and every now and then would say that it's a good editor, but kinda "unstabl…
Re: Two Years of Emacs Solo
#116If I was going to reimplement Emacs it wouldn't be with Lisp. Is there some reason Lisp is superior to any other general-purpose programming language for text editing? I'm skeptical because to my knowledge, Emacs is the only major text editor written in Lisp.
This article isn't about reimplementing emacs. BTW emacs is written in C.
Re: Two Years of Emacs Solo
#117This article shows how Emacs remains a beautiful, relevant project several decades after it was first created. The core design and implementation’s ability to evolve into something still useful today and competitive with modern tools is an amazing achievement. Also, with LLMs driving so much of current development it potentially makes Emacs even more competitive relative to modern IDEs. Development can be driven prim…
Emacs would be a pretty badass "OS" for LLM agents to use... has anyone explored and written something up on that yet? Perhaps emacs commands would give agents even more power than just shell commands ?
Re: Two Years of Emacs Solo
#118> — Sensible file handling: backups and auto-saves in a cache/ directory, recentf for recent files, clean buffer naming with uniquify It's crazy to me how out of the box when you edit nginx file at /etc/nginx/sites-enabled/foo it creates another file foo~ there and nginx tries to load that too When I tried to ask emacs reddit community they started attacking me for changing the default that only I need and fits every…
But it's easy to disable or have them created somewhere else, which is more than you can say for most software lately.
Re: Two Years of Emacs Solo
#119Earlier quoted context omitted.
It should default to a single location maybe a XDG directory instead of polluting every directory
What happens when you edit multiple files from different folders with the same name?
Re: Two Years of Emacs Solo
#120This article shows how Emacs remains a beautiful, relevant project several decades after it was first created. The core design and implementation’s ability to evolve into something still useful today and competitive with modern tools is an amazing achievement. Also, with LLMs driving so much of current development it potentially makes Emacs even more competitive relative to modern IDEs. Development can be driven prim…
Emacs would be a pretty badass "OS" for LLM agents to use... has anyone explored and written something up on that yet? Perhaps emacs commands would give agents even more power than just shell commands ?
Claude has been really good at writing and debugging the code for me.