summaryrefslogtreecommitdiff
path: root/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
blob: 3811be52844c55fd53421c502081ae0a1ed3545e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
    ApplicationDescription = "GNU Emacs for GNUstep / OS X";
    ApplicationIcon = emacs.tiff;
    ApplicationName = Emacs;
    ApplicationRelease = "23.0.90";
    Authors = (
	"Adrian Robert (GNUstep)",
	"Christophe de Dinechin (MacOS X)",
	"Scott Bender (OpenStep)",
	"Christian Limpach (NeXTStep)",
	"Carl Edman (NeXTStep)",
	"..see http://emacs-app.sf.net/authorship.html"
    );
    Copyright = "Copyright (C) 2009 Free Software Foundation, Inc.";
    CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
    FullVersionID = "Emacs 23.0.90, NS Windowing";
    NSExecutable = Emacs;
    NSIcon = emacs.tiff;
    NSPrincipalClass = NSApplication;
    NSRole = Application;
    NSTypes = (
	{
	    NSDocumentClass = "";
	    NSHumanReadableName = "";
	    NSIcon = "";
	    NSName = "";
	    NSRole = "";
	    NSUnixExtensions = (
		txt
	    );
	},
	{
	    NSDocumentClass = "";
	    NSHumanReadableName = "";
	    NSIcon = "";
	    NSName = "";
	    NSRole = "";
	    NSUnixExtensions = (
		c,
		h
	    );
	},
	{
	    NSDocumentClass = "";
	    NSHumanReadableName = "";
	    NSIcon = "";
	    NSName = "";
	    NSRole = "";
	    NSUnixExtensions = (
		m
	    );
	},
	{
	    NSDocumentClass = "";
	    NSHumanReadableName = "";
	    NSIcon = "";
	    NSName = "";
	    NSRole = "";
	    NSUnixExtensions = (
		C,
		cpp,
		H,
		cc
	    );
	},
	{
	    NSDocumentClass = "";
	    NSHumanReadableName = "";
	    NSIcon = "";
	    NSName = "";
	    NSRole = "";
	    NSUnixExtensions = (
		java
	    );
	},
	{
	    NSDocumentClass = "";
	    NSHumanReadableName = "";
	    NSIcon = "";
	    NSName = "";
	    NSRole = "";
	    NSUnixExtensions = (
		el
	    );
	},
	{
	    NSDocumentClass = "";
	    NSHumanReadableName = "";
	    NSIcon = "";
	    NSName = "";
	    NSRole = "";
	    NSUnixExtensions = (
		*
	    );
	}
    );
    NSServices = (
	{
	    NSPortName = Emacs;
	    NSMessage = requestService;
	    NSUserData = open-selection;
	    NSSendTypes = (NSStringPboardType);
	    NSMenuItem = {
		default = "Emacs.app/New Buffer Containing Selection";
	    };
	},
	{
	    NSPortName = Emacs;
	    NSMessage = requestService;
	    NSUserData = open-file;
	    NSSendTypes = (NSStringPboardType);
	    NSMenuItem = {
		default = "Emacs.app/Open Selected File";
	    };
	},
	{
	    NSPortName = Emacs;
	    NSMessage = requestService;
	    NSUserData = mail-selection;
	    NSSendTypes = (NSStringPboardType);
	    NSMenuItem = {
		default = "Emacs.app/Email Selection";
	    };
	},
	{
	    NSPortName = Emacs;
	    NSMessage = requestService;
	    NSUserData = mail-to;
	    NSSendTypes = (NSStringPboardType);
	    NSMenuItem = {
		default = "Emacs.app/Send Email to Selected Address";
	    };
	},
    );
    URL = "http://www.gnu.org/software/emacs";
}