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: A question about read syntax and compiled backreferences Date: Tue, 23 Jan 2007 09:54:13 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1169542559 23965 80.91.229.12 (23 Jan 2007 08:55:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Jan 2007 08:55:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 23 09:55:53 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H9HRY-00013J-Co for ged-emacs-devel@m.gmane.org; Tue, 23 Jan 2007 09:55:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9HRX-0004zd-JP for ged-emacs-devel@m.gmane.org; Tue, 23 Jan 2007 03:55:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H9HQ4-0004cE-RI for emacs-devel@gnu.org; Tue, 23 Jan 2007 03:54:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H9HQ1-0004Zr-5r for emacs-devel@gnu.org; Tue, 23 Jan 2007 03:54:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9HQ0-0004Yn-AV for emacs-devel@gnu.org; Tue, 23 Jan 2007 03:54:16 -0500 Original-Received: from [64.233.182.185] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H9HPz-0001Y3-BV for emacs-devel@gnu.org; Tue, 23 Jan 2007 03:54:15 -0500 Original-Received: by nf-out-0910.google.com with SMTP id h2so162804nfe for ; Tue, 23 Jan 2007 00:54:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=faiZg2H+v4udKoBfUJsw5dXNCaNjGZ+cCVVJmx304YrHA26PoY150PRBf9zptvSB5u8ex/BDkQB/Om3+oZvp84R6etTQEjQp5pBxLeE7Ad3po0rO8cM0DWrgoMXfvJyxLthuySQHcWaNRgkbVEdl9FGUOPA51cR6lOgdN3KNWKY= Original-Received: by 10.49.29.2 with SMTP id g2mr685104nfj.1169542453810; Tue, 23 Jan 2007 00:54:13 -0800 (PST) Original-Received: by 10.67.105.7 with HTTP; Tue, 23 Jan 2007 00:54:13 -0800 (PST) Original-To: "Eli Zaretskii" In-Reply-To: Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:65403 Archived-At: On 1/22/07, Eli Zaretskii wrote: > Maybe because the byte compiler emits constructs that use # ? And that should affect because...? (I'm honestly trying to understand) All in all, isn't a bug that I can write a function (not a macro), run it interpreted or byte-compiled, but when I byte-compile it in a file I'm unable to load it? /L/e/k/t/u