Live data from Hacker News

My Emacs Lisp book is finished

mbork.pl

1–10 of 64 posts

Re: My Emacs Lisp book is finished

#3
I think this book would be perfect for me - I have been using Emacs for quite a while, but never mastered elisp: I could never figure out how to structure things properly.

Looking at the book landing page, I think I would have passed on it because the Table of Contents make it look a bit like the book is just covering specific tasks (about rearranging sentences) rather than general tasks, like using best practices for creating packages.

It would be good to include the paragraph from your blog in the book landing page:

    In the first chapter, it tells you basically how to find Elisp functions doing things you need.
    In the second, longest chapter, it walks you through writing a complete, useful package, showcasing lots of Elisp features and good practices.
    In the third, last chapter, it hints at a few more advanced techniques – functional programming, lexical scoping and regular expressions.
This made me a lot more excited about the contents!

Re: My Emacs Lisp book is finished

#4
This is very exciting and I will definitely be looking into this when I have a little more time! I’ve tried writing my own Emacs packages before, and I have never felt like I knew what I was doing. A guided tutorial like this is filling an important hole in the Emacs documentation I feel.

Also, I love the Brandon Sanderson quote. Absolutely excellent epic fantasy.

Re: My Emacs Lisp book is finished

#5
I've been happily reading the updates as they were released. Fell behind on the last one, actually. Very fun book that I think shines for showing some fun of using emacs. Highly recommended!

Re: My Emacs Lisp book is finished

#10

Great to see resources being created for Emacs. How does this compare to https://www.gnu.org/software/emacs/manual/html_node/elisp/in... ? That's a great manual and available in Info format (popular amongst Emacs users).

Ah it sits between the intro ( https://www.gnu.org/software/emacs/manual/html_mono/eintr.ht... ) and the reference manual.
Post reply on HN