The xembed Reference Manual
Table of Contents
The xembed Reference Manual
This is the xembed Reference Manual, version 0.1.0,
generated automatically by Declt version 3.0 "Montgomery Scott"
on Tue Dec 22 13:07:20 2020 GMT+0.
1 Systems
The main system appears first, followed by any subsystem dependency.
1.1 xembed
- Author
Alessandro Piras
- License
MIT
- Description
An implementation of the XEMBED protocol that integrates with CLX.
- Version
0.1.0
- Dependency
clx
- Source
xembed.asd (file)
- Components
-
2 Modules
Modules are listed depth-first from the system components tree.
2.1 xembed/utils
- Dependency
package.lisp (file)
- Parent
xembed (system)
- Location
utils/
- Components
-
3 Files
Files are sorted by type and then listed depth-first from the systems
components trees.
3.1 Lisp
3.1.1 xembed.asd
- Location
xembed.asd
- Systems
xembed (system)
3.1.2 xembed/package.lisp
- Parent
xembed (system)
- Location
package.lisp
- Packages
-
3.1.3 xembed/utils/debug.lisp
- Parent
utils (module)
- Location
utils/debug.lisp
- Exported Definitions
-
- Internal Definitions
-
3.1.4 xembed/utils/utils.lisp
- Dependency
debug.lisp (file)
- Parent
utils (module)
- Location
utils/utils.lisp
- Exported Definitions
-
- Internal Definitions
-
3.1.5 xembed/utils/xlib-utils.lisp
- Dependency
utils.lisp (file)
- Parent
utils (module)
- Location
utils/xlib-utils.lisp
- Exported Definitions
-
- Internal Definitions
-
3.1.6 xembed/xembed-core.lisp
- Dependency
utils (module)
- Parent
xembed (system)
- Location
xembed-core.lisp
- Exported Definitions
-
- Internal Definitions
-
3.1.7 xembed/socket.lisp
- Dependency
xembed-core.lisp (file)
- Parent
xembed (system)
- Location
socket.lisp
- Exported Definitions
-
- Internal Definitions
-
4 Packages
Packages are listed by definition order.
4.1 xembed-user
- Source
package.lisp (file)
- Use List
- xembed
- xlib
- asdf/interface
- common-lisp
4.2 xembed
- Source
package.lisp (file)
- Use List
- xlib
- asdf/interface
- common-lisp
- Used By List
xembed-user
- Exported Definitions
-
- Internal Definitions
-
5 Definitions
Definitions are sorted by export status, category, package, and then by
lexicographic order.
5.1 Exported definitions
5.1.1 Special variables
- Special Variable: *timestamp*
-
- Package
xembed
- Source
xembed-core.lisp (file)
5.1.2 Macros
- Macro: handler-vector &rest CLAUSES
-
- Package
xembed
- Source
xlib-utils.lisp (file)
5.1.3 Functions
- Function: client WIN
-
- Package
xembed
- Source
socket.lisp (file)
- Function: combine-handlers H1 H2
-
- Package
xembed
- Source
xlib-utils.lisp (file)
- Function: create-socket USE-CLIENT-GEOMETRY &rest KEY-VALUE-PAIRS &key &allow-other-keys
-
- Package
xembed
- Source
socket.lisp (file)
- Function: curry FUNCTION &rest ARGS
-
- Package
xembed
- Source
utils.lisp (file)
- Function: decode-xembed-message-type TYPE
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: destroy-socket SOCKETWIN &optional REPARENT-P
-
- Package
xembed
- Source
socket.lisp (file)
- Function: dformat LEVEL CONTROL-STRING &rest FORMAT-ARGUMENTS
-
- Package
xembed
- Source
debug.lisp (file)
- Function: embed SOCKETWIN CLIENTWIN &optional REPARENT-P X Y RESET-GEOMETRY-P
-
- Package
xembed
- Source
socket.lisp (file)
- Function: handler-pos EVENT-KEY
-
- Package
xembed
- Source
xlib-utils.lisp (file)
- Function: move-next-to EL NEXT-TO SEQ &key WHERE TEST
-
- Package
xembed
- Source
utils.lisp (file)
- Function: rformat CONTROL-STRING &rest FORMAT-ARGUMENTS
-
- Package
xembed
- Source
debug.lisp (file)
- Function: socket-activate SOCKETWIN
-
- Package
xembed
- Source
socket.lisp (file)
- Function: socket-list-handler-vector SOCKETLIST-FN
-
- Package
xembed
- Source
socket.lisp (file)
- Function: socket-resize SOCKETWIN W H
-
- Package
xembed
- Source
socket.lisp (file)
- Function: update-timestamp WIN &optional TIMESTAMP
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: window-parent WIN
-
- Package
xembed
- Source
xlib-utils.lisp (file)
- Function: window-resize WINDOW WIDTH HEIGHT
-
- Package
xembed
- Source
xlib-utils.lisp (file)
5.2 Internal definitions
5.2.1 Special variables
- Special Variable: *debug-level*
-
- Package
xembed
- Source
debug.lisp (file)
- Special Variable: *debug-stream*
-
- Package
xembed
- Source
debug.lisp (file)
- Special Variable: *progress-stream*
-
- Package
xembed
- Source
debug.lisp (file)
- Special Variable: *result-stream*
-
- Package
xembed
- Source
debug.lisp (file)
- Special Variable: *show-progress*
-
- Package
xembed
- Source
debug.lisp (file)
- Special Variable: +currenttime+
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Special Variable: +last-event+
-
- Package
xembed
- Source
xlib-utils.lisp (file)
- Special Variable: +socket-event-mask+
-
- Package
xembed
- Source
socket.lisp (file)
- Special Variable: +xembed-detail-alist+
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Special Variable: +xembed-info-flags-alist+
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Special Variable: +xembed-message-alist+
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Special Variable: +xembed-modifier-alist+
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Special Variable: +xembed-socket-info-flags-alist+
-
- Package
xembed
- Source
socket.lisp (file)
- Special Variable: +xembed-version+
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Special Variable: +xembed_accelerator_overloaded+
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Special Variable: +xembed_direction_default+
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Special Variable: +xembed_direction_left_right+
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Special Variable: +xembed_direction_up_down+
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Special Variable: +xembed_result_ok+
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Special Variable: +xembed_result_unsupported+
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Special Variable: +xembed_result_x11error+
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Special Variable: handlers
-
- Package
xembed
- Source
xlib-utils.lisp (file)
5.2.2 Macros
- Macro: send-and-set-flag SOCKETWIN FLAG-KEY FLAG-VALUE &body SEND-FORM
-
- Package
xembed
- Source
socket.lisp (file)
- Macro: send-wrapper DISP (&body SEND-SEQUENCE) &body ERROR-HANDLERS
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Macro: with-result-stream (FNAME &rest KEY-VALUE-PAIRS &key &allow-other-keys) &body BODY
-
- Package
xembed
- Source
debug.lisp (file)
5.2.3 Functions
- Function: combine-functions HF1 HF2
-
- Package
xembed
- Source
utils.lisp (file)
- Function: compose FN1 FN2
-
- Package
xembed
- Source
utils.lisp (file)
- Function: decode-flags FLAGS FLAGS-ALIST
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: decode-xembed-detail DETAIL
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: decode-xembed-info-flags FLAGS
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: decode-xembed-modifier-flags FLAGS
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: delete-create-notify-event WIN
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: dformat-call LEVEL FN IN-OR-OUT &rest ARGUMENTS
-
- Package
xembed
- Source
debug.lisp (file)
- Function: drop-configure-notify SOCKETWIN W H
-
- Package
xembed
- Source
socket.lisp (file)
- Function: encode-flags FLAGS FLAGS-ALIST
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: encode-xembed-detail DETAIL
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: encode-xembed-info-flags FLAGS
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: encode-xembed-message-type TYPE
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: encode-xembed-modifier-flags FLAGS
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: flatten LIST
-
- Package
xembed
- Source
utils.lisp (file)
- Function: format-call FN IN-OR-OUT &rest ARGUMENTS
-
- Package
xembed
- Source
debug.lisp (file)
- Function: format-in-or-out IN-OR-OUT
-
- Package
xembed
- Source
debug.lisp (file)
- Function: forward-xembed-message-up SOCKETWIN TIMESTAMP OPCODE DETAIL DATA1 DATA2
-
- Package
xembed
- Source
socket.lisp (file)
- Function: get-keyword-value KEY LIST
-
- Package
xembed
- Source
utils.lisp (file)
- Function: get-server-time WIN
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: getflag KEY FLAGS KEY-ALIST
-
- Package
xembed
- Source
utils.lisp (file)
- Function: group-by-2 LIST
-
- Package
xembed
- Source
utils.lisp (file)
- Function: is-toplevel WIN
-
- Package
xembed
- Source
xlib-utils.lisp (file)
- Function: maybe PRED
-
- Package
xembed
- Source
utils.lisp (file)
- Function: maybe-start-protocol SOCKETWIN
-
- Package
xembed
- Source
socket.lisp (file)
- Function: move-next-to-helper EL NEXT-TO SEQ &key WHERE TEST
-
- Package
xembed
- Source
utils.lisp (file)
- Function: nullfn &rest ARGS
-
- Package
xembed
- Source
utils.lisp (file)
- Function: pformat CONTROL-STRING &rest FORMAT-ARGUMENTS
-
- Package
xembed
- Source
debug.lisp (file)
- Function: requested-state WIN
-
- Package
xembed
- Source
socket.lisp (file)
- Function: satisfy-map/unmap-request SOCKETWIN
-
- Package
xembed
- Source
socket.lisp (file)
- Function: sequencep OBJECT
-
- Package
xembed
- Source
utils.lisp (file)
- Function: set-property-notify WINDOW
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: setflag FLAGS KEY-ALIST KEY VALUE
-
- Package
xembed
- Source
utils.lisp (file)
- Function: setflags FLAGS KEY-ALIST &rest KEY-VALUE-PAIRS &key &allow-other-keys
-
- Package
xembed
- Source
utils.lisp (file)
- Function: socket-clear-focus-request SOCKETWIN &optional VALUE
-
- Package
xembed
- Source
socket.lisp (file)
- Function: socket-deactivate SOCKETWIN
-
- Package
xembed
- Source
socket.lisp (file)
- Function: socket-focus-in SOCKETWIN &optional WHAT
-
- Package
xembed
- Source
socket.lisp (file)
- Function: socket-focus-out SOCKETWIN
-
- Package
xembed
- Source
socket.lisp (file)
- Function: socket-focus-requested-p SOCKETWIN
-
- Package
xembed
- Source
socket.lisp (file)
- Function: socket-handler-vector SOCKETWIN
-
- Package
xembed
- Source
socket.lisp (file)
- Function: socket-modality-off SOCKETWIN
-
- Package
xembed
- Source
socket.lisp (file)
- Function: socket-modality-on SOCKETWIN
-
- Package
xembed
- Source
socket.lisp (file)
- Function: socket-reset SOCKETWIN
-
- Package
xembed
- Source
socket.lisp (file)
- Function: socket-reset-geometry SOCKETWIN
-
- Package
xembed
- Source
socket.lisp (file)
- Function: socketp WINDOW
-
- Package
xembed
- Source
socket.lisp (file)
- Function: subst-keyword-value KEY VALUE LIST
-
- Package
xembed
- Source
utils.lisp (file)
- Function: supported-protocol-version WIN
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: xembed-focus-in CLIENT-WINDOW DETAIL
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: xembed-info WINDOW
-
- Function: (setf xembed-info) NEW-VAL WINDOW
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: xembed-info-flags XEMBED-INFO
-
- Function: (setf xembed-info-flags) NEW-VAL WINDOW
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: xembed-info-flags-raw XEMBED-INFO
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: xembed-info-raw WINDOW
-
- Function: (setf xembed-info-raw) NEW-VAL WINDOW
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: xembed-info-ready-p WINDOW
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: xembed-info-valid-p XEMBED-INFO
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: xembed-info-version XEMBED-INFO
-
- Function: (setf xembed-info-version) NEW-VAL WINDOW
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: xembed-info-version-raw XEMBED-INFO
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: xembed-notify CLIENT-WINDOW EMBEDDER-WINDOW &optional VERSION
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: xembed-send DEST-WIN &key OPCODE DETAIL DATA1 DATA2 TIMESTAMP
-
- Package
xembed
- Source
xembed-core.lisp (file)
- Function: xembed-socket-info WINDOW
-
- Function: (setf xembed-socket-info) VALUE WINDOW
-
- Package
xembed
- Source
socket.lisp (file)
- Function: xor X Y
-
- Package
xembed
- Source
utils.lisp (file)
- Function: xsi-flags XSI
-
- Package
xembed
- Source
socket.lisp (file)
- Function: xsi-getflag XSI KEY
-
- Package
xembed
- Source
socket.lisp (file)
- Function: xsi-setflags XSI &rest KEYWORD-VALUE-PAIRS &key &allow-other-keys
-
- Package
xembed
- Source
socket.lisp (file)
Appendix A Indexes
A.1 Concepts
| Index Entry | | Section |
|
F | | |
| File, Lisp, xembed.asd: | | The xembed․asd file |
| File, Lisp, xembed/package.lisp: | | The xembed/package․lisp file |
| File, Lisp, xembed/socket.lisp: | | The xembed/socket․lisp file |
| File, Lisp, xembed/utils/debug.lisp: | | The xembed/utils/debug․lisp file |
| File, Lisp, xembed/utils/utils.lisp: | | The xembed/utils/utils․lisp file |
| File, Lisp, xembed/utils/xlib-utils.lisp: | | The xembed/utils/xlib-utils․lisp file |
| File, Lisp, xembed/xembed-core.lisp: | | The xembed/xembed-core․lisp file |
|
L | | |
| Lisp File, xembed.asd: | | The xembed․asd file |
| Lisp File, xembed/package.lisp: | | The xembed/package․lisp file |
| Lisp File, xembed/socket.lisp: | | The xembed/socket․lisp file |
| Lisp File, xembed/utils/debug.lisp: | | The xembed/utils/debug․lisp file |
| Lisp File, xembed/utils/utils.lisp: | | The xembed/utils/utils․lisp file |
| Lisp File, xembed/utils/xlib-utils.lisp: | | The xembed/utils/xlib-utils․lisp file |
| Lisp File, xembed/xembed-core.lisp: | | The xembed/xembed-core․lisp file |
|
M | | |
| Module, xembed/utils: | | The xembed/utils module |
|
X | | |
| xembed.asd: | | The xembed․asd file |
| xembed/package.lisp: | | The xembed/package․lisp file |
| xembed/socket.lisp: | | The xembed/socket․lisp file |
| xembed/utils: | | The xembed/utils module |
| xembed/utils/debug.lisp: | | The xembed/utils/debug․lisp file |
| xembed/utils/utils.lisp: | | The xembed/utils/utils․lisp file |
| xembed/utils/xlib-utils.lisp: | | The xembed/utils/xlib-utils․lisp file |
| xembed/xembed-core.lisp: | | The xembed/xembed-core․lisp file |
|
A.2 Functions
| Index Entry | | Section |
|
( | | |
| (setf xembed-info) : | | Internal functions |
| (setf xembed-info-flags) : | | Internal functions |
| (setf xembed-info-raw) : | | Internal functions |
| (setf xembed-info-version) : | | Internal functions |
| (setf xembed-socket-info) : | | Internal functions |
|
C | | |
| client : | | Exported functions |
| combine-functions : | | Internal functions |
| combine-handlers : | | Exported functions |
| compose : | | Internal functions |
| create-socket : | | Exported functions |
| curry : | | Exported functions |
|
D | | |
| decode-flags : | | Internal functions |
| decode-xembed-detail : | | Internal functions |
| decode-xembed-info-flags : | | Internal functions |
| decode-xembed-message-type : | | Exported functions |
| decode-xembed-modifier-flags : | | Internal functions |
| delete-create-notify-event : | | Internal functions |
| destroy-socket : | | Exported functions |
| dformat : | | Exported functions |
| dformat-call : | | Internal functions |
| drop-configure-notify : | | Internal functions |
|
E | | |
| embed : | | Exported functions |
| encode-flags : | | Internal functions |
| encode-xembed-detail : | | Internal functions |
| encode-xembed-info-flags : | | Internal functions |
| encode-xembed-message-type : | | Internal functions |
| encode-xembed-modifier-flags : | | Internal functions |
|
F | | |
| flatten : | | Internal functions |
| format-call : | | Internal functions |
| format-in-or-out : | | Internal functions |
| forward-xembed-message-up : | | Internal functions |
| Function, (setf xembed-info) : | | Internal functions |
| Function, (setf xembed-info-flags) : | | Internal functions |
| Function, (setf xembed-info-raw) : | | Internal functions |
| Function, (setf xembed-info-version) : | | Internal functions |
| Function, (setf xembed-socket-info) : | | Internal functions |
| Function, client : | | Exported functions |
| Function, combine-functions : | | Internal functions |
| Function, combine-handlers : | | Exported functions |
| Function, compose : | | Internal functions |
| Function, create-socket : | | Exported functions |
| Function, curry : | | Exported functions |
| Function, decode-flags : | | Internal functions |
| Function, decode-xembed-detail : | | Internal functions |
| Function, decode-xembed-info-flags : | | Internal functions |
| Function, decode-xembed-message-type : | | Exported functions |
| Function, decode-xembed-modifier-flags : | | Internal functions |
| Function, delete-create-notify-event : | | Internal functions |
| Function, destroy-socket : | | Exported functions |
| Function, dformat : | | Exported functions |
| Function, dformat-call : | | Internal functions |
| Function, drop-configure-notify : | | Internal functions |
| Function, embed : | | Exported functions |
| Function, encode-flags : | | Internal functions |
| Function, encode-xembed-detail : | | Internal functions |
| Function, encode-xembed-info-flags : | | Internal functions |
| Function, encode-xembed-message-type : | | Internal functions |
| Function, encode-xembed-modifier-flags : | | Internal functions |
| Function, flatten : | | Internal functions |
| Function, format-call : | | Internal functions |
| Function, format-in-or-out : | | Internal functions |
| Function, forward-xembed-message-up : | | Internal functions |
| Function, get-keyword-value : | | Internal functions |
| Function, get-server-time : | | Internal functions |
| Function, getflag : | | Internal functions |
| Function, group-by-2 : | | Internal functions |
| Function, handler-pos : | | Exported functions |
| Function, is-toplevel : | | Internal functions |
| Function, maybe : | | Internal functions |
| Function, maybe-start-protocol : | | Internal functions |
| Function, move-next-to : | | Exported functions |
| Function, move-next-to-helper : | | Internal functions |
| Function, nullfn : | | Internal functions |
| Function, pformat : | | Internal functions |
| Function, requested-state : | | Internal functions |
| Function, rformat : | | Exported functions |
| Function, satisfy-map/unmap-request : | | Internal functions |
| Function, sequencep : | | Internal functions |
| Function, set-property-notify : | | Internal functions |
| Function, setflag : | | Internal functions |
| Function, setflags : | | Internal functions |
| Function, socket-activate : | | Exported functions |
| Function, socket-clear-focus-request : | | Internal functions |
| Function, socket-deactivate : | | Internal functions |
| Function, socket-focus-in : | | Internal functions |
| Function, socket-focus-out : | | Internal functions |
| Function, socket-focus-requested-p : | | Internal functions |
| Function, socket-handler-vector : | | Internal functions |
| Function, socket-list-handler-vector : | | Exported functions |
| Function, socket-modality-off : | | Internal functions |
| Function, socket-modality-on : | | Internal functions |
| Function, socket-reset : | | Internal functions |
| Function, socket-reset-geometry : | | Internal functions |
| Function, socket-resize : | | Exported functions |
| Function, socketp : | | Internal functions |
| Function, subst-keyword-value : | | Internal functions |
| Function, supported-protocol-version : | | Internal functions |
| Function, update-timestamp : | | Exported functions |
| Function, window-parent : | | Exported functions |
| Function, window-resize : | | Exported functions |
| Function, xembed-focus-in : | | Internal functions |
| Function, xembed-info : | | Internal functions |
| Function, xembed-info-flags : | | Internal functions |
| Function, xembed-info-flags-raw : | | Internal functions |
| Function, xembed-info-raw : | | Internal functions |
| Function, xembed-info-ready-p : | | Internal functions |
| Function, xembed-info-valid-p : | | Internal functions |
| Function, xembed-info-version : | | Internal functions |
| Function, xembed-info-version-raw : | | Internal functions |
| Function, xembed-notify : | | Internal functions |
| Function, xembed-send : | | Internal functions |
| Function, xembed-socket-info : | | Internal functions |
| Function, xor : | | Internal functions |
| Function, xsi-flags : | | Internal functions |
| Function, xsi-getflag : | | Internal functions |
| Function, xsi-setflags : | | Internal functions |
|
G | | |
| get-keyword-value : | | Internal functions |
| get-server-time : | | Internal functions |
| getflag : | | Internal functions |
| group-by-2 : | | Internal functions |
|
H | | |
| handler-pos : | | Exported functions |
| handler-vector : | | Exported macros |
|
I | | |
| is-toplevel : | | Internal functions |
|
M | | |
| Macro, handler-vector : | | Exported macros |
| Macro, send-and-set-flag : | | Internal macros |
| Macro, send-wrapper : | | Internal macros |
| Macro, with-result-stream : | | Internal macros |
| maybe : | | Internal functions |
| maybe-start-protocol : | | Internal functions |
| move-next-to : | | Exported functions |
| move-next-to-helper : | | Internal functions |
|
N | | |
| nullfn : | | Internal functions |
|
P | | |
| pformat : | | Internal functions |
|
R | | |
| requested-state : | | Internal functions |
| rformat : | | Exported functions |
|
S | | |
| satisfy-map/unmap-request : | | Internal functions |
| send-and-set-flag : | | Internal macros |
| send-wrapper : | | Internal macros |
| sequencep : | | Internal functions |
| set-property-notify : | | Internal functions |
| setflag : | | Internal functions |
| setflags : | | Internal functions |
| socket-activate : | | Exported functions |
| socket-clear-focus-request : | | Internal functions |
| socket-deactivate : | | Internal functions |
| socket-focus-in : | | Internal functions |
| socket-focus-out : | | Internal functions |
| socket-focus-requested-p : | | Internal functions |
| socket-handler-vector : | | Internal functions |
| socket-list-handler-vector : | | Exported functions |
| socket-modality-off : | | Internal functions |
| socket-modality-on : | | Internal functions |
| socket-reset : | | Internal functions |
| socket-reset-geometry : | | Internal functions |
| socket-resize : | | Exported functions |
| socketp : | | Internal functions |
| subst-keyword-value : | | Internal functions |
| supported-protocol-version : | | Internal functions |
|
U | | |
| update-timestamp : | | Exported functions |
|
W | | |
| window-parent : | | Exported functions |
| window-resize : | | Exported functions |
| with-result-stream : | | Internal macros |
|
X | | |
| xembed-focus-in : | | Internal functions |
| xembed-info : | | Internal functions |
| xembed-info-flags : | | Internal functions |
| xembed-info-flags-raw : | | Internal functions |
| xembed-info-raw : | | Internal functions |
| xembed-info-ready-p : | | Internal functions |
| xembed-info-valid-p : | | Internal functions |
| xembed-info-version : | | Internal functions |
| xembed-info-version-raw : | | Internal functions |
| xembed-notify : | | Internal functions |
| xembed-send : | | Internal functions |
| xembed-socket-info : | | Internal functions |
| xor : | | Internal functions |
| xsi-flags : | | Internal functions |
| xsi-getflag : | | Internal functions |
| xsi-setflags : | | Internal functions |
|
A.3 Variables
| Index Entry | | Section |
|
* | | |
| *debug-level* : | | Internal special variables |
| *debug-stream* : | | Internal special variables |
| *progress-stream* : | | Internal special variables |
| *result-stream* : | | Internal special variables |
| *show-progress* : | | Internal special variables |
| *timestamp* : | | Exported special variables |
|
+ | | |
| +currenttime+ : | | Internal special variables |
| +last-event+ : | | Internal special variables |
| +socket-event-mask+ : | | Internal special variables |
| +xembed-detail-alist+ : | | Internal special variables |
| +xembed-info-flags-alist+ : | | Internal special variables |
| +xembed-message-alist+ : | | Internal special variables |
| +xembed-modifier-alist+ : | | Internal special variables |
| +xembed-socket-info-flags-alist+ : | | Internal special variables |
| +xembed-version+ : | | Internal special variables |
| +xembed_accelerator_overloaded+ : | | Internal special variables |
| +xembed_direction_default+ : | | Internal special variables |
| +xembed_direction_left_right+ : | | Internal special variables |
| +xembed_direction_up_down+ : | | Internal special variables |
| +xembed_result_ok+ : | | Internal special variables |
| +xembed_result_unsupported+ : | | Internal special variables |
| +xembed_result_x11error+ : | | Internal special variables |
|
H | | |
| handlers : | | Internal special variables |
|
S | | |
| Special Variable, *debug-level* : | | Internal special variables |
| Special Variable, *debug-stream* : | | Internal special variables |
| Special Variable, *progress-stream* : | | Internal special variables |
| Special Variable, *result-stream* : | | Internal special variables |
| Special Variable, *show-progress* : | | Internal special variables |
| Special Variable, *timestamp* : | | Exported special variables |
| Special Variable, +currenttime+ : | | Internal special variables |
| Special Variable, +last-event+ : | | Internal special variables |
| Special Variable, +socket-event-mask+ : | | Internal special variables |
| Special Variable, +xembed-detail-alist+ : | | Internal special variables |
| Special Variable, +xembed-info-flags-alist+ : | | Internal special variables |
| Special Variable, +xembed-message-alist+ : | | Internal special variables |
| Special Variable, +xembed-modifier-alist+ : | | Internal special variables |
| Special Variable, +xembed-socket-info-flags-alist+ : | | Internal special variables |
| Special Variable, +xembed-version+ : | | Internal special variables |
| Special Variable, +xembed_accelerator_overloaded+ : | | Internal special variables |
| Special Variable, +xembed_direction_default+ : | | Internal special variables |
| Special Variable, +xembed_direction_left_right+ : | | Internal special variables |
| Special Variable, +xembed_direction_up_down+ : | | Internal special variables |
| Special Variable, +xembed_result_ok+ : | | Internal special variables |
| Special Variable, +xembed_result_unsupported+ : | | Internal special variables |
| Special Variable, +xembed_result_x11error+ : | | Internal special variables |
| Special Variable, handlers : | | Internal special variables |
|
A.4 Data types