From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Carbon port emacs-unicode-2 build problem under MacOSX Date: Tue, 06 Nov 2007 21:29:56 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1194352220 12360 80.91.229.12 (6 Nov 2007 12:30:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2007 12:30:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: CHENG Gao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 06 13:30:24 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 1IpNZW-0007OQ-Tf for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2007 13:30:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpNZM-0007XV-10 for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2007 07:30:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpNZI-0007WY-I5 for emacs-devel@gnu.org; Tue, 06 Nov 2007 07:30:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpNZH-0007VJ-4m for emacs-devel@gnu.org; Tue, 06 Nov 2007 07:30:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpNZG-0007V3-C3 for emacs-devel@gnu.org; Tue, 06 Nov 2007 07:30:06 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpNZF-0000lo-PE for emacs-devel@gnu.org; Tue, 06 Nov 2007 07:30:06 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id lA6CTwjX013334; Tue, 6 Nov 2007 21:29:58 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id lA6CTwe2013014; Tue, 6 Nov 2007 21:29:58 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id lA6CTv32017371; Tue, 6 Nov 2007 21:29:57 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1IpNZ6-0005Ex-VC; Tue, 06 Nov 2007 21:29:56 +0900 In-reply-to: (message from CHENG Gao on Tue, 06 Nov 2007 20:02:20 +0800) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:82656 Archived-At: In article , CHENG Gao writes: > If Carbon port is treated as dead, and emacs-app (Cocoa port, > http://emacs-app.sf.net) works well, is it possible that emacs-app be > merged (as a branch in cvs or git repo) thus we MacOSX users can have an > evolving Emacs? To my understanding, Carbon port should be treated as dead, and the merging of Cocoa port into the trunk (or to emacs-unicode-2 branch) isn't that far. "Adrian Robert" wrote: > I updated Emacs.app (Mac Cocoa port) to run under the multi-tty > changes as merged into the unicode-2 branch, however before releasing > I need to solve one remaining problem: when run as -nw, the default > face is set to green foreground, yellow background. (If I go to > customize-face it actually says "green" and "yellow".) This occurs > with emacs -Q -nw and is new -- unicode-2 CVS before the merge > produces a black-on-white default face. > Someone suggested something in my terminal settings caused the > problem, though I don't have any customization (moved aside .cshrc). > However the Apple terminal itself may be the cause? If I run under an > xterm the problem goes away, but I'm in black-and-white mode. Setting > the TERM variable under Apple terminal to various values likewise > either gives green/yellow or full b-&-w mode. > Anyway if anyone has any suggestions as to where to start hunting, I > would be grateful. > Another question -- is there any way to ask the new emacsclient to > open a frame in the default windowing terminal? There is the > --display argument but that seems to force X. What about adding > --terminal=zz, with zz='default' meaning $DISPLAY env variable (X), or > normal GUI display on Mac or Windows? Or simply "-gui" as a synonym > for --terminal=default? > Finally, is basic use of multi-tty from inside emacs documented > anywhere? I read about some functions in the NEWS but could not find > out how to get a list of the available terminal names to use for 'tty' > arguments, or how to specify displays in non-X environments. E.g., > I'd like to throw up a GUI window from inside a -nw session. > thanks, > Adrian --- Kenichi Handa handa@ni.aist.go.jp