home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / FREEMACS / EMACS16A.ZIP / ABBREV.EDD < prev    next >
Text File  |  1990-03-06  |  1KB  |  46 lines

  1.  
  2.  
  3. Name:Adefine-abbrev
  4. Defines an abbreviation for the string before the point.  This is extremely
  5. simple, and uses up Mint string space for the abbreviations.  For my uses
  6. these sorts of abbreviations are far superior to the "dabbrev" ones that are
  7. also around --- but I do tend to produce some fairly obscure documents!
  8. Arg1 is the mode to define the abbrev in (if any).
  9. [*]
  10.  
  11. Name:Ainverse-define-abbrev
  12. Defines an expansion for the string before the point.
  13. Arg1 is the mode to define the abbrev in (if any).
  14. [*]
  15.  
  16. Name:A:expand-abbrev
  17. Expands the abbreviation that occurs before the point by looking
  18. for a string named abbrev.Mode.<abbreviation>, or else abbrev..<abbreviation>.
  19. [*]
  20.  
  21. Name:A-abbrev-all-caps
  22. Does nothing (yet).
  23. [*]
  24.  
  25. Name:A:write-abbrev-file
  26. Write a file describing all defined abbrevs.
  27. [*]
  28.  
  29. Name:A:read-abbrev-file
  30. Read a file describing all defined abbrevs.
  31. [*]
  32.  
  33. Name:A-save-abbrev
  34. If non-empty, offer to save abbreviations if any have been added or deleted.
  35. [*]
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. Name:A:abbrev-mode
  44. Turns on/off auto-abbreviation (when a space is typed) in the current
  45. buffer.  The abbrev library is loaded if required
  46. [*]