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

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!sun-barr!olivea!apple!cambridge.apple.com!hall@allegra.att.com
  2. From: hall@allegra.att.com (Bob Hall)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: revert file
  5. Message-ID: <9212222032.AA06398@brazil.cambridge.apple.com>
  6. Date: 22 Dec 92 20:25:25 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 14
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11. 1. Create a new file buffer in Fred
  12. 2. Type in the following form
  13.   (with-open-file (str "hard disk:lisp code:server:glop"
  14.                        :direction :output
  15.                        :if-exists :supersede)
  16.     (format str "~%Blatzorg"))
  17. 3. Save it as the file "hard disk:lisp code:server:glop" (or whatever)
  18. 4. Evaluate the form
  19.  
  20. Question: Why is the Revert menu item in the File menu is disabled?
  21. In fact, fred just lets me edit the buffer and save it, completely
  22. oblivious to the fact that the file has changed.
  23.  
  24. -- Bob
  25.