Gnus development mailing list
 help / color / mirror / Atom feed
From: Christophe Cuq <ccuq@teaser.fr>
Cc: ding@gnus.org
Subject: Re: Gnus Info Files (WinNT)
Date: 15 Nov 1999 22:49:08 +0100	[thread overview]
Message-ID: <wkwvrj77e3.fsf@lagavullin.cuq.org> (raw)
In-Reply-To: Rene Matteau's message of "15 Nov 1999 13:18:31 -0500"

>> "RM" == Rene Matteau <matteau@ca.ibm.com> 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



      parent reply	other threads:[~1999-11-15 21:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-15  9:08 Norbert Koch
1999-11-15 18:18 ` Rene Matteau
1999-11-15 19:33   ` Hans de Graaff
1999-11-15 21:49   ` Christophe Cuq [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wkwvrj77e3.fsf@lagavullin.cuq.org \
    --to=ccuq@teaser.fr \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).