unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: xfq <xfq.free@gmail.com>
To: Glenn Morris <rgm@gnu.org>
Cc: emacs-devel@gnu.org, Dmitry Gutov <dgutov@yandex.ru>
Subject: Re: /srv/bzr/emacs/trunk r112347: * doc/lispintro/emacs-lisp-intro.texi (defcustom, defun, simplified-beginning-of-buffer, defvar, Building Robots, Review, save-excursion): `defun' and `defcustom' are now macros rather than special forms. (Bug#13853)
Date: Mon, 22 Apr 2013 06:54:49 +0800	[thread overview]
Message-ID: <CAAF+z6GHxYj02zKkhiWk2N8nKfgGKq3oWtTvXDZYXRB4d+GHhA@mail.gmail.com> (raw)
In-Reply-To: <9yli8bzriy.fsf@fencepost.gnu.org>

On Mon, Apr 22, 2013 at 2:07 AM, Glenn Morris <rgm@gnu.org> wrote:
>
> The problem I saw with these changes, and the reason I did not fix it at
> the time it was reported, is that previously "special form" was defined
> (in a simple way using only a couple of sentences) before it was used to
> refer to any particular function. Now the term "macro" is used well
> before it is defined. So the manual no longer makes sense when read in
> order, which matters for an introduction IMO. It needs more work that
> just replacing "special form" by "macro" in a few places.

Maybe we can add this sentence to (info "(eintr) defun") or (info
"(eintr) Complications"), then add a cross reference to (info "(eintr)
Lisp macro"):

  "Macro" is a construct defined in Lisp, which differs from a function in
  that it translates a Lisp expression into another expression which is to
  be evaluated instead of the original expression.

> Also, the menu is now inconsistent:
>
> * defun::                        The @code{defun} special form.
>
> etc

Sorry, I forgot it.

>> -(Another special form, @code{defcustom}, is designed for variables
>> -that people customize.  It has more features than @code{defvar}.
>> -(@xref{defcustom, , Setting Variables with @code{defcustom}}.)
>
> Why was this removed? It could have been simply changed to "Another
> function,... ". The reference to defcustom is the important thing, not
> the details of whether it is a special form or macro.

Maybe "another macro"?

I think there are not too many complications in this
introduction/tutorial.  Lambda expression is in the appendix, and
closure and byte-code function are not mentioned.  Since macros in
explained in the main body of this tutorial, I don't think it is more
clear to lie.

> PS Please keep commit log lines to ~ 80 chars in length.
> The first line should be a summary that can stand alone.
> Eg "Minor emacs-lisp-intro updates related to special forms"

Thanks, I will do it the next time.  (Is there anyway to amend this
commit log?)

--
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/



  reply	other threads:[~2013-04-21 22:54 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1UTtCq-0003Tj-Lr@vcs.savannah.gnu.org>
2013-04-21 12:39 ` /srv/bzr/emacs/trunk r112347: * doc/lispintro/emacs-lisp-intro.texi (defcustom, defun, simplified-beginning-of-buffer, defvar, Building Robots, Review, save-excursion): `defun' and `defcustom' are now macros rather than special forms. (Bug#13853) Leo Liu
2013-04-21 13:00   ` xfq
2013-04-21 14:00     ` Dmitry Gutov
2013-04-21 16:55       ` /srv/bzr/emacs/trunk r112347: *doc/lispintro/emacs-lisp-intro.texi (defcustom, defun, simplified-beginning-of-buffer, defvar, Building Robots, Review, save-excursion): `defun' and `defcustom' are now macros rather thanspecial " Drew Adams
2013-04-21 17:14         ` Dmitry Gutov
2013-04-21 17:55           ` Stephen J. Turnbull
2013-04-22  1:47             ` Dmitry Gutov
2013-04-21 18:04           ` Drew Adams
2013-04-21 18:57             ` Stephen J. Turnbull
2013-04-21 19:40               ` /srv/bzr/emacs/trunk r112347:*doc/lispintro/emacs-lisp-intro.texi (defcustom, defun, simplified-beginning-of-buffer, defvar, Building Robots, Review, save-excursion): `defun' and `defcustom' are now macros ratherthanspecial " Drew Adams
2013-04-22  1:21                 ` Stephen J. Turnbull
2013-04-22  1:35                   ` /srv/bzr/emacs/trunk r112347:*doc/lispintro/emacs-lisp-intro.texi(defcustom, defun, simplified-beginning-of-buffer, defvar, Building Robots, Review, save-excursion): `defun' and `defcustom' are now macrosratherthanspecial " Drew Adams
2013-04-22  2:00             ` /srv/bzr/emacs/trunk r112347: *doc/lispintro/emacs-lisp-intro.texi (defcustom, defun, simplified-beginning-of-buffer, defvar, Building Robots, Review, save-excursion): `defun' and `defcustom' are now macros rather thanspecial " Dmitry Gutov
2013-04-21 18:07       ` /srv/bzr/emacs/trunk r112347: * doc/lispintro/emacs-lisp-intro.texi (defcustom, defun, simplified-beginning-of-buffer, defvar, Building Robots, Review, save-excursion): `defun' and `defcustom' are now macros rather than special " Glenn Morris
2013-04-21 22:54         ` xfq [this message]
2013-04-22 17:02           ` Glenn Morris
2013-04-23  0:47             ` Xue Fuqiao
2013-04-23 16:42               ` Glenn Morris
2013-04-23 22:28                 ` Xue Fuqiao
2013-04-22  3:17         ` Leo Liu
2013-04-22 10:31           ` xfq
2013-04-22 14:11             ` Leo Liu
2013-04-22 14:19               ` Dmitry Gutov
2013-04-22 15:37                 ` Leo Liu
2013-04-22 14:47   ` Stefan Monnier

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=CAAF+z6GHxYj02zKkhiWk2N8nKfgGKq3oWtTvXDZYXRB4d+GHhA@mail.gmail.com \
    --to=xfq.free@gmail.com \
    --cc=dgutov@yandex.ru \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).