home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11618 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.6 KB  |  40 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!gatech!news.ans.net!cmcl2!panix!drw
  3. From: drw@panix.com (Douglas Williams)
  4. Subject: Re: GNU Emacs vs. the world . . . (was Re: C Programmer's Editor of Choice?)
  5. Message-ID: <1992Jul24.225711.12639@panix.com>
  6. Date: Fri, 24 Jul 1992 22:57:11 GMT
  7. References: <ACHOW.92Jul23183544@cad093.scdt.intel.com> <1992Jul24.141245.18706@syma.sussex.ac.uk>
  8. Organization: PANIX Public Access Unix & Internet, NYC
  9. Lines: 29
  10.  
  11. In article <1992Jul24.141245.18706@syma.sussex.ac.uk> mpue2@syma.sussex.ac.uk (James E. Talbut) writes:
  12. >
  13. >1) How do I dump it?
  14. Are you using version 1.25DG of the port?  (If not, you should get it.)
  15. If so, emacs comes pre-dumped in the file etc/EMACS-DATA.  This file
  16. is loaded automatically upon invocation.  It takes about 8 seconds to 
  17. load - on a stock amiga - after being dumped.  For a description of re-
  18. dumping, see the file amiga.doc.
  19.  
  20. >2) How do I get it to not EVER do backups?
  21. Add `(setq make-backup-files nil)' to your .emacs file.
  22.  
  23. >3) How do I get it to NEVER do autosave?
  24. Add `(setq auto-save-default nil)' to your .emacs file.
  25.  
  26. >When I exit emacs it tries to write something to my SYS: what? and why?
  27. Not sure.  I don't think this is happening on my machine.  It may be saving
  28. some context information.  You may want to examine the variables defined 
  29. in saveconf.el.
  30.  
  31. Question:
  32. For anyone else using v1.25 on a stock amiga: Does amiga-set-geometry
  33. still work for you?  It causes emacs to freeze after expanding the window
  34. on my machine, so I have to resize the window manually each time I invoke
  35. the editor.  It worked fine with 1.24, by the way.
  36.  
  37.  
  38. -- 
  39. Douglas Williams (drw@panix.com)
  40.