home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / text / edit / FrexxEdA.lha / FrexxEd / fpl / BufList.FPL.README < prev    next >
Text File  |  1995-08-20  |  1KB  |  44 lines

  1. #############################################################################
  2. File:        BufList.FPL
  3. Author:        Daniel Stenberg
  4. Email:        Daniel.Stenberg@sth.frontec.se
  5. Short:        Easy multiple-buffer interface/overview (Emacs style)
  6. Version:    1.0
  7. Date:        20.8.95
  8. Local settings:
  9. Global settings:
  10. Keysequence:    control x b
  11. Type:
  12. Prereq:
  13. Copyright:
  14. #############################################################################
  15.  
  16. FUNCTION
  17.   Have you ever been in the position when you've had a lot of buffers in
  18. memory and you wanted to i.e kill or save a whole lot of them? I know I have,
  19. and that is the reason why I put this piece together.
  20.  
  21.   Invoking the function with 'control x b' will display a list of all buffers
  22. currently in FrexxEd in a new view (with information whether they are changed,
  23. the protection bits, the sizes and their full file names). You can then move
  24. around the cursor in the list and mark the files in a few different ways:
  25.   'd' - marks the file for deletion
  26.   's' - marks the file for saving
  27.   'u' - unmark the file
  28.  
  29. Press 'x' to perform the actions according to the marks. Pressing 'f' on a
  30. file name will make FrexxEd pop that buffer to front.
  31.  
  32. HISTORY
  33.   1.0 - Original, put together for you to try! Gimme a hint if you have any
  34.     changes you'd like to have included...
  35.  
  36. BUGS
  37.   Don't think so.
  38.  
  39. TODO
  40.   Clone even more functions from the Emacs bufferlist-mode.
  41.  
  42. SEE ALSO
  43.  
  44.