comparison lisp/package-get-custom.el @ 306:9ea74add5d37 r21-0b51

Import from CVS: tag r21-0b51
author cvs
date Mon, 13 Aug 2007 10:41:58 +0200
parents
children afd57c14dfc8
comparison
equal deleted inserted replaced
305:18920a7e9a86 306:9ea74add5d37
1 (require 'package-get)
2 (defgroup comm-packages nil
3 "comm package group"
4 :group 'packages)
5
6 (defcustom eudc-package nil
7 "Emacs Unified Directory Client (LDAP, PH)."
8 :group 'comm-packages
9 :initialize 'package-get-ever-installed-p
10 :type 'boolean)
11
12 (defcustom footnote-package nil
13 "Footnoting in mail message editing modes."
14 :group 'comm-packages
15 :initialize 'package-get-ever-installed-p
16 :type 'boolean)
17
18 (defcustom gnats-package nil
19 "XEmacs bug reports."
20 :group 'comm-packages
21 :initialize 'package-get-ever-installed-p
22 :type 'boolean)
23
24 (defcustom gnus-package nil
25 "The Gnus Newsreader and Mailreader."
26 :group 'comm-packages
27 :initialize 'package-get-ever-installed-p
28 :type 'boolean)
29
30 (defcustom mailcrypt-package nil
31 "Support for messaging encryption with PGP."
32 :group 'comm-packages
33 :initialize 'package-get-ever-installed-p
34 :type 'boolean)
35
36 (defcustom mew-package nil
37 "Messaging in an Emacs World."
38 :group 'comm-packages
39 :initialize 'package-get-ever-installed-p
40 :type 'boolean)
41
42 (defcustom mh-e-package nil
43 "Front end support for MH."
44 :group 'comm-packages
45 :initialize 'package-get-ever-installed-p
46 :type 'boolean)
47
48 (defcustom net-utils-package nil
49 "Miscellaneous Networking Utilities."
50 :group 'comm-packages
51 :initialize 'package-get-ever-installed-p
52 :type 'boolean)
53
54 (defcustom rmail-package nil
55 "An obsolete Emacs mailer."
56 :group 'comm-packages
57 :initialize 'package-get-ever-installed-p
58 :type 'boolean)
59
60 (defcustom supercite-package nil
61 "An Emacs citation tool for News & Mail messages."
62 :group 'comm-packages
63 :initialize 'package-get-ever-installed-p
64 :type 'boolean)
65
66 (defcustom tm-package nil
67 "Emacs MIME support."
68 :group 'comm-packages
69 :initialize 'package-get-ever-installed-p
70 :type 'boolean)
71
72 (defcustom vm-package nil
73 "An Emacs mailer."
74 :group 'comm-packages
75 :initialize 'package-get-ever-installed-p
76 :type 'boolean)
77
78 (defcustom w3-package nil
79 "A Web browser."
80 :group 'comm-packages
81 :initialize 'package-get-ever-installed-p
82 :type 'boolean)
83
84 (defgroup games-packages nil
85 "games package group"
86 :group 'packages)
87
88 (defcustom cookie-package nil
89 "Spook and Yow (Zippy quotes)."
90 :group 'games-packages
91 :initialize 'package-get-ever-installed-p
92 :type 'boolean)
93
94 (defcustom games-package nil
95 "Tetris, Sokoban, and Snake."
96 :group 'games-packages
97 :initialize 'package-get-ever-installed-p
98 :type 'boolean)
99
100 (defcustom mine-package nil
101 "Minehunt Game."
102 :group 'games-packages
103 :initialize 'package-get-ever-installed-p
104 :type 'boolean)
105
106 (defcustom misc-games-package nil
107 "Other amusements and diversions."
108 :group 'games-packages
109 :initialize 'package-get-ever-installed-p
110 :type 'boolean)
111
112 (defgroup libs-packages nil
113 "libs package group"
114 :group 'packages)
115
116 (defcustom Sun-package nil
117 "Support for Sparcworks."
118 :group 'libs-packages
119 :initialize 'package-get-ever-installed-p
120 :type 'boolean)
121
122 (defcustom apel-package nil
123 "A Portable Emacs Library. Used by XEmacs MIME support."
124 :group 'libs-packages
125 :initialize 'package-get-ever-installed-p
126 :type 'boolean)
127
128 (defcustom dired-package nil
129 "Manage file systems."
130 :group 'libs-packages
131 :initialize 'package-get-ever-installed-p
132 :type 'boolean)
133
134 (defcustom edebug-package nil
135 "An Emacs Lisp debugger."
136 :group 'libs-packages
137 :initialize 'package-get-ever-installed-p
138 :type 'boolean)
139
140 (defcustom efs-package nil
141 "Treat files on remote systems the same as local files."
142 :group 'libs-packages
143 :initialize 'package-get-ever-installed-p
144 :type 'boolean)
145
146 (defcustom fsf-compat-package nil
147 "FSF Emacs compatibility files."
148 :group 'libs-packages
149 :initialize 'package-get-ever-installed-p
150 :type 'boolean)
151
152 (defcustom mail-lib-package nil
153 "Fundamental lisp files for providing email support."
154 :group 'libs-packages
155 :initialize 'package-get-ever-installed-p
156 :type 'boolean)
157
158 (defcustom sounds-au-package nil
159 "XEmacs Sun sound files."
160 :group 'libs-packages
161 :initialize 'package-get-ever-installed-p
162 :type 'boolean)
163
164 (defcustom sounds-wav-package nil
165 "XEmacs Microsoft sound files."
166 :group 'libs-packages
167 :initialize 'package-get-ever-installed-p
168 :type 'boolean)
169
170 (defcustom tooltalk-package nil
171 "Support for building with Tooltalk."
172 :group 'libs-packages
173 :initialize 'package-get-ever-installed-p
174 :type 'boolean)
175
176 (defcustom xemacs-base-package nil
177 "Fundamental XEmacs support, you almost certainly need this."
178 :group 'libs-packages
179 :initialize 'package-get-ever-installed-p
180 :type 'boolean)
181
182 (defcustom xemacs-devel-package nil
183 "Emacs Lisp developer support."
184 :group 'libs-packages
185 :initialize 'package-get-ever-installed-p
186 :type 'boolean)
187
188 (defgroup mule-packages nil
189 "mule package group"
190 :group 'packages)
191
192 (defcustom edict-package nil
193 "Lisp Interface to EDICT, Kanji Dictionary"
194 :group 'mule-packages
195 :initialize 'package-get-ever-installed-p
196 :type 'boolean)
197
198 (defcustom egg-its-package nil
199 "Wnn (4.2 and 6) support. SJ3 support."
200 :group 'mule-packages
201 :initialize 'package-get-ever-installed-p
202 :type 'boolean)
203
204 (defcustom leim-package nil
205 "Quail. All non-English and non-Japanese language support."
206 :group 'mule-packages
207 :initialize 'package-get-ever-installed-p
208 :type 'boolean)
209
210 (defcustom locale-package nil
211 "Localized menubars and localized splash screens."
212 :group 'mule-packages
213 :initialize 'package-get-ever-installed-p
214 :type 'boolean)
215
216 (defcustom mule-base-package nil
217 "Basic Mule support, required for building with Mule."
218 :group 'mule-packages
219 :initialize 'package-get-ever-installed-p
220 :type 'boolean)
221
222 (defcustom skk-package nil
223 "Japanese Language Input Method."
224 :group 'mule-packages
225 :initialize 'package-get-ever-installed-p
226 :type 'boolean)
227
228 (defgroup oa-packages nil
229 "oa package group"
230 :group 'packages)
231
232 (defcustom calc-package nil
233 "Emacs calculator"
234 :group 'oa-packages
235 :initialize 'package-get-ever-installed-p
236 :type 'boolean)
237
238 (defcustom calendar-package nil
239 "Calendar and diary support."
240 :group 'oa-packages
241 :initialize 'package-get-ever-installed-p
242 :type 'boolean)
243
244 (defcustom edit-utils-package nil
245 "Miscellaneous editor extensions, you probably need this."
246 :group 'oa-packages
247 :initialize 'package-get-ever-installed-p
248 :type 'boolean)
249
250 (defcustom forms-package nil
251 "Forms editing support (obsolete, use Widget instead)."
252 :group 'oa-packages
253 :initialize 'package-get-ever-installed-p
254 :type 'boolean)
255
256 (defcustom frame-icon-package nil
257 "Set up mode-specific icons for each frame under XEmacs"
258 :group 'oa-packages
259 :initialize 'package-get-ever-installed-p
260 :type 'boolean)
261
262 (defcustom hm--html-menus-package nil
263 "HTML editing."
264 :group 'oa-packages
265 :initialize 'package-get-ever-installed-p
266 :type 'boolean)
267
268 (defcustom ispell-package nil
269 "Spell-checking with GNU ispell."
270 :group 'oa-packages
271 :initialize 'package-get-ever-installed-p
272 :type 'boolean)
273
274 (defcustom pc-package nil
275 "PC style interface emulation."
276 :group 'oa-packages
277 :initialize 'package-get-ever-installed-p
278 :type 'boolean)
279
280 (defcustom psgml-package nil
281 "Validated HTML/SGML editing."
282 :group 'oa-packages
283 :initialize 'package-get-ever-installed-p
284 :type 'boolean)
285
286 (defcustom sgml-package nil
287 "SGML/Linuxdoc-SGML editing."
288 :group 'oa-packages
289 :initialize 'package-get-ever-installed-p
290 :type 'boolean)
291
292 (defcustom slider-package nil
293 "User interface tool."
294 :group 'oa-packages
295 :initialize 'package-get-ever-installed-p
296 :type 'boolean)
297
298 (defcustom speedbar-package nil
299 "??? Document me."
300 :group 'oa-packages
301 :initialize 'package-get-ever-installed-p
302 :type 'boolean)
303
304 (defcustom strokes-package nil
305 "Mouse enhancement utility."
306 :group 'oa-packages
307 :initialize 'package-get-ever-installed-p
308 :type 'boolean)
309
310 (defcustom text-modes-package nil
311 "Miscellaneous support for editing text files."
312 :group 'oa-packages
313 :initialize 'package-get-ever-installed-p
314 :type 'boolean)
315
316 (defcustom time-package nil
317 "Display time & date on the modeline."
318 :group 'oa-packages
319 :initialize 'package-get-ever-installed-p
320 :type 'boolean)
321
322 (defgroup os-packages nil
323 "os package group"
324 :group 'packages)
325
326 (defcustom eterm-package nil
327 "Terminal emulation."
328 :group 'os-packages
329 :initialize 'package-get-ever-installed-p
330 :type 'boolean)
331
332 (defcustom igrep-package nil
333 "Enhanced front-end for Grep."
334 :group 'os-packages
335 :initialize 'package-get-ever-installed-p
336 :type 'boolean)
337
338 (defcustom ilisp-package nil
339 "Front-end for Inferior Lisp."
340 :group 'os-packages
341 :initialize 'package-get-ever-installed-p
342 :type 'boolean)
343
344 (defcustom os-utils-package nil
345 "Miscellaneous O/S utilities."
346 :group 'os-packages
347 :initialize 'package-get-ever-installed-p
348 :type 'boolean)
349
350 (defcustom view-process-package nil
351 "A Unix process browsing tool."
352 :group 'os-packages
353 :initialize 'package-get-ever-installed-p
354 :type 'boolean)
355
356 (defgroup prog-packages nil
357 "prog package group"
358 :group 'packages)
359
360 (defcustom ada-package nil
361 "Ada language support."
362 :group 'prog-packages
363 :initialize 'package-get-ever-installed-p
364 :type 'boolean)
365
366 (defcustom c-support-package nil
367 "Basic single-file add-ons for editing C code."
368 :group 'prog-packages
369 :initialize 'package-get-ever-installed-p
370 :type 'boolean)
371
372 (defcustom cc-mode-package nil
373 "C, C++ and Java language support."
374 :group 'prog-packages
375 :initialize 'package-get-ever-installed-p
376 :type 'boolean)
377
378 (defcustom debug-package nil
379 "GUD, gdb, dbx debugging support."
380 :group 'prog-packages
381 :initialize 'package-get-ever-installed-p
382 :type 'boolean)
383
384 (defcustom ediff-package nil
385 "Interface over GNU patch."
386 :group 'prog-packages
387 :initialize 'package-get-ever-installed-p
388 :type 'boolean)
389
390 (defcustom emerge-package nil
391 "Another interface over GNU patch."
392 :group 'prog-packages
393 :initialize 'package-get-ever-installed-p
394 :type 'boolean)
395
396 (defcustom jde-package nil
397 "Java language and development support."
398 :group 'prog-packages
399 :initialize 'package-get-ever-installed-p
400 :type 'boolean)
401
402 (defcustom pcl-cvs-package nil
403 "CVS frontend."
404 :group 'prog-packages
405 :initialize 'package-get-ever-installed-p
406 :type 'boolean)
407
408 (defcustom prog-modes-package nil
409 "Support for various programming languages."
410 :group 'prog-packages
411 :initialize 'package-get-ever-installed-p
412 :type 'boolean)
413
414 (defcustom scheme-package nil
415 "Front-end support for Inferior Scheme."
416 :group 'prog-packages
417 :initialize 'package-get-ever-installed-p
418 :type 'boolean)
419
420 (defcustom sh-script-package nil
421 "Support for editing shell scripts."
422 :group 'prog-packages
423 :initialize 'package-get-ever-installed-p
424 :type 'boolean)
425
426 (defcustom vc-cc-package nil
427 "Version Control for ClearCase (UnFree) systems."
428 :group 'prog-packages
429 :initialize 'package-get-ever-installed-p
430 :type 'boolean)
431
432 (defcustom vc-package nil
433 "Version Control for Free systems."
434 :group 'prog-packages
435 :initialize 'package-get-ever-installed-p
436 :type 'boolean)
437
438 (defcustom vhdl-package nil
439 "Support for VHDL."
440 :group 'prog-packages
441 :initialize 'package-get-ever-installed-p
442 :type 'boolean)
443
444 (defgroup wp-packages nil
445 "wp package group"
446 :group 'packages)
447
448 (defcustom auctex-package nil
449 "Basic TeX/LaTeX support."
450 :group 'wp-packages
451 :initialize 'package-get-ever-installed-p
452 :type 'boolean)
453
454 (defcustom crisp-package nil
455 "Crisp/Brief emulation."
456 :group 'wp-packages
457 :initialize 'package-get-ever-installed-p
458 :type 'boolean)
459
460 (defcustom edt-package nil
461 "DEC EDIT/EDT emulation."
462 :group 'wp-packages
463 :initialize 'package-get-ever-installed-p
464 :type 'boolean)
465
466 (defcustom reftex-package nil
467 "Emacs support for LaTeX cross-references, citations.."
468 :group 'wp-packages
469 :initialize 'package-get-ever-installed-p
470 :type 'boolean)
471
472 (defcustom texinfo-package nil
473 "XEmacs TeXinfo support."
474 :group 'wp-packages
475 :initialize 'package-get-ever-installed-p
476 :type 'boolean)
477
478 (defcustom textools-package nil
479 "Miscellaneous TeX support."
480 :group 'wp-packages
481 :initialize 'package-get-ever-installed-p
482 :type 'boolean)
483
484 (defcustom tpu-package nil
485 "DEC EDIT/TPU support."
486 :group 'wp-packages
487 :initialize 'package-get-ever-installed-p
488 :type 'boolean)
489
490 (defcustom viper-package nil
491 "VI emulation support."
492 :group 'wp-packages
493 :initialize 'package-get-ever-installed-p
494 :type 'boolean)
495