home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / FREEMACS / EMACS16A.ZIP / INFO.EDD < prev    next >
Text File  |  1989-10-18  |  2KB  |  73 lines

  1.  
  2.  
  3. Name:Ifilename
  4. The string 'info-history' consists of comma delimited strings
  5. [*]
  6.  
  7. Name:I:info
  8. Create a mark in the current buffer so that we can mark things there.
  9. [*]
  10.  
  11. Name:I:Info-last
  12. Go back to the node that we visited most recently.
  13. [*]
  14.  
  15. Name:I:Info-follow
  16. line is a comment.  After the starting line, every line that begins
  17. with a "* " lists a single topic.  The name of the topic--the arg
  18. that the user must give to the "m" command to select this topic--
  19. comes right after the star and space, and is followed by 
  20. a colon, spaces and tabs, and the name of the node which discusses
  21. that topic.  The node name, like node names following Next,
  22. Previous and Up, may be terminated with a tab, comma, or newline;
  23. it may also be terminated with a period.
  24. [*]
  25.  
  26. Name:I:Info-menu
  27. A menu begins with "* Menu:".  The prompt is "Menu item: ".
  28. line is a comment.  After the starting line, every line that begins
  29. with a "* " lists a single topic.  The name of the topic--the arg
  30. that the user must give to the "m" command to select this topic--
  31. comes right after the star and space, and is followed by 
  32. a colon, spaces and tabs, and the name of the node which discusses
  33. that topic.  The node name, like node names following Next,
  34. Previous and Up, may be terminated with a tab, comma, or newline;
  35. it may also be terminated with a period.
  36. [*]
  37.  
  38. Name:Iget-item
  39. Given the name of an item in arg2, return the name of the node.
  40. The item prefix is in arg1.
  41. * foo:   bar
  42.   0  1   2
  43. [*]
  44.  
  45. Name:I:Info-validate
  46. Ensure that every node is reachable and valid.
  47. [*]
  48.  
  49. Name:Ifind-node
  50. Copy a node to the *info* buffer.
  51. [*]
  52.  
  53. Name:Ilist-nodes
  54. Make a comma-delimited list of node names.
  55. [*]
  56.  
  57. Name:Ilist-items
  58. Return a comma-delimited list of those item names that begin with arg3.
  59. The item prefix is in arg2.  The initial point is set by arg1.
  60. [*]
  61.  
  62. Name:Ilist-items-do
  63. Continue searching until all items have been found.
  64. [*]
  65.  
  66. Name:Ifind-tag
  67. Arg1 is the name of the tag whose entry is to be found.
  68. [*]
  69.  
  70. Name:Ifind-node-do
  71. Search through all the nodes to find the one that matches our name.  Return
  72. arg2 if we find a match, and arg3 if we don't.
  73. [*]