From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "FRC" Newsgroups: gmane.emacs.help Subject: Re: GNU NTEmacs and X Date: Sun, 3 Aug 2003 13:41:05 +0200 Organization: Wanadoo, l'internet avec France Telecom Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <843cglm7se.fsf@slowfox.is.informatik.uni-duisburg.de> <871xw510ud.fsf@offby1.atm01.sea.blarg.net> NNTP-Posting-Host: deer.gmane.org X-Trace: main.gmane.org 1059914098 30030 80.91.224.253 (3 Aug 2003 12:34:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 3 Aug 2003 12:34:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 03 14:35:13 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19jI4u-0008Eh-00 for ; Sun, 03 Aug 2003 14:35:13 +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 19jHJQ-0006Pe-EA for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Aug 2003 07:46:08 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.arcor-online.net!newsfeed.r-kom.de!newsfeed.stueberl.de!teaser.fr!freenix!wanadoo.fr!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 43 Original-NNTP-Posting-Host: amontsouris-108-1-24-192.w80-15.abo.wanadoo.fr Original-X-Trace: news-reader2.wanadoo.fr 1059910860 30345 80.15.156.192 (3 Aug 2003 11:41:00 GMT) Original-X-Complaints-To: abuse@wanadoo.fr Original-NNTP-Posting-Date: 3 Aug 2003 11:41:00 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Original-Xref: shelby.stanford.edu gnu.emacs.help:115644 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:11562 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11562 I indeed would like to be able to run un-cygwinized NTEmacs both with X and no X. The pb with cygwinized Emacs is for instance that it doesn't deal with NT paths eg. C:\foo\bar. I can work around that wirh /cygdrive or a /c mount point, but I'd rather not. I don't want it to pretend to be on *NIX, but rather to be able to understand *NIX world. BTW, I got a strange error when trying to build NTEmacs from CVS sources with cygwin (make bootstrap) ----------------------------------- gcc -c -I/usr/share/gettext -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/ho me/FRC/emacs/src -I/usr/share/gettext -I/usr/X11R6/include -g xterm.c xterm.c: In function `x_create_toolkit_scroll_bar': xterm.c:4488: `XtNbeNiceToColormap' undeclared (first use in this function) xterm.c:4488: (Each undeclared identifier is reported only once xterm.c:4488: for each function it appears in.) make[1]: *** [xterm.o] Error 1 make[1]: Leaving directory `/home/FRC/emacs/src' make: *** [bootstrap] Error 2 ----------------------------------- Googled a bit but didn't find anything. I got almost all latest cygwin packages (apart from games etc...). Rookie Q: what's that DOC file used for? FRC a écrit dans le message de news:u7k5wgs7p.fsf@jasonrumney.net... > Eric Hanchrow writes: > > > I've had trouble (whose details I forget) sharing byte-compiled Lisp > > between the NT and Cygwin versions of Emacs. > > Were they different versions? There should be no difference in byte > format between different platforms. I have successfully shared lisp > directories between Windows and GNU/Linux installations for years. > And recently someone fixed the DOC file differences between *nix and > W32, so the CVS version should be able to share that without problems > as well. >