2000-12-20 Jesper Harder <jesper_harder@hotmail.com>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 20 Dec 2000 05:41:32 +0000 (05:41 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 20 Dec 2000 05:41:32 +0000 (05:41 +0000)
* make.bat: set max-lisp-eval-depth.

ChangeLog
make.bat
todo

index a9629c5..a8c0c2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
+
+       * make.bat: set max-lisp-eval-depth.
+
 2000-10-12  Jesper Harder <jesper_harder@hotmail.com>
 
        * make.bat: Makes it possible to generate the Info files on
 2000-10-12  Jesper Harder <jesper_harder@hotmail.com>
 
        * make.bat: Makes it possible to generate the Info files on
index 978cdd6..b186705 100644 (file)
--- a/make.bat
+++ b/make.bat
@@ -44,7 +44,7 @@ set EMACSINFOHACK="(while (re-search-forward \"@\\(end \\)?ifnottex\" nil t) (re
 cd ..\texi\r
 call %1\bin\%emacs% -batch -q -no-site-file message.texi -eval %EMACSINFOHACK% -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
 call %1\bin\%emacs% -batch -q -no-site-file emacs-mime.texi -eval %EMACSINFOHACK% -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
 cd ..\texi\r
 call %1\bin\%emacs% -batch -q -no-site-file message.texi -eval %EMACSINFOHACK% -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
 call %1\bin\%emacs% -batch -q -no-site-file emacs-mime.texi -eval %EMACSINFOHACK% -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
-call %1\bin\%emacs% -batch -q -no-site-file gnus.texi -eval %EMACSINFOHACK% -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
+call %1\bin\%emacs% -batch -q -no-site-file gnus.texi -eval %EMACSINFOHACK% -eval "(setq max-lisp-eval-depth 600)" -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
 if not "%2" == "copy" goto done\r
 copy gnus %1\info\r
 copy gnus-?? %1\info\r
 if not "%2" == "copy" goto done\r
 copy gnus %1\info\r
 copy gnus-?? %1\info\r
diff --git a/todo b/todo
index be0bfb8..3612997 100644 (file)
--- a/todo
+++ b/todo
@@ -1,6 +1,8 @@
 ;; Also know as the "wish list".  Some are done. For the others, no
 ;; promise when to be implemented.
 
 ;; Also know as the "wish list".  Some are done. For the others, no
 ;; promise when to be implemented.
 
+* Understand mail-user-agent. Maybe gnus-mail-user-agent.
+
 * Emphasis delimiters show when `W W c'.
 
   [Fixed]
 * Emphasis delimiters show when `W W c'.
 
   [Fixed]