aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cus-edit.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (custom-save-delete): Delete all occurrences,Richard M. Stallman1999-12-101-19/+38
| | | | | | | | | leave point where the first occurrence was. (custom-save-faces): Insert a newline at the end of the comment. Avoid a double newline there. If final closeparen is at bol, put a space before it. (custom-save-variables): Likewise. (custom-file): Doc fix.
* (custom-save-variables, custom-save-faces): Write aDave Love1999-11-291-2/+6
| | | | comment warning about editing.
* (Custom-reset-standard): Doc fix.Richard M. Stallman1999-11-261-10/+17
| | | | | | | | | (custom-variable-reset-standard): Doc fix. (custom-face-reset-standard): Doc fix. (custom-face-menu): "Reset to Standard" => "Erase Customization". (custom-variable-menu): Likewise. (custom-reset-menu): Likewise. (custom-buffer-create-internal): Likewise.
* (customize-face, customize-face-other-window): Require match fromDave Love1999-11-151-7/+9
| | | | | | completing-read. (custom-buffer-done-function): Default to custom-bury-buffer, not bury-buffer.
* (custom-comment-create): Fill :from and :to slotsDave Love1999-10-011-3/+7
|
* (custom-bury-buffer): New function.Dave Love1999-09-301-1/+4
| | | | (custom-buffer-done-function): Use it.
* (custom-comment): Change widget definition.Dave Love1999-09-281-51/+35
| | | | | | | | | (custom-comment-create, custom-comment-show) (custom-comment-invisible-p): Don't use :comment-overlay. (custom-comment-hide): New function. (custom-variable-set, custom-variable-save) (custom-variable-reset-standard, custom-face-set) (custom-face-save): Use it.
* Don't define-widget-keywords.Dave Love1999-09-131-223/+532
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (multimedia): New group. (custom-last): Function removed. (custom-quote): Add vectorp case, comment out characterp case. (custom-buffer-done-function, custom-raised-buttons): New option. (Custom-buffer-done): New function. (custom-buffer-create-internal): Obey custom-raised-buttons, Custom-buffer-done. (custom-button-face): Make it `released-button'. (custom-button-pressed-face): Make it `pressed-button' (custom-mode-map): Bind "q" to Custom-buffer-done. (custom-mode): Deal with raised/pressed buttons. Changes from Didier Verna: (custom-prompt-variable): Optional third arg makes prompt for a comment string. (customize-set-value, customize-set-variable, customize-save-variable): Optional prefix makes function handle variable comments. (customize-customized, customize-saved, custom-variable-state-set) (custom-variable-set, custom-variable-save, custom-face-state-set) (custom-variable-reset-saved, custom-variable-reset-standard) (custom-face-set, custom-face-save, custom-face-reset-saved) (custom-face-reset-standard, customize-save-customized): Handle custom comments. (custom-comment-face, custom-comment-tag-face): New face. (custom-comment): New widget. (custom-comment-create, custom-comment-delete) (custom-comment-value-set, custom-comment-show) ()custom-comment-invisible-p): New functions. (custom-variable-value-create, custom-face-value-create): Create a comment field widget. (custom-variable-menu, custom-face-menu): New entry for custom comment. (custom-face-value-create): Remove compatibility code. (custom-save-variables, custom-save-faces): Possibly save custom comments.
* (custom-save-variables, custom-save-faces): SortMarkus Rost1999-07-251-47/+58
| | | | the entries to make custom-file more readable.
* (custom-save-delete): Avoid error for empty .emacs.Karl Heuer1999-07-251-1/+4
|
* (custom-variable-prompt): Allow customization ofKarl Heuer1999-03-231-0/+1
| | | | autoloaded symbols.
* (custom-save-delete): First scan the custom-file. Thus exit with anMarkus Rost1999-01-101-0/+1
| | | | error in case the custom-file contains a non-closed open parenthesis.
* (custom-save-delete): Don't delete whitespaceRichard M. Stallman1999-01-061-0/+2
| | | | and comments before the sexp that is replaced.
* (custom-save-delete): Save point beforeKarl Heuer1998-12-021-5/+3
| | | | reading a sexp, rather than backing up.
* (Custom-mode-menu): Fix info node name.Karl Heuer1998-09-301-2/+2
| | | | (customize group): Fix info node name.
* (Custom-save, Custom-reset-current, Custom-reset-saved)Karl Heuer1998-09-101-10/+17
| | | | (Custom-reset-standard): Fix menu inconsistency.
* (customize-option): Refuse to customizeKarl Heuer1998-09-041-0/+22
| | | | | a variable that has no defcustom. But if variable is autoloaded, first try to load the library that defines it.
* (customize-version-lessp): Handle a number as VERSION2.Karl Heuer1998-08-261-4/+20
| | | | | (customize-changed-options-previous-release): New variable. (customize-changed-options): Use that variable as default arg.
* (customize-changed-options): Clean up previous change.Richard M. Stallman1998-07-021-9/+9
|
* (custom-magic-show): Use `other' widget type.Andreas Schwab1998-06-241-2/+2
|
* *** empty log message ***Dan Nicolaescu1998-06-221-5/+28
|
* (customize-group-other-window): Fix previous change.Karl Heuer1998-06-041-1/+1
|
* (customize-group, customize-group-other-window)Karl Heuer1998-06-021-6/+13
| | | | | | (custom-buffer-create, custom-buffer-create-other-window) (customize-browse): Use pop-to-buffer. (same-window-regexps): Add autoload to add regexp to match custom bfrs.
* (convenience): New group.Richard M. Stallman1998-05-151-0/+4
|
* (customize-group-other-window): Handle groups notRichard M. Stallman1998-05-091-15/+26
| | | | | yet loaded. If buffer exists, use it unchanged. Rename parameter and update doc string.
* *** empty log message ***Dan Nicolaescu1998-04-201-2/+4
|
* *** empty log message ***Dan Nicolaescu1998-04-181-3/+13
|
* (custom-file): New function.Karl Heuer1998-02-251-2/+10
| | | | | (custom-save-delete): Use it. (custom-save-all): Use it.
* (custom-browse-visibility): Doc fix.Andreas Schwab1998-01-071-1/+1
|
* (customize-changed-options): Doc fix.Richard M. Stallman1998-01-021-1/+1
|
* (customize-changed-options): New function.Karl Heuer1997-12-091-0/+33
| | | | (customize-version-lessp): New function.
* (custom-unlispify-remove-prefixes): Reference toKarl Heuer1997-12-041-2/+19
| | | | | | | | | | | | | | related variables added. (custom-variable-default-form): New variable controlling default display form for customization of variables. (custom-variable): widget `:form' is nil before initialization. (custom-variable-value-create): Initialize `:form' to `custom-variable-default-form'. (custom-face-default-form): New variable controlling default display form for customization of faces. (custom-face): widget `:form' is nil before initialization. (custom-face-value-create): Initialize `:form' to `custom-face-default-form'.
* (custom-save-delete, custom-save-all):Karl Heuer1997-12-041-3/+5
| | | | Bind default-major-mode around visiting custom-file.
* (custom-variable-prompt): Ensure valid variable nameKarl Heuer1997-12-041-1/+1
| | | | is selected.
* (custom-face-save): Save the face.Karl Heuer1997-11-151-0/+1
|
* (hook): Use `widget-group-match' instead ofKarl Heuer1997-10-241-1/+1
| | | | `widget-editable-list-match'.
* (custom-group-value-create): UseKarl Heuer1997-10-211-1/+1
| | | | `custom-group-visibility' instead of `group-visibility'.
* (customize-group): Handle groups not yet loaded.Richard M. Stallman1997-09-121-3/+5
| | | | (hook) [:value-to-internal]: Use a nil value unchanged.
* (custom-face-menu): Use custom-face-save-command. not custom-face-save.Richard M. Stallman1997-09-121-5/+10
| | | | | (custom-face-save-command): New function. (custom-variable-save): Fix error message.
* (custom-variable-save): Fixed doc string.Richard M. Stallman1997-09-091-2/+2
| | | | | (custom-variable-menu): Make it clear that `Lisp mode' edit the initial lisp expression.
* *** empty log message ***Per Abrahamsen1997-09-081-12/+7
|
* (custom-display): Use w32 instead of win32.Geoff Voelker1997-09-021-3/+3
|
* Run ".emacs" through convert-standard-filename before using it.Eli Zaretskii1997-08-121-3/+4
|
* (custom-face-value-create): Take accountRichard M. Stallman1997-08-031-2/+7
| | | | of changes in the frame made outside of customize.
* Synched with 1.9954.Per Abrahamsen1997-07-301-13/+23
|
* Synched with 1.9951.Per Abrahamsen1997-07-281-65/+105
|
* (custom-group-value-create) <tree>: Don't distinguishRichard M. Stallman1997-07-181-2/+2
| | | | | unloaded groups; use [+] for them. (customize-browse): Fix top-of-buffer doc text.
* (custom-unlispify-remove-prefixes): New variable.Richard M. Stallman1997-07-151-89/+50
| | | | | | | | | | | | (custom-unlispify-menu-entry): Obey custom-unlispify-remove-prefixes. (customize-browse): Don't take an argument. (customize-browse): Improve start-of-buffer message. (custom-help-menu): Variable deleted. (custom-menu-reset): Function deleted. (Custom-menu-update): Likewise.
* (custom-load-symbol): Don't reload a preloaded file.Richard M. Stallman1997-07-071-0/+1
|
* (custom-mode-map): Bind n and p.Richard M. Stallman1997-07-041-0/+2
|