annotate lisp/custom/auto-autoloads.el @ 171:929b76928fce r20-3b12

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