Revision: emacs@sv.gnu.org/gnus--devo--0--patch-70
authorMiles Bader <miles@gnu.org>
Fri, 3 Mar 2006 07:46:30 +0000 (07:46 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 3 Mar 2006 07:46:30 +0000 (07:46 +0000)
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 46-48)

   - Update from CVS

2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * make.bat: Add note about "Out of environment space" on Windows
   98 SE.  Avoid `>' in echo.

ChangeLog
make.bat

index 74b2335..b89642d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * etc/images/mail/save.xpm, etc/images/mail/preview.xpm: Rename
        char*.
 
+2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * make.bat: Add note about "Out of environment space" on Windows
+       98 SE.  Avoid `>' in echo.
+
 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * ChangeLog, texi/ChangeLog, lisp/ChangeLog: Fix "From so-and-so"
index fe76a74..653d827 100644 (file)
--- a/make.bat
+++ b/make.bat
@@ -3,6 +3,16 @@
 rem Written by Frank Schmitt (ich@frank-schmitt.net)\r
 rem based on the work by David Charlap (shamino@writeme.com)\r
 rem .\r
+rem .\r
+rem From http://my.gnus.org/node/343:\r
+rem   A comment on installing Gnus on Windows 98 SE that might help others: When\r
+rem   I ran the "make.bat" file in the 5.10.6 tarball I got a bunch of "Out of\r
+rem   environment space" messages. The solution was to (1) make a shortcut to\r
+rem   the make.bat file, and (2) right-click on the shortcut, setting "Cmd line"\r
+rem   in the "Program" tab in "properties" to include the parameters make.bat\r
+rem   requires, and "initial environment" in the "memories" tab, to the maximum\r
+rem   (in my case, anyway, 2560).\r
+rem .\r
 rem Clear PWD so emacs doesn't get confused\r
 set GNUS_PWD_SAVE=%PWD%\r
 set PWD=\r
@@ -21,8 +31,8 @@ goto noemacs
 set EMACS=emacs.bat\r
 echo.\r
 echo ***************************************************************************\r
-echo * Using emacs.bat (If you've got en Emacs >= 20.3 please remove Emacs.bat,\r
-echo * it isn't needed anymore.\r
+echo * Using emacs.bat  (If you've got Emacs 20.3 or higher please remove\r
+echo * Emacs.bat, it isn't needed anymore.)\r
 echo ***************************************************************************\r
 echo.\r
 goto emacs\r