From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: progress reporting again Date: Wed, 17 Nov 2004 17:03:36 -0700 Message-ID: References: <200411151813.44859.pogonyshev@gmx.net> <200411171539.21963.pogonyshev@gmx.net> <200411172225.31806.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100736246 5805 80.91.229.6 (18 Nov 2004 00:04:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Nov 2004 00:04:06 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 18 01:03:55 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CUZmE-0005d5-00 for ; Thu, 18 Nov 2004 01:03:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUZv3-0002kS-Go for ged-emacs-devel@m.gmane.org; Wed, 17 Nov 2004 19:13:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUZuw-0002kN-Ab for emacs-devel@gnu.org; Wed, 17 Nov 2004 19:12:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUZuv-0002kB-Kn for emacs-devel@gnu.org; Wed, 17 Nov 2004 19:12:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUZuv-0002k8-Ff for emacs-devel@gnu.org; Wed, 17 Nov 2004 19:12:53 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CUZm5-0000ef-BL for emacs-devel@gnu.org; Wed, 17 Nov 2004 19:03:45 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CUZm4-00067A-00 for ; Thu, 18 Nov 2004 01:03:44 +0100 Original-Received: from 170.207.1.200 ([170.207.1.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Nov 2004 01:03:44 +0100 Original-Received: from ihs_4664 by 170.207.1.200 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Nov 2004 01:03:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 170.207.1.200 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: <200411172225.31806.pogonyshev@gmx.net> 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: main.gmane.org gmane.emacs.devel:29989 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29989 Paul Pogonyshev wrote: > Stefan Monnier wrote: > > > > This is very strange, because I don't get this neither with > > > your file, nor with a locally created junk/test file. Can > > > you please try to understand what's wrong? Since it doesn't > > > complain about `dotimes-with-progress-reporter' being unknown, > > > the macro is evaluated. But it fails to expand it... > > > > No, it's not expanded. Evaluation of the arguments takes place before the > > funcall, so you first get the `row' error before even getting a chance to > > complain that the "function" dotimes-with-progress-reporter is a macro. > > > Interesting. I didn't know this. My knowledge of Elisp is mostly > based on practice, so I sometimes miss details. M-: (info "(elisp)Function Forms") RET -- Kevin Rodgers