From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Emacs.app (Cocoa/GNUstep port) release and feature list Date: Sun, 25 Nov 2007 09:09:22 -0800 Message-ID: <200711251709.lAPH9McE003366@oogie-boogie.ics.uci.edu> References: <55f7df060711230241y6aeee7cfr12e61c493002014b@mail.gmail.com> <200711232300.lANN08Up005153@oogie-boogie.ics.uci.edu> <55f7df060711240239p651eecp50739107676ff941@mail.gmail.com> <200711241633.lAOGXwA8029406@oogie-boogie.ics.uci.edu> <55f7df060711250317j469e5ff3r3e55be3eba50066f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196010723 22520 80.91.229.12 (25 Nov 2007 17:12:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Nov 2007 17:12:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Adrian Robert" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 25 18:12:11 2007 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 1IwL1c-0003PB-3b for ged-emacs-devel@m.gmane.org; Sun, 25 Nov 2007 18:12:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IwL1M-0002Di-J0 for ged-emacs-devel@m.gmane.org; Sun, 25 Nov 2007 12:11:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IwL1K-0002DN-2F for emacs-devel@gnu.org; Sun, 25 Nov 2007 12:11:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IwL1I-0002Cv-BJ for emacs-devel@gnu.org; Sun, 25 Nov 2007 12:11:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IwL1I-0002Cs-3k for emacs-devel@gnu.org; Sun, 25 Nov 2007 12:11:48 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IwL1H-0008Eb-ND for emacs-devel@gnu.org; Sun, 25 Nov 2007 12:11:47 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id lAPH9McE003366; Sun, 25 Nov 2007 09:09:22 -0800 (PST) In-Reply-To: <55f7df060711250317j469e5ff3r3e55be3eba50066f@mail.gmail.com> (Adrian Robert's message of "Sun, 25 Nov 2007 14:17:13 +0300") Original-Lines: 22 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.03, required 5, autolearn=disabled, ALL_TRUSTED -1.44, FS_GAPPY_2 0.21, J_CHICKENPOX_53 0.60, J_CHICKENPOX_62 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:84119 Archived-At: "Adrian Robert" writes: > On 11/24/07, Dan Nicolaescu wrote: > > > We are trying to minimize the number of files preloaded, if you look in > > loadup.el no other platform loads these files, you'd need to justify the > > need to load them. > > > > emacs-lisp/advice will 100% be rejected, if you need different > > functionality, just change the function, not advice it. > > OK, I've dropped advice and its prereqs, dropped paren (because drop > mic-paren), and ns-mark-nav will be submitted separately. All that is > left are easymenu and easy-mmode. These are needed to ease the pain > in making the minor menu changes needed for platform convention in > ns-win. Are they a problem? IMHO they probably are. One possible solution: change the code in menu-bar.el to create menus the way you want them for this platform instead of tweaking the menus in ns-win.el.