From: "zhangjg" <jinguozhang@qq.com>
To: "Andreas Schwab" <schwab@linux-m68k.org>
Cc: 26635 <26635@debbugs.gnu.org>
Subject: bug#26635: 回复: bug#26635: 25.1; elisp docs bug
Date: Mon, 24 Apr 2017 18:31:17 +0800 [thread overview]
Message-ID: <tencent_6004E9216AA497E927F4703A@qq.com> (raw)
In-Reply-To: <87shkydt3b.fsf@linux-m68k.org>
[-- Attachment #1: Type: text/plain, Size: 1009 bytes --]
Like the fellow code:
(= 1 1 t) ; error
(= 1 2 t) ; nil
t is a symbol, (= 1 1 t) signal a error, that is what we expect.
But in the second form there is no error, because "=" get the
result before to eval the third argument "t".
So "=" not to eval all arguments, that is a "sepecial form" activation.
------------------ 原始邮件 ------------------
发件人: "Andreas Schwab";<schwab@linux-m68k.org>;
发送时间: 2017年4月24日(星期一) 下午5:59
收件人: "zhangjg"<jinguozhang@qq.com>;
抄送: "26635"<26635@debbugs.gnu.org>;
主题: Re: bug#26635: 25.1; elisp docs bug
On Apr 24 2017, "zhangjg" <jinguozhang@qq.com> wrote:
> In session "3.4 Comparison of Numbers", "=" is a set to a "function" but, in fact it a "special forms".
Why do you think `=' is a special form?
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
[-- Attachment #2: Type: text/html, Size: 1415 bytes --]
next prev parent reply other threads:[~2017-04-24 10:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-24 3:35 bug#26635: 25.1; elisp docs bug zhangjg
2017-04-24 9:59 ` Andreas Schwab
2017-04-24 10:31 ` zhangjg [this message]
2017-04-24 10:50 ` bug#26635: 回复: " Andreas Schwab
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=tencent_6004E9216AA497E927F4703A@qq.com \
--to=jinguozhang@qq.com \
--cc=26635@debbugs.gnu.org \
--cc=schwab@linux-m68k.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).