Mercurial > hg > xemacs-beta
comparison src/select.c @ 3025:facf3239ba30
[xemacs-hg @ 2005-10-25 11:16:19 by ben]
rename new->new_, convert 'foo to `foo'
EmacsFrame.c, ExternalClient.c, ExternalShell.c, chartab.c, cmdloop.c, compiler.h, console.c, database.c, device-msw.c, device-x.c, device.c, doc.c, dragdrop.c, eval.c, event-msw.c, event-stream.c, events.c, extents.c, file-coding.c, fns.c, frame-tty.c, frame.c, gpmevent.c, gutter.c, hash.c, imgproc.c, indent.c, keymap.c, lisp-union.h, macros.c, malloc.c, marker.c, menubar-x.c, menubar.c, mule-charset.c, number.c, process.c, profile.h, ralloc.c, redisplay.c, select-common.h, select.c, syntax.c, sysfile.h, sysproc.h, systime.h, syswindows.h, toolbar.c, tooltalk.c, tparam.c, unexaix.c, unexalpha.c, unexconvex.c, unexec.c, unexhp9k800.c, unexmips.c, unicode.c, window.c: new -> new_.
'foo -> `foo'.
lwlib-internal.h: redo assert macros to follow lisp.h and not trigger warnings.
lwlib.c, xlwtabs.c: new -> new_.
author | ben |
---|---|
date | Tue, 25 Oct 2005 11:16:49 +0000 |
parents | 7844ab77b582 |
children | 8b2f75cecb89 |
comparison
equal
deleted
inserted
replaced
3024:b7f26b2f78bd | 3025:facf3239ba30 |
---|---|
105 } | 105 } |
106 | 106 |
107 return Qnil; | 107 return Qnil; |
108 } | 108 } |
109 | 109 |
110 /* #### Should perhaps handle 'MULTIPLE. The code below is now completely | 110 /* #### Should perhaps handle `MULTIPLE'. The code below is now completely |
111 broken due to a re-organization of get_local_selection, but I've left | 111 broken due to a re-organization of get_local_selection, but I've left |
112 it here should anyone show an interest - ajh */ | 112 it here should anyone show an interest - ajh */ |
113 #if 0 | 113 #if 0 |
114 else if (CONSP (target_type) && | 114 else if (CONSP (target_type) && |
115 XCAR (target_type) == QMULTIPLE) | 115 XCAR (target_type) == QMULTIPLE) |
859 -- nil (the conversion could not be done) | 859 -- nil (the conversion could not be done) |
860 -- a cons of a symbol and any of the following values; the symbol | 860 -- a cons of a symbol and any of the following values; the symbol |
861 explicitly specifies the type that will be sent. | 861 explicitly specifies the type that will be sent. |
862 -- a string (If the type is not specified, then if Mule support exists, | 862 -- a string (If the type is not specified, then if Mule support exists, |
863 the string will be converted to Compound Text and sent in | 863 the string will be converted to Compound Text and sent in |
864 the 'COMPOUND_TEXT format; otherwise (no Mule support), | 864 the `COMPOUND_TEXT' format; otherwise (no Mule support), |
865 the string will be left as-is and sent in the 'STRING | 865 the string will be left as-is and sent in the `STRING' |
866 format. If the type is specified, the string will be | 866 format. If the type is specified, the string will be |
867 left as-is (or converted to binary format under Mule). | 867 left as-is (or converted to binary format under Mule). |
868 In all cases, 8-bit data it sent.) | 868 In all cases, 8-bit data it sent.) |
869 -- a character (With Mule support, will be converted to Compound Text | 869 -- a character (With Mule support, will be converted to Compound Text |
870 whether or not a type is specified. If a type is not | 870 whether or not a type is specified. If a type is not |
871 specified, a type of 'STRING or 'COMPOUND_TEXT will be | 871 specified, a type of `STRING' or `COMPOUND_TEXT' will be |
872 sent, as for strings.) | 872 sent, as for strings.) |
873 -- the symbol 'NULL (Indicates that there is no meaningful return value. | 873 -- the symbol `NULL' (Indicates that there is no meaningful return value. |
874 Empty 32-bit data with a type of 'NULL will be sent.) | 874 Empty 32-bit data with a type of `NULL' will be sent.) |
875 -- a symbol (Will be converted into an atom. If the type is not specified, | 875 -- a symbol (Will be converted into an atom. If the type is not specified, |
876 a type of 'ATOM will be sent.) | 876 a type of `ATOM' will be sent.) |
877 -- an integer (Will be converted into a 16-bit or 32-bit integer depending | 877 -- an integer (Will be converted into a 16-bit or 32-bit integer depending |
878 on the value. If the type is not specified, a type of | 878 on the value. If the type is not specified, a type of |
879 'INTEGER will be sent.) | 879 `INTEGER' will be sent.) |
880 -- a cons (HIGH . LOW) of integers (Will be converted into a 32-bit integer. | 880 -- a cons (HIGH . LOW) of integers (Will be converted into a 32-bit integer. |
881 If the type is not specified, a type of | 881 If the type is not specified, a type of |
882 'INTEGER will be sent.) | 882 `INTEGER' will be sent.) |
883 -- a vector of symbols (Will be converted into a list of atoms. If the type | 883 -- a vector of symbols (Will be converted into a list of atoms. If the type |
884 is not specified, a type of 'ATOM will be sent.) | 884 is not specified, a type of `ATOM' will be sent.) |
885 -- a vector of integers (Will be converted into a list of 16-bit integers. | 885 -- a vector of integers (Will be converted into a list of 16-bit integers. |
886 If the type is not specified, a type of 'INTEGER | 886 If the type is not specified, a type of `INTEGER' |
887 will be sent.) | 887 will be sent.) |
888 -- a vector of integers and/or conses (HIGH . LOW) of integers | 888 -- a vector of integers and/or conses (HIGH . LOW) of integers |
889 (Will be converted into a list of 16-bit integers. | 889 (Will be converted into a list of 16-bit integers. |
890 If the type is not specified, a type of 'INTEGER | 890 If the type is not specified, a type of `INTEGER' |
891 will be sent.) | 891 will be sent.) |
892 */ ); | 892 */ ); |
893 Vselection_converter_out_alist = Qnil; | 893 Vselection_converter_out_alist = Qnil; |
894 | 894 |
895 DEFVAR_LISP ("selection-converter-in-alist", | 895 DEFVAR_LISP ("selection-converter-in-alist", |