From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Does not byte-compile return the compiled function in Emacs 24? Date: Wed, 7 Dec 2011 01:51:17 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1323219129 19244 80.91.229.12 (7 Dec 2011 00:52:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Dec 2011 00:52:09 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 07 01:52:06 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RY5jw-0004HJ-Fi for ged-emacs-devel@m.gmane.org; Wed, 07 Dec 2011 01:52:05 +0100 Original-Received: from localhost ([::1]:46443 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RY5jv-0000Dw-KU for ged-emacs-devel@m.gmane.org; Tue, 06 Dec 2011 19:52:03 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:51659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RY5js-0000Do-V0 for emacs-devel@gnu.org; Tue, 06 Dec 2011 19:52:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RY5js-0004ak-4N for emacs-devel@gnu.org; Tue, 06 Dec 2011 19:52:00 -0500 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:44532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RY5jr-0004aW-Uz for emacs-devel@gnu.org; Tue, 06 Dec 2011 19:52:00 -0500 Original-Received: by dakl33 with SMTP id l33so20408dak.0 for ; Tue, 06 Dec 2011 16:51:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=1xYZiOlwYEeptDW8fYVQFzlVfiOJVvOFBoOeDPcHvUU=; b=Zhtil00tevchXvsArcTz5hKwTxUShL8yXWeILk/F3KNLP9Hby5dZYGWFhEvGQSGUt4 U/9/MBfV+wvI4WjidBuQWyNpFN/jCNfp5q6PgHzWuxBsvUdpnZ25Uklgy0nhkpi5e8uF JkwaGfVsoHVRWd5eVFuIrn/joSARcFOov3h4o= Original-Received: by 10.68.27.36 with SMTP id q4mr118306pbg.130.1323219118178; Tue, 06 Dec 2011 16:51:58 -0800 (PST) Original-Received: by 10.142.202.11 with HTTP; Tue, 6 Dec 2011 16:51:17 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146520 Archived-At: > It used to do that before. It wasn't documented, was it? > Is there any variable holding the newly > byte-compiled function? A function, as before: (symbol-function 'my-func) =C2=A0 =C2=A0 Juanma