From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs.app dev]: Emacs.app now in GNU Emacs CVS Date: Tue, 15 Jul 2008 21:49:47 -0400 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216173007 14438 80.91.229.12 (16 Jul 2008 01:50:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jul 2008 01:50:07 +0000 (UTC) Cc: "emacs.app dev list" , David Reitter , Emacs-Devel devel To: Adrian Robert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 16 03:50:55 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 1KIwAM-0004fm-Rj for ged-emacs-devel@m.gmane.org; Wed, 16 Jul 2008 03:50:51 +0200 Original-Received: from localhost ([127.0.0.1]:55273 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIw9U-0000XW-E2 for ged-emacs-devel@m.gmane.org; Tue, 15 Jul 2008 21:49:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIw9P-0000XF-Qg for emacs-devel@gnu.org; Tue, 15 Jul 2008 21:49:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIw9O-0000WQ-F2 for emacs-devel@gnu.org; Tue, 15 Jul 2008 21:49:51 -0400 Original-Received: from [199.232.76.173] (port=35526 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIw9O-0000WN-5y for emacs-devel@gnu.org; Tue, 15 Jul 2008 21:49:50 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:23709 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KIw9N-0003a5-PG for emacs-devel@gnu.org; Tue, 15 Jul 2008 21:49:49 -0400 X-IronPort-AV: E=Sophos;i="4.30,369,1212379200"; d="scan'208";a="24394140" Original-Received: from 206-248-135-194.dsl.teksavvy.com (HELO pastel.home) ([206.248.135.194]) by ironport2-out.teksavvy.com with ESMTP; 15 Jul 2008 21:49:49 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id B60E98A44; Tue, 15 Jul 2008 21:49:47 -0400 (EDT) In-Reply-To: <20BFBDD3-1423-41EB-847D-B2FE2F5AA2DE@gmail.com> (David Reitter's message of "Tue, 15 Jul 2008 20:23:32 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:100763 Archived-At: >> easy-mmode IS needed, right now. That seems wrong. Can you explain why you think it's needed? Stefan PS: Furthermore, it was not mentioned in the ChangeLog: * loadup.el: Load ns-win.el if ns-windowing is active. (if (featurep 'ns-windowing) (progn (load "emacs-lisp/easymenu") ;; for platform-related menu adjustments (load "emacs-lisp/easy-mmode") (load "term/ns-win"))) You need to be more careful with your ChangeLog entries.