Previous: Face Customization, Up: Easy Customization [Contents][Index]
Instead of finding the options you want to change by moving down through the structure of groups, you can specify the particular option, face or group that you want to customize.
Set up a customization buffer with just one option, option.
Set up a customization buffer with just one face, face.
Set up a customization buffer with just one group, group.
Set up a customization buffer with all the options, faces and groups that match regexp.
Set up a customization buffer containing all options and faces that you have saved with customization buffers.
Set up a customization buffer containing all options and faces that you have customized but not saved.
If you want to alter a particular user option variable with the customization buffer, and you know its name, you can use the command M-x customize-option and specify the option name. This sets up the customization buffer with just one option—the one that you asked for. Editing, setting and saving the value work as described above, but only for the specified option.
Likewise, you can modify a specific face, chosen by name, using M-x customize-face.
You can also set up the customization buffer with a specific group, using M-x customize-group. The immediate contents of the chosen group, including option variables, faces, and other groups, all appear as well. However, these subgroups’ own contents start out hidden. You can show their contents in the usual way, by invoking ‘[Show]’.
To control more precisely what to customize, you can use M-x customize-apropos. You specify a regular expression as argument; then all options, faces and groups whose names match this regular expression are set up in the customization buffer. If you specify an empty regular expression, this includes all groups, options and faces in the customization buffer (but that takes a long time).
If you change option values and then decide the change was a mistake, you can use two special commands to revisit your previous changes. Use customize-saved to look at the options and faces that you have saved. Use M-x customize-customized to look at the options and faces that you have set but not saved.
Previous: Face Customization, Up: Easy Customization [Contents][Index]