unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 679eb4fa4350a68ebc2c0eb266d4deda83f6d331 2809 bytes (raw)
name: nextstep/templates/Info-gnustep.plist.in 	 # note: path name is non-authoritative(*)

  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 = "@version@";
    Authors = (
	"Adrian Robert (GNUstep)",
	"Christophe de Dinechin (MacOS X)",
	"Scott Bender (OpenStep)",
	"Christian Limpach (NeXTstep)",
	"Carl Edman (NeXTstep)",
	"..see etc/NEXTSTEP"
    );
    Copyright = "@copyright@";
    CopyrightDescription = "Released under the GNU General Public License Version 3 or later";
    FullVersionID = "Emacs @version@, NS Windowing";
    NSExecutable = Emacs;
    NSIcon = emacs.tiff;
    NSPrincipalClass = NSApplication;
    NSRole = Application;
    NSTypes = (
	{
	    NSDocumentClass = "EmacsDocument";
	    NSHumanReadableName = "";
	    NSIcon = "";
	    NSName = "";
	    NSRole = "";
	    NSUnixExtensions = (
		txt
	    );
	},
	{
	    NSDocumentClass = "EmacsDocument";
	    NSHumanReadableName = "";
	    NSIcon = "";
	    NSName = "";
	    NSRole = "";
	    NSUnixExtensions = (
		c,
		h
	    );
	},
	{
	    NSDocumentClass = "EmacsDocument";
	    NSHumanReadableName = "";
	    NSIcon = "";
	    NSName = "";
	    NSRole = "";
	    NSUnixExtensions = (
		m
	    );
	},
	{
	    NSDocumentClass = "EmacsDocument";
	    NSHumanReadableName = "";
	    NSIcon = "";
	    NSName = "";
	    NSRole = "";
	    NSUnixExtensions = (
		C,
		cpp,
		H,
		cc
	    );
	},
	{
	    NSDocumentClass = "EmacsDocument";
	    NSHumanReadableName = "";
	    NSIcon = "";
	    NSName = "";
	    NSRole = "";
	    NSUnixExtensions = (
		java
	    );
	},
	{
	    NSDocumentClass = "EmacsDocument";
	    NSHumanReadableName = "";
	    NSIcon = "";
	    NSName = "";
	    NSRole = "";
	    NSUnixExtensions = (
		el
	    );
	},
	{
	    NSDocumentClass = "EmacsDocument";
	    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 = "@PACKAGE_URL@";
}

debug log:

solving 679eb4f ...
found 679eb4f in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).