/* ---------------------------------------------------------------------- * Peggy CREC Keyword File * $Id: ac_xyzzylisp.kwd,v 1.5 2004/07/04 03:41:18 nzawa Exp nzawa $ * * [Language] * xyzzyに実装されているLisp * * * Copyright (c) 2003-2004 Nzawa * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, * copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following * conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. * ----------------------------------------------------------------------*/ Id: "xyzzyLisp" Title: "xyzzy Lisp" Extensions: "l xyzzy" TabStop: 4 LineComment: ";" BlockComment: "#|", "|#" BgColoring: Off BaseLanguage: "TEXT" IdCharacters: "-*:=<>/" HeadingPattern: /\(def(un|var)\>/ // 括弧の外側 Context 1: { // 行コメント /;.*/, FgComment, "行コメント", @";" // ブロックコメント '#|', FgComment, GoTo +255, "ブロックコメント", @"#| \c |#" // 括弧の始まり '(', FgText, GoTo +1, "括弧", @"(\c)" // 余分な括弧 ')', FgHTMLIllegalCharacter, @off Default, FgText } // 文字列 Context 128..253: { /\\./, FgString '"', FgString, GoTo -126, @off Default, FgString } // ブロックコメント Context 256..382: { '|#', FgComment, GoTo -255, @off Default, FgComment } // 括弧の内側 Context 2..127: { // 行コメント /;.*/, FgComment, "行コメント", @";" // ブロックコメント '#|', FgComment, GoTo +255, "ブロックコメント", @"#| \c |#" // 文字列 /\\./, FgText '"', FgString, GoTo +126, "文字列", @"\"\c\"" // 括弧(ネスト) '(', FgText, GoTo +1, "括弧", @"(\c)" ')', FgText, GoTo -1, @off // スペシャル変数(らしきもの) /\*[^\s()',]+\*/, FgIdentifier // 取敢えず二つだけ "nil", FgKeyword "t", FgKeyword Default, FgText // 補完候補 // Based on http://www1.odn.ne.jp/ymtz/reference.html @"*" @"*activate-hook*" @"*after-save-buffer-hook*" @"*apropos-no-regexp*" @"*auto-fill-hook" @"*auto-mode-alist*" @"*auto-update-per-device-directory*" @"*before-delete-buffer-hook*" @"*before-find-file-hook*" @"*before-save-buffer-hook*" @"*buffer-menu-mode-hook*" @"*change-buffer-colors-hook*" @"*command-line-mailto-hook*" @"*command-output-mode-hook*" @"*create-buffer-hook*" @"*dabbrev-search-this-buffer-only*" @"*dabbrevs-no-undo*" @"*deactivate-hook*" @"*default-buffer-mode*" @"*default-load-path*" @"*delete-buffer-hook*" @"*diff-mode-hook*" @"*do-completion" @"*drag-and-drop-hook*" @"*enter-minibuffer-hook*" @"*eol-cr*" @"*eol-crlf*" @"*eol-lf*" @"*error-regexp-list*" @"*etc-path*" @"*executing-macro*" @"*exit-minibuffer-hook*" @"*filer-chdir-hook*" @"*filer-directories*" @"*filer-echo-filename*" @"*filer-guide-text*" @"*filer-mark-file-size-unit*" @"*filer-modal*" @"*filer-path-masks*" @"*filer-primary-file-mask*" @"*filer-secondary-file-mask*" @"*filer-use-recycle-bin*" @"*find-file-file-not-found-hook*" @"*find-file-hooks*" @"*find-file-read-only-hook*" @"*grep-directory-name-hook*" @"*grep-hook*" @"*grepd-hook*" @"*gresreg-directory-name-hook*" @"*ime-mode-hook*" @"*init-app-menus-hook*" @"*isearch-scanner-hook*" @"*kbd-translate-table*" @"*keyword-load-path*" @"*kill-buffer-kills-scratch*" @"*kill-ring*" @"*kill-ring-max*" @"*kill-xyzzy-hook*" @"*last-command*" @"*load-history-hook*" @"*load-path*" @"*make-backup-filename-hook*" @"*menu-display-length*" @"*minibuffer-buffer-name-history*" @"*minibuffer-directory-name-history*" @"*minibuffer-execute-history*" @"*minibuffer-file-name-history*" @"*minibuffer-lisp-sexp-history*" @"*minibuffer-popup-completion-list*" @"*minibuffer-save-ime-status*" @"*minibuffer-search-string-history*" @"*minibuffer-symbol-name-history*" @"*modal-filer-save-position*" @"*modal-filer-save-size*" @"*modules*" @"*move-forward-after-undo-deletion*" @"*next-buffer-in-tab-order*" @"*next-screen-context-lines*" @"*package*" @"*page-scroll-half-window*" @"*page-scroll-keep-window-position*" @"*paste-hook*" @"*popup-completion-list-default*" @"*post-command-hook*" @"*post-startup-hook*" @"*pre-abbrev-expand-hook*" @"*pre-command-hook*" @"*pre-startup-hook*" @"*prefix-args*" @"*prefix-value*" @"*print-completion-list-hook*" @"*process-command-line-hook*" @"*query-kill-buffer-hook*" @"*query-kill-xyzzy-hook*" @"*quotation-prefix*" @"*save-buffer-no-filenames-hook*" @"*save-history-hook*" @"*select-pseudo-frame-hook*" @"*selection-ring*" @"*show-cursor-line-always*" @"*show-match-hook*" @"*show-matched-parenthesis*" @"*smart-indentation*" @"*standard-output*" @"*status-bar-format*" @"*std-control-default-char*" @"*std-control-down-char*" @"*std-control-next-char*" @"*std-control-prior-char*" @"*std-control-up-char*" @"*tail-f-mode-hook*" @"*this-command*" @"*wrap-search*" @"+" @"-" @"/" @"/=" @"1+" @"1-" @":case-fold" @":no-dup" @":regexp" @":reverse" @":right-bound" @":tail" @"<" @"<=" @"=" @">" @">=" @"abbrev-mode" @"abbreviate-display-string" @"abs" @"acons" @"acos" @"add-file-history-to-menu" @"add-history" @"add-hook" @"add-menu-item" @"add-menu-separator" @"add-popup-menu" @"adjoin" @"alpha-char-p" @"alphanumericp" @"and" @"append" @"append-trail-slash" @"apply" @"apps-popup" @"apropos" @"archiver-dll-config-dialog" @"archiver-dll-version" @"aref" @"arrayp" @"ash" @"asin" @"asinh" @"assoc" @"assoc-if" @"assoc-if-not" @"atan" @"atanh" @"atom" @"auto-fill-hook" @"auto-save" @"autoload" @"autoload-function-p" @"back-to-indentation" @"backward-char" @"backward-kill-paragraph" @"backward-kill-word" @"backward-paragraph" @"backward-sexp" @"backward-word" @"base64-decode" @"base64-decode-region" @"base64-decode-region-to-file" @"base64-encode" @"beginning-of-buffer" @"beginning-of-defun" @"beginning-of-line" @"bobp" @"bolp" @"both-case-p" @"boundp" @"broadcast-stream-streams" @"buffer-can-redo-p" @"buffer-can-undo-p" @"buffer-fileio-encoding" @"buffer-lines" @"buffer-list" @"buffer-local-value" @"buffer-menu" @"buffer-mode" @"buffer-modified-count" @"buffer-modified-p" @"buffer-name" @"buffer-process" @"buffer-read-only" @"buffer-selector" @"buffer-size" @"buffer-stream-buffer" @"buffer-stream-p" @"buffer-stream-point" @"buffer-stream-set-point" @"buffer-substring" @"bufferp" @"build-summary-function" @"bury-buffer" @"butlast" @"caaaar" @"caaadr" @"caaar" @"caadar" @"caaddr" @"caadr" @"caar" @"cadaar" @"cadadr" @"cadar" @"caddar" @"cadddr" @"caddr" @"cadr" @"calendar" @"call-interactively" @"call-last-kbd-macro" @"call-process" @"capitalize-region" @"capitalize-word" @"car" @"case" @"catch" @"cdaaar" @"cdaadr" @"cdaar" @"cdadar" @"cdaddr" @"cdadr" @"cdar" @"cddaar" @"cddadr" @"cddar" @"cdddar" @"cddddr" @"cdddr" @"cddr" @"cdr" @"ceiling" @"char" @"char-code" @"char-downcase" @"char-equal" @"char-greaterp" @"char-lessp" @"char-name" @"char-not-equal" @"char-not-greaterp" @"char-not-lessp" @"char-unicode" @"char-upcase" @"char/=" @"char<" @"char<=" @"char=" @"char>" @"char>=" @"character" @"characterp" @"check-type" @"check-valid-pathname" @"clear-all-text-attributes" @"clear-input" @"clear-reverse-region" @"clear-undo-boundary" @"close" @"clrhash" @"code-char" @"command-apropos" @"command-execute" @"commandp" @"compile-regexp" @"compile-regexp-keyword-list" @"compiled-function-p" @"compiled-regexp-case-fold-p" @"compiled-regexp-source" @"completing-read" @"complex" @"complexp" @"concat" @"concatenate" @"concatenated-stream-streams" @"cond" @"connect" @"cons" @"consp" @"constantp" @"continue-popup" @"copy-alist" @"copy-file" @"copy-keymap" @"copy-list" @"copy-menu-items" @"copy-rectangle" @"copy-rectangle-selection" @"copy-rectangle-selection-to-clipboard" @"copy-region-as-kill" @"copy-region-to-clipboard" @"copy-selection" @"copy-selection-to-clipboard" @"copy-seq" @"copy-string" @"copy-symbol" @"copy-syntax-table" @"copy-to-clipboard" @"cos" @"count-buffers" @"count-windows" @"create-archive" @"create-directory" @"create-file-buffer" @"create-menu" @"create-new-buffer" @"create-popup-menu" @"create-shortcut" @"create-tab-bar" @"create-tool-bar" @"current-column" @"current-line-number" @"current-menu" @"current-virtual-column" @"current-virtual-line-number" @"current-window-configuration" @"dabbrev-popup" @"dde-execute" @"dde-initiate" @"dde-poke" @"dde-request" @"dde-terminate" @"decf" @"declare" @"decode-escape-sequence" @"decode-mime-header" @"decode-universal-time" @"default-directory" @"default-value" @"defconstant" @"define-abbrev-table" @"define-command-bar" @"define-history-variable" @"define-key" @"define-menu" @"define-popup-menu" @"defmacro" @"defpackage" @"defstruct" @"defun" @"defvar" @"defvar-local" @"delete" @"delete-backward-char-or-selection" @"delete-buffer" @"delete-char" @"delete-char-or-selection" @"delete-directory" @"delete-file" @"delete-file-in-archive" @"delete-horizontal-spaces" @"delete-if" @"delete-if-not" @"delete-indentation" @"delete-last-ime-composition" @"delete-menu" @"delete-other-windows" @"delete-package" @"delete-region" @"delete-text-attributes" @"delete-tool-bar" @"delete-trailing-spaces" @"deleted-buffer-p" @"describe-function" @"describe-key" @"describe-key-briefly" @"describe-variable" @"dialog" @"dialog-box" @"digit-char" @"digit-char-p" @"ding" @"directory" @"directory-name-dialog" @"directory-namestring" @"display-first-tab-char" @"display-newline-char" @"do" @"do*" @"do-all-symbols" @"do-completion" @"do-events" @"dolist" @"dotimes" @"double-float-p" @"downcase-region" @"downcase-word" @"drive-dialog" @"dump-xyzzy" @"echo-stream-input-stream" @"echo-stream-output-stream" @"ed::map-selection" @"eighth" @"eject-media" @"elt" @"enable-post-buffer-modified-hook" @"encode-universal-time" @"end-of-buffer" @"end-of-defun" @"end-of-line" @"endp" @"enlarge-window" @"enlarge-window-horizontally" @"enum-buffers" @"eobp" @"eolp" @"eq" @"eql" @"equal" @"equalp" @"erase-buffer" @"error" @"etc-path" @"eval" @"eval-region" @"eval-when" @"evenp" @"execute-shell-command" @"exp" @"export" @"extract-archive" @"fast-scroll-down" @"fast-scroll-up" @"fboundp" @"fceiling" @"ffloor" @"fifth" @"file-directory-p" @"file-executable-p" @"file-exist-p" @"file-length" @"file-name-dialog" @"file-namestring" @"file-newer-than-file-p" @"file-position" @"file-property" @"file-readable-p" @"file-writable-p" @"file-write-time" @"filer" @"fill" @"fill-column" @"fill-paragraph" @"fill-region" @"fill-region-as-paragraph" @"fill-region-hook" @"find" @"find-buffer" @"find-file" @"find-file-in-archive" @"find-file-internal" @"find-file-other-window" @"find-if" @"find-if-not" @"find-load-path" @"find-other-file" @"find-package" @"find-symbol" @"find-text-attribute" @"first" @"first-error" @"flet" @"float" @"floatp" @"floor" @"fmakunbound" @"focus-tool-bar" @"following-char" @"format" @"format-date" @"format-date-string" @"format-drive" @"forward-char" @"forward-line" @"forward-paragraph" @"forward-sexp" @"forward-word" @"fourth" @"fresh-line" @"fround" @"ftruncate" @"funcall" @"function" @"functionp" @"gc" @"gcd" @"get" @"get-buffer-alternate-file-name" @"get-buffer-create" @"get-buffer-file-name" @"get-buffer-window" @"get-clipboard-data" @"get-decoded-time" @"get-disk-usage" @"get-file-attributes" @"get-file-buffer" @"get-file-info" @"get-internal-real-time" @"get-menu" @"get-menu-position" @"get-properties" @"get-selection-start-end" @"get-selection-type" @"get-short-path-name" @"get-special-folder-location" @"get-system-directory" @"get-universal-time" @"get-window-handle" @"get-windows-directory" @"getf" @"gethash" @"gethash-region" @"global-set-key" @"global-unset-key" @"goal-column" @"goto-bol" @"goto-char" @"goto-column" @"goto-eol" @"goto-line" @"goto-matched-parenthesis" @"goto-virtual-bol" @"goto-virtual-column" @"goto-virtual-eol" @"goto-virtual-line" @"handler-case" @"hash-table-count" @"hash-table-p" @"hash-table-rehash-size" @"hash-table-size" @"hash-table-test" @"hide-command-bar" @"hide-restricted-region" @"hide-tool-bar" @"if" @"ignore-errors" @"ignored-extensions" @"imagehdr" @"imagpart" @"ime-push-composition-string" @"ime-register-word-dialog" @"import" @"in-package" @"incf" @"indent-region" @"indent-to" @"insert" @"insert-buffer" @"insert-buffer-substring" @"insert-file" @"insert-file-contents" @"insert-menu-item" @"insert-menu-separator" @"insert-popup-menu" @"integerp" @"interactive" @"interactive-p" @"intern" @"isqrt" @"kana-char-p" @"kanji-char-p" @"kept-undo-information" @"keymapp" @"keywordp" @"kill-all-buffers" @"kill-all-local-variables" @"kill-buffer" @"kill-line" @"kill-local-variable" @"kill-paragraph" @"kill-process" @"kill-rectangle" @"kill-rectangle-selection" @"kill-rectangle-selection-to-clipboard" @"kill-region" @"kill-region-to-clipboard" @"kill-selected-buffer" @"kill-selection" @"kill-selection-to-clipboard" @"kill-subprocess" @"kill-word" @"lambda" @"last" @"lcm" @"length" @"let" @"let*" @"lisp-complete-symbol" @"list" @"list-all-packages" @"list-archive" @"list-function" @"list-length" @"list-server-resources" @"list-servers" @"list-tool-bars" @"listen" @"listp" @"load-keyword-file" @"load-library" @"local-unset-key" @"local-variable-p" @"lock-file" @"log" @"logand" @"logior" @"long-float-p" @"long-operation" @"looking-at" @"looking-back" @"looking-for" @"lookup-dictionary" @"loop" @"lower-case-p" @"machine-name" @"macro-function" @"macroexpand" @"make-array" @"make-backup-files" @"make-broadcast-stream" @"make-buffer-stream" @"make-chunk" @"make-concatenated-stream" @"make-echo-stream" @"make-hash-table" @"make-keymap" @"make-list" @"make-list-from-keyword-table" @"make-local-variable" @"make-package" @"make-process" @"make-sequence" @"make-sparse-keymap" @"make-string-chunk" @"make-string-input-stream" @"make-symbol" @"make-syntax-table" @"make-temp-file-name" @"make-two-way-stream" @"make-variable-buffer-local" @"make-vector" @"makunbound" @"map-backslash-to-slash" @"map-slash-to-backslash" @"mapc" @"mapcan" @"mapcar" @"mapcon" @"maphash" @"mapl" @"maplist" @"mark" @"mark-dialog-box" @"mark-paragraph" @"mark-sexp" @"mark-word" @"markerp" @"match-beginning" @"match-data" @"match-end" @"match-string" @"max" @"member" @"member-if" @"member-if-not" @"menup" @"merge-pathnames" @"message" @"message-box" @"min" @"minibuffer-prompt" @"minibuffer-window" @"minibuffer-window-p" @"minor-mode-map" @"minusp" @"mod" @"mode-line-format" @"mode-name" @"modify-text-attributes" @"msgbox" @"multiple-value-bind" @"multiple-value-list" @"multiple-value-setq" @"namestring" @"narrow-to-region" @"nbutlast" @"nconc" @"need-buffer-save-p" @"need-not-save" @"newline" @"newline-and-indent" @"next-buffer" @"next-error" @"next-line" @"next-line-add-newlines" @"next-page" @"next-virtual-line" @"ninth" @"no-or-yes-p" @"not" @"not-modified" @"nreconc" @"nreverse" @"nstring-capitalize" @"nstring-downcase" @"nstring-upcase" @"nsublis" @"nsubst" @"nsubst-if" @"nsubst-if-not" @"nth" @"nthcdr" @"null" @"number-of-function-bar-labels" @"numberp" @"oddp" @"open" @"open-filer" @"open-line" @"open-network-stream" @"or" @"os-build-number" @"os-csd-version" @"os-major-version" @"os-minor-version" @"os-platform" @"other-buffer" @"other-window" @"overwrite-char" @"package-name" @"packagep" @"pairlis" @"parse-integer" @"parse-point-syntax" @"paste-from-clipboard" @"paste-rectangle-from-clipboard" @"path-equal" @"pathname-device" @"pathname-directory" @"pathname-host" @"pathname-match-p" @"pathname-name" @"pathname-type" @"peek-char" @"perform-replace" @"plain-error" @"plusp" @"point" @"point-max" @"point-min" @"pop" @"pop-to-buffer" @"popup-list" @"popup-string" @"pos-not-visible-in-window-p" @"pos-visible-in-window-p" @"position" @"position-if" @"position-if-not" @"post-buffer-modified-hook" @"post-buffer-modified-hook-enabled-p" @"pre-selection-p" @"preceding-char" @"previous-buffer" @"previous-line" @"previous-page" @"previous-virtual-line" @"prin1" @"princ" @"print-buffer" @"print-dialog" @"process-buffer" @"process-eol-code" @"process-exit-code" @"process-filter" @"process-incode" @"process-outcode" @"process-send-string" @"process-sentinel" @"process-status" @"processp" @"prog1" @"progn" @"provide" @"push" @"pushnew" @"quietly-read-abbrev-file" @"quote" @"quote-region" @"quote-string" @"quoted-printable-decode" @"quoted-printable-decode-region" @"quoted-printable-decode-region-to-file" @"random" @"rassoc" @"rassoc-if" @"rassoc-if-not" @"rationalp" @"re-search-backward" @"re-search-forward" @"read" @"read-char" @"read-char-no-hang" @"read-directory-name" @"read-file-name" @"read-from-string" @"read-integer" @"read-line" @"read-registry" @"read-sexp" @"read-string" @"realp" @"realpart" @"recenter" @"redo" @"refresh-screen" @"refresh-tool-bars" @"regexp-keyword-list" @"regexp-quote" @"regexpp" @"rem" @"remhash" @"remove" @"remove-if" @"remove-if-not" @"remove-trail-slash" @"remprop" @"rename" @"rename-buffer" @"rename-file" @"repeat-backward-search" @"repeat-forward-search" @"replace" @"replace-buffer" @"replace-match" @"replace-string" @"require" @"resolve-shortcut" @"return" @"return-from" @"revappend" @"reverse" @"reverse-region" @"rewind-ime-composition" @"rotatef" @"round" @"rplaca" @"rplacd" @"run-hook-with-args" @"run-hook-with-args-until-success" @"run-hook-with-args-while-success" @"run-hooks" @"safe-caaaar" @"safe-caaadr" @"safe-caaar" @"safe-caadar" @"safe-caaddr" @"safe-caadr" @"safe-caar" @"safe-cadaar" @"safe-cadadr" @"safe-cadar" @"safe-caddar" @"safe-cadddr" @"safe-caddr" @"safe-cadr" @"safe-car" @"safe-cdaaar" @"safe-cdaadr" @"safe-cdaar" @"safe-cdadar" @"safe-cdaddr" @"safe-cdadr" @"safe-cdar" @"safe-cddaar" @"safe-cddadr" @"safe-cddar" @"safe-cdddar" @"safe-cddddr" @"safe-cdddr" @"safe-cddr" @"safe-cdr" @"save-excursion" @"save-restriction" @"save-window-excursion" @"scan-buffer" @"schar" @"screen-height" @"scroll-down-both-window" @"scroll-up-both-window" @"scroll-window" @"search-backward" @"search-forward" @"second" @"select-buffer" @"selected-buffer" @"selected-window" @"selection-backward-char" @"selection-backward-word" @"selection-forward-char" @"selection-forward-word" @"selection-mark" @"selection-next-page" @"selection-next-virtual-line" @"selection-paragraph" @"selection-point" @"selection-previous-page" @"selection-previous-virtual-line" @"sequencep" @"set" @"set-buffer" @"set-buffer-alternate-file-name" @"set-buffer-colors" @"set-buffer-eol-code" @"set-buffer-file-name" @"set-buffer-fileio-encoding" @"set-buffer-fold-type-column" @"set-buffer-fold-type-none" @"set-buffer-fold-type-window" @"set-buffer-fold-width" @"set-buffer-modified-p" @"set-default" @"set-default-directory" @"set-default-fold-width" @"set-difference" @"set-extended-key-translate-table" @"set-file-write-time" @"set-fill-column" @"set-fill-prefix" @"set-function-bar-label" @"set-goal-column" @"set-local-window-flags" @"set-macro-character" @"set-mark-command" @"set-menu" @"set-minor-mode-map" @"set-number-of-function-bar-labels" @"set-per-device-directory" @"set-process-eol-code" @"set-process-filter" @"set-process-incode" @"set-process-outcode" @"set-process-sentinel" @"set-syntax-comment-column" @"set-syntax-end-c++-comment" @"set-syntax-end-comment" @"set-syntax-end-multi-comment" @"set-syntax-escape" @"set-syntax-junk" @"set-syntax-match" @"set-syntax-math" @"set-syntax-option" @"set-syntax-punctuation" @"set-syntax-quote" @"set-syntax-start-c++-comment" @"set-syntax-start-column-comment" @"set-syntax-start-comment" @"set-syntax-start-multi-comment" @"set-syntax-string" @"set-syntax-symbol" @"set-syntax-symbol-prefix" @"set-syntax-tag" @"set-syntax-whitespace" @"set-syntax-word" @"set-tab-columns" @"set-text-attribute" @"set-text-color" @"set-window" @"set-window-configuration" @"setf" @"setq" @"setq-default" @"seventh" @"shell-execute" @"shift-region" @"shiftf" @"short-float-p" @"show-command-bar" @"show-html-help" @"show-tool-bar" @"show-winhelp" @"shrink-window" @"shrink-window-horizontally" @"si:*activate-toplevel" @"si:*builtin-function-p" @"si:*load-library" @"si:*stream-line-number" @"si:closure-variable" @"si:getenv" @"si:md5" @"si:system-root" @"signal-process" @"simple-string" @"simple-string-p" @"simple-vector-p" @"sin" @"single-float-p" @"sit-for" @"sixth" @"skip-chars-backward" @"skip-chars-forward" @"skip-syntax-spec-backward" @"skip-syntax-spec-forward" @"skip-token" @"skip-white-backward" @"skip-white-forward" @"sleep-for" @"software-type" @"software-version" @"sort" @"special" @"special-file-p" @"special-form-p" @"split-line" @"split-string" @"split-window" @"split-window-vertically" @"sqrt" @"stable-sort" @"start-selection" @"start-selection-as-line" @"start-selection-as-region" @"start-timer" @"start-xyzzy-server" @"step" @"stop-selection" @"stop-timer" @"stop-xyzzy-server" @"store-match-data" @"streamp" @"string" @"string-capitalize" @"string-downcase" @"string-equal" @"string-greaterp" @"string-left-trim" @"string-lessp" @"string-match" @"string-matchp" @"string-not-equal" @"string-not-greaterp" @"string-not-lessp" @"string-replace-match" @"string-right-trim" @"string-trim" @"string-upcase" @"string/=" @"string<" @"string<=" @"string=" @"string>" @"string>=" @"stringp" @"sub-directory-p" @"sublis" @"subseq" @"subst" @"subst-if" @"subst-if-not" @"substitute-string" @"substring" @"subtypep" @"svref" @"switch-to-buffer" @"symbol-function" @"symbol-name" @"symbol-package" @"symbol-plist" @"symbol-value" @"symbolp" @"syntax-c++-comment-p" @"syntax-close-p" @"syntax-close-tag-p" @"syntax-end-c++-comment-p" @"syntax-end-comment-p" @"syntax-end-multi-comment-1-p" @"syntax-end-multi-comment-2-p" @"syntax-escape-p" @"syntax-junk-p" @"syntax-math-p" @"syntax-open-p" @"syntax-open-tag-p" @"syntax-punctuation-p" @"syntax-quote-p" @"syntax-start-column-comment-p" @"syntax-start-comment-p" @"syntax-start-multi-comment-1-p" @"syntax-start-multi-comment-2-p" @"syntax-string-p" @"syntax-symbol-p" @"syntax-symbol-prefix-p" @"syntax-table" @"syntax-table-p" @"syntax-whitespace-p" @"syntax-word-p" @"tab-bar-add-item" @"tab-bar-current-item" @"tab-bar-delete-item" @"tab-bar-find-item" @"tab-bar-list-items" @"tab-bar-modify-item" @"tab-bar-select-item" @"tab-columns" @"tan" @"tenth" @"terpri" @"third" @"throw" @"title-bar-format" @"toggle-ime" @"toggle-mode" @"toggle-over" @"toggle-read-only" @"tool-bar-exist-p" @"tool-bar-info" @"track-popup-menu" @"transpose-chars" @"transpose-paragraphs" @"transpose-region" @"transpose-words" @"truename" @"truncate" @"two-way-stream-input-stream" @"two-way-stream-output-stream" @"type-of" @"undefine-key" @"undo" @"undo-boundary" @"unexport" @"unicode-char" @"unintern" @"uninterned" @"unless" @"unpack-string" @"unread-char" @"unset-minor-mode-map" @"unshift-region" @"unuse-package" @"unwind-protect" @"upcase-region" @"upcase-word" @"update-mode-line" @"upper-case-p" @"use-keymap" @"use-local-menu" @"use-package" @"use-syntax-table" @"user-homedir-pathname" @"user-name" @"uudecode" @"uudecode-region" @"uudecode-region-to-file" @"uuencode" @"valid-path-p" @"values" @"values-list" @"vector" @"vector-push-extend" @"vectorp" @"verify-visited-file-modtime" @"version-up-xyzzy" @"virtual-bolp" @"virtual-eolp" @"when" @"while" @"widen" @"wild-pathname-p" @"window-buffer" @"window-coordinate" @"window-height" @"window-lines" @"window-width" @"windowp" @"with-hash-table-iterator" @"with-input-from-buffer" @"with-input-from-selected-buffer" @"with-open-file" @"with-open-stream" @"with-output-to-buffer" @"with-output-to-selected-buffer" @"with-output-to-string" @"with-output-to-temp-buffer" @"with-package-iterator" @"write" @"write-char" @"write-region" @"write-registry" @"wrong-disk" @"wrong-disk-pathname" @"xyzzy-dumped-p" @"y-or-n-p" @"yank" @"yank-and-pop" @"yank-pop" @"yank-rectangle" @"yank-rectangle-as-region" @"yank-rectangle-selection" @"yank-selection" @"yank-selection-and-pop" @"yank-to-clipboard" @"yes-no-or-cancel-p" @"yes-or-no-p" @"zap-to-char" @"zerop" }