home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / emacs / help / 5468 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  1.3 KB

  1. Xref: sparky gnu.emacs.help:5468 alt.religion.emacs:517 comp.emacs:4047 rec.games.int-fiction:1212
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!agate!agate!rusty
  3. From: rusty@groan.Berkeley.EDU (Rusty Wright)
  4. Newsgroups: gnu.emacs.help,alt.religion.emacs,comp.emacs,rec.games.int-fiction
  5. Subject: is there an emacs mode for this?
  6. Date: 20 Jan 93 22:03:06
  7. Organization: Computer Center, UC Berkeley
  8. Lines: 13
  9. Message-ID: <RUSTY.93Jan20220306@groan.Berkeley.EDU>
  10. NNTP-Posting-Host: groan.berkeley.edu
  11.  
  12. I have an interactive program that I'd like to use under emacs.  The
  13. program takes input; it it prompts for input with a > on a line by
  14. itself.  The program outputs sentences and paragraphs of text.  It's
  15. currently doing its own line wrapping but I'd prefer that emacs do the
  16. formatting of these sentences and paragraphs.  So I think what I want
  17. is sort of a shell mode that takes all lines that aren't a single >
  18. and reformats them.  Does anybody know if there's such an emacs mode?
  19.  
  20. Footnote: the people in the rec.games.int-fiction will recognize this
  21. program as the Unix Infocom interpreter which allows you to play
  22. Infocom games on Unix.  I've modified it so that you can give it a -R
  23. flag that puts it in "raw" mode so that it doesn't use curses or
  24. termcap or print the status line and does vanilla terminal i/o.
  25.