ftp.nice.ch/pub/next/tools/frontends/EL.2.0.N.bs.tar.gz#/EL2/EmacsApp.m

This is EmacsApp.m in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import "EmacsApp.h"
#import <appkit/Speaker.h>
#import <appkit/Listener.h>
#import <appkit/Panel.h>
#import <appkit/defaults.h>
#import <stdlib.h>

@implementation EmacsApp

- (int)openFile:(const char *)fullPath ok:(int *)flag
{
	void	call_emacsserver(int argc,char **argv);
	const char *argv[3];

	argv[0]	= "";
	argv[1]	= fullPath;
	argv[2] = 0;
	call_emacsserver(2,argv);

	*flag = YES;
	return 0;
}

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.