Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!clyde.concordia.ca!nstn.ns.ca!news.cs.indiana.edu!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!maverick.ksu.ksu.edu!hoss!hoss.unl.edu!savel From: savel@hoss.unl.edu (Bharat P. Savel) Newsgroups: comp.emacs Subject: Another doubt in emacs Message-ID: <1991Feb15.011121.15957@hoss.unl.edu> Date: 15 Feb 91 01:11:21 GMT Sender: news@hoss.unl.edu (Network News Administer) Organization: Dept. of EE, Univ. of Nebraska-Lincoln Lines: 26 these are my quasi DEC ed/edt routines: ;;--- (global-set-key "\C-e" 'save-buffers-kill-emacs) (global-set-key "\C-q" 'kill-emacs) (global-set-key "\C-s" 'save-buffer) (global-set-key "\C-w" 'write-file) ;;--- backed by non autosaving,non-autobacking routines: (setq auto-save-default 'nil) (setq make-backup-files 'nil) (setq default-major-mode 'text-mode) ;;--- problem is that when i enter C-s (to save) i have no guarantee that the file is saved; the modeline ( or below it actually) mentions that file is saved; however when i do a more filename from another window i find that file doesnot exist; some times i also get a wierd "Disk file changed..... and same way the file gets erased; is it me or the emacs? is this a bug for which reason a auto-backup was made? any ideas...what is going on here? -- -------------------------------------------------------------------------------- Bharat P. Savel EE Dept. E-mail : savel@hoss.unl.edu Univ of Nebraska-Lincoln Ph : (402) 477-9857