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