home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / emacs / gnus / 1447 next >
Encoding:
Text File  |  1993-01-04  |  1.8 KB  |  61 lines

  1. Newsgroups: gnu.emacs.gnus
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!twinsun.COM!eggert
  3. From: eggert@twinsun.COM (Paul Eggert)
  4. Subject: gnus 3.14.1 problem: bad info pointers in gnus.texinfo
  5. Message-ID: <9301042213.AA09255@farside.twinsun.com>
  6. Sender: daemon@cis.ohio-state.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 4 Jan 1993 22:13:20 GMT
  10. Lines: 49
  11.  
  12. The command `makeinfo gnus.texinfo -o gnus' reports the following errors:
  13.  
  14.   Making info file `gnus' from `gnus.texinfo'.
  15.   ./gnus.texinfo:341: Node `Acknowledgments''s Next field not pointed back to.
  16.   ./gnus.texinfo:364: This node (`Introduction') is the one with the bad `Prev'.
  17.  
  18. Here is a patch.
  19.  
  20. ===================================================================
  21. RCS file: gnus.texinfo,v
  22. retrieving revision 3.14
  23. retrieving revision 3.14.1.1
  24. diff -c -r3.14 -r3.14.1.1
  25. *** gnus.texinfo    1991/07/24 13:01:21    3.14
  26. --- gnus.texinfo    1993/01/04 22:10:16    3.14.1.1
  27. ***************
  28. *** 80,86 ****
  29.   @page
  30.   
  31.   @ifinfo
  32. ! @node Top, Introduction,, (DIR)
  33.   
  34.   The GNUS Newsreader
  35.   *******************
  36. --- 80,86 ----
  37.   @page
  38.   
  39.   @ifinfo
  40. ! @node Top,,, (DIR)
  41.   
  42.   The GNUS Newsreader
  43.   *******************
  44. ***************
  45. *** 361,367 ****
  46.   sent comments, suggestions, and bug fixes.  Thanks also go to Richard
  47.   Stallman and the Free Software Foundation for their good work.
  48.   
  49. ! @node Introduction, Installation, Top, Top
  50.   @unnumbered Introduction
  51.   
  52.     GNUS is a program for reading and writing USENET news using GNU Emacs.
  53. --- 361,367 ----
  54.   sent comments, suggestions, and bug fixes.  Thanks also go to Richard
  55.   Stallman and the Free Software Foundation for their good work.
  56.   
  57. ! @node Introduction, Installation, Acknowledgments, Top
  58.   @unnumbered Introduction
  59.   
  60.     GNUS is a program for reading and writing USENET news using GNU Emacs.
  61.