From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: progress reporting again Date: Wed, 17 Nov 2004 15:39:21 +0200 Message-ID: <200411171539.21963.pogonyshev@gmx.net> References: <200411151813.44859.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1100698732 19800 80.91.229.6 (17 Nov 2004 13:38:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Nov 2004 13:38:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 17 14:38:44 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 1CUQ1E-0004Wr-00 for ; Wed, 17 Nov 2004 14:38:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUQA1-0000rQ-QX for ged-emacs-devel@m.gmane.org; Wed, 17 Nov 2004 08:47:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUQ9p-0000po-EC for emacs-devel@gnu.org; Wed, 17 Nov 2004 08:47:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUQ9m-0000nh-Md for emacs-devel@gnu.org; Wed, 17 Nov 2004 08:47:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUQ9m-0000nb-Hp for emacs-devel@gnu.org; Wed, 17 Nov 2004 08:47:34 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1CUQ0O-0001KT-LK for emacs-devel@gnu.org; Wed, 17 Nov 2004 08:37:52 -0500 Original-Received: (qmail 26728 invoked by uid 65534); 17 Nov 2004 13:37:46 -0000 Original-Received: from unknown (EHLO localhost.localdomain) (195.50.12.121) by mail.gmx.net (mp001) with SMTP; 17 Nov 2004 14:37:46 +0100 X-Authenticated: #16844820 Original-To: Harald Maier User-Agent: KMail/1.4.3 In-Reply-To: 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:29971 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29971 Harald Maier wrote: > Paul Pogonyshev writes: > > Can anyone who uses SES mode check if the following patch works > > fine? I think it is generally a good idea to unify progress > > reporting as much as possible in Emacs. > > > > I didn't touch `ses-time-check' function, since progress messages > > used with it are non-standard. > > Unfortunately, I got the following error: > > Debugger entered--Lisp error: (void-function row) > row(3) > ses-setup() > ses-mode() > ... 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... Paul