From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Burton Samograd Newsgroups: gmane.emacs.bugs Subject: Re: bug#13112: 24.2.90; The cygw32 build should disable X11 Date: Fri, 07 Dec 2012 15:19:04 -0700 Organization: Aioe.org NNTP Server Message-ID: References: <50C1E941.2080609@cornell.edu> <87k3stiutx.fsf@Rainer.invalid> <87boe5iscr.fsf@Rainer.invalid> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1354919708 2468 80.91.229.3 (7 Dec 2012 22:35:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Dec 2012 22:35:08 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 07 23:35:22 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Th6Vt-0006Zd-2W for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Dec 2012 23:35:21 +0100 Original-Received: from localhost ([::1]:44809 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th6Vg-0005bB-Rq for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Dec 2012 17:35:08 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder1.news.weretis.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 24 Original-NNTP-Posting-Host: x8k3KC6E0RodHmQi2ZnN7g.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/24.2.90 (cygwin) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:rMB2Ofv+YmsTxpyq4zSAGzUX3mk= Original-Xref: usenet.stanford.edu gnu.emacs.bug:94516 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:68152 Archived-At: Eli Zaretskii writes: >> From: Achim Gratz >> Date: Fri, 07 Dec 2012 20:18:12 +0100 >> >> Glenn Morris writes: >> > Maybe you could summarize what the actual problem is, then. >> >> The problem, as far as I have been able to determine, is that my init >> file set a default font that does only exist in X11 but not Windows, so >> it was illegal for the cygw32 build, but somehow that managed to sneak >> past Emacs' guards and apparently activated X11 code paths that should >> not have been in there to begin with. This then made Emacs hang >> whenever it should display UI dialogs (like the file chooser). > > Are you saying that xterm.c, xfns.c, and xmenu.c are compiled into a > cygw32 Emacs? They shouldn't, AFAIU. They are on my build, but I have the proper X11 headers and libraries installed in my cygwin. I like it that way so I can display my emacs with an x-server. -- Burton Samograd