Re: Problem posting to this list?

2014-05-11 Thread Ian Joyner
I mysteriously got messages about too many bounces a few weeks ago, both for Cocoa and WebObjects. Replying to the message or clicking the confirmation page did not work. I reenabled manually at the mailing lists site. The links took me to legitimate Apple pages, not some scam site, but it did s

Re: Problem posting to this list?

2014-05-11 Thread ChanMaxthon
I have caught two too-much-bounce alerts and it started to smell like deliberate attackers. Sent from my iPhone > On May 12, 2014, at 8:41 AM, Quincey Morris > wrote: > >> On May 11, 2014, at 17:30 , William Squires wrote: >> >> I'm getting a mysterious message > > Yes, me too. I think the

Re: Problem posting to this list?

2014-05-11 Thread Charles Srstka
On May 11, 2014, at 7:30 PM, William Squires wrote: > Or, for that matter, any of the lists at lists.apple.com? I'm getting a > mysterious message from system-u...@mms.mycricket.com saying the message (to > this, and other, of the Apple-hosted lists) did not go through, yet I can > clearly se

Re: Problem posting to this list?

2014-05-11 Thread Quincey Morris
On May 11, 2014, at 17:30 , William Squires wrote: > I'm getting a mysterious message Yes, me too. I think the explanation is that someone subscribed to the list has had their email account hacked (or possibly just misconfigured), and there is some kind of bounce from their message delivery. M

Problem posting to this list?

2014-05-11 Thread William Squires
Or, for that matter, any of the lists at lists.apple.com? I'm getting a mysterious message from system-u...@mms.mycricket.com saying the message (to this, and other, of the Apple-hosted lists) did not go through, yet I can clearly see the message got there as the list sends it back and I see i

Re: Resizing last column of NSTableView when it touches window border

2014-05-11 Thread dangerwillrobinsondanger
> On 2014/05/11, at 18:59, "Manoah F. Adams" > wrote: > > P.S.: At what OS release did windows become resizable by grabbing their > edges? Doesn't that cause this same issue with all the controls that are > crammed into the edges of most windows? Lion 10.7 (Same as iOS style scrollers introdu

Re: [NSString writeToFIle:atomically:encoding:error] to stdout?

2014-05-11 Thread Jens Alfke
On May 11, 2014, at 6:40 AM, William Squires wrote: > Is there a way to have the above send the string's contents to stdout instead > of a named file? If not, no biggy, I'll just make another method to output > all the lines (in my NSArray, which I sent the componentsJoinedByString: > message

Re: [NSString writeToFIle:atomically:encoding:error] to stdout?

2014-05-11 Thread SevenBits
On Sunday, May 11, 2014, William Squires wrote: > Is there a way to have the above send the string's contents to stdout > instead of a named file? If not, no biggy, I'll just make another method to > output all the lines (in my NSArray, which I sent the > componentsJoinedByString: message to get

[NSString writeToFIle:atomically:encoding:error] to stdout?

2014-05-11 Thread William Squires
Is there a way to have the above send the string's contents to stdout instead of a named file? If not, no biggy, I'll just make another method to output all the lines (in my NSArray, which I sent the componentsJoinedByString: message to get the NSString whose output I want to go to stdout), but

Re: How to check if file exists?

2014-05-11 Thread René v Amerongen
I really hate it when a file is read for any reasons without reading it. Some app's do this, then the file info shows that the file is read at that time, without that I opened it. Specially when I have in the finder a smart folder with read today. my suggestion. So is it really only to know for

Re: Resizing last column of NSTableView when it touches window border

2014-05-11 Thread Manoah F. Adams
On May 9, 2014, at 02:59 , Jakob Egger wrote: Looking at Finder windows in column view, I see that it’s able to discriminate column resizing from window resizing when the last column ends at the edge of the window (though it’s not always clear that the correct cursor is displayed). But i