ange-ftp to zope 8021 in emacs 21
Is anyone having success with ange-ftp in emacs 21 using the zope ftp server? It worked fine for me in emacs 20.7, but in 21.2, when I try save-buffer, I get the error: byte-code: Keyboard macro terminated by a command ringing the bell I have successfully edited and saved files via ange-ftp with other ftp servers, so it seems to be some combination of the recent version of ange-ftp/emacs with the zope ftp server (and perhaps others). I posted to gnu.emacs.bug, but am wondering if anyone else has encountered success or failure with this combination, and more important, has any suggestions for how to fix it. Thanks, John Hunter GNU Emacs 21.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) Zope 2.5.1b1 (source release, python 2.1, linux2), python 2.1.3, linux2)
John Hunter <jdhunter@ace.bsd.uchicago.edu> writes:
Is anyone having success with ange-ftp in emacs 21 using the zope ftp server? It worked fine for me in emacs 20.7, but in 21.2, when I try save-buffer, I get the error:
byte-code: Keyboard macro terminated by a command ringing the bell
I have successfully edited and saved files via ange-ftp with other ftp servers, so it seems to be some combination of the recent version of ange-ftp/emacs with the zope ftp server (and perhaps others).
I posted to gnu.emacs.bug, but am wondering if anyone else has encountered success or failure with this combination, and more important, has any suggestions for how to fix it.
Thanks, John Hunter
GNU Emacs 21.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) Zope 2.5.1b1 (source release, python 2.1, linux2), python 2.1.3, linux2)
jearl@npa01zz001:~$ emacs --version GNU Emacs 21.2.1 Copyright (C) 2001 Free Software Foundation, Inc. GNU Emacs comes with ABSOLUTELY NO WARRANTY. You may redistribute copies of Emacs under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING Zope Version (Zope 2.5.1 (source release, python 2.1, linux2), python 2.1.3, linux2) It seems to work here just fine. Are you sure you are not firing up one of your own keyboard macro? Jason
"Jason" == Jason Earl <jason.earl@simplot.com> writes:
Jason> Zope Version (Zope 2.5.1 (source release, python 2.1, Jason> linux2), python 2.1.3, linux2) Jason> It seems to work here just fine. Are you sure you are not Jason> firing up one of your own keyboard macro? It's interesting that it works on your platform, which is very close to mine. I launched emacs with
/usr/local/bin/emacs-21.2 -q --no-site-file
so I don't think it's one of my keyboard macros. And I checked the binding of C-x C-s to make sure it was running save-buffer. I'm not the first to bump into this problem: http://groups.google.com/groups?hl=en&lr=&ie=ISO-8859-1&q=byte-code%3A+Keybo... but I haven't found the solution yet. I wonder what could explain the differences in your platform and mine. The emacs version numbers are identical; the only difference in the zope version numbers is that I have Zope 2.5.1b1 and you have Zope 2.5.1. We're bit running python 2.1.3 on linux. Weird.
participants (2)
-
Jason Earl -
John Hunter