From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: CVS HEAD fails to build on OSX 10.4 (macterm.c broken?) Date: Tue, 04 Sep 2007 06:06:56 +0300 Message-ID: References: <86k5re4blv.fsf@blue.stonehenge.com> <200708291531.l7TFVnlD010335@oogie-boogie.ics.uci.edu> <86fy224aah.fsf@blue.stonehenge.com> <86bqcq4a4q.fsf@blue.stonehenge.com> <200708291604.l7TG4atk011108@oogie-boogie.ics.uci.edu> <867ine492x.fsf@blue.stonehenge.com> <200708291628.l7TGSvM6011975@oogie-boogie.ics.uci.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1188875235 10182 80.91.229.12 (4 Sep 2007 03:07:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Sep 2007 03:07:15 +0000 (UTC) Cc: merlyn@stonehenge.com, dann@ics.uci.edu, rms@gnu.org, mituharu@math.s.chiba-u.ac.jp, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 04 05:07:14 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 1ISOky-0008A1-Jx for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2007 05:07:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISOkx-0002Gt-5K for ged-emacs-devel@m.gmane.org; Mon, 03 Sep 2007 23:07:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISOkt-0002GL-9l for emacs-devel@gnu.org; Mon, 03 Sep 2007 23:07:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISOkq-0002G9-Su for emacs-devel@gnu.org; Mon, 03 Sep 2007 23:07:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISOkq-0002G6-Nh for emacs-devel@gnu.org; Mon, 03 Sep 2007 23:07:04 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISOkm-0005bY-M2; Mon, 03 Sep 2007 23:07:00 -0400 Original-Received: from HOME-C4E4A596F7 ([81.5.51.205]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HSB36054 (AUTH halo1); Tue, 4 Sep 2007 06:04:09 +0300 (IDT) In-reply-to: (message from Stefan Monnier on Mon, 03 Sep 2007 16:43:18 -0400) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (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:77711 Archived-At: > Cc: mituharu@math.s.chiba-u.ac.jp, dann@ics.uci.edu, emacs-devel@gnu.org, > rms@gnu.org, merlyn@stonehenge.com > From: Stefan Monnier > Date: Mon, 03 Sep 2007 16:43:18 -0400 > > > The *-win.el files are supposed to be used _only_ for the windowed > > sessions. If some build produces only a non-windowed version (like > > the --without-x on Posix platforms), then the respective *-win.el > > should NOT be required. > > Of course not. But if the build does support the Carbon|w32|X11 interface, > then it makes sense to preload (mac|w32|x)-win.el even if the user will > occasionally run with -nw in which case the file will not be used. Agreed. Do we have a build now that doesn't behave like that?