Re: emacs without backup option

2000-11-16 Thread Paul D. Smith
%% [EMAIL PROTECTED] (robert_wilhelm_land) writes: rwl> Jay Ford wrote: >> >> > > Does someone know which option is regarded to avoid emacs from >> > > imediately creating a backup file by opening a new or any other >> > > file? Just a clarification: Emacs doesn't make a backup when yo

Re: emacs without backup option

2000-11-16 Thread robert_wilhelm_land
Jay Ford wrote: > > > > Does someone know which option is regarded to avoid emacs from > > > imediately creating a backup file by opening a new or any other file? > > Put the following in ~/.emacs: > > (setq make-backup-files nil) ; Never create backup files > > It works for me. Just

Re: emacs without backup option

2000-11-15 Thread Daniel Freedman
r > Subject: emacs without backup option > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > Does someone know which option is regarded to avoid emacs from > imediately creating a backup file by opening a new

RE: emacs without backup option

2000-11-15 Thread Jay Ford
> > Does someone know which option is regarded to avoid emacs from > > imediately creating a backup file by opening a new or any other file? Put the following in ~/.emacs: (setq make-backup-files nil) ; Never create backup files It works for me.

RE: emacs without backup option

2000-11-15 Thread Lewis, James M.
> Does someone know which option is regarded to avoid emacs from > imediately creating a backup file by opening a new or any other file? > > > I did read the man page, but unfortunatly was not able to find the > appropiate parameter. > I haven't tried it but there is a variable called backup-i

emacs without backup option

2000-11-15 Thread robert_wilhelm_land
Does someone know which option is regarded to avoid emacs from imediately creating a backup file by opening a new or any other file? I did read the man page, but unfortunatly was not able to find the appropiate parameter. Robert