mentioning it here in the hope that it is is useful to others as well...
My Emacs Lisp book is finished
21–30 of 64 posts
Re: My Emacs Lisp book is finished
#22Re: My Emacs Lisp book is finished
#23Earlier quoted context omitted.
I would bet it was written in orgmode.
Intro of the book confirms: “It is written in Org-mode, first made by Carsten Dominik and then developed by many other people. Diego Zamboni wrote the Org exporter to convert Org-mode syntax to Markua, expected by Leanpub.”
Re: My Emacs Lisp book is finished
#24Elisp is a really poor language compared to almost anything else, more work should be done to allow Emacs to be configured in other languages.
Re: My Emacs Lisp book is finished
#25as author calls it "intermediate-level book", what would be a more suitable resource for an elisp beginner?
https://www.gnu.org/software/emacs/manual/html_node/eintr/in...
Re: My Emacs Lisp book is finished
#26as author calls it "intermediate-level book", what would be a more suitable resource for an elisp beginner?
Re: My Emacs Lisp book is finished
#27Elisp is a really poor language compared to almost anything else, more work should be done to allow Emacs to be configured in other languages.
Maybe if you would elaborate on why you think that, you would not be down voted so much. Having said that, if you don't like it maybe you should find an editor that suits you more?
Re: My Emacs Lisp book is finished
#28I 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 fo…
> I have been using Emacs for quite a while, but never mastered elisp You are not alone in that boat :-)
Re: My Emacs Lisp book is finished
#29i have used "Writing GNU Emacs Extensions" available here: https://www.oreilly.com/library/view/writing-gnu-emacs/97814... from a long time past for elisp programming. mentioning it here in the hope that it is is useful to others as well...
Re: My Emacs Lisp book is finished
#30i have used "Writing GNU Emacs Extensions" available here: https://www.oreilly.com/library/view/writing-gnu-emacs/97814... from a long time past for elisp programming. mentioning it here in the hope that it is is useful to others as well...
Since that book is over 20 years old, is it still relevant and useful?