From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23 Mac port Date: Thu, 5 Aug 2010 15:15:48 -0400 Message-ID: References: <2282B3B4-D844-4E26-BB94-9F79EEA2E847@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1281035846 2854 80.91.229.12 (5 Aug 2010 19:17:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Aug 2010 19:17:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 05 21:17:25 2010 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.69) (envelope-from ) id 1Oh5wS-0005fV-Il for ged-emacs-devel@m.gmane.org; Thu, 05 Aug 2010 21:17:24 +0200 Original-Received: from localhost ([127.0.0.1]:43334 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oh5wR-0008Ir-U4 for ged-emacs-devel@m.gmane.org; Thu, 05 Aug 2010 15:17:23 -0400 Original-Received: from [140.186.70.92] (port=51572 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oh5ut-0006le-6L for emacs-devel@gnu.org; Thu, 05 Aug 2010 15:15:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oh5ur-000568-9U for emacs-devel@gnu.org; Thu, 05 Aug 2010 15:15:47 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:46428) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oh5ur-00055z-6R for emacs-devel@gnu.org; Thu, 05 Aug 2010 15:15:45 -0400 Original-Received: by vws16 with SMTP id 16so6243857vws.0 for ; Thu, 05 Aug 2010 12:15:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=uR6TPYfNZ7vTh1sJKGzBloY8YylsRS78rIrc882SzDw=; b=vOUlGo1XJrdx1+Ekwvi9vNLjCEaLvBNUbuv9hF1j8kS7GPygt5hl1dm5PPaYVL5Lb6 +wh9YFKce5NjG8f85tSa/AbSRTKRuMQRpwBAVCvbAKCsiv+KQ+yR+0F9MoloakJwAolg 7ImQWSG7Gjjo4nC0PgHOk5t0rxg7fdgrAj5SA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=d8EtyVH7Dp7ymDtY+C0iQpAURs+24vCj0m+f1k+OTEDptr+VarCGr2a89u2DHtLYN4 IJv91FEGDpO9sAOU5Zsjqe8d7nnB4vdijW1zegJMAnJkHzx87F9kzkTp+oMGR3J0nFRO QwBpX/mJ6KyqG3xW0WjKj6fER8hPcPKU/izjU= Original-Received: by 10.220.89.212 with SMTP id f20mr7519867vcm.260.1281035743965; Thu, 05 Aug 2010 12:15:43 -0700 (PDT) Original-Received: from n2-97-9.guest.drexel.edu (n2-97-9.guest.drexel.edu [144.118.97.9]) by mx.google.com with ESMTPS id r15sm293698vbp.10.2010.08.05.12.15.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 05 Aug 2010 12:15:41 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.1081) X-detected-operating-system: by eggs.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:128320 Archived-At: On Jul 31, 2010, at 1:23 AM, YAMAMOTO Mitsuharu wrote: > The sixteenth update of the Mac port, which is > experimental/hackers-only, is now available from >=20 > ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-23.2-mac-1.996.tar.gz Interesting. Could you please explain what EmacsPosingWindow is intended to do? I can see you re-implement the close and orderOut methods with ones that = briefly run the event loop (if I understand this right), but why is this = needed as opposed to overloading the functions in EmacsWindow and = calling [super close] etc. regularly? Thanks.=