5 May
2005
5 May
'05
6:59 p.m.
Tres Seaver wrote at 2005-5-5 09:49 -0400:
...
Now if I can fix the file type problem....
You need to persuade Xemacs not to create backup files. In "standard" mode, when you go to save the file, it does something like:
- rename the original, giving it a backup suffix
- Writes the new file, giving it the original name
- (maybe) delete the renamed original
That second step is where the DTMDocument is being created.
If you can't find a solution to that problem
I use the "efs" XEmacs package for FTP access. This package can be told not to create backup files by customizing "efs-make-backup-files". -- Dieter