A new blog dedicated to Emacs
21–30 of 64 posts
Re: A new blog dedicated to Emacs
#22Re: A new blog dedicated to Emacs
#23with so many emacs users having their own unique setups, a site dedicated to just emacs setups would be great too
The reason Emacs users have their own unique setups is because they tailor the environment to their specific uses and preferences. That's going to be different for everybody.
Posting the entire configuration would add a lot of code that most people just wouldn't be interested in. It's easier to call out the interesting parts.
Re: A new blog dedicated to Emacs
#24Earlier quoted context omitted.
Seems similar to Sublime Text 2. Except for the part where you're stuck trying to decipher existing Emacs Lisp. With Python I find I can express what I'm trying to do without too much thought.
Regarding sublime's API, can you split windows? Invoke subprocesses, and create REPLs? Genuinely curious, but I think you can do a lot more with Emacs' APIs, and modify core parts of the editor since most of it is written in ELisp and you can easily swap out functions.
Re: A new blog dedicated to Emacs
#25This 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.
Seems similar to Sublime Text 2. Except for the part where you're stuck trying to decipher existing Emacs Lisp. With Python I find I can express what I'm trying to do without too much thought.
Re: A new blog dedicated to Emacs
#26This 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.
Seems similar to Sublime Text 2. Except for the part where you're stuck trying to decipher existing Emacs Lisp. With Python I find I can express what I'm trying to do without too much thought.
Re: A new blog dedicated to Emacs
#27with so many emacs users having their own unique setups, a site dedicated to just emacs setups would be great too
Re: A new blog dedicated to Emacs
#28Emacs Rocks is pretty sweet too: http://emacsrocks.com/
"do I file an issue with the emacs developers hoping it is voted on enough to make into the next version? Hell no! This is emacs. I fix it myself!"
Re: A new blog dedicated to Emacs
#29Earlier quoted context omitted.
and http://emacs-fu.blogspot.ru/
and one more with screencasts: http://killring.org/hack-emacs/
Re: A new blog dedicated to Emacs
#30This 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.
Seems similar to Sublime Text 2. Except for the part where you're stuck trying to decipher existing Emacs Lisp. With Python I find I can express what I'm trying to do without too much thought.
I'll fully admit that the configuration and lisp scripts are confusing in emacs. Its almost too configurable. But they are amazingly powerful. Plus emacs has the indispensable (M-x tetris)...
I've looked at Sublime, its a beautiful editor though. It seems to have some good tricks up its sleave as well