all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: C K Kashyap <ckkashyap@gmail.com>
To: Eric Abrahamsen <eric@ericabrahamsen.net>
Cc: help-gnu-emacs@gnu.org
Subject: Re: emacs lisp - unable to write a function maker
Date: Fri, 16 Sep 2011 15:47:19 +0530	[thread overview]
Message-ID: <CAGdT1goQVNfdvKHSosnMRCe6KPWhpdBLCJopw6og2LZQav4meQ@mail.gmail.com> (raw)
In-Reply-To: <87iposlshu.fsf@ericabrahamsen.net>

[-- Attachment #1: Type: text/plain, Size: 654 bytes --]

>
> Perhaps I'm ruining some didactic exercise here, but if you're using
> eval on something you don't want eval'd until the function is run, you
> should backquote it. This works for me:
>
>
> (defun functionmaker (name form)
>  (eval
>   `(defun ,name ()
>      ,form)))
>
> I used to associate backquoting exclusively with macros, but I think
> that was wrong thinking.
>
> Hope someone will correct me if I've done something dumb here…
>


Wow .. .This worked as I was wanting ... Could you please point me to some
documentation that would help me with things like, when to use "," in front
of the name etc?

Regards,
Kashyap

[-- Attachment #2: Type: text/html, Size: 927 bytes --]

  reply	other threads:[~2011-09-16 10:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-16  8:46 emacs lisp - unable to write a function maker C K Kashyap
2011-09-16  8:58 ` Thien-Thi Nguyen
2011-09-16  9:26   ` C K Kashyap
2011-09-16  9:40     ` Thien-Thi Nguyen
2011-09-16  9:57     ` Eric Abrahamsen
2011-09-16 10:17       ` C K Kashyap [this message]
2011-09-16 11:19         ` Eric Abrahamsen
2011-09-16 14:06       ` Drew Adams
2011-09-23 15:31         ` Tim Landscheidt
2011-09-23 16:43           ` Drew Adams

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=CAGdT1goQVNfdvKHSosnMRCe6KPWhpdBLCJopw6og2LZQav4meQ@mail.gmail.com \
    --to=ckkashyap@gmail.com \
    --cc=eric@ericabrahamsen.net \
    --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.