all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: Lennart Borgman <lennart.borgman@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Does not byte-compile return the compiled function in Emacs 24?
Date: Tue, 6 Dec 2011 21:53:33 -0700	[thread overview]
Message-ID: <CAO9XsiTRfPjFVdyjsUXTpMNukjK1kKB17ASsODg6HeKbVHiT=g@mail.gmail.com> (raw)
In-Reply-To: <CANbX3644joP=1Npcm4ZMbUvBQnGHfeo6ESe=4XXpGp5Mjdrdjw@mail.gmail.com>

On Tue, Dec 6, 2011 at 9:38 PM, Lennart Borgman
<lennart.borgman@gmail.com> wrote:
> I just tried adding a name:
>
>   (byte-compile '(defun my-name () ...))
>
> To my surprise the symbol my-name is not a function after this.

Shouldn't that be (without the quote):

(byte-compile (defun my-name () ...))

-- 
Kevin Rodgers
Denver, Colorado, USA



  reply	other threads:[~2011-12-07  4:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-07  0:38 Does not byte-compile return the compiled function in Emacs 24? Lennart Borgman
2011-12-07  0:51 ` Juanma Barranquero
2011-12-07  4:24   ` Kevin Rodgers
2011-12-07  4:38     ` Lennart Borgman
2011-12-07  4:53       ` Kevin Rodgers [this message]
2011-12-07  1:36 ` Stefan Monnier
2011-12-07  1:54   ` Lennart Borgman
2011-12-07  9:12     ` Andreas Schwab
2011-12-07 15:12     ` Stefan Monnier
2011-12-07 16:34       ` Lennart Borgman
2011-12-09  2:12         ` Lennart Borgman
2011-12-09  2:57           ` Stefan Monnier
2011-12-07 22:34   ` Johan Bockgård
2011-12-08 14:56     ` Stefan Monnier

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='CAO9XsiTRfPjFVdyjsUXTpMNukjK1kKB17ASsODg6HeKbVHiT=g@mail.gmail.com' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=lennart.borgman@gmail.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.