home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / lisp / mcl / 1886 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.2 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!olivea!apple!cambridge.apple.com!maulsby@kauri.cs.waikato.ac.nz
  2. From: maulsby@kauri.cs.waikato.ac.nz (David Maulsby)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: access to fred history, etc.
  5. Message-ID: <9212232252.AA09265@kauri.cs.waikato.ac.nz>
  6. Date: 23 Dec 92 23:56:12 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 19
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11. Hi Folks,
  12.  
  13. I'd like to incorporate a predictive interface with the Fred editor but
  14. I need to be able to scan back through its history list.  Could someone
  15. tell me how to access events other than fred-last-command.  Also, how
  16. to decode all those numbers after the text and position args, if they
  17. mean anything.
  18.  
  19. I would also like to co-opt the text-region outline (currently used to
  20. mark a selection in an inactive window) and modify its graphical style,
  21. but I find no documentation or routines relating to it.
  22.  
  23. Finally, I'll be writing a text pattern matcher that looks for tokens
  24. like chars, words, paragraphs; types like numbers, alpha, etc; properties
  25. like capitalization, font, etc.  I expect there must be parsers or pattern
  26. matchers like this already out there, but I haven't found one.
  27.  
  28. Thanks in advance,
  29. Dave Maulsby
  30.