A new blog dedicated to Emacs
11–20 of 64 posts
Re: A new blog dedicated to Emacs
#12Emacs Rocks is pretty sweet too: http://emacsrocks.com/
and http://www.masteringemacs.org/
Re: A new blog dedicated to Emacs
#13This 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.
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
#14Re: A new blog dedicated to Emacs
#15This 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.
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
#16Earlier quoted context omitted.
and http://www.masteringemacs.org/
and http://emacs-fu.blogspot.ru/
Re: A new blog dedicated to Emacs
#17This 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.
ST2's plugin interface may be nice and sufficient for most "normal" tasks, but there plenty of things you simply cannot do.
Re: A new blog dedicated to Emacs
#18Earlier 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.
ST2's plugin interface and Emacs's interpreter are about a similar as Excel is to R, or an Accord is to an F1 car. ST2's plugin interface may be nice and sufficient for most "normal" tasks, but there plenty of things you simply cannot do.
Re: A new blog dedicated to Emacs
#19This 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.
You didn't always know python.
You learned it.
I own and use Sublime Text 2 -- and I do enjoy it. I also use and enjoy emacs.
Sublime Text 2 is far prettier...