A new blog dedicated to Emacs
emacsredux.com
A new blog dedicated to Emacs
1–10 of 64 posts
Re: A new blog dedicated to Emacs
#2Thanks! This is exactly what I was looking for! Short useful snippets which demonstrate extending Emacs with Emacs Lisp.
Re: A new blog dedicated to Emacs
#3Already learned a few new things, added to my reader. Thank you!
Re: A new blog dedicated to Emacs
#4Emacs Rocks is pretty sweet too: http://emacsrocks.com/
Re: A new blog dedicated to Emacs
#5Emacs Rocks is pretty sweet too: http://emacsrocks.com/
Re: A new blog dedicated to Emacs
#6This is how Emacs is different from other editors. Like the blog posts show - you start with a need and try to find how the existing Emacs LISP code is written. Next, you try to customize it to your need. Finally, you assign it to a keyboard shortcut.
You adapt Emacs to your workflow, just like you adapt Lisp to your problem domain.
Re: A new blog dedicated to Emacs
#7[deleted]
Re: A new blog dedicated to Emacs
#8Regarding the second entry, 'electric pair', I don't get it: Emacs has the amazing paredit. Working with paredit feels like semi-structural editing.
I'm always amazed by people complaining that getting parentheses matched is "hard" or some other non-sense: when using paredit not only is it trivial to get right, but it also does feel like being in some distant future where text editor will allow real structural editing.
Re: A new blog dedicated to Emacs
#9Quite helpful posts. Try to keep track of them using a RSS reader[1]
Re: A new blog dedicated to Emacs
#10[deleted]