all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "S+*n_Pe*rm*n" <stan@derbycityprints.com>
To: Chong Yidong <cyd@stupidchicken.com>, eric@siege-engine.com
Cc: emacs-devel@gnu.org
Subject: RE: EIEIO and CL
Date: Fri, 9 Oct 2009 18:29:27 -0400	[thread overview]
Message-ID: <d2afcfda0910091529y1aa40ec9r86feddeeb891b0c8@mail.gmail.com> (raw)

Doesn't this little bit at the top of cl-macs get you most of the way?

,---- :FILE "/emacs/lisp/emacs-lisp/cl-macs.el"
| ;; This kludge allows macros which use cl-transform-function-property
| ;; to be called at compile-time.
|
| (require
|  (progn
|    (or (fboundp 'cl-transform-function-property)
|        (defalias 'cl-transform-function-property
| 	 (function (lambda (n p f)
| 		     (list 'put (list 'quote n) (list 'quote p)
| 			   (list 'function (cons 'lambda f)))))))
|    (car (or features (setq features (list 'cl-kludge))))))
`----

s_P




             reply	other threads:[~2009-10-09 22:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-09 22:29 S+*n_Pe*rm*n [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-09 16:51 EIEIO and CL Chong Yidong
2009-10-09 20:05 ` Eric M. Ludlam
2009-10-09 20:36   ` Chong Yidong

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=d2afcfda0910091529y1aa40ec9r86feddeeb891b0c8@mail.gmail.com \
    --to=stan@derbycityprints.com \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=eric@siege-engine.com \
    /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.