| Server IP : 217.160.0.212 / Your IP : 216.73.216.141 Web Server : Apache System : Linux www 6.18.51-i1-ampere #1196 SMP Fri Sep 11 20:43:55 CEST 2026 aarch64 User : sws1073854427 ( 1073854427) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/emacs/28.2/lisp/ |
Upload File : |
;ELC ;;; Compiled ;;; in Emacs version 28.2 ;;; with all optimizations. (byte-code "\300\301\302\303\304DD\305\306\307\310\311\312\313\314\315&\207" [custom-declare-variable selection-coding-system funcall function #[0 "\300\207" [nil] 1 ""] "Coding system for communicating with other programs.\n\nFor MS-Windows and MS-DOS:\nWhen sending or receiving text via selection and clipboard, the text\nis encoded or decoded by this coding system. The default value is\nthe current system default encoding on 9x/Me, `utf-16le-dos'\n(Unicode) on NT/W2K/XP, and `iso-latin-1-dos' on MS-DOS.\n\nFor X Windows:\nWhen sending text via selection and clipboard, if the target\ndata-type matches this coding system according to the table\nbelow, it is used for encoding the text. Otherwise (including\nthe case that this variable is nil), a proper coding system is\nselected as below:\n\ndata-type coding system\n--------- -------------\nUTF8_STRING utf-8\nCOMPOUND_TEXT compound-text-with-extensions\nSTRING iso-latin-1\nC_STRING raw-text-unix\n\nWhen receiving text, if this coding system is non-nil, it is used\nfor decoding regardless of the data-type. If this is nil, a\nproper coding system is used according to the data-type as above.\n\nSee also the documentation of the variable `x-select-request-type' how\nto control which data-type to request for receiving text.\n\nThe default value is nil." :type coding-system :group mule :version "23.1" :set #[514 "\300!\210L\207" [set-selection-coding-system] 4 "\n\n(fn SYMBOL VALUE)"]] 12) #@317 Coding system for the next communication with other programs. Usually, `selection-coding-system' is used for communicating with other programs (X Windows clients or MS Windows programs). But, if this variable is set, it is used for the next communication only. After the communication, this variable is set to nil. (defvar next-selection-coding-system nil (#$ . 1550)) (byte-code "\300\301\302\303#\210\304\301\302\305#\210\306\307\310\303#\210\311\211\2034 \211@\307N\203- \310N\204- \312\310\307N#\210A\266\202\202 \210\313\307\310\314#\210\315\310\316\317\320DD\321\322\323\324\325\326\327& \210\306\330\331\303#\210\332\211\203t \211@\330N\203m \331N\204m \312\331\330N#\210A\266\202\202S \210\313\330\331\314#\210\315\331\316\317\333DD\334\322\323\324\325\326\314& \207" [defalias x-selection x-get-selection nil make-obsolete "at least 19.34" defvaralias x-select-enable-clipboard select-enable-clipboard (saved-value saved-variable-comment) put make-obsolete-variable "25.1" custom-declare-variable funcall function #[0 "\300\207" [t] 1 #1=""] "Non-nil means cutting and pasting uses the clipboard.\nThis can be in addition to, but in preference to, the primary selection,\nif applicable (i.e. under X11)." :type boolean :group killing :version "24.1" x-select-enable-primary select-enable-primary (saved-value saved-variable-comment) #[0 "\300\207" [nil] 1 #1#] "Non-nil means cutting and pasting uses the primary selection.\nThe existence of a primary selection depends on the underlying GUI you use.\nE.g. it doesn't exist under MS-Windows."] 10) #@49 The value of the CLIPBOARD selection last seen. (defvar gui--last-selected-text-clipboard nil (#$ . 3125)) #@47 The value of the PRIMARY selection last seen. (defvar gui--last-selected-text-primary nil (#$ . 3238)) #@268 Select TEXT, a string, according to the window system. if `select-enable-clipboard' is non-nil, copy TEXT to the system's clipboard. If `select-enable-primary' is non-nil, put TEXT in the primary selection. MS-Windows does not have a "primary" selection. (fn TEXT) (defalias 'gui-select-text #[257 "\203 \305\306\"\210\211\n\205 \211\305\307\"\210\211\211\207" [select-enable-primary gui--last-selected-text-primary select-enable-clipboard saved-region-selection gui--last-selected-text-clipboard gui-set-selection PRIMARY CLIPBOARD] 4 (#$ . 3348)]) (byte-code "\300\301\302\303#\210\304\301\302\305#\210\306\307\310\311\312DD\313\314\315\316\317&\207" [defalias x-select-text gui-select-text nil make-obsolete "25.1" custom-declare-variable x-select-request-type funcall function #[0 "\300\207" [nil] 1 ""] "Data type request for X selection.\nThe value is one of the following data types, a list of them, or nil:\n `COMPOUND_TEXT', `UTF8_STRING', `STRING', `TEXT'\n\nIf the value is one of the above symbols, try only the specified type.\n\nIf the value is a list of them, try each of them in the specified\norder until succeed.\n\nThe value nil is the same as the list (UTF8_STRING COMPOUND_TEXT STRING)." :type (choice (const :tag "Default" nil) (const COMPOUND_TEXT) (const UTF8_STRING) (const STRING) (const TEXT) (set :tag "List of values" (const COMPOUND_TEXT) (const UTF8_STRING) (const STRING) (const TEXT))) :group killing] 8) #@240 Get a selection value of type TYPE. Call `gui-get-selection' with an appropriate DATA-TYPE argument decided by `x-select-request-type'. The return value is already decoded. If `gui-get-selection' signals an error, return nil. (fn TYPE) (defalias 'gui--selection-value-internal #[257 "\302=\203 \206 \303\202 \304\305\3061<