Re: RFC#3: HTML Pasteboard Type

Darcy Brockbank (samurai@amber.hasc.ca)
Fri, 10 Feb 95 19:11:07 -0500


khare@xent.caltech.edu (Rohit Khare) wrote:
>
> Darcy's right. I think we should change the spec to read NXAtom, but what
> about OpenStep?
>

There is no NX/NSAtom under OpenStep, nor is there an NXUniqueString()
or NSUniqueString(), as far as I can gather. PasteBoard types are
held in global variables, each being a pointer to an NSString. So
there still is NSRTFPboardType, but it's like this:

extern NSString * NSRTFPboardType;

So, be prepared to upgrade the spec when it's time...

- darcy

(setq general-bogosity-alert t)