RE: [Zope] Emacs and Zope (QUEST)
Try: C-x C-f RETURN /superuser@localhost#8021:/ John
-----Original Message----- From: Oscar Picasso [SMTP:picasso@videotron.ca] Sent: Monday, April 03, 2000 12:52 PM To: zope@zope.org Subject: [Zope] Emacs and Zope (QUEST)
Hi,
I try to access to my ZODB via FTP using Emacs. As I'm new to Emacs I don't know how to specify the port.
If I try C-x C-f RETURN /superuser@localhost:8021 it doesn't work.
I guess it is because Emacs exepts 8021 to be a directory and not a port.
Thanks in advance
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Mon, Apr 03, 2000 at 02:37:30PM -0500, Miller, John M. wrote:
Try: C-x C-f RETURN /superuser@localhost#8021:/
At least with the versions I have here, that works with XEmacs (which uses "efs") but not with Emacs (which uses "ange-ftp"). For Emacs you have to write /superuser@localhost 8021 ^ with a space character before the port. The way to get the space char in there is to press C-q space: C-x C-f RETURN /superuser@localhost C-q SPACE 8021:..... Best regards JMCE
Thank for your help. With: C-x C-f RETURN /superuser@localhost#8021:/ it works fine. On Mon, 03 Apr 2000, J M Cerqueira Esteves wrote:
On Mon, Apr 03, 2000 at 02:37:30PM -0500, Miller, John M. wrote:
Try: C-x C-f RETURN /superuser@localhost#8021:/
At least with the versions I have here, that works with XEmacs (which uses "efs") but not with Emacs (which uses "ange-ftp"). For Emacs you have to write
/superuser@localhost 8021 ^ with a space character before the port. The way to get the space char in there is to press C-q space:
C-x C-f RETURN /superuser@localhost C-q SPACE 8021:.....
Best regards JMCE
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
----- Original Message ----- From: "J M Cerqueira Esteves" <jmce@artenumerica.com>
On Mon, Apr 03, 2000 at 02:37:30PM -0500, Miller, John M. wrote:
Try: C-x C-f RETURN /superuser@localhost#8021:/
At least with the versions I have here, that works with XEmacs (which uses "efs") but not with Emacs (which uses "ange-ftp"). For Emacs you have to write
/superuser@localhost 8021 ^ with a space character before the port. The way to get the space char in there is to press C-q space:
C-x C-f RETURN /superuser@localhost C-q SPACE 8021:.....
I use the winX port of emacs, so I've found an invaluable shortcut is to put a file called "username@host.com 8021" in the root directory of my machine so I can just tab complete it and then hit the ':' and I'm there. But that may not work as well on a Unix machine unfortunatly. -- Taylor Captain Cursor grumpy futurist has a weblog taylor@taylor.org http://www.captaincursor.com/
participants (4)
-
J M Cerqueira Esteves -
Miller, John M. -
Oscar Picasso -
Taylor