home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / emacs / bug / 1216 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.4 KB  |  36 lines

  1. Newsgroups: gnu.emacs.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!iesd.auc.dk!abraham
  3. From: abraham@iesd.auc.dk (Per Abrahamsen)
  4. Subject: Re: outline-mode
  5. Message-ID: <ABRAHAM.92Aug27041919@loke.iesd.auc.dk>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Mathematics and Computer Science, Aalborg University
  8. References: abraham@iesd.auc.dk (Per Abrahamsen)
  9. Distribution: gnu
  10. Date: Thu, 27 Aug 1992 08:19:19 GMT
  11. Approved: bug-gnu-emacs@prep.ai.mit.edu
  12. Lines: 22
  13.  
  14. >>>>> On 21 Aug 92 11:32:40 GMT, jsp@betz.biostr.washington.edu (Jeff
  15. >>>>> Prothero) said:
  16.  
  17. Jeff> * I, at least, think outline-mode looks very handy for C and lisp
  18. Jeff>   files as well as straight outline editing:  I'm adding the
  19. Jeff>   outline commands to c-mode and the lisp modes, using ^O as the
  20. Jeff>   prefix key for them (and moving open-line to ^O^O).  And changing
  21. Jeff>   outline-mode proper to use ^O as the prefix too, for compatibility.
  22. Jeff>   Somehow ^O seems more mnemonic for 'outline' anyhow :).
  23.  
  24. You might want to use the minor mode version of outline-mode instead
  25. of patching every other major mode.  The minor mode is identical to
  26. the major mode, except that you can use it together with another major
  27. mode, and you can choose the prefix key yourself.
  28.  
  29. The algorithm for for determining the outline level is also more
  30. general, but still compatible with the one used in the major mode.
  31.  
  32. It is available by ftp from iesd.auc.dk in the file
  33. /pub/emacs-lisp/outline.shar
  34.  
  35.  
  36.