From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: CHENG Gao Newsgroups: gmane.emacs.devel Subject: Re: [Emacs.app dev]: Emacs.app now in GNU Emacs CVS Date: Wed, 16 Jul 2008 12:15:10 +0800 Organization: cyberhut.org Message-ID: References: <476AEFF3-F98D-4D19-A8B0-219C790536F7@gmail.com> <19e566510807151217q7276dd61wa93aaa13b842e296@mail.gmail.com> <170476C2-EF90-40DC-BB6F-0C54AFA10884@gmail.com> <64B63861-E635-420F-BC96-8DA189246E72@gmail.com> <20BFBDD3-1423-41EB-847D-B2FE2F5AA2DE@gmail.com> <7A6F7386-15AB-404E-A8ED-1D3AF46FE982@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1216181741 1732 80.91.229.12 (16 Jul 2008 04:15:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jul 2008 04:15:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 16 06:16:29 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KIyRF-0000IE-RM for ged-emacs-devel@m.gmane.org; Wed, 16 Jul 2008 06:16:26 +0200 Original-Received: from localhost ([127.0.0.1]:36675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIyQN-0003Qb-9l for ged-emacs-devel@m.gmane.org; Wed, 16 Jul 2008 00:15:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIyQI-0003PT-ER for emacs-devel@gnu.org; Wed, 16 Jul 2008 00:15:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIyQE-0003Ob-SA for emacs-devel@gnu.org; Wed, 16 Jul 2008 00:15:26 -0400 Original-Received: from [199.232.76.173] (port=35821 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIyQE-0003OY-Oj for emacs-devel@gnu.org; Wed, 16 Jul 2008 00:15:22 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:52669 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KIyQE-00050a-Hj for emacs-devel@gnu.org; Wed, 16 Jul 2008 00:15:22 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KIyQC-0003Q2-EZ for emacs-devel@gnu.org; Wed, 16 Jul 2008 04:15:20 +0000 Original-Received: from 122.96.158.141 ([122.96.158.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Jul 2008 04:15:20 +0000 Original-Received: from chenggao by 122.96.158.141 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Jul 2008 04:15:20 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 122.96.158.141 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (darwin) Cancel-Lock: sha1:qCT7SykcsZ2uDC14mqwydBrPXu0= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:100778 Archived-At: *On Tue, 15 Jul 2008 23:01:18 -0400 * Also sprach Adrian Robert : > On Jul 15, 2008, at 9:49 PM, Stefan Monnier wrote: > >>>> easy-mmode IS needed, right now. >> >> That seems wrong. Can you explain why you think it's needed? > > OK, it seems it's NOT needed. I was confused since it looked like > define-minor-mode was defined in easy-mmode. Hmm.. Anyway, my bad. > Removed in CVS. > > HOWEVER, others are still getting problems with define-minor-mode calls > in ns-win where I am not. It would be interesting to know why ns-win > is special, since define-minor-mode is called in many other lisp files > that are loaded from loadup.el. I tried to build it by: autoconf ./configure --with-ns --without-x --enable-ns-app --prefix=/usr/local --without-freetype make bootstrap and I got error message as: ,---- | Loading emacs-lisp/easymenu.el (source)... | Loading term/ns-win.el (source)... | Loading ns-carbon-compat.el (source)... | Attempt to autoload define-minor-mode while preparing to dump | make[2]: *** [emacs] Error 255 | make[1]: *** [src] Error 2 | make: *** [bootstrap] Error 2 `----