From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel Subject: Re: progress reporting again Date: Thu, 18 Nov 2004 07:25:33 +0100 Message-ID: References: <200411151813.44859.pogonyshev@gmx.net> <200411171539.21963.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100759166 14182 80.91.229.6 (18 Nov 2004 06:26:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Nov 2004 06:26:06 +0000 (UTC) Cc: emacs-devel@gnu.org, Paul Pogonyshev Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 18 07:25:50 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 1CUfjq-0004q6-00 for ; Thu, 18 Nov 2004 07:25:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUfsf-0002uv-SY for ged-emacs-devel@m.gmane.org; Thu, 18 Nov 2004 01:34:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUfsY-0002ui-Tv for emacs-devel@gnu.org; Thu, 18 Nov 2004 01:34:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUfsY-0002uW-Eg for emacs-devel@gnu.org; Thu, 18 Nov 2004 01:34:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUfsY-0002uT-CF for emacs-devel@gnu.org; Thu, 18 Nov 2004 01:34:50 -0500 Original-Received: from [212.227.126.177] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CUfje-0004TB-Jm for emacs-devel@gnu.org; Thu, 18 Nov 2004 01:25:38 -0500 Original-Received: from [212.227.126.179] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CUfjc-0004CD-00; Thu, 18 Nov 2004 07:25:36 +0100 Original-Received: from [80.128.39.150] (helo=ate.maierh) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1CUfjc-0000Ix-00; Thu, 18 Nov 2004 07:25:36 +0100 Original-Received: by ate.maierh (Postfix, from userid 500) id E8A9619440; Thu, 18 Nov 2004 07:25:33 +0100 (CET) Original-To: Stefan Monnier In-Reply-To: (Stefan Monnier's message of "Wed, 17 Nov 2004 14:26:38 -0500") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:7f9705e6678292fb4e27195dea438aa3 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:30011 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30011 Stefan Monnier 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() >>> ... > > Probably becuse you've compiled ses.el with an Emacs that uses an old > subr.el. You have to follow the steps: > - recompile subr.el. > - redump your Emacs. > - recompile ses.el. You are right. I did not redump emacs. I assume that this is a general rule when the file subr.el changes. Harald