all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Van L <van@scratch.space>
To: Emacs developers <emacs-devel@gnu.org>
Subject: Re: update intro to Emacs Lisp programming (was: Making Emacs Manuals Available as PDF Files)
Date: Thu, 17 May 2018 10:25:19 +1000	[thread overview]
Message-ID: <B69E44F0-C0C9-4093-985E-236C34936621@scratch.space> (raw)
In-Reply-To: <E1fIR83-0005wo-TR@fencepost.gnu.org>


> Richard Stallman writes:
> 
> Thank you very much in advance for updating the Lisp intro.  Please
> keep us posted.

I began to read it in the info pages form and reached page 33 before learning from the previous thread it could be rendered as PDF. The intro is almost 300 pages in full. I had expected 60 pages.

Stopping at page 45 in the PDF (page 61 of 271 in the PDF viewer) and looking back, the word `simple’ was added in 2013 and has not been applied consistently.

#+BEGIN_EXAMPLE
  * Emacs Lisp Intro: (eintr).    A simple introduction to Emacs Lisp 
				    programming.

  f9405d87 (Glenn Morris             2013-12-11   102) * Emacs Lisp Intro: (eintr).    A simple introduction to Emacs Lisp programming.

  8cda6f8f (Glenn Morris             2007-09-06   172) @center @titlefont{An Introduction to}
  8cda6f8f (Glenn Morris             2007-09-06   173) @sp 2
  8cda6f8f (Glenn Morris             2007-09-06   174) @center @titlefont{Programming in Emacs Lisp}

  8cda6f8f (Glenn Morris             2007-09-06   206) @top An Introduction to Programming in Emacs Lisp
#+END_EXAMPLE

For others who may want to follow along, I used (vc-annotate) or `C-x v g’ inside:

  emacs/doc/lispintro/emacs-lisp-intro.texi

to locate details in the example section above.

Details about Emac’s version control interface are in chapter 25 of the emacs.pdf created by `make docs’ or in the info pages for Emacs 26.1 rc-1 in `28 Maintaining Large Programs’.

> I expect that the support for lexical scoping will call for some
> sort of change to the manual -- though I am not certain.

For now, I’ll read it carefully and keep an eye out for errorneous statements. Hopefully others will join and a collective 15-minutes everyday from contributors around the world will improve the manual.




  reply	other threads:[~2018-05-17  0:25 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-10 12:03 Making Emacs Manuals Available as PDF Files Siraphob (Ben) Phipathananunth
2018-05-10 14:14 ` Jean-Christophe Helary
2018-05-11  4:32   ` Van L
2018-05-11  6:44     ` Eli Zaretskii
2018-05-11 21:44       ` Richard Stallman
2018-05-14 10:27         ` update intro to Emacs Lisp programming (was: Making Emacs Manuals Available as PDF Files) Van L
2018-05-15  3:59           ` Richard Stallman
2018-05-17  0:25             ` Van L [this message]
2018-05-17  1:12               ` update intro to Emacs Lisp programming Paul Eggert
2018-05-17 11:38                 ` Jean-Christophe Helary
2018-05-18  2:33                   ` Richard Stallman
2018-05-18 12:16                     ` Jean-Christophe Helary
2018-05-18 13:39                       ` Van L
2018-05-18 15:22                         ` Marcin Borkowski
2018-05-19  0:00                           ` Van L
2018-05-19  0:52                             ` Jean-Christophe Helary
2018-05-20  1:38                               ` Van L
2018-05-20  3:16                           ` Richard Stallman
2018-05-20  3:38                             ` Marcin Borkowski
2018-05-20  6:54                               ` Jean-Christophe Helary
2018-05-20 10:49                                 ` Siraphob (Ben) Phipathananunth
2018-05-20 23:50                                   ` Van L
2018-05-21  4:12                                   ` Richard Stallman
2018-05-21 15:13                                     ` Eli Zaretskii
2018-05-21 15:55                                       ` Siraphob (Ben) Phipathananunth
2018-05-22  2:15                                         ` Richard Stallman
2018-05-22  2:43                                           ` Eli Zaretskii
2018-05-22  2:15                                       ` Richard Stallman
2018-05-21  4:11                                 ` Richard Stallman
2018-05-21  6:30                                   ` Van L
2018-05-22  2:14                                     ` Richard Stallman
2018-05-22 11:20                                   ` Jean-Christophe Helary
2018-05-22 18:07                                     ` Marcin Borkowski
2018-05-22 19:22                                       ` Filipp Gunbin
2018-05-23  3:27                                       ` Richard Stallman
2018-05-23  5:33                                         ` Marcin Borkowski
2018-05-23 14:38                                           ` John Wiegley
2018-05-23 15:06                                             ` Marcin Borkowski
2018-05-25  2:56                                               ` Richard Stallman
2018-05-24  2:49                                           ` Richard Stallman
2018-05-24  4:24                                             ` Marcin Borkowski
2018-05-26  3:51                                               ` Richard Stallman
2018-05-24 16:25                                       ` Thien-Thi Nguyen
2018-05-30 17:28                                         ` Marcin Borkowski
2018-05-30 18:58                                           ` Thien-Thi Nguyen
2018-05-30 20:17                                           ` John Wiegley
2018-06-02 17:44                                             ` Marcin Borkowski
2018-05-23  3:23                                     ` Richard Stallman
2018-05-20  7:10                               ` Eli Zaretskii
2018-05-20 11:00                               ` Van L
2018-05-21  4:10                               ` Richard Stallman
2018-05-22 17:57                                 ` Marcin Borkowski
2018-05-23  1:53                                   ` Van L
2018-05-19  0:48                         ` Jean-Christophe Helary
2018-05-20  3:15                       ` Richard Stallman
2018-05-18  6:46                   ` Van L
2018-05-19  3:20                   ` Improve the Emacs Lisp Reference Manual with intro sections Richard Stallman
2018-05-20  1:04                     ` Jean-Christophe Helary
2018-05-21  4:09                       ` Richard Stallman
2018-05-18  2:31               ` update intro to Emacs Lisp programming (was: Making Emacs Manuals Available as PDF Files) Richard Stallman
2018-05-18  7:07                 ` Van L

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B69E44F0-C0C9-4093-985E-236C34936621@scratch.space \
    --to=van@scratch.space \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.