163
|
1 ;;; DO NOT MODIFY THIS FILE
|
183
|
2 (if (featurep 'custom-autoloads) (error "Already loaded"))
|
163
|
3
|
195
|
4 ;;;### (autoloads (Custom-make-dependencies) "cus-dep" "custom/cus-dep.el")
|
|
5
|
|
6 (autoload 'Custom-make-dependencies "cus-dep" "\
|
|
7 Extract custom dependencies from .el files in SUBDIRS.
|
|
8 SUBDIRS is a list of directories. If it is nil, the command-line
|
|
9 arguments are used. If it is a string, only that directory is
|
|
10 processed. This function is especially useful in batch mode.
|
|
11
|
|
12 Batch usage: xemacs -batch -l cus-dep.el -f Custom-make-dependencies DIRS" t nil)
|
|
13
|
|
14 ;;;***
|
|
15
|
|
16 ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all customize-save-customized customize-browse custom-buffer-create-other-window custom-buffer-create customize-apropos-groups customize-apropos-faces customize-apropos-options customize-apropos customize-saved customize-customized customize-face-other-window customize-face customize-option-other-window customize-variable customize-other-window customize customize-save-variable customize-set-variable customize-set-value) "cus-edit" "custom/cus-edit.el")
|
163
|
17
|
165
|
18 (autoload 'customize-set-value "cus-edit" "\
|
163
|
19 Set VARIABLE to VALUE. VALUE is a Lisp object.
|
|
20
|
|
21 If VARIABLE has a `variable-interactive' property, that is used as if
|
|
22 it were the arg to `interactive' (which see) to interactively read the value.
|
|
23
|
|
24 If VARIABLE has a `custom-type' property, it must be a widget and the
|
|
25 `:prompt-value' property of that widget will be used for reading the value." t nil)
|
|
26
|
165
|
27 (autoload 'customize-set-variable "cus-edit" "\
|
163
|
28 Set the default for VARIABLE to VALUE. VALUE is a Lisp object.
|
|
29
|
|
30 If VARIABLE has a `custom-set' property, that is used for setting
|
|
31 VARIABLE, otherwise `set-default' is used.
|
|
32
|
|
33 The `customized-value' property of the VARIABLE will be set to a list
|
|
34 with a quoted VALUE as its sole list member.
|
|
35
|
|
36 If VARIABLE has a `variable-interactive' property, that is used as if
|
|
37 it were the arg to `interactive' (which see) to interactively read the value.
|
|
38
|
|
39 If VARIABLE has a `custom-type' property, it must be a widget and the
|
|
40 `:prompt-value' property of that widget will be used for reading the value. " t nil)
|
|
41
|
173
|
42 (autoload 'customize-save-variable "cus-edit" "\
|
|
43 Set the default for VARIABLE to VALUE, and save it for future sessions.
|
|
44 If VARIABLE has a `custom-set' property, that is used for setting
|
|
45 VARIABLE, otherwise `set-default' is used.
|
|
46
|
|
47 The `customized-value' property of the VARIABLE will be set to a list
|
|
48 with a quoted VALUE as its sole list member.
|
|
49
|
|
50 If VARIABLE has a `variable-interactive' property, that is used as if
|
|
51 it were the arg to `interactive' (which see) to interactively read the value.
|
|
52
|
|
53 If VARIABLE has a `custom-type' property, it must be a widget and the
|
|
54 `:prompt-value' property of that widget will be used for reading the value. " t nil)
|
|
55
|
163
|
56 (autoload 'customize "cus-edit" "\
|
|
57 Select a customization buffer which you can use to set user options.
|
|
58 User options are structured into \"groups\".
|
195
|
59 The default group is `Emacs'." t nil)
|
163
|
60
|
195
|
61 (defalias 'customize-group 'customize)
|
163
|
62
|
195
|
63 (autoload 'customize-other-window "cus-edit" "\
|
163
|
64 Customize SYMBOL, which must be a customization group." t nil)
|
|
65
|
195
|
66 (defalias 'customize-group-other-window 'customize-other-window)
|
163
|
67
|
195
|
68 (defalias 'customize-option 'customize-variable)
|
|
69
|
|
70 (autoload 'customize-variable "cus-edit" "\
|
163
|
71 Customize SYMBOL, which must be a user option variable." t nil)
|
|
72
|
|
73 (defalias 'customize-variable-other-window 'customize-option-other-window)
|
|
74
|
|
75 (autoload 'customize-option-other-window "cus-edit" "\
|
|
76 Customize SYMBOL, which must be a user option variable.
|
|
77 Show the buffer in another window, but don't select it." t nil)
|
|
78
|
|
79 (autoload 'customize-face "cus-edit" "\
|
|
80 Customize SYMBOL, which should be a face name or nil.
|
|
81 If SYMBOL is nil, customize all faces." t nil)
|
|
82
|
|
83 (autoload 'customize-face-other-window "cus-edit" "\
|
|
84 Show customization buffer for FACE in other window." t nil)
|
|
85
|
|
86 (autoload 'customize-customized "cus-edit" "\
|
|
87 Customize all user options set since the last save in this session." t nil)
|
|
88
|
|
89 (autoload 'customize-saved "cus-edit" "\
|
|
90 Customize all already saved user options." t nil)
|
|
91
|
|
92 (autoload 'customize-apropos "cus-edit" "\
|
|
93 Customize all user options matching REGEXP.
|
|
94 If ALL is `options', include only options.
|
|
95 If ALL is `faces', include only faces.
|
|
96 If ALL is `groups', include only groups.
|
|
97 If ALL is t (interactively, with prefix arg), include options which are not
|
|
98 user-settable, as well as faces and groups." t nil)
|
|
99
|
|
100 (autoload 'customize-apropos-options "cus-edit" "\
|
|
101 Customize all user options matching REGEXP.
|
|
102 With prefix arg, include options which are not user-settable." t nil)
|
|
103
|
|
104 (autoload 'customize-apropos-faces "cus-edit" "\
|
|
105 Customize all user faces matching REGEXP." t nil)
|
|
106
|
|
107 (autoload 'customize-apropos-groups "cus-edit" "\
|
|
108 Customize all user groups matching REGEXP." t nil)
|
|
109
|
|
110 (autoload 'custom-buffer-create "cus-edit" "\
|
|
111 Create a buffer containing OPTIONS.
|
|
112 Optional NAME is the name of the buffer.
|
|
113 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
|
|
114 SYMBOL is a customization option, and WIDGET is a widget for editing
|
|
115 that option." nil nil)
|
|
116
|
|
117 (autoload 'custom-buffer-create-other-window "cus-edit" "\
|
|
118 Create a buffer containing OPTIONS.
|
|
119 Optional NAME is the name of the buffer.
|
|
120 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
|
|
121 SYMBOL is a customization option, and WIDGET is a widget for editing
|
|
122 that option." nil nil)
|
|
123
|
|
124 (autoload 'customize-browse "cus-edit" "\
|
|
125 Create a tree browser for the customize hierarchy." t nil)
|
|
126
|
173
|
127 (defcustom custom-file (if (boundp 'emacs-user-extension-dir) (concat "~" init-file-user emacs-user-extension-dir "options.el") "~/.emacs") "File used for storing customization information.\nIf you change this from the default \"~/.emacs\" you need to\nexplicitly load that file for the settings to take effect." :type 'file :group 'customize)
|
163
|
128
|
165
|
129 (autoload 'customize-save-customized "cus-edit" "\
|
163
|
130 Save all user options which have been set in this session." t nil)
|
|
131
|
|
132 (autoload 'custom-save-all "cus-edit" "\
|
|
133 Save all customizations in `custom-file'." nil nil)
|
|
134
|
|
135 (autoload 'custom-menu-create "cus-edit" "\
|
|
136 Create menu for customization group SYMBOL.
|
|
137 The menu is in a format applicable to `easy-menu-define'." nil nil)
|
|
138
|
|
139 (autoload 'customize-menu-create "cus-edit" "\
|
|
140 Return a customize menu for customization group SYMBOL.
|
|
141 If optional NAME is given, use that as the name of the menu.
|
|
142 Otherwise the menu will be named `Customize'.
|
|
143 The format is suitable for use with `easy-menu-define'." nil nil)
|
|
144
|
|
145 ;;;***
|
|
146
|
|
147 ;;;### (autoloads (custom-set-faces custom-initialize-frame custom-declare-face) "cus-face" "custom/cus-face.el")
|
|
148
|
195
|
149 (defcustom frame-background-mode nil "*The brightness of the background.\nSet this to the symbol dark if your background color is dark, light if\nyour background is light, or nil (default) if you want Emacs to\nexamine the brightness for you." :group 'faces :type '(choice (choice-item dark) (choice-item light) (choice-item :tag "Auto" nil)))
|
|
150
|
|
151 (defcustom initialize-face-resources t "If non nil, allow X resources to initialize face properties.\nThis only affects faces declared with `defface', and only X11 frames." :group 'faces :type 'boolean)
|
|
152
|
163
|
153 (autoload 'custom-declare-face "cus-face" "\
|
|
154 Like `defface', but FACE is evaluated as a normal argument." nil nil)
|
|
155
|
|
156 (autoload 'custom-initialize-frame "cus-face" "\
|
|
157 Initialize local faces for FRAME if necessary.
|
|
158 If FRAME is missing or nil, the first member of (frame-list) is used." nil nil)
|
|
159
|
|
160 (autoload 'custom-set-faces "cus-face" "\
|
|
161 Initialize faces according to user preferences.
|
|
162 The arguments should be a list where each entry has the form:
|
|
163
|
|
164 (FACE SPEC [NOW])
|
|
165
|
|
166 SPEC will be stored as the saved value for FACE. If NOW is present
|
|
167 and non-nil, FACE will also be created according to SPEC.
|
|
168
|
|
169 See `defface' for the format of SPEC." nil nil)
|
|
170
|
|
171 ;;;***
|
|
172
|
|
173 ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse widget-browse-at) "wid-browse" "custom/wid-browse.el")
|
|
174
|
|
175 (autoload 'widget-browse-at "wid-browse" "\
|
|
176 Browse the widget under point." t nil)
|
|
177
|
|
178 (autoload 'widget-browse "wid-browse" "\
|
|
179 Create a widget browser for WIDGET." t nil)
|
|
180
|
|
181 (autoload 'widget-browse-other-window "wid-browse" "\
|
|
182 Show widget browser for WIDGET in other window." t nil)
|
|
183
|
|
184 (autoload 'widget-minor-mode "wid-browse" "\
|
|
185 Togle minor mode for traversing widgets.
|
|
186 With arg, turn widget mode on if and only if arg is positive." t nil)
|
|
187
|
|
188 ;;;***
|
|
189
|
195
|
190 ;;;### (autoloads (widget-delete widget-create widget-prompt-value) "wid-edit" "custom/wid-edit.el")
|
163
|
191
|
|
192 (autoload 'widget-prompt-value "wid-edit" "\
|
|
193 Prompt for a value matching WIDGET, using PROMPT.
|
|
194 The current value is assumed to be VALUE, unless UNBOUND is non-nil." nil nil)
|
|
195
|
|
196 (autoload 'widget-create "wid-edit" "\
|
|
197 Create widget of TYPE.
|
|
198 The optional ARGS are additional keyword arguments." nil nil)
|
|
199
|
|
200 (autoload 'widget-delete "wid-edit" "\
|
|
201 Delete WIDGET." nil nil)
|
|
202
|
|
203 ;;;***
|
|
204
|
|
205 (provide 'custom-autoloads)
|