Mercurial > emacs
annotate lisp/cus-edit.el @ 59061:a7985894de81
Comment change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 21 Dec 2004 11:50:52 +0000 |
| parents | a7271df99c36 |
| children | 45239c528a49 fb79180b618d |
| rev | line source |
|---|---|
|
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Jan?k <Pavel@Janik.cz>
parents:
37911
diff
changeset
|
1 ;;; cus-edit.el --- tools for customizing Emacs and Lisp packages |
| 17334 | 2 ;; |
|
54312
459874ec71ce
(fill) <defgroup>: Move to fill.el.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53319
diff
changeset
|
3 ;; Copyright (C) 1996,97,1999,2000,01,02,03,2004 Free Software Foundation, Inc. |
| 17334 | 4 ;; |
| 5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
6 ;; Maintainer: FSF |
| 17334 | 7 ;; Keywords: help, faces |
| 8 | |
|
17521
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
9 ;; This file is part of GNU Emacs. |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
10 |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
11 ;; GNU Emacs is free software; you can redistribute it and/or modify |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
12 ;; it under the terms of the GNU General Public License as published by |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
13 ;; the Free Software Foundation; either version 2, or (at your option) |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
14 ;; any later version. |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
15 |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
16 ;; GNU Emacs is distributed in the hope that it will be useful, |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
19 ;; GNU General Public License for more details. |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
20 |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
21 ;; You should have received a copy of the GNU General Public License |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
24 ;; Boston, MA 02111-1307, USA. |
|
ddce9ecc6f6a
(custom-face-set): Don't copy an empty face,
Richard M. Stallman <rms@gnu.org>
parents:
17415
diff
changeset
|
25 |
| 17334 | 26 ;;; Commentary: |
| 27 ;; | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
28 ;; This file implements the code to create and edit customize buffers. |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
29 ;; |
| 17334 | 30 ;; See `custom.el'. |
| 31 | |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
32 ;; No commands should have names starting with `custom-' because |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
33 ;; that interferes with completion. Use `customize-' for commands |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
34 ;; that the user will run with M-x, and `Custom-' for interactive commands. |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
35 |
| 17334 | 36 ;;; Code: |
| 37 | |
| 38 (require 'cus-face) | |
| 39 (require 'wid-edit) | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
40 (eval-when-compile |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
41 (defvar custom-versions-load-alist)) ; from cus-load |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
42 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
43 (condition-case nil |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
44 (require 'cus-load) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
45 (error nil)) |
| 17334 | 46 |
| 18089 | 47 (condition-case nil |
| 48 (require 'cus-start) | |
| 49 (error nil)) | |
| 50 | |
| 17415 | 51 (put 'custom-define-hook 'custom-type 'hook) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
52 (put 'custom-define-hook 'standard-value '(nil)) |
| 17415 | 53 (custom-add-to-group 'customize 'custom-define-hook 'custom-variable) |
| 54 | |
| 17334 | 55 ;;; Customization Groups. |
| 56 | |
| 57 (defgroup emacs nil | |
| 58 "Customization of the One True Editor." | |
| 59 :link '(custom-manual "(emacs)Top")) | |
| 60 | |
| 61 ;; Most of these groups are stolen from `finder.el', | |
| 62 (defgroup editing nil | |
| 63 "Basic text editing facilities." | |
| 64 :group 'emacs) | |
| 65 | |
| 66 (defgroup abbrev nil | |
| 67 "Abbreviation handling, typing shortcuts, macros." | |
| 68 :tag "Abbreviations" | |
| 69 :group 'editing) | |
| 70 | |
| 71 (defgroup matching nil | |
| 72 "Various sorts of searching and matching." | |
| 73 :group 'editing) | |
| 74 | |
| 75 (defgroup emulations nil | |
| 76 "Emulations of other editors." | |
| 52281 | 77 :link '(custom-manual "(emacs)Emulation") |
| 17334 | 78 :group 'editing) |
| 79 | |
| 80 (defgroup mouse nil | |
| 81 "Mouse support." | |
| 82 :group 'editing) | |
| 83 | |
| 84 (defgroup outlines nil | |
| 85 "Support for hierarchical outlining." | |
| 86 :group 'editing) | |
| 87 | |
| 88 (defgroup external nil | |
| 89 "Interfacing to external utilities." | |
| 90 :group 'emacs) | |
| 91 | |
| 92 (defgroup processes nil | |
| 93 "Process, subshell, compilation, and job control support." | |
| 94 :group 'external | |
| 95 :group 'development) | |
| 96 | |
|
22068
82db88d21acd
(convenience): New group.
Richard M. Stallman <rms@gnu.org>
parents:
22001
diff
changeset
|
97 (defgroup convenience nil |
|
82db88d21acd
(convenience): New group.
Richard M. Stallman <rms@gnu.org>
parents:
22001
diff
changeset
|
98 "Convenience features for faster editing." |
|
82db88d21acd
(convenience): New group.
Richard M. Stallman <rms@gnu.org>
parents:
22001
diff
changeset
|
99 :group 'emacs) |
|
82db88d21acd
(convenience): New group.
Richard M. Stallman <rms@gnu.org>
parents:
22001
diff
changeset
|
100 |
| 17334 | 101 (defgroup programming nil |
| 102 "Support for programming in other languages." | |
| 103 :group 'emacs) | |
| 104 | |
| 105 (defgroup languages nil | |
| 106 "Specialized modes for editing programming languages." | |
| 107 :group 'programming) | |
| 108 | |
| 109 (defgroup lisp nil | |
| 110 "Lisp support, including Emacs Lisp." | |
| 111 :group 'languages | |
| 112 :group 'development) | |
| 113 | |
| 114 (defgroup c nil | |
| 115 "Support for the C language and related languages." | |
| 52281 | 116 :link '(custom-manual "(ccmode)") |
| 17334 | 117 :group 'languages) |
| 118 | |
| 119 (defgroup tools nil | |
| 120 "Programming tools." | |
| 121 :group 'programming) | |
| 122 | |
| 123 (defgroup oop nil | |
| 124 "Support for object-oriented programming." | |
| 125 :group 'programming) | |
| 126 | |
| 127 (defgroup applications nil | |
| 128 "Applications written in Emacs." | |
| 129 :group 'emacs) | |
| 130 | |
| 131 (defgroup calendar nil | |
| 132 "Calendar and time management support." | |
| 133 :group 'applications) | |
| 134 | |
| 135 (defgroup mail nil | |
| 136 "Modes for electronic-mail handling." | |
| 137 :group 'applications) | |
| 138 | |
| 139 (defgroup news nil | |
| 140 "Support for netnews reading and posting." | |
| 52281 | 141 :link '(custom-manual "(gnus)") |
| 17334 | 142 :group 'applications) |
| 143 | |
| 144 (defgroup games nil | |
| 145 "Games, jokes and amusements." | |
| 146 :group 'applications) | |
| 147 | |
| 148 (defgroup development nil | |
| 149 "Support for further development of Emacs." | |
| 150 :group 'emacs) | |
| 151 | |
| 152 (defgroup docs nil | |
| 153 "Support for Emacs documentation." | |
| 154 :group 'development) | |
| 155 | |
| 156 (defgroup extensions nil | |
| 157 "Emacs Lisp language extensions." | |
| 158 :group 'development) | |
| 159 | |
| 160 (defgroup internal nil | |
| 161 "Code for Emacs internals, build process, defaults." | |
| 162 :group 'development) | |
| 163 | |
| 164 (defgroup maint nil | |
| 165 "Maintenance aids for the Emacs development group." | |
| 166 :tag "Maintenance" | |
| 167 :group 'development) | |
| 168 | |
| 169 (defgroup environment nil | |
| 170 "Fitting Emacs with its environment." | |
| 171 :group 'emacs) | |
| 172 | |
| 173 (defgroup comm nil | |
| 174 "Communications, networking, remote access to files." | |
| 175 :tag "Communication" | |
| 176 :group 'environment) | |
| 177 | |
| 178 (defgroup hardware nil | |
| 179 "Support for interfacing with exotic hardware." | |
| 180 :group 'environment) | |
| 181 | |
| 182 (defgroup terminals nil | |
| 183 "Support for terminal types." | |
| 184 :group 'environment) | |
| 185 | |
| 186 (defgroup unix nil | |
| 187 "Front-ends/assistants for, or emulators of, UNIX features." | |
| 188 :group 'environment) | |
| 189 | |
| 190 (defgroup vms nil | |
| 191 "Support code for vms." | |
| 192 :group 'environment) | |
| 193 | |
| 194 (defgroup i18n nil | |
| 195 "Internationalization and alternate character-set support." | |
| 52281 | 196 :link '(custom-manual "(emacs)International") |
| 17334 | 197 :group 'environment |
| 198 :group 'editing) | |
| 199 | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
200 (defgroup x nil |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
201 "The X Window system." |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
202 :group 'environment) |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
203 |
| 17334 | 204 (defgroup frames nil |
| 205 "Support for Emacs frames and window systems." | |
| 206 :group 'environment) | |
| 207 | |
| 208 (defgroup data nil | |
| 209 "Support editing files of data." | |
| 210 :group 'emacs) | |
| 211 | |
|
18320
bb83860447d0
(files): New group `files'.
Richard M. Stallman <rms@gnu.org>
parents:
18258
diff
changeset
|
212 (defgroup files nil |
|
bb83860447d0
(files): New group `files'.
Richard M. Stallman <rms@gnu.org>
parents:
18258
diff
changeset
|
213 "Support editing files." |
|
bb83860447d0
(files): New group `files'.
Richard M. Stallman <rms@gnu.org>
parents:
18258
diff
changeset
|
214 :group 'emacs) |
|
bb83860447d0
(files): New group `files'.
Richard M. Stallman <rms@gnu.org>
parents:
18258
diff
changeset
|
215 |
| 17334 | 216 (defgroup wp nil |
| 217 "Word processing." | |
| 218 :group 'emacs) | |
| 219 | |
| 220 (defgroup tex nil | |
| 221 "Code related to the TeX formatter." | |
| 222 :group 'wp) | |
| 223 | |
| 224 (defgroup faces nil | |
| 225 "Support for multiple fonts." | |
| 226 :group 'emacs) | |
| 227 | |
| 228 (defgroup hypermedia nil | |
| 229 "Support for links between text or other media types." | |
| 230 :group 'emacs) | |
| 231 | |
| 232 (defgroup help nil | |
| 233 "Support for on-line help systems." | |
| 234 :group 'emacs) | |
| 235 | |
| 25685 | 236 (defgroup multimedia nil |
| 237 "Non-textual support, specifically images and sound." | |
| 238 :group 'emacs) | |
| 239 | |
| 17334 | 240 (defgroup local nil |
| 241 "Code local to your site." | |
| 242 :group 'emacs) | |
| 243 | |
| 244 (defgroup customize '((widgets custom-group)) | |
| 245 "Customization of the Customization support." | |
|
23357
856a82c440fa
(Custom-mode-menu): Fix info node name.
Karl Heuer <kwzh@gnu.org>
parents:
23223
diff
changeset
|
246 :link '(custom-manual "(elisp)Customization") |
| 17334 | 247 :prefix "custom-" |
| 17415 | 248 :group 'help) |
| 249 | |
| 250 (defgroup custom-faces nil | |
| 251 "Faces used by customize." | |
| 252 :group 'customize | |
| 17334 | 253 :group 'faces) |
| 254 | |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
255 (defgroup custom-browse nil |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
256 "Control customize browser." |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
257 :prefix "custom-" |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
258 :group 'customize) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
259 |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
260 (defgroup custom-buffer nil |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
261 "Control customize buffers." |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
262 :prefix "custom-" |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
263 :group 'customize) |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
264 |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
265 (defgroup custom-menu nil |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
266 "Control customize menus." |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
267 :prefix "custom-" |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
268 :group 'customize) |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
269 |
| 17415 | 270 (defgroup abbrev-mode nil |
| 271 "Word abbreviations mode." | |
| 52281 | 272 :link '(custom-manual "(emacs)Abbrevs") |
| 17415 | 273 :group 'abbrev) |
| 274 | |
| 275 (defgroup alloc nil | |
| 276 "Storage allocation and gc for GNU Emacs Lisp interpreter." | |
| 277 :tag "Storage Allocation" | |
| 278 :group 'internal) | |
| 279 | |
| 280 (defgroup undo nil | |
| 281 "Undoing changes in buffers." | |
| 52281 | 282 :link '(custom-manual "(emacs)Undo") |
| 17415 | 283 :group 'editing) |
| 284 | |
| 285 (defgroup modeline nil | |
| 286 "Content of the modeline." | |
| 287 :group 'environment) | |
| 288 | |
| 289 (defgroup editing-basics nil | |
| 290 "Most basic editing facilities." | |
| 291 :group 'editing) | |
| 292 | |
| 293 (defgroup display nil | |
| 294 "How characters are displayed in buffers." | |
| 295 :group 'environment) | |
| 296 | |
| 297 (defgroup execute nil | |
| 298 "Executing external commands." | |
| 299 :group 'processes) | |
| 300 | |
| 301 (defgroup installation nil | |
| 302 "The Emacs installation." | |
| 303 :group 'environment) | |
| 304 | |
| 305 (defgroup dired nil | |
| 306 "Directory editing." | |
| 307 :group 'environment) | |
| 308 | |
| 309 (defgroup limits nil | |
| 310 "Internal Emacs limits." | |
| 311 :group 'internal) | |
| 312 | |
| 313 (defgroup debug nil | |
| 314 "Debugging Emacs itself." | |
| 315 :group 'development) | |
| 316 | |
| 317 (defgroup minibuffer nil | |
| 318 "Controling the behaviour of the minibuffer." | |
| 52281 | 319 :link '(custom-manual "(emacs)Minibuffer") |
| 17415 | 320 :group 'environment) |
| 321 | |
| 322 (defgroup keyboard nil | |
| 323 "Input from the keyboard." | |
| 324 :group 'environment) | |
| 325 | |
| 326 (defgroup mouse nil | |
| 327 "Input from the mouse." | |
| 328 :group 'environment) | |
| 329 | |
| 330 (defgroup menu nil | |
| 331 "Input from the menus." | |
| 332 :group 'environment) | |
| 333 | |
| 334 (defgroup auto-save nil | |
| 335 "Preventing accidential loss of data." | |
|
18320
bb83860447d0
(files): New group `files'.
Richard M. Stallman <rms@gnu.org>
parents:
18258
diff
changeset
|
336 :group 'files) |
| 17415 | 337 |
| 338 (defgroup processes-basics nil | |
| 339 "Basic stuff dealing with processes." | |
| 340 :group 'processes) | |
| 341 | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
342 (defgroup mule nil |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
343 "MULE Emacs internationalization." |
|
18053
941f5d1a241e
(cus-start): Require cus-start.
Richard M. Stallman <rms@gnu.org>
parents:
18033
diff
changeset
|
344 :group 'i18n) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
345 |
| 17415 | 346 (defgroup windows nil |
| 347 "Windows within a frame." | |
| 52281 | 348 :link '(custom-manual "(emacs)Windows") |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
349 :group 'environment) |
| 17415 | 350 |
| 17334 | 351 ;;; Utilities. |
| 352 | |
| 353 (defun custom-quote (sexp) | |
| 354 "Quote SEXP iff it is not self quoting." | |
| 355 (if (or (memq sexp '(t nil)) | |
| 28130 | 356 (keywordp sexp) |
| 17334 | 357 (and (listp sexp) |
| 358 (memq (car sexp) '(lambda))) | |
| 359 (stringp sexp) | |
| 360 (numberp sexp) | |
| 25685 | 361 (vectorp sexp) |
| 362 ;;; (and (fboundp 'characterp) | |
| 363 ;;; (characterp sexp)) | |
| 364 ) | |
| 17334 | 365 sexp |
| 366 (list 'quote sexp))) | |
| 367 | |
| 368 (defun custom-split-regexp-maybe (regexp) | |
| 369 "If REGEXP is a string, split it to a list at `\\|'. | |
| 25685 | 370 You can get the original back with from the result with: |
| 17334 | 371 (mapconcat 'identity result \"\\|\") |
| 372 | |
| 373 IF REGEXP is not a string, return it unchanged." | |
| 374 (if (stringp regexp) | |
| 375 (let ((start 0) | |
| 376 all) | |
| 377 (while (string-match "\\\\|" regexp start) | |
| 378 (setq all (cons (substring regexp start (match-beginning 0)) all) | |
| 379 start (match-end 0))) | |
| 380 (nreverse (cons (substring regexp start) all))) | |
| 381 regexp)) | |
| 382 | |
| 17415 | 383 (defun custom-variable-prompt () |
|
49104
b74a6560ecbb
(custom-variable-prompt): Doc change. Use custom-variable-p.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49013
diff
changeset
|
384 "Prompt for a custom variable, defaulting to the variable at point. |
| 17415 | 385 Return a list suitable for use in `interactive'." |
| 386 (let ((v (variable-at-point)) | |
| 387 (enable-recursive-minibuffers t) | |
| 388 val) | |
| 25685 | 389 (setq val (completing-read |
|
49104
b74a6560ecbb
(custom-variable-prompt): Doc change. Use custom-variable-p.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49013
diff
changeset
|
390 (if (and (symbolp v) (custom-variable-p v)) |
|
18131
5711f2e5a643
(custom-variable-prompt): Change prompt.
Richard M. Stallman <rms@gnu.org>
parents:
18090
diff
changeset
|
391 (format "Customize option: (default %s) " v) |
|
49104
b74a6560ecbb
(custom-variable-prompt): Doc change. Use custom-variable-p.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49013
diff
changeset
|
392 "Customize option: ") |
|
b74a6560ecbb
(custom-variable-prompt): Doc change. Use custom-variable-p.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49013
diff
changeset
|
393 obarray 'custom-variable-p t)) |
| 17415 | 394 (list (if (equal val "") |
|
18085
3da4eaba1fe8
(custom-variable-prompt): Handle variable-at-point returning 0.
Richard M. Stallman <rms@gnu.org>
parents:
18067
diff
changeset
|
395 (if (symbolp v) v nil) |
|
3da4eaba1fe8
(custom-variable-prompt): Handle variable-at-point returning 0.
Richard M. Stallman <rms@gnu.org>
parents:
18067
diff
changeset
|
396 (intern val))))) |
| 17415 | 397 |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
398 (defun custom-menu-filter (menu widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
399 "Convert MENU to the form used by `widget-choose'. |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
400 MENU should be in the same format as `custom-variable-menu'. |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
401 WIDGET is the widget to apply the filter entries of MENU on." |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
402 (let ((result nil) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
403 current name action filter) |
| 25685 | 404 (while menu |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
405 (setq current (car menu) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
406 name (nth 0 current) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
407 action (nth 1 current) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
408 filter (nth 2 current) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
409 menu (cdr menu)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
410 (if (or (null filter) (funcall filter widget)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
411 (push (cons name action) result) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
412 (push name result))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
413 (nreverse result))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
414 |
| 17415 | 415 ;;; Unlispify. |
| 416 | |
| 17334 | 417 (defvar custom-prefix-list nil |
| 28130 | 418 "List of prefixes that should be ignored by `custom-unlispify'.") |
| 17334 | 419 |
| 420 (defcustom custom-unlispify-menu-entries t | |
| 421 "Display menu entries as words instead of symbols if non nil." | |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
422 :group 'custom-menu |
| 17334 | 423 :type 'boolean) |
| 424 | |
|
18812
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
425 (defcustom custom-unlispify-remove-prefixes nil |
|
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
426 "Non-nil means remove group prefixes from option names in buffer." |
|
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
427 :group 'custom-menu |
|
43508
c092c3c65251
2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
43246
diff
changeset
|
428 :group 'custom-buffer |
|
18812
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
429 :type 'boolean) |
|
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
430 |
| 17334 | 431 (defun custom-unlispify-menu-entry (symbol &optional no-suffix) |
| 28130 | 432 "Convert SYMBOL into a menu entry." |
| 17334 | 433 (cond ((not custom-unlispify-menu-entries) |
| 434 (symbol-name symbol)) | |
| 435 ((get symbol 'custom-tag) | |
| 436 (if no-suffix | |
| 437 (get symbol 'custom-tag) | |
| 438 (concat (get symbol 'custom-tag) "..."))) | |
| 439 (t | |
|
49556
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
440 (with-current-buffer (get-buffer-create " *Custom-Work*") |
| 17334 | 441 (erase-buffer) |
| 442 (princ symbol (current-buffer)) | |
| 443 (goto-char (point-min)) | |
|
47168
59fc9e6fd3e8
(custom-unlispify-menu-entry): Don't remove
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46580
diff
changeset
|
444 ;; FIXME: Boolean variables are not predicates, so they shouldn't |
|
59fc9e6fd3e8
(custom-unlispify-menu-entry): Don't remove
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46580
diff
changeset
|
445 ;; end with `-p'. -stef |
|
59fc9e6fd3e8
(custom-unlispify-menu-entry): Don't remove
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46580
diff
changeset
|
446 ;; (when (and (eq (get symbol 'custom-type) 'boolean) |
|
59fc9e6fd3e8
(custom-unlispify-menu-entry): Don't remove
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46580
diff
changeset
|
447 ;; (re-search-forward "-p\\'" nil t)) |
|
59fc9e6fd3e8
(custom-unlispify-menu-entry): Don't remove
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46580
diff
changeset
|
448 ;; (replace-match "" t t) |
|
59fc9e6fd3e8
(custom-unlispify-menu-entry): Don't remove
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46580
diff
changeset
|
449 ;; (goto-char (point-min))) |
|
18812
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
450 (if custom-unlispify-remove-prefixes |
|
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
451 (let ((prefixes custom-prefix-list) |
|
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
452 prefix) |
|
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
453 (while prefixes |
|
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
454 (setq prefix (car prefixes)) |
|
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
455 (if (search-forward prefix (+ (point) (length prefix)) t) |
| 25685 | 456 (progn |
|
18812
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
457 (setq prefixes nil) |
|
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
458 (delete-region (point-min) (point))) |
|
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
459 (setq prefixes (cdr prefixes)))))) |
| 17334 | 460 (subst-char-in-region (point-min) (point-max) ?- ?\ t) |
| 461 (capitalize-region (point-min) (point-max)) | |
| 25685 | 462 (unless no-suffix |
| 17334 | 463 (goto-char (point-max)) |
| 464 (insert "...")) | |
| 465 (buffer-string))))) | |
| 466 | |
| 467 (defcustom custom-unlispify-tag-names t | |
| 468 "Display tag names as words instead of symbols if non nil." | |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
469 :group 'custom-buffer |
| 17334 | 470 :type 'boolean) |
| 471 | |
| 472 (defun custom-unlispify-tag-name (symbol) | |
| 28130 | 473 "Convert SYMBOL into a menu entry." |
| 17334 | 474 (let ((custom-unlispify-menu-entries custom-unlispify-tag-names)) |
| 475 (custom-unlispify-menu-entry symbol t))) | |
| 476 | |
| 477 (defun custom-prefix-add (symbol prefixes) | |
| 28130 | 478 "Add SYMBOL to list of ignored PREFIXES." |
| 17334 | 479 (cons (or (get symbol 'custom-prefix) |
| 480 (concat (symbol-name symbol) "-")) | |
| 481 prefixes)) | |
| 482 | |
| 17415 | 483 ;;; Guess. |
| 484 | |
| 485 (defcustom custom-guess-name-alist | |
| 486 '(("-p\\'" boolean) | |
| 487 ("-hook\\'" hook) | |
| 488 ("-face\\'" face) | |
| 489 ("-file\\'" file) | |
| 490 ("-function\\'" function) | |
| 491 ("-functions\\'" (repeat function)) | |
| 492 ("-list\\'" (repeat sexp)) | |
| 493 ("-alist\\'" (repeat (cons sexp sexp)))) | |
| 494 "Alist of (MATCH TYPE). | |
| 495 | |
| 25685 | 496 MATCH should be a regexp matching the name of a symbol, and TYPE should |
| 17415 | 497 be a widget suitable for editing the value of that symbol. The TYPE |
| 498 of the first entry where MATCH matches the name of the symbol will be | |
| 25685 | 499 used. |
| 17415 | 500 |
| 501 This is used for guessing the type of variables not declared with | |
| 502 customize." | |
| 503 :type '(repeat (group (regexp :tag "Match") (sexp :tag "Type"))) | |
| 504 :group 'customize) | |
| 505 | |
| 506 (defcustom custom-guess-doc-alist | |
| 507 '(("\\`\\*?Non-nil " boolean)) | |
| 508 "Alist of (MATCH TYPE). | |
| 509 | |
| 510 MATCH should be a regexp matching a documentation string, and TYPE | |
| 511 should be a widget suitable for editing the value of a variable with | |
| 512 that documentation string. The TYPE of the first entry where MATCH | |
| 513 matches the name of the symbol will be used. | |
| 514 | |
| 515 This is used for guessing the type of variables not declared with | |
| 516 customize." | |
| 517 :type '(repeat (group (regexp :tag "Match") (sexp :tag "Type"))) | |
| 518 :group 'customize) | |
| 519 | |
| 520 (defun custom-guess-type (symbol) | |
| 521 "Guess a widget suitable for editing the value of SYMBOL. | |
| 25685 | 522 This is done by matching SYMBOL with `custom-guess-name-alist' and |
| 17415 | 523 if that fails, the doc string with `custom-guess-doc-alist'." |
| 524 (let ((name (symbol-name symbol)) | |
| 525 (names custom-guess-name-alist) | |
| 526 current found) | |
| 527 (while names | |
| 528 (setq current (car names) | |
| 529 names (cdr names)) | |
| 530 (when (string-match (nth 0 current) name) | |
| 531 (setq found (nth 1 current) | |
| 532 names nil))) | |
| 533 (unless found | |
| 534 (let ((doc (documentation-property symbol 'variable-documentation)) | |
| 535 (docs custom-guess-doc-alist)) | |
| 25685 | 536 (when doc |
| 17415 | 537 (while docs |
| 538 (setq current (car docs) | |
| 539 docs (cdr docs)) | |
| 540 (when (string-match (nth 0 current) doc) | |
| 541 (setq found (nth 1 current) | |
| 542 docs nil)))))) | |
| 543 found)) | |
| 544 | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
545 ;;; Sorting. |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
546 |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
547 (defcustom custom-browse-sort-alphabetically nil |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
548 "If non-nil, sort members of each customization group alphabetically." |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
549 :type 'boolean |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
550 :group 'custom-browse) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
551 |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
552 (defcustom custom-browse-order-groups nil |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
553 "If non-nil, order group members within each customization group. |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
554 If `first', order groups before non-groups. |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
555 If `last', order groups after non-groups." |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
556 :type '(choice (const first) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
557 (const last) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
558 (const :tag "none" nil)) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
559 :group 'custom-browse) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
560 |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
561 (defcustom custom-browse-only-groups nil |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
562 "If non-nil, show group members only within each customization group." |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
563 :type 'boolean |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
564 :group 'custom-browse) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
565 |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
566 (defcustom custom-buffer-sort-alphabetically nil |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
567 "If non-nil, sort members of each customization group alphabetically." |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
568 :type 'boolean |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
569 :group 'custom-buffer) |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
570 |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
571 (defcustom custom-buffer-order-groups 'last |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
572 "If non-nil, order group members within each customization group. |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
573 If `first', order groups before non-groups. |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
574 If `last', order groups after non-groups." |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
575 :type '(choice (const first) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
576 (const last) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
577 (const :tag "none" nil)) |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
578 :group 'custom-buffer) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
579 |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
580 (defcustom custom-menu-sort-alphabetically nil |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
581 "If non-nil, sort members of each customization group alphabetically." |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
582 :type 'boolean |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
583 :group 'custom-menu) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
584 |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
585 (defcustom custom-menu-order-groups 'first |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
586 "If non-nil, order group members within each customization group. |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
587 If `first', order groups before non-groups. |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
588 If `last', order groups after non-groups." |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
589 :type '(choice (const first) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
590 (const last) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
591 (const :tag "none" nil)) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
592 :group 'custom-menu) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
593 |
|
22332
7ad747c6c5a9
(customize-group, customize-group-other-window)
Karl Heuer <kwzh@gnu.org>
parents:
22068
diff
changeset
|
594 ;;;###autoload (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
|
7ad747c6c5a9
(customize-group, customize-group-other-window)
Karl Heuer <kwzh@gnu.org>
parents:
22068
diff
changeset
|
595 |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
596 (defun custom-sort-items (items sort-alphabetically order-groups) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
597 "Return a sorted copy of ITEMS. |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
598 ITEMS should be a `custom-group' property. |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
599 If SORT-ALPHABETICALLY non-nil, sort alphabetically. |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
600 If ORDER-GROUPS is `first' order groups before non-groups, if `last' order |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
601 groups after non-groups, if nil do not order groups at all." |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
602 (sort (copy-sequence items) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
603 (lambda (a b) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
604 (let ((typea (nth 1 a)) (typeb (nth 1 b)) |
|
28568
cfff869d8a3d
(custom-sort-items): Avoid symbol-name with new
Dave Love <fx@gnu.org>
parents:
28310
diff
changeset
|
605 (namea (nth 0 a)) (nameb (nth 0 b))) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
606 (cond ((not order-groups) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
607 ;; Since we don't care about A and B order, maybe sort. |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
608 (when sort-alphabetically |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
609 (string-lessp namea nameb))) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
610 ((eq typea 'custom-group) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
611 ;; If B is also a group, maybe sort. Otherwise, order A and B. |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
612 (if (eq typeb 'custom-group) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
613 (when sort-alphabetically |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
614 (string-lessp namea nameb)) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
615 (eq order-groups 'first))) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
616 ((eq typeb 'custom-group) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
617 ;; Since A cannot be a group, order A and B. |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
618 (eq order-groups 'last)) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
619 (sort-alphabetically |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
620 ;; Since A and B cannot be groups, sort. |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
621 (string-lessp namea nameb))))))) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
622 |
| 17415 | 623 ;;; Custom Mode Commands. |
| 17334 | 624 |
| 625 (defvar custom-options nil | |
| 626 "Customization widgets in the current buffer.") | |
| 627 | |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
628 (defun Custom-set () |
| 17334 | 629 "Set changes in all modified options." |
| 630 (interactive) | |
| 631 (let ((children custom-options)) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
632 (mapc (lambda (child) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
633 (when (eq (widget-get child :custom-state) 'modified) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
634 (widget-apply child :custom-set))) |
| 17334 | 635 children))) |
| 636 | |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
637 (defun Custom-save () |
| 17334 | 638 "Set all modified group members and save them." |
| 639 (interactive) | |
| 640 (let ((children custom-options)) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
641 (mapc (lambda (child) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
642 (when (memq (widget-get child :custom-state) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
643 '(modified set changed rogue)) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
644 (widget-apply child :custom-save))) |
| 17334 | 645 children)) |
| 646 (custom-save-all)) | |
| 647 | |
| 25685 | 648 (defvar custom-reset-menu |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
649 '(("Current" . Custom-reset-current) |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
650 ("Saved" . Custom-reset-saved) |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
651 ("Erase Customization (use standard settings)" . Custom-reset-standard)) |
| 17334 | 652 "Alist of actions for the `Reset' button. |
| 653 The key is a string containing the name of the action, the value is a | |
| 28130 | 654 Lisp function taking the widget as an element which will be called |
| 17334 | 655 when the action is chosen.") |
| 656 | |
| 657 (defun custom-reset (event) | |
| 658 "Select item from reset menu." | |
| 659 (let* ((completion-ignore-case t) | |
| 660 (answer (widget-choose "Reset to" | |
| 661 custom-reset-menu | |
| 662 event))) | |
| 663 (if answer | |
| 664 (funcall answer)))) | |
| 665 | |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
666 (defun Custom-reset-current (&rest ignore) |
| 17334 | 667 "Reset all modified group members to their current value." |
| 668 (interactive) | |
| 669 (let ((children custom-options)) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
670 (mapc (lambda (widget) |
|
47809
26938a3af137
(Custom-reset-current): Don't test for default-boundp.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47503
diff
changeset
|
671 (if (memq (widget-get widget :custom-state) |
|
26938a3af137
(Custom-reset-current): Don't test for default-boundp.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47503
diff
changeset
|
672 '(modified changed)) |
|
26938a3af137
(Custom-reset-current): Don't test for default-boundp.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47503
diff
changeset
|
673 (widget-apply widget :custom-reset-current))) |
|
26938a3af137
(Custom-reset-current): Don't test for default-boundp.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47503
diff
changeset
|
674 children))) |
| 17334 | 675 |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
676 (defun Custom-reset-saved (&rest ignore) |
| 17334 | 677 "Reset all modified or set group members to their saved value." |
| 678 (interactive) | |
| 679 (let ((children custom-options)) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
680 (mapc (lambda (widget) |
|
47809
26938a3af137
(Custom-reset-current): Don't test for default-boundp.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47503
diff
changeset
|
681 (if (memq (widget-get widget :custom-state) |
|
26938a3af137
(Custom-reset-current): Don't test for default-boundp.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47503
diff
changeset
|
682 '(modified set changed rogue)) |
|
26938a3af137
(Custom-reset-current): Don't test for default-boundp.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47503
diff
changeset
|
683 (widget-apply widget :custom-reset-saved))) |
|
26938a3af137
(Custom-reset-current): Don't test for default-boundp.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47503
diff
changeset
|
684 children))) |
| 17334 | 685 |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
686 (defun Custom-reset-standard (&rest ignore) |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
687 "Erase all customization (either current or saved) for the group members. |
|
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
688 The immediate result is to restore them to their standard settings. |
|
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
689 This operation eliminates any saved settings for the group members, |
|
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
690 making them as if they had never been customized at all." |
| 17334 | 691 (interactive) |
| 692 (let ((children custom-options)) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
693 (mapc (lambda (widget) |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
694 (and (widget-apply widget :custom-standard-value) |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
695 (if (memq (widget-get widget :custom-state) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
696 '(modified set changed saved rogue)) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
697 (widget-apply widget :custom-reset-standard)))) |
| 17334 | 698 children))) |
| 699 | |
| 700 ;;; The Customize Commands | |
| 701 | |
| 25685 | 702 (defun custom-prompt-variable (prompt-var prompt-val &optional comment) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
703 "Prompt for a variable and a value and return them as a list. |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
704 PROMPT-VAR is the prompt for the variable, and PROMPT-VAL is the |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
705 prompt for the value. The %s escape in PROMPT-VAL is replaced with |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
706 the name of the variable. |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
707 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
708 If the variable has a `variable-interactive' property, that is used as if |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
709 it were the arg to `interactive' (which see) to interactively read the value. |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
710 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
711 If the variable has a `custom-type' property, it must be a widget and the |
| 25685 | 712 `:prompt-value' property of that widget will be used for reading the value. |
| 713 | |
| 714 If optional COMMENT argument is non nil, also prompt for a comment and return | |
| 715 it as the third element in the list." | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
716 (let* ((var (read-variable prompt-var)) |
| 25685 | 717 (minibuffer-help-form '(describe-variable var)) |
| 718 (val | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
719 (let ((prop (get var 'variable-interactive)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
720 (type (get var 'custom-type)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
721 (prompt (format prompt-val var))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
722 (unless (listp type) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
723 (setq type (list type))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
724 (cond (prop |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
725 ;; Use VAR's `variable-interactive' property |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
726 ;; as an interactive spec for prompting. |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
727 (call-interactively (list 'lambda '(arg) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
728 (list 'interactive prop) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
729 'arg))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
730 (type |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
731 (widget-prompt-value type |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
732 prompt |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
733 (if (boundp var) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
734 (symbol-value var)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
735 (not (boundp var)))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
736 (t |
| 25685 | 737 (eval-minibuffer prompt)))))) |
| 738 (if comment | |
| 739 (list var val | |
| 740 (read-string "Comment: " (get var 'variable-comment))) | |
| 741 (list var val)))) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
742 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
743 ;;;###autoload |
|
45244
3fe5828abc37
(customize-set-value): Rename `var' to `variable' and `val' to `value'.
Pavel Jan?k <Pavel@Janik.cz>
parents:
45102
diff
changeset
|
744 (defun customize-set-value (variable value &optional comment) |
|
43246
c187056ac630
2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
43167
diff
changeset
|
745 "Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object. |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
746 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
747 If VARIABLE has a `variable-interactive' property, that is used as if |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
748 it were the arg to `interactive' (which see) to interactively read the value. |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
749 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
750 If VARIABLE has a `custom-type' property, it must be a widget and the |
| 25685 | 751 `:prompt-value' property of that widget will be used for reading the value. |
| 752 | |
| 753 If given a prefix (or a COMMENT argument), also prompt for a comment." | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
754 (interactive (custom-prompt-variable "Set variable: " |
| 25685 | 755 "Set %s to value: " |
| 756 current-prefix-arg)) | |
|
49521
c259d8177692
2003-01-29 Didier Verna <didier@xemacs.org>
John Paul Wallington <jpw@pobox.com>
parents:
49300
diff
changeset
|
757 |
| 25685 | 758 (cond ((string= comment "") |
|
45244
3fe5828abc37
(customize-set-value): Rename `var' to `variable' and `val' to `value'.
Pavel Jan?k <Pavel@Janik.cz>
parents:
45102
diff
changeset
|
759 (put variable 'variable-comment nil)) |
| 25685 | 760 (comment |
|
45244
3fe5828abc37
(customize-set-value): Rename `var' to `variable' and `val' to `value'.
Pavel Jan?k <Pavel@Janik.cz>
parents:
45102
diff
changeset
|
761 (put variable 'variable-comment comment))) |
|
3fe5828abc37
(customize-set-value): Rename `var' to `variable' and `val' to `value'.
Pavel Jan?k <Pavel@Janik.cz>
parents:
45102
diff
changeset
|
762 (set variable value)) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
763 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
764 ;;;###autoload |
| 28130 | 765 (defun customize-set-variable (variable value &optional comment) |
|
43246
c187056ac630
2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
43167
diff
changeset
|
766 "Set the default for VARIABLE to VALUE, and return VALUE. |
|
c187056ac630
2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
43167
diff
changeset
|
767 VALUE is a Lisp object. |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
768 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
769 If VARIABLE has a `custom-set' property, that is used for setting |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
770 VARIABLE, otherwise `set-default' is used. |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
771 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
772 The `customized-value' property of the VARIABLE will be set to a list |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
773 with a quoted VALUE as its sole list member. |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
774 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
775 If VARIABLE has a `variable-interactive' property, that is used as if |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
776 it were the arg to `interactive' (which see) to interactively read the value. |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
777 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
778 If VARIABLE has a `custom-type' property, it must be a widget and the |
| 25685 | 779 `:prompt-value' property of that widget will be used for reading the value. |
| 780 | |
| 781 If given a prefix (or a COMMENT argument), also prompt for a comment." | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
782 (interactive (custom-prompt-variable "Set variable: " |
| 25685 | 783 "Set customized value for %s to: " |
| 784 current-prefix-arg)) | |
|
43246
c187056ac630
2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
43167
diff
changeset
|
785 (custom-load-symbol variable) |
| 28130 | 786 (funcall (or (get variable 'custom-set) 'set-default) variable value) |
| 787 (put variable 'customized-value (list (custom-quote value))) | |
| 25685 | 788 (cond ((string= comment "") |
| 28130 | 789 (put variable 'variable-comment nil) |
| 790 (put variable 'customized-variable-comment nil)) | |
| 25685 | 791 (comment |
| 28130 | 792 (put variable 'variable-comment comment) |
|
43246
c187056ac630
2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
43167
diff
changeset
|
793 (put variable 'customized-variable-comment comment))) |
|
c187056ac630
2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
43167
diff
changeset
|
794 value) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
795 |
| 17334 | 796 ;;;###autoload |
|
45244
3fe5828abc37
(customize-set-value): Rename `var' to `variable' and `val' to `value'.
Pavel Jan?k <Pavel@Janik.cz>
parents:
45102
diff
changeset
|
797 (defun customize-save-variable (variable value &optional comment) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
798 "Set the default for VARIABLE to VALUE, and save it for future sessions. |
|
43246
c187056ac630
2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
43167
diff
changeset
|
799 Return VALUE. |
|
c187056ac630
2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
43167
diff
changeset
|
800 |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
801 If VARIABLE has a `custom-set' property, that is used for setting |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
802 VARIABLE, otherwise `set-default' is used. |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
803 |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
804 The `customized-value' property of the VARIABLE will be set to a list |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
805 with a quoted VALUE as its sole list member. |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
806 |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
807 If VARIABLE has a `variable-interactive' property, that is used as if |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
808 it were the arg to `interactive' (which see) to interactively read the value. |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
809 |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
810 If VARIABLE has a `custom-type' property, it must be a widget and the |
| 25685 | 811 `:prompt-value' property of that widget will be used for reading the value. |
| 812 | |
| 813 If given a prefix (or a COMMENT argument), also prompt for a comment." | |
| 43063 | 814 (interactive (custom-prompt-variable "Set and save variable: " |
| 25685 | 815 "Set and save value for %s as: " |
| 816 current-prefix-arg)) | |
|
45244
3fe5828abc37
(customize-set-value): Rename `var' to `variable' and `val' to `value'.
Pavel Jan?k <Pavel@Janik.cz>
parents:
45102
diff
changeset
|
817 (funcall (or (get variable 'custom-set) 'set-default) variable value) |
|
3fe5828abc37
(customize-set-value): Rename `var' to `variable' and `val' to `value'.
Pavel Jan?k <Pavel@Janik.cz>
parents:
45102
diff
changeset
|
818 (put variable 'saved-value (list (custom-quote value))) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
819 (custom-push-theme 'theme-value variable 'user 'set (list (custom-quote value))) |
| 25685 | 820 (cond ((string= comment "") |
|
45244
3fe5828abc37
(customize-set-value): Rename `var' to `variable' and `val' to `value'.
Pavel Jan?k <Pavel@Janik.cz>
parents:
45102
diff
changeset
|
821 (put variable 'variable-comment nil) |
|
3fe5828abc37
(customize-set-value): Rename `var' to `variable' and `val' to `value'.
Pavel Jan?k <Pavel@Janik.cz>
parents:
45102
diff
changeset
|
822 (put variable 'saved-variable-comment nil)) |
| 25685 | 823 (comment |
|
45244
3fe5828abc37
(customize-set-value): Rename `var' to `variable' and `val' to `value'.
Pavel Jan?k <Pavel@Janik.cz>
parents:
45102
diff
changeset
|
824 (put variable 'variable-comment comment) |
|
3fe5828abc37
(customize-set-value): Rename `var' to `variable' and `val' to `value'.
Pavel Jan?k <Pavel@Janik.cz>
parents:
45102
diff
changeset
|
825 (put variable 'saved-variable-comment comment))) |
|
43246
c187056ac630
2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
43167
diff
changeset
|
826 (custom-save-all) |
|
c187056ac630
2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
43167
diff
changeset
|
827 value) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
828 |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
829 ;;;###autoload |
|
17641
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
830 (defun customize () |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
831 "Select a customization buffer which you can use to set user options. |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
832 User options are structured into \"groups\". |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
833 Initially the top-level group `Emacs' and its immediate subgroups |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
834 are shown; the contents of those subgroups are initially hidden." |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
835 (interactive) |
| 17703 | 836 (customize-group 'emacs)) |
|
17641
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
837 |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
838 ;;;###autoload |
|
47823
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
839 (defun customize-mode (mode) |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
840 "Customize options related to the current major mode. |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
841 If a prefix \\[universal-argument] was given (or if the current major mode has no known group), |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
842 then prompt for the MODE to customize." |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
843 (interactive |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
844 (list |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
845 (let ((completion-regexp-list '("-mode\\'")) |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
846 (group (custom-group-of-mode major-mode))) |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
847 (if (and group (not current-prefix-arg)) |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
848 major-mode |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
849 (intern |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
850 (completing-read (if group |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
851 (format "Major mode (default %s): " major-mode) |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
852 "Major mode: ") |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
853 obarray |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
854 'custom-group-of-mode |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
855 t nil nil (if group (symbol-name major-mode)))))))) |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
856 (customize-group (custom-group-of-mode mode))) |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
857 |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
858 |
|
4649d9cb92dd
(customize-mode): New command.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47809
diff
changeset
|
859 ;;;###autoload |
|
17641
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
860 (defun customize-group (group) |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
861 "Customize GROUP, which must be a customization group." |
|
18352
4951826c2ed2
(customize-group): Ignore case in completion.
Richard M. Stallman <rms@gnu.org>
parents:
18336
diff
changeset
|
862 (interactive (list (let ((completion-ignore-case t)) |
|
4951826c2ed2
(customize-group): Ignore case in completion.
Richard M. Stallman <rms@gnu.org>
parents:
18336
diff
changeset
|
863 (completing-read "Customize group: (default emacs) " |
| 25685 | 864 obarray |
|
18352
4951826c2ed2
(customize-group): Ignore case in completion.
Richard M. Stallman <rms@gnu.org>
parents:
18336
diff
changeset
|
865 (lambda (symbol) |
|
19886
539d06d1f0da
(customize-group): Handle groups not yet loaded.
Richard M. Stallman <rms@gnu.org>
parents:
19883
diff
changeset
|
866 (or (get symbol 'custom-loads) |
|
539d06d1f0da
(customize-group): Handle groups not yet loaded.
Richard M. Stallman <rms@gnu.org>
parents:
19883
diff
changeset
|
867 (get symbol 'custom-group))) |
|
18352
4951826c2ed2
(customize-group): Ignore case in completion.
Richard M. Stallman <rms@gnu.org>
parents:
18336
diff
changeset
|
868 t)))) |
|
17641
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
869 (when (stringp group) |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
870 (if (string-equal "" group) |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
871 (setq group 'emacs) |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
872 (setq group (intern group)))) |
|
18359
057bb638549c
(custom-nest-groups): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18352
diff
changeset
|
873 (let ((name (format "*Customize Group: %s*" |
|
057bb638549c
(custom-nest-groups): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18352
diff
changeset
|
874 (custom-unlispify-tag-name group)))) |
|
057bb638549c
(custom-nest-groups): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18352
diff
changeset
|
875 (if (get-buffer name) |
|
22332
7ad747c6c5a9
(customize-group, customize-group-other-window)
Karl Heuer <kwzh@gnu.org>
parents:
22068
diff
changeset
|
876 (pop-to-buffer name) |
|
18359
057bb638549c
(custom-nest-groups): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18352
diff
changeset
|
877 (custom-buffer-create (list (list group 'custom-group)) |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
878 name |
|
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
879 (concat " for group " |
|
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
880 (custom-unlispify-tag-name group)))))) |
| 17334 | 881 |
| 882 ;;;###autoload | |
|
22001
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
883 (defun customize-group-other-window (group) |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
884 "Customize GROUP, which must be a customization group." |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
885 (interactive (list (let ((completion-ignore-case t)) |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
886 (completing-read "Customize group: (default emacs) " |
| 25685 | 887 obarray |
|
22001
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
888 (lambda (symbol) |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
889 (or (get symbol 'custom-loads) |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
890 (get symbol 'custom-group))) |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
891 t)))) |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
892 (when (stringp group) |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
893 (if (string-equal "" group) |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
894 (setq group 'emacs) |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
895 (setq group (intern group)))) |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
896 (let ((name (format "*Customize Group: %s*" |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
897 (custom-unlispify-tag-name group)))) |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
898 (if (get-buffer name) |
|
57896
27e0c6aa31c5
(customize-group-other-window):
Richard M. Stallman <rms@gnu.org>
parents:
56161
diff
changeset
|
899 (let ( |
|
48975
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
900 ;; Copied from `custom-buffer-create-other-window'. |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
901 (pop-up-windows t) |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
902 (special-display-buffer-names nil) |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
903 (special-display-regexps nil) |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
904 (same-window-buffer-names nil) |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
905 (same-window-regexps nil)) |
|
57896
27e0c6aa31c5
(customize-group-other-window):
Richard M. Stallman <rms@gnu.org>
parents:
56161
diff
changeset
|
906 (pop-to-buffer name)) |
|
22001
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
907 (custom-buffer-create-other-window |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
908 (list (list group 'custom-group)) |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
909 name |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
910 (concat " for group " |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
911 (custom-unlispify-tag-name group)))))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
912 |
| 18089 | 913 ;;;###autoload |
| 914 (defalias 'customize-variable 'customize-option) | |
|
18086
dbae3eb8b351
(customize-option): Renamed from custom-variable.
Richard M. Stallman <rms@gnu.org>
parents:
18085
diff
changeset
|
915 |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
916 ;;;###autoload |
|
18086
dbae3eb8b351
(customize-option): Renamed from custom-variable.
Richard M. Stallman <rms@gnu.org>
parents:
18085
diff
changeset
|
917 (defun customize-option (symbol) |
|
dbae3eb8b351
(customize-option): Renamed from custom-variable.
Richard M. Stallman <rms@gnu.org>
parents:
18085
diff
changeset
|
918 "Customize SYMBOL, which must be a user option variable." |
| 17415 | 919 (interactive (custom-variable-prompt)) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
920 (custom-buffer-create (list (list symbol 'custom-variable)) |
|
18086
dbae3eb8b351
(customize-option): Renamed from custom-variable.
Richard M. Stallman <rms@gnu.org>
parents:
18085
diff
changeset
|
921 (format "*Customize Option: %s*" |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
922 (custom-unlispify-tag-name symbol)))) |
| 17334 | 923 |
|
48975
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
924 ;;;###autoload |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
925 (defalias 'customize-variable-other-window 'customize-option-other-window) |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
926 |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
927 ;;;###autoload |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
928 (defun customize-option-other-window (symbol) |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
929 "Customize SYMBOL, which must be a user option variable. |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
930 Show the buffer in another window, but don't select it." |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
931 (interactive (custom-variable-prompt)) |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
932 (custom-buffer-create-other-window |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
933 (list (list symbol 'custom-variable)) |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
934 (format "*Customize Option: %s*" (custom-unlispify-tag-name symbol)))) |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
935 |
|
23105
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
936 (defvar customize-changed-options-previous-release "20.2" |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
937 "Version for `customize-changed-options' to refer back to by default.") |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
938 |
| 17334 | 939 ;;;###autoload |
|
20444
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
940 (defun customize-changed-options (since-version) |
|
23105
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
941 "Customize all user option variables changed in Emacs itself. |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
942 This includes new user option variables and faces, and new |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
943 customization groups, as well as older options and faces whose default |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
944 values have changed since the previous major Emacs release. |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
945 |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
946 With argument SINCE-VERSION (a string), customize all user option |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
947 variables that were added (or their meanings were changed) since that |
|
49300
b99be2b86231
(customize-changed-options): Undo last doc change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49218
diff
changeset
|
948 version." |
|
23105
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
949 |
|
20444
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
950 (interactive "sCustomize options changed, since version (default all versions): ") |
|
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
951 (if (equal since-version "") |
|
29762
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
952 (setq since-version nil) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
953 (unless (condition-case nil |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
954 (numberp (read since-version)) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
955 (error nil)) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
956 (signal 'wrong-type-argument (list 'numberp since-version)))) |
|
23105
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
957 (unless since-version |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
958 (setq since-version customize-changed-options-previous-release)) |
|
49218
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
959 |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
960 ;; Load the information for versions since since-version. We use |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
961 ;; custom-load-symbol for this. |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
962 (put 'custom-versions-load-alist 'custom-loads nil) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
963 (dolist (elt custom-versions-load-alist) |
|
49300
b99be2b86231
(customize-changed-options): Undo last doc change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49218
diff
changeset
|
964 (if (customize-version-lessp since-version (car elt)) |
|
b99be2b86231
(customize-changed-options): Undo last doc change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49218
diff
changeset
|
965 (dolist (load (cdr elt)) |
|
b99be2b86231
(customize-changed-options): Undo last doc change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49218
diff
changeset
|
966 (custom-add-load 'custom-versions-load-alist load)))) |
|
49218
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
967 (custom-load-symbol 'custom-versions-load-alist) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
968 (put 'custom-versions-load-alist 'custom-loads nil) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
969 |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
970 (let (found) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
971 (mapatoms |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
972 (lambda (symbol) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
973 (let ((version (get symbol 'custom-version))) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
974 (if version |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
975 (when (customize-version-lessp since-version version) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
976 (if (or (get symbol 'custom-group) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
977 (get symbol 'group-documentation)) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
978 (push (list symbol 'custom-group) found)) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
979 (if (custom-variable-p symbol) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
980 (push (list symbol 'custom-variable) found)) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
981 (if (custom-facep symbol) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
982 (push (list symbol 'custom-face) found))))))) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
983 (if found |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
984 (custom-buffer-create (custom-sort-items found t 'first) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
985 "*Customize Changed Options*") |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
986 (error "No user option defaults have been changed since Emacs %s" |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
987 since-version)))) |
|
20444
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
988 |
|
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
989 (defun customize-version-lessp (version1 version2) |
|
29762
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
990 ;; Why are the versions strings, and given that they are, why aren't |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
991 ;; they converted to numbers and compared as such here? -- fx |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
992 |
|
23105
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
993 ;; In case someone made a mistake and left out the quotes |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
994 ;; in the :version value. |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
995 (if (numberp version2) |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
996 (setq version2 (prin1-to-string version2))) |
|
20444
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
997 (let (major1 major2 minor1 minor2) |
|
29762
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
998 (string-match "\\([0-9]+\\)\\(\\.\\([0-9]+\\)\\)?" version1) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
999 (setq major1 (read (or (match-string 1 version1) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1000 "0"))) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1001 (setq minor1 (read (or (match-string 3 version1) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1002 "0"))) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1003 (string-match "\\([0-9]+\\)\\(\\.\\([0-9]+\\)\\)?" version2) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1004 (setq major2 (read (or (match-string 1 version2) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1005 "0"))) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1006 (setq minor2 (read (or (match-string 3 version2) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1007 "0"))) |
|
20444
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
1008 (or (< major1 major2) |
|
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
1009 (and (= major1 major2) |
|
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
1010 (< minor1 minor2))))) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
1011 |
|
20444
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
1012 ;;;###autoload |
|
44887
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1013 (defun customize-face (&optional face) |
|
55789
e004c3c8a4b6
(customize-face, customize-face-other-window, custom-face-edit-delete):
Juanma Barranquero <lekktu@gmail.com>
parents:
55272
diff
changeset
|
1014 "Customize FACE, which should be a face name or nil. |
|
e004c3c8a4b6
(customize-face, customize-face-other-window, custom-face-edit-delete):
Juanma Barranquero <lekktu@gmail.com>
parents:
55272
diff
changeset
|
1015 If FACE is nil, customize all faces. |
|
44841
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1016 |
|
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1017 Interactively, when point is on text which has a face specified, |
|
55789
e004c3c8a4b6
(customize-face, customize-face-other-window, custom-face-edit-delete):
Juanma Barranquero <lekktu@gmail.com>
parents:
55272
diff
changeset
|
1018 suggest to customize that face, if it's customizable." |
|
44841
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1019 (interactive |
|
44887
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1020 (list (read-face-name "Customize face" "all faces" t))) |
|
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1021 (if (member face '(nil "")) |
|
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1022 (setq face (face-list))) |
|
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1023 (if (and (listp face) (null (cdr face))) |
|
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1024 (setq face (car face))) |
|
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1025 (if (listp face) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1026 (custom-buffer-create (custom-sort-items |
|
44887
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1027 (mapcar (lambda (s) |
|
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1028 (list s 'custom-face)) |
|
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1029 face) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1030 t nil) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1031 "*Customize Faces*") |
|
44887
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1032 (unless (facep face) |
|
49013
4a3d5b9c79b9
(customize-group, customize-group-other-window):
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48997
diff
changeset
|
1033 (error "Invalid face %S" face)) |
|
44887
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1034 (custom-buffer-create (list (list face 'custom-face)) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1035 (format "*Customize Face: %s*" |
|
44887
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1036 (custom-unlispify-tag-name face))))) |
| 17334 | 1037 |
| 1038 ;;;###autoload | |
| 44891 | 1039 (defun customize-face-other-window (&optional face) |
|
55789
e004c3c8a4b6
(customize-face, customize-face-other-window, custom-face-edit-delete):
Juanma Barranquero <lekktu@gmail.com>
parents:
55272
diff
changeset
|
1040 "Show customization buffer for face FACE in other window. |
|
44841
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1041 |
|
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1042 Interactively, when point is on text which has a face specified, |
|
55789
e004c3c8a4b6
(customize-face, customize-face-other-window, custom-face-edit-delete):
Juanma Barranquero <lekktu@gmail.com>
parents:
55272
diff
changeset
|
1043 suggest to customize that face, if it's customizable." |
|
44841
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1044 (interactive |
|
44888
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1045 (list (read-face-name "Customize face" "all faces" t))) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1046 (if (member face '(nil "")) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1047 (setq face (face-list))) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1048 (if (and (listp face) (null (cdr face))) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1049 (setq face (car face))) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1050 (if (listp face) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1051 (custom-buffer-create-other-window |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1052 (custom-sort-items |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1053 (mapcar (lambda (s) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1054 (list s 'custom-face)) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1055 face) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1056 t nil) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1057 "*Customize Faces*") |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1058 (unless (facep face) |
|
49013
4a3d5b9c79b9
(customize-group, customize-group-other-window):
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48997
diff
changeset
|
1059 (error "Invalid face %S" face)) |
| 25685 | 1060 (custom-buffer-create-other-window |
|
44888
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1061 (list (list face 'custom-face)) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1062 (format "*Customize Face: %s*" |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1063 (custom-unlispify-tag-name face))))) |
| 17415 | 1064 |
| 1065 ;;;###autoload | |
| 17334 | 1066 (defun customize-customized () |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1067 "Customize all user options set since the last save in this session." |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1068 (interactive) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1069 (let ((found nil)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1070 (mapatoms (lambda (symbol) |
| 25685 | 1071 (and (or (get symbol 'customized-face) |
| 1072 (get symbol 'customized-face-comment)) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1073 (custom-facep symbol) |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1074 (push (list symbol 'custom-face) found)) |
| 25685 | 1075 (and (or (get symbol 'customized-value) |
| 1076 (get symbol 'customized-variable-comment)) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1077 (boundp symbol) |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1078 (push (list symbol 'custom-variable) found)))) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1079 (if (not found) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1080 (error "No customized user options") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1081 (custom-buffer-create (custom-sort-items found t nil) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1082 "*Customize Customized*")))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1083 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1084 ;;;###autoload |
|
50077
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1085 (defun customize-rogue () |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1086 "Customize all user variable modified outside customize." |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1087 (interactive) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1088 (let ((found nil)) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1089 (mapatoms (lambda (symbol) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1090 (let ((cval (or (get symbol 'customized-value) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1091 (get symbol 'saved-value) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1092 (get symbol 'standard-value)))) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1093 (when (and cval ;Declared with defcustom. |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1094 (default-boundp symbol) ;Has a value. |
|
55789
e004c3c8a4b6
(customize-face, customize-face-other-window, custom-face-edit-delete):
Juanma Barranquero <lekktu@gmail.com>
parents:
55272
diff
changeset
|
1095 (not (equal (eval (car cval)) |
|
50077
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1096 ;; Which does not match customize. |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1097 (default-value symbol)))) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1098 (push (list symbol 'custom-variable) found))))) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1099 (if (not found) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1100 (error "No rogue user options") |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1101 (custom-buffer-create (custom-sort-items found t nil) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1102 "*Customize Rogue*")))) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1103 ;;;###autoload |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1104 (defun customize-saved () |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1105 "Customize all already saved user options." |
| 17334 | 1106 (interactive) |
| 1107 (let ((found nil)) | |
| 1108 (mapatoms (lambda (symbol) | |
| 25685 | 1109 (and (or (get symbol 'saved-face) |
| 1110 (get symbol 'saved-face-comment)) | |
| 17334 | 1111 (custom-facep symbol) |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1112 (push (list symbol 'custom-face) found)) |
| 25685 | 1113 (and (or (get symbol 'saved-value) |
| 1114 (get symbol 'saved-variable-comment)) | |
| 17334 | 1115 (boundp symbol) |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1116 (push (list symbol 'custom-variable) found)))) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1117 (if (not found ) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1118 (error "No saved user options") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1119 (custom-buffer-create (custom-sort-items found t nil) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1120 "*Customize Saved*")))) |
| 17334 | 1121 |
| 1122 ;;;###autoload | |
| 1123 (defun customize-apropos (regexp &optional all) | |
| 1124 "Customize all user options matching REGEXP. | |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1125 If ALL is `options', include only options. |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1126 If ALL is `faces', include only faces. |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1127 If ALL is `groups', include only groups. |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1128 If ALL is t (interactively, with prefix arg), include options which are not |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1129 user-settable, as well as faces and groups." |
| 17334 | 1130 (interactive "sCustomize regexp: \nP") |
| 1131 (let ((found nil)) | |
| 1132 (mapatoms (lambda (symbol) | |
| 1133 (when (string-match regexp (symbol-name symbol)) | |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1134 (when (and (not (memq all '(faces options))) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1135 (get symbol 'custom-group)) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1136 (push (list symbol 'custom-group) found)) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1137 (when (and (not (memq all '(options groups))) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1138 (custom-facep symbol)) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1139 (push (list symbol 'custom-face) found)) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1140 (when (and (not (memq all '(groups faces))) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1141 (boundp symbol) |
| 17334 | 1142 (or (get symbol 'saved-value) |
|
49104
b74a6560ecbb
(custom-variable-prompt): Doc change. Use custom-variable-p.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49013
diff
changeset
|
1143 (custom-variable-p symbol) |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1144 (if (memq all '(nil options)) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1145 (user-variable-p symbol) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1146 (get symbol 'variable-documentation)))) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1147 (push (list symbol 'custom-variable) found))))) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1148 (if (not found) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1149 (error "No matches") |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1150 (custom-buffer-create (custom-sort-items found t |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1151 custom-buffer-order-groups) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1152 "*Customize Apropos*")))) |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1153 |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1154 ;;;###autoload |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1155 (defun customize-apropos-options (regexp &optional arg) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1156 "Customize all user options matching REGEXP. |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1157 With prefix arg, include options which are not user-settable." |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1158 (interactive "sCustomize regexp: \nP") |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1159 (customize-apropos regexp (or arg 'options))) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1160 |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1161 ;;;###autoload |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1162 (defun customize-apropos-faces (regexp) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1163 "Customize all user faces matching REGEXP." |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1164 (interactive "sCustomize regexp: \n") |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1165 (customize-apropos regexp 'faces)) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1166 |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1167 ;;;###autoload |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1168 (defun customize-apropos-groups (regexp) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1169 "Customize all user groups matching REGEXP." |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1170 (interactive "sCustomize regexp: \n") |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1171 (customize-apropos regexp 'groups)) |
| 17334 | 1172 |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1173 ;;; Buffer. |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1174 |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1175 (defcustom custom-buffer-style 'links |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1176 "Control the presentation style for customization buffers. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1177 The value should be a symbol, one of: |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1178 |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1179 brackets: groups nest within each other with big horizontal brackets. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1180 links: groups have links to subgroups." |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1181 :type '(radio (const brackets) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1182 (const links)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1183 :group 'custom-buffer) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1184 |
|
26451
91e697e38599
(customize-face, customize-face-other-window): Require match from
Dave Love <fx@gnu.org>
parents:
25847
diff
changeset
|
1185 ;; If we pass BUFFER to `bury-buffer', the buffer isn't removed from |
|
91e697e38599
(customize-face, customize-face-other-window): Require match from
Dave Love <fx@gnu.org>
parents:
25847
diff
changeset
|
1186 ;; the window. |
|
25840
6beb132dd31c
(custom-bury-buffer): New function.
Dave Love <fx@gnu.org>
parents:
25824
diff
changeset
|
1187 (defun custom-bury-buffer (buffer) |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1188 (with-current-buffer buffer |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1189 (bury-buffer))) |
|
25840
6beb132dd31c
(custom-bury-buffer): New function.
Dave Love <fx@gnu.org>
parents:
25824
diff
changeset
|
1190 |
|
26451
91e697e38599
(customize-face, customize-face-other-window): Require match from
Dave Love <fx@gnu.org>
parents:
25847
diff
changeset
|
1191 (defcustom custom-buffer-done-function 'custom-bury-buffer |
| 25685 | 1192 "*Function called to remove a Custom buffer when the user is done with it. |
| 1193 Called with one argument, the buffer to remove." | |
|
26451
91e697e38599
(customize-face, customize-face-other-window): Require match from
Dave Love <fx@gnu.org>
parents:
25847
diff
changeset
|
1194 :type '(choice (function-item :tag "Bury buffer" custom-bury-buffer) |
|
91e697e38599
(customize-face, customize-face-other-window): Require match from
Dave Love <fx@gnu.org>
parents:
25847
diff
changeset
|
1195 (function-item :tag "Kill buffer" kill-buffer) |
| 25685 | 1196 (function :tag "Other")) |
| 1197 :version "21.1" | |
| 1198 :group 'custom-buffer) | |
| 1199 | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1200 (defcustom custom-buffer-indent 3 |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1201 "Number of spaces to indent nested groups." |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1202 :type 'integer |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1203 :group 'custom-buffer) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1204 |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1205 (defun custom-get-fresh-buffer (name) |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1206 "Get a fresh new buffer with name NAME. |
|
51381
a2b5bb57e1c9
(custom-get-fresh-buffer): Be extra paranoid,
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51362
diff
changeset
|
1207 If the buffer already exist, clean it up to be like new. |
|
a2b5bb57e1c9
(custom-get-fresh-buffer): Be extra paranoid,
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51362
diff
changeset
|
1208 Beware: it's not quite like new. Good enough for custom, but maybe |
|
a2b5bb57e1c9
(custom-get-fresh-buffer): Be extra paranoid,
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51362
diff
changeset
|
1209 not for everybody." |
|
a2b5bb57e1c9
(custom-get-fresh-buffer): Be extra paranoid,
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51362
diff
changeset
|
1210 ;; To be more complete, we should also kill all permanent-local variables, |
|
a2b5bb57e1c9
(custom-get-fresh-buffer): Be extra paranoid,
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51362
diff
changeset
|
1211 ;; but it's not needed for custom. |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1212 (let ((buf (get-buffer name))) |
|
51429
b107764e9a67
(custom-get-fresh-buffer): Test for nonexistence buffer.
Lute Kamstra <lute@gnu.org>
parents:
51381
diff
changeset
|
1213 (when (and buf (buffer-local-value 'buffer-file-name buf)) |
|
51381
a2b5bb57e1c9
(custom-get-fresh-buffer): Be extra paranoid,
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51362
diff
changeset
|
1214 ;; This will check if the file is not saved. |
|
a2b5bb57e1c9
(custom-get-fresh-buffer): Be extra paranoid,
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51362
diff
changeset
|
1215 (kill-buffer buf) |
|
a2b5bb57e1c9
(custom-get-fresh-buffer): Be extra paranoid,
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51362
diff
changeset
|
1216 (setq buf nil)) |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1217 (if (null buf) |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1218 (get-buffer-create name) |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1219 (with-current-buffer buf |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1220 (kill-all-local-variables) |
|
51381
a2b5bb57e1c9
(custom-get-fresh-buffer): Be extra paranoid,
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51362
diff
changeset
|
1221 (run-hooks 'kill-buffer-hook) |
|
51561
bed114065e35
(custom-get-fresh-buffer): Kill overlays before erasing the buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51429
diff
changeset
|
1222 ;; Delete overlays before erasing the buffer so the overlay hooks |
|
bed114065e35
(custom-get-fresh-buffer): Kill overlays before erasing the buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51429
diff
changeset
|
1223 ;; don't get run spuriously when we erase the buffer. |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1224 (let ((ols (overlay-lists))) |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1225 (dolist (ol (nconc (car ols) (cdr ols))) |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1226 (delete-overlay ol))) |
|
51561
bed114065e35
(custom-get-fresh-buffer): Kill overlays before erasing the buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51429
diff
changeset
|
1227 (erase-buffer) |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1228 buf)))) |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1229 |
| 17334 | 1230 ;;;###autoload |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
1231 (defun custom-buffer-create (options &optional name description) |
| 17334 | 1232 "Create a buffer containing OPTIONS. |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1233 Optional NAME is the name of the buffer. |
| 17334 | 1234 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where |
| 1235 SYMBOL is a customization option, and WIDGET is a widget for editing | |
| 1236 that option." | |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1237 (pop-to-buffer (custom-get-fresh-buffer (or name "*Customization*"))) |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
1238 (custom-buffer-create-internal options description)) |
| 17415 | 1239 |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1240 ;;;###autoload |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
1241 (defun custom-buffer-create-other-window (options &optional name description) |
|
57896
27e0c6aa31c5
(customize-group-other-window):
Richard M. Stallman <rms@gnu.org>
parents:
56161
diff
changeset
|
1242 "Create a buffer containing OPTIONS, and display it in another window. |
|
27e0c6aa31c5
(customize-group-other-window):
Richard M. Stallman <rms@gnu.org>
parents:
56161
diff
changeset
|
1243 The result includes selecting that window. |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1244 Optional NAME is the name of the buffer. |
| 17415 | 1245 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where |
| 1246 SYMBOL is a customization option, and WIDGET is a widget for editing | |
| 1247 that option." | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1248 (unless name (setq name "*Customization*")) |
|
57896
27e0c6aa31c5
(customize-group-other-window):
Richard M. Stallman <rms@gnu.org>
parents:
56161
diff
changeset
|
1249 (let ((pop-up-windows t) |
|
22332
7ad747c6c5a9
(customize-group, customize-group-other-window)
Karl Heuer <kwzh@gnu.org>
parents:
22068
diff
changeset
|
1250 (special-display-buffer-names nil) |
|
7ad747c6c5a9
(customize-group, customize-group-other-window)
Karl Heuer <kwzh@gnu.org>
parents:
22068
diff
changeset
|
1251 (special-display-regexps nil) |
|
7ad747c6c5a9
(customize-group, customize-group-other-window)
Karl Heuer <kwzh@gnu.org>
parents:
22068
diff
changeset
|
1252 (same-window-buffer-names nil) |
|
7ad747c6c5a9
(customize-group, customize-group-other-window)
Karl Heuer <kwzh@gnu.org>
parents:
22068
diff
changeset
|
1253 (same-window-regexps nil)) |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1254 (pop-to-buffer (custom-get-fresh-buffer name)) |
|
57896
27e0c6aa31c5
(customize-group-other-window):
Richard M. Stallman <rms@gnu.org>
parents:
56161
diff
changeset
|
1255 (custom-buffer-create-internal options description))) |
| 18089 | 1256 |
| 1257 (defcustom custom-reset-button-menu nil | |
| 1258 "If non-nil, only show a single reset button in customize buffers. | |
| 1259 This button will have a menu with all three reset operations." | |
| 1260 :type 'boolean | |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1261 :group 'custom-buffer) |
| 17415 | 1262 |
|
45102
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1263 (defcustom custom-buffer-verbose-help t |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1264 "If non-nil, include explanatory text in the customization buffer." |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1265 :type 'boolean |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1266 :group 'custom-buffer) |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1267 |
| 25685 | 1268 (defun Custom-buffer-done (&rest ignore) |
| 1269 "Remove current buffer by calling `custom-buffer-done-function'." | |
| 1270 (interactive) | |
| 1271 (funcall custom-buffer-done-function (current-buffer))) | |
| 1272 | |
| 1273 (defcustom custom-raised-buttons (not (equal (face-valid-attribute-values :box) | |
| 1274 '(("unspecified" . unspecified)))) | |
| 1275 "If non-nil, indicate active buttons in a `raised-button' style. | |
| 1276 Otherwise use brackets." | |
| 1277 :type 'boolean | |
| 1278 :version "21.1" | |
| 1279 :group 'custom-buffer) | |
| 1280 | |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
1281 (defun custom-buffer-create-internal (options &optional description) |
| 17415 | 1282 (message "Creating customization buffer...") |
| 17334 | 1283 (custom-mode) |
|
45102
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1284 (if custom-buffer-verbose-help |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1285 (progn |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1286 (widget-insert "This is a customization buffer") |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1287 (if description |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1288 (widget-insert description)) |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1289 (widget-insert (format ". |
| 25685 | 1290 %s show active fields; type RET or click mouse-1 |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
1291 on an active field to invoke its action. Editing an option value |
|
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
1292 changes the text in the buffer; invoke the State button and |
|
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
1293 choose the Set operation to set the option value. |
| 25685 | 1294 Invoke " (if custom-raised-buttons |
| 1295 "`Raised' buttons" | |
| 1296 "Square brackets"))) | |
|
45102
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1297 (widget-create 'info-link |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1298 :tag "Help" |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1299 :help-echo "Read the online help." |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1300 "(emacs)Easy Customization") |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1301 (widget-insert " for more information.\n\n") |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1302 (message "Creating customization buttons...") |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1303 (widget-insert "Operate on everything in this buffer:\n ")) |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1304 (widget-insert " ")) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1305 (widget-create 'push-button |
|
18460
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1306 :tag "Set for Current Session" |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1307 :help-echo "\ |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1308 Make your editing in this buffer take effect for this session." |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1309 :action (lambda (widget &optional event) |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
1310 (Custom-set))) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1311 (widget-insert " ") |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1312 (widget-create 'push-button |
|
18460
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1313 :tag "Save for Future Sessions" |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1314 :help-echo "\ |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1315 Make your editing in this buffer take effect for future Emacs sessions." |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1316 :action (lambda (widget &optional event) |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
1317 (Custom-save))) |
| 18089 | 1318 (if custom-reset-button-menu |
|
18460
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1319 (progn |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1320 (widget-insert " ") |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1321 (widget-create 'push-button |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1322 :tag "Reset" |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1323 :help-echo "Show a menu with reset operations." |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1324 :mouse-down-action (lambda (&rest junk) t) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1325 :action (lambda (widget &optional event) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1326 (custom-reset event)))) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1327 (widget-insert "\n ") |
| 18089 | 1328 (widget-create 'push-button |
| 1329 :tag "Reset" | |
|
18139
ee3c0d09dcd3
Synched with 1.9908.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18131
diff
changeset
|
1330 :help-echo "\ |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1331 Reset all edited text in this buffer to reflect current values." |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
1332 :action 'Custom-reset-current) |
| 18089 | 1333 (widget-insert " ") |
| 1334 (widget-create 'push-button | |
| 1335 :tag "Reset to Saved" | |
|
18139
ee3c0d09dcd3
Synched with 1.9908.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18131
diff
changeset
|
1336 :help-echo "\ |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1337 Reset all values in this buffer to their saved settings." |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
1338 :action 'Custom-reset-saved) |
| 18089 | 1339 (widget-insert " ") |
| 1340 (widget-create 'push-button | |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
1341 :tag "Erase Customization" |
|
18139
ee3c0d09dcd3
Synched with 1.9908.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18131
diff
changeset
|
1342 :help-echo "\ |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
1343 Un-customize all values in this buffer. They get their standard settings." |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
1344 :action 'Custom-reset-standard)) |
|
45102
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1345 (if (not custom-buffer-verbose-help) |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1346 (progn |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1347 (widget-insert " ") |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1348 (widget-create 'info-link |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1349 :tag "Help" |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1350 :help-echo "Read the online help." |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1351 "(emacs)Easy Customization"))) |
|
18373
45ef45c34aa4
(custom-buffer-create-internal):
Richard M. Stallman <rms@gnu.org>
parents:
18371
diff
changeset
|
1352 (widget-insert " ") |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1353 (widget-create 'push-button |
| 25685 | 1354 :tag "Finish" |
|
30247
80383e9be1e2
(custom-buffer-create-internal): Use a help-echo function to be more
Dave Love <fx@gnu.org>
parents:
30184
diff
changeset
|
1355 :help-echo |
|
80383e9be1e2
(custom-buffer-create-internal): Use a help-echo function to be more
Dave Love <fx@gnu.org>
parents:
30184
diff
changeset
|
1356 (lambda (&rest ignore) |
|
33774
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1357 (cond |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1358 ((eq custom-buffer-done-function |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1359 'custom-bury-buffer) |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1360 "Bury this buffer") |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1361 ((eq custom-buffer-done-function 'kill-buffer) |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1362 "Kill this buffer") |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1363 (t "Finish with this buffer"))) |
| 25685 | 1364 :action #'Custom-buffer-done) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1365 (widget-insert "\n\n") |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1366 (message "Creating customization items...") |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
1367 (buffer-disable-undo) |
| 25685 | 1368 (setq custom-options |
| 17334 | 1369 (if (= (length options) 1) |
| 1370 (mapcar (lambda (entry) | |
| 1371 (widget-create (nth 1 entry) | |
|
18139
ee3c0d09dcd3
Synched with 1.9908.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18131
diff
changeset
|
1372 :documentation-shown t |
| 17334 | 1373 :custom-state 'unknown |
| 1374 :tag (custom-unlispify-tag-name | |
| 1375 (nth 0 entry)) | |
| 1376 :value (nth 0 entry))) | |
| 1377 options) | |
| 1378 (let ((count 0) | |
| 1379 (length (length options))) | |
| 1380 (mapcar (lambda (entry) | |
|
33774
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1381 (prog2 |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1382 (message "Creating customization items ...%2d%%" |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1383 (/ (* 100.0 count) length)) |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1384 (widget-create (nth 1 entry) |
| 17334 | 1385 :tag (custom-unlispify-tag-name |
| 1386 (nth 0 entry)) | |
| 1387 :value (nth 0 entry)) | |
|
33774
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1388 (setq count (1+ count)) |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1389 (unless (eq (preceding-char) ?\n) |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1390 (widget-insert "\n")) |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1391 (widget-insert "\n"))) |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1392 options)))) |
| 17334 | 1393 (unless (eq (preceding-char) ?\n) |
| 1394 (widget-insert "\n")) | |
|
39153
001cb5cd0de9
(custom-buffer-create-internal): Remove "100%" from
Eli Zaretskii <eliz@gnu.org>
parents:
38436
diff
changeset
|
1395 (message "Creating customization items ...done") |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1396 (unless (eq custom-buffer-style 'tree) |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
1397 (mapc 'custom-magic-reset custom-options)) |
| 17334 | 1398 (message "Creating customization setup...") |
| 1399 (widget-setup) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
1400 (buffer-enable-undo) |
| 17334 | 1401 (goto-char (point-min)) |
| 1402 (message "Creating customization buffer...done")) | |
| 1403 | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1404 ;;; The Tree Browser. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1405 |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1406 ;;;###autoload |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1407 (defun customize-browse (&optional group) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1408 "Create a tree browser for the customize hierarchy." |
|
18812
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
1409 (interactive) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1410 (unless group |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1411 (setq group 'emacs)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1412 (let ((name "*Customize Browser*")) |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1413 (pop-to-buffer (custom-get-fresh-buffer name))) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1414 (custom-mode) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1415 (widget-insert "\ |
|
18812
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
1416 Square brackets show active fields; type RET or click mouse-1 |
|
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
1417 on an active field to invoke its action. |
|
18856
03eeb83520d8
(custom-group-value-create) <tree>: Don't distinguish
Richard M. Stallman <rms@gnu.org>
parents:
18812
diff
changeset
|
1418 Invoke [+] below to expand a group, and [-] to collapse an expanded group.\n") |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1419 (if custom-browse-only-groups |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1420 (widget-insert "\ |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1421 Invoke the [Group] button below to edit that item in another window.\n\n") |
| 25685 | 1422 (widget-insert "Invoke the ") |
| 1423 (widget-create 'item | |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1424 :format "%t" |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1425 :tag "[Group]" |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1426 :tag-glyph "folder") |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1427 (widget-insert ", ") |
| 25685 | 1428 (widget-create 'item |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1429 :format "%t" |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1430 :tag "[Face]" |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1431 :tag-glyph "face") |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1432 (widget-insert ", and ") |
| 25685 | 1433 (widget-create 'item |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1434 :format "%t" |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1435 :tag "[Option]" |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1436 :tag-glyph "option") |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1437 (widget-insert " buttons below to edit that |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1438 item in another window.\n\n")) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1439 (let ((custom-buffer-style 'tree)) |
| 25685 | 1440 (widget-create 'custom-group |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1441 :custom-last t |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1442 :custom-state 'unknown |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1443 :tag (custom-unlispify-tag-name group) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1444 :value group)) |
|
48997
eb9dca992edf
(customize-browse): Call `widget-setup'.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48975
diff
changeset
|
1445 (widget-setup) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1446 (goto-char (point-min))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1447 |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1448 (define-widget 'custom-browse-visibility 'item |
|
20600
323f33e3e92c
(custom-browse-visibility): Doc fix.
Andreas Schwab <schwab@suse.de>
parents:
20562
diff
changeset
|
1449 "Control visibility of items in the customize tree browser." |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1450 :format "%[[%t]%]" |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1451 :action 'custom-browse-visibility-action) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1452 |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1453 (defun custom-browse-visibility-action (widget &rest ignore) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1454 (let ((custom-buffer-style 'tree)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1455 (custom-toggle-parent widget))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1456 |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1457 (define-widget 'custom-browse-group-tag 'push-button |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1458 "Show parent in other window when activated." |
|
18371
a32f9b2c2e0c
(custom-add-parent-links): New arg INITIAL-STRING.
Richard M. Stallman <rms@gnu.org>
parents:
18370
diff
changeset
|
1459 :tag "Group" |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1460 :tag-glyph "folder" |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1461 :action 'custom-browse-group-tag-action) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1462 |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1463 (defun custom-browse-group-tag-action (widget &rest ignore) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1464 (let ((parent (widget-get widget :parent))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1465 (customize-group-other-window (widget-value parent)))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1466 |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1467 (define-widget 'custom-browse-variable-tag 'push-button |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1468 "Show parent in other window when activated." |
|
18371
a32f9b2c2e0c
(custom-add-parent-links): New arg INITIAL-STRING.
Richard M. Stallman <rms@gnu.org>
parents:
18370
diff
changeset
|
1469 :tag "Option" |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1470 :tag-glyph "option" |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1471 :action 'custom-browse-variable-tag-action) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1472 |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1473 (defun custom-browse-variable-tag-action (widget &rest ignore) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1474 (let ((parent (widget-get widget :parent))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1475 (customize-variable-other-window (widget-value parent)))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1476 |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1477 (define-widget 'custom-browse-face-tag 'push-button |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1478 "Show parent in other window when activated." |
|
18371
a32f9b2c2e0c
(custom-add-parent-links): New arg INITIAL-STRING.
Richard M. Stallman <rms@gnu.org>
parents:
18370
diff
changeset
|
1479 :tag "Face" |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1480 :tag-glyph "face" |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1481 :action 'custom-browse-face-tag-action) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1482 |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1483 (defun custom-browse-face-tag-action (widget &rest ignore) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1484 (let ((parent (widget-get widget :parent))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1485 (customize-face-other-window (widget-value parent)))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1486 |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1487 (defconst custom-browse-alist '((" " "space") |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1488 (" | " "vertical") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1489 ("-\\ " "top") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1490 (" |-" "middle") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1491 (" `-" "bottom"))) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1492 |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1493 (defun custom-browse-insert-prefix (prefix) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1494 "Insert PREFIX. On XEmacs convert it to line graphics." |
| 25685 | 1495 ;; Fixme: do graphics. |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1496 (if nil ; (string-match "XEmacs" emacs-version) |
| 25685 | 1497 (progn |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1498 (insert "*") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1499 (while (not (string-equal prefix "")) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1500 (let ((entry (substring prefix 0 3))) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1501 (setq prefix (substring prefix 3)) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1502 (let ((overlay (make-overlay (1- (point)) (point) nil t nil)) |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1503 (name (nth 1 (assoc entry custom-browse-alist)))) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1504 (overlay-put overlay 'end-glyph (widget-glyph-find name entry)) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1505 (overlay-put overlay 'start-open t) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1506 (overlay-put overlay 'end-open t))))) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1507 (insert prefix))) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1508 |
| 17334 | 1509 ;;; Modification of Basic Widgets. |
| 1510 ;; | |
| 1511 ;; We add extra properties to the basic widgets needed here. This is | |
| 1512 ;; fine, as long as we are careful to stay within out own namespace. | |
| 1513 ;; | |
| 1514 ;; We want simple widgets to be displayed by default, but complex | |
| 1515 ;; widgets to be hidden. | |
| 1516 | |
| 1517 (widget-put (get 'item 'widget-type) :custom-show t) | |
| 1518 (widget-put (get 'editable-field 'widget-type) | |
| 1519 :custom-show (lambda (widget value) | |
| 1520 (let ((pp (pp-to-string value))) | |
| 1521 (cond ((string-match "\n" pp) | |
| 1522 nil) | |
| 1523 ((> (length pp) 40) | |
| 1524 nil) | |
| 1525 (t t))))) | |
| 1526 (widget-put (get 'menu-choice 'widget-type) :custom-show t) | |
| 1527 | |
| 1528 ;;; The `custom-manual' Widget. | |
| 1529 | |
| 1530 (define-widget 'custom-manual 'info-link | |
| 1531 "Link to the manual entry for this customization option." | |
| 1532 :help-echo "Read the manual entry for this option." | |
| 1533 :tag "Manual") | |
| 1534 | |
| 1535 ;;; The `custom-magic' Widget. | |
| 1536 | |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1537 (defgroup custom-magic-faces nil |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1538 "Faces used by the magic button." |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1539 :group 'custom-faces |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1540 :group 'custom-buffer) |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1541 |
| 17334 | 1542 (defface custom-invalid-face '((((class color)) |
| 1543 (:foreground "yellow" :background "red")) | |
| 1544 (t | |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
1545 (:weight bold :slant italic :underline t))) |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1546 "Face used when the customize item is invalid." |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1547 :group 'custom-magic-faces) |
| 17334 | 1548 |
| 1549 (defface custom-rogue-face '((((class color)) | |
| 1550 (:foreground "pink" :background "black")) | |
| 1551 (t | |
| 1552 (:underline t))) | |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1553 "Face used when the customize item is not defined for customization." |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1554 :group 'custom-magic-faces) |
| 17334 | 1555 |
| 25685 | 1556 (defface custom-modified-face '((((class color)) |
| 17334 | 1557 (:foreground "white" :background "blue")) |
| 1558 (t | |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
1559 (:slant italic :bold))) |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1560 "Face used when the customize item has been modified." |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1561 :group 'custom-magic-faces) |
| 17334 | 1562 |
| 25685 | 1563 (defface custom-set-face '((((class color)) |
|
58940
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
1564 (:foreground "blue" :background "white")) |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
1565 (t |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
1566 (:slant italic))) |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1567 "Face used when the customize item has been set." |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1568 :group 'custom-magic-faces) |
| 17334 | 1569 |
| 25685 | 1570 (defface custom-changed-face '((((class color)) |
| 17334 | 1571 (:foreground "white" :background "blue")) |
| 1572 (t | |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
1573 (:slant italic))) |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1574 "Face used when the customize item has been changed." |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1575 :group 'custom-magic-faces) |
| 17334 | 1576 |
| 1577 (defface custom-saved-face '((t (:underline t))) | |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1578 "Face used when the customize item has been saved." |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1579 :group 'custom-magic-faces) |
| 17334 | 1580 |
|
58940
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
1581 (defconst custom-magic-alist |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
1582 '((nil "#" underline "\ |
| 17334 | 1583 uninitialized, you should not see this.") |
|
58940
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
1584 (unknown "?" italic "\ |
| 17334 | 1585 unknown, you should not see this.") |
|
58940
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
1586 (hidden "-" default "\ |
|
18362
4655515f51cc
(custom-magic-alist) <hidden>: Don't refer to "dots".
Richard M. Stallman <rms@gnu.org>
parents:
18360
diff
changeset
|
1587 hidden, invoke \"Show\" in the previous line to show." "\ |
|
4655515f51cc
(custom-magic-alist) <hidden>: Don't refer to "dots".
Richard M. Stallman <rms@gnu.org>
parents:
18360
diff
changeset
|
1588 group now hidden, invoke \"Show\", above, to show contents.") |
|
58940
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
1589 (invalid "x" custom-invalid-face "\ |
| 18089 | 1590 the value displayed for this %c is invalid and cannot be set.") |
|
58940
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
1591 (modified "*" custom-modified-face "\ |
|
18462
0e65e5074881
(custom-magic-alist): Update messages for `modified' and `set' states.
Richard M. Stallman <rms@gnu.org>
parents:
18460
diff
changeset
|
1592 you have edited the value as text, but you have not set the %c." "\ |
|
0e65e5074881
(custom-magic-alist): Update messages for `modified' and `set' states.
Richard M. Stallman <rms@gnu.org>
parents:
18460
diff
changeset
|
1593 you have edited something in this group, but not set it.") |
|
58940
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
1594 (set "+" custom-set-face "\ |
|
18462
0e65e5074881
(custom-magic-alist): Update messages for `modified' and `set' states.
Richard M. Stallman <rms@gnu.org>
parents:
18460
diff
changeset
|
1595 you have set this %c, but not saved it for future sessions." "\ |
|
0e65e5074881
(custom-magic-alist): Update messages for `modified' and `set' states.
Richard M. Stallman <rms@gnu.org>
parents:
18460
diff
changeset
|
1596 something in this group has been set, but not saved.") |
|
58940
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
1597 (changed ":" custom-changed-face "\ |
| 18089 | 1598 this %c has been changed outside the customize buffer." "\ |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1599 something in this group has been changed outside customize.") |
|
58940
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
1600 (saved "!" custom-saved-face "\ |
| 18089 | 1601 this %c has been set and saved." "\ |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1602 something in this group has been set and saved.") |
|
58940
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
1603 (rogue "@" custom-rogue-face "\ |
| 18089 | 1604 this %c has not been changed with customize." "\ |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1605 something in this group is not prepared for customization.") |
|
58940
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
1606 (standard " " nil "\ |
| 18089 | 1607 this %c is unchanged from its standard setting." "\ |
|
18139
ee3c0d09dcd3
Synched with 1.9908.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18131
diff
changeset
|
1608 visible group members are all at standard settings.")) |
| 17334 | 1609 "Alist of customize option states. |
| 25685 | 1610 Each entry is of the form (STATE MAGIC FACE ITEM-DESC [ GROUP-DESC ]), where |
| 17334 | 1611 |
| 1612 STATE is one of the following symbols: | |
| 1613 | |
| 1614 `nil' | |
| 1615 For internal use, should never occur. | |
| 1616 `unknown' | |
| 1617 For internal use, should never occur. | |
| 1618 `hidden' | |
| 25685 | 1619 This item is not being displayed. |
| 17334 | 1620 `invalid' |
| 1621 This item is modified, but has an invalid form. | |
| 1622 `modified' | |
| 1623 This item is modified, and has a valid form. | |
| 1624 `set' | |
| 1625 This item has been set but not saved. | |
| 1626 `changed' | |
| 1627 The current value of this item has been changed temporarily. | |
| 1628 `saved' | |
| 1629 This item is marked for saving. | |
| 1630 `rogue' | |
| 1631 This item has no customization information. | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1632 `standard' |
|
17641
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
1633 This item is unchanged from the standard setting. |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
1634 |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
1635 MAGIC is a string used to present that state. |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
1636 |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
1637 FACE is a face used to present the state. |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
1638 |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1639 ITEM-DESC is a string describing the state for options. |
|
17641
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
1640 |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1641 GROUP-DESC is a string describing the state for groups. If this is |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1642 left out, ITEM-DESC will be used. |
| 17334 | 1643 |
| 18089 | 1644 The string %c in either description will be replaced with the |
| 1645 category of the item. These are `group'. `option', and `face'. | |
| 1646 | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1647 The list should be sorted most significant first.") |
| 17334 | 1648 |
| 1649 (defcustom custom-magic-show 'long | |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1650 "If non-nil, show textual description of the state. |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1651 If `long', show a full-line description, not just one word." |
| 17334 | 1652 :type '(choice (const :tag "no" nil) |
|
22600
2f3b4c74e9a1
(custom-magic-show): Use `other' widget type.
Andreas Schwab <schwab@suse.de>
parents:
22538
diff
changeset
|
1653 (const long) |
|
2f3b4c74e9a1
(custom-magic-show): Use `other' widget type.
Andreas Schwab <schwab@suse.de>
parents:
22538
diff
changeset
|
1654 (other :tag "short" short)) |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1655 :group 'custom-buffer) |
| 17334 | 1656 |
| 18089 | 1657 (defcustom custom-magic-show-hidden '(option face) |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1658 "Control whether the State button is shown for hidden items. |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1659 The value should be a list with the custom categories where the State |
| 18089 | 1660 button should be visible. Possible categories are `group', `option', |
| 1661 and `face'." | |
| 1662 :type '(set (const group) (const option) (const face)) | |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1663 :group 'custom-buffer) |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1664 |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1665 (defcustom custom-magic-show-button nil |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1666 "Show a \"magic\" button indicating the state of each customization option." |
| 17334 | 1667 :type 'boolean |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1668 :group 'custom-buffer) |
| 17334 | 1669 |
| 1670 (define-widget 'custom-magic 'default | |
| 1671 "Show and manipulate state for a customization option." | |
| 1672 :format "%v" | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1673 :action 'widget-parent-action |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1674 :notify 'ignore |
| 17334 | 1675 :value-get 'ignore |
| 1676 :value-create 'custom-magic-value-create | |
| 1677 :value-delete 'widget-children-value-delete) | |
| 1678 | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1679 (defun widget-magic-mouse-down-action (widget &optional event) |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1680 ;; Non-nil unless hidden. |
| 25685 | 1681 (not (eq (widget-get (widget-get (widget-get widget :parent) :parent) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1682 :custom-state) |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1683 'hidden))) |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1684 |
| 17334 | 1685 (defun custom-magic-value-create (widget) |
| 28130 | 1686 "Create compact status report for WIDGET." |
| 17334 | 1687 (let* ((parent (widget-get widget :parent)) |
| 1688 (state (widget-get parent :custom-state)) | |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1689 (hidden (eq state 'hidden)) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1690 (entry (assq state custom-magic-alist)) |
| 17334 | 1691 (magic (nth 1 entry)) |
| 1692 (face (nth 2 entry)) | |
| 18089 | 1693 (category (widget-get parent :custom-category)) |
| 1694 (text (or (and (eq category 'group) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1695 (nth 4 entry)) |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1696 (nth 3 entry))) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
1697 (form (widget-get parent :custom-form)) |
| 17334 | 1698 children) |
| 18089 | 1699 (while (string-match "\\`\\(.*\\)%c\\(.*\\)\\'" text) |
| 25685 | 1700 (setq text (concat (match-string 1 text) |
| 18089 | 1701 (symbol-name category) |
| 1702 (match-string 2 text)))) | |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1703 (when (and custom-magic-show |
| 18089 | 1704 (or (not hidden) |
| 1705 (memq category custom-magic-show-hidden))) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1706 (insert " ") |
|
18367
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
1707 (when (and (eq category 'group) |
|
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
1708 (not (and (eq custom-buffer-style 'links) |
|
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
1709 (> (widget-get parent :custom-level) 1)))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1710 (insert-char ?\ (* custom-buffer-indent |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1711 (widget-get parent :custom-level)))) |
| 25685 | 1712 (push (widget-create-child-and-convert |
| 1713 widget 'choice-item | |
| 18087 | 1714 :help-echo "Change the state of this item." |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1715 :format (if hidden "%t" "%[%t%]") |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1716 :button-prefix 'widget-push-button-prefix |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1717 :button-suffix 'widget-push-button-suffix |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1718 :mouse-down-action 'widget-magic-mouse-down-action |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1719 :tag "State") |
| 17334 | 1720 children) |
| 1721 (insert ": ") | |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1722 (let ((start (point))) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1723 (if (eq custom-magic-show 'long) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1724 (insert text) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1725 (insert (symbol-name state))) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
1726 (cond ((eq form 'lisp) |
|
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
1727 (insert " (lisp)")) |
|
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
1728 ((eq form 'mismatch) |
|
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
1729 (insert " (mismatch)"))) |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1730 (put-text-property start (point) 'face 'custom-state-face)) |
| 17334 | 1731 (insert "\n")) |
|
18367
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
1732 (when (and (eq category 'group) |
|
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
1733 (not (and (eq custom-buffer-style 'links) |
|
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
1734 (> (widget-get parent :custom-level) 1)))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1735 (insert-char ?\ (* custom-buffer-indent |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1736 (widget-get parent :custom-level)))) |
| 17334 | 1737 (when custom-magic-show-button |
| 1738 (when custom-magic-show | |
| 1739 (let ((indent (widget-get parent :indent))) | |
| 1740 (when indent | |
| 1741 (insert-char ? indent)))) | |
| 25685 | 1742 (push (widget-create-child-and-convert |
| 1743 widget 'choice-item | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1744 :mouse-down-action 'widget-magic-mouse-down-action |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1745 :button-face face |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1746 :button-prefix "" |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1747 :button-suffix "" |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1748 :help-echo "Change the state." |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1749 :format (if hidden "%t" "%[%t%]") |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
1750 :tag (if (memq form '(lisp mismatch)) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1751 (concat "(" magic ")") |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1752 (concat "[" magic "]"))) |
| 17334 | 1753 children) |
| 1754 (insert " ")) | |
| 1755 (widget-put widget :children children))) | |
| 1756 | |
| 1757 (defun custom-magic-reset (widget) | |
| 1758 "Redraw the :custom-magic property of WIDGET." | |
| 1759 (let ((magic (widget-get widget :custom-magic))) | |
| 1760 (widget-value-set magic (widget-value magic)))) | |
| 1761 | |
| 1762 ;;; The `custom' Widget. | |
| 1763 | |
| 25685 | 1764 (defface custom-button-face |
|
32883
105ad8d20e29
(custom-button-face, custom-button-pressed-face): Merge x w32 and mac
Jason Rumney <jasonr@gnu.org>
parents:
32752
diff
changeset
|
1765 '((((type x w32 mac) (class color)) ; Like default modeline |
|
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
31744
diff
changeset
|
1766 (:box (:line-width 2 :style released-button) |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
31744
diff
changeset
|
1767 :background "lightgrey" :foreground "black")) |
| 25685 | 1768 (t |
| 1769 nil)) | |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1770 "Face used for buttons in customization buffers." |
| 25685 | 1771 :version "21.1" |
| 1772 :group 'custom-faces) | |
| 1773 | |
| 1774 (defface custom-button-pressed-face | |
|
32883
105ad8d20e29
(custom-button-face, custom-button-pressed-face): Merge x w32 and mac
Jason Rumney <jasonr@gnu.org>
parents:
32752
diff
changeset
|
1775 '((((type x w32 mac) (class color)) |
|
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
31744
diff
changeset
|
1776 (:box (:line-width 2 :style pressed-button) |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
31744
diff
changeset
|
1777 :background "lightgrey" :foreground "black")) |
| 25685 | 1778 (t |
| 1779 (:inverse-video t))) | |
| 1780 "Face used for buttons in customization buffers." | |
| 1781 :version "21.1" | |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1782 :group 'custom-faces) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1783 |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1784 (defface custom-documentation-face nil |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1785 "Face used for documentation strings in customization buffers." |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1786 :group 'custom-faces) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1787 |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1788 (defface custom-state-face '((((class color) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1789 (background dark)) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1790 (:foreground "lime green")) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1791 (((class color) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1792 (background light)) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1793 (:foreground "dark green")) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1794 (t nil)) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1795 "Face used for State descriptions in the customize buffer." |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1796 :group 'custom-faces) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1797 |
| 17334 | 1798 (define-widget 'custom 'default |
| 1799 "Customize a user option." | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1800 :format "%v" |
| 17334 | 1801 :convert-widget 'custom-convert-widget |
| 1802 :notify 'custom-notify | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1803 :custom-prefix "" |
| 17334 | 1804 :custom-level 1 |
| 1805 :custom-state 'hidden | |
| 1806 :documentation-property 'widget-subclass-responsibility | |
| 1807 :value-create 'widget-subclass-responsibility | |
| 1808 :value-delete 'widget-children-value-delete | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1809 :value-get 'widget-value-value-get |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1810 :validate 'widget-children-validate |
| 17334 | 1811 :match (lambda (widget value) (symbolp value))) |
| 1812 | |
| 1813 (defun custom-convert-widget (widget) | |
| 28130 | 1814 "Initialize :value and :tag from :args in WIDGET." |
| 17334 | 1815 (let ((args (widget-get widget :args))) |
| 25685 | 1816 (when args |
| 17334 | 1817 (widget-put widget :value (widget-apply widget |
| 1818 :value-to-internal (car args))) | |
| 1819 (widget-put widget :tag (custom-unlispify-tag-name (car args))) | |
| 1820 (widget-put widget :args nil))) | |
| 1821 widget) | |
| 1822 | |
| 1823 (defun custom-notify (widget &rest args) | |
| 1824 "Keep track of changes." | |
| 18090 | 1825 (let ((state (widget-get widget :custom-state))) |
| 1826 (unless (eq state 'modified) | |
| 1827 (unless (memq state '(nil unknown hidden)) | |
| 1828 (widget-put widget :custom-state 'modified)) | |
| 1829 (custom-magic-reset widget) | |
| 1830 (apply 'widget-default-notify widget args)))) | |
| 17334 | 1831 |
| 1832 (defun custom-redraw (widget) | |
| 1833 "Redraw WIDGET with current settings." | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1834 (let ((line (count-lines (point-min) (point))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1835 (column (current-column)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1836 (pos (point)) |
| 17334 | 1837 (from (marker-position (widget-get widget :from))) |
| 1838 (to (marker-position (widget-get widget :to)))) | |
| 1839 (save-excursion | |
| 1840 (widget-value-set widget (widget-value widget)) | |
| 1841 (custom-redraw-magic widget)) | |
| 1842 (when (and (>= pos from) (<= pos to)) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1843 (condition-case nil |
| 25685 | 1844 (progn |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1845 (if (> column 0) |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1846 (goto-line line) |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1847 (goto-line (1+ line))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1848 (move-to-column column)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1849 (error nil))))) |
| 17334 | 1850 |
| 1851 (defun custom-redraw-magic (widget) | |
| 1852 "Redraw WIDGET state with current settings." | |
| 25685 | 1853 (while widget |
| 17334 | 1854 (let ((magic (widget-get widget :custom-magic))) |
| 25685 | 1855 (cond (magic |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1856 (widget-value-set magic (widget-value magic)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1857 (when (setq widget (widget-get widget :group)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1858 (custom-group-state-update widget))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1859 (t |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1860 (setq widget nil))))) |
| 17334 | 1861 (widget-setup)) |
| 1862 | |
| 1863 (defun custom-show (widget value) | |
| 1864 "Non-nil if WIDGET should be shown with VALUE by default." | |
| 1865 (let ((show (widget-get widget :custom-show))) | |
| 1866 (cond ((null show) | |
| 1867 nil) | |
| 1868 ((eq t show) | |
| 1869 t) | |
| 1870 (t | |
| 1871 (funcall show widget value))))) | |
| 1872 | |
| 1873 (defun custom-load-widget (widget) | |
| 1874 "Load all dependencies for WIDGET." | |
| 1875 (custom-load-symbol (widget-value widget))) | |
| 1876 | |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1877 (defun custom-unloaded-symbol-p (symbol) |
|
55789
e004c3c8a4b6
(customize-face, customize-face-other-window, custom-face-edit-delete):
Juanma Barranquero <lekktu@gmail.com>
parents:
55272
diff
changeset
|
1878 "Return non-nil if the dependencies of SYMBOL have not yet been loaded." |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1879 (let ((found nil) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1880 (loads (get symbol 'custom-loads)) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1881 load) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1882 (while loads |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1883 (setq load (car loads) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1884 loads (cdr loads)) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1885 (cond ((symbolp load) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1886 (unless (featurep load) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1887 (setq found t))) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1888 ((assoc load load-history)) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1889 ((assoc (locate-library load) load-history) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1890 (message nil)) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1891 (t |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1892 (setq found t)))) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1893 found)) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1894 |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1895 (defun custom-unloaded-widget-p (widget) |
|
55789
e004c3c8a4b6
(customize-face, customize-face-other-window, custom-face-edit-delete):
Juanma Barranquero <lekktu@gmail.com>
parents:
55272
diff
changeset
|
1896 "Return non-nil if the dependencies of WIDGET have not yet been loaded." |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1897 (custom-unloaded-symbol-p (widget-value widget))) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1898 |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1899 (defun custom-toggle-hide (widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1900 "Toggle visibility of WIDGET." |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1901 (custom-load-widget widget) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1902 (let ((state (widget-get widget :custom-state))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1903 (cond ((memq state '(invalid modified)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1904 (error "There are unset changes")) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1905 ((eq state 'hidden) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1906 (widget-put widget :custom-state 'unknown)) |
| 25685 | 1907 (t |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1908 (widget-put widget :documentation-shown nil) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1909 (widget-put widget :custom-state 'hidden))) |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
1910 (custom-redraw widget) |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
1911 (widget-setup))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1912 |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1913 (defun custom-toggle-parent (widget &rest ignore) |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1914 "Toggle visibility of parent of WIDGET." |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1915 (custom-toggle-hide (widget-get widget :parent))) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1916 |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1917 (defun custom-add-see-also (widget &optional prefix) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1918 "Add `See also ...' to WIDGET if there are any links. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1919 Insert PREFIX first if non-nil." |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1920 (let* ((symbol (widget-get widget :value)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1921 (links (get symbol 'custom-links)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1922 (many (> (length links) 2)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1923 (buttons (widget-get widget :buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1924 (indent (widget-get widget :indent))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1925 (when links |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1926 (when indent |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1927 (insert-char ?\ indent)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1928 (when prefix |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1929 (insert prefix)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1930 (insert "See also ") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1931 (while links |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1932 (push (widget-create-child-and-convert widget (car links)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1933 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1934 (setq links (cdr links)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1935 (cond ((null links) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1936 (insert ".\n")) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1937 ((null (cdr links)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1938 (if many |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1939 (insert ", and ") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1940 (insert " and "))) |
| 25685 | 1941 (t |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1942 (insert ", ")))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1943 (widget-put widget :buttons buttons)))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1944 |
|
18371
a32f9b2c2e0c
(custom-add-parent-links): New arg INITIAL-STRING.
Richard M. Stallman <rms@gnu.org>
parents:
18370
diff
changeset
|
1945 (defun custom-add-parent-links (widget &optional initial-string) |
|
a32f9b2c2e0c
(custom-add-parent-links): New arg INITIAL-STRING.
Richard M. Stallman <rms@gnu.org>
parents:
18370
diff
changeset
|
1946 "Add \"Parent groups: ...\" to WIDGET if the group has parents. |
|
a32f9b2c2e0c
(custom-add-parent-links): New arg INITIAL-STRING.
Richard M. Stallman <rms@gnu.org>
parents:
18370
diff
changeset
|
1947 The value if non-nil if any parents were found. |
|
a32f9b2c2e0c
(custom-add-parent-links): New arg INITIAL-STRING.
Richard M. Stallman <rms@gnu.org>
parents:
18370
diff
changeset
|
1948 If INITIAL-STRING is non-nil, use that rather than \"Parent groups:\"." |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1949 (let ((name (widget-value widget)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1950 (type (widget-type widget)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1951 (buttons (widget-get widget :buttons)) |
|
18370
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
1952 (start (point)) |
|
53223
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1953 (parents nil)) |
|
18371
a32f9b2c2e0c
(custom-add-parent-links): New arg INITIAL-STRING.
Richard M. Stallman <rms@gnu.org>
parents:
18370
diff
changeset
|
1954 (insert (or initial-string "Parent groups:")) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1955 (mapatoms (lambda (symbol) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1956 (let ((entry (assq name (get symbol 'custom-group)))) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1957 (when (eq (nth 1 entry) type) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1958 (insert " ") |
| 25685 | 1959 (push (widget-create-child-and-convert |
| 1960 widget 'custom-group-link | |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1961 :tag (custom-unlispify-tag-name symbol) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1962 symbol) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1963 buttons) |
|
53223
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1964 (setq parents (cons symbol parents)))))) |
|
54721
5b50970ffa95
2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
54312
diff
changeset
|
1965 (and (null (get name 'custom-links)) ;No links of its own. |
|
53223
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1966 (= (length parents) 1) ;A single parent. |
|
53319
36b31fc002f2
2003-12-12 Jesper Harder <harder@ifa.au.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
53223
diff
changeset
|
1967 (let* ((links (get (car parents) 'custom-links)) |
|
36b31fc002f2
2003-12-12 Jesper Harder <harder@ifa.au.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
53223
diff
changeset
|
1968 (many (> (length links) 2))) |
|
53223
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1969 (when links |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1970 (insert "\nParent documentation: ") |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1971 (while links |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1972 (push (widget-create-child-and-convert widget (car links)) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1973 buttons) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1974 (setq links (cdr links)) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1975 (cond ((null links) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1976 (insert ".\n")) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1977 ((null (cdr links)) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1978 (if many |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1979 (insert ", and ") |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1980 (insert " and "))) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1981 (t |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1982 (insert ", "))))))) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1983 (if parents |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1984 (insert "\n") |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1985 (delete-region start (point))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1986 (widget-put widget :buttons buttons) |
|
53223
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1987 parents)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1988 |
| 25685 | 1989 ;;; The `custom-comment' Widget. |
| 1990 | |
| 1991 ;; like the editable field | |
| 1992 (defface custom-comment-face '((((class grayscale color) | |
| 1993 (background light)) | |
| 1994 (:background "gray85")) | |
| 1995 (((class grayscale color) | |
| 1996 (background dark)) | |
| 1997 (:background "dim gray")) | |
| 1998 (t | |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
1999 (:slant italic))) |
| 25685 | 2000 "Face used for comments on variables or faces" |
| 2001 :version "21.1" | |
| 2002 :group 'custom-faces) | |
| 2003 | |
| 2004 ;; like font-lock-comment-face | |
| 2005 (defface custom-comment-tag-face | |
| 2006 '((((class color) (background dark)) (:foreground "gray80")) | |
| 2007 (((class color) (background light)) (:foreground "blue4")) | |
| 2008 (((class grayscale) (background light)) | |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
2009 (:foreground "DimGray" :weight bold :slant italic)) |
| 25685 | 2010 (((class grayscale) (background dark)) |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
2011 (:foreground "LightGray" :weight bold :slant italic)) |
|
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
2012 (t (:weight bold))) |
| 25685 | 2013 "Face used for variables or faces comment tags" |
| 2014 :group 'custom-faces) | |
| 2015 | |
| 2016 (define-widget 'custom-comment 'string | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2017 "User comment." |
| 25685 | 2018 :tag "Comment" |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2019 :help-echo "Edit a comment here." |
| 25685 | 2020 :sample-face 'custom-comment-tag-face |
| 2021 :value-face 'custom-comment-face | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2022 :shown nil |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2023 :create 'custom-comment-create) |
| 25685 | 2024 |
| 2025 (defun custom-comment-create (widget) | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2026 (let* ((null-comment (equal "" (widget-value widget)))) |
|
25847
f54121af02c8
(custom-comment-create): Fill :from and :to slots
Dave Love <fx@gnu.org>
parents:
25840
diff
changeset
|
2027 (if (or (widget-get (widget-get widget :parent) :comment-shown) |
|
f54121af02c8
(custom-comment-create): Fill :from and :to slots
Dave Love <fx@gnu.org>
parents:
25840
diff
changeset
|
2028 (not null-comment)) |
|
f54121af02c8
(custom-comment-create): Fill :from and :to slots
Dave Love <fx@gnu.org>
parents:
25840
diff
changeset
|
2029 (widget-default-create widget) |
|
f54121af02c8
(custom-comment-create): Fill :from and :to slots
Dave Love <fx@gnu.org>
parents:
25840
diff
changeset
|
2030 ;; `widget-default-delete' expects markers in these slots -- |
|
f54121af02c8
(custom-comment-create): Fill :from and :to slots
Dave Love <fx@gnu.org>
parents:
25840
diff
changeset
|
2031 ;; maybe it shouldn't. |
|
f54121af02c8
(custom-comment-create): Fill :from and :to slots
Dave Love <fx@gnu.org>
parents:
25840
diff
changeset
|
2032 (widget-put widget :from (point-marker)) |
|
f54121af02c8
(custom-comment-create): Fill :from and :to slots
Dave Love <fx@gnu.org>
parents:
25840
diff
changeset
|
2033 (widget-put widget :to (point-marker))))) |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2034 |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2035 (defun custom-comment-hide (widget) |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2036 (widget-put (widget-get widget :parent) :comment-shown nil)) |
| 25685 | 2037 |
| 2038 ;; Those functions are for the menu. WIDGET is NOT the comment widget. It's | |
| 2039 ;; the global custom one | |
| 2040 (defun custom-comment-show (widget) | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2041 (widget-put widget :comment-shown t) |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2042 (custom-redraw widget) |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2043 (widget-setup)) |
| 25685 | 2044 |
| 2045 (defun custom-comment-invisible-p (widget) | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2046 (let ((val (widget-value (widget-get widget :comment-widget)))) |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2047 (and (equal "" val) |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2048 (not (widget-get widget :comment-shown))))) |
| 25685 | 2049 |
| 17334 | 2050 ;;; The `custom-variable' Widget. |
| 2051 | |
| 28130 | 2052 ;; When this was underlined blue, users confused it with a |
| 2053 ;; Mosaic-style hyperlink... | |
|
28172
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
2054 (defface custom-variable-tag-face |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
2055 `((((class color) |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
2056 (background dark)) |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
2057 (:foreground "light blue" :weight bold :height 1.2 :inherit variable-pitch)) |
|
28172
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
2058 (((class color) |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
2059 (background light)) |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
2060 (:foreground "blue" :weight bold :height 1.2 :inherit variable-pitch)) |
|
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
2061 (t (:weight bold))) |
| 17334 | 2062 "Face used for unpushable variable tags." |
| 17415 | 2063 :group 'custom-faces) |
| 17334 | 2064 |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
2065 (defface custom-variable-button-face '((t (:underline t :weight bold))) |
| 17334 | 2066 "Face used for pushable variable tags." |
| 17415 | 2067 :group 'custom-faces) |
| 17334 | 2068 |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2069 (defcustom custom-variable-default-form 'edit |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2070 "Default form of displaying variable values." |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2071 :type '(choice (const edit) |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2072 (const lisp)) |
|
21669
9861518505cb
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21649
diff
changeset
|
2073 :group 'custom-buffer |
|
9861518505cb
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21649
diff
changeset
|
2074 :version "20.3") |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2075 |
|
56161
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2076 (defun custom-variable-documentation (variable) |
|
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2077 "Return documentation of VARIABLE for use in Custom buffer. |
|
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2078 Normally just return the docstring. But if VARIABLE automatically |
|
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2079 becomes buffer local when set, append a message to that effect." |
|
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2080 (if (and (local-variable-if-set-p variable) |
|
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2081 (or (not (local-variable-p variable)) |
|
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2082 (with-temp-buffer |
|
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2083 (local-variable-if-set-p variable)))) |
|
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2084 (concat (documentation-property variable 'variable-documentation) |
|
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2085 "\n |
|
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2086 This variable automatically becomes buffer-local when set outside Custom. |
|
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2087 However, setting it through Custom sets the default value.") |
|
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2088 (documentation-property variable 'variable-documentation))) |
|
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2089 |
| 17334 | 2090 (define-widget 'custom-variable 'custom |
| 2091 "Customize variable." | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2092 :format "%v" |
| 17334 | 2093 :help-echo "Set or reset this variable." |
|
56161
a8ce8bdfcee6
(custom-variable-documentation): New function.
Luc Teirlinck <teirllm@auburn.edu>
parents:
55944
diff
changeset
|
2094 :documentation-property #'custom-variable-documentation |
| 18089 | 2095 :custom-category 'option |
| 17334 | 2096 :custom-state nil |
| 2097 :custom-menu 'custom-variable-menu-create | |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2098 :custom-form nil ; defaults to value of `custom-variable-default-form' |
| 17334 | 2099 :value-create 'custom-variable-value-create |
| 2100 :action 'custom-variable-action | |
| 2101 :custom-set 'custom-variable-set | |
| 2102 :custom-save 'custom-variable-save | |
| 2103 :custom-reset-current 'custom-redraw | |
| 2104 :custom-reset-saved 'custom-variable-reset-saved | |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2105 :custom-reset-standard 'custom-variable-reset-standard |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2106 :custom-standard-value 'custom-variable-standard-value) |
| 17334 | 2107 |
| 17415 | 2108 (defun custom-variable-type (symbol) |
| 2109 "Return a widget suitable for editing the value of SYMBOL. | |
| 25685 | 2110 If SYMBOL has a `custom-type' property, use that. |
| 17415 | 2111 Otherwise, look up symbol in `custom-guess-type-alist'." |
| 2112 (let* ((type (or (get symbol 'custom-type) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2113 (and (not (get symbol 'standard-value)) |
| 17415 | 2114 (custom-guess-type symbol)) |
| 2115 'sexp)) | |
| 2116 (options (get symbol 'custom-options)) | |
| 2117 (tmp (if (listp type) | |
|
17534
a5cf59eee84b
(custom-variable-type): Use copy-sequence, not copy-list.
Richard M. Stallman <rms@gnu.org>
parents:
17521
diff
changeset
|
2118 (copy-sequence type) |
| 17415 | 2119 (list type)))) |
| 2120 (when options | |
| 2121 (widget-put tmp :options options)) | |
| 2122 tmp)) | |
| 2123 | |
| 17334 | 2124 (defun custom-variable-value-create (widget) |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2125 "Here is where you edit the variable's value." |
| 17334 | 2126 (custom-load-widget widget) |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2127 (unless (widget-get widget :custom-form) |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2128 (widget-put widget :custom-form custom-variable-default-form)) |
| 17334 | 2129 (let* ((buttons (widget-get widget :buttons)) |
| 2130 (children (widget-get widget :children)) | |
| 2131 (form (widget-get widget :custom-form)) | |
| 2132 (state (widget-get widget :custom-state)) | |
| 2133 (symbol (widget-get widget :value)) | |
| 2134 (tag (widget-get widget :tag)) | |
| 17415 | 2135 (type (custom-variable-type symbol)) |
| 17334 | 2136 (conv (widget-convert type)) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2137 (get (or (get symbol 'custom-get) 'default-value)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2138 (prefix (widget-get widget :custom-prefix)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2139 (last (widget-get widget :custom-last)) |
| 17334 | 2140 (value (if (default-boundp symbol) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2141 (funcall get symbol) |
| 17334 | 2142 (widget-get conv :value)))) |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2143 ;; If the widget is new, the child determines whether it is hidden. |
| 17334 | 2144 (cond (state) |
| 2145 ((custom-show type value) | |
| 2146 (setq state 'unknown)) | |
| 2147 (t | |
| 2148 (setq state 'hidden))) | |
| 2149 ;; If we don't know the state, see if we need to edit it in lisp form. | |
| 2150 (when (eq state 'unknown) | |
| 2151 (unless (widget-apply conv :match value) | |
| 2152 ;; (widget-apply (widget-convert type) :match value) | |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
2153 (setq form 'mismatch))) |
| 17334 | 2154 ;; Now we can create the child widget. |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2155 (cond ((eq custom-buffer-style 'tree) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
2156 (insert prefix (if last " `--- " " |--- ")) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2157 (push (widget-create-child-and-convert |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
2158 widget 'custom-browse-variable-tag) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2159 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2160 (insert " " tag "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2161 (widget-put widget :buttons buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2162 ((eq state 'hidden) |
| 17334 | 2163 ;; Indicate hidden value. |
| 25685 | 2164 (push (widget-create-child-and-convert |
| 17334 | 2165 widget 'item |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2166 :format "%{%t%}: " |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
2167 :sample-face 'custom-variable-tag-face |
| 17334 | 2168 :tag tag |
| 2169 :parent widget) | |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2170 buttons) |
| 25685 | 2171 (push (widget-create-child-and-convert |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2172 widget 'visibility |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2173 :help-echo "Show the value of this option." |
|
46580
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2174 :off "Show Value" |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2175 :action 'custom-toggle-parent |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2176 nil) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2177 buttons)) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
2178 ((memq form '(lisp mismatch)) |
| 17334 | 2179 ;; In lisp mode edit the saved value when possible. |
| 2180 (let* ((value (cond ((get symbol 'saved-value) | |
| 2181 (car (get symbol 'saved-value))) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2182 ((get symbol 'standard-value) |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2183 (car (get symbol 'standard-value))) |
| 17334 | 2184 ((default-boundp symbol) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2185 (custom-quote (funcall get symbol))) |
| 17334 | 2186 (t |
| 2187 (custom-quote (widget-get conv :value)))))) | |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2188 (insert (symbol-name symbol) ": ") |
| 25685 | 2189 (push (widget-create-child-and-convert |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2190 widget 'visibility |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2191 :help-echo "Hide the value of this option." |
|
46580
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2192 :on "Hide Value" |
|
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2193 :off "Show Value" |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2194 :action 'custom-toggle-parent |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2195 t) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2196 buttons) |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2197 (insert " ") |
| 25685 | 2198 (push (widget-create-child-and-convert |
| 2199 widget 'sexp | |
| 17334 | 2200 :button-face 'custom-variable-button-face |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2201 :format "%v" |
| 17334 | 2202 :tag (symbol-name symbol) |
| 2203 :parent widget | |
| 2204 :value value) | |
| 2205 children))) | |
| 2206 (t | |
| 2207 ;; Edit mode. | |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2208 (let* ((format (widget-get type :format)) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2209 tag-format value-format) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2210 (unless (string-match ":" format) |
|
19883
519eab181c36
(custom-face-menu): Use custom-face-save-command. not custom-face-save.
Richard M. Stallman <rms@gnu.org>
parents:
19823
diff
changeset
|
2211 (error "Bad format")) |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2212 (setq tag-format (substring format 0 (match-end 0))) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2213 (setq value-format (substring format (match-end 0))) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2214 (push (widget-create-child-and-convert |
| 25685 | 2215 widget 'item |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2216 :format tag-format |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2217 :action 'custom-tag-action |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2218 :help-echo "Change value of this option." |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2219 :mouse-down-action 'custom-tag-mouse-down-action |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2220 :button-face 'custom-variable-button-face |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
2221 :sample-face 'custom-variable-tag-face |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2222 tag) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2223 buttons) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2224 (insert " ") |
| 25685 | 2225 (push (widget-create-child-and-convert |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2226 widget 'visibility |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2227 :help-echo "Hide the value of this option." |
|
46580
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2228 :on "Hide Value" |
|
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2229 :off "Show Value" |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2230 :action 'custom-toggle-parent |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2231 t) |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2232 buttons) |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2233 (push (widget-create-child-and-convert |
| 25685 | 2234 widget type |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2235 :format value-format |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2236 :value value) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2237 children)))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2238 (unless (eq custom-buffer-style 'tree) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2239 (unless (eq (preceding-char) ?\n) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2240 (widget-insert "\n")) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2241 ;; Create the magic button. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2242 (let ((magic (widget-create-child-and-convert |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2243 widget 'custom-magic nil))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2244 (widget-put widget :custom-magic magic) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2245 (push magic buttons)) |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2246 ;; ### NOTE: this is ugly!!!! I need to update the :buttons property |
| 25685 | 2247 ;; before the call to `widget-default-format-handler'. Otherwise, I |
| 2248 ;; loose my current `buttons'. This function shouldn't be called like | |
| 2249 ;; this anyway. The doc string widget should be added like the others. | |
| 2250 ;; --dv | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2251 (widget-put widget :buttons buttons) |
|
46580
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2252 (insert "\n") |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2253 ;; Insert documentation. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2254 (widget-default-format-handler widget ?h) |
| 25685 | 2255 |
| 2256 ;; The comment field | |
| 2257 (unless (eq state 'hidden) | |
| 2258 (let* ((comment (get symbol 'variable-comment)) | |
| 2259 (comment-widget | |
| 2260 (widget-create-child-and-convert | |
| 2261 widget 'custom-comment | |
| 2262 :parent widget | |
| 2263 :value (or comment "")))) | |
| 2264 (widget-put widget :comment-widget comment-widget) | |
| 2265 ;; Don't push it !!! Custom assumes that the first child is the | |
| 2266 ;; value one. | |
| 2267 (setq children (append children (list comment-widget))))) | |
| 2268 ;; Update the rest of the properties properties. | |
| 2269 (widget-put widget :custom-form form) | |
| 2270 (widget-put widget :children children) | |
| 2271 ;; Now update the state. | |
| 2272 (if (eq state 'hidden) | |
| 2273 (widget-put widget :custom-state state) | |
| 2274 (custom-variable-state-set widget)) | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2275 ;; See also. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2276 (unless (eq state 'hidden) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2277 (when (eq (widget-get widget :custom-level) 1) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2278 (custom-add-parent-links widget)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2279 (custom-add-see-also widget))))) |
| 17334 | 2280 |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2281 (defun custom-tag-action (widget &rest args) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2282 "Pass :action to first child of WIDGET's parent." |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2283 (apply 'widget-apply (car (widget-get (widget-get widget :parent) :children)) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2284 :action args)) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2285 |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2286 (defun custom-tag-mouse-down-action (widget &rest args) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2287 "Pass :mouse-down-action to first child of WIDGET's parent." |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2288 (apply 'widget-apply (car (widget-get (widget-get widget :parent) :children)) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2289 :mouse-down-action args)) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2290 |
| 17334 | 2291 (defun custom-variable-state-set (widget) |
| 2292 "Set the state of WIDGET." | |
| 2293 (let* ((symbol (widget-value widget)) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2294 (get (or (get symbol 'custom-get) 'default-value)) |
| 17334 | 2295 (value (if (default-boundp symbol) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2296 (funcall get symbol) |
| 17334 | 2297 (widget-get widget :value))) |
| 25685 | 2298 (comment (get symbol 'variable-comment)) |
| 17334 | 2299 tmp |
| 25685 | 2300 temp |
| 2301 (state (cond ((progn (setq tmp (get symbol 'customized-value)) | |
| 2302 (setq temp | |
| 2303 (get symbol 'customized-variable-comment)) | |
| 2304 (or tmp temp)) | |
| 17334 | 2305 (if (condition-case nil |
| 25685 | 2306 (and (equal value (eval (car tmp))) |
| 2307 (equal comment temp)) | |
| 17334 | 2308 (error nil)) |
| 2309 'set | |
| 2310 'changed)) | |
| 25685 | 2311 ((progn (setq tmp (get symbol 'saved-value)) |
| 2312 (setq temp (get symbol 'saved-variable-comment)) | |
| 2313 (or tmp temp)) | |
| 17334 | 2314 (if (condition-case nil |
| 25685 | 2315 (and (equal value (eval (car tmp))) |
| 2316 (equal comment temp)) | |
| 17334 | 2317 (error nil)) |
| 2318 'saved | |
| 2319 'changed)) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2320 ((setq tmp (get symbol 'standard-value)) |
| 17334 | 2321 (if (condition-case nil |
| 25685 | 2322 (and (equal value (eval (car tmp))) |
| 2323 (equal comment nil)) | |
| 17334 | 2324 (error nil)) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2325 'standard |
| 17334 | 2326 'changed)) |
| 2327 (t 'rogue)))) | |
| 2328 (widget-put widget :custom-state state))) | |
| 2329 | |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2330 (defun custom-variable-standard-value (widget) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2331 (get (widget-value widget) 'standard-value)) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2332 |
| 25685 | 2333 (defvar custom-variable-menu |
|
18460
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
2334 '(("Set for Current Session" custom-variable-set |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2335 (lambda (widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2336 (eq (widget-get widget :custom-state) 'modified))) |
|
18460
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
2337 ("Save for Future Sessions" custom-variable-save |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2338 (lambda (widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2339 (memq (widget-get widget :custom-state) '(modified set changed rogue)))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2340 ("Reset to Current" custom-redraw |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2341 (lambda (widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2342 (and (default-boundp (widget-value widget)) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
2343 (memq (widget-get widget :custom-state) '(modified changed))))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2344 ("Reset to Saved" custom-variable-reset-saved |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2345 (lambda (widget) |
| 25685 | 2346 (and (or (get (widget-value widget) 'saved-value) |
| 2347 (get (widget-value widget) 'saved-variable-comment)) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2348 (memq (widget-get widget :custom-state) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2349 '(modified set changed rogue))))) |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
2350 ("Erase Customization" custom-variable-reset-standard |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2351 (lambda (widget) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2352 (and (get (widget-value widget) 'standard-value) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2353 (memq (widget-get widget :custom-state) |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2354 '(modified set changed saved rogue))))) |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2355 ("Use Backup Value" custom-variable-reset-backup |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2356 (lambda (widget) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2357 (get (widget-value widget) 'backup-value))) |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2358 ("---" ignore ignore) |
| 25685 | 2359 ("Add Comment" custom-comment-show custom-comment-invisible-p) |
| 2360 ("---" ignore ignore) | |
| 2361 ("Don't show as Lisp expression" custom-variable-edit | |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2362 (lambda (widget) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
2363 (eq (widget-get widget :custom-form) 'lisp))) |
|
19823
0c1b4a44db76
(custom-variable-save): Fixed doc string.
Richard M. Stallman <rms@gnu.org>
parents:
19822
diff
changeset
|
2364 ("Show initial Lisp expression" custom-variable-edit-lisp |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2365 (lambda (widget) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
2366 (eq (widget-get widget :custom-form) 'edit)))) |
| 17334 | 2367 "Alist of actions for the `custom-variable' widget. |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2368 Each entry has the form (NAME ACTION FILTER) where NAME is the name of |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2369 the menu entry, ACTION is the function to call on the widget when the |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2370 menu is selected, and FILTER is a predicate which takes a `custom-variable' |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2371 widget as an argument, and returns non-nil if ACTION is valid on that |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
2372 widget. If FILTER is nil, ACTION is always valid.") |
| 17334 | 2373 |
| 2374 (defun custom-variable-action (widget &optional event) | |
| 2375 "Show the menu for `custom-variable' WIDGET. | |
| 2376 Optional EVENT is the location for the menu." | |
| 2377 (if (eq (widget-get widget :custom-state) 'hidden) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2378 (custom-toggle-hide widget) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
2379 (unless (eq (widget-get widget :custom-state) 'modified) |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
2380 (custom-variable-state-set widget)) |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
2381 (custom-redraw-magic widget) |
| 17334 | 2382 (let* ((completion-ignore-case t) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2383 (answer (widget-choose (concat "Operation on " |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2384 (custom-unlispify-tag-name |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2385 (widget-get widget :value))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2386 (custom-menu-filter custom-variable-menu |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2387 widget) |
| 17334 | 2388 event))) |
| 2389 (if answer | |
| 2390 (funcall answer widget))))) | |
| 2391 | |
| 2392 (defun custom-variable-edit (widget) | |
| 2393 "Edit value of WIDGET." | |
| 2394 (widget-put widget :custom-state 'unknown) | |
| 2395 (widget-put widget :custom-form 'edit) | |
| 2396 (custom-redraw widget)) | |
| 2397 | |
| 2398 (defun custom-variable-edit-lisp (widget) | |
| 28130 | 2399 "Edit the Lisp representation of the value of WIDGET." |
| 17334 | 2400 (widget-put widget :custom-state 'unknown) |
| 2401 (widget-put widget :custom-form 'lisp) | |
| 2402 (custom-redraw widget)) | |
| 2403 | |
| 2404 (defun custom-variable-set (widget) | |
| 2405 "Set the current value for the variable being edited by WIDGET." | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2406 (let* ((form (widget-get widget :custom-form)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2407 (state (widget-get widget :custom-state)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2408 (child (car (widget-get widget :children))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2409 (symbol (widget-value widget)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2410 (set (or (get symbol 'custom-set) 'set-default)) |
| 25685 | 2411 (comment-widget (widget-get widget :comment-widget)) |
| 2412 (comment (widget-value comment-widget)) | |
| 2413 val) | |
| 17334 | 2414 (cond ((eq state 'hidden) |
|
19883
519eab181c36
(custom-face-menu): Use custom-face-save-command. not custom-face-save.
Richard M. Stallman <rms@gnu.org>
parents:
19823
diff
changeset
|
2415 (error "Cannot set hidden variable")) |
| 17334 | 2416 ((setq val (widget-apply child :validate)) |
| 2417 (goto-char (widget-get val :from)) | |
| 2418 (error "%s" (widget-get val :error))) | |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
2419 ((memq form '(lisp mismatch)) |
| 25685 | 2420 (when (equal comment "") |
| 2421 (setq comment nil) | |
| 2422 ;; Make the comment invisible by hand if it's empty | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2423 (custom-comment-hide comment-widget)) |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2424 (custom-variable-backup-value widget) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2425 (funcall set symbol (eval (setq val (widget-value child)))) |
| 25685 | 2426 (put symbol 'customized-value (list val)) |
| 2427 (put symbol 'variable-comment comment) | |
| 2428 (put symbol 'customized-variable-comment comment)) | |
| 17334 | 2429 (t |
| 25685 | 2430 (when (equal comment "") |
| 2431 (setq comment nil) | |
| 2432 ;; Make the comment invisible by hand if it's empty | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2433 (custom-comment-hide comment-widget)) |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2434 (custom-variable-backup-value widget) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2435 (funcall set symbol (setq val (widget-value child))) |
| 25685 | 2436 (put symbol 'customized-value (list (custom-quote val))) |
| 2437 (put symbol 'variable-comment comment) | |
| 2438 (put symbol 'customized-variable-comment comment))) | |
| 17334 | 2439 (custom-variable-state-set widget) |
| 2440 (custom-redraw-magic widget))) | |
| 2441 | |
| 2442 (defun custom-variable-save (widget) | |
|
19823
0c1b4a44db76
(custom-variable-save): Fixed doc string.
Richard M. Stallman <rms@gnu.org>
parents:
19822
diff
changeset
|
2443 "Set and save the value for the variable being edited by WIDGET." |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2444 (let* ((form (widget-get widget :custom-form)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2445 (state (widget-get widget :custom-state)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2446 (child (car (widget-get widget :children))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2447 (symbol (widget-value widget)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2448 (set (or (get symbol 'custom-set) 'set-default)) |
| 25685 | 2449 (comment-widget (widget-get widget :comment-widget)) |
| 2450 (comment (widget-value comment-widget)) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2451 val) |
| 17334 | 2452 (cond ((eq state 'hidden) |
|
19883
519eab181c36
(custom-face-menu): Use custom-face-save-command. not custom-face-save.
Richard M. Stallman <rms@gnu.org>
parents:
19823
diff
changeset
|
2453 (error "Cannot set hidden variable")) |
| 17334 | 2454 ((setq val (widget-apply child :validate)) |
| 2455 (goto-char (widget-get val :from)) | |
|
33774
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
2456 (error "Saving %s: %s" symbol (widget-get val :error))) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
2457 ((memq form '(lisp mismatch)) |
| 25685 | 2458 (when (equal comment "") |
| 2459 (setq comment nil) | |
| 2460 ;; Make the comment invisible by hand if it's empty | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2461 (custom-comment-hide comment-widget)) |
| 17334 | 2462 (put symbol 'saved-value (list (widget-value child))) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
2463 (custom-push-theme 'theme-value symbol 'user |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
2464 'set (list (widget-value child))) |
| 25685 | 2465 (funcall set symbol (eval (widget-value child))) |
| 2466 (put symbol 'variable-comment comment) | |
| 2467 (put symbol 'saved-variable-comment comment)) | |
| 17334 | 2468 (t |
| 25685 | 2469 (when (equal comment "") |
| 2470 (setq comment nil) | |
| 2471 ;; Make the comment invisible by hand if it's empty | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2472 (custom-comment-hide comment-widget)) |
| 25685 | 2473 (put symbol 'saved-value |
| 2474 (list (custom-quote (widget-value child)))) | |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
2475 (custom-push-theme 'theme-value symbol 'user |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
2476 'set (list (custom-quote (widget-value |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
2477 child)))) |
| 25685 | 2478 (funcall set symbol (widget-value child)) |
| 2479 (put symbol 'variable-comment comment) | |
| 2480 (put symbol 'saved-variable-comment comment))) | |
| 17334 | 2481 (put symbol 'customized-value nil) |
| 25685 | 2482 (put symbol 'customized-variable-comment nil) |
| 17334 | 2483 (custom-save-all) |
| 2484 (custom-variable-state-set widget) | |
| 2485 (custom-redraw-magic widget))) | |
| 2486 | |
| 2487 (defun custom-variable-reset-saved (widget) | |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2488 "Restore the saved value for the variable being edited by WIDGET. |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2489 The value that was current before this operation |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2490 becomes the backup value, so you can get it again." |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2491 (let* ((symbol (widget-value widget)) |
| 25685 | 2492 (set (or (get symbol 'custom-set) 'set-default)) |
| 2493 (value (get symbol 'saved-value)) | |
| 2494 (comment (get symbol 'saved-variable-comment))) | |
| 2495 (cond ((or value comment) | |
| 2496 (put symbol 'variable-comment comment) | |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2497 (custom-variable-backup-value widget) |
| 25685 | 2498 (condition-case nil |
| 2499 (funcall set symbol (eval (car value))) | |
| 2500 (error nil))) | |
| 2501 (t | |
| 2502 (error "No saved value for %s" symbol))) | |
| 17334 | 2503 (put symbol 'customized-value nil) |
| 25685 | 2504 (put symbol 'customized-variable-comment nil) |
| 17334 | 2505 (widget-put widget :custom-state 'unknown) |
| 25685 | 2506 ;; This call will possibly make the comment invisible |
| 17334 | 2507 (custom-redraw widget))) |
| 2508 | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2509 (defun custom-variable-reset-standard (widget) |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
2510 "Restore the standard setting for the variable being edited by WIDGET. |
|
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
2511 This operation eliminates any saved setting for the variable, |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2512 restoring it to the state of a variable that has never been customized. |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2513 The value that was current before this operation |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2514 becomes the backup value, so you can get it again." |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2515 (let* ((symbol (widget-value widget)) |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
2516 (set (or (get symbol 'custom-set) 'set-default))) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2517 (if (get symbol 'standard-value) |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2518 (progn |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2519 (custom-variable-backup-value widget) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2520 (funcall set symbol (eval (car (get symbol 'standard-value))))) |
|
17641
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
2521 (error "No standard setting known for %S" symbol)) |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2522 (put symbol 'variable-comment nil) |
| 17334 | 2523 (put symbol 'customized-value nil) |
| 25685 | 2524 (put symbol 'customized-variable-comment nil) |
| 2525 (when (or (get symbol 'saved-value) (get symbol 'saved-variable-comment)) | |
| 17334 | 2526 (put symbol 'saved-value nil) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
2527 (custom-push-theme 'theme-value symbol 'user 'reset 'standard) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
2528 ;; As a special optimizations we do not (explictly) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
2529 ;; save resets to standard when no theme set the value. |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
2530 (if (null (cdr (get symbol 'theme-value))) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
2531 (put symbol 'theme-value nil)) |
| 25685 | 2532 (put symbol 'saved-variable-comment nil) |
| 17334 | 2533 (custom-save-all)) |
| 2534 (widget-put widget :custom-state 'unknown) | |
| 25685 | 2535 ;; This call will possibly make the comment invisible |
| 17334 | 2536 (custom-redraw widget))) |
| 2537 | |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2538 (defun custom-variable-backup-value (widget) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2539 "Back up the current value for WIDGET's variable. |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2540 The backup value is kept in the car of the `backup-value' property." |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2541 (let* ((symbol (widget-value widget)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2542 (get (or (get symbol 'custom-get) 'default-value)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2543 (type (custom-variable-type symbol)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2544 (conv (widget-convert type)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2545 (value (if (default-boundp symbol) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2546 (funcall get symbol) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2547 (widget-get conv :value)))) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2548 (put symbol 'backup-value (list value)))) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2549 |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2550 (defun custom-variable-reset-backup (widget) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2551 "Restore the backup value for the variable being edited by WIDGET. |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2552 The value that was current before this operation |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2553 becomes the backup value, so you can use this operation repeatedly |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2554 to switch between two values." |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2555 (let* ((symbol (widget-value widget)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2556 (set (or (get symbol 'custom-set) 'set-default)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2557 (value (get symbol 'backup-value)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2558 (comment-widget (widget-get widget :comment-widget)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2559 (comment (widget-value comment-widget))) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2560 (if value |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2561 (progn |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2562 (custom-variable-backup-value widget) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2563 (condition-case nil |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2564 (funcall set symbol (car value)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2565 (error nil))) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2566 (error "No backup value for %s" symbol)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2567 (put symbol 'customized-value (list (car value))) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2568 (put symbol 'variable-comment comment) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2569 (put symbol 'customized-variable-comment comment) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2570 (custom-variable-state-set widget) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2571 ;; This call will possibly make the comment invisible |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2572 (custom-redraw widget))) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2573 |
| 17334 | 2574 ;;; The `custom-face-edit' Widget. |
| 2575 | |
| 2576 (define-widget 'custom-face-edit 'checklist | |
| 2577 "Edit face attributes." | |
| 2578 :format "%t: %v" | |
| 2579 :tag "Attributes" | |
|
58940
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2580 :extra-offset 13 |
| 25685 | 2581 :button-args '(:help-echo "Control whether this attribute has any effect.") |
|
42448
5269e6fd0fbc
(custom-face-edit-fix-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
41606
diff
changeset
|
2582 :value-to-internal 'custom-face-edit-fix-value |
|
5269e6fd0fbc
(custom-face-edit-fix-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
41606
diff
changeset
|
2583 :match (lambda (widget value) |
|
49521
c259d8177692
2003-01-29 Didier Verna <didier@xemacs.org>
John Paul Wallington <jpw@pobox.com>
parents:
49300
diff
changeset
|
2584 (widget-checklist-match widget |
|
42448
5269e6fd0fbc
(custom-face-edit-fix-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
41606
diff
changeset
|
2585 (custom-face-edit-fix-value widget value))) |
|
39606
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2586 :convert-widget 'custom-face-edit-convert-widget |
| 17334 | 2587 :args (mapcar (lambda (att) |
| 25685 | 2588 (list 'group |
| 17334 | 2589 :inline t |
| 2590 :sibling-args (widget-get (nth 1 att) :sibling-args) | |
| 25685 | 2591 (list 'const :format "" :value (nth 0 att)) |
| 17334 | 2592 (nth 1 att))) |
| 2593 custom-face-attributes)) | |
| 2594 | |
|
42448
5269e6fd0fbc
(custom-face-edit-fix-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
41606
diff
changeset
|
2595 (defun custom-face-edit-fix-value (widget value) |
|
48709
d1efe2b99d8a
(custom-face-edit-fix-value): Change :reverse-video to :inverse-video.
Andreas Schwab <schwab@suse.de>
parents:
48633
diff
changeset
|
2596 "Ignoring WIDGET, convert :bold and :italic in VALUE to new form. |
|
d1efe2b99d8a
(custom-face-edit-fix-value): Change :reverse-video to :inverse-video.
Andreas Schwab <schwab@suse.de>
parents:
48633
diff
changeset
|
2597 Also change :reverse-video to :inverse-video." |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2598 (if (listp value) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2599 (let (result) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2600 (while value |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2601 (let ((key (car value)) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2602 (val (car (cdr value)))) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2603 (cond ((eq key :italic) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2604 (push :slant result) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2605 (push (if val 'italic 'normal) result)) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2606 ((eq key :bold) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2607 (push :weight result) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2608 (push (if val 'bold 'normal) result)) |
|
48709
d1efe2b99d8a
(custom-face-edit-fix-value): Change :reverse-video to :inverse-video.
Andreas Schwab <schwab@suse.de>
parents:
48633
diff
changeset
|
2609 ((eq key :reverse-video) |
|
d1efe2b99d8a
(custom-face-edit-fix-value): Change :reverse-video to :inverse-video.
Andreas Schwab <schwab@suse.de>
parents:
48633
diff
changeset
|
2610 (push :inverse-video result) |
|
d1efe2b99d8a
(custom-face-edit-fix-value): Change :reverse-video to :inverse-video.
Andreas Schwab <schwab@suse.de>
parents:
48633
diff
changeset
|
2611 (push val result)) |
|
49521
c259d8177692
2003-01-29 Didier Verna <didier@xemacs.org>
John Paul Wallington <jpw@pobox.com>
parents:
49300
diff
changeset
|
2612 (t |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2613 (push key result) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2614 (push val result)))) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2615 (setq value (cdr (cdr value)))) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2616 (setq result (nreverse result)) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2617 result) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2618 value)) |
|
42448
5269e6fd0fbc
(custom-face-edit-fix-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
41606
diff
changeset
|
2619 |
|
39606
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2620 (defun custom-face-edit-convert-widget (widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2621 "Convert :args as widget types in WIDGET." |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2622 (widget-put |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2623 widget |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2624 :args (mapcar (lambda (arg) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2625 (widget-convert arg |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2626 :deactivate 'custom-face-edit-deactivate |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2627 :activate 'custom-face-edit-activate |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2628 :delete 'custom-face-edit-delete)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2629 (widget-get widget :args))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2630 widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2631 |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2632 (defun custom-face-edit-deactivate (widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2633 "Make face widget WIDGET inactive for user modifications." |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2634 (unless (widget-get widget :inactive) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2635 (let ((tag (custom-face-edit-attribute-tag widget)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2636 (from (copy-marker (widget-get widget :from))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2637 (value (widget-value widget)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2638 (inhibit-read-only t) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2639 (inhibit-modification-hooks t)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2640 (save-excursion |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2641 (goto-char from) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2642 (widget-default-delete widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2643 (insert tag ": *\n") |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2644 (widget-put widget :inactive |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2645 (cons value (cons from (- (point) from)))))))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2646 |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2647 (defun custom-face-edit-activate (widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2648 "Make face widget WIDGET inactive for user modifications." |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2649 (let ((inactive (widget-get widget :inactive)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2650 (inhibit-read-only t) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2651 (inhibit-modification-hooks t)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2652 (when (consp inactive) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2653 (save-excursion |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2654 (goto-char (car (cdr inactive))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2655 (delete-region (point) (+ (point) (cdr (cdr inactive)))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2656 (widget-put widget :inactive nil) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2657 (widget-apply widget :create) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2658 (widget-value-set widget (car inactive)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2659 (widget-setup))))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2660 |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2661 (defun custom-face-edit-delete (widget) |
|
55789
e004c3c8a4b6
(customize-face, customize-face-other-window, custom-face-edit-delete):
Juanma Barranquero <lekktu@gmail.com>
parents:
55272
diff
changeset
|
2662 "Remove WIDGET from the buffer." |
|
39606
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2663 (let ((inactive (widget-get widget :inactive)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2664 (inhibit-read-only t) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2665 (inhibit-modification-hooks t)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2666 (if (not inactive) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2667 ;; Widget is alive, we don't have to do anything special |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2668 (widget-default-delete widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2669 ;; WIDGET is already deleted because we did so to inactivate it; |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2670 ;; now just get rid of the label we put in its place. |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2671 (delete-region (car (cdr inactive)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2672 (+ (car (cdr inactive)) (cdr (cdr inactive)))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2673 (widget-put widget :inactive nil)))) |
|
49521
c259d8177692
2003-01-29 Didier Verna <didier@xemacs.org>
John Paul Wallington <jpw@pobox.com>
parents:
49300
diff
changeset
|
2674 |
|
39606
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2675 |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2676 (defun custom-face-edit-attribute-tag (widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2677 "Returns the first :tag property in WIDGET or one of its children." |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2678 (let ((tag (widget-get widget :tag))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2679 (or (and (not (equal tag "")) tag) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2680 (let ((children (widget-get widget :children))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2681 (while (and (null tag) children) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2682 (setq tag (custom-face-edit-attribute-tag (pop children)))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2683 tag)))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2684 |
| 17334 | 2685 ;;; The `custom-display' Widget. |
| 2686 | |
| 2687 (define-widget 'custom-display 'menu-choice | |
| 2688 "Select a display type." | |
| 2689 :tag "Display" | |
| 2690 :value t | |
| 2691 :help-echo "Specify frames where the face attributes should be used." | |
| 2692 :args '((const :tag "all" t) | |
|
58941
a7271df99c36
(custom-display): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58940
diff
changeset
|
2693 (const :tag "defaults" default) |
| 17334 | 2694 (checklist |
| 2695 :offset 0 | |
| 2696 :extra-offset 9 | |
| 2697 :args ((group :sibling-args (:help-echo "\ | |
| 2698 Only match the specified window systems.") | |
| 2699 (const :format "Type: " | |
| 2700 type) | |
| 2701 (checklist :inline t | |
| 2702 :offset 0 | |
| 2703 (const :format "X " | |
| 2704 :sibling-args (:help-echo "\ | |
| 2705 The X11 Window System.") | |
| 2706 x) | |
| 2707 (const :format "PM " | |
| 2708 :sibling-args (:help-echo "\ | |
| 2709 OS/2 Presentation Manager.") | |
| 2710 pm) | |
|
19684
d5378da3dd73
(custom-display): Use w32 instead of win32.
Geoff Voelker <voelker@cs.washington.edu>
parents:
19316
diff
changeset
|
2711 (const :format "W32 " |
| 17334 | 2712 :sibling-args (:help-echo "\ |
|
19684
d5378da3dd73
(custom-display): Use w32 instead of win32.
Geoff Voelker <voelker@cs.washington.edu>
parents:
19316
diff
changeset
|
2713 Windows NT/9X.") |
|
d5378da3dd73
(custom-display): Use w32 instead of win32.
Geoff Voelker <voelker@cs.washington.edu>
parents:
19316
diff
changeset
|
2714 w32) |
|
48633
8ef126b2490a
(custom-display): Add checkbox for type mac.
Andreas Schwab <schwab@suse.de>
parents:
48243
diff
changeset
|
2715 (const :format "MAC " |
|
8ef126b2490a
(custom-display): Add checkbox for type mac.
Andreas Schwab <schwab@suse.de>
parents:
48243
diff
changeset
|
2716 :sibling-args (:help-echo "\ |
|
8ef126b2490a
(custom-display): Add checkbox for type mac.
Andreas Schwab <schwab@suse.de>
parents:
48243
diff
changeset
|
2717 Macintosh OS.") |
|
8ef126b2490a
(custom-display): Add checkbox for type mac.
Andreas Schwab <schwab@suse.de>
parents:
48243
diff
changeset
|
2718 mac) |
| 17334 | 2719 (const :format "DOS " |
| 2720 :sibling-args (:help-echo "\ | |
| 2721 Plain MS-DOS.") | |
| 2722 pc) | |
| 2723 (const :format "TTY%n" | |
| 2724 :sibling-args (:help-echo "\ | |
| 2725 Plain text terminals.") | |
| 2726 tty))) | |
| 2727 (group :sibling-args (:help-echo "\ | |
| 2728 Only match the frames with the specified color support.") | |
| 2729 (const :format "Class: " | |
| 2730 class) | |
| 2731 (checklist :inline t | |
| 2732 :offset 0 | |
| 2733 (const :format "Color " | |
| 2734 :sibling-args (:help-echo "\ | |
| 2735 Match color frames.") | |
| 2736 color) | |
| 2737 (const :format "Grayscale " | |
| 2738 :sibling-args (:help-echo "\ | |
| 2739 Match grayscale frames.") | |
| 2740 grayscale) | |
| 2741 (const :format "Monochrome%n" | |
| 2742 :sibling-args (:help-echo "\ | |
| 2743 Match frames with no color support.") | |
| 2744 mono))) | |
| 2745 (group :sibling-args (:help-echo "\ | |
|
55944
173cdf06168d
(custom-display): Add `min-colors'.
Juri Linkov <juri@jurta.org>
parents:
55789
diff
changeset
|
2746 The minimum number of colors the frame should support.") |
|
173cdf06168d
(custom-display): Add `min-colors'.
Juri Linkov <juri@jurta.org>
parents:
55789
diff
changeset
|
2747 (const :format "" min-colors) |
|
173cdf06168d
(custom-display): Add `min-colors'.
Juri Linkov <juri@jurta.org>
parents:
55789
diff
changeset
|
2748 (integer :tag "Minimum number of colors" )) |
|
173cdf06168d
(custom-display): Add `min-colors'.
Juri Linkov <juri@jurta.org>
parents:
55789
diff
changeset
|
2749 (group :sibling-args (:help-echo "\ |
| 17334 | 2750 Only match frames with the specified intensity.") |
| 2751 (const :format "\ | |
| 2752 Background brightness: " | |
| 2753 background) | |
| 2754 (checklist :inline t | |
| 2755 :offset 0 | |
| 2756 (const :format "Light " | |
| 2757 :sibling-args (:help-echo "\ | |
| 2758 Match frames with light backgrounds.") | |
| 2759 light) | |
| 2760 (const :format "Dark\n" | |
| 2761 :sibling-args (:help-echo "\ | |
| 2762 Match frames with dark backgrounds.") | |
|
45724
ee1a7b81cb0e
(custom-display): Add support for `supports' predicate.
Miles Bader <miles@gnu.org>
parents:
45244
diff
changeset
|
2763 dark))) |
|
ee1a7b81cb0e
(custom-display): Add support for `supports' predicate.
Miles Bader <miles@gnu.org>
parents:
45244
diff
changeset
|
2764 (group :sibling-args (:help-echo "\ |
|
ee1a7b81cb0e
(custom-display): Add support for `supports' predicate.
Miles Bader <miles@gnu.org>
parents:
45244
diff
changeset
|
2765 Only match frames that support the specified face attributes.") |
|
ee1a7b81cb0e
(custom-display): Add support for `supports' predicate.
Miles Bader <miles@gnu.org>
parents:
45244
diff
changeset
|
2766 (const :format "Supports attributes:" supports) |
|
45725
abb237aa3c61
(custom-display): Use correct syntax for `supports' attributes.
Miles Bader <miles@gnu.org>
parents:
45724
diff
changeset
|
2767 (custom-face-edit :inline t :format "%n%v")))))) |
| 17334 | 2768 |
| 2769 ;;; The `custom-face' Widget. | |
| 2770 | |
|
28172
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
2771 (defface custom-face-tag-face |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
2772 `((t (:weight bold :height 1.2 :inherit variable-pitch))) |
| 17334 | 2773 "Face used for face tags." |
| 17415 | 2774 :group 'custom-faces) |
| 17334 | 2775 |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2776 (defcustom custom-face-default-form 'selected |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2777 "Default form of displaying face definition." |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2778 :type '(choice (const all) |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2779 (const selected) |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2780 (const lisp)) |
|
21669
9861518505cb
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21649
diff
changeset
|
2781 :group 'custom-buffer |
|
9861518505cb
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21649
diff
changeset
|
2782 :version "20.3") |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2783 |
| 17334 | 2784 (define-widget 'custom-face 'custom |
| 2785 "Customize face." | |
| 2786 :sample-face 'custom-face-tag-face | |
| 2787 :help-echo "Set or reset this face." | |
|
28716
e9fb71a3e51d
(custom-face): Fix parenthesis.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28700
diff
changeset
|
2788 :documentation-property #'face-doc-string |
| 17334 | 2789 :value-create 'custom-face-value-create |
| 2790 :action 'custom-face-action | |
| 18089 | 2791 :custom-category 'face |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2792 :custom-form nil ; defaults to value of `custom-face-default-form' |
| 17334 | 2793 :custom-set 'custom-face-set |
| 2794 :custom-save 'custom-face-save | |
| 2795 :custom-reset-current 'custom-redraw | |
| 2796 :custom-reset-saved 'custom-face-reset-saved | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2797 :custom-reset-standard 'custom-face-reset-standard |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2798 :custom-standard-value 'custom-face-standard-value |
| 17334 | 2799 :custom-menu 'custom-face-menu-create) |
| 2800 | |
| 25685 | 2801 (define-widget 'custom-face-all 'editable-list |
| 17334 | 2802 "An editable list of display specifications and attributes." |
| 2803 :entry-format "%i %d %v" | |
| 2804 :insert-button-args '(:help-echo "Insert new display specification here.") | |
| 2805 :append-button-args '(:help-echo "Append new display specification here.") | |
| 2806 :delete-button-args '(:help-echo "Delete this display specification.") | |
| 2807 :args '((group :format "%v" custom-display custom-face-edit))) | |
| 2808 | |
| 2809 (defconst custom-face-all (widget-convert 'custom-face-all) | |
| 2810 "Converted version of the `custom-face-all' widget.") | |
| 2811 | |
| 2812 (define-widget 'custom-display-unselected 'item | |
| 2813 "A display specification that doesn't match the selected display." | |
| 2814 :match 'custom-display-unselected-match) | |
| 2815 | |
| 2816 (defun custom-display-unselected-match (widget value) | |
| 2817 "Non-nil if VALUE is an unselected display specification." | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
2818 (not (face-spec-set-match-display value (selected-frame)))) |
| 17334 | 2819 |
| 25685 | 2820 (define-widget 'custom-face-selected 'group |
| 17334 | 2821 "Edit the attributes of the selected display in a face specification." |
|
58940
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2822 :args '((choice :inline t |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2823 (group :tag "With Defaults" :inline t |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2824 (group (const :tag "" default) |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2825 (custom-face-edit :tag " Default\n Attributes")) |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2826 (repeat :format "" |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2827 :inline t |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2828 (group custom-display-unselected sexp)) |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2829 (group (sexp :format "") |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2830 (custom-face-edit :tag " Overriding\n Attributes")) |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2831 (repeat :format "" |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2832 :inline t |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2833 sexp)) |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2834 (group :tag "No Defaults" :inline t |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2835 (repeat :format "" |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2836 :inline t |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2837 (group custom-display-unselected sexp)) |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2838 (group (sexp :format "") |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2839 (custom-face-edit :tag "\n Attributes")) |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2840 (repeat :format "" |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2841 :inline t |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2842 sexp))))) |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2843 |
|
841754cd73c6
(custom-face-selected): Handle `default' specs.
Richard M. Stallman <rms@gnu.org>
parents:
58797
diff
changeset
|
2844 |
| 17334 | 2845 |
| 2846 (defconst custom-face-selected (widget-convert 'custom-face-selected) | |
| 2847 "Converted version of the `custom-face-selected' widget.") | |
| 2848 | |
|
39606
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2849 (defun custom-filter-face-spec (spec filter-index &optional default-filter) |
|
33843
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2850 "Return a canonicalized version of SPEC using. |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2851 FILTER-INDEX is the index in the entry for each attribute in |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2852 `custom-face-attributes' at which the appropriate filter function can be |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2853 found, and DEFAULT-FILTER is the filter to apply for attributes that |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2854 don't specify one." |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2855 (mapcar (lambda (entry) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2856 ;; Filter a single face-spec entry |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2857 (let ((tests (car entry)) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2858 (unfiltered-attrs |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2859 ;; Handle both old- and new-style attribute syntax |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2860 (if (listp (car (cdr entry))) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2861 (car (cdr entry)) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2862 (cdr entry))) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2863 (filtered-attrs nil)) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2864 ;; Filter each face attribute |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2865 (while unfiltered-attrs |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2866 (let* ((attr (pop unfiltered-attrs)) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2867 (pre-filtered-value (pop unfiltered-attrs)) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2868 (filter |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2869 (or (nth filter-index (assq attr custom-face-attributes)) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2870 default-filter)) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2871 (filtered-value |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2872 (if filter |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2873 (funcall filter pre-filtered-value) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2874 pre-filtered-value))) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2875 (push filtered-value filtered-attrs) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2876 (push attr filtered-attrs))) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2877 ;; |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2878 (list tests filtered-attrs))) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2879 spec)) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2880 |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2881 (defun custom-pre-filter-face-spec (spec) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2882 "Return SPEC changed as necessary for editing by the face customization widget. |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2883 SPEC must be a full face spec." |
|
39606
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2884 (custom-filter-face-spec spec 2)) |
|
33843
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2885 |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2886 (defun custom-post-filter-face-spec (spec) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2887 "Return the customized SPEC in a form suitable for setting the face." |
|
39606
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2888 (custom-filter-face-spec spec 3)) |
|
33843
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2889 |
| 17334 | 2890 (defun custom-face-value-create (widget) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2891 "Create a list of the display specifications for WIDGET." |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2892 (let ((buttons (widget-get widget :buttons)) |
| 25685 | 2893 children |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2894 (symbol (widget-get widget :value)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2895 (tag (widget-get widget :tag)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2896 (state (widget-get widget :custom-state)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2897 (begin (point)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2898 (is-last (widget-get widget :custom-last)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2899 (prefix (widget-get widget :custom-prefix))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2900 (unless tag |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2901 (setq tag (prin1-to-string symbol))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2902 (cond ((eq custom-buffer-style 'tree) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
2903 (insert prefix (if is-last " `--- " " |--- ")) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2904 (push (widget-create-child-and-convert |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
2905 widget 'custom-browse-face-tag) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2906 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2907 (insert " " tag "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2908 (widget-put widget :buttons buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2909 (t |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2910 ;; Create tag. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2911 (insert tag) |
|
34041
40708840c132
(custom-face-value-create): Always emphasize tag.
Gerd Moellmann <gerd@gnu.org>
parents:
33986
diff
changeset
|
2912 (widget-specify-sample widget begin (point)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2913 (if (eq custom-buffer-style 'face) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2914 (insert " ") |
|
33024
42e118959715
(custom-face-value-create): If face name doesn't end with "face", add
Miles Bader <miles@gnu.org>
parents:
32936
diff
changeset
|
2915 (if (string-match "face\\'" tag) |
|
42e118959715
(custom-face-value-create): If face name doesn't end with "face", add
Miles Bader <miles@gnu.org>
parents:
32936
diff
changeset
|
2916 (insert ":") |
|
42e118959715
(custom-face-value-create): If face name doesn't end with "face", add
Miles Bader <miles@gnu.org>
parents:
32936
diff
changeset
|
2917 (insert " face: "))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2918 ;; Sample. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2919 (push (widget-create-child-and-convert widget 'item |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2920 :format "(%{%t%})" |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2921 :sample-face symbol |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2922 :tag "sample") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2923 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2924 ;; Visibility. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2925 (insert " ") |
| 25685 | 2926 (push (widget-create-child-and-convert |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2927 widget 'visibility |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2928 :help-echo "Hide or show this face." |
|
46580
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2929 :on "Hide Face" |
|
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2930 :off "Show Face" |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2931 :action 'custom-toggle-parent |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2932 (not (eq state 'hidden))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2933 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2934 ;; Magic. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2935 (insert "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2936 (let ((magic (widget-create-child-and-convert |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2937 widget 'custom-magic nil))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2938 (widget-put widget :custom-magic magic) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2939 (push magic buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2940 ;; Update buttons. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2941 (widget-put widget :buttons buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2942 ;; Insert documentation. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2943 (widget-default-format-handler widget ?h) |
| 25685 | 2944 ;; The comment field |
| 2945 (unless (eq state 'hidden) | |
| 2946 (let* ((comment (get symbol 'face-comment)) | |
| 2947 (comment-widget | |
| 2948 (widget-create-child-and-convert | |
| 2949 widget 'custom-comment | |
| 2950 :parent widget | |
| 2951 :value (or comment "")))) | |
| 2952 (widget-put widget :comment-widget comment-widget) | |
| 2953 (push comment-widget children))) | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2954 ;; See also. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2955 (unless (eq state 'hidden) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2956 (when (eq (widget-get widget :custom-level) 1) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2957 (custom-add-parent-links widget)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2958 (custom-add-see-also widget)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2959 ;; Editor. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2960 (unless (eq (preceding-char) ?\n) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2961 (insert "\n")) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2962 (unless (eq state 'hidden) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2963 (message "Creating face editor...") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2964 (custom-load-widget widget) |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2965 (unless (widget-get widget :custom-form) |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2966 (widget-put widget :custom-form custom-face-default-form)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2967 (let* ((symbol (widget-value widget)) |
|
40825
22caa22b7399
2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
40801
diff
changeset
|
2968 (spec (or (get symbol 'customized-face) |
|
22caa22b7399
2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
40801
diff
changeset
|
2969 (get symbol 'saved-face) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2970 (get symbol 'face-defface-spec) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2971 ;; Attempt to construct it. |
| 25685 | 2972 (list (list t (custom-face-attributes-get |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2973 symbol (selected-frame)))))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2974 (form (widget-get widget :custom-form)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2975 (indent (widget-get widget :indent)) |
|
19097
200ff7e7d620
(custom-face-value-create): Take account
Richard M. Stallman <rms@gnu.org>
parents:
19040
diff
changeset
|
2976 edit) |
|
200ff7e7d620
(custom-face-value-create): Take account
Richard M. Stallman <rms@gnu.org>
parents:
19040
diff
changeset
|
2977 ;; If the user has changed this face in some other way, |
|
200ff7e7d620
(custom-face-value-create): Take account
Richard M. Stallman <rms@gnu.org>
parents:
19040
diff
changeset
|
2978 ;; edit it as the user has specified it. |
|
200ff7e7d620
(custom-face-value-create): Take account
Richard M. Stallman <rms@gnu.org>
parents:
19040
diff
changeset
|
2979 (if (not (face-spec-match-p symbol spec (selected-frame))) |
|
200ff7e7d620
(custom-face-value-create): Take account
Richard M. Stallman <rms@gnu.org>
parents:
19040
diff
changeset
|
2980 (setq spec (list (list t (face-attr-construct symbol (selected-frame)))))) |
|
33843
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2981 (setq spec (custom-pre-filter-face-spec spec)) |
|
19097
200ff7e7d620
(custom-face-value-create): Take account
Richard M. Stallman <rms@gnu.org>
parents:
19040
diff
changeset
|
2982 (setq edit (widget-create-child-and-convert |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2983 widget |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2984 (cond ((and (eq form 'selected) |
| 25685 | 2985 (widget-apply custom-face-selected |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2986 :match spec)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2987 (when indent (insert-char ?\ indent)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2988 'custom-face-selected) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2989 ((and (not (eq form 'lisp)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2990 (widget-apply custom-face-all |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2991 :match spec)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2992 'custom-face-all) |
| 25685 | 2993 (t |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2994 (when indent (insert-char ?\ indent)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2995 'sexp)) |
|
19097
200ff7e7d620
(custom-face-value-create): Take account
Richard M. Stallman <rms@gnu.org>
parents:
19040
diff
changeset
|
2996 :value spec)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2997 (custom-face-state-set widget) |
| 25685 | 2998 (push edit children) |
| 2999 (widget-put widget :children children)) | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3000 (message "Creating face editor...done")))))) |
| 17334 | 3001 |
| 25685 | 3002 (defvar custom-face-menu |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
3003 '(("Set for Current Session" custom-face-set) |
|
19883
519eab181c36
(custom-face-menu): Use custom-face-save-command. not custom-face-save.
Richard M. Stallman <rms@gnu.org>
parents:
19823
diff
changeset
|
3004 ("Save for Future Sessions" custom-face-save-command) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3005 ("Reset to Saved" custom-face-reset-saved |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3006 (lambda (widget) |
| 25685 | 3007 (or (get (widget-value widget) 'saved-face) |
| 3008 (get (widget-value widget) 'saved-face-comment)))) | |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
3009 ("Erase Customization" custom-face-reset-standard |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3010 (lambda (widget) |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
3011 (get (widget-value widget) 'face-defface-spec))) |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
3012 ("---" ignore ignore) |
| 25685 | 3013 ("Add Comment" custom-comment-show custom-comment-invisible-p) |
| 3014 ("---" ignore ignore) | |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
3015 ("Show all display specs" custom-face-edit-all |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
3016 (lambda (widget) |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
3017 (not (eq (widget-get widget :custom-form) 'all)))) |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
3018 ("Just current attributes" custom-face-edit-selected |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
3019 (lambda (widget) |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
3020 (not (eq (widget-get widget :custom-form) 'selected)))) |
|
40801
f49e883aeab2
Backed out last change.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
40800
diff
changeset
|
3021 ("Show as Lisp expression" custom-face-edit-lisp |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
3022 (lambda (widget) |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
3023 (not (eq (widget-get widget :custom-form) 'lisp))))) |
| 17334 | 3024 "Alist of actions for the `custom-face' widget. |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3025 Each entry has the form (NAME ACTION FILTER) where NAME is the name of |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3026 the menu entry, ACTION is the function to call on the widget when the |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3027 menu is selected, and FILTER is a predicate which takes a `custom-face' |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3028 widget as an argument, and returns non-nil if ACTION is valid on that |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
3029 widget. If FILTER is nil, ACTION is always valid.") |
| 17334 | 3030 |
| 3031 (defun custom-face-edit-selected (widget) | |
| 3032 "Edit selected attributes of the value of WIDGET." | |
| 3033 (widget-put widget :custom-state 'unknown) | |
| 3034 (widget-put widget :custom-form 'selected) | |
| 3035 (custom-redraw widget)) | |
| 3036 | |
| 3037 (defun custom-face-edit-all (widget) | |
| 3038 "Edit all attributes of the value of WIDGET." | |
| 3039 (widget-put widget :custom-state 'unknown) | |
| 3040 (widget-put widget :custom-form 'all) | |
| 3041 (custom-redraw widget)) | |
| 3042 | |
| 3043 (defun custom-face-edit-lisp (widget) | |
| 28130 | 3044 "Edit the Lisp representation of the value of WIDGET." |
| 17334 | 3045 (widget-put widget :custom-state 'unknown) |
| 3046 (widget-put widget :custom-form 'lisp) | |
| 3047 (custom-redraw widget)) | |
| 3048 | |
| 3049 (defun custom-face-state-set (widget) | |
| 3050 "Set the state of WIDGET." | |
| 25685 | 3051 (let* ((symbol (widget-value widget)) |
| 3052 (comment (get symbol 'face-comment)) | |
|
51277
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3053 tmp temp |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3054 (state |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3055 (cond ((progn |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3056 (setq tmp (get symbol 'customized-face)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3057 (setq temp (get symbol 'customized-face-comment)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3058 (or tmp temp)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3059 (if (equal temp comment) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3060 'set |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3061 'changed)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3062 ((progn |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3063 (setq tmp (get symbol 'saved-face)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3064 (setq temp (get symbol 'saved-face-comment)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3065 (or tmp temp)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3066 (if (equal temp comment) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3067 'saved |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3068 'changed)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3069 ((get symbol 'face-defface-spec) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3070 (if (equal comment nil) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3071 'standard |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3072 'changed)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3073 (t |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3074 'rogue)))) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3075 ;; If the user called set-face-attribute to change the default |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3076 ;; for new frames, this face is "set outside of Customize". |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3077 (if (and (not (eq state 'rogue)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3078 (get symbol 'face-modified)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3079 (setq state 'changed)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3080 (widget-put widget :custom-state state))) |
| 17334 | 3081 |
| 3082 (defun custom-face-action (widget &optional event) | |
| 3083 "Show the menu for `custom-face' WIDGET. | |
| 3084 Optional EVENT is the location for the menu." | |
| 3085 (if (eq (widget-get widget :custom-state) 'hidden) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3086 (custom-toggle-hide widget) |
| 17334 | 3087 (let* ((completion-ignore-case t) |
| 3088 (symbol (widget-get widget :value)) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3089 (answer (widget-choose (concat "Operation on " |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3090 (custom-unlispify-tag-name symbol)) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3091 (custom-menu-filter custom-face-menu |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3092 widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3093 event))) |
| 17334 | 3094 (if answer |
| 3095 (funcall answer widget))))) | |
| 3096 | |
| 3097 (defun custom-face-set (widget) | |
| 3098 "Make the face attributes in WIDGET take effect." | |
| 3099 (let* ((symbol (widget-value widget)) | |
| 3100 (child (car (widget-get widget :children))) | |
|
33843
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
3101 (value (custom-post-filter-face-spec (widget-value child))) |
| 25685 | 3102 (comment-widget (widget-get widget :comment-widget)) |
| 3103 (comment (widget-value comment-widget))) | |
| 3104 (when (equal comment "") | |
| 3105 (setq comment nil) | |
| 3106 ;; Make the comment invisible by hand if it's empty | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
3107 (custom-comment-hide comment-widget)) |
| 17334 | 3108 (put symbol 'customized-face value) |
|
33843
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
3109 (if (face-spec-choose value) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
3110 (face-spec-set symbol value) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
3111 ;; face-set-spec ignores empty attribute lists, so just give it |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
3112 ;; something harmless instead. |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
3113 (face-spec-set symbol '((t :foreground unspecified)))) |
| 25685 | 3114 (put symbol 'customized-face-comment comment) |
| 3115 (put symbol 'face-comment comment) | |
| 17334 | 3116 (custom-face-state-set widget) |
| 3117 (custom-redraw-magic widget))) | |
| 3118 | |
|
19883
519eab181c36
(custom-face-menu): Use custom-face-save-command. not custom-face-save.
Richard M. Stallman <rms@gnu.org>
parents:
19823
diff
changeset
|
3119 (defun custom-face-save-command (widget) |
|
519eab181c36
(custom-face-menu): Use custom-face-save-command. not custom-face-save.
Richard M. Stallman <rms@gnu.org>
parents:
19823
diff
changeset
|
3120 "Save in `.emacs' the face attributes in WIDGET." |
|
519eab181c36
(custom-face-menu): Use custom-face-save-command. not custom-face-save.
Richard M. Stallman <rms@gnu.org>
parents:
19823
diff
changeset
|
3121 (custom-face-save widget) |
|
519eab181c36
(custom-face-menu): Use custom-face-save-command. not custom-face-save.
Richard M. Stallman <rms@gnu.org>
parents:
19823
diff
changeset
|
3122 (custom-save-all)) |
|
519eab181c36
(custom-face-menu): Use custom-face-save-command. not custom-face-save.
Richard M. Stallman <rms@gnu.org>
parents:
19823
diff
changeset
|
3123 |
| 17334 | 3124 (defun custom-face-save (widget) |
|
19883
519eab181c36
(custom-face-menu): Use custom-face-save-command. not custom-face-save.
Richard M. Stallman <rms@gnu.org>
parents:
19823
diff
changeset
|
3125 "Prepare for saving WIDGET's face attributes, but don't write `.emacs'." |
| 17334 | 3126 (let* ((symbol (widget-value widget)) |
| 3127 (child (car (widget-get widget :children))) | |
|
35441
d85fe63db92b
(custom-face-save): Do post-processing on the face's new value like
Miles Bader <miles@gnu.org>
parents:
35265
diff
changeset
|
3128 (value (custom-post-filter-face-spec (widget-value child))) |
| 25685 | 3129 (comment-widget (widget-get widget :comment-widget)) |
| 3130 (comment (widget-value comment-widget))) | |
| 3131 (when (equal comment "") | |
| 3132 (setq comment nil) | |
| 3133 ;; Make the comment invisible by hand if it's empty | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
3134 (custom-comment-hide comment-widget)) |
|
35441
d85fe63db92b
(custom-face-save): Do post-processing on the face's new value like
Miles Bader <miles@gnu.org>
parents:
35265
diff
changeset
|
3135 (if (face-spec-choose value) |
|
d85fe63db92b
(custom-face-save): Do post-processing on the face's new value like
Miles Bader <miles@gnu.org>
parents:
35265
diff
changeset
|
3136 (face-spec-set symbol value) |
|
d85fe63db92b
(custom-face-save): Do post-processing on the face's new value like
Miles Bader <miles@gnu.org>
parents:
35265
diff
changeset
|
3137 ;; face-set-spec ignores empty attribute lists, so just give it |
|
d85fe63db92b
(custom-face-save): Do post-processing on the face's new value like
Miles Bader <miles@gnu.org>
parents:
35265
diff
changeset
|
3138 ;; something harmless instead. |
|
d85fe63db92b
(custom-face-save): Do post-processing on the face's new value like
Miles Bader <miles@gnu.org>
parents:
35265
diff
changeset
|
3139 (face-spec-set symbol '((t :foreground unspecified)))) |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
3140 (unless (eq (widget-get widget :custom-state) 'standard) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
3141 (put symbol 'saved-face value)) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3142 (custom-push-theme 'theme-face symbol 'user 'set value) |
| 17334 | 3143 (put symbol 'customized-face nil) |
| 25685 | 3144 (put symbol 'face-comment comment) |
| 3145 (put symbol 'customized-face-comment nil) | |
| 3146 (put symbol 'saved-face-comment comment) | |
|
20262
c6532008f2a9
(custom-face-save): Save the face.
Karl Heuer <kwzh@gnu.org>
parents:
20174
diff
changeset
|
3147 (custom-save-all) |
| 17334 | 3148 (custom-face-state-set widget) |
| 3149 (custom-redraw-magic widget))) | |
| 3150 | |
| 3151 (defun custom-face-reset-saved (widget) | |
| 3152 "Restore WIDGET to the face's default attributes." | |
| 3153 (let* ((symbol (widget-value widget)) | |
| 3154 (child (car (widget-get widget :children))) | |
| 25685 | 3155 (value (get symbol 'saved-face)) |
| 3156 (comment (get symbol 'saved-face-comment)) | |
| 3157 (comment-widget (widget-get widget :comment-widget))) | |
| 3158 (unless (or value comment) | |
| 17334 | 3159 (error "No saved value for this face")) |
| 3160 (put symbol 'customized-face nil) | |
| 25685 | 3161 (put symbol 'customized-face-comment nil) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3162 (face-spec-set symbol value) |
| 25685 | 3163 (put symbol 'face-comment comment) |
| 17334 | 3164 (widget-value-set child value) |
| 25685 | 3165 ;; This call manages the comment visibility |
| 3166 (widget-value-set comment-widget (or comment "")) | |
| 17334 | 3167 (custom-face-state-set widget) |
| 3168 (custom-redraw-magic widget))) | |
| 3169 | |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
3170 (defun custom-face-standard-value (widget) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
3171 (get (widget-value widget) 'face-defface-spec)) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
3172 |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3173 (defun custom-face-reset-standard (widget) |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
3174 "Restore WIDGET to the face's standard settings. |
|
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
3175 This operation eliminates any saved setting for the face, |
|
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
3176 restoring it to the state of a face that has never been customized." |
| 17334 | 3177 (let* ((symbol (widget-value widget)) |
| 3178 (child (car (widget-get widget :children))) | |
| 25685 | 3179 (value (get symbol 'face-defface-spec)) |
| 3180 (comment-widget (widget-get widget :comment-widget))) | |
| 17334 | 3181 (unless value |
|
17641
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
3182 (error "No standard setting for this face")) |
| 17334 | 3183 (put symbol 'customized-face nil) |
| 25685 | 3184 (put symbol 'customized-face-comment nil) |
| 3185 (when (or (get symbol 'saved-face) (get symbol 'saved-face-comment)) | |
| 17334 | 3186 (put symbol 'saved-face nil) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3187 (custom-push-theme 'theme-face symbol 'user 'reset 'standard) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3188 ;; Do not explictly save resets to standards without themes. |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3189 (if (null (cdr (get symbol 'theme-face))) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3190 (put symbol 'theme-face nil)) |
| 25685 | 3191 (put symbol 'saved-face-comment nil) |
| 17334 | 3192 (custom-save-all)) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3193 (face-spec-set symbol value) |
| 25685 | 3194 (put symbol 'face-comment nil) |
| 17334 | 3195 (widget-value-set child value) |
| 25685 | 3196 ;; This call manages the comment visibility |
| 3197 (widget-value-set comment-widget "") | |
| 17334 | 3198 (custom-face-state-set widget) |
| 3199 (custom-redraw-magic widget))) | |
| 3200 | |
| 3201 ;;; The `face' Widget. | |
| 3202 | |
| 3203 (define-widget 'face 'default | |
| 3204 "Select and customize a face." | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3205 :convert-widget 'widget-value-convert-widget |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3206 :button-prefix 'widget-push-button-prefix |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3207 :button-suffix 'widget-push-button-suffix |
| 33986 | 3208 :format "%{%t%}: %[select face%] %v" |
| 17334 | 3209 :tag "Face" |
| 3210 :value 'default | |
| 3211 :value-create 'widget-face-value-create | |
| 3212 :value-delete 'widget-face-value-delete | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3213 :value-get 'widget-value-value-get |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3214 :validate 'widget-children-validate |
| 17334 | 3215 :action 'widget-face-action |
|
28612
0051d3178111
(custom-face, face): Unquote the lambda.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28568
diff
changeset
|
3216 :match (lambda (widget value) (symbolp value))) |
| 17334 | 3217 |
| 3218 (defun widget-face-value-create (widget) | |
| 28130 | 3219 "Create a `custom-face' child." |
| 17334 | 3220 (let* ((symbol (widget-value widget)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3221 (custom-buffer-style 'face) |
| 17334 | 3222 (child (widget-create-child-and-convert |
| 3223 widget 'custom-face | |
| 3224 :custom-level nil | |
| 3225 :value symbol))) | |
| 3226 (custom-magic-reset child) | |
| 3227 (setq custom-options (cons child custom-options)) | |
| 3228 (widget-put widget :children (list child)))) | |
| 3229 | |
| 3230 (defun widget-face-value-delete (widget) | |
| 28130 | 3231 "Remove the child from the options." |
| 17334 | 3232 (let ((child (car (widget-get widget :children)))) |
| 3233 (setq custom-options (delq child custom-options)) | |
| 3234 (widget-children-value-delete widget))) | |
| 3235 | |
| 3236 (defvar face-history nil | |
| 3237 "History of entered face names.") | |
| 3238 | |
| 3239 (defun widget-face-action (widget &optional event) | |
| 3240 "Prompt for a face." | |
| 3241 (let ((answer (completing-read "Face: " | |
| 3242 (mapcar (lambda (face) | |
| 3243 (list (symbol-name face))) | |
| 3244 (face-list)) | |
| 25685 | 3245 nil nil nil |
| 17334 | 3246 'face-history))) |
| 3247 (unless (zerop (length answer)) | |
| 3248 (widget-value-set widget (intern answer)) | |
| 3249 (widget-apply widget :notify widget event) | |
| 3250 (widget-setup)))) | |
| 3251 | |
| 3252 ;;; The `hook' Widget. | |
| 3253 | |
| 3254 (define-widget 'hook 'list | |
| 3255 "A emacs lisp hook" | |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
3256 :value-to-internal (lambda (widget value) |
|
19886
539d06d1f0da
(customize-group): Handle groups not yet loaded.
Richard M. Stallman <rms@gnu.org>
parents:
19883
diff
changeset
|
3257 (if (and value (symbolp value)) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
3258 (list value) |
|
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
3259 value)) |
|
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
3260 :match (lambda (widget value) |
|
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
3261 (or (symbolp value) |
|
20174
e1ca1fe89e6e
(hook): Use `widget-group-match' instead of
Karl Heuer <kwzh@gnu.org>
parents:
20100
diff
changeset
|
3262 (widget-group-match widget value))) |
| 28130 | 3263 ;; Avoid adding undefined functions to the hook, especially for |
| 3264 ;; things like `find-file-hook' or even more basic ones, to avoid | |
| 3265 ;; chaos. | |
| 3266 :set (lambda (symbol value) | |
|
28310
9ba6478b7a27
(hook): Use `dolist' instead of CL's `mapc'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28245
diff
changeset
|
3267 (dolist (elt value) |
|
9ba6478b7a27
(hook): Use `dolist' instead of CL's `mapc'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28245
diff
changeset
|
3268 (if (fboundp elt) |
|
9ba6478b7a27
(hook): Use `dolist' instead of CL's `mapc'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28245
diff
changeset
|
3269 (add-hook symbol elt)))) |
| 17334 | 3270 :convert-widget 'custom-hook-convert-widget |
| 3271 :tag "Hook") | |
| 3272 | |
| 3273 (defun custom-hook-convert-widget (widget) | |
|
27250
807fc106b24c
(custom-hook-convert-widget): Fix comment.
Gerd Moellmann <gerd@gnu.org>
parents:
26803
diff
changeset
|
3274 ;; Handle `:options'. |
| 17334 | 3275 (let* ((options (widget-get widget :options)) |
| 25685 | 3276 (other `(editable-list :inline t |
| 17334 | 3277 :entry-format "%i %d%v" |
| 3278 (function :format " %v"))) | |
| 3279 (args (if options | |
| 3280 (list `(checklist :inline t | |
| 3281 ,@(mapcar (lambda (entry) | |
| 3282 `(function-item ,entry)) | |
| 3283 options)) | |
| 3284 other) | |
| 3285 (list other)))) | |
| 3286 (widget-put widget :args args) | |
| 3287 widget)) | |
| 3288 | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3289 ;;; The `custom-group-link' Widget. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3290 |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3291 (define-widget 'custom-group-link 'link |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3292 "Show parent in other window when activated." |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
3293 :help-echo "Create customization buffer for this group." |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3294 :action 'custom-group-link-action) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3295 |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3296 (defun custom-group-link-action (widget &rest ignore) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3297 (customize-group (widget-value widget))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3298 |
| 17334 | 3299 ;;; The `custom-group' Widget. |
| 3300 | |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
3301 (defcustom custom-group-tag-faces nil |
| 17334 | 3302 ;; In XEmacs, this ought to play games with font size. |
| 25685 | 3303 ;; Fixme: make it do so in Emacs. |
| 17334 | 3304 "Face used for group tags. |
| 3305 The first member is used for level 1 groups, the second for level 2, | |
| 3306 and so forth. The remaining group tags are shown with | |
| 3307 `custom-group-tag-face'." | |
| 3308 :type '(repeat face) | |
| 17415 | 3309 :group 'custom-faces) |
| 17334 | 3310 |
|
28172
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3311 (defface custom-group-tag-face-1 |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3312 `((((class color) |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3313 (background dark)) |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
3314 (:foreground "pink" :weight bold :height 1.2 :inherit variable-pitch)) |
|
28172
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3315 (((class color) |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3316 (background light)) |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
3317 (:foreground "red" :weight bold :height 1.2 :inherit variable-pitch)) |
|
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
3318 (t (:weight bold))) |
|
28172
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3319 "Face used for group tags." |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3320 :group 'custom-faces) |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3321 |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3322 (defface custom-group-tag-face |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3323 `((((class color) |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3324 (background dark)) |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
3325 (:foreground "light blue" :weight bold :height 1.2)) |
|
28172
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3326 (((class color) |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3327 (background light)) |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
3328 (:foreground "blue" :weight bold :height 1.2)) |
|
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
3329 (t (:weight bold))) |
| 17334 | 3330 "Face used for low level group tags." |
| 17415 | 3331 :group 'custom-faces) |
| 17334 | 3332 |
| 3333 (define-widget 'custom-group 'custom | |
| 3334 "Customize group." | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3335 :format "%v" |
| 17334 | 3336 :sample-face-get 'custom-group-sample-face-get |
| 3337 :documentation-property 'group-documentation | |
| 3338 :help-echo "Set or reset all members of this group." | |
| 3339 :value-create 'custom-group-value-create | |
| 3340 :action 'custom-group-action | |
| 18089 | 3341 :custom-category 'group |
| 17334 | 3342 :custom-set 'custom-group-set |
| 3343 :custom-save 'custom-group-save | |
| 3344 :custom-reset-current 'custom-group-reset-current | |
| 3345 :custom-reset-saved 'custom-group-reset-saved | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3346 :custom-reset-standard 'custom-group-reset-standard |
| 17334 | 3347 :custom-menu 'custom-group-menu-create) |
| 3348 | |
| 3349 (defun custom-group-sample-face-get (widget) | |
| 3350 ;; Use :sample-face. | |
| 3351 (or (nth (1- (widget-get widget :custom-level)) custom-group-tag-faces) | |
| 3352 'custom-group-tag-face)) | |
| 3353 | |
|
18430
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3354 (define-widget 'custom-group-visibility 'visibility |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3355 "An indicator and manipulator for hidden group contents." |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3356 :create 'custom-group-visibility-create) |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3357 |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3358 (defun custom-group-visibility-create (widget) |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3359 (let ((visible (widget-value widget))) |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3360 (if visible |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3361 (insert "--------"))) |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3362 (widget-default-create widget)) |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3363 |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3364 (defun custom-group-members (symbol groups-only) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3365 "Return SYMBOL's custom group members. |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3366 If GROUPS-ONLY non-nil, return only those members that are groups." |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3367 (if (not groups-only) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3368 (get symbol 'custom-group) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3369 (let (members) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3370 (dolist (entry (get symbol 'custom-group)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3371 (when (eq (nth 1 entry) 'custom-group) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3372 (push entry members))) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3373 (nreverse members)))) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3374 |
| 17334 | 3375 (defun custom-group-value-create (widget) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3376 "Insert a customize group for WIDGET in the current buffer." |
|
49126
697ca5db73b8
(customize-group, customize-group-other-window):
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49104
diff
changeset
|
3377 (unless (eq (widget-get widget :custom-state) 'hidden) |
|
49300
b99be2b86231
(customize-changed-options): Undo last doc change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49218
diff
changeset
|
3378 (custom-load-widget widget)) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3379 (let* ((state (widget-get widget :custom-state)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3380 (level (widget-get widget :custom-level)) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
3381 ;; (indent (widget-get widget :indent)) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3382 (prefix (widget-get widget :custom-prefix)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3383 (buttons (widget-get widget :buttons)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3384 (tag (widget-get widget :tag)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3385 (symbol (widget-value widget)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3386 (members (custom-group-members symbol |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3387 (and (eq custom-buffer-style 'tree) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3388 custom-browse-only-groups)))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3389 (cond ((and (eq custom-buffer-style 'tree) |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3390 (eq state 'hidden) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3391 (or members (custom-unloaded-widget-p widget))) |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3392 (custom-browse-insert-prefix prefix) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3393 (push (widget-create-child-and-convert |
| 25685 | 3394 widget 'custom-browse-visibility |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3395 ;; :tag-glyph "plus" |
|
18856
03eeb83520d8
(custom-group-value-create) <tree>: Don't distinguish
Richard M. Stallman <rms@gnu.org>
parents:
18812
diff
changeset
|
3396 :tag "+") |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3397 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3398 (insert "-- ") |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3399 ;; (widget-glyph-insert nil "-- " "horizontal") |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3400 (push (widget-create-child-and-convert |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3401 widget 'custom-browse-group-tag) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3402 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3403 (insert " " tag "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3404 (widget-put widget :buttons buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3405 ((and (eq custom-buffer-style 'tree) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3406 (zerop (length members))) |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3407 (custom-browse-insert-prefix prefix) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3408 (insert "[ ]-- ") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3409 ;; (widget-glyph-insert nil "[ ]" "empty") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3410 ;; (widget-glyph-insert nil "-- " "horizontal") |
| 25685 | 3411 (push (widget-create-child-and-convert |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3412 widget 'custom-browse-group-tag) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3413 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3414 (insert " " tag "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3415 (widget-put widget :buttons buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3416 ((eq custom-buffer-style 'tree) |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3417 (custom-browse-insert-prefix prefix) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3418 (if (zerop (length members)) |
| 25685 | 3419 (progn |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3420 (custom-browse-insert-prefix prefix) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3421 (insert "[ ]-- ") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3422 ;; (widget-glyph-insert nil "[ ]" "empty") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3423 ;; (widget-glyph-insert nil "-- " "horizontal") |
| 25685 | 3424 (push (widget-create-child-and-convert |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3425 widget 'custom-browse-group-tag) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3426 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3427 (insert " " tag "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3428 (widget-put widget :buttons buttons)) |
| 25685 | 3429 (push (widget-create-child-and-convert |
| 3430 widget 'custom-browse-visibility | |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3431 ;; :tag-glyph "minus" |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3432 :tag "-") |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3433 buttons) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3434 (insert "-\\ ") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3435 ;; (widget-glyph-insert nil "-\\ " "top") |
| 25685 | 3436 (push (widget-create-child-and-convert |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3437 widget 'custom-browse-group-tag) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3438 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3439 (insert " " tag "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3440 (widget-put widget :buttons buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3441 (message "Creating group...") |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3442 (let* ((members (custom-sort-items members |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3443 custom-browse-sort-alphabetically |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3444 custom-browse-order-groups)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3445 (prefixes (widget-get widget :custom-prefixes)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3446 (custom-prefix-list (custom-prefix-add symbol prefixes)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3447 (extra-prefix (if (widget-get widget :custom-last) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3448 " " |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3449 " | ")) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3450 (prefix (concat prefix extra-prefix)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3451 children entry) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3452 (while members |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3453 (setq entry (car members) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3454 members (cdr members)) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3455 (push (widget-create-child-and-convert |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3456 widget (nth 1 entry) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3457 :group widget |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3458 :tag (custom-unlispify-tag-name (nth 0 entry)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3459 :custom-prefixes custom-prefix-list |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3460 :custom-level (1+ level) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3461 :custom-last (null members) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3462 :value (nth 0 entry) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3463 :custom-prefix prefix) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3464 children)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3465 (widget-put widget :children (reverse children))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3466 (message "Creating group...done"))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3467 ;; Nested style. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3468 ((eq state 'hidden) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3469 ;; Create level indicator. |
|
18367
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
3470 (unless (eq custom-buffer-style 'links) |
|
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
3471 (insert-char ?\ (* custom-buffer-indent (1- level))) |
|
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
3472 (insert "-- ")) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3473 ;; Create tag. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3474 (let ((begin (point))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3475 (insert tag) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3476 (widget-specify-sample widget begin (point))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3477 (insert " group: ") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3478 ;; Create link/visibility indicator. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3479 (if (eq custom-buffer-style 'links) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3480 (push (widget-create-child-and-convert |
| 25685 | 3481 widget 'custom-group-link |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
3482 :tag "Go to Group" |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3483 symbol) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3484 buttons) |
| 25685 | 3485 (push (widget-create-child-and-convert |
|
20100
0db4553d47cc
(custom-group-value-create): Use
Karl Heuer <kwzh@gnu.org>
parents:
19886
diff
changeset
|
3486 widget 'custom-group-visibility |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3487 :help-echo "Show members of this group." |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3488 :action 'custom-toggle-parent |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3489 (not (eq state 'hidden))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3490 buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3491 (insert " \n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3492 ;; Create magic button. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3493 (let ((magic (widget-create-child-and-convert |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3494 widget 'custom-magic nil))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3495 (widget-put widget :custom-magic magic) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3496 (push magic buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3497 ;; Update buttons. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3498 (widget-put widget :buttons buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3499 ;; Insert documentation. |
|
18367
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
3500 (if (and (eq custom-buffer-style 'links) (> level 1)) |
|
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
3501 (widget-put widget :documentation-indent 0)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3502 (widget-default-format-handler widget ?h)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3503 ;; Nested style. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3504 (t ;Visible. |
|
18370
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3505 ;; Add parent groups references above the group. |
|
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3506 (if t ;;; This should test that the buffer |
|
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3507 ;;; was made to display a group. |
|
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3508 (when (eq level 1) |
|
18371
a32f9b2c2e0c
(custom-add-parent-links): New arg INITIAL-STRING.
Richard M. Stallman <rms@gnu.org>
parents:
18370
diff
changeset
|
3509 (if (custom-add-parent-links widget |
|
a32f9b2c2e0c
(custom-add-parent-links): New arg INITIAL-STRING.
Richard M. Stallman <rms@gnu.org>
parents:
18370
diff
changeset
|
3510 "Go to parent group:") |
|
18370
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3511 (insert "\n")))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3512 ;; Create level indicator. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3513 (insert-char ?\ (* custom-buffer-indent (1- level))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3514 (insert "/- ") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3515 ;; Create tag. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3516 (let ((start (point))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3517 (insert tag) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3518 (widget-specify-sample widget start (point))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3519 (insert " group: ") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3520 ;; Create visibility indicator. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3521 (unless (eq custom-buffer-style 'links) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3522 (insert "--------") |
| 25685 | 3523 (push (widget-create-child-and-convert |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3524 widget 'visibility |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3525 :help-echo "Hide members of this group." |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3526 :action 'custom-toggle-parent |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3527 (not (eq state 'hidden))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3528 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3529 (insert " ")) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3530 ;; Create more dashes. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3531 ;; Use 76 instead of 75 to compensate for the temporary "<" |
| 25685 | 3532 ;; added by `widget-insert'. |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3533 (insert-char ?- (- 76 (current-column) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3534 (* custom-buffer-indent level))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3535 (insert "\\\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3536 ;; Create magic button. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3537 (let ((magic (widget-create-child-and-convert |
| 25685 | 3538 widget 'custom-magic |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3539 :indent 0 |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3540 nil))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3541 (widget-put widget :custom-magic magic) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3542 (push magic buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3543 ;; Update buttons. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3544 (widget-put widget :buttons buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3545 ;; Insert documentation. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3546 (widget-default-format-handler widget ?h) |
|
18370
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3547 ;; Parent groups. |
|
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3548 (if nil ;;; This should test that the buffer |
|
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3549 ;;; was not made to display a group. |
|
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3550 (when (eq level 1) |
|
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3551 (insert-char ?\ custom-buffer-indent) |
|
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3552 (custom-add-parent-links widget))) |
| 25685 | 3553 (custom-add-see-also widget |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3554 (make-string (* custom-buffer-indent level) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3555 ?\ )) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3556 ;; Members. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3557 (message "Creating group...") |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3558 (let* ((members (custom-sort-items members |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3559 custom-buffer-sort-alphabetically |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3560 custom-buffer-order-groups)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3561 (prefixes (widget-get widget :custom-prefixes)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3562 (custom-prefix-list (custom-prefix-add symbol prefixes)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3563 (length (length members)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3564 (count 0) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3565 (children (mapcar (lambda (entry) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3566 (widget-insert "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3567 (message "\ |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3568 Creating group members... %2d%%" |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3569 (/ (* 100.0 count) length)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3570 (setq count (1+ count)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3571 (prog1 |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3572 (widget-create-child-and-convert |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3573 widget (nth 1 entry) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3574 :group widget |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3575 :tag (custom-unlispify-tag-name |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3576 (nth 0 entry)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3577 :custom-prefixes custom-prefix-list |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3578 :custom-level (1+ level) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3579 :value (nth 0 entry)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3580 (unless (eq (preceding-char) ?\n) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3581 (widget-insert "\n")))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3582 members))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3583 (message "Creating group magic...") |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3584 (mapc 'custom-magic-reset children) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3585 (message "Creating group state...") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3586 (widget-put widget :children children) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3587 (custom-group-state-update widget) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3588 (message "Creating group... done")) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3589 ;; End line |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3590 (insert "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3591 (insert-char ?\ (* custom-buffer-indent (1- level))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3592 (insert "\\- " (widget-get widget :tag) " group end ") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3593 (insert-char ?- (- 75 (current-column) (* custom-buffer-indent level))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3594 (insert "/\n"))))) |
| 17334 | 3595 |
| 25685 | 3596 (defvar custom-group-menu |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
3597 '(("Set for Current Session" custom-group-set |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3598 (lambda (widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3599 (eq (widget-get widget :custom-state) 'modified))) |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
3600 ("Save for Future Sessions" custom-group-save |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3601 (lambda (widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3602 (memq (widget-get widget :custom-state) '(modified set)))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3603 ("Reset to Current" custom-group-reset-current |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3604 (lambda (widget) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3605 (memq (widget-get widget :custom-state) '(modified)))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3606 ("Reset to Saved" custom-group-reset-saved |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3607 (lambda (widget) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3608 (memq (widget-get widget :custom-state) '(modified set)))) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3609 ("Reset to standard setting" custom-group-reset-standard |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3610 (lambda (widget) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3611 (memq (widget-get widget :custom-state) '(modified set saved))))) |
| 17334 | 3612 "Alist of actions for the `custom-group' widget. |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3613 Each entry has the form (NAME ACTION FILTER) where NAME is the name of |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3614 the menu entry, ACTION is the function to call on the widget when the |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3615 menu is selected, and FILTER is a predicate which takes a `custom-group' |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3616 widget as an argument, and returns non-nil if ACTION is valid on that |
| 25685 | 3617 widget. If FILTER is nil, ACTION is always valid.") |
| 17334 | 3618 |
| 3619 (defun custom-group-action (widget &optional event) | |
| 3620 "Show the menu for `custom-group' WIDGET. | |
| 3621 Optional EVENT is the location for the menu." | |
| 3622 (if (eq (widget-get widget :custom-state) 'hidden) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3623 (custom-toggle-hide widget) |
| 17334 | 3624 (let* ((completion-ignore-case t) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3625 (answer (widget-choose (concat "Operation on " |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3626 (custom-unlispify-tag-name |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3627 (widget-get widget :value))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3628 (custom-menu-filter custom-group-menu |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3629 widget) |
| 17334 | 3630 event))) |
| 3631 (if answer | |
| 3632 (funcall answer widget))))) | |
| 3633 | |
| 3634 (defun custom-group-set (widget) | |
| 3635 "Set changes in all modified group members." | |
| 3636 (let ((children (widget-get widget :children))) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3637 (mapc (lambda (child) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3638 (when (eq (widget-get child :custom-state) 'modified) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3639 (widget-apply child :custom-set))) |
| 17334 | 3640 children ))) |
| 3641 | |
| 3642 (defun custom-group-save (widget) | |
| 3643 "Save all modified group members." | |
| 3644 (let ((children (widget-get widget :children))) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3645 (mapc (lambda (child) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3646 (when (memq (widget-get child :custom-state) '(modified set)) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3647 (widget-apply child :custom-save))) |
| 17334 | 3648 children ))) |
| 3649 | |
| 3650 (defun custom-group-reset-current (widget) | |
| 3651 "Reset all modified group members." | |
| 3652 (let ((children (widget-get widget :children))) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3653 (mapc (lambda (child) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3654 (when (eq (widget-get child :custom-state) 'modified) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3655 (widget-apply child :custom-reset-current))) |
| 17334 | 3656 children ))) |
| 3657 | |
| 3658 (defun custom-group-reset-saved (widget) | |
| 3659 "Reset all modified or set group members." | |
| 3660 (let ((children (widget-get widget :children))) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3661 (mapc (lambda (child) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3662 (when (memq (widget-get child :custom-state) '(modified set)) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3663 (widget-apply child :custom-reset-saved))) |
| 17334 | 3664 children ))) |
| 3665 | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3666 (defun custom-group-reset-standard (widget) |
| 17334 | 3667 "Reset all modified, set, or saved group members." |
| 3668 (let ((children (widget-get widget :children))) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3669 (mapc (lambda (child) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3670 (when (memq (widget-get child :custom-state) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3671 '(modified set saved)) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3672 (widget-apply child :custom-reset-standard))) |
| 17334 | 3673 children ))) |
| 3674 | |
| 3675 (defun custom-group-state-update (widget) | |
| 3676 "Update magic." | |
| 3677 (unless (eq (widget-get widget :custom-state) 'hidden) | |
| 3678 (let* ((children (widget-get widget :children)) | |
| 3679 (states (mapcar (lambda (child) | |
| 3680 (widget-get child :custom-state)) | |
| 3681 children)) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3682 (magics custom-magic-alist) |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3683 (found 'standard)) |
| 17334 | 3684 (while magics |
| 3685 (let ((magic (car (car magics)))) | |
| 3686 (if (and (not (eq magic 'hidden)) | |
| 3687 (memq magic states)) | |
| 3688 (setq found magic | |
| 3689 magics nil) | |
| 3690 (setq magics (cdr magics))))) | |
| 3691 (widget-put widget :custom-state found))) | |
| 3692 (custom-magic-reset widget)) | |
| 3693 | |
| 3694 ;;; The `custom-save-all' Function. | |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
3695 ;;;###autoload |
|
19822
b5c12a2d1c26
*** empty log message ***
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19684
diff
changeset
|
3696 (defcustom custom-file nil |
| 17334 | 3697 "File used for storing customization information. |
|
19822
b5c12a2d1c26
*** empty log message ***
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19684
diff
changeset
|
3698 The default is nil, which means to use your init file |
|
58797
0b90a17a09e1
(custom-file): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
58779
diff
changeset
|
3699 as specified by `user-init-file'. If the value is not nil, |
|
0b90a17a09e1
(custom-file): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
58779
diff
changeset
|
3700 it should be an absolute file name. |
|
0b90a17a09e1
(custom-file): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
58779
diff
changeset
|
3701 |
|
0b90a17a09e1
(custom-file): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
58779
diff
changeset
|
3702 To make this feature work, you'll need to put something in your |
|
0b90a17a09e1
(custom-file): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
58779
diff
changeset
|
3703 init file to specify the value of `custom-file'. Just |
|
0b90a17a09e1
(custom-file): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
58779
diff
changeset
|
3704 customizing the variable won't suffice, because Emacs won't know |
|
0b90a17a09e1
(custom-file): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
58779
diff
changeset
|
3705 which file to load unless the init file sets `custom-file'. |
|
26803
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3706 |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3707 When you change this variable, look in the previous custom file |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3708 \(usually your init file) for the forms `(custom-set-variables ...)' |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3709 and `(custom-set-faces ...)', and copy them (whichever ones you find) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3710 to the new custom file. This will preserve your existing customizations." |
|
19822
b5c12a2d1c26
*** empty log message ***
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19684
diff
changeset
|
3711 :type '(choice (const :tag "Your Emacs init file" nil) file) |
| 17334 | 3712 :group 'customize) |
| 3713 | |
| 20974 | 3714 (defun custom-file () |
| 3715 "Return the file name for saving customizations." | |
|
37911
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3716 (setq custom-file |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3717 (or custom-file |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3718 (let ((user-init-file user-init-file) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3719 (default-init-file |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3720 (if (eq system-type 'ms-dos) "~/_emacs" "~/.emacs"))) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3721 (when (null user-init-file) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3722 (if (or (file-exists-p default-init-file) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3723 (and (eq system-type 'windows-nt) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3724 (file-exists-p "~/_emacs"))) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3725 ;; Started with -q, i.e. the file containing |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3726 ;; Custom settings hasn't been read. Saving |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3727 ;; settings there would overwrite other settings. |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3728 (error "Saving settings from \"emacs -q\" would overwrite existing customizations")) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3729 (setq user-init-file default-init-file)) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3730 user-init-file)))) |
| 20974 | 3731 |
| 17334 | 3732 (defun custom-save-delete (symbol) |
|
26803
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3733 "Visit `custom-file' and delete all calls to SYMBOL from it. |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3734 Leave point at the old location of the first such call, |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3735 or (if there were none) at the end of the buffer." |
|
48243
dd12a68149b5
(custom-save-delete): Force emacs-lisp-mode.
Juanma Barranquero <lekktu@gmail.com>
parents:
47823
diff
changeset
|
3736 (let ((default-major-mode 'emacs-lisp-mode)) |
| 20974 | 3737 (set-buffer (find-file-noselect (custom-file)))) |
| 17334 | 3738 (goto-char (point-min)) |
|
25058
af119d40c92d
(custom-save-delete): Avoid error for empty .emacs.
Karl Heuer <kwzh@gnu.org>
parents:
24509
diff
changeset
|
3739 ;; Skip all whitespace and comments. |
|
af119d40c92d
(custom-save-delete): Avoid error for empty .emacs.
Karl Heuer <kwzh@gnu.org>
parents:
24509
diff
changeset
|
3740 (while (forward-comment 1)) |
|
af119d40c92d
(custom-save-delete): Avoid error for empty .emacs.
Karl Heuer <kwzh@gnu.org>
parents:
24509
diff
changeset
|
3741 (or (eobp) |
|
af119d40c92d
(custom-save-delete): Avoid error for empty .emacs.
Karl Heuer <kwzh@gnu.org>
parents:
24509
diff
changeset
|
3742 (save-excursion (forward-sexp (buffer-size)))) ; Test for scan errors. |
|
26803
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3743 (let (first) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3744 (catch 'found |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3745 (while t ;; We exit this loop only via throw. |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3746 ;; Skip all whitespace and comments. |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3747 (while (forward-comment 1)) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3748 (let ((start (point)) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3749 (sexp (condition-case nil |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3750 (read (current-buffer)) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3751 (end-of-file (throw 'found nil))))) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3752 (when (and (listp sexp) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3753 (eq (car sexp) symbol)) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3754 (delete-region start (point)) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3755 (unless first |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3756 (setq first (point))))))) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3757 (if first |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3758 (goto-char first) |
|
36628
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3759 ;; Move in front of local variables, otherwise long Custom |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3760 ;; entries would make them ineffective. |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3761 (let ((pos (point-max)) |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3762 (case-fold-search t)) |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3763 (save-excursion |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3764 (goto-char (point-max)) |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3765 (search-backward "\n\^L" (max (- (point-max) 3000) (point-min)) |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3766 'move) |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3767 (when (search-forward "Local Variables:" nil t) |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3768 (setq pos (line-beginning-position)))) |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3769 (goto-char pos))))) |
| 17334 | 3770 |
| 3771 (defun custom-save-variables () | |
| 3772 "Save all customized variables in `custom-file'." | |
| 3773 (save-excursion | |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3774 (custom-save-delete 'custom-load-themes) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3775 (custom-save-delete 'custom-reset-variables) |
| 17334 | 3776 (custom-save-delete 'custom-set-variables) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3777 (custom-save-loaded-themes) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3778 (custom-save-resets 'theme-value 'custom-reset-variables nil) |
|
25059
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3779 (let ((standard-output (current-buffer)) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3780 (saved-list (make-list 1 0)) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3781 sort-fold-case) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3782 ;; First create a sorted list of saved variables. |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3783 (mapatoms |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3784 (lambda (symbol) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3785 (if (get symbol 'saved-value) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3786 (nconc saved-list (list symbol))))) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3787 (setq saved-list (sort (cdr saved-list) 'string<)) |
| 17334 | 3788 (unless (bolp) |
| 3789 (princ "\n")) | |
|
26653
ea8ae3c8fad5
(custom-save-variables, custom-save-faces): Write a
Dave Love <fx@gnu.org>
parents:
26625
diff
changeset
|
3790 (princ "(custom-set-variables |
|
47315
655350cd09e5
(custom-save-variables, custom-save-faces):
Richard M. Stallman <rms@gnu.org>
parents:
47168
diff
changeset
|
3791 ;; custom-set-variables was added by Custom. |
|
655350cd09e5
(custom-save-variables, custom-save-faces):
Richard M. Stallman <rms@gnu.org>
parents:
47168
diff
changeset
|
3792 ;; If you edit it by hand, you could mess it up, so be careful. |
|
655350cd09e5
(custom-save-variables, custom-save-faces):
Richard M. Stallman <rms@gnu.org>
parents:
47168
diff
changeset
|
3793 ;; Your init file should contain only one such instance. |
|
655350cd09e5
(custom-save-variables, custom-save-faces):
Richard M. Stallman <rms@gnu.org>
parents:
47168
diff
changeset
|
3794 ;; If there is more than one, they won't work right.\n") |
|
49556
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3795 (dolist (symbol saved-list) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3796 (let ((spec (car-safe (get symbol 'theme-value))) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3797 (value (get symbol 'saved-value)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3798 (requests (get symbol 'custom-requests)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3799 (now (not (or (custom-variable-p symbol) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3800 (and (not (boundp symbol)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3801 (not (eq (get symbol 'force-value) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3802 'rogue)))))) |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
3803 (comment (get symbol 'saved-variable-comment))) |
|
49556
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3804 ;; Check `requests'. |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3805 (dolist (request requests) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3806 (when (and (symbolp request) (not (featurep request))) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3807 (message "Unknown requested feature: %s" request) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3808 (setq requests (delq request requests)))) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3809 (when (or (and spec |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3810 (eq (nth 0 spec) 'user) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3811 (eq (nth 1 spec) 'set)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3812 comment |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3813 (and (null spec) (get symbol 'saved-value))) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3814 (unless (bolp) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3815 (princ "\n")) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3816 (princ " '(") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3817 (prin1 symbol) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3818 (princ " ") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3819 (prin1 (car value)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3820 (when (or now requests comment) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3821 (princ " ") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3822 (prin1 now) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3823 (when (or requests comment) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3824 (princ " ") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3825 (prin1 requests) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3826 (when comment |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3827 (princ " ") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3828 (prin1 comment)))) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3829 (princ ")")))) |
|
26803
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3830 (if (bolp) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3831 (princ " ")) |
| 17334 | 3832 (princ ")") |
| 3833 (unless (looking-at "\n") | |
| 3834 (princ "\n"))))) | |
| 3835 | |
| 3836 (defun custom-save-faces () | |
| 3837 "Save all customized faces in `custom-file'." | |
| 3838 (save-excursion | |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3839 (custom-save-delete 'custom-reset-faces) |
| 17334 | 3840 (custom-save-delete 'custom-set-faces) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3841 (custom-save-resets 'theme-face 'custom-reset-faces '(default)) |
|
25059
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3842 (let ((standard-output (current-buffer)) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3843 (saved-list (make-list 1 0)) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3844 sort-fold-case) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3845 ;; First create a sorted list of saved faces. |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3846 (mapatoms |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3847 (lambda (symbol) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3848 (if (get symbol 'saved-face) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3849 (nconc saved-list (list symbol))))) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3850 (setq saved-list (sort (cdr saved-list) 'string<)) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3851 ;; The default face must be first, since it affects the others. |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3852 (if (memq 'default saved-list) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3853 (setq saved-list (cons 'default (delq 'default saved-list)))) |
| 17334 | 3854 (unless (bolp) |
| 3855 (princ "\n")) | |
|
26653
ea8ae3c8fad5
(custom-save-variables, custom-save-faces): Write a
Dave Love <fx@gnu.org>
parents:
26625
diff
changeset
|
3856 (princ "(custom-set-faces |
|
47315
655350cd09e5
(custom-save-variables, custom-save-faces):
Richard M. Stallman <rms@gnu.org>
parents:
47168
diff
changeset
|
3857 ;; custom-set-faces was added by Custom. |
|
655350cd09e5
(custom-save-variables, custom-save-faces):
Richard M. Stallman <rms@gnu.org>
parents:
47168
diff
changeset
|
3858 ;; If you edit it by hand, you could mess it up, so be careful. |
|
655350cd09e5
(custom-save-variables, custom-save-faces):
Richard M. Stallman <rms@gnu.org>
parents:
47168
diff
changeset
|
3859 ;; Your init file should contain only one such instance. |
|
655350cd09e5
(custom-save-variables, custom-save-faces):
Richard M. Stallman <rms@gnu.org>
parents:
47168
diff
changeset
|
3860 ;; If there is more than one, they won't work right.\n") |
|
49556
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3861 (dolist (symbol saved-list) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3862 (let ((spec (car-safe (get symbol 'theme-face))) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3863 (value (get symbol 'saved-face)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3864 (now (not (or (get symbol 'face-defface-spec) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3865 (and (not (custom-facep symbol)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3866 (not (get symbol 'force-face)))))) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3867 (comment (get symbol 'saved-face-comment))) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3868 (when (or (and spec |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3869 (eq (nth 0 spec) 'user) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3870 (eq (nth 1 spec) 'set)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3871 comment |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3872 (and (null spec) (get symbol 'saved-face))) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3873 ;; Don't print default face here. |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3874 (unless (bolp) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3875 (princ "\n")) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3876 (princ " '(") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3877 (prin1 symbol) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3878 (princ " ") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3879 (prin1 value) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3880 (when (or now comment) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3881 (princ " ") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3882 (prin1 now) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3883 (when comment |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3884 (princ " ") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3885 (prin1 comment))) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3886 (princ ")")))) |
|
26803
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3887 (if (bolp) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3888 (princ " ")) |
| 17334 | 3889 (princ ")") |
| 3890 (unless (looking-at "\n") | |
|
48958
6b4f6412de76
(custom-save-faces): Fix typo.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48949
diff
changeset
|
3891 (princ "\n"))))) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3892 |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3893 (defun custom-save-resets (property setter special) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3894 (let (started-writing ignored-special) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3895 ;; (custom-save-delete setter) Done by caller |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3896 (let ((standard-output (current-buffer)) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3897 (mapper `(lambda (object) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3898 (let ((spec (car-safe (get object (quote ,property))))) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3899 (when (and (not (memq object ignored-special)) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3900 (eq (nth 0 spec) 'user) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3901 (eq (nth 1 spec) 'reset)) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3902 ;; Do not write reset statements unless necessary. |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3903 (unless started-writing |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3904 (setq started-writing t) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3905 (unless (bolp) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3906 (princ "\n")) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3907 (princ "(") |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3908 (princ (quote ,setter)) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3909 (princ "\n '(") |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3910 (prin1 object) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3911 (princ " ") |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3912 (prin1 (nth 3 spec)) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3913 (princ ")"))))))) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3914 (mapc mapper special) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3915 (setq ignored-special special) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3916 (mapatoms mapper) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3917 (when started-writing |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3918 (princ ")\n"))))) |
|
49521
c259d8177692
2003-01-29 Didier Verna <didier@xemacs.org>
John Paul Wallington <jpw@pobox.com>
parents:
49300
diff
changeset
|
3919 |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3920 (defun custom-save-loaded-themes () |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3921 (let ((themes (reverse (get 'user 'theme-loads-themes))) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3922 (standard-output (current-buffer))) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3923 (when themes |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3924 (unless (bolp) (princ "\n")) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3925 (princ "(custom-load-themes") |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3926 (mapc (lambda (theme) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3927 (princ "\n '") |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3928 (prin1 theme)) themes) |
|
49521
c259d8177692
2003-01-29 Didier Verna <didier@xemacs.org>
John Paul Wallington <jpw@pobox.com>
parents:
49300
diff
changeset
|
3929 (princ " )\n")))) |
| 17334 | 3930 |
| 3931 ;;;###autoload | |
|
18436
2163f03bb88f
(customize-save-customized): Renamed from custom-save-customized.
Richard M. Stallman <rms@gnu.org>
parents:
18435
diff
changeset
|
3932 (defun customize-save-customized () |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3933 "Save all user options which have been set in this session." |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3934 (interactive) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3935 (mapatoms (lambda (symbol) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3936 (let ((face (get symbol 'customized-face)) |
| 25685 | 3937 (value (get symbol 'customized-value)) |
| 3938 (face-comment (get symbol 'customized-face-comment)) | |
| 3939 (variable-comment | |
| 3940 (get symbol 'customized-variable-comment))) | |
| 3941 (when face | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3942 (put symbol 'saved-face face) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3943 (custom-push-theme 'theme-face symbol 'user 'set value) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3944 (put symbol 'customized-face nil)) |
| 25685 | 3945 (when value |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3946 (put symbol 'saved-value value) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3947 (custom-push-theme 'theme-value symbol 'user 'set value) |
| 25685 | 3948 (put symbol 'customized-value nil)) |
| 3949 (when variable-comment | |
| 3950 (put symbol 'saved-variable-comment variable-comment) | |
| 3951 (put symbol 'customized-variable-comment nil)) | |
| 3952 (when face-comment | |
| 3953 (put symbol 'saved-face-comment face-comment) | |
| 3954 (put symbol 'customized-face-comment nil))))) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3955 ;; We really should update all custom buffers here. |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3956 (custom-save-all)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3957 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3958 ;;;###autoload |
| 17334 | 3959 (defun custom-save-all () |
| 3960 "Save all customizations in `custom-file'." | |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3961 (let ((inhibit-read-only t)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3962 (custom-save-variables) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3963 (custom-save-faces) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3964 (save-excursion |
|
20398
47f326ffb7ba
(custom-save-delete, custom-save-all):
Karl Heuer <kwzh@gnu.org>
parents:
20397
diff
changeset
|
3965 (let ((default-major-mode nil)) |
| 20974 | 3966 (set-buffer (find-file-noselect (custom-file)))) |
|
42930
09e1ef4107e7
(custom-save-all): Bind file-precious-flag to t for saving .emacs.
Richard M. Stallman <rms@gnu.org>
parents:
42451
diff
changeset
|
3967 (let ((file-precious-flag t)) |
|
09e1ef4107e7
(custom-save-all): Bind file-precious-flag to t for saving .emacs.
Richard M. Stallman <rms@gnu.org>
parents:
42451
diff
changeset
|
3968 (save-buffer))))) |
| 17334 | 3969 |
| 3970 ;;; The Customize Menu. | |
| 3971 | |
| 17415 | 3972 ;;; Menu support |
| 3973 | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3974 (defcustom custom-menu-nesting 2 |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3975 "Maximum nesting in custom menus." |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3976 :type 'integer |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
3977 :group 'custom-menu) |
| 17334 | 3978 |
| 3979 (defun custom-face-menu-create (widget symbol) | |
| 3980 "Ignoring WIDGET, create a menu entry for customization face SYMBOL." | |
| 3981 (vector (custom-unlispify-menu-entry symbol) | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3982 `(customize-face ',symbol) |
| 17334 | 3983 t)) |
| 3984 | |
| 3985 (defun custom-variable-menu-create (widget symbol) | |
| 3986 "Ignoring WIDGET, create a menu entry for customization variable SYMBOL." | |
| 3987 (let ((type (get symbol 'custom-type))) | |
| 3988 (unless (listp type) | |
| 3989 (setq type (list type))) | |
| 3990 (if (and type (widget-get type :custom-menu)) | |
| 3991 (widget-apply type :custom-menu symbol) | |
| 3992 (vector (custom-unlispify-menu-entry symbol) | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3993 `(customize-variable ',symbol) |
| 17334 | 3994 t)))) |
| 3995 | |
| 17415 | 3996 ;; Add checkboxes to boolean variable entries. |
| 17334 | 3997 (widget-put (get 'boolean 'widget-type) |
| 3998 :custom-menu (lambda (widget symbol) | |
| 3999 (vector (custom-unlispify-menu-entry symbol) | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
4000 `(customize-variable ',symbol) |
| 17334 | 4001 ':style 'toggle |
| 4002 ':selected symbol))) | |
| 4003 | |
|
30184
aa305b5e66ed
(custom-group-menu-create, customize-menu-create): Use :filter, per old
Dave Love <fx@gnu.org>
parents:
29879
diff
changeset
|
4004 (defun custom-group-menu-create (widget symbol) |
|
aa305b5e66ed
(custom-group-menu-create, customize-menu-create): Use :filter, per old
Dave Love <fx@gnu.org>
parents:
29879
diff
changeset
|
4005 "Ignoring WIDGET, create a menu entry for customization group SYMBOL." |
|
aa305b5e66ed
(custom-group-menu-create, customize-menu-create): Use :filter, per old
Dave Love <fx@gnu.org>
parents:
29879
diff
changeset
|
4006 `( ,(custom-unlispify-menu-entry symbol t) |
|
aa305b5e66ed
(custom-group-menu-create, customize-menu-create): Use :filter, per old
Dave Love <fx@gnu.org>
parents:
29879
diff
changeset
|
4007 :filter (lambda (&rest junk) |
|
47168
59fc9e6fd3e8
(custom-unlispify-menu-entry): Don't remove
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46580
diff
changeset
|
4008 (let ((menu (custom-menu-create ',symbol))) |
|
59fc9e6fd3e8
(custom-unlispify-menu-entry): Don't remove
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46580
diff
changeset
|
4009 (if (consp menu) (cdr menu) menu))))) |
| 17334 | 4010 |
| 17415 | 4011 ;;;###autoload |
| 4012 (defun custom-menu-create (symbol) | |
| 17334 | 4013 "Create menu for customization group SYMBOL. |
| 4014 The menu is in a format applicable to `easy-menu-define'." | |
| 17415 | 4015 (let* ((item (vector (custom-unlispify-menu-entry symbol) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
4016 `(customize-group ',symbol) |
| 17415 | 4017 t))) |
| 4018 (if (and (or (not (boundp 'custom-menu-nesting)) | |
| 4019 (>= custom-menu-nesting 0)) | |
|
49126
697ca5db73b8
(customize-group, customize-group-other-window):
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49104
diff
changeset
|
4020 (progn |
|
697ca5db73b8
(customize-group, customize-group-other-window):
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49104
diff
changeset
|
4021 (custom-load-symbol symbol) |
|
697ca5db73b8
(customize-group, customize-group-other-window):
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49104
diff
changeset
|
4022 (< (length (get symbol 'custom-group)) widget-menu-max-size))) |
| 17334 | 4023 (let ((custom-prefix-list (custom-prefix-add symbol |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
4024 custom-prefix-list)) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
4025 (members (custom-sort-items (get symbol 'custom-group) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
4026 custom-menu-sort-alphabetically |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
4027 custom-menu-order-groups))) |
| 17334 | 4028 `(,(custom-unlispify-menu-entry symbol t) |
| 4029 ,item | |
| 4030 "--" | |
| 4031 ,@(mapcar (lambda (entry) | |
| 4032 (widget-apply (if (listp (nth 1 entry)) | |
| 4033 (nth 1 entry) | |
| 4034 (list (nth 1 entry))) | |
| 4035 :custom-menu (nth 0 entry))) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
4036 members))) |
| 17334 | 4037 item))) |
| 4038 | |
| 4039 ;;;###autoload | |
| 17415 | 4040 (defun customize-menu-create (symbol &optional name) |
| 4041 "Return a customize menu for customization group SYMBOL. | |
| 25685 | 4042 If optional NAME is given, use that as the name of the menu. |
| 17415 | 4043 Otherwise the menu will be named `Customize'. |
| 4044 The format is suitable for use with `easy-menu-define'." | |
| 4045 (unless name | |
| 4046 (setq name "Customize")) | |
|
30184
aa305b5e66ed
(custom-group-menu-create, customize-menu-create): Use :filter, per old
Dave Love <fx@gnu.org>
parents:
29879
diff
changeset
|
4047 `(,name |
|
aa305b5e66ed
(custom-group-menu-create, customize-menu-create): Use :filter, per old
Dave Love <fx@gnu.org>
parents:
29879
diff
changeset
|
4048 :filter (lambda (&rest junk) |
|
47168
59fc9e6fd3e8
(custom-unlispify-menu-entry): Don't remove
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46580
diff
changeset
|
4049 (let ((menu (custom-menu-create ',symbol))) |
|
59fc9e6fd3e8
(custom-unlispify-menu-entry): Don't remove
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46580
diff
changeset
|
4050 (if (consp menu) (cdr menu) menu))))) |
| 17334 | 4051 |
| 17415 | 4052 ;;; The Custom Mode. |
| 4053 | |
| 4054 (defvar custom-mode-map nil | |
| 4055 "Keymap for `custom-mode'.") | |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4056 |
| 17415 | 4057 (unless custom-mode-map |
|
33110
10379d59910e
(custom-mode-map): Switch back to a sparse keymap.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
33024
diff
changeset
|
4058 ;; This keymap should be dense, but a dense keymap would prevent inheriting |
|
10379d59910e
(custom-mode-map): Switch back to a sparse keymap.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
33024
diff
changeset
|
4059 ;; "\r" bindings from the parent map. |
|
10379d59910e
(custom-mode-map): Switch back to a sparse keymap.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
33024
diff
changeset
|
4060 (setq custom-mode-map (make-sparse-keymap)) |
| 17415 | 4061 (set-keymap-parent custom-mode-map widget-keymap) |
|
18139
ee3c0d09dcd3
Synched with 1.9908.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18131
diff
changeset
|
4062 (suppress-keymap custom-mode-map) |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4063 (define-key custom-mode-map " " 'scroll-up) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4064 (define-key custom-mode-map "\177" 'scroll-down) |
|
55272
ee2b597412c9
(custom-mode-map): Add key binding `C-x C-s' to `Custom-save'.
Juri Linkov <juri@jurta.org>
parents:
54721
diff
changeset
|
4065 (define-key custom-mode-map "\C-x\C-s" 'Custom-save) |
| 25685 | 4066 (define-key custom-mode-map "q" 'Custom-buffer-done) |
|
18460
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4067 (define-key custom-mode-map "u" 'Custom-goto-parent) |
|
18609
242173dd0e67
(custom-mode-map): Bind n and p.
Richard M. Stallman <rms@gnu.org>
parents:
18606
diff
changeset
|
4068 (define-key custom-mode-map "n" 'widget-forward) |
|
242173dd0e67
(custom-mode-map): Bind n and p.
Richard M. Stallman <rms@gnu.org>
parents:
18606
diff
changeset
|
4069 (define-key custom-mode-map "p" 'widget-backward) |
|
18460
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4070 (define-key custom-mode-map [mouse-1] 'Custom-move-and-invoke)) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4071 |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4072 (defun Custom-move-and-invoke (event) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4073 "Move to where you click, and if it is an active field, invoke it." |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4074 (interactive "e") |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4075 (mouse-set-point event) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4076 (if (widget-event-point event) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4077 (let* ((pos (widget-event-point event)) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4078 (button (get-char-property pos 'button))) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4079 (if button |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4080 (widget-button-click event))))) |
| 17415 | 4081 |
| 25685 | 4082 (easy-menu-define Custom-mode-menu |
| 17415 | 4083 custom-mode-map |
| 4084 "Menu used in customization buffers." | |
| 4085 `("Custom" | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
4086 ,(customize-menu-create 'customize) |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4087 ["Set" Custom-set t] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4088 ["Save" Custom-save t] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4089 ["Reset to Current" Custom-reset-current t] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4090 ["Reset to Saved" Custom-reset-saved t] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4091 ["Reset to Standard Settings" Custom-reset-standard t] |
|
23357
856a82c440fa
(Custom-mode-menu): Fix info node name.
Karl Heuer <kwzh@gnu.org>
parents:
23223
diff
changeset
|
4092 ["Info" (Info-goto-node "(emacs)Easy Customization") t])) |
| 17415 | 4093 |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4094 (defun Custom-goto-parent () |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4095 "Go to the parent group listed at the top of this buffer. |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4096 If several parents are listed, go to the first of them." |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4097 (interactive) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4098 (save-excursion |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4099 (goto-char (point-min)) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4100 (if (search-forward "\nGo to parent group: " nil t) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4101 (let* ((button (get-char-property (point) 'button)) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4102 (parent (downcase (widget-get button :tag)))) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4103 (customize-group parent))))) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4104 |
| 17415 | 4105 (defcustom custom-mode-hook nil |
| 25685 | 4106 "Hook called when entering Custom mode." |
| 17415 | 4107 :type 'hook |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
4108 :group 'custom-buffer ) |
| 17415 | 4109 |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4110 (defun custom-state-buffer-message (widget) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4111 (if (eq (widget-get (widget-get widget :parent) :custom-state) 'modified) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4112 (message "To install your edits, invoke [State] and choose the Set operation"))) |
|
18430
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
4113 |
| 17415 | 4114 (defun custom-mode () |
| 4115 "Major mode for editing customization buffers. | |
| 4116 | |
| 4117 The following commands are available: | |
| 4118 | |
| 4119 Move to next button or editable field. \\[widget-forward] | |
| 4120 Move to previous button or editable field. \\[widget-backward] | |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
4121 \\<widget-field-keymap>\ |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
4122 Complete content of editable text field. \\[widget-complete] |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
4123 \\<custom-mode-map>\ |
|
18460
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4124 Invoke button under the mouse pointer. \\[Custom-move-and-invoke] |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
4125 Invoke button under point. \\[widget-button-press] |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4126 Set all modifications. \\[Custom-set] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4127 Make all modifications default. \\[Custom-save] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4128 Reset all modified options. \\[Custom-reset-current] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4129 Reset all modified or set options. \\[Custom-reset-saved] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4130 Reset all options. \\[Custom-reset-standard] |
| 17415 | 4131 |
| 4132 Entry to this mode calls the value of `custom-mode-hook' | |
| 4133 if that value is non-nil." | |
| 4134 (kill-all-local-variables) | |
| 4135 (setq major-mode 'custom-mode | |
| 4136 mode-name "Custom") | |
| 4137 (use-local-map custom-mode-map) | |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4138 (easy-menu-add Custom-mode-menu) |
| 17415 | 4139 (make-local-variable 'custom-options) |
|
50283
73ab8e5b6d65
2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
John Paul Wallington <jpw@pobox.com>
parents:
50077
diff
changeset
|
4140 (make-local-variable 'custom-local-buffer) |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4141 (make-local-variable 'widget-documentation-face) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4142 (setq widget-documentation-face 'custom-documentation-face) |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
4143 (make-local-variable 'widget-button-face) |
|
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
4144 (setq widget-button-face 'custom-button-face) |
| 25685 | 4145 (set (make-local-variable 'widget-button-pressed-face) |
| 4146 'custom-button-pressed-face) | |
| 4147 (set (make-local-variable 'widget-mouse-face) | |
| 4148 'custom-button-pressed-face) ; buttons `depress' when moused | |
| 4149 ;; When possible, use relief for buttons, not bracketing. This test | |
| 4150 ;; may not be optimal. | |
| 4151 (when custom-raised-buttons | |
| 4152 (set (make-local-variable 'widget-push-button-prefix) "") | |
| 4153 (set (make-local-variable 'widget-push-button-suffix) "") | |
| 4154 (set (make-local-variable 'widget-link-prefix) "") | |
| 4155 (set (make-local-variable 'widget-link-suffix) "")) | |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4156 (add-hook 'widget-edit-functions 'custom-state-buffer-message nil t) |
| 17415 | 4157 (run-hooks 'custom-mode-hook)) |
| 17334 | 4158 |
|
32904
2109c5fb0c3f
(custom-mode): Add `special' mode-class property.
Dave Love <fx@gnu.org>
parents:
32883
diff
changeset
|
4159 (put 'custom-mode 'mode-class 'special) |
|
2109c5fb0c3f
(custom-mode): Add `special' mode-class property.
Dave Love <fx@gnu.org>
parents:
32883
diff
changeset
|
4160 |
| 28130 | 4161 (add-to-list |
| 4162 'debug-ignored-errors | |
| 4163 "^No user options have changed defaults in recent Emacs versions$") | |
| 4164 | |
| 17334 | 4165 ;;; The End. |
| 4166 | |
| 4167 (provide 'cus-edit) | |
| 4168 | |
| 52401 | 4169 ;;; arch-tag: 64533aa4-1b1a-48c3-8812-f9dc718e8a6f |
| 25685 | 4170 ;;; cus-edit.el ends here |
