;ELC ;;; Compiled by cyd@localhost on Mon Apr 23 22:20:35 2007 ;;; from file /home/cyd/emacs/lisp/cus-start.el ;;; in Emacs version 22.0.99 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`cus-start.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\306\307\211\211\211\211\211\211\3105677\203-7@67A76@56A@\31168\31268\3136\233\203F\31368\202S\3145!\205S\3155!!\316 8\317\216\320\321\3225!\"\203k9\323=\202\353\320\324\3225!\"\203|9\325=\202\353\320\326\3225!\"\203\215:\327=\202\353\320\330\3225!\"\203\272\331\332!\206\353:\205\353:\333=?\205\353:\327=?\205\3539\325=?\202\353\320\334\3225!\"\203\312\335\336!\202\353\320\337\3225!\"\203\332\335\340!\202\353\320\341\3225!\"\203\352\335\342!\202\353\343*\3315!\204 \203\344\3455\"\210\2025\346N\204\3475\346 C#\210;\204\350 5\351#\210\3475\352\f#\210\3475\353\n#\210\202. \350\354\355\351#\210\350\356\357\351#\210\347\360\361\362#\210;\204J\363\364!\210\307\207" [quoter native-p version standard type group ((abbrev-all-caps abbrev-mode boolean) (pre-abbrev-expand-hook abbrev-mode hook) (gc-cons-threshold alloc integer) (garbage-collection-messages alloc boolean) (mode-line-format modeline sexp) (default-major-mode internal function) (enable-multibyte-characters mule boolean) (case-fold-search matching boolean) (fill-column fill integer) (left-margin fill integer) (tab-width editing-basics integer) (ctl-arrow display boolean) (truncate-lines display boolean) (selective-display-ellipses display boolean) (indicate-empty-lines fringe boolean) (indicate-buffer-boundaries fringe (choice (const :tag "No indicators" nil) (const :tag "On left, with arrows" left) (const :tag "On right, with arrows" right) (set :tag "Pick your own design" :value ((t)) :format "%{%t%}:\n%v\n%d" :doc "You can specify a default and then override it for individual indicators.\nLeaving \"Default\" unchecked is equivalent with specifying a default of\n\"Do not show\"." (choice :tag "Default" :value (t) (const :tag "Do not show" (t)) (const :tag "On the left" (t . left)) (const :tag "On the right" (t . right))) (choice :tag "Top" :value (top . left) (const :tag "Do not show" (top)) (const :tag "On the left" (top . left)) (const :tag "On the right" (top . right))) (choice :tag "Bottom" :value (bottom . left) (const :tag "Do not show" (bottom)) (const :tag "On the left" (bottom . left)) (const :tag "On the right" (bottom . right))) (choice :tag "Up arrow" :value (up . left) (const :tag "Do not show" (up)) (const :tag "On the left" (up . left)) (const :tag "On the right" (up . right))) (choice :tag "Down arrow" :value (down . left) (const :tag "Do not show" (down)) (const :tag "On the left" (down . left)) (const :tag "On the right" (down . right)))) (other :tag "On left, no arrows" t))) (scroll-up-aggressively windows (choice (const :tag "off" nil) number) "21.1") (scroll-down-aggressively windows (choice (const :tag "off" nil) number) "21.1") (line-spacing display (choice (const :tag "none" nil) integer)) (mark-even-if-inactive editing-basics boolean) (shell-file-name execute file) (exec-path execute (repeat (choice (const :tag "default directory" nil) (directory :format "%v")))) (inhibit-eol-conversion mule boolean) (eol-mnemonic-undecided mule string) (eol-mnemonic-unix mule string) (eol-mnemonic-dos mule string) (eol-mnemonic-mac mule string) (file-coding-system-alist mule (alist :key-type (regexp :tag "File regexp") :value-type (choice :value (undecided . undecided) (cons :tag "Encoding/decoding pair" :value (undecided . undecided) (coding-system :tag "Decoding") (coding-system :tag "Encoding")) (coding-system :tag "Single coding system" :value undecided) (function :value ignore)))) (selection-coding-system mule coding-system) (completion-ignored-extensions dired (repeat (string :format "%v"))) (baud-rate display integer) (inverse-video display boolean) (visible-bell display boolean) (no-redraw-on-reenter display boolean) (user-full-name mail string) (max-specpdl-size limits integer) (max-lisp-eval-depth limits integer) (stack-trace-on-error debug (choice (const :tag "off") (repeat :menu-tag "When" :value (nil) (symbol :format "%v")) (const :tag "always" t))) (debug-on-error debug (choice (const :tag "off") (repeat :menu-tag "When" :value (nil) (symbol :format "%v")) (const :tag "always" t))) (debug-ignored-errors debug (repeat (choice symbol regexp))) (debug-on-quit debug (choice (const :tag "off") (repeat :menu-tag "When" :value (nil) (symbol :format "%v")) (const :tag "always" t))) (insert-default-directory minibuffer boolean) (read-file-name-completion-ignore-case minibuffer boolean "22.1") (use-dialog-box menu boolean "21.1") (use-file-dialog menu boolean "22.1") (default-frame-alist frames (repeat (cons :format "%v" (symbol :tag "Parameter") (sexp :tag "Value")))) (mouse-highlight mouse (choice (const :tag "disabled" nil) (const :tag "always shown" t) (other :tag "hidden by keypress" 1))) (overflow-newline-into-fringe fringe boolean) (indent-tabs-mode indent boolean) (meta-prefix-char keyboard character) (auto-save-interval auto-save integer) (auto-save-timeout auto-save (choice (const :tag "off" nil) (integer :format "%v"))) (echo-keystrokes minibuffer number) (polling-period keyboard integer) (double-click-time mouse (restricted-sexp :match-alternatives (integerp 'nil 't))) (double-click-fuzz mouse integer) (inhibit-local-menu-bar-menus menu boolean) (help-char keyboard character) (help-event-list keyboard (repeat (sexp :format "%v"))) (menu-prompting menu boolean) (suggest-key-bindings keyboard (choice (const :tag "off" nil) (integer :tag "time" 2) (other :tag "on"))) (mac-dnd-known-types mac (repeat string) "22.1") (mac-control-modifier mac (choice (const :tag "No modifier" nil) (const control) (const meta) (const alt) (const hyper) (const super)) "22.1") (mac-command-modifier mac (choice (const :tag "No modifier" nil) (const control) (const meta) (const alt) (const hyper) (const super)) "22.1") (mac-option-modifier mac (choice (const :tag "No modifier (work as option)" nil) (const control) (const meta) (const alt) (const hyper) (const super)) "22.1") (mac-function-modifier mac (choice (const :tag "No modifier (work as function)" nil) (const control) (const meta) (const alt) (const hyper) (const super)) "22.1") (mac-emulate-three-button-mouse mac (choice (const :tag "No emulation" nil) (const :tag "Option->2, Command->3" t) (const :tag "Command->2, Option->3" reverse)) "22.1") (mac-wheel-button-is-mouse-2 mac boolean "22.1") (mac-pass-command-to-system mac boolean "22.1") (mac-pass-control-to-system mac boolean "22.1") (mac-allow-anti-aliasing mac boolean "22.1") (mac-ts-script-language-on-focus mac (choice (const :tag "System default behavior" nil) (const :tag "Restore to script/language used in the last focus frame" t) (cons :tag "Specify script/language" (integer :tag "Script code") (integer :tag "Language code"))) "22.1") (completion-auto-help minibuffer boolean) (enable-recursive-minibuffers minibuffer boolean) (history-length minibuffer (choice (const :tag "Infinite" t) integer)) (history-delete-duplicates minibuffer boolean) (minibuffer-prompt-properties minibuffer (list (checklist :inline t (const :tag "Read-Only" :doc "Prevent prompt from being modified" :format "%t%n%h" :inline t (read-only t)) (const :tag "Don't Enter" :doc "Prevent point from ever entering prompt" :format "%t%n%h" :inline t (point-entered minibuffer-avoid-prompt))) (repeat :inline t :tag "Other Properties" (list :inline t :format "%v" (symbol :tag "Property") (sexp :tag "Value")))) "21.1") (minibuffer-auto-raise minibuffer boolean) (read-buffer-function minibuffer (choice (const nil) (function-item iswitchb-read-buffer) function)) (dos-unsupported-char-glyph display integer) (delete-exited-processes processes-basics boolean) (parse-sexp-ignore-comments editing-basics boolean) (words-include-escapes editing-basics boolean) (open-paren-in-column-0-is-defun-start editing-basics boolean "21.1") (visible-cursor cursor boolean "22.1") (undo-limit undo integer) (undo-strong-limit undo integer) (undo-outer-limit undo (choice integer (const :tag "No limit" :format "%t\n%d" :doc "With this choice, the undo info for the current command never gets discarded.\nThis should only be chosen under exceptional circumstances,\nsince it could result in memory overflow and make Emacs crash." nil)) "22.1") (temp-buffer-show-function windows (choice (const nil) function)) (display-buffer-function windows (choice (const nil) function)) (pop-up-frames frames boolean) (pop-up-frame-function frames function) (special-display-buffer-names frames (repeat (choice :tag "Buffer" :value "" (string :format "%v") (cons :tag "With attributes" :format "%v" :value ("") (string :format "%v") (repeat :tag "Attributes" (cons :format "%v" (symbol :tag "Parameter") (sexp :tag "Value"))))))) (special-display-regexps frames (repeat (choice :tag "Buffer" :value "" (regexp :format "%v") (cons :tag "With attributes" :format "%v" :value ("") (regexp :format "%v") (repeat :tag "Attributes" (cons :format "%v" (symbol :tag "Parameter") (sexp :tag "Value"))))))) (special-display-function frames function) (same-window-buffer-names windows (repeat (string :format "%v"))) (same-window-regexps windows (repeat (regexp :format "%v"))) (pop-up-windows windows boolean) (even-window-heights windows boolean) (next-screen-context-lines windows integer) (split-height-threshold windows integer) (window-min-height windows integer) (window-min-width windows integer) (scroll-preserve-screen-position windows (choice (const :tag "Off (nil)" :value nil) (const :tag "Full screen (t)" :value t) (other :tag "Always" 1))) (display-buffer-reuse-frames windows boolean "21.1") (scroll-step windows integer) (scroll-conservatively windows integer) (scroll-margin windows integer) (hscroll-margin windows integer "22.1") (hscroll-step windows number "22.1") (truncate-partial-width-windows display boolean) (mode-line-inverse-video modeline boolean) (mode-line-in-non-selected-windows modeline boolean "22.1") (line-number-display-limit display (choice integer (const :tag "No limit" nil))) (line-number-display-limit-width display integer) (highlight-nonselected-windows display boolean) (message-log-max debug (choice (const :tag "Disable" nil) (integer :menu-tag "lines" :format "%v") (other :tag "Unlimited" t))) (unibyte-display-via-language-environment mule boolean) (blink-cursor-alist cursor alist "22.1") (overline-margin display integer "22.1") (mouse-autoselect-window display (choice (const :tag "Off (nil)" :value nil) (const :tag "Immediate" :value t) (number :tag "Delay by secs" :value 0.5)) "22.1") (scalable-fonts-allowed display boolean) (x-bitmap-file-path installation (repeat (directory :format "%v"))) (x-gtk-use-old-file-dialog menu boolean "22.1") (x-gtk-show-hidden-files menu boolean "22.1") (x-gtk-file-dialog-help-text menu boolean "22.1") (x-gtk-whole-detached-tool-bar x boolean "22.1") (x-use-underline-position-properties display boolean "22.1") (x-underline-at-descent-line display boolean "22.1") (x-stretch-cursor display boolean "21.1")) nil #[(sexp) "\301>\204\"\302!\204\"<\203@\303>\204\";\204\"\247\203$\207\304D\207" [sexp (t nil) keywordp (lambda) quote] 2] 2 3 4 default-boundp default-value match-data ((byte-code "\301\302\"\207" [save-match-data-internal set-match-data evaporate] 3)) string-match "\\`dos-" symbol-name ms-dos "\\`w32-" windows-nt "\\`mac-" mac "\\`x-.*gtk" boundp gtk pc "\\`x-" fboundp x-create-frame "selection" x-selection-exists-p "fringe" define-fringe-bitmap t message "Note, built-in variable `%S' not bound" standard-value put custom-add-to-group custom-variable custom-type custom-version iswitchb read-buffer-function font-lock open-paren-in-column-0-is-defun-start selection-coding-system custom-set #[(symbol value) "\302!\210 L\207" [value symbol set-selection-coding-system] 2] provide cus-start symbol this all save-match-data-internal system-type window-system purify-flag] 9)