Problem using External Editor
Hi, I 'm trying to use External Editor 0.7 with GNU Emacs 21.2.93.1 or kedit and Netscape 7.01 with Mandrake 9.1. The problem is: 1. Emacs (or kedit) open with some External Editor parameters as header... 2. When I save the file content is not updtaed to Zope Here is an exemple of index_html content I get: url:http://localhost:8080/index_html meta_type:DTML Method auth:Basic cGF0cmljazp4NjhkZGU1cg== cookie:tree-s="eJyLjlZ3hANPW/XYWAAtiQTP" <dtml-var standard_html_header> <dtml-var zope_quick_start> <dtml-var standard_html_footer> is there any idea ? Thanks.
If you are using emacs you can just use an ftp connection. Take a look at The Zope Book for an example. On Wed, 10 Sep 2003, Gelin Patrick wrote:
Hi,
I 'm trying to use External Editor 0.7 with GNU Emacs 21.2.93.1 or kedit and Netscape 7.01 with Mandrake 9.1.
The problem is:
1. Emacs (or kedit) open with some External Editor parameters as header... 2. When I save the file content is not updtaed to Zope
Here is an exemple of index_html content I get:
url:http://localhost:8080/index_html meta_type:DTML Method auth:Basic cGF0cmljazp4NjhkZGU1cg== cookie:tree-s="eJyLjlZ3hANPW/XYWAAtiQTP"
<dtml-var standard_html_header> <dtml-var zope_quick_start> <dtml-var standard_html_footer>
is there any idea ?
Thanks.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Hi, Gelin Patrick wrote:
Hi,
I 'm trying to use External Editor 0.7 with GNU Emacs 21.2.93.1 or kedit and Netscape 7.01 with Mandrake 9.1.
The problem is:
1. Emacs (or kedit) open with some External Editor parameters as header... 2. When I save the file content is not updtaed to Zope
[...]
is there any idea ?
is there a proxy between you and the zope server? The External Editor client helper doesn't support proxies, because it is based on httplib, which does not use proxies. I don't know how complicated it is to rewrite zopeedit.py to use urllib2, which does support proxies. Ciao, Jochen
participants (3)
-
Dennis Allison -
Gelin Patrick -
Jochen Knuth