all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* cl-generic
@ 2015-04-21 16:27 Pierre Lorenzon
  0 siblings, 0 replies; 4+ messages in thread
From: Pierre Lorenzon @ 2015-04-21 16:27 UTC (permalink / raw)
  To: help-gnu-emacs


Hi,

I recently downloaded the last git emacs version. With prior
versions I used the eieio-defmethod (or eieio--defmethod)
function to create method for a given eieio class. But now even
if there are aliases the suitable method is cl-defmethod.

With the old functions I was able to give a byte compile form
as method body but it does not seem to be possibl with
cl-defmethod. One might always define a method :

(cl-defmethod mymethod ....  and then execute (byte-compile
'mymethod) but I wonder if doing that the method body is really
byte compiled. So what to do if method body will be much more
time consuming if not byte compiled ?

Regards

Pierre



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-29 22:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1284.1429634199.904.help-gnu-emacs@gnu.org>
2015-04-26 23:33 ` cl-generic Stefan Monnier
2015-04-29 17:58   ` cl-generic Pierre Lorenzon
2015-04-29 22:27     ` cl-generic Stefan Monnier
2015-04-21 16:27 cl-generic Pierre Lorenzon

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.