home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / editors / 2004 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!dtix!mimsy!afterlife!jlziegl
  2. From: jlziegl@afterlife.ncsc.mil (John Ziegler)
  3. Newsgroups: comp.editors
  4. Subject: Jove and justification
  5. Summary: Quirks in the way (our) jove handles justification
  6. Keywords: jove, justify
  7. Message-ID: <1992Aug15.043946.29418@afterlife.ncsc.mil>
  8. Date: 15 Aug 92 04:39:46 GMT
  9. Organization: The Great Beyond
  10. Lines: 22
  11.  
  12.  
  13.    Since I use =jove= as a quick and easy text editor, I wanted to 
  14. modify the way it does justification to something a little more 
  15. robust.  Currently, it recognizes a paragraph break as a completely 
  16. blank line or a line that begins with a "." (I assume for ?roff
  17. usage).  I want it to accept something along the lines of 
  18. "^[<space><tab>.]|^$" as the beginning/end of the paragraph.  I tried
  19. changing the PARASTR value in the Justify() routine, but I was 
  20. getting strange results.  Then I found that even in the current 
  21. (default?) condition, if the cursor is on the blank line between two
  22. paragraphs when "M-x justify" is invoked, the two paragraphs are 
  23. justified into one.
  24.     (a)  Has this already been done, and our version of
  25.         =jove= is just hopelessly out of date (_very_
  26.         possible)?
  27.     (b)  If not, what might I be seeing and how do I go
  28.         about fixing it?
  29.  
  30.    E-mail answers are welcomed.  If the answer is significant (i.e.,
  31. it isn't, "What cave have _you_ been living in?"), I'll post results.
  32. Thanks.
  33.                     Zig
  34.