Re: A man page viewer...

2002-10-03 Thread phildobbin
On 03/10/2002 00:23, Puneet Kishor [EMAIL PROTECTED] wrote: Its all working now. Now using man2html, but not the perl script that comes with it... I am still using Jerry's version hand-customized by me. I will package up the sourcecode later today or tomorrow (the current download still

Perl 5.8.0 on MacOS X 10.2.1 Server (problems)

2002-10-03 Thread Thomas von Eyben
Hi there I have just fallen into the same trap (I think). I installed Perl 5.8.0 on a Mac OS X 10.2.1 Server(!) following the directions provided from Apple here: http://developer.apple.com/internet/macosx/perl.html (I chose to install Perl the same way Apple did) When I try to

Re: contextual menus, using CamelBones?

2002-10-03 Thread Dan Sugalski
At 8:58 AM -0700 10/3/02, Rich Morin wrote: I would like to be able to create a CamelBones app that will show up in contextual menus for the Finder, PathFinder, etc. In addition, I'd like the app itself to have contextual menus. I don't see anything on the subject in Learning Cocoa with

Re: contextual menus, using CamelBones?

2002-10-03 Thread Sherm Pendley
On Thursday, October 3, 2002, at 01:22 PM, Dan Sugalski wrote: Anything that inherits from NSResponder can have a contextual menu attached. You have to programmatically build up an NSMenu with attached NSMenuItems and then attach it to the NSResponder child object. (Use the setMenu method

Re: Perl 5.8.0 on MacOS X 10.2.1 Server (problems)

2002-10-03 Thread Robin
I had the same problem after installing 5.8.0 but luckily for me Brian McNett got nailed by this before me and figured out a solution. Brian also mentions the fact he looked in perldelta (perldoc perldelta), and to be honest it woud never have occurred to me to look for answers there if I

Re: question on ssh and peeve on editors

2002-10-03 Thread Andrew Brosnan
On 10/3/02 at 1:12 PM, [EMAIL PROTECTED] (Puneet Kishor) wrote: Folks, Two parts -- 1. Only tangentially perl related (in that, I want to edit perl scripts) residing on a remote machine connected via ssh. Is there a way to actually mount an ssh connected machine's hd on my ibook so I

Re: question on ssh and peeve on editors

2002-10-03 Thread Puneet Kishor
Andrew Brosnan wrote: On 10/3/02 at 1:12 PM, [EMAIL PROTECTED] (Puneet Kishor) wrote: Folks, Two parts -- 1. Only tangentially perl related (in that, I want to edit perl scripts) residing on a remote machine connected via ssh. Is there a way to actually mount an ssh connected machine's hd

Re: question on ssh and peeve on editors

2002-10-03 Thread Chris Devers
On Thu, 3 Oct 2002, Andrew Brosnan wrote: You can mount a remote server on your desktop via Samba: Finder Go Menu - Connect to server (or Cmd K) In address type (I think) smb://www.hostname.com/username More broadly, the Finder can mount a variety of protocols, at least in Jaguar. Similar

Re: question on ssh and peeve on editors

2002-10-03 Thread Chris Devers
On Thu, 3 Oct 2002, Puneet Kishor wrote: well, only if smbd (the samba daemon) is running on the remote server. Samba is generally for making *nix fs appear on Win boxes, no? Well, it's standard Windows file sharing, of which the protocol has been reimplemented for *nix systems and, in this

Re: question on ssh and peeve on editors

2002-10-03 Thread Ray Zimmerman
At 1:31 PM -0500 10/3/02, Puneet Kishor wrote: Andrew Brosnan wrote: Using BBEdit choose File - Open from FTP Server No, I can't use ftp. The remote box has sshd running, no ftpd, no telnetd... I guess, I just want it confirmed whether it can be done via ssh or not. If not, then I can embark

Re: question on ssh and peeve on editors

2002-10-03 Thread Chris Devers
On Thu, 3 Oct 2002, Puneet Kishor wrote: What I don't want is ftp, smb, afs, nfs, etc. That is because the remote box is not running any of these. You want file sharing. Set aside ssh for a moment -- the key problem you want to solve is that you want to be able to remotely manage files, and

Re: question on ssh and peeve on editors

2002-10-03 Thread Charles Albrecht
At 2:32 PM -0400 10/3/2002, Chris Devers wrote: More broadly, the Finder can mount a variety of protocols, at least in Jaguar. Similar capability existed in 10.1 but it works better now. As Andrew says, just set the system focus to the Finder, hit cmd+K, then: smb://windows/share/point

Re: question on ssh and peeve on editors

2002-10-03 Thread Bill Stephenson
What about Interarchy? I haven't heard much from them but they did have something like this for early versions of OSX. Might be worth looking into -- Bill Stephenson www.SecureShopper.com 1-417-546-5593 From: Puneet Kishor [EMAIL PROTECTED] Date: Thu, 03 Oct 2002 13:12:03 -0500 To:

Re: question on ssh and peeve on editors

2002-10-03 Thread Jeff Hallgren
There is a shareware app called RBrowser that will give you a finder window (NeXTSTEP style) on your desktop, the back end communications can be ssh. If the box you need to get to is only one ssh hop away its a really good tool. On Thu, 3 Oct 2002, Andrew Brosnan wrote: You can mount a

Re: contextual menus, using CamelBones?

2002-10-03 Thread Dan Sugalski
At 1:47 PM -0400 10/3/02, Sherm Pendley wrote: On Thursday, October 3, 2002, at 01:22 PM, Dan Sugalski wrote: Anything that inherits from NSResponder can have a contextual menu attached. You have to programmatically build up an NSMenu with attached NSMenuItems and then attach it to the

Re: question on ssh and peeve on editors

2002-10-03 Thread Robin
wht not copy the files back and forth with perl: use LWP::Simple; $flag = mirror($RemotePath,$LocalPath); print $flag,\n; } On Friday, October 4, 2002, at 03:20 AM, Andrew Brosnan wrote: On 10/3/02 at 1:12 PM, [EMAIL PROTECTED] (Puneet Kishor) wrote: I want to edit perl scripts You

Re: contextual menus, using CamelBones?

2002-10-03 Thread Sherm Pendley
On Thursday, October 3, 2002, at 04:13 PM, Dan Sugalski wrote: Sweet! Seriously! Apple's dev tools make me wish I'd had $10K to spend on a NeXT cube, way back when - and another $5K for the development kit. I think that's what they charged for it - it was definitely four figures. Kids these

Re: question on ssh and peeve on editors

2002-10-03 Thread Puneet Kishor
Hi Troy, I am cc-ing this to the list in case someone else wants to join in, otherwise I guess this is an off the list topic. (no one else has commented on this). I have Golive 5, but didn't invest in 6 because I discovered it didn't do anything for Perl. Is the SDK GL6 specific? I have no

Re: question on ssh and peeve on editors

2002-10-03 Thread Puneet Kishor
Thanks to everyone who answered. The bottomline is, I can't use ssh to transparently mount a remote fs. I can fake it somewhat via RBrowser. Now I can peruse other options such as nfs, webdav, or even smb. Gracias. pk/

Re: question on ssh and peeve on editors

2002-10-03 Thread Joel Rees
Puneet opined the truth is that it is _primarily_ a wysiwig html editor... but if you were to think of it as a web application development IDE... then it would make sense to offer some basic scripting support (which it does, except not for perl), or a darn good integration with a (or

Re: question on ssh and peeve on editors

2002-10-03 Thread Sherm Pendley
On Thursday, October 3, 2002, at 10:42 PM, Puneet Kishor wrote: if you were to think of it as a web application development IDE... If you were to do that, you'd be setting yourself up for a lot of pain and frustration. The fact is, GoLive's support for PHP, ASP, et al panders to the