home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / emacs / help / 5133 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.1 KB  |  32 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!malgudi.oar.net!news.ans.net!cmcl2!acf9!leejuney
  3. From: leejuney@acf9.nyu.edu (June-Yub LEE)
  4. Subject: Smart Back-up
  5. Message-ID: <leejuney.724798933@acf9>
  6. Sender: notes@cmcl2.nyu.edu (Notes Person)
  7. Nntp-Posting-Host: acf9.nyu.edu
  8. Organization: New York University
  9. Date: Sat, 19 Dec 1992 21:02:13 GMT
  10. Lines: 20
  11.  
  12. Hello.
  13.  
  14. I don't want to make back-up files most cases so
  15. I have put (setq make-backup-files nil) in my .emacs.
  16. It works fine, however, it also makes version-control disabled.
  17.  
  18. I like (setq version-control nil) very much and I want to
  19. apply the same concept to a single (non-numbered) backup file.
  20.  
  21. If there is numbered backups, keep making new numbered backups.
  22. If there is only one (~) backup, then generate single backup copy.
  23. If there is no backup at all, don't make any backup.
  24.  
  25. I can think of using write-file-hooks variable but
  26. I have no idea on lisp code. And I have tried to look
  27. at the manual and FAQ in vain.
  28.  
  29. Please help me.
  30. Thanks in advance.
  31.     June-Yub Lee
  32.