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)