home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / emacs / help / 4897 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  976 b 

  1. Path: sparky!uunet!mcsun!uknet!edcastle!dcs.ed.ac.uk!jhe
  2. From: jhe@dcs.ed.ac.uk (James Evans)
  3. Newsgroups: gnu.emacs.help
  4. Subject: GNU Emacs Lisp
  5. Keywords: Programming, Lisp, Gnu, Emacs, Grammar
  6. Message-ID: <By69KI.24L@dcs.ed.ac.uk>
  7. Date: 23 Nov 92 14:00:18 GMT
  8. Sender: cnews@dcs.ed.ac.uk (UseNet News Admin)
  9. Organization: Department of Computer Science, University of Edinburgh
  10. Lines: 19
  11.  
  12.  
  13. ( I AM POSTING THIS FOR A FRIEND, BUT PLEASE MAIL TO jhe@dcs.ed.ac.uk )
  14.  
  15. Hello,
  16.  
  17. I am trying to write a piece of code in GNU Emacs Lisp.
  18.  
  19. Does anybody know how I might select some text from the current buffer and copy it
  20. into a second buffer?  Also, if the copied text is altered, how to replace the copied
  21. text into the original buffer. 
  22.  
  23. A secondary problem is how to process a buffer and create a data structure(whatever
  24. the data structure might be) of the words in a sentence.
  25.  
  26. This, if you are interested, is for a grammar checking integrated into GNU Emacs.
  27.  
  28. Thanks
  29.  
  30. Alan Taylor.
  31.