List Info

Thread: Preventing the creation of backup files when using :if-exists :new-version




Preventing the creation of backup files when using :if-exists :new-version
user name
2007-06-15 16:49:52
I've noticed that CMUCL (I'm running it on debian) creates
backup
files (i.e., tilde suffix copies, similar to the Emacs
default
behavior when saving a file) when I write to a file output
stream with
the :if-exists :new-version parameters.

Is there a way to turn this off?


Re: Preventing the creation of backup files when using :if-exists :new-version
user name
2007-06-16 05:59:54
"Denis Papathanasiou" <denis.papathanasiougmail.com> writes:

> I've noticed that CMUCL (I'm running it on debian)
creates backup
> files (i.e., tilde suffix copies, similar to the Emacs
default
> behavior when saving a file) when I write to a file
output stream with
> the :if-exists :new-version parameters.
>
> Is there a way to turn this off?


Yes, if you don't want NEW VERSIONS, don't use :NEW-VERSION
!


Use  :IF-EXISTS :SUPERSEDE instead!


-- 
__Pascal Bourguignon__                     http://www.informatimag
o.com/

NOTE: The most fundamental particles in this product are
held
together by a "gluing" force about which little is
currently known
and whose adhesive power can therefore not be permanently
guaranteed.


Re: Preventing the creation of backup files when using :if-exists :new-version
user name
2007-06-16 11:11:11
> Use  :IF-EXISTS :SUPERSEDE instead!

Ah, thanks for clarifying that; I was looking in the wrong
place (I
thought it would be controlled by a global variable, e.g.
something
akin to *print-pretty*).

And actually, I'd been avoiding :supersede in that context
b/c of this
article: http://prettyclos
e.livejournal.com/


[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )