From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: obsolete comment in tool-bar.el Date: Thu, 14 Jul 2005 17:14:35 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <200507071915.j67JFZT29961@raven.dms.auburn.edu> <200507090235.j692ZER04883@raven.dms.auburn.edu> <200507110321.j6B3LgG09526@raven.dms.auburn.edu> <85y88dfcqw.fsf@lola.goethe.zz> <200507130302.j6D32qE05640@raven.dms.auburn.edu> <200507140208.j6E28tr08794@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1121329655 12717 80.91.229.2 (14 Jul 2005 08:27:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Jul 2005 08:27:35 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 14 10:27:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dsz3f-0004cc-Qt for ged-emacs-devel@m.gmane.org; Thu, 14 Jul 2005 10:27:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dsz4N-0002we-9k for ged-emacs-devel@m.gmane.org; Thu, 14 Jul 2005 04:27:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dsytz-0001Io-Sg for emacs-devel@gnu.org; Thu, 14 Jul 2005 04:17:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dsytv-0001Hs-Ej for emacs-devel@gnu.org; Thu, 14 Jul 2005 04:17:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dsytt-0001HH-Az for emacs-devel@gnu.org; Thu, 14 Jul 2005 04:16:57 -0400 Original-Received: from [133.82.132.2] (helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dsyzd-0005mN-LP; Thu, 14 Jul 2005 04:22:54 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 389032CAD; Thu, 14 Jul 2005 17:14:35 +0900 (JST) Original-To: Luc Teirlinck In-Reply-To: <200507140208.j6E28tr08794@raven.dms.auburn.edu> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/22.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) 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: news.gmane.org gmane.emacs.devel:40879 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40879 >>>>> On Wed, 13 Jul 2005 21:08:55 -0500 (CDT), Luc Teirlinck 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 mituharu@math.s.chiba-u.ac.jp