Hi! 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". I have read lots of stuff about how to use different modes for editing and so on, but nobody seems to have these problems. Any ideas? Oliver -- Oliver Sturm / <sturm@oliver-sturm.de>
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
On 30.09.2001 23:02:43 +0200 Dieter Maurer <dieter@handshake.de> wrote:
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.
Thanks, I have it working now. Oliver Sturm / <sturm@oliver-sturm.de> -- Key ID: 71D86996 Fingerprint: 8085 5C52 60B8 EFBD DAD0 78B8 CE7F 38D7 71D8 6996
participants (2)
-
Dieter Maurer -
Oliver Sturm