all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: A Soare <alinsoar@voila.fr>
To: "Emacs   Help  [help-gnu-emacs]" <help-gnu-emacs@gnu.org>
Subject: Re: special forms
Date: Wed, 18 Apr 2007 21:40:02 +0200 (CEST)	[thread overview]
Message-ID: <14471090.373321176925202106.JavaMail.www@wwinf4101> (raw)

I do not find in Feval where the `special forms' are treated. Can somebody help me please?

A Soare <alinsoar@...> writes:

> I do not find in Feval where the `special forms' are treated. Can somebody help me please?

It looks like from line 2272 or so in the current sources of eval.c:

      if (XSUBR (fun)->max_args == UNEVALLED)
        {
          backtrace.evalargs = 0;
          val = (*XSUBR (fun)->function) (args_left);
          goto done;
        }

>Does that help? 

Thanks. 

I do not knot yet... What is the difference between SUBRP and XSUBR ?

Alin Soare.

             reply	other threads:[~2007-04-18 19:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-18 19:40 A Soare [this message]
2007-04-18 20:06 ` special forms Karl Hegbloom
  -- strict thread matches above, loose matches on Subject: below --
2007-04-18 19:50 A Soare
     [not found] <mailman.2150.1176756014.7795.help-gnu-emacs@gnu.org>
2007-04-18  0:30 ` John Paul Wallington
2007-04-16 20:35 A Soare

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=14471090.373321176925202106.JavaMail.www@wwinf4101 \
    --to=alinsoar@voila.fr \
    --cc=help-gnu-emacs@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.