emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: progress reporting again


From: Harald Maier
Subject: Re: progress reporting again
Date: Wed, 17 Nov 2004 07:35:35 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Paul Pogonyshev <address@hidden> 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()
  set-auto-mode-0(ses-mode nil)
  set-auto-mode()
  normal-mode(t)
  after-find-file(nil t)
  find-file-noselect-1(#<buffer test.ses> "~/tmp/test.ses" nil nil 
"~/tmp/test.ses" (252719 771))
  find-file-noselect("~/tmp/test.ses" nil nil t)
  find-file("~/tmp/test.ses" t)
  call-interactively(find-file)


,----[ test.ses ]
|       8       9
|      13      14
|      12      12
| 
| 
| (ses-cell A1 8 8 nil nil)
| (ses-cell B1 9 9 nil nil)
| 
| (ses-cell A2 13 13 nil nil)
| (ses-cell B2 14 14 nil nil)
| 
| (ses-cell A3 12 12 nil nil)
| (ses-cell B3 12 12 nil nil)
| 
| (ses-column-widths [7 7])
| (ses-column-printers [nil nil])
| (ses-default-printer "%.7g")
| (ses-header-row 0)
| 
| ( ;Global parameters (these are read first)
|  2 ;SES file-format
|  3 ;numrows
|  2 ;numcols
| )
| 
| ;;; Local Variables:
| ;;; mode: ses
| ;;; End:
`----

Harald




reply via email to

[Prev in Thread] Current Thread [Next in Thread]