Oliver Sturm writes:
I'm having some problems with that combination, it seems. I can open a DTML method from the Zope ftp server with XEmacs. Right after opening the DTML method, XEmacs logs the message "Unable to set umask to 22 on ffweb#8021" (ffweb is the server). Now, real problems come when I want to save the thing using C-x C-s: XEmacs renames the original DTML method as a backup copy (appending a ~) and creates a new object for the changed content, only this is a DTML document instead of a method. At the same time, it creates a log message saying "CHMOD 660 failed for /test/vtest on ffweb#8021". You can tell it not to do this.
I used "customize" to tell it not to make copies for any "Unix" system. Other options would be to make local, rather than remote copies. Dieter