From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26905 Path: main.gmane.org!not-for-mail From: Christophe Cuq Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus Info Files (WinNT) Date: 15 Nov 1999 22:49:08 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164026 21825 80.91.224.250 (21 Oct 2002 01:33:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:33:46 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA20504 for ; Mon, 15 Nov 1999 17:20:58 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB00354; Mon, 15 Nov 1999 16:20:44 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 15 Nov 1999 16:20:48 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA06778 for ; Mon, 15 Nov 1999 16:20:34 -0600 (CST) Original-Received: from smtp3.free.fr (root@smtp3.free.fr [212.27.32.72]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA20475 for ; Mon, 15 Nov 1999 17:20:03 -0500 (EST) Original-Received: from lagavullin.cuq.org (toulouse-50-55.dial.proxad.net [212.27.50.55]) by smtp3.free.fr (8.9.3/8.9.3/Debian/GNU) with ESMTP id XAA18268 for ; Mon, 15 Nov 1999 23:19:49 +0100 Original-Received: from Spooler by lagavullin.cuq.org (Mercury/32 v2.16); 15 Nov 99 23:19:46 +0100 Original-Received: from spooler by lagavullin.cuq.org (Mercury/32 v2.16); 15 Nov 99 23:18:47 +0100 Original-Received: from LAGAVULLIN (192.168.100.100) by lagavullin.cuq.org (Mercury/32 v2.16); 15 Nov 99 23:17:37 +0100 Original-To: Rene Matteau In-Reply-To: Rene Matteau's message of "15 Nov 1999 13:18:31 -0500" User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.2 (Yoko) Original-Lines: 49 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26905 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26905 >> "RM" == Rene Matteau writes: RM> Norbert, RM> On NT, I use the make.bat instead of the makefile. It works with Emacs RM> but I am not sure with XEMACS. It has to be modified to run with Xemacs. I modified mine in June to compile pGnus with Fabrice's b18 Xemacs. I'm not sure there is a need to set all the stuff at the beginninng of the file, but I had never sufficient time to test without. It works like a charm both with W95 and WNT and Xemacs 21.2. b18, b19, b20 --------------------------------Make.bat------------------------------- @echo off set emacs_dir=d:\xemacs set EMACSLOADPATH=%emacs_dir%\xemacs~1.2\lisp;%emacs_dir%\site-p~1\ set EMACSLOCKDIR=%emacs_dir%\lock set TERM=CMD set HOME_SAVE=%HOME% set HOME_EXISTS=yes set HOME_DEFAULT=d:\ set HOME= if "%HOME%" == "%HOME_SAVE%" set HOME_EXISTS=no if "%HOME_EXISTS%" == "yes" set HOME=%HOME_SAVE% if "%HOME_EXISTS%" == "no" set HOME=%HOME_DEFAULT% if "%HOME_EXISTS%" == "no" echo HOME is not set! Using %HOME% as a default... Rem Clear PWD so emacs doesn't get confused set GNUS_PWD_SAVE=%PWD% set PWD= cd lisp call d:\xemacs\xemacs~1.2\i586-p~1\xemacs.exe -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-compile cd ..\texi call d:\xemacs\xemacs~1.2\i586-p~1\xemacs.exe -batch -q -no-site-file gnus.texi -l texinfmt -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer call d:\xemacs\xemacs~1.2\i586-p~1\xemacs.exe -batch -q -no-site-file message.texi -l texinfmt -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer ------------------------------------------------------------------------------------- -- CHC