Mercurial > emacs
annotate lisp/cus-edit.el @ 54736:b94de166de9d
(ethio-sera-being-called-by-w3): New
variable.
(ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
instead of sera-being-called-by-w3.
(ethio-fidel-to-sera-buffer): Likewise.
(ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
instead of sera-being-called-by-w3.
(ethio-write-file): Likewise.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 05 Apr 2004 23:27:37 +0000 |
| parents | 5b50970ffa95 |
| children | ee2b597412c9 |
| 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) |
|
48975
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
899 (let ((window (selected-window)) |
|
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)) |
|
22348
86cb09249796
(customize-group-other-window): Fix previous change.
Karl Heuer <kwzh@gnu.org>
parents:
22332
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 (select-window window)) |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
908 (custom-buffer-create-other-window |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
909 (list (list group 'custom-group)) |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
910 name |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
911 (concat " for group " |
|
e35aafba190f
(customize-group-other-window): Handle groups not
Richard M. Stallman <rms@gnu.org>
parents:
21669
diff
changeset
|
912 (custom-unlispify-tag-name group)))))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
913 |
| 18089 | 914 ;;;###autoload |
| 915 (defalias 'customize-variable 'customize-option) | |
|
18086
dbae3eb8b351
(customize-option): Renamed from custom-variable.
Richard M. Stallman <rms@gnu.org>
parents:
18085
diff
changeset
|
916 |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
917 ;;;###autoload |
|
18086
dbae3eb8b351
(customize-option): Renamed from custom-variable.
Richard M. Stallman <rms@gnu.org>
parents:
18085
diff
changeset
|
918 (defun customize-option (symbol) |
|
dbae3eb8b351
(customize-option): Renamed from custom-variable.
Richard M. Stallman <rms@gnu.org>
parents:
18085
diff
changeset
|
919 "Customize SYMBOL, which must be a user option variable." |
| 17415 | 920 (interactive (custom-variable-prompt)) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
921 (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
|
922 (format "*Customize Option: %s*" |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
923 (custom-unlispify-tag-name symbol)))) |
| 17334 | 924 |
|
48975
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
925 ;;;###autoload |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
926 (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
|
927 |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
928 ;;;###autoload |
|
227f251b919a
(customize-group-other-window): Use pop-to-buffer in
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48958
diff
changeset
|
929 (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
|
930 "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
|
931 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
|
932 (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
|
933 (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
|
934 (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
|
935 (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
|
936 |
|
23105
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
937 (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
|
938 "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
|
939 |
| 17334 | 940 ;;;###autoload |
|
20444
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
941 (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
|
942 "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
|
943 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
|
944 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
|
945 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
|
946 |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
947 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
|
948 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
|
949 version." |
|
23105
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
950 |
|
20444
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
951 (interactive "sCustomize options changed, since version (default all versions): ") |
|
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
952 (if (equal since-version "") |
|
29762
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
953 (setq since-version nil) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
954 (unless (condition-case nil |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
955 (numberp (read since-version)) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
956 (error nil)) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
957 (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
|
958 (unless since-version |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
959 (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
|
960 |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
961 ;; 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
|
962 ;; custom-load-symbol for this. |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
963 (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
|
964 (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
|
965 (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
|
966 (dolist (load (cdr elt)) |
|
b99be2b86231
(customize-changed-options): Undo last doc change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49218
diff
changeset
|
967 (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
|
968 (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
|
969 (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
|
970 |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
971 (let (found) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
972 (mapatoms |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
973 (lambda (symbol) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
974 (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
|
975 (if version |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
976 (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
|
977 (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
|
978 (get symbol 'group-documentation)) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
979 (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
|
980 (if (custom-variable-p symbol) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
981 (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
|
982 (if (custom-facep symbol) |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
983 (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
|
984 (if found |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
985 (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
|
986 "*Customize Changed Options*") |
|
ddeb57b6c977
(customize-changed-options): Doc addition. Load the
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49126
diff
changeset
|
987 (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
|
988 since-version)))) |
|
20444
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
989 |
|
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
990 (defun customize-version-lessp (version1 version2) |
|
29762
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
991 ;; 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
|
992 ;; 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
|
993 |
|
23105
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
994 ;; 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
|
995 ;; in the :version value. |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
996 (if (numberp version2) |
|
a47a69af14c8
(customize-version-lessp): Handle a number as VERSION2.
Karl Heuer <kwzh@gnu.org>
parents:
22667
diff
changeset
|
997 (setq version2 (prin1-to-string version2))) |
|
20444
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
998 (let (major1 major2 minor1 minor2) |
|
29762
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
999 (string-match "\\([0-9]+\\)\\(\\.\\([0-9]+\\)\\)?" version1) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1000 (setq major1 (read (or (match-string 1 version1) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1001 "0"))) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1002 (setq minor1 (read (or (match-string 3 version1) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1003 "0"))) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1004 (string-match "\\([0-9]+\\)\\(\\.\\([0-9]+\\)\\)?" version2) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1005 (setq major2 (read (or (match-string 1 version2) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1006 "0"))) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1007 (setq minor2 (read (or (match-string 3 version2) |
|
8c4512ba3671
(customize-changed-options): Check arg.
Dave Love <fx@gnu.org>
parents:
28941
diff
changeset
|
1008 "0"))) |
|
20444
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
1009 (or (< major1 major2) |
|
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
1010 (and (= major1 major2) |
|
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
1011 (< minor1 minor2))))) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
1012 |
|
20444
a9fbb6791eb7
(customize-changed-options): New function.
Karl Heuer <kwzh@gnu.org>
parents:
20411
diff
changeset
|
1013 ;;;###autoload |
|
44887
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1014 (defun customize-face (&optional face) |
| 17334 | 1015 "Customize SYMBOL, which should be a face name or nil. |
|
44841
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1016 If SYMBOL is nil, customize all faces. |
|
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1017 |
|
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1018 Interactively, when point is on text which has a face specified, |
|
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1019 suggest to customized that face, if it's customizable." |
|
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1020 (interactive |
|
44887
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1021 (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
|
1022 (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
|
1023 (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
|
1024 (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
|
1025 (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
|
1026 (if (listp face) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1027 (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
|
1028 (mapcar (lambda (s) |
|
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1029 (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
|
1030 face) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1031 t nil) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1032 "*Customize Faces*") |
|
44887
01a5b217fd7f
(customize-face): Use read-face-name and handle multiple faces.
Richard M. Stallman <rms@gnu.org>
parents:
44846
diff
changeset
|
1033 (unless (facep face) |
|
49013
4a3d5b9c79b9
(customize-group, customize-group-other-window):
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48997
diff
changeset
|
1034 (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
|
1035 (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
|
1036 (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
|
1037 (custom-unlispify-tag-name face))))) |
| 17334 | 1038 |
| 1039 ;;;###autoload | |
| 44891 | 1040 (defun customize-face-other-window (&optional face) |
|
44841
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1041 "Show customization buffer for face SYMBOL in other window. |
|
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1042 |
|
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1043 Interactively, when point is on text which has a face specified, |
|
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1044 suggest to customized that face, if it's customizable." |
|
ca88dc883a8d
(customize-face-other-window, customize-face):
Gerd Moellmann <gerd@gnu.org>
parents:
44682
diff
changeset
|
1045 (interactive |
|
44888
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1046 (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
|
1047 (if (member face '(nil "")) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1048 (setq face (face-list))) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1049 (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
|
1050 (setq face (car face))) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1051 (if (listp face) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1052 (custom-buffer-create-other-window |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1053 (custom-sort-items |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1054 (mapcar (lambda (s) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1055 (list s 'custom-face)) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1056 face) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1057 t nil) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1058 "*Customize Faces*") |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1059 (unless (facep face) |
|
49013
4a3d5b9c79b9
(customize-group, customize-group-other-window):
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48997
diff
changeset
|
1060 (error "Invalid face %S" face)) |
| 25685 | 1061 (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
|
1062 (list (list face 'custom-face)) |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1063 (format "*Customize Face: %s*" |
|
b74399186334
(customize-face-other-window): Make it work similarly.
Richard M. Stallman <rms@gnu.org>
parents:
44887
diff
changeset
|
1064 (custom-unlispify-tag-name face))))) |
| 17415 | 1065 |
| 1066 ;;;###autoload | |
| 17334 | 1067 (defun customize-customized () |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1068 "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
|
1069 (interactive) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1070 (let ((found nil)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1071 (mapatoms (lambda (symbol) |
| 25685 | 1072 (and (or (get symbol 'customized-face) |
| 1073 (get symbol 'customized-face-comment)) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1074 (custom-facep symbol) |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1075 (push (list symbol 'custom-face) found)) |
| 25685 | 1076 (and (or (get symbol 'customized-value) |
| 1077 (get symbol 'customized-variable-comment)) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1078 (boundp symbol) |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1079 (push (list symbol 'custom-variable) found)))) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1080 (if (not found) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1081 (error "No customized user options") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1082 (custom-buffer-create (custom-sort-items found t nil) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1083 "*Customize Customized*")))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1084 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1085 ;;;###autoload |
|
50077
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1086 (defun customize-rogue () |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1087 "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
|
1088 (interactive) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1089 (let ((found nil)) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1090 (mapatoms (lambda (symbol) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1091 (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
|
1092 (get symbol 'saved-value) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1093 (get symbol 'standard-value)))) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1094 (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
|
1095 (default-boundp symbol) ;Has a value. |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1096 (not (equal (eval (car cval)) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1097 ;; 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
|
1098 (default-value symbol)))) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1099 (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
|
1100 (if (not found) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1101 (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
|
1102 (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
|
1103 "*Customize Rogue*")))) |
|
21135e13f9cd
2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
49556
diff
changeset
|
1104 ;;;###autoload |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1105 (defun customize-saved () |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1106 "Customize all already saved user options." |
| 17334 | 1107 (interactive) |
| 1108 (let ((found nil)) | |
| 1109 (mapatoms (lambda (symbol) | |
| 25685 | 1110 (and (or (get symbol 'saved-face) |
| 1111 (get symbol 'saved-face-comment)) | |
| 17334 | 1112 (custom-facep symbol) |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1113 (push (list symbol 'custom-face) found)) |
| 25685 | 1114 (and (or (get symbol 'saved-value) |
| 1115 (get symbol 'saved-variable-comment)) | |
| 17334 | 1116 (boundp symbol) |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1117 (push (list symbol 'custom-variable) found)))) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1118 (if (not found ) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1119 (error "No saved user options") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1120 (custom-buffer-create (custom-sort-items found t nil) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1121 "*Customize Saved*")))) |
| 17334 | 1122 |
| 1123 ;;;###autoload | |
| 1124 (defun customize-apropos (regexp &optional all) | |
| 1125 "Customize all user options matching REGEXP. | |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1126 If ALL is `options', include only options. |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1127 If ALL is `faces', include only faces. |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1128 If ALL is `groups', include only groups. |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1129 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
|
1130 user-settable, as well as faces and groups." |
| 17334 | 1131 (interactive "sCustomize regexp: \nP") |
| 1132 (let ((found nil)) | |
| 1133 (mapatoms (lambda (symbol) | |
| 1134 (when (string-match regexp (symbol-name symbol)) | |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1135 (when (and (not (memq all '(faces options))) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1136 (get symbol 'custom-group)) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1137 (push (list symbol 'custom-group) found)) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1138 (when (and (not (memq all '(options groups))) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1139 (custom-facep symbol)) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1140 (push (list symbol 'custom-face) found)) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1141 (when (and (not (memq all '(groups faces))) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1142 (boundp symbol) |
| 17334 | 1143 (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
|
1144 (custom-variable-p symbol) |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1145 (if (memq all '(nil options)) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1146 (user-variable-p symbol) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1147 (get symbol 'variable-documentation)))) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1148 (push (list symbol 'custom-variable) found))))) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1149 (if (not found) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1150 (error "No matches") |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1151 (custom-buffer-create (custom-sort-items found t |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1152 custom-buffer-order-groups) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1153 "*Customize Apropos*")))) |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1154 |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1155 ;;;###autoload |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1156 (defun customize-apropos-options (regexp &optional arg) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1157 "Customize all user options matching REGEXP. |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1158 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
|
1159 (interactive "sCustomize regexp: \nP") |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1160 (customize-apropos regexp (or arg 'options))) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1161 |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1162 ;;;###autoload |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1163 (defun customize-apropos-faces (regexp) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1164 "Customize all user faces matching REGEXP." |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1165 (interactive "sCustomize regexp: \n") |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1166 (customize-apropos regexp 'faces)) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1167 |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1168 ;;;###autoload |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1169 (defun customize-apropos-groups (regexp) |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1170 "Customize all user groups matching REGEXP." |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1171 (interactive "sCustomize regexp: \n") |
|
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
1172 (customize-apropos regexp 'groups)) |
| 17334 | 1173 |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1174 ;;; Buffer. |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1175 |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1176 (defcustom custom-buffer-style 'links |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1177 "Control the presentation style for customization buffers. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1178 The value should be a symbol, one of: |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1179 |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1180 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
|
1181 links: groups have links to subgroups." |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1182 :type '(radio (const brackets) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1183 (const links)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1184 :group 'custom-buffer) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1185 |
|
26451
91e697e38599
(customize-face, customize-face-other-window): Require match from
Dave Love <fx@gnu.org>
parents:
25847
diff
changeset
|
1186 ;; 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
|
1187 ;; the window. |
|
25840
6beb132dd31c
(custom-bury-buffer): New function.
Dave Love <fx@gnu.org>
parents:
25824
diff
changeset
|
1188 (defun custom-bury-buffer (buffer) |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1189 (with-current-buffer buffer |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1190 (bury-buffer))) |
|
25840
6beb132dd31c
(custom-bury-buffer): New function.
Dave Love <fx@gnu.org>
parents:
25824
diff
changeset
|
1191 |
|
26451
91e697e38599
(customize-face, customize-face-other-window): Require match from
Dave Love <fx@gnu.org>
parents:
25847
diff
changeset
|
1192 (defcustom custom-buffer-done-function 'custom-bury-buffer |
| 25685 | 1193 "*Function called to remove a Custom buffer when the user is done with it. |
| 1194 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
|
1195 :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
|
1196 (function-item :tag "Kill buffer" kill-buffer) |
| 25685 | 1197 (function :tag "Other")) |
| 1198 :version "21.1" | |
| 1199 :group 'custom-buffer) | |
| 1200 | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1201 (defcustom custom-buffer-indent 3 |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1202 "Number of spaces to indent nested groups." |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1203 :type 'integer |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1204 :group 'custom-buffer) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1205 |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1206 (defun custom-get-fresh-buffer (name) |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1207 "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
|
1208 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
|
1209 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
|
1210 not for everybody." |
|
a2b5bb57e1c9
(custom-get-fresh-buffer): Be extra paranoid,
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51362
diff
changeset
|
1211 ;; 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
|
1212 ;; 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
|
1213 (let ((buf (get-buffer name))) |
|
51429
b107764e9a67
(custom-get-fresh-buffer): Test for nonexistence buffer.
Lute Kamstra <lute@gnu.org>
parents:
51381
diff
changeset
|
1214 (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
|
1215 ;; 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
|
1216 (kill-buffer buf) |
|
a2b5bb57e1c9
(custom-get-fresh-buffer): Be extra paranoid,
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51362
diff
changeset
|
1217 (setq buf nil)) |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1218 (if (null buf) |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1219 (get-buffer-create name) |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1220 (with-current-buffer buf |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1221 (kill-all-local-variables) |
|
51381
a2b5bb57e1c9
(custom-get-fresh-buffer): Be extra paranoid,
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51362
diff
changeset
|
1222 (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
|
1223 ;; 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
|
1224 ;; 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
|
1225 (let ((ols (overlay-lists))) |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1226 (dolist (ol (nconc (car ols) (cdr ols))) |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1227 (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
|
1228 (erase-buffer) |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1229 buf)))) |
|
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1230 |
| 17334 | 1231 ;;;###autoload |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
1232 (defun custom-buffer-create (options &optional name description) |
| 17334 | 1233 "Create a buffer containing OPTIONS. |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1234 Optional NAME is the name of the buffer. |
| 17334 | 1235 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where |
| 1236 SYMBOL is a customization option, and WIDGET is a widget for editing | |
| 1237 that option." | |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1238 (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
|
1239 (custom-buffer-create-internal options description)) |
| 17415 | 1240 |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1241 ;;;###autoload |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
1242 (defun custom-buffer-create-other-window (options &optional name description) |
| 17415 | 1243 "Create a buffer containing OPTIONS. |
|
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*")) |
|
22332
7ad747c6c5a9
(customize-group, customize-group-other-window)
Karl Heuer <kwzh@gnu.org>
parents:
22068
diff
changeset
|
1249 (let ((window (selected-window)) |
|
7ad747c6c5a9
(customize-group, customize-group-other-window)
Karl Heuer <kwzh@gnu.org>
parents:
22068
diff
changeset
|
1250 (pop-up-windows t) |
|
7ad747c6c5a9
(customize-group, customize-group-other-window)
Karl Heuer <kwzh@gnu.org>
parents:
22068
diff
changeset
|
1251 (special-display-buffer-names nil) |
|
7ad747c6c5a9
(customize-group, customize-group-other-window)
Karl Heuer <kwzh@gnu.org>
parents:
22068
diff
changeset
|
1252 (special-display-regexps nil) |
|
7ad747c6c5a9
(customize-group, customize-group-other-window)
Karl Heuer <kwzh@gnu.org>
parents:
22068
diff
changeset
|
1253 (same-window-buffer-names nil) |
|
7ad747c6c5a9
(customize-group, customize-group-other-window)
Karl Heuer <kwzh@gnu.org>
parents:
22068
diff
changeset
|
1254 (same-window-regexps nil)) |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1255 (pop-to-buffer (custom-get-fresh-buffer name)) |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
1256 (custom-buffer-create-internal options description) |
| 17415 | 1257 (select-window window))) |
| 18089 | 1258 |
| 1259 (defcustom custom-reset-button-menu nil | |
| 1260 "If non-nil, only show a single reset button in customize buffers. | |
| 1261 This button will have a menu with all three reset operations." | |
| 1262 :type 'boolean | |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1263 :group 'custom-buffer) |
| 17415 | 1264 |
|
45102
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1265 (defcustom custom-buffer-verbose-help t |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1266 "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
|
1267 :type 'boolean |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1268 :group 'custom-buffer) |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1269 |
| 25685 | 1270 (defun Custom-buffer-done (&rest ignore) |
| 1271 "Remove current buffer by calling `custom-buffer-done-function'." | |
| 1272 (interactive) | |
| 1273 (funcall custom-buffer-done-function (current-buffer))) | |
| 1274 | |
| 1275 (defcustom custom-raised-buttons (not (equal (face-valid-attribute-values :box) | |
| 1276 '(("unspecified" . unspecified)))) | |
| 1277 "If non-nil, indicate active buttons in a `raised-button' style. | |
| 1278 Otherwise use brackets." | |
| 1279 :type 'boolean | |
| 1280 :version "21.1" | |
| 1281 :group 'custom-buffer) | |
| 1282 | |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
1283 (defun custom-buffer-create-internal (options &optional description) |
| 17415 | 1284 (message "Creating customization buffer...") |
| 17334 | 1285 (custom-mode) |
|
45102
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1286 (if custom-buffer-verbose-help |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1287 (progn |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1288 (widget-insert "This is a customization buffer") |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1289 (if description |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1290 (widget-insert description)) |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1291 (widget-insert (format ". |
| 25685 | 1292 %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
|
1293 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
|
1294 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
|
1295 choose the Set operation to set the option value. |
| 25685 | 1296 Invoke " (if custom-raised-buttons |
| 1297 "`Raised' buttons" | |
| 1298 "Square brackets"))) | |
|
45102
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1299 (widget-create 'info-link |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1300 :tag "Help" |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1301 :help-echo "Read the online help." |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1302 "(emacs)Easy Customization") |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1303 (widget-insert " for more information.\n\n") |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1304 (message "Creating customization buttons...") |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1305 (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
|
1306 (widget-insert " ")) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1307 (widget-create 'push-button |
|
18460
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1308 :tag "Set for Current Session" |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1309 :help-echo "\ |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1310 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
|
1311 :action (lambda (widget &optional event) |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
1312 (Custom-set))) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1313 (widget-insert " ") |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1314 (widget-create 'push-button |
|
18460
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1315 :tag "Save for Future Sessions" |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1316 :help-echo "\ |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1317 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
|
1318 :action (lambda (widget &optional event) |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
1319 (Custom-save))) |
| 18089 | 1320 (if custom-reset-button-menu |
|
18460
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1321 (progn |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1322 (widget-insert " ") |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1323 (widget-create 'push-button |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1324 :tag "Reset" |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1325 :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
|
1326 :mouse-down-action (lambda (&rest junk) t) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1327 :action (lambda (widget &optional event) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1328 (custom-reset event)))) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
1329 (widget-insert "\n ") |
| 18089 | 1330 (widget-create 'push-button |
| 1331 :tag "Reset" | |
|
18139
ee3c0d09dcd3
Synched with 1.9908.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18131
diff
changeset
|
1332 :help-echo "\ |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1333 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
|
1334 :action 'Custom-reset-current) |
| 18089 | 1335 (widget-insert " ") |
| 1336 (widget-create 'push-button | |
| 1337 :tag "Reset to Saved" | |
|
18139
ee3c0d09dcd3
Synched with 1.9908.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18131
diff
changeset
|
1338 :help-echo "\ |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1339 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
|
1340 :action 'Custom-reset-saved) |
| 18089 | 1341 (widget-insert " ") |
| 1342 (widget-create 'push-button | |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
1343 :tag "Erase Customization" |
|
18139
ee3c0d09dcd3
Synched with 1.9908.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18131
diff
changeset
|
1344 :help-echo "\ |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
1345 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
|
1346 :action 'Custom-reset-standard)) |
|
45102
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1347 (if (not custom-buffer-verbose-help) |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1348 (progn |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1349 (widget-insert " ") |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1350 (widget-create 'info-link |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1351 :tag "Help" |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1352 :help-echo "Read the online help." |
|
387844a1f703
(custom-buffer-verbose-help): New variable.
Kim F. Storm <storm@cua.dk>
parents:
44912
diff
changeset
|
1353 "(emacs)Easy Customization"))) |
|
18373
45ef45c34aa4
(custom-buffer-create-internal):
Richard M. Stallman <rms@gnu.org>
parents:
18371
diff
changeset
|
1354 (widget-insert " ") |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1355 (widget-create 'push-button |
| 25685 | 1356 :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
|
1357 :help-echo |
|
80383e9be1e2
(custom-buffer-create-internal): Use a help-echo function to be more
Dave Love <fx@gnu.org>
parents:
30184
diff
changeset
|
1358 (lambda (&rest ignore) |
|
33774
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1359 (cond |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1360 ((eq custom-buffer-done-function |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1361 'custom-bury-buffer) |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1362 "Bury this buffer") |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1363 ((eq custom-buffer-done-function 'kill-buffer) |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1364 "Kill this buffer") |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1365 (t "Finish with this buffer"))) |
| 25685 | 1366 :action #'Custom-buffer-done) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1367 (widget-insert "\n\n") |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1368 (message "Creating customization items...") |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
1369 (buffer-disable-undo) |
| 25685 | 1370 (setq custom-options |
| 17334 | 1371 (if (= (length options) 1) |
| 1372 (mapcar (lambda (entry) | |
| 1373 (widget-create (nth 1 entry) | |
|
18139
ee3c0d09dcd3
Synched with 1.9908.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18131
diff
changeset
|
1374 :documentation-shown t |
| 17334 | 1375 :custom-state 'unknown |
| 1376 :tag (custom-unlispify-tag-name | |
| 1377 (nth 0 entry)) | |
| 1378 :value (nth 0 entry))) | |
| 1379 options) | |
| 1380 (let ((count 0) | |
| 1381 (length (length options))) | |
| 1382 (mapcar (lambda (entry) | |
|
33774
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1383 (prog2 |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1384 (message "Creating customization items ...%2d%%" |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1385 (/ (* 100.0 count) length)) |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1386 (widget-create (nth 1 entry) |
| 17334 | 1387 :tag (custom-unlispify-tag-name |
| 1388 (nth 0 entry)) | |
| 1389 :value (nth 0 entry)) | |
|
33774
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1390 (setq count (1+ count)) |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1391 (unless (eq (preceding-char) ?\n) |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1392 (widget-insert "\n")) |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1393 (widget-insert "\n"))) |
|
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
1394 options)))) |
| 17334 | 1395 (unless (eq (preceding-char) ?\n) |
| 1396 (widget-insert "\n")) | |
|
39153
001cb5cd0de9
(custom-buffer-create-internal): Remove "100%" from
Eli Zaretskii <eliz@gnu.org>
parents:
38436
diff
changeset
|
1397 (message "Creating customization items ...done") |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1398 (unless (eq custom-buffer-style 'tree) |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
1399 (mapc 'custom-magic-reset custom-options)) |
| 17334 | 1400 (message "Creating customization setup...") |
| 1401 (widget-setup) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
1402 (buffer-enable-undo) |
| 17334 | 1403 (goto-char (point-min)) |
| 1404 (message "Creating customization buffer...done")) | |
| 1405 | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1406 ;;; The Tree Browser. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1407 |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1408 ;;;###autoload |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1409 (defun customize-browse (&optional group) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1410 "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
|
1411 (interactive) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1412 (unless group |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1413 (setq group 'emacs)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1414 (let ((name "*Customize Browser*")) |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
1415 (pop-to-buffer (custom-get-fresh-buffer name))) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1416 (custom-mode) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1417 (widget-insert "\ |
|
18812
82c80b23fa9d
(custom-unlispify-remove-prefixes): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
18669
diff
changeset
|
1418 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
|
1419 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
|
1420 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
|
1421 (if custom-browse-only-groups |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1422 (widget-insert "\ |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1423 Invoke the [Group] button below to edit that item in another window.\n\n") |
| 25685 | 1424 (widget-insert "Invoke the ") |
| 1425 (widget-create 'item | |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1426 :format "%t" |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1427 :tag "[Group]" |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1428 :tag-glyph "folder") |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1429 (widget-insert ", ") |
| 25685 | 1430 (widget-create 'item |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1431 :format "%t" |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1432 :tag "[Face]" |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1433 :tag-glyph "face") |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1434 (widget-insert ", and ") |
| 25685 | 1435 (widget-create 'item |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1436 :format "%t" |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1437 :tag "[Option]" |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1438 :tag-glyph "option") |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1439 (widget-insert " buttons below to edit that |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1440 item in another window.\n\n")) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1441 (let ((custom-buffer-style 'tree)) |
| 25685 | 1442 (widget-create 'custom-group |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1443 :custom-last t |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1444 :custom-state 'unknown |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1445 :tag (custom-unlispify-tag-name group) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1446 :value group)) |
|
48997
eb9dca992edf
(customize-browse): Call `widget-setup'.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48975
diff
changeset
|
1447 (widget-setup) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
1448 (goto-char (point-min))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1449 |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1450 (define-widget 'custom-browse-visibility 'item |
|
20600
323f33e3e92c
(custom-browse-visibility): Doc fix.
Andreas Schwab <schwab@suse.de>
parents:
20562
diff
changeset
|
1451 "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
|
1452 :format "%[[%t]%]" |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1453 :action 'custom-browse-visibility-action) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1454 |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1455 (defun custom-browse-visibility-action (widget &rest ignore) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1456 (let ((custom-buffer-style 'tree)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1457 (custom-toggle-parent widget))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1458 |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1459 (define-widget 'custom-browse-group-tag 'push-button |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1460 "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
|
1461 :tag "Group" |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1462 :tag-glyph "folder" |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1463 :action 'custom-browse-group-tag-action) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1464 |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1465 (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
|
1466 (let ((parent (widget-get widget :parent))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1467 (customize-group-other-window (widget-value parent)))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1468 |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1469 (define-widget 'custom-browse-variable-tag 'push-button |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1470 "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
|
1471 :tag "Option" |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1472 :tag-glyph "option" |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1473 :action 'custom-browse-variable-tag-action) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1474 |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1475 (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
|
1476 (let ((parent (widget-get widget :parent))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1477 (customize-variable-other-window (widget-value parent)))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1478 |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1479 (define-widget 'custom-browse-face-tag 'push-button |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1480 "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
|
1481 :tag "Face" |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1482 :tag-glyph "face" |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1483 :action 'custom-browse-face-tag-action) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1484 |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1485 (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
|
1486 (let ((parent (widget-get widget :parent))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1487 (customize-face-other-window (widget-value parent)))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1488 |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1489 (defconst custom-browse-alist '((" " "space") |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1490 (" | " "vertical") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1491 ("-\\ " "top") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1492 (" |-" "middle") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1493 (" `-" "bottom"))) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1494 |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1495 (defun custom-browse-insert-prefix (prefix) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1496 "Insert PREFIX. On XEmacs convert it to line graphics." |
| 25685 | 1497 ;; Fixme: do graphics. |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1498 (if nil ; (string-match "XEmacs" emacs-version) |
| 25685 | 1499 (progn |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1500 (insert "*") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1501 (while (not (string-equal prefix "")) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1502 (let ((entry (substring prefix 0 3))) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1503 (setq prefix (substring prefix 3)) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1504 (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
|
1505 (name (nth 1 (assoc entry custom-browse-alist)))) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1506 (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
|
1507 (overlay-put overlay 'start-open t) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1508 (overlay-put overlay 'end-open t))))) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1509 (insert prefix))) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1510 |
| 17334 | 1511 ;;; Modification of Basic Widgets. |
| 1512 ;; | |
| 1513 ;; We add extra properties to the basic widgets needed here. This is | |
| 1514 ;; fine, as long as we are careful to stay within out own namespace. | |
| 1515 ;; | |
| 1516 ;; We want simple widgets to be displayed by default, but complex | |
| 1517 ;; widgets to be hidden. | |
| 1518 | |
| 1519 (widget-put (get 'item 'widget-type) :custom-show t) | |
| 1520 (widget-put (get 'editable-field 'widget-type) | |
| 1521 :custom-show (lambda (widget value) | |
| 1522 (let ((pp (pp-to-string value))) | |
| 1523 (cond ((string-match "\n" pp) | |
| 1524 nil) | |
| 1525 ((> (length pp) 40) | |
| 1526 nil) | |
| 1527 (t t))))) | |
| 1528 (widget-put (get 'menu-choice 'widget-type) :custom-show t) | |
| 1529 | |
| 1530 ;;; The `custom-manual' Widget. | |
| 1531 | |
| 1532 (define-widget 'custom-manual 'info-link | |
| 1533 "Link to the manual entry for this customization option." | |
| 1534 :help-echo "Read the manual entry for this option." | |
| 1535 :tag "Manual") | |
| 1536 | |
| 1537 ;;; The `custom-magic' Widget. | |
| 1538 | |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1539 (defgroup custom-magic-faces nil |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1540 "Faces used by the magic button." |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1541 :group 'custom-faces |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1542 :group 'custom-buffer) |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1543 |
| 17334 | 1544 (defface custom-invalid-face '((((class color)) |
| 1545 (:foreground "yellow" :background "red")) | |
| 1546 (t | |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
1547 (:weight bold :slant italic :underline t))) |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1548 "Face used when the customize item is invalid." |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1549 :group 'custom-magic-faces) |
| 17334 | 1550 |
| 1551 (defface custom-rogue-face '((((class color)) | |
| 1552 (:foreground "pink" :background "black")) | |
| 1553 (t | |
| 1554 (:underline t))) | |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1555 "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
|
1556 :group 'custom-magic-faces) |
| 17334 | 1557 |
| 25685 | 1558 (defface custom-modified-face '((((class color)) |
| 17334 | 1559 (:foreground "white" :background "blue")) |
| 1560 (t | |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
1561 (:slant italic :bold))) |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1562 "Face used when the customize item has been modified." |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1563 :group 'custom-magic-faces) |
| 17334 | 1564 |
| 25685 | 1565 (defface custom-set-face '((((class color)) |
| 17334 | 1566 (:foreground "blue" :background "white")) |
| 1567 (t | |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
1568 (:slant italic))) |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1569 "Face used when the customize item has been set." |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1570 :group 'custom-magic-faces) |
| 17334 | 1571 |
| 25685 | 1572 (defface custom-changed-face '((((class color)) |
| 17334 | 1573 (:foreground "white" :background "blue")) |
| 1574 (t | |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
1575 (:slant italic))) |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1576 "Face used when the customize item has been changed." |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1577 :group 'custom-magic-faces) |
| 17334 | 1578 |
| 1579 (defface custom-saved-face '((t (:underline t))) | |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1580 "Face used when the customize item has been saved." |
|
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1581 :group 'custom-magic-faces) |
| 17334 | 1582 |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1583 (defconst custom-magic-alist '((nil "#" underline "\ |
| 17334 | 1584 uninitialized, you should not see this.") |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1585 (unknown "?" italic "\ |
| 17334 | 1586 unknown, you should not see this.") |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1587 (hidden "-" default "\ |
|
18362
4655515f51cc
(custom-magic-alist) <hidden>: Don't refer to "dots".
Richard M. Stallman <rms@gnu.org>
parents:
18360
diff
changeset
|
1588 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
|
1589 group now hidden, invoke \"Show\", above, to show contents.") |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1590 (invalid "x" custom-invalid-face "\ |
| 18089 | 1591 the value displayed for this %c is invalid and cannot be set.") |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1592 (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
|
1593 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
|
1594 you have edited something in this group, but not set it.") |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1595 (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
|
1596 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
|
1597 something in this group has been set, but not saved.") |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1598 (changed ":" custom-changed-face "\ |
| 18089 | 1599 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
|
1600 something in this group has been changed outside customize.") |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1601 (saved "!" custom-saved-face "\ |
| 18089 | 1602 this %c has been set and saved." "\ |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1603 something in this group has been set and saved.") |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1604 (rogue "@" custom-rogue-face "\ |
| 18089 | 1605 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
|
1606 something in this group is not prepared for customization.") |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1607 (standard " " nil "\ |
| 18089 | 1608 this %c is unchanged from its standard setting." "\ |
|
18139
ee3c0d09dcd3
Synched with 1.9908.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18131
diff
changeset
|
1609 visible group members are all at standard settings.")) |
| 17334 | 1610 "Alist of customize option states. |
| 25685 | 1611 Each entry is of the form (STATE MAGIC FACE ITEM-DESC [ GROUP-DESC ]), where |
| 17334 | 1612 |
| 1613 STATE is one of the following symbols: | |
| 1614 | |
| 1615 `nil' | |
| 1616 For internal use, should never occur. | |
| 1617 `unknown' | |
| 1618 For internal use, should never occur. | |
| 1619 `hidden' | |
| 25685 | 1620 This item is not being displayed. |
| 17334 | 1621 `invalid' |
| 1622 This item is modified, but has an invalid form. | |
| 1623 `modified' | |
| 1624 This item is modified, and has a valid form. | |
| 1625 `set' | |
| 1626 This item has been set but not saved. | |
| 1627 `changed' | |
| 1628 The current value of this item has been changed temporarily. | |
| 1629 `saved' | |
| 1630 This item is marked for saving. | |
| 1631 `rogue' | |
| 1632 This item has no customization information. | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1633 `standard' |
|
17641
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
1634 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
|
1635 |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
1636 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
|
1637 |
|
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
1638 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
|
1639 |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1640 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
|
1641 |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1642 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
|
1643 left out, ITEM-DESC will be used. |
| 17334 | 1644 |
| 18089 | 1645 The string %c in either description will be replaced with the |
| 1646 category of the item. These are `group'. `option', and `face'. | |
| 1647 | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1648 The list should be sorted most significant first.") |
| 17334 | 1649 |
| 1650 (defcustom custom-magic-show 'long | |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1651 "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
|
1652 If `long', show a full-line description, not just one word." |
| 17334 | 1653 :type '(choice (const :tag "no" nil) |
|
22600
2f3b4c74e9a1
(custom-magic-show): Use `other' widget type.
Andreas Schwab <schwab@suse.de>
parents:
22538
diff
changeset
|
1654 (const long) |
|
2f3b4c74e9a1
(custom-magic-show): Use `other' widget type.
Andreas Schwab <schwab@suse.de>
parents:
22538
diff
changeset
|
1655 (other :tag "short" short)) |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1656 :group 'custom-buffer) |
| 17334 | 1657 |
| 18089 | 1658 (defcustom custom-magic-show-hidden '(option face) |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1659 "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
|
1660 The value should be a list with the custom categories where the State |
| 18089 | 1661 button should be visible. Possible categories are `group', `option', |
| 1662 and `face'." | |
| 1663 :type '(set (const group) (const option) (const face)) | |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1664 :group 'custom-buffer) |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1665 |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1666 (defcustom custom-magic-show-button nil |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1667 "Show a \"magic\" button indicating the state of each customization option." |
| 17334 | 1668 :type 'boolean |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
1669 :group 'custom-buffer) |
| 17334 | 1670 |
| 1671 (define-widget 'custom-magic 'default | |
| 1672 "Show and manipulate state for a customization option." | |
| 1673 :format "%v" | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1674 :action 'widget-parent-action |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1675 :notify 'ignore |
| 17334 | 1676 :value-get 'ignore |
| 1677 :value-create 'custom-magic-value-create | |
| 1678 :value-delete 'widget-children-value-delete) | |
| 1679 | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1680 (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
|
1681 ;; Non-nil unless hidden. |
| 25685 | 1682 (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
|
1683 :custom-state) |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1684 'hidden))) |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1685 |
| 17334 | 1686 (defun custom-magic-value-create (widget) |
| 28130 | 1687 "Create compact status report for WIDGET." |
| 17334 | 1688 (let* ((parent (widget-get widget :parent)) |
| 1689 (state (widget-get parent :custom-state)) | |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1690 (hidden (eq state 'hidden)) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1691 (entry (assq state custom-magic-alist)) |
| 17334 | 1692 (magic (nth 1 entry)) |
| 1693 (face (nth 2 entry)) | |
| 18089 | 1694 (category (widget-get parent :custom-category)) |
| 1695 (text (or (and (eq category 'group) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1696 (nth 4 entry)) |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1697 (nth 3 entry))) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
1698 (form (widget-get parent :custom-form)) |
| 17334 | 1699 children) |
| 18089 | 1700 (while (string-match "\\`\\(.*\\)%c\\(.*\\)\\'" text) |
| 25685 | 1701 (setq text (concat (match-string 1 text) |
| 18089 | 1702 (symbol-name category) |
| 1703 (match-string 2 text)))) | |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1704 (when (and custom-magic-show |
| 18089 | 1705 (or (not hidden) |
| 1706 (memq category custom-magic-show-hidden))) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1707 (insert " ") |
|
18367
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
1708 (when (and (eq category 'group) |
|
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
1709 (not (and (eq custom-buffer-style 'links) |
|
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
1710 (> (widget-get parent :custom-level) 1)))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1711 (insert-char ?\ (* custom-buffer-indent |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1712 (widget-get parent :custom-level)))) |
| 25685 | 1713 (push (widget-create-child-and-convert |
| 1714 widget 'choice-item | |
| 18087 | 1715 :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
|
1716 :format (if hidden "%t" "%[%t%]") |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1717 :button-prefix 'widget-push-button-prefix |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
1718 :button-suffix 'widget-push-button-suffix |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1719 :mouse-down-action 'widget-magic-mouse-down-action |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1720 :tag "State") |
| 17334 | 1721 children) |
| 1722 (insert ": ") | |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1723 (let ((start (point))) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1724 (if (eq custom-magic-show 'long) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1725 (insert text) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1726 (insert (symbol-name state))) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
1727 (cond ((eq form 'lisp) |
|
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
1728 (insert " (lisp)")) |
|
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
1729 ((eq form 'mismatch) |
|
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
1730 (insert " (mismatch)"))) |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1731 (put-text-property start (point) 'face 'custom-state-face)) |
| 17334 | 1732 (insert "\n")) |
|
18367
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
1733 (when (and (eq category 'group) |
|
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
1734 (not (and (eq custom-buffer-style 'links) |
|
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
1735 (> (widget-get parent :custom-level) 1)))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1736 (insert-char ?\ (* custom-buffer-indent |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1737 (widget-get parent :custom-level)))) |
| 17334 | 1738 (when custom-magic-show-button |
| 1739 (when custom-magic-show | |
| 1740 (let ((indent (widget-get parent :indent))) | |
| 1741 (when indent | |
| 1742 (insert-char ? indent)))) | |
| 25685 | 1743 (push (widget-create-child-and-convert |
| 1744 widget 'choice-item | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1745 :mouse-down-action 'widget-magic-mouse-down-action |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1746 :button-face face |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1747 :button-prefix "" |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1748 :button-suffix "" |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1749 :help-echo "Change the state." |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1750 :format (if hidden "%t" "%[%t%]") |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
1751 :tag (if (memq form '(lisp mismatch)) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1752 (concat "(" magic ")") |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1753 (concat "[" magic "]"))) |
| 17334 | 1754 children) |
| 1755 (insert " ")) | |
| 1756 (widget-put widget :children children))) | |
| 1757 | |
| 1758 (defun custom-magic-reset (widget) | |
| 1759 "Redraw the :custom-magic property of WIDGET." | |
| 1760 (let ((magic (widget-get widget :custom-magic))) | |
| 1761 (widget-value-set magic (widget-value magic)))) | |
| 1762 | |
| 1763 ;;; The `custom' Widget. | |
| 1764 | |
| 25685 | 1765 (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
|
1766 '((((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
|
1767 (: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
|
1768 :background "lightgrey" :foreground "black")) |
| 25685 | 1769 (t |
| 1770 nil)) | |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1771 "Face used for buttons in customization buffers." |
| 25685 | 1772 :version "21.1" |
| 1773 :group 'custom-faces) | |
| 1774 | |
| 1775 (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
|
1776 '((((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
|
1777 (: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
|
1778 :background "lightgrey" :foreground "black")) |
| 25685 | 1779 (t |
| 1780 (:inverse-video t))) | |
| 1781 "Face used for buttons in customization buffers." | |
| 1782 :version "21.1" | |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1783 :group 'custom-faces) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1784 |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1785 (defface custom-documentation-face nil |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1786 "Face used for documentation strings in customization buffers." |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1787 :group 'custom-faces) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1788 |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1789 (defface custom-state-face '((((class color) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1790 (background dark)) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1791 (:foreground "lime green")) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1792 (((class color) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1793 (background light)) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1794 (:foreground "dark green")) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1795 (t nil)) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1796 "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
|
1797 :group 'custom-faces) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1798 |
| 17334 | 1799 (define-widget 'custom 'default |
| 1800 "Customize a user option." | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1801 :format "%v" |
| 17334 | 1802 :convert-widget 'custom-convert-widget |
| 1803 :notify 'custom-notify | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1804 :custom-prefix "" |
| 17334 | 1805 :custom-level 1 |
| 1806 :custom-state 'hidden | |
| 1807 :documentation-property 'widget-subclass-responsibility | |
| 1808 :value-create 'widget-subclass-responsibility | |
| 1809 :value-delete 'widget-children-value-delete | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1810 :value-get 'widget-value-value-get |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1811 :validate 'widget-children-validate |
| 17334 | 1812 :match (lambda (widget value) (symbolp value))) |
| 1813 | |
| 1814 (defun custom-convert-widget (widget) | |
| 28130 | 1815 "Initialize :value and :tag from :args in WIDGET." |
| 17334 | 1816 (let ((args (widget-get widget :args))) |
| 25685 | 1817 (when args |
| 17334 | 1818 (widget-put widget :value (widget-apply widget |
| 1819 :value-to-internal (car args))) | |
| 1820 (widget-put widget :tag (custom-unlispify-tag-name (car args))) | |
| 1821 (widget-put widget :args nil))) | |
| 1822 widget) | |
| 1823 | |
| 1824 (defun custom-notify (widget &rest args) | |
| 1825 "Keep track of changes." | |
| 18090 | 1826 (let ((state (widget-get widget :custom-state))) |
| 1827 (unless (eq state 'modified) | |
| 1828 (unless (memq state '(nil unknown hidden)) | |
| 1829 (widget-put widget :custom-state 'modified)) | |
| 1830 (custom-magic-reset widget) | |
| 1831 (apply 'widget-default-notify widget args)))) | |
| 17334 | 1832 |
| 1833 (defun custom-redraw (widget) | |
| 1834 "Redraw WIDGET with current settings." | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1835 (let ((line (count-lines (point-min) (point))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1836 (column (current-column)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1837 (pos (point)) |
| 17334 | 1838 (from (marker-position (widget-get widget :from))) |
| 1839 (to (marker-position (widget-get widget :to)))) | |
| 1840 (save-excursion | |
| 1841 (widget-value-set widget (widget-value widget)) | |
| 1842 (custom-redraw-magic widget)) | |
| 1843 (when (and (>= pos from) (<= pos to)) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1844 (condition-case nil |
| 25685 | 1845 (progn |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1846 (if (> column 0) |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1847 (goto-line line) |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
1848 (goto-line (1+ line))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1849 (move-to-column column)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1850 (error nil))))) |
| 17334 | 1851 |
| 1852 (defun custom-redraw-magic (widget) | |
| 1853 "Redraw WIDGET state with current settings." | |
| 25685 | 1854 (while widget |
| 17334 | 1855 (let ((magic (widget-get widget :custom-magic))) |
| 25685 | 1856 (cond (magic |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1857 (widget-value-set magic (widget-value magic)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1858 (when (setq widget (widget-get widget :group)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1859 (custom-group-state-update widget))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1860 (t |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1861 (setq widget nil))))) |
| 17334 | 1862 (widget-setup)) |
| 1863 | |
| 1864 (defun custom-show (widget value) | |
| 1865 "Non-nil if WIDGET should be shown with VALUE by default." | |
| 1866 (let ((show (widget-get widget :custom-show))) | |
| 1867 (cond ((null show) | |
| 1868 nil) | |
| 1869 ((eq t show) | |
| 1870 t) | |
| 1871 (t | |
| 1872 (funcall show widget value))))) | |
| 1873 | |
| 1874 (defun custom-load-widget (widget) | |
| 1875 "Load all dependencies for WIDGET." | |
| 1876 (custom-load-symbol (widget-value widget))) | |
| 1877 | |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1878 (defun custom-unloaded-symbol-p (symbol) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1879 "Return non-nil if the dependencies of SYMBOL has not yet been loaded." |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1880 (let ((found nil) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1881 (loads (get symbol 'custom-loads)) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1882 load) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1883 (while loads |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1884 (setq load (car loads) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1885 loads (cdr loads)) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1886 (cond ((symbolp load) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1887 (unless (featurep load) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1888 (setq found t))) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1889 ((assoc load load-history)) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1890 ((assoc (locate-library load) load-history) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1891 (message nil)) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1892 (t |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1893 (setq found t)))) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1894 found)) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1895 |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1896 (defun custom-unloaded-widget-p (widget) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1897 "Return non-nil if the dependencies of WIDGET has not yet been loaded." |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1898 (custom-unloaded-symbol-p (widget-value widget))) |
|
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1899 |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1900 (defun custom-toggle-hide (widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1901 "Toggle visibility of WIDGET." |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
1902 (custom-load-widget widget) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1903 (let ((state (widget-get widget :custom-state))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1904 (cond ((memq state '(invalid modified)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1905 (error "There are unset changes")) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1906 ((eq state 'hidden) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1907 (widget-put widget :custom-state 'unknown)) |
| 25685 | 1908 (t |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1909 (widget-put widget :documentation-shown nil) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1910 (widget-put widget :custom-state 'hidden))) |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
1911 (custom-redraw widget) |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
1912 (widget-setup))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
1913 |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1914 (defun custom-toggle-parent (widget &rest ignore) |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
1915 "Toggle visibility of parent of WIDGET." |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1916 (custom-toggle-hide (widget-get widget :parent))) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
1917 |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1918 (defun custom-add-see-also (widget &optional prefix) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1919 "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
|
1920 Insert PREFIX first if non-nil." |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1921 (let* ((symbol (widget-get widget :value)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1922 (links (get symbol 'custom-links)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1923 (many (> (length links) 2)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1924 (buttons (widget-get widget :buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1925 (indent (widget-get widget :indent))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1926 (when links |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1927 (when indent |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1928 (insert-char ?\ indent)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1929 (when prefix |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1930 (insert prefix)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1931 (insert "See also ") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1932 (while links |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1933 (push (widget-create-child-and-convert widget (car links)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1934 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1935 (setq links (cdr links)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1936 (cond ((null links) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1937 (insert ".\n")) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1938 ((null (cdr links)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1939 (if many |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1940 (insert ", and ") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1941 (insert " and "))) |
| 25685 | 1942 (t |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1943 (insert ", ")))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1944 (widget-put widget :buttons buttons)))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1945 |
|
18371
a32f9b2c2e0c
(custom-add-parent-links): New arg INITIAL-STRING.
Richard M. Stallman <rms@gnu.org>
parents:
18370
diff
changeset
|
1946 (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
|
1947 "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
|
1948 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
|
1949 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
|
1950 (let ((name (widget-value widget)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1951 (type (widget-type widget)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1952 (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
|
1953 (start (point)) |
|
53223
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1954 (parents nil)) |
|
18371
a32f9b2c2e0c
(custom-add-parent-links): New arg INITIAL-STRING.
Richard M. Stallman <rms@gnu.org>
parents:
18370
diff
changeset
|
1955 (insert (or initial-string "Parent groups:")) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1956 (mapatoms (lambda (symbol) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1957 (let ((entry (assq name (get symbol 'custom-group)))) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1958 (when (eq (nth 1 entry) type) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1959 (insert " ") |
| 25685 | 1960 (push (widget-create-child-and-convert |
| 1961 widget 'custom-group-link | |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1962 :tag (custom-unlispify-tag-name symbol) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1963 symbol) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
1964 buttons) |
|
53223
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1965 (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
|
1966 (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
|
1967 (= (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
|
1968 (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
|
1969 (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
|
1970 (when links |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1971 (insert "\nParent documentation: ") |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1972 (while links |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1973 (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
|
1974 buttons) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1975 (setq links (cdr links)) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1976 (cond ((null links) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1977 (insert ".\n")) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1978 ((null (cdr links)) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1979 (if many |
|
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 (insert " and "))) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1982 (t |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1983 (insert ", "))))))) |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1984 (if parents |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1985 (insert "\n") |
|
1fa5a4fc03e5
2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
52401
diff
changeset
|
1986 (delete-region start (point))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1987 (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
|
1988 parents)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
1989 |
| 25685 | 1990 ;;; The `custom-comment' Widget. |
| 1991 | |
| 1992 ;; like the editable field | |
| 1993 (defface custom-comment-face '((((class grayscale color) | |
| 1994 (background light)) | |
| 1995 (:background "gray85")) | |
| 1996 (((class grayscale color) | |
| 1997 (background dark)) | |
| 1998 (:background "dim gray")) | |
| 1999 (t | |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
2000 (:slant italic))) |
| 25685 | 2001 "Face used for comments on variables or faces" |
| 2002 :version "21.1" | |
| 2003 :group 'custom-faces) | |
| 2004 | |
| 2005 ;; like font-lock-comment-face | |
| 2006 (defface custom-comment-tag-face | |
| 2007 '((((class color) (background dark)) (:foreground "gray80")) | |
| 2008 (((class color) (background light)) (:foreground "blue4")) | |
| 2009 (((class grayscale) (background light)) | |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
2010 (:foreground "DimGray" :weight bold :slant italic)) |
| 25685 | 2011 (((class grayscale) (background dark)) |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
2012 (: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
|
2013 (t (:weight bold))) |
| 25685 | 2014 "Face used for variables or faces comment tags" |
| 2015 :group 'custom-faces) | |
| 2016 | |
| 2017 (define-widget 'custom-comment 'string | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2018 "User comment." |
| 25685 | 2019 :tag "Comment" |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2020 :help-echo "Edit a comment here." |
| 25685 | 2021 :sample-face 'custom-comment-tag-face |
| 2022 :value-face 'custom-comment-face | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2023 :shown nil |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2024 :create 'custom-comment-create) |
| 25685 | 2025 |
| 2026 (defun custom-comment-create (widget) | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2027 (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
|
2028 (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
|
2029 (not null-comment)) |
|
f54121af02c8
(custom-comment-create): Fill :from and :to slots
Dave Love <fx@gnu.org>
parents:
25840
diff
changeset
|
2030 (widget-default-create widget) |
|
f54121af02c8
(custom-comment-create): Fill :from and :to slots
Dave Love <fx@gnu.org>
parents:
25840
diff
changeset
|
2031 ;; `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
|
2032 ;; maybe it shouldn't. |
|
f54121af02c8
(custom-comment-create): Fill :from and :to slots
Dave Love <fx@gnu.org>
parents:
25840
diff
changeset
|
2033 (widget-put widget :from (point-marker)) |
|
f54121af02c8
(custom-comment-create): Fill :from and :to slots
Dave Love <fx@gnu.org>
parents:
25840
diff
changeset
|
2034 (widget-put widget :to (point-marker))))) |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2035 |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2036 (defun custom-comment-hide (widget) |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2037 (widget-put (widget-get widget :parent) :comment-shown nil)) |
| 25685 | 2038 |
| 2039 ;; Those functions are for the menu. WIDGET is NOT the comment widget. It's | |
| 2040 ;; the global custom one | |
| 2041 (defun custom-comment-show (widget) | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2042 (widget-put widget :comment-shown t) |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2043 (custom-redraw widget) |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2044 (widget-setup)) |
| 25685 | 2045 |
| 2046 (defun custom-comment-invisible-p (widget) | |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2047 (let ((val (widget-value (widget-get widget :comment-widget)))) |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2048 (and (equal "" val) |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2049 (not (widget-get widget :comment-shown))))) |
| 25685 | 2050 |
| 17334 | 2051 ;;; The `custom-variable' Widget. |
| 2052 | |
| 28130 | 2053 ;; When this was underlined blue, users confused it with a |
| 2054 ;; Mosaic-style hyperlink... | |
|
28172
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
2055 (defface custom-variable-tag-face |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
2056 `((((class color) |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
2057 (background dark)) |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
2058 (: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
|
2059 (((class color) |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
2060 (background light)) |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
2061 (: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
|
2062 (t (:weight bold))) |
| 17334 | 2063 "Face used for unpushable variable tags." |
| 17415 | 2064 :group 'custom-faces) |
| 17334 | 2065 |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
2066 (defface custom-variable-button-face '((t (:underline t :weight bold))) |
| 17334 | 2067 "Face used for pushable variable tags." |
| 17415 | 2068 :group 'custom-faces) |
| 17334 | 2069 |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2070 (defcustom custom-variable-default-form 'edit |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2071 "Default form of displaying variable values." |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2072 :type '(choice (const edit) |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2073 (const lisp)) |
|
21669
9861518505cb
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21649
diff
changeset
|
2074 :group 'custom-buffer |
|
9861518505cb
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21649
diff
changeset
|
2075 :version "20.3") |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2076 |
| 17334 | 2077 (define-widget 'custom-variable 'custom |
| 2078 "Customize variable." | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2079 :format "%v" |
| 17334 | 2080 :help-echo "Set or reset this variable." |
| 2081 :documentation-property 'variable-documentation | |
| 18089 | 2082 :custom-category 'option |
| 17334 | 2083 :custom-state nil |
| 2084 :custom-menu 'custom-variable-menu-create | |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2085 :custom-form nil ; defaults to value of `custom-variable-default-form' |
| 17334 | 2086 :value-create 'custom-variable-value-create |
| 2087 :action 'custom-variable-action | |
| 2088 :custom-set 'custom-variable-set | |
| 2089 :custom-save 'custom-variable-save | |
| 2090 :custom-reset-current 'custom-redraw | |
| 2091 :custom-reset-saved 'custom-variable-reset-saved | |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2092 :custom-reset-standard 'custom-variable-reset-standard |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2093 :custom-standard-value 'custom-variable-standard-value) |
| 17334 | 2094 |
| 17415 | 2095 (defun custom-variable-type (symbol) |
| 2096 "Return a widget suitable for editing the value of SYMBOL. | |
| 25685 | 2097 If SYMBOL has a `custom-type' property, use that. |
| 17415 | 2098 Otherwise, look up symbol in `custom-guess-type-alist'." |
| 2099 (let* ((type (or (get symbol 'custom-type) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2100 (and (not (get symbol 'standard-value)) |
| 17415 | 2101 (custom-guess-type symbol)) |
| 2102 'sexp)) | |
| 2103 (options (get symbol 'custom-options)) | |
| 2104 (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
|
2105 (copy-sequence type) |
| 17415 | 2106 (list type)))) |
| 2107 (when options | |
| 2108 (widget-put tmp :options options)) | |
| 2109 tmp)) | |
| 2110 | |
| 17334 | 2111 (defun custom-variable-value-create (widget) |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2112 "Here is where you edit the variable's value." |
| 17334 | 2113 (custom-load-widget widget) |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2114 (unless (widget-get widget :custom-form) |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2115 (widget-put widget :custom-form custom-variable-default-form)) |
| 17334 | 2116 (let* ((buttons (widget-get widget :buttons)) |
| 2117 (children (widget-get widget :children)) | |
| 2118 (form (widget-get widget :custom-form)) | |
| 2119 (state (widget-get widget :custom-state)) | |
| 2120 (symbol (widget-get widget :value)) | |
| 2121 (tag (widget-get widget :tag)) | |
| 17415 | 2122 (type (custom-variable-type symbol)) |
| 17334 | 2123 (conv (widget-convert type)) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2124 (get (or (get symbol 'custom-get) 'default-value)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2125 (prefix (widget-get widget :custom-prefix)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2126 (last (widget-get widget :custom-last)) |
| 17334 | 2127 (value (if (default-boundp symbol) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2128 (funcall get symbol) |
| 17334 | 2129 (widget-get conv :value)))) |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2130 ;; If the widget is new, the child determines whether it is hidden. |
| 17334 | 2131 (cond (state) |
| 2132 ((custom-show type value) | |
| 2133 (setq state 'unknown)) | |
| 2134 (t | |
| 2135 (setq state 'hidden))) | |
| 2136 ;; If we don't know the state, see if we need to edit it in lisp form. | |
| 2137 (when (eq state 'unknown) | |
| 2138 (unless (widget-apply conv :match value) | |
| 2139 ;; (widget-apply (widget-convert type) :match value) | |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
2140 (setq form 'mismatch))) |
| 17334 | 2141 ;; Now we can create the child widget. |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2142 (cond ((eq custom-buffer-style 'tree) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
2143 (insert prefix (if last " `--- " " |--- ")) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2144 (push (widget-create-child-and-convert |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
2145 widget 'custom-browse-variable-tag) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2146 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2147 (insert " " tag "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2148 (widget-put widget :buttons buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2149 ((eq state 'hidden) |
| 17334 | 2150 ;; Indicate hidden value. |
| 25685 | 2151 (push (widget-create-child-and-convert |
| 17334 | 2152 widget 'item |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2153 :format "%{%t%}: " |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
2154 :sample-face 'custom-variable-tag-face |
| 17334 | 2155 :tag tag |
| 2156 :parent widget) | |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2157 buttons) |
| 25685 | 2158 (push (widget-create-child-and-convert |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2159 widget 'visibility |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2160 :help-echo "Show the value of this option." |
|
46580
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2161 :off "Show Value" |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2162 :action 'custom-toggle-parent |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2163 nil) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2164 buttons)) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
2165 ((memq form '(lisp mismatch)) |
| 17334 | 2166 ;; In lisp mode edit the saved value when possible. |
| 2167 (let* ((value (cond ((get symbol 'saved-value) | |
| 2168 (car (get symbol 'saved-value))) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2169 ((get symbol 'standard-value) |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2170 (car (get symbol 'standard-value))) |
| 17334 | 2171 ((default-boundp symbol) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2172 (custom-quote (funcall get symbol))) |
| 17334 | 2173 (t |
| 2174 (custom-quote (widget-get conv :value)))))) | |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2175 (insert (symbol-name symbol) ": ") |
| 25685 | 2176 (push (widget-create-child-and-convert |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2177 widget 'visibility |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2178 :help-echo "Hide the value of this option." |
|
46580
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2179 :on "Hide Value" |
|
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2180 :off "Show Value" |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2181 :action 'custom-toggle-parent |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2182 t) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2183 buttons) |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2184 (insert " ") |
| 25685 | 2185 (push (widget-create-child-and-convert |
| 2186 widget 'sexp | |
| 17334 | 2187 :button-face 'custom-variable-button-face |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2188 :format "%v" |
| 17334 | 2189 :tag (symbol-name symbol) |
| 2190 :parent widget | |
| 2191 :value value) | |
| 2192 children))) | |
| 2193 (t | |
| 2194 ;; Edit mode. | |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2195 (let* ((format (widget-get type :format)) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2196 tag-format value-format) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2197 (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
|
2198 (error "Bad format")) |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2199 (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
|
2200 (setq value-format (substring format (match-end 0))) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2201 (push (widget-create-child-and-convert |
| 25685 | 2202 widget 'item |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2203 :format tag-format |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2204 :action 'custom-tag-action |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2205 :help-echo "Change value of this option." |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2206 :mouse-down-action 'custom-tag-mouse-down-action |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2207 :button-face 'custom-variable-button-face |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
2208 :sample-face 'custom-variable-tag-face |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2209 tag) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2210 buttons) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2211 (insert " ") |
| 25685 | 2212 (push (widget-create-child-and-convert |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2213 widget 'visibility |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2214 :help-echo "Hide the value of this option." |
|
46580
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2215 :on "Hide Value" |
|
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2216 :off "Show Value" |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2217 :action 'custom-toggle-parent |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2218 t) |
|
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2219 buttons) |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2220 (push (widget-create-child-and-convert |
| 25685 | 2221 widget type |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2222 :format value-format |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2223 :value value) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2224 children)))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2225 (unless (eq custom-buffer-style 'tree) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2226 (unless (eq (preceding-char) ?\n) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2227 (widget-insert "\n")) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2228 ;; Create the magic button. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2229 (let ((magic (widget-create-child-and-convert |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2230 widget 'custom-magic nil))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2231 (widget-put widget :custom-magic magic) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2232 (push magic buttons)) |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2233 ;; ### NOTE: this is ugly!!!! I need to update the :buttons property |
| 25685 | 2234 ;; before the call to `widget-default-format-handler'. Otherwise, I |
| 2235 ;; loose my current `buttons'. This function shouldn't be called like | |
| 2236 ;; this anyway. The doc string widget should be added like the others. | |
| 2237 ;; --dv | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2238 (widget-put widget :buttons buttons) |
|
46580
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2239 (insert "\n") |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2240 ;; Insert documentation. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2241 (widget-default-format-handler widget ?h) |
| 25685 | 2242 |
| 2243 ;; The comment field | |
| 2244 (unless (eq state 'hidden) | |
| 2245 (let* ((comment (get symbol 'variable-comment)) | |
| 2246 (comment-widget | |
| 2247 (widget-create-child-and-convert | |
| 2248 widget 'custom-comment | |
| 2249 :parent widget | |
| 2250 :value (or comment "")))) | |
| 2251 (widget-put widget :comment-widget comment-widget) | |
| 2252 ;; Don't push it !!! Custom assumes that the first child is the | |
| 2253 ;; value one. | |
| 2254 (setq children (append children (list comment-widget))))) | |
| 2255 ;; Update the rest of the properties properties. | |
| 2256 (widget-put widget :custom-form form) | |
| 2257 (widget-put widget :children children) | |
| 2258 ;; Now update the state. | |
| 2259 (if (eq state 'hidden) | |
| 2260 (widget-put widget :custom-state state) | |
| 2261 (custom-variable-state-set widget)) | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2262 ;; See also. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2263 (unless (eq state 'hidden) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2264 (when (eq (widget-get widget :custom-level) 1) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2265 (custom-add-parent-links widget)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2266 (custom-add-see-also widget))))) |
| 17334 | 2267 |
|
18067
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2268 (defun custom-tag-action (widget &rest args) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2269 "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
|
2270 (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
|
2271 :action args)) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2272 |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2273 (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
|
2274 "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
|
2275 (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
|
2276 :mouse-down-action args)) |
|
0e2aa3b58e16
Synched with version 1.9901.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18059
diff
changeset
|
2277 |
| 17334 | 2278 (defun custom-variable-state-set (widget) |
| 2279 "Set the state of WIDGET." | |
| 2280 (let* ((symbol (widget-value widget)) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2281 (get (or (get symbol 'custom-get) 'default-value)) |
| 17334 | 2282 (value (if (default-boundp symbol) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2283 (funcall get symbol) |
| 17334 | 2284 (widget-get widget :value))) |
| 25685 | 2285 (comment (get symbol 'variable-comment)) |
| 17334 | 2286 tmp |
| 25685 | 2287 temp |
| 2288 (state (cond ((progn (setq tmp (get symbol 'customized-value)) | |
| 2289 (setq temp | |
| 2290 (get symbol 'customized-variable-comment)) | |
| 2291 (or tmp temp)) | |
| 17334 | 2292 (if (condition-case nil |
| 25685 | 2293 (and (equal value (eval (car tmp))) |
| 2294 (equal comment temp)) | |
| 17334 | 2295 (error nil)) |
| 2296 'set | |
| 2297 'changed)) | |
| 25685 | 2298 ((progn (setq tmp (get symbol 'saved-value)) |
| 2299 (setq temp (get symbol 'saved-variable-comment)) | |
| 2300 (or tmp temp)) | |
| 17334 | 2301 (if (condition-case nil |
| 25685 | 2302 (and (equal value (eval (car tmp))) |
| 2303 (equal comment temp)) | |
| 17334 | 2304 (error nil)) |
| 2305 'saved | |
| 2306 'changed)) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2307 ((setq tmp (get symbol 'standard-value)) |
| 17334 | 2308 (if (condition-case nil |
| 25685 | 2309 (and (equal value (eval (car tmp))) |
| 2310 (equal comment nil)) | |
| 17334 | 2311 (error nil)) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2312 'standard |
| 17334 | 2313 'changed)) |
| 2314 (t 'rogue)))) | |
| 2315 (widget-put widget :custom-state state))) | |
| 2316 | |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2317 (defun custom-variable-standard-value (widget) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2318 (get (widget-value widget) 'standard-value)) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2319 |
| 25685 | 2320 (defvar custom-variable-menu |
|
18460
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
2321 '(("Set for Current Session" custom-variable-set |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2322 (lambda (widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2323 (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
|
2324 ("Save for Future Sessions" custom-variable-save |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2325 (lambda (widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2326 (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
|
2327 ("Reset to Current" custom-redraw |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2328 (lambda (widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2329 (and (default-boundp (widget-value widget)) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
2330 (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
|
2331 ("Reset to Saved" custom-variable-reset-saved |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2332 (lambda (widget) |
| 25685 | 2333 (and (or (get (widget-value widget) 'saved-value) |
| 2334 (get (widget-value widget) 'saved-variable-comment)) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2335 (memq (widget-get widget :custom-state) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2336 '(modified set changed rogue))))) |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
2337 ("Erase Customization" custom-variable-reset-standard |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2338 (lambda (widget) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2339 (and (get (widget-value widget) 'standard-value) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2340 (memq (widget-get widget :custom-state) |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2341 '(modified set changed saved rogue))))) |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2342 ("Use Backup Value" custom-variable-reset-backup |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2343 (lambda (widget) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2344 (get (widget-value widget) 'backup-value))) |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2345 ("---" ignore ignore) |
| 25685 | 2346 ("Add Comment" custom-comment-show custom-comment-invisible-p) |
| 2347 ("---" ignore ignore) | |
| 2348 ("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
|
2349 (lambda (widget) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
2350 (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
|
2351 ("Show initial Lisp expression" custom-variable-edit-lisp |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2352 (lambda (widget) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
2353 (eq (widget-get widget :custom-form) 'edit)))) |
| 17334 | 2354 "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
|
2355 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
|
2356 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
|
2357 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
|
2358 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
|
2359 widget. If FILTER is nil, ACTION is always valid.") |
| 17334 | 2360 |
| 2361 (defun custom-variable-action (widget &optional event) | |
| 2362 "Show the menu for `custom-variable' WIDGET. | |
| 2363 Optional EVENT is the location for the menu." | |
| 2364 (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
|
2365 (custom-toggle-hide widget) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
2366 (unless (eq (widget-get widget :custom-state) 'modified) |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
2367 (custom-variable-state-set widget)) |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
2368 (custom-redraw-magic widget) |
| 17334 | 2369 (let* ((completion-ignore-case t) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2370 (answer (widget-choose (concat "Operation on " |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2371 (custom-unlispify-tag-name |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2372 (widget-get widget :value))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2373 (custom-menu-filter custom-variable-menu |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2374 widget) |
| 17334 | 2375 event))) |
| 2376 (if answer | |
| 2377 (funcall answer widget))))) | |
| 2378 | |
| 2379 (defun custom-variable-edit (widget) | |
| 2380 "Edit value of WIDGET." | |
| 2381 (widget-put widget :custom-state 'unknown) | |
| 2382 (widget-put widget :custom-form 'edit) | |
| 2383 (custom-redraw widget)) | |
| 2384 | |
| 2385 (defun custom-variable-edit-lisp (widget) | |
| 28130 | 2386 "Edit the Lisp representation of the value of WIDGET." |
| 17334 | 2387 (widget-put widget :custom-state 'unknown) |
| 2388 (widget-put widget :custom-form 'lisp) | |
| 2389 (custom-redraw widget)) | |
| 2390 | |
| 2391 (defun custom-variable-set (widget) | |
| 2392 "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
|
2393 (let* ((form (widget-get widget :custom-form)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2394 (state (widget-get widget :custom-state)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2395 (child (car (widget-get widget :children))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2396 (symbol (widget-value widget)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2397 (set (or (get symbol 'custom-set) 'set-default)) |
| 25685 | 2398 (comment-widget (widget-get widget :comment-widget)) |
| 2399 (comment (widget-value comment-widget)) | |
| 2400 val) | |
| 17334 | 2401 (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
|
2402 (error "Cannot set hidden variable")) |
| 17334 | 2403 ((setq val (widget-apply child :validate)) |
| 2404 (goto-char (widget-get val :from)) | |
| 2405 (error "%s" (widget-get val :error))) | |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
2406 ((memq form '(lisp mismatch)) |
| 25685 | 2407 (when (equal comment "") |
| 2408 (setq comment nil) | |
| 2409 ;; 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
|
2410 (custom-comment-hide comment-widget)) |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2411 (custom-variable-backup-value widget) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2412 (funcall set symbol (eval (setq val (widget-value child)))) |
| 25685 | 2413 (put symbol 'customized-value (list val)) |
| 2414 (put symbol 'variable-comment comment) | |
| 2415 (put symbol 'customized-variable-comment comment)) | |
| 17334 | 2416 (t |
| 25685 | 2417 (when (equal comment "") |
| 2418 (setq comment nil) | |
| 2419 ;; 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
|
2420 (custom-comment-hide comment-widget)) |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2421 (custom-variable-backup-value widget) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2422 (funcall set symbol (setq val (widget-value child))) |
| 25685 | 2423 (put symbol 'customized-value (list (custom-quote val))) |
| 2424 (put symbol 'variable-comment comment) | |
| 2425 (put symbol 'customized-variable-comment comment))) | |
| 17334 | 2426 (custom-variable-state-set widget) |
| 2427 (custom-redraw-magic widget))) | |
| 2428 | |
| 2429 (defun custom-variable-save (widget) | |
|
19823
0c1b4a44db76
(custom-variable-save): Fixed doc string.
Richard M. Stallman <rms@gnu.org>
parents:
19822
diff
changeset
|
2430 "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
|
2431 (let* ((form (widget-get widget :custom-form)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2432 (state (widget-get widget :custom-state)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2433 (child (car (widget-get widget :children))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2434 (symbol (widget-value widget)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2435 (set (or (get symbol 'custom-set) 'set-default)) |
| 25685 | 2436 (comment-widget (widget-get widget :comment-widget)) |
| 2437 (comment (widget-value comment-widget)) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2438 val) |
| 17334 | 2439 (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
|
2440 (error "Cannot set hidden variable")) |
| 17334 | 2441 ((setq val (widget-apply child :validate)) |
| 2442 (goto-char (widget-get val :from)) | |
|
33774
77d48dfb2b29
(custom-buffer-create-internal): Save some consing.
Dave Love <fx@gnu.org>
parents:
33110
diff
changeset
|
2443 (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
|
2444 ((memq form '(lisp mismatch)) |
| 25685 | 2445 (when (equal comment "") |
| 2446 (setq comment nil) | |
| 2447 ;; 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
|
2448 (custom-comment-hide comment-widget)) |
| 17334 | 2449 (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
|
2450 (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
|
2451 'set (list (widget-value child))) |
| 25685 | 2452 (funcall set symbol (eval (widget-value child))) |
| 2453 (put symbol 'variable-comment comment) | |
| 2454 (put symbol 'saved-variable-comment comment)) | |
| 17334 | 2455 (t |
| 25685 | 2456 (when (equal comment "") |
| 2457 (setq comment nil) | |
| 2458 ;; 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
|
2459 (custom-comment-hide comment-widget)) |
| 25685 | 2460 (put symbol 'saved-value |
| 2461 (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
|
2462 (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
|
2463 'set (list (custom-quote (widget-value |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
2464 child)))) |
| 25685 | 2465 (funcall set symbol (widget-value child)) |
| 2466 (put symbol 'variable-comment comment) | |
| 2467 (put symbol 'saved-variable-comment comment))) | |
| 17334 | 2468 (put symbol 'customized-value nil) |
| 25685 | 2469 (put symbol 'customized-variable-comment nil) |
| 17334 | 2470 (custom-save-all) |
| 2471 (custom-variable-state-set widget) | |
| 2472 (custom-redraw-magic widget))) | |
| 2473 | |
| 2474 (defun custom-variable-reset-saved (widget) | |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2475 "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
|
2476 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
|
2477 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
|
2478 (let* ((symbol (widget-value widget)) |
| 25685 | 2479 (set (or (get symbol 'custom-set) 'set-default)) |
| 2480 (value (get symbol 'saved-value)) | |
| 2481 (comment (get symbol 'saved-variable-comment))) | |
| 2482 (cond ((or value comment) | |
| 2483 (put symbol 'variable-comment comment) | |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2484 (custom-variable-backup-value widget) |
| 25685 | 2485 (condition-case nil |
| 2486 (funcall set symbol (eval (car value))) | |
| 2487 (error nil))) | |
| 2488 (t | |
| 2489 (error "No saved value for %s" symbol))) | |
| 17334 | 2490 (put symbol 'customized-value nil) |
| 25685 | 2491 (put symbol 'customized-variable-comment nil) |
| 17334 | 2492 (widget-put widget :custom-state 'unknown) |
| 25685 | 2493 ;; This call will possibly make the comment invisible |
| 17334 | 2494 (custom-redraw widget))) |
| 2495 | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2496 (defun custom-variable-reset-standard (widget) |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
2497 "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
|
2498 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
|
2499 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
|
2500 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
|
2501 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
|
2502 (let* ((symbol (widget-value widget)) |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
2503 (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
|
2504 (if (get symbol 'standard-value) |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2505 (progn |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2506 (custom-variable-backup-value widget) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2507 (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
|
2508 (error "No standard setting known for %S" symbol)) |
|
25824
0d1ba90ad774
(custom-comment): Change widget definition.
Dave Love <fx@gnu.org>
parents:
25685
diff
changeset
|
2509 (put symbol 'variable-comment nil) |
| 17334 | 2510 (put symbol 'customized-value nil) |
| 25685 | 2511 (put symbol 'customized-variable-comment nil) |
| 2512 (when (or (get symbol 'saved-value) (get symbol 'saved-variable-comment)) | |
| 17334 | 2513 (put symbol 'saved-value nil) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
2514 (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
|
2515 ;; 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
|
2516 ;; 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
|
2517 (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
|
2518 (put symbol 'theme-value nil)) |
| 25685 | 2519 (put symbol 'saved-variable-comment nil) |
| 17334 | 2520 (custom-save-all)) |
| 2521 (widget-put widget :custom-state 'unknown) | |
| 25685 | 2522 ;; This call will possibly make the comment invisible |
| 17334 | 2523 (custom-redraw widget))) |
| 2524 | |
|
47503
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2525 (defun custom-variable-backup-value (widget) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2526 "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
|
2527 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
|
2528 (let* ((symbol (widget-value widget)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2529 (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
|
2530 (type (custom-variable-type symbol)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2531 (conv (widget-convert type)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2532 (value (if (default-boundp symbol) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2533 (funcall get symbol) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2534 (widget-get conv :value)))) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2535 (put symbol 'backup-value (list value)))) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2536 |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2537 (defun custom-variable-reset-backup (widget) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2538 "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
|
2539 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
|
2540 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
|
2541 to switch between two values." |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2542 (let* ((symbol (widget-value widget)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2543 (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
|
2544 (value (get symbol 'backup-value)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2545 (comment-widget (widget-get widget :comment-widget)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2546 (comment (widget-value comment-widget))) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2547 (if value |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2548 (progn |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2549 (custom-variable-backup-value widget) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2550 (condition-case nil |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2551 (funcall set symbol (car value)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2552 (error nil))) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2553 (error "No backup value for %s" symbol)) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2554 (put symbol 'customized-value (list (car value))) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2555 (put symbol 'variable-comment comment) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2556 (put symbol 'customized-variable-comment comment) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2557 (custom-variable-state-set widget) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2558 ;; 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
|
2559 (custom-redraw widget))) |
|
8b3fa993e0ad
(custom-variable-backup-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
47315
diff
changeset
|
2560 |
| 17334 | 2561 ;;; The `custom-face-edit' Widget. |
| 2562 | |
| 2563 (define-widget 'custom-face-edit 'checklist | |
| 2564 "Edit face attributes." | |
| 2565 :format "%t: %v" | |
| 2566 :tag "Attributes" | |
| 2567 :extra-offset 12 | |
| 25685 | 2568 :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
|
2569 :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
|
2570 :match (lambda (widget value) |
|
49521
c259d8177692
2003-01-29 Didier Verna <didier@xemacs.org>
John Paul Wallington <jpw@pobox.com>
parents:
49300
diff
changeset
|
2571 (widget-checklist-match widget |
|
42448
5269e6fd0fbc
(custom-face-edit-fix-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
41606
diff
changeset
|
2572 (custom-face-edit-fix-value widget value))) |
|
39606
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2573 :convert-widget 'custom-face-edit-convert-widget |
| 17334 | 2574 :args (mapcar (lambda (att) |
| 25685 | 2575 (list 'group |
| 17334 | 2576 :inline t |
| 2577 :sibling-args (widget-get (nth 1 att) :sibling-args) | |
| 25685 | 2578 (list 'const :format "" :value (nth 0 att)) |
| 17334 | 2579 (nth 1 att))) |
| 2580 custom-face-attributes)) | |
| 2581 | |
|
42448
5269e6fd0fbc
(custom-face-edit-fix-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
41606
diff
changeset
|
2582 (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
|
2583 "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
|
2584 Also change :reverse-video to :inverse-video." |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2585 (if (listp value) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2586 (let (result) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2587 (while value |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2588 (let ((key (car value)) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2589 (val (car (cdr value)))) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2590 (cond ((eq key :italic) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2591 (push :slant result) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2592 (push (if val 'italic 'normal) result)) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2593 ((eq key :bold) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2594 (push :weight result) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2595 (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
|
2596 ((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
|
2597 (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
|
2598 (push val result)) |
|
49521
c259d8177692
2003-01-29 Didier Verna <didier@xemacs.org>
John Paul Wallington <jpw@pobox.com>
parents:
49300
diff
changeset
|
2599 (t |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2600 (push key result) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2601 (push val result)))) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2602 (setq value (cdr (cdr value)))) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2603 (setq result (nreverse result)) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2604 result) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2605 value)) |
|
42448
5269e6fd0fbc
(custom-face-edit-fix-value): New function.
Richard M. Stallman <rms@gnu.org>
parents:
41606
diff
changeset
|
2606 |
|
39606
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2607 (defun custom-face-edit-convert-widget (widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2608 "Convert :args as widget types in WIDGET." |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2609 (widget-put |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2610 widget |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2611 :args (mapcar (lambda (arg) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2612 (widget-convert arg |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2613 :deactivate 'custom-face-edit-deactivate |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2614 :activate 'custom-face-edit-activate |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2615 :delete 'custom-face-edit-delete)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2616 (widget-get widget :args))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2617 widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2618 |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2619 (defun custom-face-edit-deactivate (widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2620 "Make face widget WIDGET inactive for user modifications." |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2621 (unless (widget-get widget :inactive) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2622 (let ((tag (custom-face-edit-attribute-tag widget)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2623 (from (copy-marker (widget-get widget :from))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2624 (value (widget-value widget)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2625 (inhibit-read-only t) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2626 (inhibit-modification-hooks t)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2627 (save-excursion |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2628 (goto-char from) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2629 (widget-default-delete widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2630 (insert tag ": *\n") |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2631 (widget-put widget :inactive |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2632 (cons value (cons from (- (point) from)))))))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2633 |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2634 (defun custom-face-edit-activate (widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2635 "Make face widget WIDGET inactive for user modifications." |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2636 (let ((inactive (widget-get widget :inactive)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2637 (inhibit-read-only t) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2638 (inhibit-modification-hooks t)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2639 (when (consp inactive) |
|
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 (car (cdr inactive))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2642 (delete-region (point) (+ (point) (cdr (cdr inactive)))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2643 (widget-put widget :inactive nil) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2644 (widget-apply widget :create) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2645 (widget-value-set widget (car inactive)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2646 (widget-setup))))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2647 |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2648 (defun custom-face-edit-delete (widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2649 "Remove widget from the buffer." |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2650 (let ((inactive (widget-get widget :inactive)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2651 (inhibit-read-only t) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2652 (inhibit-modification-hooks t)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2653 (if (not inactive) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2654 ;; 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
|
2655 (widget-default-delete widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2656 ;; 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
|
2657 ;; 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
|
2658 (delete-region (car (cdr inactive)) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2659 (+ (car (cdr inactive)) (cdr (cdr inactive)))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2660 (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
|
2661 |
|
39606
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2662 |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2663 (defun custom-face-edit-attribute-tag (widget) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2664 "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
|
2665 (let ((tag (widget-get widget :tag))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2666 (or (and (not (equal tag "")) tag) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2667 (let ((children (widget-get widget :children))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2668 (while (and (null tag) children) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2669 (setq tag (custom-face-edit-attribute-tag (pop children)))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2670 tag)))) |
|
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2671 |
| 17334 | 2672 ;;; The `custom-display' Widget. |
| 2673 | |
| 2674 (define-widget 'custom-display 'menu-choice | |
| 2675 "Select a display type." | |
| 2676 :tag "Display" | |
| 2677 :value t | |
| 2678 :help-echo "Specify frames where the face attributes should be used." | |
| 2679 :args '((const :tag "all" t) | |
| 2680 (checklist | |
| 2681 :offset 0 | |
| 2682 :extra-offset 9 | |
| 2683 :args ((group :sibling-args (:help-echo "\ | |
| 2684 Only match the specified window systems.") | |
| 2685 (const :format "Type: " | |
| 2686 type) | |
| 2687 (checklist :inline t | |
| 2688 :offset 0 | |
| 2689 (const :format "X " | |
| 2690 :sibling-args (:help-echo "\ | |
| 2691 The X11 Window System.") | |
| 2692 x) | |
| 2693 (const :format "PM " | |
| 2694 :sibling-args (:help-echo "\ | |
| 2695 OS/2 Presentation Manager.") | |
| 2696 pm) | |
|
19684
d5378da3dd73
(custom-display): Use w32 instead of win32.
Geoff Voelker <voelker@cs.washington.edu>
parents:
19316
diff
changeset
|
2697 (const :format "W32 " |
| 17334 | 2698 :sibling-args (:help-echo "\ |
|
19684
d5378da3dd73
(custom-display): Use w32 instead of win32.
Geoff Voelker <voelker@cs.washington.edu>
parents:
19316
diff
changeset
|
2699 Windows NT/9X.") |
|
d5378da3dd73
(custom-display): Use w32 instead of win32.
Geoff Voelker <voelker@cs.washington.edu>
parents:
19316
diff
changeset
|
2700 w32) |
|
48633
8ef126b2490a
(custom-display): Add checkbox for type mac.
Andreas Schwab <schwab@suse.de>
parents:
48243
diff
changeset
|
2701 (const :format "MAC " |
|
8ef126b2490a
(custom-display): Add checkbox for type mac.
Andreas Schwab <schwab@suse.de>
parents:
48243
diff
changeset
|
2702 :sibling-args (:help-echo "\ |
|
8ef126b2490a
(custom-display): Add checkbox for type mac.
Andreas Schwab <schwab@suse.de>
parents:
48243
diff
changeset
|
2703 Macintosh OS.") |
|
8ef126b2490a
(custom-display): Add checkbox for type mac.
Andreas Schwab <schwab@suse.de>
parents:
48243
diff
changeset
|
2704 mac) |
| 17334 | 2705 (const :format "DOS " |
| 2706 :sibling-args (:help-echo "\ | |
| 2707 Plain MS-DOS.") | |
| 2708 pc) | |
| 2709 (const :format "TTY%n" | |
| 2710 :sibling-args (:help-echo "\ | |
| 2711 Plain text terminals.") | |
| 2712 tty))) | |
| 2713 (group :sibling-args (:help-echo "\ | |
| 2714 Only match the frames with the specified color support.") | |
| 2715 (const :format "Class: " | |
| 2716 class) | |
| 2717 (checklist :inline t | |
| 2718 :offset 0 | |
| 2719 (const :format "Color " | |
| 2720 :sibling-args (:help-echo "\ | |
| 2721 Match color frames.") | |
| 2722 color) | |
| 2723 (const :format "Grayscale " | |
| 2724 :sibling-args (:help-echo "\ | |
| 2725 Match grayscale frames.") | |
| 2726 grayscale) | |
| 2727 (const :format "Monochrome%n" | |
| 2728 :sibling-args (:help-echo "\ | |
| 2729 Match frames with no color support.") | |
| 2730 mono))) | |
| 2731 (group :sibling-args (:help-echo "\ | |
| 2732 Only match frames with the specified intensity.") | |
| 2733 (const :format "\ | |
| 2734 Background brightness: " | |
| 2735 background) | |
| 2736 (checklist :inline t | |
| 2737 :offset 0 | |
| 2738 (const :format "Light " | |
| 2739 :sibling-args (:help-echo "\ | |
| 2740 Match frames with light backgrounds.") | |
| 2741 light) | |
| 2742 (const :format "Dark\n" | |
| 2743 :sibling-args (:help-echo "\ | |
| 2744 Match frames with dark backgrounds.") | |
|
45724
ee1a7b81cb0e
(custom-display): Add support for `supports' predicate.
Miles Bader <miles@gnu.org>
parents:
45244
diff
changeset
|
2745 dark))) |
|
ee1a7b81cb0e
(custom-display): Add support for `supports' predicate.
Miles Bader <miles@gnu.org>
parents:
45244
diff
changeset
|
2746 (group :sibling-args (:help-echo "\ |
|
ee1a7b81cb0e
(custom-display): Add support for `supports' predicate.
Miles Bader <miles@gnu.org>
parents:
45244
diff
changeset
|
2747 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
|
2748 (const :format "Supports attributes:" supports) |
|
45725
abb237aa3c61
(custom-display): Use correct syntax for `supports' attributes.
Miles Bader <miles@gnu.org>
parents:
45724
diff
changeset
|
2749 (custom-face-edit :inline t :format "%n%v")))))) |
| 17334 | 2750 |
| 2751 ;;; The `custom-face' Widget. | |
| 2752 | |
|
28172
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
2753 (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
|
2754 `((t (:weight bold :height 1.2 :inherit variable-pitch))) |
| 17334 | 2755 "Face used for face tags." |
| 17415 | 2756 :group 'custom-faces) |
| 17334 | 2757 |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2758 (defcustom custom-face-default-form 'selected |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2759 "Default form of displaying face definition." |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2760 :type '(choice (const all) |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2761 (const selected) |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2762 (const lisp)) |
|
21669
9861518505cb
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21649
diff
changeset
|
2763 :group 'custom-buffer |
|
9861518505cb
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21649
diff
changeset
|
2764 :version "20.3") |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2765 |
| 17334 | 2766 (define-widget 'custom-face 'custom |
| 2767 "Customize face." | |
| 2768 :sample-face 'custom-face-tag-face | |
| 2769 :help-echo "Set or reset this face." | |
|
28716
e9fb71a3e51d
(custom-face): Fix parenthesis.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28700
diff
changeset
|
2770 :documentation-property #'face-doc-string |
| 17334 | 2771 :value-create 'custom-face-value-create |
| 2772 :action 'custom-face-action | |
| 18089 | 2773 :custom-category 'face |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2774 :custom-form nil ; defaults to value of `custom-face-default-form' |
| 17334 | 2775 :custom-set 'custom-face-set |
| 2776 :custom-save 'custom-face-save | |
| 2777 :custom-reset-current 'custom-redraw | |
| 2778 :custom-reset-saved 'custom-face-reset-saved | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
2779 :custom-reset-standard 'custom-face-reset-standard |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
2780 :custom-standard-value 'custom-face-standard-value |
| 17334 | 2781 :custom-menu 'custom-face-menu-create) |
| 2782 | |
| 25685 | 2783 (define-widget 'custom-face-all 'editable-list |
| 17334 | 2784 "An editable list of display specifications and attributes." |
| 2785 :entry-format "%i %d %v" | |
| 2786 :insert-button-args '(:help-echo "Insert new display specification here.") | |
| 2787 :append-button-args '(:help-echo "Append new display specification here.") | |
| 2788 :delete-button-args '(:help-echo "Delete this display specification.") | |
| 2789 :args '((group :format "%v" custom-display custom-face-edit))) | |
| 2790 | |
| 2791 (defconst custom-face-all (widget-convert 'custom-face-all) | |
| 2792 "Converted version of the `custom-face-all' widget.") | |
| 2793 | |
| 2794 (define-widget 'custom-display-unselected 'item | |
| 2795 "A display specification that doesn't match the selected display." | |
| 2796 :match 'custom-display-unselected-match) | |
| 2797 | |
| 2798 (defun custom-display-unselected-match (widget value) | |
| 2799 "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
|
2800 (not (face-spec-set-match-display value (selected-frame)))) |
| 17334 | 2801 |
| 25685 | 2802 (define-widget 'custom-face-selected 'group |
| 17334 | 2803 "Edit the attributes of the selected display in a face specification." |
| 2804 :args '((repeat :format "" | |
| 2805 :inline t | |
| 2806 (group custom-display-unselected sexp)) | |
| 2807 (group (sexp :format "") custom-face-edit) | |
| 2808 (repeat :format "" | |
| 2809 :inline t | |
| 2810 sexp))) | |
| 2811 | |
| 2812 (defconst custom-face-selected (widget-convert 'custom-face-selected) | |
| 2813 "Converted version of the `custom-face-selected' widget.") | |
| 2814 | |
|
39606
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2815 (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
|
2816 "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
|
2817 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
|
2818 `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
|
2819 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
|
2820 don't specify one." |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2821 (mapcar (lambda (entry) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2822 ;; 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
|
2823 (let ((tests (car entry)) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2824 (unfiltered-attrs |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2825 ;; 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
|
2826 (if (listp (car (cdr entry))) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2827 (car (cdr entry)) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2828 (cdr entry))) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2829 (filtered-attrs nil)) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2830 ;; Filter each face attribute |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2831 (while unfiltered-attrs |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2832 (let* ((attr (pop unfiltered-attrs)) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2833 (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
|
2834 (filter |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2835 (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
|
2836 default-filter)) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2837 (filtered-value |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2838 (if filter |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2839 (funcall filter pre-filtered-value) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2840 pre-filtered-value))) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2841 (push filtered-value filtered-attrs) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2842 (push attr filtered-attrs))) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2843 ;; |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2844 (list tests filtered-attrs))) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2845 spec)) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2846 |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2847 (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
|
2848 "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
|
2849 SPEC must be a full face spec." |
|
39606
1b4259bc2f74
(custom-face-edit-convert-widget)
Miles Bader <miles@gnu.org>
parents:
39153
diff
changeset
|
2850 (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
|
2851 |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
2852 (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
|
2853 "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
|
2854 (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
|
2855 |
| 17334 | 2856 (defun custom-face-value-create (widget) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2857 "Create a list of the display specifications for WIDGET." |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2858 (let ((buttons (widget-get widget :buttons)) |
| 25685 | 2859 children |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2860 (symbol (widget-get widget :value)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2861 (tag (widget-get widget :tag)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2862 (state (widget-get widget :custom-state)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2863 (begin (point)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2864 (is-last (widget-get widget :custom-last)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2865 (prefix (widget-get widget :custom-prefix))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2866 (unless tag |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2867 (setq tag (prin1-to-string symbol))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2868 (cond ((eq custom-buffer-style 'tree) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
2869 (insert prefix (if is-last " `--- " " |--- ")) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2870 (push (widget-create-child-and-convert |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
2871 widget 'custom-browse-face-tag) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2872 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2873 (insert " " tag "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2874 (widget-put widget :buttons buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2875 (t |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2876 ;; Create tag. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2877 (insert tag) |
|
34041
40708840c132
(custom-face-value-create): Always emphasize tag.
Gerd Moellmann <gerd@gnu.org>
parents:
33986
diff
changeset
|
2878 (widget-specify-sample widget begin (point)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2879 (if (eq custom-buffer-style 'face) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2880 (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
|
2881 (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
|
2882 (insert ":") |
|
42e118959715
(custom-face-value-create): If face name doesn't end with "face", add
Miles Bader <miles@gnu.org>
parents:
32936
diff
changeset
|
2883 (insert " face: "))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2884 ;; Sample. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2885 (push (widget-create-child-and-convert widget 'item |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2886 :format "(%{%t%})" |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2887 :sample-face symbol |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2888 :tag "sample") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2889 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2890 ;; Visibility. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2891 (insert " ") |
| 25685 | 2892 (push (widget-create-child-and-convert |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2893 widget 'visibility |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2894 :help-echo "Hide or show this face." |
|
46580
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2895 :on "Hide Face" |
|
2c25b46baf82
(custom-variable-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
46408
diff
changeset
|
2896 :off "Show Face" |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2897 :action 'custom-toggle-parent |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2898 (not (eq state 'hidden))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2899 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2900 ;; Magic. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2901 (insert "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2902 (let ((magic (widget-create-child-and-convert |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2903 widget 'custom-magic nil))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2904 (widget-put widget :custom-magic magic) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2905 (push magic buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2906 ;; Update buttons. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2907 (widget-put widget :buttons buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2908 ;; Insert documentation. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2909 (widget-default-format-handler widget ?h) |
| 25685 | 2910 ;; The comment field |
| 2911 (unless (eq state 'hidden) | |
| 2912 (let* ((comment (get symbol 'face-comment)) | |
| 2913 (comment-widget | |
| 2914 (widget-create-child-and-convert | |
| 2915 widget 'custom-comment | |
| 2916 :parent widget | |
| 2917 :value (or comment "")))) | |
| 2918 (widget-put widget :comment-widget comment-widget) | |
| 2919 (push comment-widget children))) | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2920 ;; See also. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2921 (unless (eq state 'hidden) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2922 (when (eq (widget-get widget :custom-level) 1) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2923 (custom-add-parent-links widget)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2924 (custom-add-see-also widget)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2925 ;; Editor. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2926 (unless (eq (preceding-char) ?\n) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2927 (insert "\n")) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2928 (unless (eq state 'hidden) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2929 (message "Creating face editor...") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2930 (custom-load-widget widget) |
|
20411
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2931 (unless (widget-get widget :custom-form) |
|
089ca3e66e6d
(custom-unlispify-remove-prefixes): Reference to
Karl Heuer <kwzh@gnu.org>
parents:
20398
diff
changeset
|
2932 (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
|
2933 (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
|
2934 (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
|
2935 (get symbol 'saved-face) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2936 (get symbol 'face-defface-spec) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2937 ;; Attempt to construct it. |
| 25685 | 2938 (list (list t (custom-face-attributes-get |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2939 symbol (selected-frame)))))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2940 (form (widget-get widget :custom-form)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2941 (indent (widget-get widget :indent)) |
|
19097
200ff7e7d620
(custom-face-value-create): Take account
Richard M. Stallman <rms@gnu.org>
parents:
19040
diff
changeset
|
2942 edit) |
|
200ff7e7d620
(custom-face-value-create): Take account
Richard M. Stallman <rms@gnu.org>
parents:
19040
diff
changeset
|
2943 ;; 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
|
2944 ;; 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
|
2945 (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
|
2946 (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
|
2947 (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
|
2948 (setq edit (widget-create-child-and-convert |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2949 widget |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2950 (cond ((and (eq form 'selected) |
| 25685 | 2951 (widget-apply custom-face-selected |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2952 :match spec)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2953 (when indent (insert-char ?\ indent)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2954 'custom-face-selected) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2955 ((and (not (eq form 'lisp)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2956 (widget-apply custom-face-all |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2957 :match spec)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2958 'custom-face-all) |
| 25685 | 2959 (t |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2960 (when indent (insert-char ?\ indent)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2961 'sexp)) |
|
19097
200ff7e7d620
(custom-face-value-create): Take account
Richard M. Stallman <rms@gnu.org>
parents:
19040
diff
changeset
|
2962 :value spec)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2963 (custom-face-state-set widget) |
| 25685 | 2964 (push edit children) |
| 2965 (widget-put widget :children children)) | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
2966 (message "Creating face editor...done")))))) |
| 17334 | 2967 |
| 25685 | 2968 (defvar custom-face-menu |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
2969 '(("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
|
2970 ("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
|
2971 ("Reset to Saved" custom-face-reset-saved |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2972 (lambda (widget) |
| 25685 | 2973 (or (get (widget-value widget) 'saved-face) |
| 2974 (get (widget-value widget) 'saved-face-comment)))) | |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
2975 ("Erase Customization" custom-face-reset-standard |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
2976 (lambda (widget) |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2977 (get (widget-value widget) 'face-defface-spec))) |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2978 ("---" ignore ignore) |
| 25685 | 2979 ("Add Comment" custom-comment-show custom-comment-invisible-p) |
| 2980 ("---" ignore ignore) | |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2981 ("Show all display specs" custom-face-edit-all |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2982 (lambda (widget) |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2983 (not (eq (widget-get widget :custom-form) 'all)))) |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2984 ("Just current attributes" custom-face-edit-selected |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2985 (lambda (widget) |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2986 (not (eq (widget-get widget :custom-form) 'selected)))) |
|
40801
f49e883aeab2
Backed out last change.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
40800
diff
changeset
|
2987 ("Show as Lisp expression" custom-face-edit-lisp |
|
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2988 (lambda (widget) |
|
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18244
diff
changeset
|
2989 (not (eq (widget-get widget :custom-form) 'lisp))))) |
| 17334 | 2990 "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
|
2991 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
|
2992 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
|
2993 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
|
2994 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
|
2995 widget. If FILTER is nil, ACTION is always valid.") |
| 17334 | 2996 |
| 2997 (defun custom-face-edit-selected (widget) | |
| 2998 "Edit selected attributes of the value of WIDGET." | |
| 2999 (widget-put widget :custom-state 'unknown) | |
| 3000 (widget-put widget :custom-form 'selected) | |
| 3001 (custom-redraw widget)) | |
| 3002 | |
| 3003 (defun custom-face-edit-all (widget) | |
| 3004 "Edit all attributes of the value of WIDGET." | |
| 3005 (widget-put widget :custom-state 'unknown) | |
| 3006 (widget-put widget :custom-form 'all) | |
| 3007 (custom-redraw widget)) | |
| 3008 | |
| 3009 (defun custom-face-edit-lisp (widget) | |
| 28130 | 3010 "Edit the Lisp representation of the value of WIDGET." |
| 17334 | 3011 (widget-put widget :custom-state 'unknown) |
| 3012 (widget-put widget :custom-form 'lisp) | |
| 3013 (custom-redraw widget)) | |
| 3014 | |
| 3015 (defun custom-face-state-set (widget) | |
| 3016 "Set the state of WIDGET." | |
| 25685 | 3017 (let* ((symbol (widget-value widget)) |
| 3018 (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
|
3019 tmp temp |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3020 (state |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3021 (cond ((progn |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3022 (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
|
3023 (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
|
3024 (or tmp temp)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3025 (if (equal temp comment) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3026 'set |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3027 'changed)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3028 ((progn |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3029 (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
|
3030 (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
|
3031 (or tmp temp)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3032 (if (equal temp comment) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3033 'saved |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3034 'changed)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3035 ((get symbol 'face-defface-spec) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3036 (if (equal comment nil) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3037 'standard |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3038 'changed)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3039 (t |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3040 'rogue)))) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3041 ;; 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
|
3042 ;; 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
|
3043 (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
|
3044 (get symbol 'face-modified)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3045 (setq state 'changed)) |
|
caaa4fda6808
(custom-face-state-set): non-nil `face-modified'
Richard M. Stallman <rms@gnu.org>
parents:
50283
diff
changeset
|
3046 (widget-put widget :custom-state state))) |
| 17334 | 3047 |
| 3048 (defun custom-face-action (widget &optional event) | |
| 3049 "Show the menu for `custom-face' WIDGET. | |
| 3050 Optional EVENT is the location for the menu." | |
| 3051 (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
|
3052 (custom-toggle-hide widget) |
| 17334 | 3053 (let* ((completion-ignore-case t) |
| 3054 (symbol (widget-get widget :value)) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3055 (answer (widget-choose (concat "Operation on " |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3056 (custom-unlispify-tag-name symbol)) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3057 (custom-menu-filter custom-face-menu |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3058 widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3059 event))) |
| 17334 | 3060 (if answer |
| 3061 (funcall answer widget))))) | |
| 3062 | |
| 3063 (defun custom-face-set (widget) | |
| 3064 "Make the face attributes in WIDGET take effect." | |
| 3065 (let* ((symbol (widget-value widget)) | |
| 3066 (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
|
3067 (value (custom-post-filter-face-spec (widget-value child))) |
| 25685 | 3068 (comment-widget (widget-get widget :comment-widget)) |
| 3069 (comment (widget-value comment-widget))) | |
| 3070 (when (equal comment "") | |
| 3071 (setq comment nil) | |
| 3072 ;; 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
|
3073 (custom-comment-hide comment-widget)) |
| 17334 | 3074 (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
|
3075 (if (face-spec-choose value) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
3076 (face-spec-set symbol value) |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
3077 ;; 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
|
3078 ;; something harmless instead. |
|
388a61e78c53
(custom-filter-face-spec, custom-pre-filter-face-spec)
Miles Bader <miles@gnu.org>
parents:
33774
diff
changeset
|
3079 (face-spec-set symbol '((t :foreground unspecified)))) |
| 25685 | 3080 (put symbol 'customized-face-comment comment) |
| 3081 (put symbol 'face-comment comment) | |
| 17334 | 3082 (custom-face-state-set widget) |
| 3083 (custom-redraw-magic widget))) | |
| 3084 | |
|
19883
519eab181c36
(custom-face-menu): Use custom-face-save-command. not custom-face-save.
Richard M. Stallman <rms@gnu.org>
parents:
19823
diff
changeset
|
3085 (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
|
3086 "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
|
3087 (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
|
3088 (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
|
3089 |
| 17334 | 3090 (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
|
3091 "Prepare for saving WIDGET's face attributes, but don't write `.emacs'." |
| 17334 | 3092 (let* ((symbol (widget-value widget)) |
| 3093 (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
|
3094 (value (custom-post-filter-face-spec (widget-value child))) |
| 25685 | 3095 (comment-widget (widget-get widget :comment-widget)) |
| 3096 (comment (widget-value comment-widget))) | |
| 3097 (when (equal comment "") | |
| 3098 (setq comment nil) | |
| 3099 ;; 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
|
3100 (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
|
3101 (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
|
3102 (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
|
3103 ;; 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
|
3104 ;; 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
|
3105 (face-spec-set symbol '((t :foreground unspecified)))) |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
3106 (unless (eq (widget-get widget :custom-state) 'standard) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
3107 (put symbol 'saved-face value)) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3108 (custom-push-theme 'theme-face symbol 'user 'set value) |
| 17334 | 3109 (put symbol 'customized-face nil) |
| 25685 | 3110 (put symbol 'face-comment comment) |
| 3111 (put symbol 'customized-face-comment nil) | |
| 3112 (put symbol 'saved-face-comment comment) | |
|
20262
c6532008f2a9
(custom-face-save): Save the face.
Karl Heuer <kwzh@gnu.org>
parents:
20174
diff
changeset
|
3113 (custom-save-all) |
| 17334 | 3114 (custom-face-state-set widget) |
| 3115 (custom-redraw-magic widget))) | |
| 3116 | |
| 3117 (defun custom-face-reset-saved (widget) | |
| 3118 "Restore WIDGET to the face's default attributes." | |
| 3119 (let* ((symbol (widget-value widget)) | |
| 3120 (child (car (widget-get widget :children))) | |
| 25685 | 3121 (value (get symbol 'saved-face)) |
| 3122 (comment (get symbol 'saved-face-comment)) | |
| 3123 (comment-widget (widget-get widget :comment-widget))) | |
| 3124 (unless (or value comment) | |
| 17334 | 3125 (error "No saved value for this face")) |
| 3126 (put symbol 'customized-face nil) | |
| 25685 | 3127 (put symbol 'customized-face-comment nil) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3128 (face-spec-set symbol value) |
| 25685 | 3129 (put symbol 'face-comment comment) |
| 17334 | 3130 (widget-value-set child value) |
| 25685 | 3131 ;; This call manages the comment visibility |
| 3132 (widget-value-set comment-widget (or comment "")) | |
| 17334 | 3133 (custom-face-state-set widget) |
| 3134 (custom-redraw-magic widget))) | |
| 3135 | |
|
46408
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
3136 (defun custom-face-standard-value (widget) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
3137 (get (widget-value widget) 'face-defface-spec)) |
|
ccaa90ab16a3
New operation :custom-standard-value.
Richard M. Stallman <rms@gnu.org>
parents:
45725
diff
changeset
|
3138 |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3139 (defun custom-face-reset-standard (widget) |
|
26625
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
3140 "Restore WIDGET to the face's standard settings. |
|
faf989c7a28e
(Custom-reset-standard): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
26451
diff
changeset
|
3141 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
|
3142 restoring it to the state of a face that has never been customized." |
| 17334 | 3143 (let* ((symbol (widget-value widget)) |
| 3144 (child (car (widget-get widget :children))) | |
| 25685 | 3145 (value (get symbol 'face-defface-spec)) |
| 3146 (comment-widget (widget-get widget :comment-widget))) | |
| 17334 | 3147 (unless value |
|
17641
4650d25e48f6
Say "standard settings" instead of "factory settings".
Richard M. Stallman <rms@gnu.org>
parents:
17550
diff
changeset
|
3148 (error "No standard setting for this face")) |
| 17334 | 3149 (put symbol 'customized-face nil) |
| 25685 | 3150 (put symbol 'customized-face-comment nil) |
| 3151 (when (or (get symbol 'saved-face) (get symbol 'saved-face-comment)) | |
| 17334 | 3152 (put symbol 'saved-face nil) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3153 (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
|
3154 ;; 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
|
3155 (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
|
3156 (put symbol 'theme-face nil)) |
| 25685 | 3157 (put symbol 'saved-face-comment nil) |
| 17334 | 3158 (custom-save-all)) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3159 (face-spec-set symbol value) |
| 25685 | 3160 (put symbol 'face-comment nil) |
| 17334 | 3161 (widget-value-set child value) |
| 25685 | 3162 ;; This call manages the comment visibility |
| 3163 (widget-value-set comment-widget "") | |
| 17334 | 3164 (custom-face-state-set widget) |
| 3165 (custom-redraw-magic widget))) | |
| 3166 | |
| 3167 ;;; The `face' Widget. | |
| 3168 | |
| 3169 (define-widget 'face 'default | |
| 3170 "Select and customize a face." | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3171 :convert-widget 'widget-value-convert-widget |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3172 :button-prefix 'widget-push-button-prefix |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3173 :button-suffix 'widget-push-button-suffix |
| 33986 | 3174 :format "%{%t%}: %[select face%] %v" |
| 17334 | 3175 :tag "Face" |
| 3176 :value 'default | |
| 3177 :value-create 'widget-face-value-create | |
| 3178 :value-delete 'widget-face-value-delete | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3179 :value-get 'widget-value-value-get |
|
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3180 :validate 'widget-children-validate |
| 17334 | 3181 :action 'widget-face-action |
|
28612
0051d3178111
(custom-face, face): Unquote the lambda.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28568
diff
changeset
|
3182 :match (lambda (widget value) (symbolp value))) |
| 17334 | 3183 |
| 3184 (defun widget-face-value-create (widget) | |
| 28130 | 3185 "Create a `custom-face' child." |
| 17334 | 3186 (let* ((symbol (widget-value widget)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3187 (custom-buffer-style 'face) |
| 17334 | 3188 (child (widget-create-child-and-convert |
| 3189 widget 'custom-face | |
| 3190 :custom-level nil | |
| 3191 :value symbol))) | |
| 3192 (custom-magic-reset child) | |
| 3193 (setq custom-options (cons child custom-options)) | |
| 3194 (widget-put widget :children (list child)))) | |
| 3195 | |
| 3196 (defun widget-face-value-delete (widget) | |
| 28130 | 3197 "Remove the child from the options." |
| 17334 | 3198 (let ((child (car (widget-get widget :children)))) |
| 3199 (setq custom-options (delq child custom-options)) | |
| 3200 (widget-children-value-delete widget))) | |
| 3201 | |
| 3202 (defvar face-history nil | |
| 3203 "History of entered face names.") | |
| 3204 | |
| 3205 (defun widget-face-action (widget &optional event) | |
| 3206 "Prompt for a face." | |
| 3207 (let ((answer (completing-read "Face: " | |
| 3208 (mapcar (lambda (face) | |
| 3209 (list (symbol-name face))) | |
| 3210 (face-list)) | |
| 25685 | 3211 nil nil nil |
| 17334 | 3212 'face-history))) |
| 3213 (unless (zerop (length answer)) | |
| 3214 (widget-value-set widget (intern answer)) | |
| 3215 (widget-apply widget :notify widget event) | |
| 3216 (widget-setup)))) | |
| 3217 | |
| 3218 ;;; The `hook' Widget. | |
| 3219 | |
| 3220 (define-widget 'hook 'list | |
| 3221 "A emacs lisp hook" | |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
3222 :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
|
3223 (if (and value (symbolp value)) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
3224 (list value) |
|
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
3225 value)) |
|
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
3226 :match (lambda (widget value) |
|
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
3227 (or (symbolp value) |
|
20174
e1ca1fe89e6e
(hook): Use `widget-group-match' instead of
Karl Heuer <kwzh@gnu.org>
parents:
20100
diff
changeset
|
3228 (widget-group-match widget value))) |
| 28130 | 3229 ;; Avoid adding undefined functions to the hook, especially for |
| 3230 ;; things like `find-file-hook' or even more basic ones, to avoid | |
| 3231 ;; chaos. | |
| 3232 :set (lambda (symbol value) | |
|
28310
9ba6478b7a27
(hook): Use `dolist' instead of CL's `mapc'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28245
diff
changeset
|
3233 (dolist (elt value) |
|
9ba6478b7a27
(hook): Use `dolist' instead of CL's `mapc'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28245
diff
changeset
|
3234 (if (fboundp elt) |
|
9ba6478b7a27
(hook): Use `dolist' instead of CL's `mapc'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28245
diff
changeset
|
3235 (add-hook symbol elt)))) |
| 17334 | 3236 :convert-widget 'custom-hook-convert-widget |
| 3237 :tag "Hook") | |
| 3238 | |
| 3239 (defun custom-hook-convert-widget (widget) | |
|
27250
807fc106b24c
(custom-hook-convert-widget): Fix comment.
Gerd Moellmann <gerd@gnu.org>
parents:
26803
diff
changeset
|
3240 ;; Handle `:options'. |
| 17334 | 3241 (let* ((options (widget-get widget :options)) |
| 25685 | 3242 (other `(editable-list :inline t |
| 17334 | 3243 :entry-format "%i %d%v" |
| 3244 (function :format " %v"))) | |
| 3245 (args (if options | |
| 3246 (list `(checklist :inline t | |
| 3247 ,@(mapcar (lambda (entry) | |
| 3248 `(function-item ,entry)) | |
| 3249 options)) | |
| 3250 other) | |
| 3251 (list other)))) | |
| 3252 (widget-put widget :args args) | |
| 3253 widget)) | |
| 3254 | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3255 ;;; The `custom-group-link' Widget. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3256 |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3257 (define-widget 'custom-group-link 'link |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3258 "Show parent in other window when activated." |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
3259 :help-echo "Create customization buffer for this group." |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3260 :action 'custom-group-link-action) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3261 |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3262 (defun custom-group-link-action (widget &rest ignore) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3263 (customize-group (widget-value widget))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3264 |
| 17334 | 3265 ;;; The `custom-group' Widget. |
| 3266 | |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
3267 (defcustom custom-group-tag-faces nil |
| 17334 | 3268 ;; In XEmacs, this ought to play games with font size. |
| 25685 | 3269 ;; Fixme: make it do so in Emacs. |
| 17334 | 3270 "Face used for group tags. |
| 3271 The first member is used for level 1 groups, the second for level 2, | |
| 3272 and so forth. The remaining group tags are shown with | |
| 3273 `custom-group-tag-face'." | |
| 3274 :type '(repeat face) | |
| 17415 | 3275 :group 'custom-faces) |
| 17334 | 3276 |
|
28172
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3277 (defface custom-group-tag-face-1 |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3278 `((((class color) |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3279 (background dark)) |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
3280 (: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
|
3281 (((class color) |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3282 (background light)) |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
3283 (: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
|
3284 (t (:weight bold))) |
|
28172
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3285 "Face used for group tags." |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3286 :group 'custom-faces) |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3287 |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3288 (defface custom-group-tag-face |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3289 `((((class color) |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3290 (background dark)) |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
3291 (: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
|
3292 (((class color) |
|
b243caac6505
(custom-variable-tag-face): Handle case that
Gerd Moellmann <gerd@gnu.org>
parents:
28130
diff
changeset
|
3293 (background light)) |
|
42451
cade20d9a300
(custom-face-edit-fix-value): Delete `assert' call.
Richard M. Stallman <rms@gnu.org>
parents:
42448
diff
changeset
|
3294 (: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
|
3295 (t (:weight bold))) |
| 17334 | 3296 "Face used for low level group tags." |
| 17415 | 3297 :group 'custom-faces) |
| 17334 | 3298 |
| 3299 (define-widget 'custom-group 'custom | |
| 3300 "Customize group." | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3301 :format "%v" |
| 17334 | 3302 :sample-face-get 'custom-group-sample-face-get |
| 3303 :documentation-property 'group-documentation | |
| 3304 :help-echo "Set or reset all members of this group." | |
| 3305 :value-create 'custom-group-value-create | |
| 3306 :action 'custom-group-action | |
| 18089 | 3307 :custom-category 'group |
| 17334 | 3308 :custom-set 'custom-group-set |
| 3309 :custom-save 'custom-group-save | |
| 3310 :custom-reset-current 'custom-group-reset-current | |
| 3311 :custom-reset-saved 'custom-group-reset-saved | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3312 :custom-reset-standard 'custom-group-reset-standard |
| 17334 | 3313 :custom-menu 'custom-group-menu-create) |
| 3314 | |
| 3315 (defun custom-group-sample-face-get (widget) | |
| 3316 ;; Use :sample-face. | |
| 3317 (or (nth (1- (widget-get widget :custom-level)) custom-group-tag-faces) | |
| 3318 'custom-group-tag-face)) | |
| 3319 | |
|
18430
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3320 (define-widget 'custom-group-visibility 'visibility |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3321 "An indicator and manipulator for hidden group contents." |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3322 :create 'custom-group-visibility-create) |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3323 |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3324 (defun custom-group-visibility-create (widget) |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3325 (let ((visible (widget-value widget))) |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3326 (if visible |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3327 (insert "--------"))) |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3328 (widget-default-create widget)) |
|
a8ae9c653696
(custom-group-visibility): Widget type
Richard M. Stallman <rms@gnu.org>
parents:
18373
diff
changeset
|
3329 |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3330 (defun custom-group-members (symbol groups-only) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3331 "Return SYMBOL's custom group members. |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3332 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
|
3333 (if (not groups-only) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3334 (get symbol 'custom-group) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3335 (let (members) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3336 (dolist (entry (get symbol 'custom-group)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3337 (when (eq (nth 1 entry) 'custom-group) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3338 (push entry members))) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3339 (nreverse members)))) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3340 |
| 17334 | 3341 (defun custom-group-value-create (widget) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3342 "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
|
3343 (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
|
3344 (custom-load-widget widget)) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3345 (let* ((state (widget-get widget :custom-state)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3346 (level (widget-get widget :custom-level)) |
|
19040
c0dc58ad2d47
Synched with 1.9954.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19022
diff
changeset
|
3347 ;; (indent (widget-get widget :indent)) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3348 (prefix (widget-get widget :custom-prefix)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3349 (buttons (widget-get widget :buttons)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3350 (tag (widget-get widget :tag)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3351 (symbol (widget-value widget)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3352 (members (custom-group-members symbol |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3353 (and (eq custom-buffer-style 'tree) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3354 custom-browse-only-groups)))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3355 (cond ((and (eq custom-buffer-style 'tree) |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3356 (eq state 'hidden) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3357 (or members (custom-unloaded-widget-p widget))) |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3358 (custom-browse-insert-prefix prefix) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3359 (push (widget-create-child-and-convert |
| 25685 | 3360 widget 'custom-browse-visibility |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3361 ;; :tag-glyph "plus" |
|
18856
03eeb83520d8
(custom-group-value-create) <tree>: Don't distinguish
Richard M. Stallman <rms@gnu.org>
parents:
18812
diff
changeset
|
3362 :tag "+") |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3363 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3364 (insert "-- ") |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3365 ;; (widget-glyph-insert nil "-- " "horizontal") |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3366 (push (widget-create-child-and-convert |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3367 widget 'custom-browse-group-tag) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3368 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3369 (insert " " tag "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3370 (widget-put widget :buttons buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3371 ((and (eq custom-buffer-style 'tree) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3372 (zerop (length members))) |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3373 (custom-browse-insert-prefix prefix) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3374 (insert "[ ]-- ") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3375 ;; (widget-glyph-insert nil "[ ]" "empty") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3376 ;; (widget-glyph-insert nil "-- " "horizontal") |
| 25685 | 3377 (push (widget-create-child-and-convert |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3378 widget 'custom-browse-group-tag) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3379 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3380 (insert " " tag "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3381 (widget-put widget :buttons buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3382 ((eq custom-buffer-style 'tree) |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3383 (custom-browse-insert-prefix prefix) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3384 (if (zerop (length members)) |
| 25685 | 3385 (progn |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3386 (custom-browse-insert-prefix prefix) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3387 (insert "[ ]-- ") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3388 ;; (widget-glyph-insert nil "[ ]" "empty") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3389 ;; (widget-glyph-insert nil "-- " "horizontal") |
| 25685 | 3390 (push (widget-create-child-and-convert |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3391 widget 'custom-browse-group-tag) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3392 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3393 (insert " " tag "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3394 (widget-put widget :buttons buttons)) |
| 25685 | 3395 (push (widget-create-child-and-convert |
| 3396 widget 'custom-browse-visibility | |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3397 ;; :tag-glyph "minus" |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3398 :tag "-") |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3399 buttons) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3400 (insert "-\\ ") |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3401 ;; (widget-glyph-insert nil "-\\ " "top") |
| 25685 | 3402 (push (widget-create-child-and-convert |
|
18562
e22e2a4e683a
Synched with 1.9942.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18462
diff
changeset
|
3403 widget 'custom-browse-group-tag) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3404 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3405 (insert " " tag "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3406 (widget-put widget :buttons buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3407 (message "Creating group...") |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3408 (let* ((members (custom-sort-items members |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3409 custom-browse-sort-alphabetically |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3410 custom-browse-order-groups)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3411 (prefixes (widget-get widget :custom-prefixes)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3412 (custom-prefix-list (custom-prefix-add symbol prefixes)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3413 (extra-prefix (if (widget-get widget :custom-last) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3414 " " |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3415 " | ")) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3416 (prefix (concat prefix extra-prefix)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3417 children entry) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3418 (while members |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3419 (setq entry (car members) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3420 members (cdr members)) |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3421 (push (widget-create-child-and-convert |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3422 widget (nth 1 entry) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3423 :group widget |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3424 :tag (custom-unlispify-tag-name (nth 0 entry)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3425 :custom-prefixes custom-prefix-list |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3426 :custom-level (1+ level) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3427 :custom-last (null members) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3428 :value (nth 0 entry) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3429 :custom-prefix prefix) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3430 children)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3431 (widget-put widget :children (reverse children))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3432 (message "Creating group...done"))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3433 ;; Nested style. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3434 ((eq state 'hidden) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3435 ;; Create level indicator. |
|
18367
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
3436 (unless (eq custom-buffer-style 'links) |
|
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
3437 (insert-char ?\ (* custom-buffer-indent (1- level))) |
|
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
3438 (insert "-- ")) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3439 ;; Create tag. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3440 (let ((begin (point))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3441 (insert tag) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3442 (widget-specify-sample widget begin (point))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3443 (insert " group: ") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3444 ;; Create link/visibility indicator. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3445 (if (eq custom-buffer-style 'links) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3446 (push (widget-create-child-and-convert |
| 25685 | 3447 widget 'custom-group-link |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
3448 :tag "Go to Group" |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3449 symbol) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3450 buttons) |
| 25685 | 3451 (push (widget-create-child-and-convert |
|
20100
0db4553d47cc
(custom-group-value-create): Use
Karl Heuer <kwzh@gnu.org>
parents:
19886
diff
changeset
|
3452 widget 'custom-group-visibility |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3453 :help-echo "Show members of this group." |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3454 :action 'custom-toggle-parent |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3455 (not (eq state 'hidden))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3456 buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3457 (insert " \n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3458 ;; Create magic button. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3459 (let ((magic (widget-create-child-and-convert |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3460 widget 'custom-magic nil))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3461 (widget-put widget :custom-magic magic) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3462 (push magic buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3463 ;; Update buttons. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3464 (widget-put widget :buttons buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3465 ;; Insert documentation. |
|
18367
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
3466 (if (and (eq custom-buffer-style 'links) (> level 1)) |
|
f4682a047be1
(custom-magic-value-create):
Richard M. Stallman <rms@gnu.org>
parents:
18364
diff
changeset
|
3467 (widget-put widget :documentation-indent 0)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3468 (widget-default-format-handler widget ?h)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3469 ;; Nested style. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3470 (t ;Visible. |
|
18370
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3471 ;; 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
|
3472 (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
|
3473 ;;; 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
|
3474 (when (eq level 1) |
|
18371
a32f9b2c2e0c
(custom-add-parent-links): New arg INITIAL-STRING.
Richard M. Stallman <rms@gnu.org>
parents:
18370
diff
changeset
|
3475 (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
|
3476 "Go to parent group:") |
|
18370
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3477 (insert "\n")))) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3478 ;; Create level indicator. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3479 (insert-char ?\ (* custom-buffer-indent (1- level))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3480 (insert "/- ") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3481 ;; Create tag. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3482 (let ((start (point))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3483 (insert tag) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3484 (widget-specify-sample widget start (point))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3485 (insert " group: ") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3486 ;; Create visibility indicator. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3487 (unless (eq custom-buffer-style 'links) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3488 (insert "--------") |
| 25685 | 3489 (push (widget-create-child-and-convert |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3490 widget 'visibility |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3491 :help-echo "Hide members of this group." |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3492 :action 'custom-toggle-parent |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3493 (not (eq state 'hidden))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3494 buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3495 (insert " ")) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3496 ;; Create more dashes. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3497 ;; Use 76 instead of 75 to compensate for the temporary "<" |
| 25685 | 3498 ;; added by `widget-insert'. |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3499 (insert-char ?- (- 76 (current-column) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3500 (* custom-buffer-indent level))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3501 (insert "\\\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3502 ;; Create magic button. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3503 (let ((magic (widget-create-child-and-convert |
| 25685 | 3504 widget 'custom-magic |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3505 :indent 0 |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3506 nil))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3507 (widget-put widget :custom-magic magic) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3508 (push magic buttons)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3509 ;; Update buttons. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3510 (widget-put widget :buttons buttons) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3511 ;; Insert documentation. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3512 (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
|
3513 ;; Parent groups. |
|
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3514 (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
|
3515 ;;; 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
|
3516 (when (eq level 1) |
|
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3517 (insert-char ?\ custom-buffer-indent) |
|
74558272517b
(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman <rms@gnu.org>
parents:
18368
diff
changeset
|
3518 (custom-add-parent-links widget))) |
| 25685 | 3519 (custom-add-see-also widget |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3520 (make-string (* custom-buffer-indent level) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3521 ?\ )) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3522 ;; Members. |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3523 (message "Creating group...") |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3524 (let* ((members (custom-sort-items members |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3525 custom-buffer-sort-alphabetically |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3526 custom-buffer-order-groups)) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3527 (prefixes (widget-get widget :custom-prefixes)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3528 (custom-prefix-list (custom-prefix-add symbol prefixes)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3529 (length (length members)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3530 (count 0) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3531 (children (mapcar (lambda (entry) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3532 (widget-insert "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3533 (message "\ |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3534 Creating group members... %2d%%" |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3535 (/ (* 100.0 count) length)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3536 (setq count (1+ count)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3537 (prog1 |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3538 (widget-create-child-and-convert |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3539 widget (nth 1 entry) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3540 :group widget |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3541 :tag (custom-unlispify-tag-name |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3542 (nth 0 entry)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3543 :custom-prefixes custom-prefix-list |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3544 :custom-level (1+ level) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3545 :value (nth 0 entry)) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3546 (unless (eq (preceding-char) ?\n) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3547 (widget-insert "\n")))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3548 members))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3549 (message "Creating group magic...") |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3550 (mapc 'custom-magic-reset children) |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3551 (message "Creating group state...") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3552 (widget-put widget :children children) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3553 (custom-group-state-update widget) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3554 (message "Creating group... done")) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3555 ;; End line |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3556 (insert "\n") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3557 (insert-char ?\ (* custom-buffer-indent (1- level))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3558 (insert "\\- " (widget-get widget :tag) " group end ") |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3559 (insert-char ?- (- 75 (current-column) (* custom-buffer-indent level))) |
|
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
3560 (insert "/\n"))))) |
| 17334 | 3561 |
| 25685 | 3562 (defvar custom-group-menu |
|
18571
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
3563 '(("Set for Current Session" custom-group-set |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3564 (lambda (widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3565 (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
|
3566 ("Save for Future Sessions" custom-group-save |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3567 (lambda (widget) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3568 (memq (widget-get widget :custom-state) '(modified set)))) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3569 ("Reset to Current" custom-group-reset-current |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3570 (lambda (widget) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3571 (memq (widget-get widget :custom-state) '(modified)))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3572 ("Reset to Saved" custom-group-reset-saved |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3573 (lambda (widget) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3574 (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
|
3575 ("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
|
3576 (lambda (widget) |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3577 (memq (widget-get widget :custom-state) '(modified set saved))))) |
| 17334 | 3578 "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
|
3579 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
|
3580 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
|
3581 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
|
3582 widget as an argument, and returns non-nil if ACTION is valid on that |
| 25685 | 3583 widget. If FILTER is nil, ACTION is always valid.") |
| 17334 | 3584 |
| 3585 (defun custom-group-action (widget &optional event) | |
| 3586 "Show the menu for `custom-group' WIDGET. | |
| 3587 Optional EVENT is the location for the menu." | |
| 3588 (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
|
3589 (custom-toggle-hide widget) |
| 17334 | 3590 (let* ((completion-ignore-case t) |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3591 (answer (widget-choose (concat "Operation on " |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3592 (custom-unlispify-tag-name |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3593 (widget-get widget :value))) |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3594 (custom-menu-filter custom-group-menu |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3595 widget) |
| 17334 | 3596 event))) |
| 3597 (if answer | |
| 3598 (funcall answer widget))))) | |
| 3599 | |
| 3600 (defun custom-group-set (widget) | |
| 3601 "Set changes in all modified group members." | |
| 3602 (let ((children (widget-get widget :children))) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3603 (mapc (lambda (child) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3604 (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
|
3605 (widget-apply child :custom-set))) |
| 17334 | 3606 children ))) |
| 3607 | |
| 3608 (defun custom-group-save (widget) | |
| 3609 "Save all modified group members." | |
| 3610 (let ((children (widget-get widget :children))) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3611 (mapc (lambda (child) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3612 (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
|
3613 (widget-apply child :custom-save))) |
| 17334 | 3614 children ))) |
| 3615 | |
| 3616 (defun custom-group-reset-current (widget) | |
| 3617 "Reset all modified group members." | |
| 3618 (let ((children (widget-get widget :children))) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3619 (mapc (lambda (child) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3620 (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
|
3621 (widget-apply child :custom-reset-current))) |
| 17334 | 3622 children ))) |
| 3623 | |
| 3624 (defun custom-group-reset-saved (widget) | |
| 3625 "Reset all modified or set group members." | |
| 3626 (let ((children (widget-get widget :children))) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3627 (mapc (lambda (child) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3628 (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
|
3629 (widget-apply child :custom-reset-saved))) |
| 17334 | 3630 children ))) |
| 3631 | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3632 (defun custom-group-reset-standard (widget) |
| 17334 | 3633 "Reset all modified, set, or saved group members." |
| 3634 (let ((children (widget-get widget :children))) | |
|
28700
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3635 (mapc (lambda (child) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3636 (when (memq (widget-get child :custom-state) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3637 '(modified set saved)) |
|
a57bafeec17c
(Custom-set, Custom-save, Custom-reset-current)
Dave Love <fx@gnu.org>
parents:
28612
diff
changeset
|
3638 (widget-apply child :custom-reset-standard))) |
| 17334 | 3639 children ))) |
| 3640 | |
| 3641 (defun custom-group-state-update (widget) | |
| 3642 "Update magic." | |
| 3643 (unless (eq (widget-get widget :custom-state) 'hidden) | |
| 3644 (let* ((children (widget-get widget :children)) | |
| 3645 (states (mapcar (lambda (child) | |
| 3646 (widget-get child :custom-state)) | |
| 3647 children)) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3648 (magics custom-magic-alist) |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3649 (found 'standard)) |
| 17334 | 3650 (while magics |
| 3651 (let ((magic (car (car magics)))) | |
| 3652 (if (and (not (eq magic 'hidden)) | |
| 3653 (memq magic states)) | |
| 3654 (setq found magic | |
| 3655 magics nil) | |
| 3656 (setq magics (cdr magics))))) | |
| 3657 (widget-put widget :custom-state found))) | |
| 3658 (custom-magic-reset widget)) | |
| 3659 | |
| 3660 ;;; The `custom-save-all' Function. | |
|
18336
325190603227
Synched with 1.9924.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18320
diff
changeset
|
3661 ;;;###autoload |
|
19822
b5c12a2d1c26
*** empty log message ***
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19684
diff
changeset
|
3662 (defcustom custom-file nil |
| 17334 | 3663 "File used for storing customization information. |
|
19822
b5c12a2d1c26
*** empty log message ***
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19684
diff
changeset
|
3664 The default is nil, which means to use your init file |
|
b5c12a2d1c26
*** empty log message ***
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
19684
diff
changeset
|
3665 as specified by `user-init-file'. If you specify some other file, |
|
26803
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3666 you need to explicitly load that file for the settings to take effect. |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3667 |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3668 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
|
3669 \(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
|
3670 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
|
3671 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
|
3672 :type '(choice (const :tag "Your Emacs init file" nil) file) |
| 17334 | 3673 :group 'customize) |
| 3674 | |
| 20974 | 3675 (defun custom-file () |
| 3676 "Return the file name for saving customizations." | |
|
37911
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3677 (setq custom-file |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3678 (or custom-file |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3679 (let ((user-init-file user-init-file) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3680 (default-init-file |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3681 (if (eq system-type 'ms-dos) "~/_emacs" "~/.emacs"))) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3682 (when (null user-init-file) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3683 (if (or (file-exists-p default-init-file) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3684 (and (eq system-type 'windows-nt) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3685 (file-exists-p "~/_emacs"))) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3686 ;; Started with -q, i.e. the file containing |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3687 ;; Custom settings hasn't been read. Saving |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3688 ;; settings there would overwrite other settings. |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3689 (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
|
3690 (setq user-init-file default-init-file)) |
|
747d5805111c
(custom-file): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
37902
diff
changeset
|
3691 user-init-file)))) |
| 20974 | 3692 |
| 17334 | 3693 (defun custom-save-delete (symbol) |
|
26803
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3694 "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
|
3695 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
|
3696 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
|
3697 (let ((default-major-mode 'emacs-lisp-mode)) |
| 20974 | 3698 (set-buffer (find-file-noselect (custom-file)))) |
| 17334 | 3699 (goto-char (point-min)) |
|
25058
af119d40c92d
(custom-save-delete): Avoid error for empty .emacs.
Karl Heuer <kwzh@gnu.org>
parents:
24509
diff
changeset
|
3700 ;; Skip all whitespace and comments. |
|
af119d40c92d
(custom-save-delete): Avoid error for empty .emacs.
Karl Heuer <kwzh@gnu.org>
parents:
24509
diff
changeset
|
3701 (while (forward-comment 1)) |
|
af119d40c92d
(custom-save-delete): Avoid error for empty .emacs.
Karl Heuer <kwzh@gnu.org>
parents:
24509
diff
changeset
|
3702 (or (eobp) |
|
af119d40c92d
(custom-save-delete): Avoid error for empty .emacs.
Karl Heuer <kwzh@gnu.org>
parents:
24509
diff
changeset
|
3703 (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
|
3704 (let (first) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3705 (catch 'found |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3706 (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
|
3707 ;; Skip all whitespace and comments. |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3708 (while (forward-comment 1)) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3709 (let ((start (point)) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3710 (sexp (condition-case nil |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3711 (read (current-buffer)) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3712 (end-of-file (throw 'found nil))))) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3713 (when (and (listp sexp) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3714 (eq (car sexp) symbol)) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3715 (delete-region start (point)) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3716 (unless first |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3717 (setq first (point))))))) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3718 (if first |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3719 (goto-char first) |
|
36628
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3720 ;; 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
|
3721 ;; entries would make them ineffective. |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3722 (let ((pos (point-max)) |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3723 (case-fold-search t)) |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3724 (save-excursion |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3725 (goto-char (point-max)) |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3726 (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
|
3727 'move) |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3728 (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
|
3729 (setq pos (line-beginning-position)))) |
|
d1106e82508b
(custom-save-delete): Move in front of local
Gerd Moellmann <gerd@gnu.org>
parents:
35441
diff
changeset
|
3730 (goto-char pos))))) |
| 17334 | 3731 |
| 3732 (defun custom-save-variables () | |
| 3733 "Save all customized variables in `custom-file'." | |
| 3734 (save-excursion | |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3735 (custom-save-delete 'custom-load-themes) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3736 (custom-save-delete 'custom-reset-variables) |
| 17334 | 3737 (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
|
3738 (custom-save-loaded-themes) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3739 (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
|
3740 (let ((standard-output (current-buffer)) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3741 (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
|
3742 sort-fold-case) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3743 ;; 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
|
3744 (mapatoms |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3745 (lambda (symbol) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3746 (if (get symbol 'saved-value) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3747 (nconc saved-list (list symbol))))) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3748 (setq saved-list (sort (cdr saved-list) 'string<)) |
| 17334 | 3749 (unless (bolp) |
| 3750 (princ "\n")) | |
|
26653
ea8ae3c8fad5
(custom-save-variables, custom-save-faces): Write a
Dave Love <fx@gnu.org>
parents:
26625
diff
changeset
|
3751 (princ "(custom-set-variables |
|
47315
655350cd09e5
(custom-save-variables, custom-save-faces):
Richard M. Stallman <rms@gnu.org>
parents:
47168
diff
changeset
|
3752 ;; custom-set-variables was added by Custom. |
|
655350cd09e5
(custom-save-variables, custom-save-faces):
Richard M. Stallman <rms@gnu.org>
parents:
47168
diff
changeset
|
3753 ;; 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
|
3754 ;; 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
|
3755 ;; 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
|
3756 (dolist (symbol saved-list) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3757 (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
|
3758 (value (get symbol 'saved-value)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3759 (requests (get symbol 'custom-requests)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3760 (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
|
3761 (and (not (boundp symbol)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3762 (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
|
3763 'rogue)))))) |
|
51362
0b5cb555fd17
(custom-get-fresh-buffer): New fun.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
51277
diff
changeset
|
3764 (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
|
3765 ;; Check `requests'. |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3766 (dolist (request requests) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3767 (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
|
3768 (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
|
3769 (setq requests (delq request requests)))) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3770 (when (or (and spec |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3771 (eq (nth 0 spec) 'user) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3772 (eq (nth 1 spec) 'set)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3773 comment |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3774 (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
|
3775 (unless (bolp) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3776 (princ "\n")) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3777 (princ " '(") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3778 (prin1 symbol) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3779 (princ " ") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3780 (prin1 (car value)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3781 (when (or now requests comment) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3782 (princ " ") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3783 (prin1 now) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3784 (when (or requests comment) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3785 (princ " ") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3786 (prin1 requests) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3787 (when comment |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3788 (princ " ") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3789 (prin1 comment)))) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3790 (princ ")")))) |
|
26803
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3791 (if (bolp) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3792 (princ " ")) |
| 17334 | 3793 (princ ")") |
| 3794 (unless (looking-at "\n") | |
| 3795 (princ "\n"))))) | |
| 3796 | |
| 3797 (defun custom-save-faces () | |
| 3798 "Save all customized faces in `custom-file'." | |
| 3799 (save-excursion | |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3800 (custom-save-delete 'custom-reset-faces) |
| 17334 | 3801 (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
|
3802 (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
|
3803 (let ((standard-output (current-buffer)) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3804 (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
|
3805 sort-fold-case) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3806 ;; 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
|
3807 (mapatoms |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3808 (lambda (symbol) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3809 (if (get symbol 'saved-face) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3810 (nconc saved-list (list symbol))))) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3811 (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
|
3812 ;; 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
|
3813 (if (memq 'default saved-list) |
|
d6081fb56cda
(custom-save-variables, custom-save-faces): Sort
Markus Rost <rost@math.uni-bielefeld.de>
parents:
25058
diff
changeset
|
3814 (setq saved-list (cons 'default (delq 'default saved-list)))) |
| 17334 | 3815 (unless (bolp) |
| 3816 (princ "\n")) | |
|
26653
ea8ae3c8fad5
(custom-save-variables, custom-save-faces): Write a
Dave Love <fx@gnu.org>
parents:
26625
diff
changeset
|
3817 (princ "(custom-set-faces |
|
47315
655350cd09e5
(custom-save-variables, custom-save-faces):
Richard M. Stallman <rms@gnu.org>
parents:
47168
diff
changeset
|
3818 ;; custom-set-faces was added by Custom. |
|
655350cd09e5
(custom-save-variables, custom-save-faces):
Richard M. Stallman <rms@gnu.org>
parents:
47168
diff
changeset
|
3819 ;; 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
|
3820 ;; 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
|
3821 ;; 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
|
3822 (dolist (symbol saved-list) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3823 (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
|
3824 (value (get symbol 'saved-face)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3825 (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
|
3826 (and (not (custom-facep symbol)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3827 (not (get symbol 'force-face)))))) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3828 (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
|
3829 (when (or (and spec |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3830 (eq (nth 0 spec) 'user) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3831 (eq (nth 1 spec) 'set)) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3832 comment |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3833 (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
|
3834 ;; 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
|
3835 (unless (bolp) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3836 (princ "\n")) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3837 (princ " '(") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3838 (prin1 symbol) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3839 (princ " ") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3840 (prin1 value) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3841 (when (or now comment) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3842 (princ " ") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3843 (prin1 now) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3844 (when comment |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3845 (princ " ") |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3846 (prin1 comment))) |
|
e8de2a4807e5
(custom-unlispify-menu-entry): Use with-current-buffer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
49521
diff
changeset
|
3847 (princ ")")))) |
|
26803
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3848 (if (bolp) |
|
f7c68655bd5d
(custom-save-delete): Delete all occurrences,
Richard M. Stallman <rms@gnu.org>
parents:
26653
diff
changeset
|
3849 (princ " ")) |
| 17334 | 3850 (princ ")") |
| 3851 (unless (looking-at "\n") | |
|
48958
6b4f6412de76
(custom-save-faces): Fix typo.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48949
diff
changeset
|
3852 (princ "\n"))))) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3853 |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3854 (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
|
3855 (let (started-writing ignored-special) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3856 ;; (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
|
3857 (let ((standard-output (current-buffer)) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3858 (mapper `(lambda (object) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3859 (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
|
3860 (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
|
3861 (eq (nth 0 spec) 'user) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3862 (eq (nth 1 spec) 'reset)) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3863 ;; 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
|
3864 (unless started-writing |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3865 (setq started-writing t) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3866 (unless (bolp) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3867 (princ "\n")) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3868 (princ "(") |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3869 (princ (quote ,setter)) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3870 (princ "\n '(") |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3871 (prin1 object) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3872 (princ " ") |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3873 (prin1 (nth 3 spec)) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3874 (princ ")"))))))) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3875 (mapc mapper special) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3876 (setq ignored-special special) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3877 (mapatoms mapper) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3878 (when started-writing |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3879 (princ ")\n"))))) |
|
49521
c259d8177692
2003-01-29 Didier Verna <didier@xemacs.org>
John Paul Wallington <jpw@pobox.com>
parents:
49300
diff
changeset
|
3880 |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3881 (defun custom-save-loaded-themes () |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3882 (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
|
3883 (standard-output (current-buffer))) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3884 (when themes |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3885 (unless (bolp) (princ "\n")) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3886 (princ "(custom-load-themes") |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3887 (mapc (lambda (theme) |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3888 (princ "\n '") |
|
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3889 (prin1 theme)) themes) |
|
49521
c259d8177692
2003-01-29 Didier Verna <didier@xemacs.org>
John Paul Wallington <jpw@pobox.com>
parents:
49300
diff
changeset
|
3890 (princ " )\n")))) |
| 17334 | 3891 |
| 3892 ;;;###autoload | |
|
18436
2163f03bb88f
(customize-save-customized): Renamed from custom-save-customized.
Richard M. Stallman <rms@gnu.org>
parents:
18435
diff
changeset
|
3893 (defun customize-save-customized () |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3894 "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
|
3895 (interactive) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3896 (mapatoms (lambda (symbol) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3897 (let ((face (get symbol 'customized-face)) |
| 25685 | 3898 (value (get symbol 'customized-value)) |
| 3899 (face-comment (get symbol 'customized-face-comment)) | |
| 3900 (variable-comment | |
| 3901 (get symbol 'customized-variable-comment))) | |
| 3902 (when face | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3903 (put symbol 'saved-face face) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3904 (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
|
3905 (put symbol 'customized-face nil)) |
| 25685 | 3906 (when value |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3907 (put symbol 'saved-value value) |
|
48949
f216c93c4189
(customize-save-variable): Take themes into account.
Richard M. Stallman <rms@gnu.org>
parents:
48709
diff
changeset
|
3908 (custom-push-theme 'theme-value symbol 'user 'set value) |
| 25685 | 3909 (put symbol 'customized-value nil)) |
| 3910 (when variable-comment | |
| 3911 (put symbol 'saved-variable-comment variable-comment) | |
| 3912 (put symbol 'customized-variable-comment nil)) | |
| 3913 (when face-comment | |
| 3914 (put symbol 'saved-face-comment face-comment) | |
| 3915 (put symbol 'customized-face-comment nil))))) | |
|
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3916 ;; We really should update all custom buffers here. |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3917 (custom-save-all)) |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3918 |
|
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17534
diff
changeset
|
3919 ;;;###autoload |
| 17334 | 3920 (defun custom-save-all () |
| 3921 "Save all customizations in `custom-file'." | |
|
19022
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3922 (let ((inhibit-read-only t)) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3923 (custom-save-variables) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3924 (custom-save-faces) |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
3925 (save-excursion |
|
20398
47f326ffb7ba
(custom-save-delete, custom-save-all):
Karl Heuer <kwzh@gnu.org>
parents:
20397
diff
changeset
|
3926 (let ((default-major-mode nil)) |
| 20974 | 3927 (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
|
3928 (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
|
3929 (save-buffer))))) |
| 17334 | 3930 |
| 3931 ;;; The Customize Menu. | |
| 3932 | |
| 17415 | 3933 ;;; Menu support |
| 3934 | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3935 (defcustom custom-menu-nesting 2 |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3936 "Maximum nesting in custom menus." |
|
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3937 :type 'integer |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
3938 :group 'custom-menu) |
| 17334 | 3939 |
| 3940 (defun custom-face-menu-create (widget symbol) | |
| 3941 "Ignoring WIDGET, create a menu entry for customization face SYMBOL." | |
| 3942 (vector (custom-unlispify-menu-entry symbol) | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3943 `(customize-face ',symbol) |
| 17334 | 3944 t)) |
| 3945 | |
| 3946 (defun custom-variable-menu-create (widget symbol) | |
| 3947 "Ignoring WIDGET, create a menu entry for customization variable SYMBOL." | |
| 3948 (let ((type (get symbol 'custom-type))) | |
| 3949 (unless (listp type) | |
| 3950 (setq type (list type))) | |
| 3951 (if (and type (widget-get type :custom-menu)) | |
| 3952 (widget-apply type :custom-menu symbol) | |
| 3953 (vector (custom-unlispify-menu-entry symbol) | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3954 `(customize-variable ',symbol) |
| 17334 | 3955 t)))) |
| 3956 | |
| 17415 | 3957 ;; Add checkboxes to boolean variable entries. |
| 17334 | 3958 (widget-put (get 'boolean 'widget-type) |
| 3959 :custom-menu (lambda (widget symbol) | |
| 3960 (vector (custom-unlispify-menu-entry symbol) | |
|
17798
f59c9a63514b
Synched with version 1.97.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17703
diff
changeset
|
3961 `(customize-variable ',symbol) |
| 17334 | 3962 ':style 'toggle |
| 3963 ':selected symbol))) | |
| 3964 | |
|
30184
aa305b5e66ed
(custom-group-menu-create, customize-menu-create): Use :filter, per old
Dave Love <fx@gnu.org>
parents:
29879
diff
changeset
|
3965 (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
|
3966 "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
|
3967 `( ,(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
|
3968 :filter (lambda (&rest junk) |
|
47168
59fc9e6fd3e8
(custom-unlispify-menu-entry): Don't remove
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46580
diff
changeset
|
3969 (let ((menu (custom-menu-create ',symbol))) |
|
59fc9e6fd3e8
(custom-unlispify-menu-entry): Don't remove
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46580
diff
changeset
|
3970 (if (consp menu) (cdr menu) menu))))) |
| 17334 | 3971 |
| 17415 | 3972 ;;;###autoload |
| 3973 (defun custom-menu-create (symbol) | |
| 17334 | 3974 "Create menu for customization group SYMBOL. |
| 3975 The menu is in a format applicable to `easy-menu-define'." | |
| 17415 | 3976 (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
|
3977 `(customize-group ',symbol) |
| 17415 | 3978 t))) |
| 3979 (if (and (or (not (boundp 'custom-menu-nesting)) | |
| 3980 (>= custom-menu-nesting 0)) | |
|
49126
697ca5db73b8
(customize-group, customize-group-other-window):
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49104
diff
changeset
|
3981 (progn |
|
697ca5db73b8
(customize-group, customize-group-other-window):
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49104
diff
changeset
|
3982 (custom-load-symbol symbol) |
|
697ca5db73b8
(customize-group, customize-group-other-window):
Markus Rost <rost@math.uni-bielefeld.de>
parents:
49104
diff
changeset
|
3983 (< (length (get symbol 'custom-group)) widget-menu-max-size))) |
| 17334 | 3984 (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
|
3985 custom-prefix-list)) |
|
18451
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3986 (members (custom-sort-items (get symbol 'custom-group) |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3987 custom-menu-sort-alphabetically |
|
8eb08560287b
Synched with 1.9936.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18437
diff
changeset
|
3988 custom-menu-order-groups))) |
| 17334 | 3989 `(,(custom-unlispify-menu-entry symbol t) |
| 3990 ,item | |
| 3991 "--" | |
| 3992 ,@(mapcar (lambda (entry) | |
| 3993 (widget-apply (if (listp (nth 1 entry)) | |
| 3994 (nth 1 entry) | |
| 3995 (list (nth 1 entry))) | |
| 3996 :custom-menu (nth 0 entry))) | |
|
18033
bccd356a3b7c
Synched with version 1.9900.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18032
diff
changeset
|
3997 members))) |
| 17334 | 3998 item))) |
| 3999 | |
| 4000 ;;;###autoload | |
| 17415 | 4001 (defun customize-menu-create (symbol &optional name) |
| 4002 "Return a customize menu for customization group SYMBOL. | |
| 25685 | 4003 If optional NAME is given, use that as the name of the menu. |
| 17415 | 4004 Otherwise the menu will be named `Customize'. |
| 4005 The format is suitable for use with `easy-menu-define'." | |
| 4006 (unless name | |
| 4007 (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
|
4008 `(,name |
|
aa305b5e66ed
(custom-group-menu-create, customize-menu-create): Use :filter, per old
Dave Love <fx@gnu.org>
parents:
29879
diff
changeset
|
4009 :filter (lambda (&rest junk) |
|
47168
59fc9e6fd3e8
(custom-unlispify-menu-entry): Don't remove
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46580
diff
changeset
|
4010 (let ((menu (custom-menu-create ',symbol))) |
|
59fc9e6fd3e8
(custom-unlispify-menu-entry): Don't remove
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46580
diff
changeset
|
4011 (if (consp menu) (cdr menu) menu))))) |
| 17334 | 4012 |
| 17415 | 4013 ;;; The Custom Mode. |
| 4014 | |
| 4015 (defvar custom-mode-map nil | |
| 4016 "Keymap for `custom-mode'.") | |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4017 |
| 17415 | 4018 (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
|
4019 ;; 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
|
4020 ;; "\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
|
4021 (setq custom-mode-map (make-sparse-keymap)) |
| 17415 | 4022 (set-keymap-parent custom-mode-map widget-keymap) |
|
18139
ee3c0d09dcd3
Synched with 1.9908.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18131
diff
changeset
|
4023 (suppress-keymap custom-mode-map) |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4024 (define-key custom-mode-map " " 'scroll-up) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4025 (define-key custom-mode-map "\177" 'scroll-down) |
| 25685 | 4026 (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
|
4027 (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
|
4028 (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
|
4029 (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
|
4030 (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
|
4031 |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4032 (defun Custom-move-and-invoke (event) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4033 "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
|
4034 (interactive "e") |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4035 (mouse-set-point event) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4036 (if (widget-event-point event) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4037 (let* ((pos (widget-event-point event)) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4038 (button (get-char-property pos 'button))) |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4039 (if button |
|
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4040 (widget-button-click event))))) |
| 17415 | 4041 |
| 25685 | 4042 (easy-menu-define Custom-mode-menu |
| 17415 | 4043 custom-mode-map |
| 4044 "Menu used in customization buffers." | |
| 4045 `("Custom" | |
|
18364
01666331d10f
Synched with 1.9930.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18362
diff
changeset
|
4046 ,(customize-menu-create 'customize) |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4047 ["Set" Custom-set t] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4048 ["Save" Custom-save t] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4049 ["Reset to Current" Custom-reset-current t] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4050 ["Reset to Saved" Custom-reset-saved t] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4051 ["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
|
4052 ["Info" (Info-goto-node "(emacs)Easy Customization") t])) |
| 17415 | 4053 |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4054 (defun Custom-goto-parent () |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4055 "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
|
4056 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
|
4057 (interactive) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4058 (save-excursion |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4059 (goto-char (point-min)) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4060 (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
|
4061 (let* ((button (get-char-property (point) 'button)) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4062 (parent (downcase (widget-get button :tag)))) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4063 (customize-group parent))))) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4064 |
| 17415 | 4065 (defcustom custom-mode-hook nil |
| 25685 | 4066 "Hook called when entering Custom mode." |
| 17415 | 4067 :type 'hook |
|
18244
909a0f9169b8
Synched with 1.9914.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
4068 :group 'custom-buffer ) |
| 17415 | 4069 |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4070 (defun custom-state-buffer-message (widget) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4071 (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
|
4072 (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
|
4073 |
| 17415 | 4074 (defun custom-mode () |
| 4075 "Major mode for editing customization buffers. | |
| 4076 | |
| 4077 The following commands are available: | |
| 4078 | |
| 4079 Move to next button or editable field. \\[widget-forward] | |
| 4080 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
|
4081 \\<widget-field-keymap>\ |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
4082 Complete content of editable text field. \\[widget-complete] |
|
904dcdbb8576
Synched with 1.9951.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18856
diff
changeset
|
4083 \\<custom-mode-map>\ |
|
18460
a2be4f4ac8ed
(Custom-move-and-invoke): New command.
Richard M. Stallman <rms@gnu.org>
parents:
18451
diff
changeset
|
4084 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
|
4085 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
|
4086 Set all modifications. \\[Custom-set] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4087 Make all modifications default. \\[Custom-save] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4088 Reset all modified options. \\[Custom-reset-current] |
|
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4089 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
|
4090 Reset all options. \\[Custom-reset-standard] |
| 17415 | 4091 |
| 4092 Entry to this mode calls the value of `custom-mode-hook' | |
| 4093 if that value is non-nil." | |
| 4094 (kill-all-local-variables) | |
| 4095 (setq major-mode 'custom-mode | |
| 4096 mode-name "Custom") | |
| 4097 (use-local-map custom-mode-map) | |
|
18435
2f906938425b
(Custom-set): Renamed from custom-set.
Richard M. Stallman <rms@gnu.org>
parents:
18430
diff
changeset
|
4098 (easy-menu-add Custom-mode-menu) |
| 17415 | 4099 (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
|
4100 (make-local-variable 'custom-local-buffer) |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4101 (make-local-variable 'widget-documentation-face) |
|
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4102 (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
|
4103 (make-local-variable 'widget-button-face) |
|
1beba85e8c62
(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman <rms@gnu.org>
parents:
18562
diff
changeset
|
4104 (setq widget-button-face 'custom-button-face) |
| 25685 | 4105 (set (make-local-variable 'widget-button-pressed-face) |
| 4106 'custom-button-pressed-face) | |
| 4107 (set (make-local-variable 'widget-mouse-face) | |
| 4108 'custom-button-pressed-face) ; buttons `depress' when moused | |
| 4109 ;; When possible, use relief for buttons, not bracketing. This test | |
| 4110 ;; may not be optimal. | |
| 4111 (when custom-raised-buttons | |
| 4112 (set (make-local-variable 'widget-push-button-prefix) "") | |
| 4113 (set (make-local-variable 'widget-push-button-suffix) "") | |
| 4114 (set (make-local-variable 'widget-link-prefix) "") | |
| 4115 (set (make-local-variable 'widget-link-suffix) "")) | |
|
18437
cbaf72286a2e
(custom-documentation-face): New face.
Richard M. Stallman <rms@gnu.org>
parents:
18436
diff
changeset
|
4116 (add-hook 'widget-edit-functions 'custom-state-buffer-message nil t) |
| 17415 | 4117 (run-hooks 'custom-mode-hook)) |
| 17334 | 4118 |
|
32904
2109c5fb0c3f
(custom-mode): Add `special' mode-class property.
Dave Love <fx@gnu.org>
parents:
32883
diff
changeset
|
4119 (put 'custom-mode 'mode-class 'special) |
|
2109c5fb0c3f
(custom-mode): Add `special' mode-class property.
Dave Love <fx@gnu.org>
parents:
32883
diff
changeset
|
4120 |
| 28130 | 4121 (add-to-list |
| 4122 'debug-ignored-errors | |
| 4123 "^No user options have changed defaults in recent Emacs versions$") | |
| 4124 | |
| 17334 | 4125 ;;; The End. |
| 4126 | |
| 4127 (provide 'cus-edit) | |
| 4128 | |
| 52401 | 4129 ;;; arch-tag: 64533aa4-1b1a-48c3-8812-f9dc718e8a6f |
| 25685 | 4130 ;;; cus-edit.el ends here |
