Hacker News new | ask | show | jobs
by ecaradec 5546 days ago
I tried to use Emacs lisp, several, times, which in my head is almost the same thing as using emacs, but was never able to warp my head around the weird functions naming. Writing the simplest macro seems to require tens of lines of code.

I'm an happy vimmer, but the excitement about emacs makes me jealous. All my tries to use it makes me feel like it's either an endless unintuitive shortcut list OR an editor with very little text control (which I know it isn't ) AND I fail at customizing it

Any suggestion ?

1 comments

I tried to use Emacs lisp, several times, but was never able to warp my head around the weird functions naming.

Any suggestion?

Ignore the "weird function naming" until you get used to it. Read the docs to pick up advice on how to do things the Emacs way, so the simplest macros aren't "tens of lines of code". And finally, read the Emacs souce code to see how Emacs does it. Remember, Emacs is written in Emacs Lisp, too!