From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: GNU NTEmacs and X Date: Fri, 01 Aug 2003 16:03:59 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3F2AE3CF.3060206@yahoo.com> References: <843cglm7se.fsf@slowfox.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1059796117 22513 80.91.224.249 (2 Aug 2003 03:48:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 2 Aug 2003 03:48:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 02 05:48:35 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19inNj-0005qz-00 for ; Sat, 02 Aug 2003 05:48:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ii2E-0005EB-VF for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Aug 2003 18:06:02 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!skynet.be!skynet.be!130.133.1.3.MISMATCH!fu-berlin.de!uni-berlin.de!170.207.51.80!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 170.207.51.80 Original-X-Trace: news.uni-berlin.de 1059775426 22420905 170.207.51.80 (16 [82742]) User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us Original-Xref: shelby.stanford.edu gnu.emacs.help:115629 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11545 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11545 Kai Großjohann wrote: > Jason Dufair writes: >>So you want to run it always in GUI mode, with X handling the GUI when >>you're in X/KDE and Win32 handling the GUI when you don't have an X >>server running? I think you'll be unlikely to get this to work with the >>current sources. >> > > Right. But where's the problem of creating two binaries? They could > share most of the actual installation. I would guess that it should > suffice to create two binaries, and share all the other files. There > might be a problem with the DOC file, though. Ooh, that's a cool idea. You would need to configure each build separately (and run `make distclean` in betweeen), but I think you could build and install separate executables (and share the other stuff) by configure'ing with e.g. --exec-prefix=/usr/local/x and --exec-prefix=/usr/local/win32 -- Kevin Rodgers