skeleton-autowrap | Controls wrapping behavior of functions created with ‘define-skeleton’. |
skeleton-debug | If non-nil ‘define-skeleton’ will override previous definition. |
skeleton-end-hook | Hook called at end of skeleton but before going to point of interest. |
skeleton-end-newline | If non-nil, make sure that the skeleton inserted ends with a newline. |
skeleton-filter | Function for transforming a skeleton proxy’s aliases’ variable value. |
skeleton-filter-function | Function for transforming a skeleton proxy’s aliases’ variable value. |
skeleton-further-elements | A buffer-local varlist (see ‘let’) of mode specific skeleton elements. |
skeleton-newline-indent-rigidly | When non-nil, indent rigidly under current line for element ‘\n’. |
skeleton-pair | If this is nil pairing is turned off, no matter what else is set. |
skeleton-pair-alist | An override alist of pairing partners matched against ‘last-command-event’. |
skeleton-pair-filter-function | Attempt paired insertion if this function returns nil, before inserting. |
skeleton-pair-on-word | If this is nil, paired insertion is inhibited before or inside a word. |
skeleton-positions | List of positions marked with @, after skeleton insertion. |
skeleton-subprompt | Replacement for %s in prompts of recursive subskeletons. |
skeleton-transformation | If non-nil, function applied to literal strings before they are inserted. |
skeleton-transformation-function | If non-nil, function applied to literal strings before they are inserted. |
skeleton-untabify | When non-nil untabifies when deleting backwards with element -ARG. |