1 /* Commonly-used symbols
2 Copyright (C) 1995 Sun Microsystems.
3 Copyright (C) 1995, 1996 Ben Wing.
5 This file is part of XEmacs.
7 XEmacs is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by the
9 Free Software Foundation; either version 2, or (at your option) any
12 XEmacs is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 You should have received a copy of the GNU General Public License
18 along with XEmacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */
22 /* Synched up with: Not in FSF. */
24 /* The purpose of this file is as a central place to stick symbols
25 that don't have any obvious connection to any particular module
26 and might be used in many different contexts.
28 #### More should be put here.
35 Lisp_Object Qactually_requested;
41 Lisp_Object Qautodetect;
42 Lisp_Object Qbad_variable;
48 Lisp_Object Qbottom_margin;
52 Lisp_Object Qcategory;
56 Lisp_Object Qcharacter;
62 Lisp_Object Qcritical;
72 Lisp_Object Qdimension;
74 Lisp_Object Qdoc_string;
76 Lisp_Object Qdynarr_overhead;
84 Lisp_Object Qfile_name;
88 Lisp_Object Qfunction;
89 Lisp_Object Qgap_overhead;
91 Lisp_Object Qgeometry;
96 Lisp_Object Qhighlight;
97 Lisp_Object Qhorizontal;
103 Lisp_Object Qinherit;
104 Lisp_Object Qinteger;
105 Lisp_Object Qinternal;
107 Lisp_Object Qkey_assoc;
108 Lisp_Object Qkeyboard;
110 Lisp_Object Qlandscape;
111 Lisp_Object Qlast_command;
113 Lisp_Object Qleft_margin;
117 Lisp_Object Qmalloc_overhead;
118 Lisp_Object Qmarkers;
121 Lisp_Object Qmenubar;
122 Lisp_Object Qmessage;
124 Lisp_Object Qmodifiers;
126 Lisp_Object Qmsprinter;
127 Lisp_Object Qmswindows;
132 Lisp_Object Qnothing;
136 Lisp_Object Qold_assoc;
137 Lisp_Object Qold_delete;
138 Lisp_Object Qold_delq;
139 Lisp_Object Qold_rassoc;
140 Lisp_Object Qold_rassq;
143 Lisp_Object Qorientation;
145 Lisp_Object Qpointer;
147 Lisp_Object Qportrait;
149 Lisp_Object Qprinter;
150 Lisp_Object Qprocess;
151 Lisp_Object Qprovide;
154 Lisp_Object Qrequire;
155 Lisp_Object Qresource;
158 Lisp_Object Qreverse;
160 Lisp_Object Qright_margin;
162 Lisp_Object Qselected;
167 Lisp_Object Qspecifier;
172 Lisp_Object Qterminal;
175 Lisp_Object Qthis_command;
176 Lisp_Object Qtimeout;
177 Lisp_Object Qtimestamp;
178 Lisp_Object Qtoolbar;
180 Lisp_Object Qtop_margin;
183 Lisp_Object Qundecided;
184 Lisp_Object Qundefined;
185 Lisp_Object Qunimplemented;
186 Lisp_Object Qvalue_assoc;
187 Lisp_Object Qvertical;
188 Lisp_Object Qwarning;
192 Lisp_Object Qwindow_system;
198 syms_of_general (void)
200 defsymbol (&Qabort, "abort");
201 defsymbol (&Qactually_requested, "actually-requested");
202 defsymbol (&Qafter, "after");
203 defsymbol (&Qall, "all");
204 defsymbol (&Qand, "and");
205 defsymbol (&Qassoc, "assoc");
206 defsymbol (&Qat, "at");
207 defsymbol (&Qautodetect, "autodetect");
208 defsymbol (&Qbad_variable, "bad-variable");
209 defsymbol (&Qbefore, "before");
210 defsymbol (&Qbinary, "binary");
211 defsymbol (&Qbitmap, "bitmap");
212 defsymbol (&Qboolean, "boolean");
213 defsymbol (&Qbottom, "bottom");
214 defsymbol (&Qbottom_margin, "bottom-margin");
215 defsymbol (&Qbuffer, "buffer");
216 defsymbol (&Qbutton, "button");
217 defsymbol (&Qcancel, "cancel");
218 defsymbol (&Qcategory, "category");
219 defsymbol (&Qcenter, "center");
220 defsymbol (&Qchannel, "channel");
221 defsymbol (&Qchar, "char");
222 defsymbol (&Qcharacter, "character");
223 defsymbol (&Qchars, "chars");
224 defsymbol (&Qcolor, "color");
225 defsymbol (&Qcolumns, "columns");
226 defsymbol (&Qcommand, "command");
227 defsymbol (&Qconsole, "console");
228 defsymbol (&Qcritical, "critical");
229 defsymbol (&Qctext, "ctext");
230 defsymbol (&Qcursor, "cursor");
231 defsymbol (&Qdata, "data");
232 defsymbol (&Qdead, "dead");
233 defsymbol (&Qdefault, "default");
234 defsymbol (&Qdelete, "delete");
235 defsymbol (&Qdelq, "delq");
236 defsymbol (&Qdevice, "device");
237 defsymbol (&Qdialog, "dialog");
238 defsymbol (&Qdimension, "dimension");
239 defsymbol (&Qdisplay, "display");
240 defsymbol (&Qdoc_string, "doc-string");
241 defsymbol (&Qduplex, "duplex");
242 defsymbol (&Qdynarr_overhead, "dynarr-overhead");
243 defsymbol (&Qempty, "empty");
244 defsymbol (&Qeq, "eq");
245 defsymbol (&Qeql, "eql");
246 defsymbol (&Qequal, "equal");
247 defsymbol (&Qeval, "eval");
248 defsymbol (&Qextents, "extents");
249 defsymbol (&Qface, "face");
250 defsymbol (&Qfile_name, "file-name");
251 defsymbol (&Qfont, "font");
252 defsymbol (&Qframe, "frame");
253 defsymbol (&Qfuncall, "funcall");
254 defsymbol (&Qfunction, "function");
255 defsymbol (&Qgap_overhead, "gap-overhead");
256 defsymbol (&Qgeneric, "generic");
257 defsymbol (&Qgeometry, "geometry");
258 defsymbol (&Qglobal, "global");
259 defsymbol (&Qgutter, "gutter");
260 defsymbol (&Qheight, "height");
261 defsymbol (&Qhelp, "help");
262 defsymbol (&Qhighlight, "highlight");
263 defsymbol (&Qhorizontal, "horizontal");
264 defsymbol (&Qicon, "icon");
265 defsymbol (&Qid, "id");
266 defsymbol (&Qignore, "ignore");
267 defsymbol (&Qimage, "image");
268 defsymbol (&Qinfo, "info");
269 defsymbol (&Qinherit, "inherit");
270 defsymbol (&Qinteger, "integer");
271 defsymbol (&Qinternal, "internal");
272 defsymbol (&Qkey, "key");
273 defsymbol (&Qkey_assoc, "key-assoc");
274 defsymbol (&Qkeyboard, "keyboard");
275 defsymbol (&Qkeymap, "keymap");
276 defsymbol (&Qlandscape, "landscape");
277 defsymbol (&Qlast_command, "last-command");
278 defsymbol (&Qleft, "left");
279 defsymbol (&Qleft_margin, "left-margin");
280 defsymbol (&Qlet, "let");
281 defsymbol (&Qlist, "list");
282 defsymbol (&Qmagic, "magic");
283 defsymbol (&Qmalloc_overhead, "malloc-overhead");
284 defsymbol (&Qmarkers, "markers");
285 defsymbol (&Qmax, "max");
286 defsymbol (&Qmemory, "memory");
287 defsymbol (&Qmenubar, "menubar");
288 defsymbol (&Qmessage, "message");
289 defsymbol (&Qminus, "-");
290 defsymbol (&Qmodifiers, "modifiers");
291 defsymbol (&Qmotion, "motion");
292 defsymbol (&Qmsprinter, "msprinter");
293 defsymbol (&Qmswindows, "mswindows");
294 defsymbol (&Qname, "name");
295 defsymbol (&Qno, "no");
296 defsymbol (&Qnone, "none");
297 defsymbol (&Qnot, "not");
298 defsymbol (&Qnothing, "nothing");
299 defsymbol (&Qnotice, "notice");
300 defsymbol (&Qobject, "object");
301 defsymbol (&Qok, "ok");
302 defsymbol (&Qold_assoc, "old-assoc");
303 defsymbol (&Qold_delete, "old-delete");
304 defsymbol (&Qold_delq, "old-delq");
305 defsymbol (&Qold_rassoc, "old-rassoc");
306 defsymbol (&Qold_rassq, "old-rassq");
307 defsymbol (&Qonly, "only");
308 defsymbol (&Qor, "or");
309 defsymbol (&Qorientation, "orientation");
310 defsymbol (&Qother, "other");
311 defsymbol (&Qpointer, "pointer");
312 defsymbol (&Qpopup, "popup");
313 defsymbol (&Qportrait, "portrait");
314 defsymbol (&Qprint, "print");
315 defsymbol (&Qprinter, "printer");
316 defsymbol (&Qprocess, "process");
317 defsymbol (&Qprovide, "provide");
318 defsymbol (&Qrassoc, "rassoc");
319 defsymbol (&Qrassq, "rassq");
320 defsymbol (&Qrequire, "require");
321 defsymbol (&Qresource, "resource");
322 defsymbol (&Qretry, "retry");
323 defsymbol (&Qreturn, "return");
324 defsymbol (&Qreverse, "reverse");
325 defsymbol (&Qright, "right");
326 defsymbol (&Qright_margin, "right-margin");
327 defsymbol (&Qsearch, "search");
328 defsymbol (&Qselected, "selected");
329 defsymbol (&Qsignal, "signal");
330 defsymbol (&Qsimple, "simple");
331 defsymbol (&Qsize, "size");
332 defsymbol (&Qspace, "space");
333 defsymbol (&Qspecifier, "specifier");
334 defsymbol (&Qstream, "stream");
335 defsymbol (&Qstring, "string");
336 defsymbol (&Qsymbol, "symbol");
337 defsymbol (&Qsyntax, "syntax");
338 defsymbol (&Qterminal, "terminal");
339 defsymbol (&Qtest, "test");
340 defsymbol (&Qtext, "text");
341 defsymbol (&Qthis_command, "this-command");
342 defsymbol (&Qtimeout, "timeout");
343 defsymbol (&Qtimestamp, "timestamp");
344 defsymbol (&Qtoolbar, "toolbar");
345 defsymbol (&Qtop, "top");
346 defsymbol (&Qtop_margin, "top-margin");
347 defsymbol (&Qtty, "tty");
348 defsymbol (&Qtype, "type");
349 defsymbol (&Qundecided, "undecided");
350 defsymbol (&Qundefined, "undefined");
351 defsymbol (&Qunimplemented, "unimplemented");
352 defsymbol (&Qvalue_assoc, "value-assoc");
353 defsymbol (&Qvertical, "vertical");
354 defsymbol (&Qwarning, "warning");
355 defsymbol (&Qwidget, "widget");
356 defsymbol (&Qwidth, "width");
357 defsymbol (&Qwindow, "window");
358 defsymbol (&Qwindow_system, "window-system");
359 defsymbol (&Qx, "x");
360 defsymbol (&Qy, "y");
361 defsymbol (&Qyes, "yes");