home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / utils / bug / 2046 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.9 KB

  1. Path: sparky!uunet!ogicse!emory!swrinde!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!icule.UUCP!pinard
  2. From: pinard@icule.UUCP (Francois Pinard)
  3. Newsgroups: gnu.utils.bug
  4. Subject: Problems with TABs and makeinfo
  5. Message-ID: <9211120330.AA03108@icule.UUCP>
  6. Date: 12 Nov 92 03:30:39 GMT
  7. Article-I.D.: icule.9211120330.AA03108
  8. Sender: gnulists@ai.mit.edu
  9. Reply-To: pinard@iro.umontreal.ca
  10. Distribution: gnu
  11. Organization: GNUs Not Usenet
  12. Lines: 46
  13. Approved: bug-gnu-utils@prep.ai.mit.edu
  14.  
  15. This pertains to makeinfo version 1.47, as distributed within the
  16. Texinfo 2.15 package.  It was compiled with GNU C 1.41 under COFF
  17. encapsulation on this 386/ix 2.0.2 system (waiting for Hurd :-).
  18.  
  19. My suggestion is that makeinfo should logically `expand' its input.
  20. Here is an example of what I consider a misbehaviour.
  21.  
  22. First, the input file x.texinfo.  Note that there is a TAB between the
  23. two sentences.  This will happen quite naturally in GNU Emacs if you
  24. have the (good :-) habit of typing two spaces after an end of sentence
  25. period, than later M-x tabify the whole buffer:
  26.  
  27. ---------------------------------------------------------------------->
  28. @setfilename x.info
  29. @node Top
  30. @top
  31.  
  32. Here a phrase.    Here another.
  33. ----------------------------------------------------------------------<
  34.  
  35. Then, the produced x.info file.  With some luck, the mail systems will
  36. not destroy the tabs and you will see the awkward looking result:
  37.  
  38. ---------------------------------------------------------------------->
  39. This is Info file x.info, produced by Makeinfo-1.47 from the input file
  40. /tmp/x.texinfo.
  41.  
  42. ^_
  43. File: x.info,  Node: Top
  44.  
  45.  
  46.  
  47.    Here a phrase.    Here another.
  48.  
  49.  
  50. ^_
  51. Tag Table:
  52. Node: Top90
  53. ^_
  54. End Tag Table
  55. ----------------------------------------------------------------------<
  56.  
  57. -- 
  58. Franc,ois Pinard        ``Vivement GNU!''       pinard@iro.umontreal.ca
  59. (514) 588-4656                                   ...!uunet!iros1!pinard
  60. About the League for Programming Freedom?  Email me or lpf@uunet.uu.net
  61.