Re: Preview.app opening multiple files

2004-03-23 Thread Jim Correia
On Mar 23, 2004, at 6:35 PM, Chris Devers wrote: Yeah, this bugs me too. I *think* this is really a shell vs. Finder issue, and I don't know what the fix is, but generally it seems like if you want to work on a collection of files, the Finder can operate on that collection as a set -- hence ope

Re: confusing bulltes

2004-01-11 Thread Jim Correia
On Jan 11, 2004, at 9:55 PM, Peter N Lewis wrote: When you 'run the script from BBEdit, either directly or "Run in Terminal."', what actually happens is BBEdit saves the file in a temporary file and then executes it. Not always. If the editing window is unsaved, or has non-native line endings,

CPAN newbie question - tries to download perl 5.8.0?

2003-03-07 Thread Jim Correia
I've never used CPAN before - I've gotten by with the stock modules since I don't do too much perl hacking. But now I've got a script from a third party that needs some modules, so I figured I'd use CPAN to go get them. So I fired up the cpan shell, answered all the initial questions (with the

Re: OT: CVS clients and BBEdit diff tool ...

2002-11-27 Thread Jim Correia
pserver is a bit more involved because you've got to get xinetd or inetd listening properly, but if you can use ssh you probably don't want to use pserver since everything is cleartext. Jim -- Jim Correia [EMAIL PROTECTED]

Re: OT: CVS clients and BBEdit diff tool ...

2002-11-27 Thread Jim Correia
On Wednesday, November 27, 2002, at 08:42 AM, Ray Zimmerman wrote: I really like Mac CVS Pro, and have been using it under OS 9 and OS X as my CVS client. Now, as I'm moving more exclusively to OS X with it's command-line cvs, and with the release of BBEdit 7 with it's cvs integration, I'd re

Re: BB Edit 7 reads shebang

2002-11-14 Thread Jim Correia
On Thursday, November 14, 2002, at 10:07 AM, Tim Grant wrote: That is, now you can use the "Check Syntax" feature, and the correct install of Perl will check the document. I didn't see that feature in their literature, but it works. I will have to double check. It is definitely in my engineeri

Re: hard links on HFS+

2002-10-31 Thread Jim Correia
se they really are the same file. To do otherwise would break the definition of hard link, wouldn't it? Jim -- Jim Correia [EMAIL PROTECTED]

Re: Shuck

2002-10-18 Thread Jim Correia
On Thursday, October 17, 2002, at 07:29 AM, Jan Erik Moström wrote: Is there a similar application to Shuck but for OS X? You can do pod lookups from within BBEdit. Use "Find in Reference" in the shebang menu when you have a perl window open. Jim

Re: Perl REs as System Service

2002-10-11 Thread Jim Correia
On Friday, October 11, 2002, at 09:43 AM, Alexandre Enkerli wrote: > Did anyone try building a System Service (in the "Services" submenu) > to apply Perl regular expressions on selected text? > What I have in mind is a Perl version of WordService: >

Re: Think I know what's up; why I'm not a Finder fan (Re: DropScript)

2001-12-02 Thread Jim Correia
On Sunday, December 2, 2001, at 08:11 PM, Wilfredo Sanchez wrote: > The potentially surprising event here is that the script is running > twice. I was actually aware of this, but had forgotten. If the Finder > has been written in Cocoa, I think you'd see the script invoked only > once, wit

Re: OT - OSX 10.1 Apple's generous offer

2001-10-02 Thread Jim Correia
h to pirate and install on your machine, if must have had something that you wanted, otherwise you would have just keep using what you had. Therefore, it wasn't useless. I don't buy that argument. -- Jim CorreiaBare Bones Software, Inc. [EMAIL PROTECTED]

Re: OS X 10.1 update

2001-09-29 Thread Jim Correia
e developer you can download the CD now. -or- Sign up for an online developer account and the developer CD will be posted soon. I don't know when soon is. -- Jim CorreiaBare Bones Software, Inc. [EMAIL PROTECTED] <http://web.barebones.com>

Re: Problem opening files in BBEdit

2001-09-29 Thread Jim Correia
contacted support, so they should be able to help. As a point of information, while in memory, BBEdit always terminates lines with \r. If you are doing searches with BBEdit, \r is going to match end of line. However, when you save the text to a file on disk, the appropriate line endings are writt

Re: BBEdit Floating Function Palette

2001-09-20 Thread Jim Correia
On 6:52 PM 9/20/01 william ross <[EMAIL PROTECTED]> wrote: > You know, that would be a great addition! Where do I petition for > (someone else!) to develop it? =) > > bbedit-talk would be a better place to ask. It's a good list: see > http://www.barebones.com/bbswlists.html > > apparently: >

Re: State of OS X Perl?

2001-07-30 Thread Jim Correia
On Monday, July 30, 2001, at 06:08 PM, Tim Sluss wrote: > 3) Do we have a good OS X editor that understands perl syntax? BBEdit integrates nicely with perl on X. You can grab a demo from our web site. <http://web.barebones.com/products/bbedit/bbedit-demo.html> -- Jim Corre

Re: perl in bbedit - LC_ALL & LANG

2001-05-21 Thread Jim Correia
On Monday, May 21, 2001, at 02:52 PM, Jim Cooper wrote: > There was a big discussion of this last week, > > Jim Correia <[EMAIL PROTECTED]> > was on the case Unfortunately I still do not have the answer. Someone who was or is at Apple built and configured perl correc

Re: perl in bbedit - LC_ALL & LANG

2001-05-21 Thread Jim Correia
On 2:37 PM 5/21/01 allan <[EMAIL PROTECTED]> wrote: > when i had the original macosX-shipped perl i never had this problem > so in a way it points to perl itself but then again - there are no > complaints when running programs directly from the commandline Perl as shipped with X doesn't have thi

Re: Upgrading 5.6.0 -> 5.6.1

2001-05-09 Thread Jim Correia
reia PATH: /usr/bin:/bin:/Volumes/Mac_OS_9_Boot/Data/Correia_Home/ SHELL: /bin/tcsh HOME: /Volumes/Mac_OS_9_Boot/Data/Correia_Home/ LANG: en_US Who sets that stuff up? Jim -- Jim Correia [EMAIL PROTECTED]

Re: Upgrading 5.6.0 -> 5.6.1

2001-05-07 Thread Jim Correia
On Monday, May 7, 2001, at 04:56 AM, Jim Cooper wrote: > the problem which I was having with LANG when invoking the Debugger > from BBEdit now is not happening, yet, I did not do any particular > thing to make it go away. > > possibly, the settings which are in my Login.mine Environment.mine ,

Re: Upgrading 5.6.0 -> 5.6.1

2001-05-06 Thread Jim Correia
easiest way to do this is invoke the terminal from BBEdit, make your changes, then hit save while in the Terminal. This works for all cases except changing the shell. In that case either make a hand edit, or just make a new shell then save it as Perl.term in the right place.) -- Jim Correia [EMAIL PROTECTED]

Re: bin/perl

2001-04-24 Thread Jim Correia
On 9:41 AM 4/24/01 Eric W Dahlstrom <[EMAIL PROTECTED]> wrote: > When setting up the perl directory in a script on MacOSX, typically > one would use "#!/usr/bin/perl/" or the like, what is correct for a > standard install? > > "#!/system/library/perl"? #!/usr/bin/perl > I can invoke my scripts

Re: BBEdit what it needs

2001-04-23 Thread Jim Correia
Although I read this list when I have time, I just do that, read it. If you send mail to support your feature request will be logged and given due consideration. Thanks, Jim -- Jim CorreiaBare Bones Software, Inc. [EMAIL PROTECTED] <http://web.barebones.com>

Re: Pass BBEdit perl flags??

2001-04-22 Thread Jim Correia
u should send it to us directly. Posting it to the list isn't a guaranteed method. That's all :-) -- Jim CorreiaBare Bones Software, Inc. [EMAIL PROTECTED] <http://web.barebones.com>

Re: Pass BBEdit perl flags??

2001-04-22 Thread Jim Correia
s Pictures Gallery If you are running the script in the context of a BBEdit include, certain environment variables are set up for you. If you need to pass arbitrary arguments at some other time, then you can't do it directly right now. Please write this up as a feature request and s

Re: BBEdit

2001-04-21 Thread Jim Correia
for me that I am far enough away :-). -- Jim CorreiaBare Bones Software, Inc. [EMAIL PROTECTED] <http://web.barebones.com>

BBEdit for X with native Perl Support (was Re: Perl IDE for OS X?)

2001-04-20 Thread Jim Correia
Since this question was previously raised on the list, I'm posting the answer now that I can. === On 4:05 PM 3/30/01 Jim Correia <[EMAIL PROTECTED]> wrote: > BBEdit for X will have built in perl support as well. I cannot > provide any more details at this time. Ok. Now

Re: Perl IDE for OS X?

2001-03-30 Thread Jim Correia
If I told you anything other than that, I'd have to shoot myself (or something like that :-). Jim -- Jim Correia [EMAIL PROTECTED]

Re: Perl IDE for OS X?

2001-03-30 Thread Jim Correia
<[EMAIL PROTECTED]>. -- Jim Correia [EMAIL PROTECTED]

Re: Perl IDE for OS X?

2001-03-30 Thread Jim Correia
BEdit and then somehow > get BBEdit to pass the code to OS X Perl (or a shell) to be run via an > applescript or what not. In BBEdit it is so simple since Mac Perl > supprt > is built in there. BBEdit for X will have built in perl support as well. I cannot provide any more deta