Xref: utzoo gnu.emacs.help:131 comp.emacs:9371 Path: utzoo!telly!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!prodnet.la.locus.com!stevea From: stevea@prodnet.la.locus.com (Steve Anderson) Newsgroups: gnu.emacs.help,comp.emacs Subject: make-backup-files & save-buffer problem Message-ID: <9010242101.AA291723@prodnet.la.locus.com> Date: 24 Oct 90 21:01:36 GMT Sender: pollack@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Distribution: gnu Organization: Gnus Not Usenet Lines: 20 I'm trying to do the following: (defun tidy () "don't make backup files, and only autosave in current visited file" (interactive) (setq make-backup-files 'nil) (setq auto-save-visited-file-name 't)) The auto-save-visited-file-name seems to work file. When I try to save the buffer using C-x C-s, I get the message "file has changed on disk, do you still want to save?". I expect this, since auto-save has written in the file, so I type yes. But, the file isn't actually saved! Please send me mail regarding this, and I'll summarize if there's interest. If there's a better way, please suggest it. -Steve I do not speak officially for Locus or IBM, just me. stevea@locus.com uunet!lcc!stevea lcc!stevea@seas.ucla.edu