From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Erik Charlebois Newsgroups: gmane.emacs.devel Subject: Fixes for 64-bit Emacs on Snow Leopard Date: Mon, 7 Sep 2009 14:08:52 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1075.2) Content-Type: multipart/alternative; boundary=Apple-Mail-1--827374503 X-Trace: ger.gmane.org 1252357767 25642 80.91.229.12 (7 Sep 2009 21:09:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Sep 2009 21:09:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 07 23:09:20 2009 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 1MklSg-0004gi-HC for ged-emacs-devel@m.gmane.org; Mon, 07 Sep 2009 23:09:19 +0200 Original-Received: from localhost ([127.0.0.1]:59378 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MklSe-0005ZU-RO for ged-emacs-devel@m.gmane.org; Mon, 07 Sep 2009 17:09:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MklSS-0005Wm-Uq for emacs-devel@gnu.org; Mon, 07 Sep 2009 17:09:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MklSO-0005V1-1L for emacs-devel@gnu.org; Mon, 07 Sep 2009 17:09:04 -0400 Original-Received: from [199.232.76.173] (port=52213 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MklSN-0005Uq-Oi for emacs-devel@gnu.org; Mon, 07 Sep 2009 17:08:59 -0400 Original-Received: from mail-pz0-f200.google.com ([209.85.222.200]:34200) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MklSN-000712-5K for emacs-devel@gnu.org; Mon, 07 Sep 2009 17:08:59 -0400 Original-Received: by pzk38 with SMTP id 38so2671607pzk.5 for ; Mon, 07 Sep 2009 14:08:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type:subject :date:message-id:to:mime-version:x-mailer; bh=Zmgs/2PunHkJAj6MYU78D28DoyT5Bm8jBc8fKg22n9w=; b=GtEeeTBLlV1mxnxWy7x3SIYJsO838siqRziq7P+6RPtisqF3114WmT/BT3xPpmx7CR SQFsBlwgl/ENGg0cFx1Sqj5NwWF4VLRvnMYbZ01ygNGdzB3PtiHphAZIvOhLb5S8PyGk cs1pFmhcqkfboZy1I4ru/KTgPrQhImS/in6gU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:subject:date:message-id:to:mime-version:x-mailer; b=nAUeGQxjlNvd1dAMywRpzT0m2jxiQ99rKu6v/q93u3RnqPDO6t/p+W1/V2jM1a8btA 3uHvSRff1o9pXwdiQG2Ig0/7oOhOb3KjDRx/Ix8lDloqx4O6dLfQWYCb7I0NoKRpqYM1 KLE5vHfG21ta0QTLe3bSHwqVeiopvt8nHD0Oc= Original-Received: by 10.115.61.10 with SMTP id o10mr6446549wak.37.1252357733982; Mon, 07 Sep 2009 14:08:53 -0700 (PDT) Original-Received: from ?192.168.123.50? (64-46-22-205.dyn.novuscom.net [64.46.22.205]) by mx.google.com with ESMTPS id 22sm114844pzk.2.2009.09.07.14.08.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 07 Sep 2009 14:08:53 -0700 (PDT) X-Mailer: Apple Mail (2.1075.2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:115095 Archived-At: --Apple-Mail-1--827374503 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes I've posted the steps/fixes to get a 64-bit NS/Cocoa Emacs 23.1 working for Snow Leopard on my blog at http://blog.fac9.com/index.php/2009/08/30/building-a-64-bit-emacs-on-snow-leopard/ . I've been using it for a week without problems. Feel free to roll those changes in, I haven't contributed to any GNU projects before so I'm not really sure where to begin making a patch / dealing with copyright assignment. Which brings me to: is there a page somewhere with the steps on how to get involved /w emacs dev, what the contribution protocols are, who owns what area and such? I'm interested in improving Mac and Win32 support. Erik Charlebois erikcharlebois@gmail.com --Apple-Mail-1--827374503 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
http://blog.fac9.com/index.php/2009/08/30/building-a-64-= bit-emacs-on-snow-leopard/ . I've been using it for a week without = problems.

Feel free to roll those changes in, I haven't = contributed to any GNU projects before so I'm not really sure where to = begin making a patch / dealing with copyright assignment.

Which = brings me to: is there a page somewhere with the steps on how to get = involved /w emacs dev, what the contribution protocols are, who owns = what area and such? I'm interested in improving Mac and Win32 = support.


Erik = Charlebois



= --Apple-Mail-1--827374503--