>>>>> On Wed, 13 Jul 2005 21:08:55 -0500 (CDT), Luc Teirlinck <[EMAIL
>>>>> PROTECTED]> said:
> I reinstalled my original changes, deleted the autoload for tooltip
> mode and committed my changes to define-minor-mode. The two last
> steps should enable Emacs to be built on Mac OS 9, even with my
> changes, although I can not test that.
I tried the latest one on Mac OS 9, but I got the same error about
no-blinking-cursor. I could reproduce it also on Solaris with "temacs
-l loadup".
In frame.elc, we have
(custom-declare-variable 'blink-cursor-mode ...)
(defalias 'blink-cursor-mode ...)
(byte-code ...)
and the final one seems to be a culprit, which is disassembled to:
byte code:
args: nil
0 constant add-minor-mode
1 constant blink-cursor-mode
2 constant nil
3 constant boundp
4 constant blink-cursor-mode-map
5 call 1
6 goto-if-nil-else-pop 1
9 constant blink-cursor-mode-map
10 symbol-value
11:1 call 3
12 discard
13 varref load-file-name
14 goto-if-nil 3
17 varref noninteractive
18 goto-if-not-nil-else-pop 2
21 varref no-blinking-cursor
(snip)
YAMAMOTO Mitsuharu
[EMAIL PROTECTED]
_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel