comparison src/xselect.c @ 83560:738ce3540ffb

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-660 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-661 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-662 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-663 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-664 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-665 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-666 Fix read-only prompt problem in isearch * emacs@sv.gnu.org/emacs--devo--0--patch-667 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-668 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-669 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-670 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-671 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-672 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-673 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-206 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-207 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-208 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-600
author Karoly Lorentey <karoly@lorentey.hu>
date Sun, 22 Apr 2007 12:12:29 +0000
parents b8d9a391daf3 76442164daf1
children 7d63b897231b
comparison
equal deleted inserted replaced
83559:edf631bdbb7a 83560:738ce3540ffb
3005 it merely informs you that they have happened. */); 3005 it merely informs you that they have happened. */);
3006 Vx_sent_selection_functions = Qnil; 3006 Vx_sent_selection_functions = Qnil;
3007 3007
3008 DEFVAR_LISP ("selection-coding-system", &Vselection_coding_system, 3008 DEFVAR_LISP ("selection-coding-system", &Vselection_coding_system,
3009 doc: /* Coding system for communicating with other X clients. 3009 doc: /* Coding system for communicating with other X clients.
3010 When sending or receiving text via selection and clipboard, the text is 3010
3011 encoded or decoded by this coding system. 3011 When sending text via selection and clipboard, if the requested
3012 data-type is not "UTF8_STRING", the text is encoded by this coding
3013 system.
3014
3015 When receiving text, if the data-type of the received text is not
3016 "UTF8_STRING", it is decoded by this coding system.
3017
3018 See also the documentation of the variable `x-select-request-type' how
3019 to control which data-type to request for receiving text.
3020
3012 The default value is `compound-text-with-extensions'. */); 3021 The default value is `compound-text-with-extensions'. */);
3013 Vselection_coding_system = intern ("compound-text-with-extensions"); 3022 Vselection_coding_system = intern ("compound-text-with-extensions");
3014 3023
3015 DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, 3024 DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
3016 doc: /* Coding system for the next communication with other X clients. 3025 doc: /* Coding system for the next communication with other X clients.